diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7d96ceaadf4..56c24779e25 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,26 @@ | |||
| 1 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> | 1 | 2007-01-29 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 2 | ||
| 3 | * emacs-lisp/shadow.el (list-load-path-shadows): Doc fix. | 3 | * isearchb.el (isearchb-iswitchb): |
| 4 | * ps-print.el (ps-build-face-reference): | ||
| 5 | * eshell/esh-cmd.el (eshell-rewrite-for-command): | ||
| 6 | * international/mule.el (find-auto-coding): | ||
| 7 | * mail/supercite.el (sc-attrib-selection-list): | ||
| 8 | * progmodes/cc-defs.el (c-emacs-features): | ||
| 9 | * progmodes/cc-vars.el (c-offsets-alist): | ||
| 10 | * progmodes/flymake.el | ||
| 11 | (flymake-init-create-temp-source-and-master-buffer-copy): | ||
| 12 | Fix typos in docstrings (some suggested by Chris Moore). | ||
| 13 | |||
| 14 | * progmodes/vhdl-mode.el (vhdl-components-package-name) | ||
| 15 | (vhdl-get-library-unit, vhdl-corresponding-begin) | ||
| 16 | (vhdl-skip-case-alternative, vhdl-backward-skip-label) | ||
| 17 | (vhdl-align-region-2, vhdl-electric-dash, vhdl-case-word) | ||
| 18 | (vhdl-hooked-abbrev, vhdl-hs-forward-sexp-func) | ||
| 19 | (vhdl-font-lock-match-item): Fix typos in docstrings. | ||
| 20 | (vhdl-get-library-unit, vhdl-get-block-state, vhdl-sort-alist) | ||
| 21 | (vhdl-set-offset, vhdl-fix-case-region-1, vhdl-scan-directory-contents) | ||
| 22 | (vhdl-speedbar-insert-project-hierarchy): | ||
| 23 | Improve argument/docstring consistency. | ||
| 4 | 24 | ||
| 5 | 2007-01-29 Kenichi Handa <handa@m17n.org> | 25 | 2007-01-29 Kenichi Handa <handa@m17n.org> |
| 6 | 26 | ||