diff options
| -rw-r--r-- | lisp/ChangeLog | 54 |
1 files changed, 53 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 76f3abb918f..ce58a42e690 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2008-04-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * descr-text.el (describe-char-after): | ||
| 4 | Use `define-obsolete-function-alias'. | ||
| 5 | |||
| 6 | * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'. | ||
| 7 | |||
| 8 | * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description. | ||
| 9 | |||
| 10 | * savehist.el (savehist-load): Add WHEN to obsolescence declaration. | ||
| 11 | Remove redundant obsolescence info in docstring. | ||
| 12 | |||
| 13 | * vc-hooks.el (vc-ignore-vc-files, vc-master-templates) | ||
| 14 | (vc-header-alist): Add WHEN to obsolescence declaration. | ||
| 15 | (vc-state): Fix typo in docstring. | ||
| 16 | |||
| 17 | * emacs-lisp/checkdoc.el (checkdoc-minor-keymap): | ||
| 18 | Use `define-obsolete-variable-alias'. | ||
| 19 | |||
| 20 | * emulation/tpu-edt.el (tpu-have-ispell): | ||
| 21 | * international/codepage.el (codepage-setup): | ||
| 22 | Fix typo in obsolescence declaration. | ||
| 23 | |||
| 24 | * international/mule.el (char-coding-system-table): | ||
| 25 | Remove redundant obsolescence info in docstring. | ||
| 26 | (charset-list, generic-char-p, set-char-table-default): | ||
| 27 | Fix typos in obsolescence decarations. | ||
| 28 | |||
| 29 | * international/mule-diag.el (non-iso-charset-alist): | ||
| 30 | Fix typo in obsolescence declaration. | ||
| 31 | (decode-codepage-char): Remove redundant obsolescence info in docstring. | ||
| 32 | |||
| 33 | * font-core.el (font-lock-defaults-alist): | ||
| 34 | * font-lock.el (font-lock-reference-face): | ||
| 35 | * frame.el (screen-height, screen-width, set-screen-width) | ||
| 36 | (set-screen-height): | ||
| 37 | * hilit-chg.el (highlight-changes-initial-state): | ||
| 38 | * isearch.el (isearch-return-char): | ||
| 39 | * log-edit.el (cvs-commit-buffer-require-final-newline) | ||
| 40 | (cvs-changelog-full-paragraphs): | ||
| 41 | * mouse.el (mouse-major-mode-menu, mouse-popup-menubar) | ||
| 42 | (mouse-popup-menubar-stuff): | ||
| 43 | * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button) | ||
| 44 | (mouse-wheel-click-button): | ||
| 45 | * outline.el (outline-visible): | ||
| 46 | * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name): | ||
| 47 | * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path): | ||
| 48 | * emacs-lisp/lisp-mode.el (lisp-comment-indent): | ||
| 49 | * progmodes/compile.el (compile-internal): | ||
| 50 | Add WHEN to obsolescence declarations. | ||
| 51 | |||
| 1 | 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca> | 52 | 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 53 | ||
| 3 | * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window | 54 | * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window |
| @@ -13,7 +64,8 @@ | |||
| 13 | * progmodes/python.el (python-mode-map): Use abbrev-table-menu. | 64 | * progmodes/python.el (python-mode-map): Use abbrev-table-menu. |
| 14 | (python-use-skeletons): Remove, unused. | 65 | (python-use-skeletons): Remove, unused. |
| 15 | (python-skeletons): Remove. Use the abbrev table instead. | 66 | (python-skeletons): Remove. Use the abbrev table instead. |
| 16 | (python-mode-abbrev-table): Fix regexp; add enable-function and case-fixed. | 67 | (python-mode-abbrev-table): Fix regexp; |
| 68 | add enable-function and case-fixed. | ||
| 17 | (def-python-skeleton): Simplify. | 69 | (def-python-skeleton): Simplify. |
| 18 | (python-expand-template): Use the abbrev-table and abbrev-insert. | 70 | (python-expand-template): Use the abbrev-table and abbrev-insert. |
| 19 | (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook): | 71 | (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook): |