# HG changeset patch # User Juanma Barranquero # Date 1196783884 0 # Node ID 7feb51907c1fa0d10f36ba364072810cef1c3b06 # Parent 9c5b08ec6fce7a884d864540f61e88d369da933d *** empty log message *** diff -r 9c5b08ec6fce -r 7feb51907c1f lisp/ChangeLog --- a/lisp/ChangeLog Tue Dec 04 15:48:25 2007 +0000 +++ b/lisp/ChangeLog Tue Dec 04 15:58:04 2007 +0000 @@ -1,3 +1,8 @@ +2007-12-04 Juanma Barranquero + + * ido.el (ido-save-history): Set the `coding' local + variable in the first line of the file. + 2007-12-04 Glenn Morris * password-cache.el: Move here from gnus/password.el. @@ -27,8 +32,8 @@ * emulation/viper-init.el (viper-replace-overlay-cursor-color) (viper-insert-state-cursor-color, viper-emacs-state-cursor-color) - (viper-vi-state-cursor-color): Consolidate - make-variable-frame-local calls. + (viper-vi-state-cursor-color): + Consolidate make-variable-frame-local calls. * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function. (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather @@ -46,15 +51,14 @@ 2007-12-03 Dan Nicolaescu - * ediff-util.el (ediff-setup): - * ediff-diff.el (ediff-prepare-error-list): Disable undo for - ediff-error-buffer. + * ediff-diff.el (ediff-prepare-error-list): + * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer. 2007-12-03 Tassilo Horn * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'. - (doc-view-current-overlay, doc-view-pending-cache-flush): Add doc - string. + (doc-view-current-overlay, doc-view-pending-cache-flush): + Add doc string. 2007-12-03 Richard Stallman @@ -79,8 +83,8 @@ 2007-12-02 Glenn Morris - * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse - branches of if statement. + * emacs-lisp/bytecomp.el (byte-compile-declare-function): + Reverse branches of if statement. * emulation/viper-cmd.el (top-level): Don't require advice. Don't load viper-util, viper-keym, viper-mous, viper-macs, @@ -136,7 +140,7 @@ * progmodes/python.el (top-level): Don't require cl when compiling. -2007-12-02 Agustin Martin +2007-12-02 Agust,Am(Bn Mart,Am(Bn * textmodes/flyspell.el (flyspell-large-region): Explicitly set encoding for aspell process and for communication with it.