diff options
| author | Juanma Barranquero | 2007-06-23 11:15:21 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-23 11:15:21 +0000 |
| commit | ca4f5bf630fc70a7eb7630a096a6c227c85ea33e (patch) | |
| tree | c1c7c64b8bdea811cb0256cb48431c43844b13ec | |
| parent | 8fa640937142bed20941bd277c9d06e011c83b0c (diff) | |
| download | emacs-ca4f5bf630fc70a7eb7630a096a6c227c85ea33e.tar.gz emacs-ca4f5bf630fc70a7eb7630a096a6c227c85ea33e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog.12 | 33 |
1 files changed, 16 insertions, 17 deletions
diff --git a/lisp/ChangeLog.12 b/lisp/ChangeLog.12 index 2bfbe99e1f0..b21ffe081c4 100644 --- a/lisp/ChangeLog.12 +++ b/lisp/ChangeLog.12 | |||
| @@ -7911,11 +7911,11 @@ | |||
| 7911 | 7911 | ||
| 7912 | * tumme.el (tumme-display-thumbnail-original-image): Make sure | 7912 | * tumme.el (tumme-display-thumbnail-original-image): Make sure |
| 7913 | image display buffer is displayed before call to | 7913 | image display buffer is displayed before call to |
| 7914 | `tumme-display-image. | 7914 | `tumme-display-image'. |
| 7915 | (tumme-dired-display-image): Make sure image display buffer is | 7915 | (tumme-dired-display-image): Make sure image display buffer is |
| 7916 | displayed before call to `tumme-display-image. | 7916 | displayed before call to `tumme-display-image'. |
| 7917 | (tumme-mouse-display-image): Make sure image display buffer is | 7917 | (tumme-mouse-display-image): Make sure image display buffer is |
| 7918 | displayed before call to `tumme-display-image. | 7918 | displayed before call to `tumme-display-image'. |
| 7919 | (tumme-widget-list): Add. | 7919 | (tumme-widget-list): Add. |
| 7920 | (tumme-dired-edit-comment-and-tags): Add. | 7920 | (tumme-dired-edit-comment-and-tags): Add. |
| 7921 | (tumme-save-information-from-widgets): Add. | 7921 | (tumme-save-information-from-widgets): Add. |
| @@ -8042,7 +8042,7 @@ | |||
| 8042 | instead of retired `allout-resumptions'. For hook functions, use | 8042 | instead of retired `allout-resumptions'. For hook functions, use |
| 8043 | `local' parameter so hook settings are created and removed as | 8043 | `local' parameter so hook settings are created and removed as |
| 8044 | buffer-local settings. Revise (resumptions) setting | 8044 | buffer-local settings. Revise (resumptions) setting |
| 8045 | auto-fill-function so it is set only if already active. (The | 8045 | auto-fill-function so it is set only if already active. The |
| 8046 | related fill-function settings are all made in either case, so | 8046 | related fill-function settings are all made in either case, so |
| 8047 | that activating auto-fill-mode activity will have the custom | 8047 | that activating auto-fill-mode activity will have the custom |
| 8048 | allout-mode behaviors (hanging indent on topics, if configured for it). | 8048 | allout-mode behaviors (hanging indent on topics, if configured for it). |
| @@ -9788,7 +9788,7 @@ | |||
| 9788 | 9788 | ||
| 9789 | * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map): | 9789 | * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map): |
| 9790 | * calendar/calendar.el (calendar-mode-map): | 9790 | * calendar/calendar.el (calendar-mode-map): |
| 9791 | * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries): | 9791 | * calendar/diary-lib.el (include-other-diary-files, diary-mail-entries): |
| 9792 | * calendar/appt.el (appt-check, appt-make-list): Refer to | 9792 | * calendar/appt.el (appt-check, appt-make-list): Refer to |
| 9793 | diary-view-entries, diary-list-entries, diary-show-all-entries | 9793 | diary-view-entries, diary-list-entries, diary-show-all-entries |
| 9794 | rather than obsolete aliases. | 9794 | rather than obsolete aliases. |
| @@ -10865,7 +10865,7 @@ | |||
| 10865 | (org-table-create-or-convert-from-region): New commands | 10865 | (org-table-create-or-convert-from-region): New commands |
| 10866 | (org-table-toggle-vline-visibility): Command removed. | 10866 | (org-table-toggle-vline-visibility): Command removed. |
| 10867 | (org-table-convert-region): Made a command. | 10867 | (org-table-convert-region): Made a command. |
| 10868 | (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands. | 10868 | (orgtbl-deleta-backward-char, orgtbl-delete-char): Remove commands. |
| 10869 | Replace with the normal org- functions. | 10869 | Replace with the normal org- functions. |
| 10870 | (org-self-insert-command): Don't trigger realign unnecessarily | 10870 | (org-self-insert-command): Don't trigger realign unnecessarily |
| 10871 | when blanking a field that is not full. | 10871 | when blanking a field that is not full. |
| @@ -11275,7 +11275,7 @@ | |||
| 11275 | (ibuffer-mode-header-map): New keymaps. | 11275 | (ibuffer-mode-header-map): New keymaps. |
| 11276 | (ibuffer-update-title-and-summary): Enable mouse face highlighting | 11276 | (ibuffer-update-title-and-summary): Enable mouse face highlighting |
| 11277 | and keybindings for column headers. | 11277 | and keybindings for column headers. |
| 11278 | (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map | 11278 | (name, size, mode) <define-ibuffer-column>: Add a header-mouse-map |
| 11279 | property. | 11279 | property. |
| 11280 | 11280 | ||
| 11281 | 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change) | 11281 | 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change) |
| @@ -20649,7 +20649,7 @@ | |||
| 20649 | (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode) | 20649 | (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode) |
| 20650 | (ibuffer-filter-by-name, ibuffer-filter-by-filename) | 20650 | (ibuffer-filter-by-name, ibuffer-filter-by-filename) |
| 20651 | (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt) | 20651 | (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt) |
| 20652 | (ibuffer-filter-by-content, ibuffer-filter-by-predicate | 20652 | (ibuffer-filter-by-content, ibuffer-filter-by-predicate) |
| 20653 | (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name) | 20653 | (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name) |
| 20654 | (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size): | 20654 | (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size): |
| 20655 | Autoload file sans suffix. | 20655 | Autoload file sans suffix. |
| @@ -20758,7 +20758,7 @@ | |||
| 20758 | (gdb-info-frames-custom): Put `font-lock-function-name-face' | 20758 | (gdb-info-frames-custom): Put `font-lock-function-name-face' |
| 20759 | and `font-lock-variable-name-face' | 20759 | and `font-lock-variable-name-face' |
| 20760 | (gdb-registers-font-lock-keywords): New font lock keywords definition. | 20760 | (gdb-registers-font-lock-keywords): New font lock keywords definition. |
| 20761 | (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`. | 20761 | (gdb-registers-mode): Use `gdb-registers-font-lock-keywords'. |
| 20762 | (gdb-memory-font-lock-keywords): New font lock keywords definition. | 20762 | (gdb-memory-font-lock-keywords): New font lock keywords definition. |
| 20763 | (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'. | 20763 | (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'. |
| 20764 | (gdb-local-font-lock-keywords): New font lock keywords definition. | 20764 | (gdb-local-font-lock-keywords): New font lock keywords definition. |
| @@ -22168,7 +22168,7 @@ | |||
| 22168 | 2005-08-30 Richard M. Stallman <rms@gnu.org> | 22168 | 2005-08-30 Richard M. Stallman <rms@gnu.org> |
| 22169 | 22169 | ||
| 22170 | * files.el (risky-local-variable-p): | 22170 | * files.el (risky-local-variable-p): |
| 22171 | Match `-predicates' and `-commands. | 22171 | Match `-predicates' and `-commands'. |
| 22172 | 22172 | ||
| 22173 | * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. | 22173 | * cus-edit.el (custom-buffer-sort-alphabetically): Default to t. |
| 22174 | (custom-save-all): Visit the file if necessary; | 22174 | (custom-save-all): Visit the file if necessary; |
| @@ -23161,7 +23161,7 @@ | |||
| 23161 | (tramp-handle-set-visited-file-modtime) | 23161 | (tramp-handle-set-visited-file-modtime) |
| 23162 | (tramp-handle-insert-file-contents) | 23162 | (tramp-handle-insert-file-contents) |
| 23163 | (tramp-handle-write-region): No special handling for | 23163 | (tramp-handle-write-region): No special handling for |
| 23164 | `last-coding-system-used, because this is done in | 23164 | `last-coding-system-used', because this is done in |
| 23165 | `tramp-accept-process-output' now. | 23165 | `tramp-accept-process-output' now. |
| 23166 | (tramp-accept-process-output): New defun. | 23166 | (tramp-accept-process-output): New defun. |
| 23167 | (tramp-process-one-action, tramp-process-one-multi-action) | 23167 | (tramp-process-one-action, tramp-process-one-multi-action) |
| @@ -23199,7 +23199,7 @@ | |||
| 23199 | * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the | 23199 | * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the |
| 23200 | XEmacs case; not necessary anymore. | 23200 | XEmacs case; not necessary anymore. |
| 23201 | (tramp-smb-handle-write-region): No special handling for | 23201 | (tramp-smb-handle-write-region): No special handling for |
| 23202 | `last-coding-system-used, because this is done in | 23202 | `last-coding-system-used', because this is done in |
| 23203 | `tramp-accept-process-output' now. | 23203 | `tramp-accept-process-output' now. |
| 23204 | (tramp-smb-wait-for-output): Call `tramp-accept-process-output'. | 23204 | (tramp-smb-wait-for-output): Call `tramp-accept-process-output'. |
| 23205 | 23205 | ||
| @@ -24623,7 +24623,7 @@ | |||
| 24623 | (tree-widget-theme, tree-widget-image-properties-emacs) | 24623 | (tree-widget-theme, tree-widget-image-properties-emacs) |
| 24624 | (tree-widget-image-properties-xemacs, tree-widget-create-image) | 24624 | (tree-widget-image-properties-xemacs, tree-widget-create-image) |
| 24625 | (tree-widget-image-formats, tree-widget-control) | 24625 | (tree-widget-image-formats, tree-widget-control) |
| 24626 | (tree-widget-empty-control, tree-widget-leaf-control | 24626 | (tree-widget-empty-control, tree-widget-leaf-control) |
| 24627 | (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide) | 24627 | (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide) |
| 24628 | (tree-widget-handle, tree-widget-no-handle, tree-widget-p) | 24628 | (tree-widget-handle, tree-widget-no-handle, tree-widget-p) |
| 24629 | (tree-widget-keep, tree-widget-after-toggle-functions) | 24629 | (tree-widget-keep, tree-widget-after-toggle-functions) |
| @@ -25831,8 +25831,7 @@ | |||
| 25831 | (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn) | 25831 | (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn) |
| 25832 | (ebrowse-draw-member-short-fn): Use renamed ebrowse faces. | 25832 | (ebrowse-draw-member-short-fn): Use renamed ebrowse faces. |
| 25833 | 25833 | ||
| 25834 | * progmodes/antlr-mode.el (antlr-default, antlr-keyword, | 25834 | * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax) |
| 25835 | antlr-syntax) | ||
| 25836 | (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) | 25835 | (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) |
| 25837 | (antlr-literal): Remove "-face" suffix and "font-lock-" from face | 25836 | (antlr-literal): Remove "-face" suffix and "font-lock-" from face |
| 25838 | names. | 25837 | names. |
| @@ -27770,7 +27769,7 @@ | |||
| 27770 | * progmodes/make-mode.el (makefile-add-this-line-targets): | 27769 | * progmodes/make-mode.el (makefile-add-this-line-targets): |
| 27771 | Simplify and integrate into `makefile-pickup-targets'. | 27770 | Simplify and integrate into `makefile-pickup-targets'. |
| 27772 | (makefile-add-this-line-macro): Simplify and integrate into | 27771 | (makefile-add-this-line-macro): Simplify and integrate into |
| 27773 | `makefile-pickup-macros. | 27772 | `makefile-pickup-macros'. |
| 27774 | (makefile-pickup-filenames-as-targets): Simplify. | 27773 | (makefile-pickup-filenames-as-targets): Simplify. |
| 27775 | (makefile-previous-dependency, makefile-match-dependency): | 27774 | (makefile-previous-dependency, makefile-match-dependency): |
| 27776 | Don't stumble over `::'. | 27775 | Don't stumble over `::'. |
| @@ -32755,7 +32754,7 @@ | |||
| 32755 | Adrian Aichner <adrian@xemacs.org>. | 32754 | Adrian Aichner <adrian@xemacs.org>. |
| 32756 | 32755 | ||
| 32757 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for | 32756 | * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for |
| 32758 | `substitute-in-file-name. | 32757 | `substitute-in-file-name'. |
| 32759 | (tramp-smb-handle-substitute-in-file-name): New defun. | 32758 | (tramp-smb-handle-substitute-in-file-name): New defun. |
| 32760 | (tramp-smb-advice-PC-do-completion): Delete advice. | 32759 | (tramp-smb-advice-PC-do-completion): Delete advice. |
| 32761 | 32760 | ||