diff options
| author | Juanma Barranquero | 2006-11-27 17:13:39 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2006-11-27 17:13:39 +0000 |
| commit | b8f11c58511bd5c08af1d3a0ffaaaa9ea22994ea (patch) | |
| tree | 827a71ad4fa58d6a017fcfc716fa27892cd58a14 | |
| parent | e4e0a304b99a04b3616969bbd0afce6612514dff (diff) | |
| download | emacs-b8f11c58511bd5c08af1d3a0ffaaaa9ea22994ea.tar.gz emacs-b8f11c58511bd5c08af1d3a0ffaaaa9ea22994ea.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index caf22164133..0e3266cdeec 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,8 +1,29 @@ | |||
| 1 | 2006-11-27 Juanma Barranquero <lekktu@gmail.com> | 1 | 2006-11-27 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * ledit.el (ledit-save-defun, ledit-mode): | ||
| 4 | * resume.el (resume-emacs-args-buffer): | ||
| 5 | * rot13.el (rot13-display-table, rot13-translate-table, rot13) | ||
| 6 | (rot13-string, rot13-region, rot13-other-window, toggle-rot13-mode): | ||
| 7 | * vmsproc.el (subprocess-input, start-subprocess, subprocess-command) | ||
| 8 | (command-send-input, command-kill-line): | ||
| 9 | * vt100-led.el (led-state, led-on): Fix typos in docstrings. | ||
| 10 | |||
| 11 | * autoarg.el (autoarg-kp-mode): Doc fix. | ||
| 12 | |||
| 13 | * emacs-lock.el (toggle-emacs-lock): Doc fix. Simplify. | ||
| 14 | (emacs-lock-check-buffer-lock): Doc fix. Use `when'. | ||
| 15 | (check-emacs-lock): Doc fix. Simplify. | ||
| 16 | |||
| 17 | * iimage.el (iimage-mode-image-regex-alist): Doc fix. | ||
| 18 | (iimage-mode-buffer): Fix typos in docstring. | ||
| 19 | |||
| 20 | * misc.el (zap-up-to-char): Doc fix. | ||
| 21 | |||
| 3 | * time-stamp.el: Fix comment and obsolescence string for old | 22 | * time-stamp.el: Fix comment and obsolescence string for old |
| 4 | functions. Use `dolist' instead of `while'. | 23 | functions. Use `dolist' instead of `while'. |
| 5 | 24 | ||
| 25 | * userlock.el (ask-user-about-lock-help): Fix typos in output message. | ||
| 26 | |||
| 6 | * disp-table.el (standard-display-8bit, standard-display-default): | 27 | * disp-table.el (standard-display-8bit, standard-display-default): |
| 7 | * ebuff-menu.el (electric-buffer-list): | 28 | * ebuff-menu.el (electric-buffer-list): |
| 8 | * ehelp.el (electric-help-command-loop): | 29 | * ehelp.el (electric-help-command-loop): |