Mercurial > emacs
comparison lisp/ChangeLog @ 70376:64d64506f4b1
(perl-beginning-of-function): Skip anonymous subs.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 04 May 2006 21:58:34 +0000 |
parents | 87734376b1be |
children | a995a8745b40 f7a396df2380 |
comparison
equal
deleted
inserted
replaced
70375:87734376b1be | 70376:64d64506f4b1 |
---|---|
1 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org> | |
2 | |
3 * progmodes/perl-mode.el (perl-beginning-of-function): | |
4 Skip anonymous subs. | |
5 | |
1 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu> | 6 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu> |
2 | 7 |
3 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading | 8 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading |
4 regexp-opt at run time. | 9 regexp-opt at run time. |
5 | 10 |
42 (calc-do-embedded): Make sure that Calc keystrokes aren't | 47 (calc-do-embedded): Make sure that Calc keystrokes aren't |
43 overwritten by minor modes. | 48 overwritten by minor modes. |
44 | 49 |
45 2006-05-02 Chong Yidong <cyd@mit.edu> | 50 2006-05-02 Chong Yidong <cyd@mit.edu> |
46 | 51 |
47 * msb.el (msb): If EVENT is a down event, read and discard the up | 52 * msb.el (msb): If EVENT is a down event, read and discard the up event. |
48 event. | |
49 | 53 |
50 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de> | 54 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de> |
51 | 55 |
52 * startup.el (command-line-1): Refer to Lisp manual when | 56 * startup.el (command-line-1): Refer to Lisp manual when |
53 pure-space-overflow occurs. | 57 pure-space-overflow occurs. |
54 | 58 |
55 * files.el (byte-compile-dynamic) | 59 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings) |
56 (byte-compile-dynamic-docstrings, byte-compile-warnings) | 60 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode) |
57 (find-file-visit-truename, indent-tabs-mode, left-margin) | 61 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines) |
58 (no-byte-compile no-update-autoloads, truncate-lines) | 62 (version-control): Don't use `t' for safe-local-variable declarations. |
59 (version-control): Don't use `t' for safe-local-variable | |
60 declarations. | |
61 | 63 |
62 2006-05-01 Richard Stallman <rms@gnu.org> | 64 2006-05-01 Richard Stallman <rms@gnu.org> |
63 | 65 |
64 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C, | 66 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C, |
65 M-r, M-R, M-A, M-SPC or M-DEL. | 67 M-r, M-R, M-A, M-SPC or M-DEL. |
89 (tramp-completion-handle-expand-file-name): Remove them. | 91 (tramp-completion-handle-expand-file-name): Remove them. |
90 (tramp-handle-file-name-directory): Return the real directory name. | 92 (tramp-handle-file-name-directory): Return the real directory name. |
91 Returning "/" only doesn't need to be necessary any longer. | 93 Returning "/" only doesn't need to be necessary any longer. |
92 (tramp-file-name-handler): Make special attention when in hostname | 94 (tramp-file-name-handler): Make special attention when in hostname |
93 completion mode. | 95 completion mode. |
94 (tramp-completion-file-name-handler): Revert patch from 2006-04-28. | 96 (tramp-completion-file-name-handler): Revert patch from 2006-04-28. |
95 (tramp-register-file-name-handlers): Register | 97 (tramp-register-file-name-handlers): |
96 `tramp-completion-file-name-handler' only when | 98 Register `tramp-completion-file-name-handler' only when |
97 `partial-completion-mode is enabled. | 99 `partial-completion-mode' is enabled. |
98 (tramp-completion-handle-file-name-all-completions): | 100 (tramp-completion-handle-file-name-all-completions): |
99 Delete directory part from results. | 101 Delete directory part from results. |
100 (tramp-get-completion-methods, tramp-get-completion-user-host): | 102 (tramp-get-completion-methods, tramp-get-completion-user-host): |
101 Discard deleting "/", it doesn't work after the change of | 103 Discard deleting "/", it doesn't work after the change of |
102 `tramp-handle-file-name-directory' above. | 104 `tramp-handle-file-name-directory' above. |
106 * progmodes/grep.el (grep-expand-template): Use save-match-data | 108 * progmodes/grep.el (grep-expand-template): Use save-match-data |
107 and symbol-value. | 109 and symbol-value. |
108 | 110 |
109 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 111 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
110 | 112 |
111 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): Use | 113 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop): |
112 select-frame-set-input-focus instead of raise-frame. | 114 Use select-frame-set-input-focus instead of raise-frame. |
113 (global-map): Bind M-drag-n-drop to mac-drag-n-drop. | 115 (global-map): Bind M-drag-n-drop to mac-drag-n-drop. |
114 | 116 |
115 2006-05-01 Nick Roberts <nickrob@snap.net.nz> | 117 2006-05-01 Nick Roberts <nickrob@snap.net.nz> |
116 | 118 |
117 * progmodes/gud.el (gud-def): Add %c case. | 119 * progmodes/gud.el (gud-def): Add %c case. |