emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] emacs/lisp ChangeLog
Date: Fri, 20 Nov 2009 03:19:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        09/11/20 03:19:30

Modified files:
        lisp           : ChangeLog 

Log message:
        Add missing entry.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/ChangeLog?cvsroot=emacs&r1=1.16681&r2=1.16682

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.16681
retrieving revision 1.16682
diff -u -b -r1.16681 -r1.16682
--- ChangeLog   20 Nov 2009 02:29:32 -0000      1.16681
+++ ChangeLog   20 Nov 2009 03:19:27 -0000      1.16682
@@ -15,26 +15,27 @@
 
 2009-11-20  Jay Belanger  <address@hidden>
 
-       * calc/calc.el (calc-set-mode-line): Rename
-       `calc-complement-signed-mode' to `calc-twos-complement-mode'.
+       * calc/calc.el (calc-set-mode-line):
+       Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
        (math-format-number): Rename `math-format-complement-signed' to
        `math-format-twos-complement'.
 
-       * calc/calc-bin.el (math-format-twos-complement): Renamed from
+       * calc/calc-bin.el (math-format-twos-complement): Rename from
        math-format-complement-signed.
        (calc-radix): Rename `calc-complement-signed-mode' to
        `calc-twos-complement-mode'.
-       (calc-octal-radix, calc-hex-radix): Add an argument for two's 
complement.
+       (calc-octal-radix, calc-hex-radix): Add an argument for
+       two's complement.
 
-       * calc/calc-embed.el (calc-embedded-mode-vars): Rename
-       `calc-complement-signed-mode' to `calc-twos-complement-mode'.
+       * calc/calc-embed.el (calc-embedded-mode-vars):
+       Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
 
-       * calc/calc-ext.el (calc-init-extensions): Rename
-       `calc-complement-signed-mode' to `calc-twos-complement-mode'.
+       * calc/calc-ext.el (calc-init-extensions):
+       Rename `calc-complement-signed-mode' to `calc-twos-complement-mode'.
        (math-format-number-fancy): Let `calc-twos-complement-mode' be nil.
 
-       * calc/calc-units.el (math-build-units-table-buffer): Let
-       `calc-twos-complement-mode' be nil.
+       * calc/calc-units.el (math-build-units-table-buffer):
+       Let `calc-twos-complement-mode' be nil.
 
        * calc/calc-menu.el (calc-modes-menu): Clean up two's complement
        entries.
@@ -44,8 +45,17 @@
        * calc/calc-forms.el (math-format-date):
        * calc/calc-graph.el (calc-graph-plot):
        * calc/calc-math.el (math-use-emacs-fn):
-       * calc/calccomp.el (math-compose-expr): Let
-       `calc-twos-complement-mode' be nil.
+       * calc/calccomp.el (math-compose-expr):
+       Let `calc-twos-complement-mode' be nil.
+
+2009-11-19  Stefan Monnier  <address@hidden>
+
+       * abbrev.el (abbrev-with-wrapper-hook): (re)move...
+       * simple.el (with-wrapper-hook): ...to here.  Add argument `args'.
+       * minibuffer.el (completion-in-region-functions): New hook.
+       (completion-in-region): New function.
+       * emacs-lisp/lisp.el (lisp-complete-symbol):
+       * pcomplete.el (pcomplete-std-complete): Use it.
 
 2009-11-19  Stefan Monnier  <address@hidden>
 
@@ -128,8 +138,7 @@
 
        * descr-text.el (describe-char-padded-string): Compose with TAB
        only if there's a font for CH.
-       (describe-char): Fix the condition for detecting a trivial
-       composition.
+       (describe-char): Fix the condition for detecting a trivial composition.
 
 2009-11-18  Nathaniel Flath  <address@hidden>
 
@@ -151,7 +160,7 @@
 
 2009-11-17  Jan Djärv  <address@hidden>
 
-       * font-setting.el (font-use-system-font): Moved ...
+       * font-setting.el (font-use-system-font): Move ...
 
        * cus-start.el (all): ... to here.
 
@@ -171,7 +180,7 @@
        * loadup.el: If feature system-font-setting or font-render-setting is
        there, load font-setting.
 
-       * Makefile.in (ELCFILES): font-settings.el is new.
+       * Makefile.in (ELCFILES): Add font-settings.el.
        * font-setting.el: New file.
 
 2009-11-17  Glenn Morris  <address@hidden>
@@ -200,9 +209,8 @@
 
 2009-11-16  Kevin Ryde  <address@hidden>
 
-       * textmodes/flyspell.el (sgml-mode-flyspell-verify): Use
-       `sgml-lexical-context' instead of own parse for tag.  (Further to
-       Bug#4511).
+       * textmodes/flyspell.el (sgml-mode-flyspell-verify):
+       Use `sgml-lexical-context' instead of own parse for tag (Bug#4511).
 
        * emacs-lisp/lisp-mnt.el (lm-keywords): Allow multi-line keywords.
        (lm-keywords-list): Allow comma-only separator like "foo,bar".




reply via email to

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