diff options
| author | Juanma Barranquero | 2007-06-04 22:59:48 +0000 |
|---|---|---|
| committer | Juanma Barranquero | 2007-06-04 22:59:48 +0000 |
| commit | 1a408ced09363c86ebcc19830b8c8e757b159e23 (patch) | |
| tree | c4f4359a332ac440f03a4c59512a41631e125578 | |
| parent | b9e4fbd34b889899e9dcdba63ddb7a53315cda93 (diff) | |
| download | emacs-1a408ced09363c86ebcc19830b8c8e757b159e23.tar.gz emacs-1a408ced09363c86ebcc19830b8c8e757b159e23.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 116 |
1 files changed, 64 insertions, 52 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b4e28068ed0..33e6e9496d7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2007-06-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * emacs-lisp/easy-mmode.el (define-minor-mode) | ||
| 4 | (easy-mmode-define-navigation): Fix typos in docstrings. | ||
| 5 | |||
| 6 | * progmodes/compile.el (compilation-find-file, compilation-handle-exit): | ||
| 7 | Fix typos in docstrings. | ||
| 8 | (compilation-search-path, compilation-buffer-name-function): Doc fixes. | ||
| 9 | (compilation-finish-function): Fix typo in obsolescence declaration. | ||
| 10 | |||
| 11 | * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring. | ||
| 12 | |||
| 1 | 2007-06-04 Chong Yidong <cyd@stupidchicken.com> | 13 | 2007-06-04 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 14 | ||
| 3 | * files.el (magic-mode-alist): Remove image-type-auto-detected-p. | 15 | * files.el (magic-mode-alist): Remove image-type-auto-detected-p. |
| @@ -597,7 +609,7 @@ | |||
| 597 | 2007-04-14 Nick Roberts <nickrob@snap.net.nz> | 609 | 2007-04-14 Nick Roberts <nickrob@snap.net.nz> |
| 598 | 610 | ||
| 599 | * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the | 611 | * tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the |
| 600 | global map isn't modified | 612 | global map isn't modified. |
| 601 | 613 | ||
| 602 | 2007-04-14 Glenn Morris <rgm@gnu.org> | 614 | 2007-04-14 Glenn Morris <rgm@gnu.org> |
| 603 | 615 | ||
| @@ -1739,7 +1751,7 @@ | |||
| 1739 | * progmodes/python.el (python-quote-syntax): Don't bother with | 1751 | * progmodes/python.el (python-quote-syntax): Don't bother with |
| 1740 | syntax-ppss-context. | 1752 | syntax-ppss-context. |
| 1741 | (python-fill-paragraph): Make sure that fenced-string delimiters that | 1753 | (python-fill-paragraph): Make sure that fenced-string delimiters that |
| 1742 | stand on their own line stay there | 1754 | stand on their own line stay there. |
| 1743 | 1755 | ||
| 1744 | 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se> | 1756 | 2007-03-01 Lennart Borgman <lennart.borgman.073@student.lu.se> |
| 1745 | 1757 | ||
| @@ -2875,7 +2887,7 @@ | |||
| 2875 | * type-break.el (type-break-demo-hanoi, type-break-demo-life) | 2887 | * type-break.el (type-break-demo-hanoi, type-break-demo-life) |
| 2876 | (type-break-demo-boring): Call read-event instead of read-char. | 2888 | (type-break-demo-boring): Call read-event instead of read-char. |
| 2877 | 2889 | ||
| 2878 | 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (small change) | 2890 | 2007-01-19 Daniel Pfeiffer <occitan@esperanto.org> (tiny change) |
| 2879 | 2891 | ||
| 2880 | * progmodes/compile.el: Add handling for makepplog. | 2892 | * progmodes/compile.el: Add handling for makepplog. |
| 2881 | 2893 | ||
| @@ -3740,7 +3752,7 @@ | |||
| 3740 | (wdired-search-and-rename): Simplify code. | 3752 | (wdired-search-and-rename): Simplify code. |
| 3741 | (wdired-preprocess-files, wdired-preprocess-perms): Make | 3753 | (wdired-preprocess-files, wdired-preprocess-perms): Make |
| 3742 | read-only property of preceding character rear-nonsticky to | 3754 | read-only property of preceding character rear-nonsticky to |
| 3743 | avoid that it can be modified. Put old-name and old-link | 3755 | avoid that it can be modified. Put old-name and old-link |
| 3744 | properties on character preceding name and replace | 3756 | properties on character preceding name and replace |
| 3745 | put-text-property by add-text-properties. | 3757 | put-text-property by add-text-properties. |
| 3746 | (wdired-get-filename, wdired-get-previous-link): Get old-name | 3758 | (wdired-get-filename, wdired-get-previous-link): Get old-name |
| @@ -3931,7 +3943,7 @@ | |||
| 3931 | allout-mode-map. Call it on file load, so the mode docstring | 3943 | allout-mode-map. Call it on file load, so the mode docstring |
| 3932 | substitutions work even if allout mode has not yet been invoked. | 3944 | substitutions work even if allout mode has not yet been invoked. |
| 3933 | (allout-mode): Use new allout-setup-mode-map to track any keybinding | 3945 | (allout-mode): Use new allout-setup-mode-map to track any keybinding |
| 3934 | customizations since the map was last processed. Also, refine the | 3946 | customizations since the map was last processed. Also, refine the |
| 3935 | docstring so it's ship-shape for release. | 3947 | docstring so it's ship-shape for release. |
| 3936 | (allout-default-layout, allout-beginning-of-line-cycles) | 3948 | (allout-default-layout, allout-beginning-of-line-cycles) |
| 3937 | (allout-distinctive-bullets-string, allout-use-mode-specific-leader) | 3949 | (allout-distinctive-bullets-string, allout-use-mode-specific-leader) |
| @@ -5607,7 +5619,7 @@ | |||
| 5607 | New C-c key bindings: for `cperl-find-bad-style', | 5619 | New C-c key bindings: for `cperl-find-bad-style', |
| 5608 | `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc', | 5620 | `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc', |
| 5609 | `cperl-perdoc', and `cperl-perldoc-at-point'. | 5621 | `cperl-perdoc', and `cperl-perldoc-at-point'. |
| 5610 | CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info" | 5622 | CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info" |
| 5611 | moved, new submenu of Tools with Ispell entries and narrowing. | 5623 | moved, new submenu of Tools with Ispell entries and narrowing. |
| 5612 | (cperl-after-sub-regexp): New defsubst. | 5624 | (cperl-after-sub-regexp): New defsubst. |
| 5613 | (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'. | 5625 | (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'. |
| @@ -5629,8 +5641,8 @@ | |||
| 5629 | (cperl-block-p): Move, updatedfor attributes. | 5641 | (cperl-block-p): Move, updatedfor attributes. |
| 5630 | (cperl-calculate-indent): Try to allow '_' be non-word char | 5642 | (cperl-calculate-indent): Try to allow '_' be non-word char |
| 5631 | Support subs with attributes. | 5643 | Support subs with attributes. |
| 5632 | (cperl-where-am-i): Queit (?) a warning. | 5644 | (cperl-where-am-i): Quiet (?) a warning. |
| 5633 | (cperl-cached-syntax-table) New function. | 5645 | (cperl-cached-syntax-table): New function. |
| 5634 | (cperl-forward-re): Use `cperl-cached-syntax-table'. | 5646 | (cperl-forward-re): Use `cperl-cached-syntax-table'. |
| 5635 | (cperl-unwind-to-safe): Recognize `syntax-type' property | 5647 | (cperl-unwind-to-safe): Recognize `syntax-type' property |
| 5636 | changing in a middle of line. | 5648 | changing in a middle of line. |
| @@ -5877,7 +5889,7 @@ | |||
| 5877 | (cperl-next-interpolated-REx): New function. | 5889 | (cperl-next-interpolated-REx): New function. |
| 5878 | (cperl-next-interpolated-REx-0): Likewise. | 5890 | (cperl-next-interpolated-REx-0): Likewise. |
| 5879 | (cperl-next-interpolated-REx-1): Likewise. | 5891 | (cperl-next-interpolated-REx-1): Likewise. |
| 5880 | "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions. | 5892 | "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions. |
| 5881 | Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'. | 5893 | Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'. |
| 5882 | (cperl-praise): Mention finded interpolated RExen. | 5894 | (cperl-praise): Mention finded interpolated RExen. |
| 5883 | 5895 | ||
| @@ -6123,7 +6135,7 @@ | |||
| 6123 | 6135 | ||
| 6124 | * wid-edit.el (widget-button-click-moves-point): New variable. | 6136 | * wid-edit.el (widget-button-click-moves-point): New variable. |
| 6125 | (widget-button-click): If widget-button-click-moves-point is | 6137 | (widget-button-click): If widget-button-click-moves-point is |
| 6126 | non-nil, set point after performing the button action | 6138 | non-nil, set point after performing the button action. |
| 6127 | 6139 | ||
| 6128 | * cus-edit.el (custom-mode): Set widget-button-click-moves-point. | 6140 | * cus-edit.el (custom-mode): Set widget-button-click-moves-point. |
| 6129 | 6141 | ||
| @@ -6395,8 +6407,8 @@ | |||
| 6395 | buffer-read-only isn't set. | 6407 | buffer-read-only isn't set. |
| 6396 | (allout-annotate-hidden): Enable topic annotation during copies even | 6408 | (allout-annotate-hidden): Enable topic annotation during copies even |
| 6397 | when the buffer is read-only, eg for topic copies. Ensure that the loop | 6409 | when the buffer is read-only, eg for topic copies. Ensure that the loop |
| 6398 | advances, even when the span extends beyond the deletion region. | 6410 | advances, even when the span extends beyond the deletion region. |
| 6399 | (allout-toggle-subtree-encryption): Use allout-structure-added-hook | 6411 | (allout-toggle-subtree-encryption): Use allout-structure-added-hook |
| 6400 | rather than allout-exposure-changed-hook, as a stronger assertion. | 6412 | rather than allout-exposure-changed-hook, as a stronger assertion. |
| 6401 | (allout-keybindings-list): Add bindings for | 6413 | (allout-keybindings-list): Add bindings for |
| 6402 | allout-copy-line-as-kill and allout-copy-topic-as-kill. | 6414 | allout-copy-line-as-kill and allout-copy-topic-as-kill. |
| @@ -6447,7 +6459,7 @@ | |||
| 6447 | 6459 | ||
| 6448 | * cus-start.el (all): Rename x-gtk-show-chooser-help-text to | 6460 | * cus-start.el (all): Rename x-gtk-show-chooser-help-text to |
| 6449 | x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog | 6461 | x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog |
| 6450 | to x-gtk-use-old-file-dialog | 6462 | to x-gtk-use-old-file-dialog. |
| 6451 | 6463 | ||
| 6452 | 2006-09-18 Richard Stallman <rms@gnu.org> | 6464 | 2006-09-18 Richard Stallman <rms@gnu.org> |
| 6453 | 6465 | ||
| @@ -8442,7 +8454,7 @@ | |||
| 8442 | 8454 | ||
| 8443 | * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external) | 8455 | * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external) |
| 8444 | (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original) | 8456 | (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original) |
| 8445 | (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch. | 8457 | (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch. |
| 8446 | 8458 | ||
| 8447 | * thumbs.el (thumbs-call-convert): Use shell-command-switch. | 8459 | * thumbs.el (thumbs-call-convert): Use shell-command-switch. |
| 8448 | 8460 | ||
| @@ -8978,7 +8990,7 @@ | |||
| 8978 | (viper-next-line-at-bol): If point is on a widget or a button, simulate | 8990 | (viper-next-line-at-bol): If point is on a widget or a button, simulate |
| 8979 | clicking on that widget/button. | 8991 | clicking on that widget/button. |
| 8980 | 8992 | ||
| 8981 | * viper.el (viper-mode): Allow a separate cursor color in Emacs state. | 8993 | * viper.el (viper-mode): Allow a separate cursor color in Emacs state. |
| 8982 | 8994 | ||
| 8983 | * ediff-diff (ediff-test-patch-utility): Catch errors. | 8995 | * ediff-diff (ediff-test-patch-utility): Catch errors. |
| 8984 | (ediff-actual-diff-options, ediff-actual-diff3-options): New variables. | 8996 | (ediff-actual-diff-options, ediff-actual-diff3-options): New variables. |
| @@ -9529,7 +9541,7 @@ | |||
| 9529 | (ewoc--wrap): New func. | 9541 | (ewoc--wrap): New func. |
| 9530 | (ewoc-create): Take additional arg NOSEP. If nil, wrap node and | 9542 | (ewoc-create): Take additional arg NOSEP. If nil, wrap node and |
| 9531 | header/footer pretty-printers. Save header/footer pretty-printer. | 9543 | header/footer pretty-printers. Save header/footer pretty-printer. |
| 9532 | (ewoc-set-hf): Use ewoc's header/footer pretty-printer. * | 9544 | (ewoc-set-hf): Use ewoc's header/footer pretty-printer. |
| 9533 | 9545 | ||
| 9534 | * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. | 9546 | * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'. |
| 9535 | 9547 | ||
| @@ -10478,7 +10490,7 @@ | |||
| 10478 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> | 10490 | 2006-05-05 Eli Zaretskii <eliz@gnu.org> |
| 10479 | 10491 | ||
| 10480 | * startup.el (command-line): On MS-Windows, probe "~", not | 10492 | * startup.el (command-line): On MS-Windows, probe "~", not |
| 10481 | "~USER", for warning about non-existent home directory | 10493 | "~USER", for warning about non-existent home directory. |
| 10482 | 10494 | ||
| 10483 | * arc-mode.el (archive-l-e): New optional argument `float' means | 10495 | * arc-mode.el (archive-l-e): New optional argument `float' means |
| 10484 | generate a float value. | 10496 | generate a float value. |
| @@ -12429,7 +12441,7 @@ | |||
| 12429 | preserve window-start. | 12441 | preserve window-start. |
| 12430 | (speedbar-update-directory-contents): Try to preserve window-start | 12442 | (speedbar-update-directory-contents): Try to preserve window-start |
| 12431 | and window-point. | 12443 | and window-point. |
| 12432 | (speedbar-update-special-contents): Don't move back to start of window. | 12444 | (speedbar-update-special-contents): Don't move back to start of window. |
| 12433 | 12445 | ||
| 12434 | * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from | 12446 | * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from |
| 12435 | gdb-speedbar-timer-fn. Use speedbar-refresh instead of | 12447 | gdb-speedbar-timer-fn. Use speedbar-refresh instead of |
| @@ -13031,7 +13043,7 @@ | |||
| 13031 | selective display for concealed text. Also, lots of general | 13043 | selective display for concealed text. Also, lots of general |
| 13032 | cleanup, and improved compatibility code. | 13044 | cleanup, and improved compatibility code. |
| 13033 | 13045 | ||
| 13034 | (allout-version) Incremented, corrected, revised, and refined | 13046 | (allout-version): Incremented, corrected, revised, and refined |
| 13035 | module commentary. | 13047 | module commentary. |
| 13036 | 13048 | ||
| 13037 | (provide 'allout): Moved to the bottom, added a require of overlay. | 13049 | (provide 'allout): Moved to the bottom, added a require of overlay. |
| @@ -13055,7 +13067,7 @@ | |||
| 13055 | 13067 | ||
| 13056 | (allout-mode): Explicitly specify the mode map in the docstring. | 13068 | (allout-mode): Explicitly specify the mode map in the docstring. |
| 13057 | Clarify provision for various write-file hook var names. | 13069 | Clarify provision for various write-file hook var names. |
| 13058 | Adjusted for invisible-text overlays instead of selective-display. | 13070 | Adjusted for invisible-text overlays instead of selective-display. |
| 13059 | 13071 | ||
| 13060 | (allout-depth): Really return 0 if not within any topic. This | 13072 | (allout-depth): Really return 0 if not within any topic. This |
| 13061 | rectifies `allout-beginning-of-level' and sequence numbering | 13073 | rectifies `allout-beginning-of-level' and sequence numbering |
| @@ -13867,8 +13879,8 @@ | |||
| 13867 | 13879 | ||
| 13868 | 2006-01-29 Edward O'Connor <ted@oconnor.cx> | 13880 | 2006-01-29 Edward O'Connor <ted@oconnor.cx> |
| 13869 | 13881 | ||
| 13870 | * emulation/viper.el (viper-major-mode-modifier-list): Add | 13882 | * emulation/viper.el (viper-major-mode-modifier-list): |
| 13871 | insert-state and vi-state entries for erc-mode. | 13883 | Add insert-state and vi-state entries for erc-mode. |
| 13872 | (viper-go-away, viper-set-hooks): Add and remove | 13884 | (viper-go-away, viper-set-hooks): Add and remove |
| 13873 | viper-comint-mode-hook from erc-mode-hook as appropriate. | 13885 | viper-comint-mode-hook from erc-mode-hook as appropriate. |
| 13874 | 13886 | ||
| @@ -14117,7 +14129,7 @@ | |||
| 14117 | (tramp-unload-file-name-handler-alist) | 14129 | (tramp-unload-file-name-handler-alist) |
| 14118 | (tramp-unload-tramp): New defuns. | 14130 | (tramp-unload-tramp): New defuns. |
| 14119 | (tramp-advice-PC-expand-many-files): New defadvice. | 14131 | (tramp-advice-PC-expand-many-files): New defadvice. |
| 14120 | (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns | 14132 | (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns |
| 14121 | removed. | 14133 | removed. |
| 14122 | (tramp-handle-expand-file-name): Remove double slash. | 14134 | (tramp-handle-expand-file-name): Remove double slash. |
| 14123 | (tramp-handle-file-attributes-with-ls): Return t as 9th attribute. | 14135 | (tramp-handle-file-attributes-with-ls): Return t as 9th attribute. |
| @@ -15338,7 +15350,7 @@ | |||
| 15338 | text properties). | 15350 | text properties). |
| 15339 | (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial): | 15351 | (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial): |
| 15340 | New variables. | 15352 | New variables. |
| 15341 | (hi-lock-string-serialize) New function. | 15353 | (hi-lock-string-serialize): New function. |
| 15342 | 15354 | ||
| 15343 | 2005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 15355 | 2005-12-23 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 15344 | 15356 | ||
| @@ -15900,7 +15912,7 @@ | |||
| 15900 | 15912 | ||
| 15901 | * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode; | 15913 | * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode; |
| 15902 | react if global-hi-lock-mode seems intended. | 15914 | react if global-hi-lock-mode seems intended. |
| 15903 | (global-hi-lock-mode) Renamed from hi-lock-mode. | 15915 | (global-hi-lock-mode): Renamed from hi-lock-mode. |
| 15904 | (hi-lock-archaic-interface-message-used) | 15916 | (hi-lock-archaic-interface-message-used) |
| 15905 | (hi-lock-archaic-interface-deduce): New variables. | 15917 | (hi-lock-archaic-interface-deduce): New variables. |
| 15906 | (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer) | 15918 | (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer) |
| @@ -16001,7 +16013,7 @@ | |||
| 16001 | (recentf-menu-open-all-flag, recentf-menu-append-commands-flag) | 16013 | (recentf-menu-open-all-flag, recentf-menu-append-commands-flag) |
| 16002 | (recentf-arrange-by-rule-others) | 16014 | (recentf-arrange-by-rule-others) |
| 16003 | (recentf-arrange-by-rules-min-items) | 16015 | (recentf-arrange-by-rules-min-items) |
| 16004 | (recentf-arrange-by-rule-subfilter) : Don't use | 16016 | (recentf-arrange-by-rule-subfilter): Don't use |
| 16005 | `recentf-menu-customization-changed'. | 16017 | `recentf-menu-customization-changed'. |
| 16006 | (recentf-arrange-rules): Likewise. Accept functions to compute | 16018 | (recentf-arrange-rules): Likewise. Accept functions to compute |
| 16007 | sub-menu titles. | 16019 | sub-menu titles. |
| @@ -16073,10 +16085,10 @@ | |||
| 16073 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> | 16085 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> |
| 16074 | 16086 | ||
| 16075 | * progmodes/cc-fix.el: Add definitions of the macros push and pop | 16087 | * progmodes/cc-fix.el: Add definitions of the macros push and pop |
| 16076 | (for GNU Emacs 20.4) | 16088 | (for GNU Emacs 20.4). |
| 16077 | 16089 | ||
| 16078 | * progmodes/cc-defs.el: | 16090 | * progmodes/cc-defs.el: |
| 16079 | (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4) | 16091 | (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4). |
| 16080 | 16092 | ||
| 16081 | * progmodes/cc-cmds.el (c-show-syntactic-information): Change the | 16093 | * progmodes/cc-cmds.el (c-show-syntactic-information): Change the |
| 16082 | highlighting mechanism so it will work in XEmacs too. | 16094 | highlighting mechanism so it will work in XEmacs too. |
| @@ -16121,9 +16133,9 @@ | |||
| 16121 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> | 16133 | 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org> |
| 16122 | 16134 | ||
| 16123 | * progmodes/cc-mode.el: | 16135 | * progmodes/cc-mode.el: |
| 16124 | (i) Insert a binding for C-c C-backspace into | 16136 | (i): Insert a binding for C-c C-backspace into |
| 16125 | c-bind-special-erase-keys which works in TTYs. | 16137 | c-bind-special-erase-keys which works in TTYs. |
| 16126 | (ii) Make sure that when file styles are used, any explicitly | 16138 | (ii): Make sure that when file styles are used, any explicitly |
| 16127 | given style variables take priority over those in the style. | 16139 | given style variables take priority over those in the style. |
| 16128 | Do this by calling `hack-local-variables' a second time. | 16140 | Do this by calling `hack-local-variables' a second time. |
| 16129 | 16141 | ||
| @@ -16377,7 +16389,7 @@ | |||
| 16377 | 16389 | ||
| 16378 | Introduce an "awk" style, mainly for auto-newline and clean-ups. | 16390 | Introduce an "awk" style, mainly for auto-newline and clean-ups. |
| 16379 | 16391 | ||
| 16380 | * progmodes/cc-align.el: New function c-snug-1line-defun-close | 16392 | * progmodes/cc-align.el: New function c-snug-1line-defun-close. |
| 16381 | 16393 | ||
| 16382 | * progmodes/cc-cmds.el: In c-electric-brace, add code for new | 16394 | * progmodes/cc-cmds.el: In c-electric-brace, add code for new |
| 16383 | clean-up one-liner-defun. | 16395 | clean-up one-liner-defun. |
| @@ -16511,7 +16523,7 @@ | |||
| 16511 | 16523 | ||
| 16512 | * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the | 16524 | * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the |
| 16513 | start of the file. ^L now separate sections of the file. | 16525 | start of the file. ^L now separate sections of the file. |
| 16514 | (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re) | 16526 | (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re) |
| 16515 | (c-awk-one-line-possibly-open-string-re) | 16527 | (c-awk-one-line-possibly-open-string-re) |
| 16516 | (c-awk-regexp-one-line-possibly-open-char-class-re) | 16528 | (c-awk-regexp-one-line-possibly-open-char-class-re) |
| 16517 | (c-awk-one-line-possibly-open-regexp-re) | 16529 | (c-awk-one-line-possibly-open-regexp-re) |
| @@ -17624,7 +17636,7 @@ | |||
| 17624 | 17636 | ||
| 17625 | 2005-11-30 Kim F. Storm <storm@cua.dk> | 17637 | 2005-11-30 Kim F. Storm <storm@cua.dk> |
| 17626 | 17638 | ||
| 17627 | * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local. | 17639 | * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local. |
| 17628 | (cua--rectangle-post-command): Cleanup overlays and deactivate mark | 17640 | (cua--rectangle-post-command): Cleanup overlays and deactivate mark |
| 17629 | after revert-buffer (or anything else which kills all local variables). | 17641 | after revert-buffer (or anything else which kills all local variables). |
| 17630 | 17642 | ||
| @@ -18866,7 +18878,7 @@ | |||
| 18866 | (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE | 18878 | (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE |
| 18867 | argument to all these routines, so the passphrase can be managed | 18879 | argument to all these routines, so the passphrase can be managed |
| 18868 | externally and passed in to the system. | 18880 | externally and passed in to the system. |
| 18869 | (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache | 18881 | (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache |
| 18870 | function. | 18882 | function. |
| 18871 | 18883 | ||
| 18872 | 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu> | 18884 | 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu> |
| @@ -19088,7 +19100,7 @@ | |||
| 19088 | (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE | 19100 | (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE |
| 19089 | argument to all these routines, so the passphrase can be managed | 19101 | argument to all these routines, so the passphrase can be managed |
| 19090 | externally and passed in to the system. | 19102 | externally and passed in to the system. |
| 19091 | (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache | 19103 | (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache |
| 19092 | function. | 19104 | function. |
| 19093 | 19105 | ||
| 19094 | 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change) | 19106 | 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change) |
| @@ -20249,7 +20261,7 @@ | |||
| 20249 | (outlineify-sticky): Use the file vars mechanism. | 20261 | (outlineify-sticky): Use the file vars mechanism. |
| 20250 | (allout-inhibit-protection, allout-during-write-cue) | 20262 | (allout-inhibit-protection, allout-during-write-cue) |
| 20251 | (allout-override-protect, allout-before-change-protect): Remove. | 20263 | (allout-override-protect, allout-before-change-protect): Remove. |
| 20252 | (allout-flag-region, allout-open-topic): Adjust read-only text. | 20264 | (allout-flag-region, allout-open-topic): Adjust read-only text. |
| 20253 | (allout-open-line-not-read-only): Add to facilitate read-only | 20265 | (allout-open-line-not-read-only): Add to facilitate read-only |
| 20254 | text based protection. | 20266 | text based protection. |
| 20255 | (allout-kill-line): Revise to adjust read-only text, clue the | 20267 | (allout-kill-line): Revise to adjust read-only text, clue the |
| @@ -20728,7 +20740,7 @@ | |||
| 20728 | 20740 | ||
| 20729 | 2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 20741 | 2005-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 20730 | 20742 | ||
| 20731 | * startup.el (command-line-x-option-alist): -nb => -nbi | 20743 | * startup.el (command-line-x-option-alist): -nb => -nbi. |
| 20732 | 20744 | ||
| 20733 | 2005-10-12 Kim F. Storm <storm@cua.dk> | 20745 | 2005-10-12 Kim F. Storm <storm@cua.dk> |
| 20734 | 20746 | ||
| @@ -20906,7 +20918,7 @@ | |||
| 20906 | * term/x-win.el: Remove -i, --icon-type from comment. | 20918 | * term/x-win.el: Remove -i, --icon-type from comment. |
| 20907 | 20919 | ||
| 20908 | * startup.el (command-line-x-option-alist): Remove options -i, | 20920 | * startup.el (command-line-x-option-alist): Remove options -i, |
| 20909 | -itype, --icon-type, added -nb, --no-bitmap-icon | 20921 | -itype, --icon-type, added -nb, --no-bitmap-icon. |
| 20910 | 20922 | ||
| 20911 | 2005-10-09 Nick Roberts <nickrob@snap.net.nz> | 20923 | 2005-10-09 Nick Roberts <nickrob@snap.net.nz> |
| 20912 | 20924 | ||
| @@ -21192,7 +21204,7 @@ | |||
| 21192 | * textmodes/ispell.el (ispell-word, ispell-region): | 21204 | * textmodes/ispell.el (ispell-word, ispell-region): |
| 21193 | Call ispell-maybe-find-aspell-dictionaries. | 21205 | Call ispell-maybe-find-aspell-dictionaries. |
| 21194 | (ispell-accept-buffer-local-defs): | 21206 | (ispell-accept-buffer-local-defs): |
| 21195 | Don't call ispell-maybe-find-aspell-dictionaries | 21207 | Don't call ispell-maybe-find-aspell-dictionaries. |
| 21196 | 21208 | ||
| 21197 | 2005-10-04 Richard M. Stallman <rms@gnu.org> | 21209 | 2005-10-04 Richard M. Stallman <rms@gnu.org> |
| 21198 | 21210 | ||
| @@ -22291,7 +22303,7 @@ | |||
| 22291 | * custom.el (custom-known-themes): Clarify meaning of "standard". | 22303 | * custom.el (custom-known-themes): Clarify meaning of "standard". |
| 22292 | (custom-push-theme): Save old values in the standard theme. | 22304 | (custom-push-theme): Save old values in the standard theme. |
| 22293 | (disable-theme): Correct typo. | 22305 | (disable-theme): Correct typo. |
| 22294 | (custom-face-theme-value) Deleted unused function. | 22306 | (custom-face-theme-value): Deleted unused function. |
| 22295 | (custom-theme-recalc-face): Rewritten to treat enable/disable properly. | 22307 | (custom-theme-recalc-face): Rewritten to treat enable/disable properly. |
| 22296 | 22308 | ||
| 22297 | 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> | 22309 | 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca> |
| @@ -22800,7 +22812,7 @@ | |||
| 22800 | 22812 | ||
| 22801 | * calendar/diary-lib.el (diary-modify-entry-list-string-function): | 22813 | * calendar/diary-lib.el (diary-modify-entry-list-string-function): |
| 22802 | New hook. | 22814 | New hook. |
| 22803 | (add-to-diary-list): Call `diary-modify-entry-list-string-function' | 22815 | (add-to-diary-list): Call `diary-modify-entry-list-string-function'. |
| 22804 | 22816 | ||
| 22805 | 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca> | 22817 | 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca> |
| 22806 | 22818 | ||
| @@ -24705,7 +24717,7 @@ | |||
| 24705 | * viper-init.el: Get rid of -face in face names. | 24717 | * viper-init.el: Get rid of -face in face names. |
| 24706 | 24718 | ||
| 24707 | * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3): | 24719 | * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3): |
| 24708 | Make it work with longlines mode | 24720 | Make it work with longlines mode. |
| 24709 | 24721 | ||
| 24710 | * ediff-mult.el (ediff-meta-mode-hook): New variable. | 24722 | * ediff-mult.el (ediff-meta-mode-hook): New variable. |
| 24711 | 24723 | ||
| @@ -24798,7 +24810,7 @@ | |||
| 24798 | (calc-do-embedded): Use calc-embedded-firsttime, | 24810 | (calc-do-embedded): Use calc-embedded-firsttime, |
| 24799 | calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to | 24811 | calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to |
| 24800 | determine whether or not to run hooks. | 24812 | determine whether or not to run hooks. |
| 24801 | (calc-embedded-make-info) Set calc-embedded-firsttime-buf and | 24813 | (calc-embedded-make-info): Set calc-embedded-firsttime-buf and |
| 24802 | calc-embedded-firsttime-formula appropriately. | 24814 | calc-embedded-firsttime-formula appropriately. |
| 24803 | Set calc-embedded delimiter variables according to mode. | 24815 | Set calc-embedded delimiter variables according to mode. |
| 24804 | 24816 | ||
| @@ -28148,7 +28160,7 @@ | |||
| 28148 | (reftex-unhighlight): Use `reftex-delete-overlay'. | 28160 | (reftex-unhighlight): Use `reftex-delete-overlay'. |
| 28149 | (reftex-uniq): Function removed. Use `reftex-uniquify' instead. | 28161 | (reftex-uniq): Function removed. Use `reftex-uniquify' instead. |
| 28150 | (reftex-access-search-path): Use `reftex-uniquify' instead of | 28162 | (reftex-access-search-path): Use `reftex-uniquify' instead of |
| 28151 | `reftex-uniq' | 28163 | `reftex-uniq'. |
| 28152 | 28164 | ||
| 28153 | * textmodes/reftex-sel.el (reftex-select-unmark): Overlay | 28165 | * textmodes/reftex-sel.el (reftex-select-unmark): Overlay |
| 28154 | `before-string' property modification enables for Emacs as well. | 28166 | `before-string' property modification enables for Emacs as well. |
| @@ -29627,7 +29639,7 @@ | |||
| 29627 | 29639 | ||
| 29628 | * isearch.el (isearch-edit-string): Make the search-ring available for | 29640 | * isearch.el (isearch-edit-string): Make the search-ring available for |
| 29629 | minibuffer history commands. | 29641 | minibuffer history commands. |
| 29630 | (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, | 29642 | (minibuffer-local-isearch-map): Remove bindings for M-p and M-n, |
| 29631 | the default history commands now work just as well. | 29643 | the default history commands now work just as well. |
| 29632 | (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove. | 29644 | (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove. |
| 29633 | 29645 | ||
| @@ -29787,7 +29799,7 @@ | |||
| 29787 | `org-insert-mode-line-in-empty-file' has been set. | 29799 | `org-insert-mode-line-in-empty-file' has been set. |
| 29788 | (org-agenda-todo, org-agenda-priority): Modify to use | 29800 | (org-agenda-todo, org-agenda-priority): Modify to use |
| 29789 | `org-agenda-change-all-lines'. | 29801 | `org-agenda-change-all-lines'. |
| 29790 | (org-warning-face): Change color on dark background | 29802 | (org-warning-face): Change color on dark background. |
| 29791 | 29803 | ||
| 29792 | 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 29804 | 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
| 29793 | 29805 | ||
| @@ -29911,7 +29923,7 @@ | |||
| 29911 | 29923 | ||
| 29912 | 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> | 29924 | 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org> |
| 29913 | 29925 | ||
| 29914 | * whitespace.el (whitespace-version): Bump to 3.5 | 29926 | * whitespace.el (whitespace-version): Bump to 3.5. |
| 29915 | 29927 | ||
| 29916 | (whitespace-buffer-leading, whitespace-buffer-trailing): | 29928 | (whitespace-buffer-leading, whitespace-buffer-trailing): |
| 29917 | Invert sense of the test to highlight the whitespace. | 29929 | Invert sense of the test to highlight the whitespace. |
| @@ -29939,7 +29951,7 @@ | |||
| 29939 | 29951 | ||
| 29940 | * dired.el (dired-mode): Use dnd-* instead of x-dnd-* | 29952 | * dired.el (dired-mode): Use dnd-* instead of x-dnd-* |
| 29941 | (dired-dnd-handle-local-file): Call dnd-get-local-file-name. | 29953 | (dired-dnd-handle-local-file): Call dnd-get-local-file-name. |
| 29942 | (dired-dnd-handle-file): Call dnd-get-local-file-uri | 29954 | (dired-dnd-handle-file): Call dnd-get-local-file-uri. |
| 29943 | 29955 | ||
| 29944 | * cus-edit.el (dnd): New group. | 29956 | * cus-edit.el (dnd): New group. |
| 29945 | 29957 | ||
| @@ -30533,7 +30545,7 @@ | |||
| 30533 | 30545 | ||
| 30534 | 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) | 30546 | 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) |
| 30535 | 30547 | ||
| 30536 | * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument, | 30548 | * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument, |
| 30537 | not comint-quote-filename. | 30549 | not comint-quote-filename. |
| 30538 | 30550 | ||
| 30539 | 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org> | 30551 | 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org> |
| @@ -32355,7 +32367,7 @@ | |||
| 32355 | (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw) | 32367 | (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw) |
| 32356 | (math-csc-raw, math-cot-raw): New functions. | 32368 | (math-csc-raw, math-cot-raw): New functions. |
| 32357 | 32369 | ||
| 32358 | * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules. | 32370 | * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules. |
| 32359 | 32371 | ||
| 32360 | * calc/calc-undo.el (calc-handle-undo): Remove prefix from | 32372 | * calc/calc-undo.el (calc-handle-undo): Remove prefix from |
| 32361 | the variable name in a message. | 32373 | the variable name in a message. |
| @@ -32930,7 +32942,7 @@ | |||
| 32930 | 2005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> | 32942 | 2005-01-21 Ren,Ai(B Kyllingstad <listmailxemacs@kyllingstad.com> |
| 32931 | 32943 | ||
| 32932 | * pcomplete.el: Define pcomplete-read-event instead of read-event, | 32944 | * pcomplete.el: Define pcomplete-read-event instead of read-event, |
| 32933 | since it's not a complete read-event implementation | 32945 | since it's not a complete read-event implementation. |
| 32934 | 32946 | ||
| 32935 | 2005-01-20 Jay Belanger <belanger@truman.edu> | 32947 | 2005-01-20 Jay Belanger <belanger@truman.edu> |
| 32936 | 32948 | ||
| @@ -33048,7 +33060,7 @@ | |||
| 33048 | 33060 | ||
| 33049 | Sync with Tramp 2.0.47. | 33061 | Sync with Tramp 2.0.47. |
| 33050 | 33062 | ||
| 33051 | * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom, | 33063 | * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom, |
| 33052 | catching keep-date problems in cp/scp operations. | 33064 | catching keep-date problems in cp/scp operations. |
| 33053 | (tramp-handle-copy-file): Don't call `set-file-modes' | 33065 | (tramp-handle-copy-file): Don't call `set-file-modes' |
| 33054 | unconditionally. Specialized functions should know better what is | 33066 | unconditionally. Specialized functions should know better what is |