aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f1552757440..9d879823f8a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,20 @@
12005-06-25 Richard M. Stallman <rms@gnu.org>
2
3 * jka-compr.el (jka-compr-insert-file-contents):
4 Special handling if cannot find the uncompression program.
5
6 * cus-face.el (custom-face-attributes): Add autoload.
7
8 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
9 Bind comment-indent-function locally.
10
11 * window.el (save-selected-window): Use save-current-buffer.
12
13 * subr.el (with-selected-window): Use save-current-buffer.
14
15 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
16 and with-current-buffer.
17
12005-06-24 Richard M. Stallman <rms@gnu.org> 182005-06-24 Richard M. Stallman <rms@gnu.org>
2 19
3 * simple.el (line-move-1): Fix previous change. 20 * simple.el (line-move-1): Fix previous change.