User: scop
Date: 06/06/28 14:03:03
Modified: packages/unsupported/scop/generic-modes ChangeLog
generic-x.el
Log:
Sync generic-modes with upstream.
Revision Changes Path
1.64 +1 -1 XEmacs/packages/unsupported/scop/STATUS
Index: STATUS
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/STATUS,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- STATUS 2006/06/28 12:02:12 1.63
+++ STATUS 2006/06/28 12:03:01 1.64
@@ -13,7 +13,7 @@ ede: Emacs Development Environment, <htt
- Compiles, I have no idea whether it works or not.
generic-modes: generic.el and generic-x.el from GNU Emacs
-- Up to date with GNU Emacs CVS HEAD as of 2006-04-29.
+- Up to date with GNU Emacs CVS HEAD as of 2006-06-28.
- Compiles, seems to work, auto-mode-alist and autoloads may need spanking.
vc: vc*.el and a few other related files from GNU Emacs
1.12 +4 -0 XEmacs/packages/unsupported/scop/generic-modes/ChangeLog
Index: ChangeLog
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/generic-modes/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -p -r1.11 -r1.12
--- ChangeLog 2006/03/25 09:55:14 1.11
+++ ChangeLog 2006/06/28 12:03:02 1.12
@@ -1,3 +1,7 @@
+2006-06-28 Ville Skyttä <scop(a)xemacs.org>
+
+ * generic-x.el: Sync with upstream.
+
2006-03-25 Ville Skyttä <scop(a)xemacs.org>
* generic-x.el: Sync with upstream.
1.10 +2 -1 XEmacs/packages/unsupported/scop/generic-modes/generic-x.el
Index: generic-x.el
===================================================================
RCS file: /pack/xemacscvs/XEmacs/packages/unsupported/scop/generic-modes/generic-x.el,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -p -r1.9 -r1.10
--- generic-x.el 2006/03/25 09:55:14 1.9
+++ generic-x.el 2006/06/28 12:03:02 1.10
@@ -514,10 +514,11 @@ like an INI file. You can add this hook
(1 font-lock-builtin-face)
(2 font-lock-variable-name-face t t))))
'("\\.[bB][aA][tT]\\'"
+ "\\.[cC][mM][dD]\\'"
"\\`[cC][oO][nN][fF][iI][gG]\\."
"\\`[aA][uU][tT][oO][eE][xX][eE][cC]\\.")
'(generic-bat-mode-setup-function)
- "Generic mode for MS-Windows BAT files.")
+ "Generic mode for MS-Windows batch files.")
(defvar bat-generic-mode-syntax-table nil
"Syntax table in use in `bat-generic-mode' buffers.")
Show replies by date