Mercurial > emacs
comparison lisp/ChangeLog @ 87563:81439a161f10
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Fri, 04 Jan 2008 03:16:19 +0000 |
parents | e127b66c26e2 |
children | c27df69a8670 |
comparison
equal
deleted
inserted
replaced
87562:aeda902ed7fc | 87563:81439a161f10 |
---|---|
1 2008-01-04 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * startup.el (fancy-about-screen): Remove reference to deleted | |
4 `fancy-splash-help-echo' variable. | |
5 | |
6 * version.el (emacs-copyright): Update to 2008. | |
7 | |
8 * net/tramp-smb.el (tramp-smb-handle-insert-directory): Use mapc | |
9 rather than mapcar. | |
10 | |
11 * progmodes/cc-vars.el (defcustom-c-stylevar): Revert previous | |
12 change (merge mistake). | |
13 | |
14 * doc-view.el (doc-view-search-internal): Don't use `incf'. | |
15 | |
16 * doc-view.el (bookmark-make-cell-function, bookmark-get-filename) | |
17 (bookmark-get-bookmark-record): | |
18 * image-mode.el (bookmark-make-cell-function) | |
19 (bookmark-get-filename, bookmark-get-bookmark-record) | |
20 (bookmark-get-position): | |
21 * log-view.el (vc-modify-change-comment): | |
22 * progmodes/grep.el (find-name-arg): Declare for compiler. | |
23 | |
1 2008-01-04 Juanma Barranquero <lekktu@gmail.com> | 24 2008-01-04 Juanma Barranquero <lekktu@gmail.com> |
2 | 25 |
3 * savehist.el (savehist-coding-system): Default to a variant coding | 26 * savehist.el (savehist-coding-system): Default to a variant coding |
4 system with explicit unix end-of-line conversion, which is safer. | 27 system with explicit unix end-of-line conversion, which is safer. |
5 | 28 |