comparison lisp/ChangeLog @ 68849:d4d4eb38cca3

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 13 Feb 2006 11:05:37 +0000
parents 6a3bf61d8473
children 6f2a87fed652
comparison
equal deleted inserted replaced
68848:f038d760daf1 68849:d4d4eb38cca3
1 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
2
3 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
4
1 2006-02-12 Miles Bader <miles@gnu.org> 5 2006-02-12 Miles Bader <miles@gnu.org>
2 6
3 * net/rcirc.el (rcirc-format-response-string): Fix small bugs. 7 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
4 8
5 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com> 9 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
6 10
7 * tumme.el: Removed history section. If someone needs the it, it 11 * tumme.el: Remove history section. If someone needs the it, it
8 can always be found in CVS. 12 can always be found in CVS.
9 13
10 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com> 14 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
11 15
12 * tumme.el (tumme-thumbnail-storage): Updated docstring. Added 16 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
13 info about the Thumbnail Managing Standard option. 17 about the Thumbnail Managing Standard option.
14 18
15 2006-02-12 Richard M. Stallman <rms@gnu.org> 19 2006-02-12 Richard M. Stallman <rms@gnu.org>
16 20
17 * subr.el (substitute-key-definition): Doc fix. 21 * subr.el (substitute-key-definition): Doc fix.
18 22
93 97
94 2006-02-11 Kim F. Storm <storm@cua.dk> 98 2006-02-11 Kim F. Storm <storm@cua.dk>
95 99
96 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer. 100 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
97 Don't use insert-buffer; do insert-buffer-substring directly. 101 Don't use insert-buffer; do insert-buffer-substring directly.
98 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1. 102 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
99 103
100 2006-02-11 Martin Rudalics <rudalics@gmx.at> 104 2006-02-11 Martin Rudalics <rudalics@gmx.at>
101 105
102 * files.el (revert-buffer, recover-file): Replace buffer-read-only 106 * files.el (revert-buffer, recover-file): Replace buffer-read-only
103 with inhibit-read-only. Suggested by Stefan Monnier. 107 with inhibit-read-only. Suggested by Stefan Monnier.