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, 18 Nov 2007 19:32:55 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        07/11/18 19:32:55

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12239
retrieving revision 1.12240
diff -u -b -r1.12239 -r1.12240
--- ChangeLog   18 Nov 2007 12:48:32 -0000      1.12239
+++ ChangeLog   18 Nov 2007 19:32:53 -0000      1.12240
@@ -1,19 +1,24 @@
+2007-11-18  Stefan Monnier  <address@hidden>
+
+       * abbrev.el (kill-all-abbrevs, insert-abbrevs)
+       (prepare-abbrev-list-buffer): Use dolist.
+       (clear-abbrev-table): Preserve properties.
+
 2007-11-18  Shigeru Fukaya  <address@hidden>  (tiny change)
 
-       * textmodes/texinfmt.el (texinfo-format-printindex): Collect
-       combined indexes using texinfo-short-index-format-cmds-alist.
+       * textmodes/texinfmt.el (texinfo-format-printindex):
+       Collect combined indexes using texinfo-short-index-format-cmds-alist.
        Reported on <address@hidden>.
 
 2007-11-18  Michael Albinus  <address@hidden>
 
-       * net/tramp.el (tramp-completion-reread-directory-timeout): New
-       defcustom.
+       * net/tramp.el (tramp-completion-reread-directory-timeout):
+       New defcustom.
        (tramp-handle-file-name-all-completions): Flush directory contents
        from cache regularly.
-       (tramp-set-auto-save-file-modes): Check also for
-       `buffer-modified-p'.
-       (tramp-open-connection-setup-interactive-shell): Call
-       `tramp-cleanup-connection' via funcall.
+       (tramp-set-auto-save-file-modes): Check also for `buffer-modified-p'.
+       (tramp-open-connection-setup-interactive-shell):
+       Call `tramp-cleanup-connection' via funcall.
 
        * net/tramp-ftp.el (tramp-ftp-file-name-handler): Temp file is already
        created when copying.
@@ -21,18 +26,17 @@
 2007-11-17  Dan Nicolaescu  <address@hidden>
 
        * eshell/esh-util.el (eshell-under-xemacs-p): Remove.
-       * eshell/esh-mode.el (eshell-mode-syntax-table)
-       (command-running-p):
+       * eshell/esh-mode.el (eshell-mode-syntax-table, command-running-p):
        * eshell/esh-ext.el (eshell-external-command):
        * eshell/esh-cmd.el (require):
        * eshell/em-unix.el (eshell-plain-locate-behavior):
-       * eshell/em-cmpl.el (eshell-cmpl-initialize): Replace
-       eshell-under-xemacs-p with (featurep 'xemacs).
+       * eshell/em-cmpl.el (eshell-cmpl-initialize):
+       Replace eshell-under-xemacs-p with (featurep 'xemacs).
        * eshell/esh-mode.el (characterp,char-int): Remove unused
        conditional defaliases.
 
-       * pcomplete.el (pcomplete-event-matches-key-specifier-p): Rename
-       from event-matches-key-specifier-p, define unconditionally.
+       * pcomplete.el (pcomplete-event-matches-key-specifier-p):
+       Rename from event-matches-key-specifier-p, define unconditionally.
        (event-basic-type): Remove unused defalias.
        (pcomplete-show-completions):
        Use pcomplete-event-matches-key-specifier-p.




reply via email to

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