emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]
Date: Tue, 21 Aug 2007 16:24:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Stefan Monnier <monnier>        07/08/21 16:24:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11049.2.236
retrieving revision 1.11049.2.237
diff -u -b -r1.11049.2.236 -r1.11049.2.237
--- ChangeLog   20 Aug 2007 15:52:44 -0000      1.11049.2.236
+++ ChangeLog   21 Aug 2007 16:24:43 -0000      1.11049.2.237
@@ -1,3 +1,14 @@
+2007-08-21  Stefan Monnier  <address@hidden>
+
+       * progmodes/ada-mode.el: Fix up comment style in header.
+       (ada-check-emacs-version): Remove.
+       (ada-mode): Set parse-sexp-* even if they don't exist: can't hurt.
+       (ada-region-selected): Use (featurep 'xemacs) rather than contortions
+       to try and quieten the byte-compiler.
+       (ada-create-keymap): Use [(..)] keys, which work on both (X)Emacs.
+
+       * vc.el (vc-annotate-warp-version): Don't use previous-line.
+
 2007-08-20  Johannes Weiner  <address@hidden>  (tiny change)
 
        * emacs-lisp/lisp-mode.el (preceding-sexp): New fun, the code was
@@ -13,27 +24,24 @@
 
 2007-08-18  Glenn Morris  <address@hidden>
 
-       * progmodes/scheme.el (scheme-mode-variables): Set
-       font-lock-comment-start-skip.
+       * progmodes/scheme.el (scheme-mode-variables):
+       Set font-lock-comment-start-skip.
 
 2007-08-18  Martin Rudalics  <address@hidden>
 
-       * progmodes/ada-mode.el (ada-create-syntax-table): Move
-       set-syntax-table from here to ...
-       (ada-mode): ... here.  Do not change global value of
-       comment-multi-line.  Call new function
-       ada-initialize-syntax-table-properties and add new function
-       ada-handle-syntax-table-properties to font-lock-mode-hook.
-       (ada-deactivate-properties, ada-initialize-properties): Replace
-       by new functions ...
-       (ada-handle-syntax-table-properties)
-       (ada-initialize-syntax-table-properties)
-       (ada-set-syntax-table-properties): ... to set up syntax-table
+       * progmodes/ada-mode.el (ada-create-syntax-table):
+       Move set-syntax-table from here to ...
+       (ada-mode): ... here.  Don't change global value of comment-multi-line.
+       Call new function ada-initialize-syntax-table-properties.
+       Add ada-handle-syntax-table-properties to font-lock-mode-hook.
+       (ada-deactivate-properties, ada-initialize-properties):
+       Replace by new functions ...
+       (ada-handle-syntax-table-properties, ada-set-syntax-table-properties)
+       (ada-initialize-syntax-table-properties): ... to set up syntax-table
        properties uniformly, independently from whether font-lock-mode
        is enabled or not.  Handle read-only buffers and do not change
        undo-list when setting syntax-table properties.
-       (ada-after-change-function): Use
-       ada-set-syntax-table-properties.
+       (ada-after-change-function): Use ada-set-syntax-table-properties.
 
 2007-08-17  Bob Rogers  <address@hidden>  (tiny change)
 
@@ -132,8 +140,8 @@
        * pcvs-util.el (cvs-qtypedesc-strings): Use new names
        combine-and-quote-strings and split-string-and-unquote.
 
-       * subr.el (combine-and-quote-strings): Renamed from strings->string.
-       (split-string-and-unquote): Renamed from string->strings.
+       * subr.el (combine-and-quote-strings): Rename from strings->string.
+       (split-string-and-unquote): Rename from string->strings.
 
 2007-08-10  Stefan Monnier  <address@hidden>
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]