comparison lisp/ChangeLog.12 @ 90979:988f1edc9674

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 803-805) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-227
author Miles Bader <miles@gnu.org>
date Mon, 09 Jul 2007 08:00:55 +0000
parents e9f94688a064 d08e3bd69644
children a66921565bcb
comparison
equal deleted inserted replaced
90978:f866074aedc4 90979:988f1edc9674
2593 2593
2594 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark 2594 * bookmark.el (bookmark-buffer-file-name): Abbreviate the bookmark
2595 path. Rewrite function in `cond' style for readability. 2595 path. Rewrite function in `cond' style for readability.
2596 2596
2597 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>. 2597 Suggested by: Stephen Eglen <S.J.Eglen{_AT_}damtp.cam.ac.uk>.
2598 (The path shortening, that is, not the rearrarangement.) 2598 (The path shortening, that is, not the rearrangement.)
2599 2599
2600 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> 2600 2007-01-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2601 2601
2602 * term/mac-win.el (mac-ae-quit-application): New function. 2602 * term/mac-win.el (mac-ae-quit-application): New function.
2603 (mac-apple-event-map): Bind "quit application" Apple event to it. 2603 (mac-apple-event-map): Bind "quit application" Apple event to it.
6358 (mouse-drag-track): Check `mouse-on-link-p' on event position, not 6358 (mouse-drag-track): Check `mouse-on-link-p' on event position, not
6359 buffer position. 6359 buffer position.
6360 6360
6361 * help.el (describe-key-briefly): When reading a down-event on 6361 * help.el (describe-key-briefly): When reading a down-event on
6362 mode lines or scroll bar, swallow the following up event, too. 6362 mode lines or scroll bar, swallow the following up event, too.
6363 Use the new mouse sensitity of `key-binding' for lookup. 6363 Use the new mouse sensitivity of `key-binding' for lookup.
6364 (describe-key): The same here. 6364 (describe-key): The same here.
6365 6365
6366 2006-09-15 Juanma Barranquero <lekktu@gmail.com> 6366 2006-09-15 Juanma Barranquero <lekktu@gmail.com>
6367 6367
6368 * play/life.el (life-patterns): Add a few more interesting patterns. 6368 * play/life.el (life-patterns): Add a few more interesting patterns.
7909 * dired.el (dired-mode-map): Add key binding `C-te' for 7909 * dired.el (dired-mode-map): Add key binding `C-te' for
7910 `tumme-dired-edit-comment-and-tags'. 7910 `tumme-dired-edit-comment-and-tags'.
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.
7922 7922
7923 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca> 7923 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
8040 (allout-exposure-category): Replaces 'allout-overlay-category variable. 8040 (allout-exposure-category): Replaces 'allout-overlay-category variable.
8041 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions' 8041 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
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).
8049 Remove all allout-exposure-category overlays on mode deactivation. 8049 Remove all allout-exposure-category overlays on mode deactivation.
8050 (allout-hotspot-key-handler): New function extracted from 8050 (allout-hotspot-key-handler): New function extracted from
9786 9786
9787 2006-05-12 Glenn Morris <rgm@gnu.org> 9787 2006-05-12 Glenn Morris <rgm@gnu.org>
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.
9795 9795
9796 2006-05-12 Chong Yidong <cyd@stupidchicken.com> 9796 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
9996 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp 9996 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
9997 completion also when ido is loaded. 9997 completion also when ido is loaded.
9998 9998
9999 2006-05-09 Masatake YAMATO <jet@gyve.org> 9999 2006-05-09 Masatake YAMATO <jet@gyve.org>
10000 10000
10001 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded 10001 * font-lock.el (cpp-font-lock-keywords-source-directives): Added
10002 "warning" and "import". 10002 "warning" and "import".
10003 (cpp-font-lock-keywords): Added "warning". 10003 (cpp-font-lock-keywords): Added "warning".
10004 10004
10005 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu> 10005 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
10006 10006
10863 (org-read-agenda-file-list): New functions. 10863 (org-read-agenda-file-list): New functions.
10864 (org-table-edit-field) 10864 (org-table-edit-field)
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.
10872 (org-mode): `Set buffer-invisibility-spec' for links. 10872 (org-mode): `Set buffer-invisibility-spec' for links.
10873 (org-activate-links2): Hide link part and only show descriptive 10873 (org-activate-links2): Hide link part and only show descriptive
11273 11273
11274 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map) 11274 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
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)
11282 11282
11283 * speedbar.el (speedbar-after-create-hook): Doc fix. 11283 * speedbar.el (speedbar-after-create-hook): Doc fix.
20647 (ibuffer-do-revert, ibuffer-do-replace-regexp) 20647 (ibuffer-do-revert, ibuffer-do-replace-regexp)
20648 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp) 20648 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
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.
20656 20656
20657 * emulation/cua-base.el (cua-toggle-global-mark): Likewise. 20657 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
20756 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): 20756 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
20757 Put `font-lock-function-name-face'. 20757 Put `font-lock-function-name-face'.
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.
20765 (gdb-locals-mode): Use `gdb-local-font-lock-keywords' 20765 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
20766 (gdb-threads-font-lock-keywords): New font lock keywords definition. 20766 (gdb-threads-font-lock-keywords): New font lock keywords definition.
22166 `make-auto-save-file-name' is not a magic file name operation. 22166 `make-auto-save-file-name' is not a magic file name operation.
22167 22167
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;
22175 kill the buffer if we created it. 22175 kill the buffer if we created it.
22176 (custom-save-delete): Don't visit file or kill buffer here. 22176 (custom-save-delete): Don't visit file or kill buffer here.
23159 XEmacs case; not necessary anymore. 23159 XEmacs case; not necessary anymore.
23160 (tramp-user-regexp): Allow "@" as part of user name. 23160 (tramp-user-regexp): Allow "@" as part of user name.
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)
23168 (tramp-wait-for-regexp, tramp-wait-for-output) 23168 (tramp-wait-for-regexp, tramp-wait-for-output)
23169 (tramp-discard-garbage-erase-buffer): Call it. Reported by David 23169 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
23197 syntax error with XEmacs. 23197 syntax error with XEmacs.
23198 23198
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
23206 2005-08-06 Luc Teirlinck <teirllm@auburn.edu> 23206 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
23207 23207
24606 (tree-widget) [defgroup] 24606 (tree-widget) [defgroup]
24607 (tree-widget-image-enable, tree-widget-themes-directory) 24607 (tree-widget-image-enable, tree-widget-themes-directory)
24608 (tree-widget-theme, tree-widget-image-properties-emacs) 24608 (tree-widget-theme, tree-widget-image-properties-emacs)
24609 (tree-widget-image-properties-xemacs, tree-widget-create-image) 24609 (tree-widget-image-properties-xemacs, tree-widget-create-image)
24610 (tree-widget-image-formats, tree-widget-control) 24610 (tree-widget-image-formats, tree-widget-control)
24611 (tree-widget-empty-control, tree-widget-leaf-control 24611 (tree-widget-empty-control, tree-widget-leaf-control)
24612 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide) 24612 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
24613 (tree-widget-handle, tree-widget-no-handle, tree-widget-p) 24613 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
24614 (tree-widget-keep, tree-widget-after-toggle-functions) 24614 (tree-widget-keep, tree-widget-after-toggle-functions)
24615 (tree-widget-open-node, tree-widget-close-node): Doc fix. 24615 (tree-widget-open-node, tree-widget-close-node): Doc fix.
24616 (tree-widget-open-control, tree-widget-close-control): Fix doc and 24616 (tree-widget-open-control, tree-widget-close-control): Fix doc and
25814 (ebrowse-show-progress, ebrowse-show-file-name-at-point) 25814 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
25815 (ebrowse-set-mark-props, ebrowse-draw-tree-fn) 25815 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
25816 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn) 25816 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
25817 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces. 25817 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
25818 25818
25819 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, 25819 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
25820 antlr-syntax)
25821 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref) 25820 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
25822 (antlr-literal): Remove "-face" suffix and "font-lock-" from face 25821 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
25823 names. 25822 names.
25824 (antlr-font-lock-default-face, antlr-font-lock-keyword-face) 25823 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
25825 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face) 25824 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
27753 strings, because (eq ... ?\\) is fairly frequent. 27752 strings, because (eq ... ?\\) is fairly frequent.
27754 27753
27755 * progmodes/make-mode.el (makefile-add-this-line-targets): 27754 * progmodes/make-mode.el (makefile-add-this-line-targets):
27756 Simplify and integrate into `makefile-pickup-targets'. 27755 Simplify and integrate into `makefile-pickup-targets'.
27757 (makefile-add-this-line-macro): Simplify and integrate into 27756 (makefile-add-this-line-macro): Simplify and integrate into
27758 `makefile-pickup-macros. 27757 `makefile-pickup-macros'.
27759 (makefile-pickup-filenames-as-targets): Simplify. 27758 (makefile-pickup-filenames-as-targets): Simplify.
27760 (makefile-previous-dependency, makefile-match-dependency): 27759 (makefile-previous-dependency, makefile-match-dependency):
27761 Don't stumble over `::'. 27760 Don't stumble over `::'.
27762 27761
27763 2005-05-19 Nick Roberts <nickrob@snap.net.nz> 27762 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
32738 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but 32737 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
32739 `shell-command', because it isn't magic in XEmacs. Reported by 32738 `shell-command', because it isn't magic in XEmacs. Reported by
32740 Adrian Aichner <adrian@xemacs.org>. 32739 Adrian Aichner <adrian@xemacs.org>.
32741 32740
32742 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for 32741 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
32743 `substitute-in-file-name. 32742 `substitute-in-file-name'.
32744 (tramp-smb-handle-substitute-in-file-name): New defun. 32743 (tramp-smb-handle-substitute-in-file-name): New defun.
32745 (tramp-smb-advice-PC-do-completion): Delete advice. 32744 (tramp-smb-advice-PC-do-completion): Delete advice.
32746 32745
32747 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net> 32746 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
32748 32747