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: Sun, 21 Oct 2007 20:10:09 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/10/21 20:10:08

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12014
retrieving revision 1.12015
diff -u -b -r1.12014 -r1.12015
--- ChangeLog   21 Oct 2007 19:35:11 -0000      1.12014
+++ ChangeLog   21 Oct 2007 20:10:06 -0000      1.12015
@@ -1,3 +1,7 @@
+2007-10-21  Stefan Monnier  <address@hidden>
+
+       * emacs-lisp/byte-opt.el (byte-optimize-featurep): Fix paren typo.
+
 2007-10-21  Dan Nicolaescu  <address@hidden>
 
        * w32-fns.el (w32-quote-process-args): 
@@ -5,8 +9,8 @@
        (ps-print-region-function): Pacify byte-compiler.
 
        * emulation/edt-mapper.el (function-key-map):
-       (edt-map-key): Make it a function instead of using fset. Inline
-       edt-gnu-map-key and edt-lucid-map-key. Use featurep 'xemacs.
+       (edt-map-key): Make it a function instead of using fset.
+       Inline edt-gnu-map-key and edt-lucid-map-key.  Use featurep 'xemacs.
        (edt-gnu-map-key, edt-lucid-map-key): Remove.
        (edt-x-emacs-p): Remove.
        (edt-emacs-variant, edt-window-system, edt-xserver): 
@@ -23,19 +27,17 @@
        (eudc-bob-url-keymap, eudc-bob-sound-keymap)
        (eudc-bob-generic-keymap, eudc-bob-popup-menu)
        (eudc-bob-toggle-inline-display): 
-       * net/eudc-hotlist.el (eudc-hotlist-emacs-menu): Replace
-       eudc-emacs-p and eudc-xemacs-p with feature tests.
+       * net/eudc-hotlist.el (eudc-hotlist-emacs-menu):
+       Replace eudc-emacs-p and eudc-xemacs-p with feature tests.
 
-       * net/eudcb-ph.el (eudc-ph-open-session): Replace
-       eudc-xemacs-mule-p with its former definition.
+       * net/eudcb-ph.el (eudc-ph-open-session):
+       Replace eudc-xemacs-mule-p with its former definition.
 
        * progmodes/octave-mod.el (octave-xemacs-p): Remove.
-       (octave-abbrev-start): Replace octave-xemacs-p with 
-       (featurep 'xemacs).
+       (octave-abbrev-start): Replace octave-xemacs-p with (featurep 'xemacs).
 
        * progmodes/vera-mode.el (vera-xemacs): Remove. 
-       (vera-mode-syntax-table): Replace vera-xemacs with 
-       (featurep 'xemacs).
+       (vera-mode-syntax-table): Replace vera-xemacs with (featurep 'xemacs).
 
        * progmodes/vhdl-mode.el (vhdl-xemacs): Remove.
        (vhdl-doc-mode, vhdl-doc-variable, vhdl-compile-init)
@@ -55,8 +57,7 @@
        * calculator.el (calculator-help): Use featurep 'xemacs.
 
        * progmodes/prolog.el: Undo previous change.
-       (comint-prompt-regexp, comint-process-echoes): Pacify
-       byte-compiler.
+       (comint-prompt-regexp, comint-process-echoes): Pacify byte-compiler.
 
        * progmodes/dcl-mode.el:
        * play/yow.el:
@@ -83,8 +84,7 @@
        (tramp-do-copy-or-rename-file-out-of-band)
        (tramp-maybe-open-connection): Use `make-temp-name'.  This is
        possible, because we don't need to create the temporary file, but
-       we need a prefix for ssh, which has its own temporary file
-       handling.
+       we need a prefix for ssh, which has its own temporary file handling.
        (tramp-handle-delete-directory): Add "-f" to rmdir.
        (tramp-handle-dired-recursive-delete-directory): Call "rm -rf".
        (tramp-handle-insert-file-contents): Don't raise a tramp-error but
@@ -107,14 +107,13 @@
 
        * progmodes/dcl-mode.el: Require imenu at compile time.
 
-       * progmodes/cc-engine.el (c-maybe-stale-found-type): Pacify
-       byte-compiler.
+       * progmodes/cc-engine.el (c-maybe-stale-found-type):
+       Pacify byte-compiler.
 
-       * obsolete/fast-lock.el: Use featurep test instead of
-       string-match.
+       * obsolete/fast-lock.el: Use featurep test instead of string-match.
 
-       * eshell/esh-mode.el (eshell-handle-ansi-color): Require
-       ansi-color at compile time too.
+       * eshell/esh-mode.el (eshell-handle-ansi-color):
+       Require ansi-color at compile time too.
 
        * eshell/em-unix.el (eshell/info): Require info at compile time too.
 
@@ -125,7 +124,7 @@
 
 2007-10-21  Stefan Monnier  <address@hidden>
 
-       * double.el ([ignore]): Use ignore.
+       * double.el ([ignore]): Use `ignore'.
        (double-setup): Inline into double-mode.
        (double-mode): Use define-minor-mode.
 
@@ -2051,8 +2050,8 @@
        Handle escaped parens.
        (latex-forward-sexp): Doc fix.
 
-       * eshell/esh-mode.el (eshell-output-filter-functions): Add
-       eshell-postoutput-scroll-to-bottom.
+       * eshell/esh-mode.el (eshell-output-filter-functions):
+       Add eshell-postoutput-scroll-to-bottom.
 
        * loadup.el: Remove termdev.
 




reply via email to

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