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


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 03 Jan 2007 03:37:17 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/01/03 03:37:16

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.10523
retrieving revision 1.10524
diff -u -b -r1.10523 -r1.10524
--- ChangeLog   2 Jan 2007 23:57:14 -0000       1.10523
+++ ChangeLog   3 Jan 2007 03:37:15 -0000       1.10524
@@ -1,3 +1,7 @@
+2007-01-03  Stefan Monnier  <address@hidden>
+
+       * iswitchb.el (iswitchb-global-map): Use command-remapping if available.
+
 2007-01-02  Juanma Barranquero  <address@hidden>
 
        * emulation/viper.el (viper-custom-file-name, viper-mode):
@@ -19,7 +23,7 @@
        * progmodes/cfengine.el (cfengine-font-lock-syntactic-keywords):
        Fix format of value.
 
-       * cus-edit.el (customize-unsaved): Renamed from customize-customized.
+       * cus-edit.el (customize-unsaved): Rename from customize-customized.
        Change messages accordingly.
        (customize-customized): Now alias.
 
@@ -29,8 +33,8 @@
 
 2007-01-01  Alan Mackenzie  <address@hidden>
 
-       * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N): Check
-       the format of c-state-cache is valid for an optimisation before
+       * progmodes/cc-engine.el (c-guess-basic-syntax, case 5N):
+       Check the format of c-state-cache is valid for an optimisation before
        using it.
 
        * progmodes/cc-engine.el (c-guess-basic-syntax): New case 5Q "we
@@ -68,8 +72,8 @@
        * progmodes/cc-mode.el: Bind C-M-a and C-M-e to
        c-\(beginning\|end\)-of-defun by default.
 
-       * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont): New
-       line-up function, for the DEFUN macro in the Emacs C sources.
+       * progmodes/cc-align.el (c-lineup-gnu-DEFUN-intro-cont):
+       New line-up function, for the DEFUN macro in the Emacs C sources.
        Only used in "gnu" style.
 
        * progmodes/cc-styles.el (c-style-alist): Use this new function in
@@ -95,8 +99,8 @@
        (c-beginning-of-decl-1): Whilst searching for "=" as evidence of a
        stmt boundary, check for "operator=", etc.
 
-       * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
-       inhibit-read-only to t, around the call to
+       * progmodes/cc-mode.el (c-postprocess-file-styles):
+       Bind inhibit-read-only to t, around the call to
        c-remove-any-local-eval-or-mode-variables, so that it works on a
        RO file.
 
@@ -275,9 +279,9 @@
 
 2006-12-25  Michael R. Mauger  <address@hidden>
 
-       * progmodes/sql.el (sql-mode-abbrev-table): Corrected initialization.
+       * progmodes/sql.el (sql-mode-abbrev-table): Correct initialization.
        (sql-mode-syntax-table): Disable double quoted strings.
-       (sql-mode-font-lock-object-name): Added TYPE and TYPE BODY.
+       (sql-mode-font-lock-object-name): Add TYPE and TYPE BODY.
 
 2006-12-25  YAMAMOTO Mitsuharu  <address@hidden>
 




reply via email to

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