Mercurial > emacs
comparison lisp/ChangeLog @ 49965:4c402a725eb1
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 24 Feb 2003 17:28:34 +0000 |
parents | dcf423f8ed33 |
children | 1f508e24a50f |
comparison
equal
deleted
inserted
replaced
49964:76b62bb3c715 | 49965:4c402a725eb1 |
---|---|
2 | 2 |
3 * allout.el (allout-pre-command-business): Fix docstring. | 3 * allout.el (allout-pre-command-business): Fix docstring. |
4 | 4 |
5 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change) | 5 2003-02-24 Ramakrishnan M <rama@gnu.org> (tiny change) |
6 | 6 |
7 * language/mlm-util.el (mlm-char-glyph): Fix several composing | 7 * language/mlm-util.el (mlm-char-glyph): Fix several composing rules. |
8 rules. | |
9 | 8 |
10 2003-02-24 Kenichi Handa <handa@m17n.org> | 9 2003-02-24 Kenichi Handa <handa@m17n.org> |
11 | 10 |
12 * international/characters.el: Fix syntaxes of gb2312 and big5. | 11 * international/characters.el: Fix syntaxes of gb2312 and big5. |
13 | 12 |
41 Set inhibit-startup-hooks too. | 40 Set inhibit-startup-hooks too. |
42 | 41 |
43 * files.el (revert-buffer): Different error message | 42 * files.el (revert-buffer): Different error message |
44 for reverting a nonexistent file. | 43 for reverting a nonexistent file. |
45 | 44 |
45 2003-02-22 Stefan Monnier <monnier@cs.yale.edu> | |
46 | |
47 * progmodes/cperl-mode.el: Merge changes from CPerl-5.0. | |
48 (toplevel): Require man. | |
49 (condition-case): Don't autoload tmm-prompt (it's in loaddefs.el). | |
50 (cperl-electric-backspace-untabify): New var. | |
51 (cperl-electric-backspace): Use it. | |
52 (cperl-vc-header-alist): Extract numeric version from the Id. | |
53 (cperl-build-manpage): New fun. | |
54 (cperl-menu): Use it. Add toggle-autohelp. | |
55 (cperl-mode) <defun-prompt_regexp>: Understand prototypes. | |
56 (cperl-electric-brace): Use `cperl-after-block-p' for detection. | |
57 (cperl-electric-keyword): Make $if (etc: "$@%&*") non-electric. | |
58 '(' after keyword would insert a doubled paren. | |
59 (cperl-calculate-indent): Update syntaxification before checks. | |
60 Fix wrong indent of blocks starting with POD. | |
61 (cperl-find-pods-heres): If no end of HERE-doc found, mark to the end | |
62 of buffer. This enables recognition of end of HERE-doc "as one types". | |
63 Require "\n" after trailing tag of HERE-doc. | |
64 \( made non-quoting outside of string/comment (gdj-contributed). | |
65 Likewise for \$. Remove `here-doc-group' text property at start | |
66 (makes this property reliable). | |
67 Text property `first-format-line' ==> t. | |
68 Do not recognize $opt_s and $opt::s as s///. | |
69 (cperl-after-block-p): Optional arg pre-block to check for a pre-block | |
70 Recognize `continue' blocks too. | |
71 (cperl-after-expr-p): Update syntaxification before checks. Work after | |
72 here-docs, formats, and PODs too (affects many electric constructs). | |
73 (cperl-fix-line-spacing): Allow "_" in $vars of foreach etc. | |
74 (cperl-perldoc): Use case-sensitive search. | |
75 | |
76 * progmodes/cperl-mode.el: Merge changes from CPerl-4.35. | |
77 (cperl-xemacs-p): Move. | |
78 (cperl-can-font-lock): New var to replace window-system. | |
79 (cperl-enable-font-lock): Use it. | |
80 (cperl-use-major-mode): New var. | |
81 (cperl-mode): Use it. | |
82 (cperl-calculate-indent): Remove code whose removal was missed | |
83 in some earlier merge. | |
84 (cperl-tags-hier-init): Use display-popup-menus-p. | |
85 | |
46 2003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 86 2003-02-22 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
47 | 87 |
48 * files.el (abbreviate-file-name): Shorten docstring: variables | 88 * files.el (abbreviate-file-name): Shorten docstring: variables |
49 are now hyperlinks and `C-h v' need not be mentioned explicitly. | 89 are now hyperlinks and `C-h v' need not be mentioned explicitly. |
50 | 90 |
62 * startup.el (command-line): Clarify and tidy up the message | 102 * startup.el (command-line): Clarify and tidy up the message |
63 printed when there are errors in the user-init-file. | 103 printed when there are errors in the user-init-file. |
64 Do not encapsulate the error data; it's read by humans here. | 104 Do not encapsulate the error data; it's read by humans here. |
65 Do not split windows when displaying the *Message* buffer. | 105 Do not split windows when displaying the *Message* buffer. |
66 | 106 |
107 2003-02-20 Stefan Monnier <monnier@cs.yale.edu> | |
108 | |
109 * subr.el (with-syntax-table): Don't copy the table any more. | |
110 | |
67 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change) | 111 2003-02-20 Ehud Karni <ehud@unix.mvs.co.il> (tiny change) |
68 | 112 |
69 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism | 113 * mail/rmail.el (rmail-insert-inbox-text): Make the pop3 mechanism |
70 work on cygwin systems too. | 114 work on cygwin systems too. |
71 | 115 |
72 2003-02-20 Juanma Barranquero <lektu@terra.es> | 116 2003-02-20 Juanma Barranquero <lektu@terra.es> |
73 | 117 |
74 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point): Remove | 118 * progmodes/ebrowse.el (ebrowse-show-file-name-at-point): |
75 useless check. | 119 Remove useless check. |
76 | 120 |
77 2003-02-20 Andreas Schwab <schwab@suse.de> | 121 2003-02-20 Andreas Schwab <schwab@suse.de> |
78 | 122 |
79 * info.el (Info-extract-menu-node-name): Stop if colon is | 123 * info.el (Info-extract-menu-node-name): Stop if colon is |
80 followed by open paren. | 124 followed by open paren. |
93 (describe-fontset): If the current frame is not using a fontset, | 137 (describe-fontset): If the current frame is not using a fontset, |
94 call print-fontset with nil. | 138 call print-fontset with nil. |
95 | 139 |
96 2003-02-19 Andre Spiegel <spiegel@gnu.org> | 140 2003-02-19 Andre Spiegel <spiegel@gnu.org> |
97 | 141 |
98 * vc.el (vc-binary-assoc, vc-binary-suffixes): Removed; these | 142 * vc.el (vc-binary-assoc, vc-binary-suffixes): Remove; these |
99 were accidentally left over during the VC redesign in 2000. | 143 were accidentally left over during the VC redesign in 2000. |
100 | 144 |
101 2003-02-18 Juanma Barranquero <lektu@terra.es> | 145 2003-02-18 Juanma Barranquero <lektu@terra.es> |
102 | 146 |
103 * help-macro.el (make-help-screen): Fix character constant. | 147 * help-macro.el (make-help-screen): Fix character constant. |
131 | 175 |
132 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym. | 176 * progmodes/ebrowse.el (ebrowse-output): Don't use gensym. |
133 | 177 |
134 2003-02-17 Markus Rost <rost@math.ohio-state.edu> | 178 2003-02-17 Markus Rost <rost@math.ohio-state.edu> |
135 | 179 |
136 * calendar/calendar.el (diary-file-name-prefix-function): Fix | 180 * calendar/calendar.el (diary-file-name-prefix-function): |
137 custom type. | 181 Fix custom type. |
138 | 182 |
139 2003-02-17 Andre Spiegel <spiegel@gnu.org> | 183 2003-02-17 Andre Spiegel <spiegel@gnu.org> |
140 | 184 |
141 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being | 185 * vc-cvs.el (vc-cvs-dir-state): Protect against DIR not being |
142 under CVS control. Suggested by Masanobu UMEDA. | 186 under CVS control. Suggested by Masanobu UMEDA. |