Mercurial > emacs
comparison lisp/ChangeLog @ 74248:cbf2bdfd677d
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Mon, 27 Nov 2006 14:35:47 +0000 |
parents | b5b237361cae |
children | c9bd6025f40e |
comparison
equal
deleted
inserted
replaced
74247:dab474dc1f00 | 74248:cbf2bdfd677d |
---|---|
1 2006-11-27 Juanma Barranquero <lekktu@gmail.com> | |
2 | |
3 * time-stamp.el: Fix comment and obsolescence string for old | |
4 functions. Use `dolist' instead of `while'. | |
5 | |
6 * disp-table.el (standard-display-8bit, standard-display-default): | |
7 * ebuff-menu.el (electric-buffer-list): | |
8 * ehelp.el (electric-help-command-loop): | |
9 * font-core.el (font-lock-mode): | |
10 * help-macro.el (make-help-screen): | |
11 * help.el (describe-minor-mode-completion-table-for-indicator) | |
12 (lookup-minor-mode-from-indicator): | |
13 * indent.el (tab-to-tab-stop, move-to-tab-stop): | |
14 * info-look.el (info-lookup-guess-custom-symbol): | |
15 * locate.el (locate-main-listing-line-p, locate-mode, locate-do-setup): | |
16 * longlines.el (longlines-wrap-line): | |
17 * macros.el (insert-kbd-macro): | |
18 * menu-bar.el (menu-bar-update-buffers): | |
19 * misc.el (copy-from-above-command): | |
20 * mouse.el (mouse-popup-menubar, mouse-buffer-menu-alist): | |
21 * newcomment.el (comment-indent): | |
22 * novice.el (disabled-command-function): | |
23 * sort.el (sort-fields-syntax-table): | |
24 * subr.el (momentary-string-display): | |
25 * tar-mode.el (tar-header-block-summarize) | |
26 (tar-clear-modification-flags): | |
27 * terminal.el (terminal-cease-edit, te-more-break-unwind, te-newline) | |
28 (te-clear-rest-of-line, te-clear-rest-of-screen, te-clear-screen) | |
29 (te-insert-lines, te-delete-lines, te-delete, te-insert-spaces) | |
30 (te-delete-char, te-down-vertically-or-scroll): | |
31 * time-stamp.el (time-stamp-string-preprocess): | |
32 * tmm.el (tmm-add-one-shortcut): "?\ " -> "?\s". | |
33 | |
1 2006-11-26 Nick Roberts <nickrob@snap.net.nz> | 34 2006-11-26 Nick Roberts <nickrob@snap.net.nz> |
2 | 35 |
3 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not | 36 * speedbar.el (speedbar-timer-fn): Revert to old behaviour when not |
4 in GUD mode. | 37 in GUD mode. |
5 | 38 |
2753 | 2786 |
2754 * files.el (risky-local-variable-p): Match ...-bindat-spec. | 2787 * files.el (risky-local-variable-p): Match ...-bindat-spec. |
2755 | 2788 |
2756 * dired.el (dired-log-summary): Add doc string. | 2789 * dired.el (dired-log-summary): Add doc string. |
2757 | 2790 |
2758 * cus-edit.el (custom-menu-create): Bind deactivate-mark here | 2791 * cus-edit.el (custom-menu-create): Bind deactivate-mark here. |
2759 (custom-group-menu-create): Not here. | 2792 (custom-group-menu-create): Not here. |
2760 | 2793 |
2761 2006-09-08 Carsten Dominik <dominik@science.uva.nl> | 2794 2006-09-08 Carsten Dominik <dominik@science.uva.nl> |
2762 | 2795 |
2763 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop. | 2796 * textmodes/org.el (org-dblock-write:clocktable): Avoid infinite loop. |
7046 (defface, defgroup): Replace definitions of a select few keywords | 7079 (defface, defgroup): Replace definitions of a select few keywords |
7047 with a reference to the Common Keywords in defcustom. | 7080 with a reference to the Common Keywords in defcustom. |
7048 (defcustom, defface, defgroup): Replace reference to Customization | 7081 (defcustom, defface, defgroup): Replace reference to Customization |
7049 chapter in manual with hyperlink. | 7082 chapter in manual with hyperlink. |
7050 | 7083 |
7051 * cus-edit.el (customize-package-emacs-version-alist): | 7084 * cus-edit.el (customize-package-emacs-version-alist): New variable. |
7052 New variable. | |
7053 (customize-changed-options): Add check for custom-package-version. | 7085 (customize-changed-options): Add check for custom-package-version. |
7054 (customize-package-emacs-version): New function to look up Emacs | 7086 (customize-package-emacs-version): New function to look up Emacs |
7055 version corresponding to the given package version. | 7087 version corresponding to the given package version. |
7056 | 7088 |
7057 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in | 7089 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in |