comparison lisp/ChangeLog @ 87047:7feb51907c1f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Dec 2007 15:58:04 +0000
parents 818e4de6743e
children 7d80e0f3d8f8
comparison
equal deleted inserted replaced
87046:9c5b08ec6fce 87047:7feb51907c1f
1 2007-12-04 Juanma Barranquero <lekktu@gmail.com>
2
3 * ido.el (ido-save-history): Set the `coding' local
4 variable in the first line of the file.
5
1 2007-12-04 Glenn Morris <rgm@gnu.org> 6 2007-12-04 Glenn Morris <rgm@gnu.org>
2 7
3 * password-cache.el: Move here from gnus/password.el. 8 * password-cache.el: Move here from gnus/password.el.
4 (top-level): Don't require cl when compiling. 9 (top-level): Don't require cl when compiling.
5 (password-read-and-add): Doc fix. Make obsolete. 10 (password-read-and-add): Doc fix. Make obsolete.
25 (cua--cut-rectangle-to-global-mark) 30 (cua--cut-rectangle-to-global-mark)
26 (cua--copy-rectangle-to-global-mark): Declare as functions. 31 (cua--copy-rectangle-to-global-mark): Declare as functions.
27 32
28 * emulation/viper-init.el (viper-replace-overlay-cursor-color) 33 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
29 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color) 34 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
30 (viper-vi-state-cursor-color): Consolidate 35 (viper-vi-state-cursor-color):
31 make-variable-frame-local calls. 36 Consolidate make-variable-frame-local calls.
32 37
33 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function. 38 * net/eudcb-bbdb.el (bbdb-address-streets): Declare as a function.
34 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather 39 (eudc-bbdb-extract-addresses): Use bbdb-address-streets rather
35 than bbdb-address-street1,2,3. 40 than bbdb-address-street1,2,3.
36 41
44 Don't print non-error messages at all, there's really no need. 49 Don't print non-error messages at all, there's really no need.
45 Do print if there's a problem, and clarify message in that case. 50 Do print if there's a problem, and clarify message in that case.
46 51
47 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu> 52 2007-12-03 Dan Nicolaescu <dann@ics.uci.edu>
48 53
49 * ediff-util.el (ediff-setup): 54 * ediff-diff.el (ediff-prepare-error-list):
50 * ediff-diff.el (ediff-prepare-error-list): Disable undo for 55 * ediff-util.el (ediff-setup): Disable undo for ediff-error-buffer.
51 ediff-error-buffer.
52 56
53 2007-12-03 Tassilo Horn <tassilo@member.fsf.org> 57 2007-12-03 Tassilo Horn <tassilo@member.fsf.org>
54 58
55 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'. 59 * doc-view.el (doc-view-initiate-display): Use `doc-view-mode-p'.
56 (doc-view-current-overlay, doc-view-pending-cache-flush): Add doc 60 (doc-view-current-overlay, doc-view-pending-cache-flush):
57 string. 61 Add doc string.
58 62
59 2007-12-03 Richard Stallman <rms@gnu.org> 63 2007-12-03 Richard Stallman <rms@gnu.org>
60 64
61 * subr.el (declare-function): Moved from byte-run.el. 65 * subr.el (declare-function): Moved from byte-run.el.
62 66
77 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and 81 Suggested by David Reitter <dreitter{_AT_}inf.ed.ac.uk> and
78 Juanma Barranquero. 82 Juanma Barranquero.
79 83
80 2007-12-02 Glenn Morris <rgm@gnu.org> 84 2007-12-02 Glenn Morris <rgm@gnu.org>
81 85
82 * emacs-lisp/bytecomp.el (byte-compile-declare-function): Reverse 86 * emacs-lisp/bytecomp.el (byte-compile-declare-function):
83 branches of if statement. 87 Reverse branches of if statement.
84 88
85 * emulation/viper-cmd.el (top-level): Don't require advice. 89 * emulation/viper-cmd.el (top-level): Don't require advice.
86 Don't load viper-util, viper-keym, viper-mous, viper-macs, 90 Don't load viper-util, viper-keym, viper-mous, viper-macs,
87 viper-ex when compiling. 91 viper-ex when compiling.
88 92
134 (netrc-parse): Don't use encrypt. 138 (netrc-parse): Don't use encrypt.
135 (netrc-find-service-name, netrc-find-service-number): Don't use caddr. 139 (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
136 140
137 * progmodes/python.el (top-level): Don't require cl when compiling. 141 * progmodes/python.el (top-level): Don't require cl when compiling.
138 142
139 2007-12-02 Agustin Martin <agustin.martin@hispalinux.es> 143 2007-12-02 Agust,Am(Bn Mart,Am(Bn <agustin.martin@hispalinux.es>
140 144
141 * textmodes/flyspell.el (flyspell-large-region): Explicitly set 145 * textmodes/flyspell.el (flyspell-large-region): Explicitly set
142 encoding for aspell process and for communication with it. 146 encoding for aspell process and for communication with it.
143 Only add "-d" option if not already present. 147 Only add "-d" option if not already present.
144 Use ispell-current-dictionary and ispell-current-personal-dictionary. 148 Use ispell-current-dictionary and ispell-current-personal-dictionary.