Mercurial > emacs
comparison lisp/ChangeLog @ 104854:e8bc169bdced
Fix some dates.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 05 Sep 2009 00:57:33 +0000 |
parents | e066b8cdbefb |
children | ea5c49fab49a |
comparison
equal
deleted
inserted
replaced
104853:51dc0c10fa2c | 104854:e8bc169bdced |
---|---|
537 | 537 |
538 * simple.el (kill-do-not-save-duplicates): New user option. | 538 * simple.el (kill-do-not-save-duplicates): New user option. |
539 (kill-new): When it is non-nil, and the new string is the same as | 539 (kill-new): When it is non-nil, and the new string is the same as |
540 the latest kill, set replace to t to avoid duplicates in kill-ring. | 540 the latest kill, set replace to t to avoid duplicates in kill-ring. |
541 | 541 |
542 2009-08-19 Julian Scheid <julians37@gmail.com> (tiny change) | 542 2009-08-27 Julian Scheid <julians37@gmail.com> (tiny change) |
543 | 543 |
544 * net/tramp.el (tramp-handle-process-file): Do not flush all | 544 * net/tramp.el (tramp-handle-process-file): Do not flush all |
545 caches when `process-file-side-effects' is set. | 545 caches when `process-file-side-effects' is set. |
546 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command' | 546 (tramp-handle-vc-registered): Use `tramp-get-file-exists-command' |
547 instead of `tramp-find-file-exists-command'. | 547 instead of `tramp-find-file-exists-command'. |
1060 2009-08-16 Chong Yidong <cyd@stupidchicken.com> | 1060 2009-08-16 Chong Yidong <cyd@stupidchicken.com> |
1061 | 1061 |
1062 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand | 1062 * progmodes/cperl-mode.el (cperl-electric-paren): Don't expand |
1063 abbrev (Bug#3943). | 1063 abbrev (Bug#3943). |
1064 | 1064 |
1065 2007-10-08 Ilya Zakharevich <ilyaz@cpan.org> | 1065 2009-08-16 Ilya Zakharevich <ilyaz@cpan.org> |
1066 | 1066 |
1067 * progmodes/cperl-mode.el: Merge upstream 6.2. | 1067 * progmodes/cperl-mode.el: Merge upstream 6.2. |
1068 (cperl-mode-syntax-table): Modify syntax entry for ["'`]. | 1068 (cperl-mode-syntax-table): Modify syntax entry for ["'`]. |
1069 (cperl-forward-re): Check cperl-brace-recursing. | 1069 (cperl-forward-re): Check cperl-brace-recursing. |
1070 (cperl-highlight-charclass): New function. | 1070 (cperl-highlight-charclass): New function. |
2142 | 2142 |
2143 * mouse.el (mouse-set-region, mouse-drag-track): Call | 2143 * mouse.el (mouse-set-region, mouse-drag-track): Call |
2144 copy-region-as-kill before setting the mark, to let | 2144 copy-region-as-kill before setting the mark, to let |
2145 select-active-regions work. | 2145 select-active-regions work. |
2146 | 2146 |
2147 2009-06-28 David De La Harpe Golden <david@harpegolden.net> | 2147 2009-07-15 David De La Harpe Golden <david@harpegolden.net> |
2148 | 2148 |
2149 * simple.el (deactivate-mark): If select-active-regions is | 2149 * simple.el (deactivate-mark): If select-active-regions is |
2150 non-nil, copy the selection data into a string. | 2150 non-nil, copy the selection data into a string. |
2151 (activate-mark): If select-active-regions is non-nil, set the | 2151 (activate-mark): If select-active-regions is non-nil, set the |
2152 selection to the current buffer. | 2152 selection to the current buffer. |
2379 2009-07-06 Michael Albinus <michael.albinus@gmx.de> | 2379 2009-07-06 Michael Albinus <michael.albinus@gmx.de> |
2380 | 2380 |
2381 * net/tramp.el (tramp-handle-write-region): Flush file properties | 2381 * net/tramp.el (tramp-handle-write-region): Flush file properties |
2382 in case of short track. | 2382 in case of short track. |
2383 | 2383 |
2384 2009-07-07 Michael McNamara <mac@mail.brushroad.com> | 2384 2009-07-06 Michael McNamara <mac@mail.brushroad.com> |
2385 | 2385 |
2386 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom | 2386 * verilog-mode.el (verilog-error-regexp-emacs-alist): Coded custom |
2387 representation of verilog error regular expressions to work with | 2387 representation of verilog error regular expressions to work with |
2388 Emacs-22's new format. | 2388 Emacs-22's new format. |
2389 (verilog-error-regexp-xemacs-alist): Coded custom representation | 2389 (verilog-error-regexp-xemacs-alist): Coded custom representation |
2424 | 2424 |
2425 2009-07-05 Michael Albinus <michael.albinus@gmx.de> | 2425 2009-07-05 Michael Albinus <michael.albinus@gmx.de> |
2426 | 2426 |
2427 * dired-aux.el (dired-show-file-type): Handle remote files. | 2427 * dired-aux.el (dired-show-file-type): Handle remote files. |
2428 | 2428 |
2429 2009-03-22 Jari Aalto <jari.aalto@cante.net> | 2429 2009-07-05 Jari Aalto <jari.aalto@cante.net> |
2430 | 2430 |
2431 * desktop.el (desktop-globals-to-save): | 2431 * desktop.el (desktop-globals-to-save): |
2432 Add file-name-history (Bug#2750). | 2432 Add file-name-history (Bug#2750). |
2433 | 2433 |
2434 2009-07-05 Chong Yidong <cyd@stupidchicken.com> | 2434 2009-07-05 Chong Yidong <cyd@stupidchicken.com> |
2837 | 2837 |
2838 2009-06-23 Miles Bader <miles@gnu.org> | 2838 2009-06-23 Miles Bader <miles@gnu.org> |
2839 | 2839 |
2840 * cus-start.el: Add entry for `recenter-redisplay'. | 2840 * cus-start.el: Add entry for `recenter-redisplay'. |
2841 | 2841 |
2842 2009-06-22 Dan Nicolaescu <dann@ics.uci.edu> | 2842 2009-06-23 Dan Nicolaescu <dann@ics.uci.edu> |
2843 | 2843 |
2844 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision): | 2844 * vc-hooks.el (vc-stay-local-p, vc-state, vc-working-revision): |
2845 Add an optional argument for the backend, use it instead of | 2845 Add an optional argument for the backend, use it instead of |
2846 calling vc-backend. | 2846 calling vc-backend. |
2847 (vc-mode-line): Add an optional argument for the backend. | 2847 (vc-mode-line): Add an optional argument for the backend. |