Mercurial > emacs
comparison lisp/ChangeLog @ 52887:2a29815ed66e
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 20 Oct 2003 22:44:28 +0000 |
parents | 71a1763f09d7 |
children | bc07c51257ae |
comparison
equal
deleted
inserted
replaced
52886:3a30e4cd22e9 | 52887:2a29815ed66e |
---|---|
1 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * complete.el (PC-do-completion): Do not forget to use `pred' as the | |
4 default-directory when completing file names. | |
5 | |
1 2003-10-20 Luc Teirlinck <teirllm@auburn.edu> | 6 2003-10-20 Luc Teirlinck <teirllm@auburn.edu> |
2 | 7 |
3 * help-mode.el (help-make-xrefs): Make sure that if a symbol is | 8 * help-mode.el (help-make-xrefs): Make sure that if a symbol is |
4 followed by the word `face', it gets treated as a face, even if | 9 followed by the word `face', it gets treated as a face, even if |
5 it is also defined as a variable or a function. | 10 it is also defined as a variable or a function. |
6 | 11 |
7 2003-10-20 Dave Love <fx@gnu.org> | 12 2003-10-20 Dave Love <fx@gnu.org> |
8 | 13 |
9 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Avoid | 14 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): |
10 incf in macro expansion. | 15 Avoid incf in macro expansion. |
11 | 16 |
12 2003-10-20 John Paul Wallington <jpw@gnu.org> | 17 2003-10-20 John Paul Wallington <jpw@gnu.org> |
13 | 18 |
14 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use | 19 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use |
15 `evenp' so we don't implicitly require cl library at runtime. | 20 `evenp' so we don't implicitly require cl library at runtime. |
16 | 21 |
17 2003-10-18 Luc Teirlinck <teirllm@auburn.edu> | 22 2003-10-18 Luc Teirlinck <teirllm@auburn.edu> |
18 | 23 |
19 * help-mode.el (help-xref-symbol-regexp): Treat newlines as | 24 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace. |
20 whitespace. | |
21 (help-make-xrefs): Only make cross-references for faces if | 25 (help-make-xrefs): Only make cross-references for faces if |
22 preceded or followed by the word `face'. Do not make a | 26 preceded or followed by the word `face'. Do not make a |
23 cross-reference for variables without variable documentation, | 27 cross-reference for variables without variable documentation, |
24 unless preceded by the word `variable' or `option'. Update doc | 28 unless preceded by the word `variable' or `option'. Update doc |
25 string accordingly. | 29 string accordingly. |
68 * fringe.el (fringe-mode): Fix docstring. | 72 * fringe.el (fringe-mode): Fix docstring. |
69 (set-fringe-style): Ditto. | 73 (set-fringe-style): Ditto. |
70 | 74 |
71 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu> | 75 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu> |
72 | 76 |
73 * ediff-mult.el (ediff-filegroup-action): Use | 77 * ediff-mult.el (ediff-filegroup-action): |
74 ediff-default-filtering-regexp. | 78 Use ediff-default-filtering-regexp. |
75 | 79 |
76 * ediff-util.el (ediff-recenter): Don't call | 80 * ediff-util.el (ediff-recenter): Don't call |
77 ediff-restore-highlighting twice. | 81 ediff-restore-highlighting twice. |
78 (ediff-select-difference): Set current difference. | 82 (ediff-select-difference): Set current difference. |
79 (ediff-unselect-and-select-difference): Added comment. | 83 (ediff-unselect-and-select-difference): Add comment. |
80 | 84 |
81 * ediff.el (ediff-directories,ediff-directory-revisions) | 85 * ediff.el (ediff-directories,ediff-directory-revisions) |
82 (ediff-directories3,ediff-merge-directories) | 86 (ediff-directories3,ediff-merge-directories) |
83 (ediff-merge-directories-with-ancestor) | 87 (ediff-merge-directories-with-ancestor) |
84 (ediff-merge-directory-revisions) | 88 (ediff-merge-directory-revisions) |
85 (ediff-merge-directory-revisions-with-ancestor): Use | 89 (ediff-merge-directory-revisions-with-ancestor): |
86 ediff-default-filtering-regexp. | 90 Use ediff-default-filtering-regexp. |
87 | 91 |
88 2003-10-12 Andreas Schwab <schwab@suse.de> | 92 2003-10-12 Andreas Schwab <schwab@suse.de> |
89 | 93 |
90 * international/mule-cmds.el (locale-charset-language-names): | 94 * international/mule-cmds.el (locale-charset-language-names): |
91 Simplify regex by removing unused grouping. | 95 Simplify regex by removing unused grouping. |
131 * mail/emacsbug.el (report-emacs-bug): Fix previous change. | 135 * mail/emacsbug.el (report-emacs-bug): Fix previous change. |
132 | 136 |
133 * info.el (Info-following-node-name): New function. | 137 * info.el (Info-following-node-name): New function. |
134 | 138 |
135 * loadhist.el (unload-feature-special-hooks): | 139 * loadhist.el (unload-feature-special-hooks): |
136 Renamed from loadhist-hook-functions. | 140 Rename from loadhist-hook-functions. |
137 (loadhist-hook-functions): Now an alias. | 141 (loadhist-hook-functions): Now an alias. |
138 | 142 |
139 2003-10-04 Eli Zaretskii <eliz@elta.co.il> | 143 2003-10-04 Eli Zaretskii <eliz@elta.co.il> |
140 | 144 |
141 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent | 145 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent |
142 file-name clashes on 8+3 filesystems. | 146 file-name clashes on 8+3 filesystems. |
143 | 147 |
144 * Makefile.in (DONTCOMPILE, bootstrap-clean): Rename | 148 * Makefile.in (DONTCOMPILE, bootstrap-clean): |
145 loaddefs-boot.el to ldefs-boot.el | 149 Rename loaddefs-boot.el to ldefs-boot.el |
146 | 150 |
147 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD) | 151 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD) |
148 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el | 152 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el |
149 | 153 |
150 2003-10-03 Lute Kamstra <lute@gnu.org> | 154 2003-10-03 Lute Kamstra <lute@gnu.org> |
163 provides a `PC-completion-as-file-name-predicate' variable that | 167 provides a `PC-completion-as-file-name-predicate' variable that |
164 ffap can override. | 168 ffap can override. |
165 | 169 |
166 2003-10-02 Kenichi Handa <handa@m17n.org> | 170 2003-10-02 Kenichi Handa <handa@m17n.org> |
167 | 171 |
168 * international/utf-8.el (ccl-decode-mule-utf-8): Lookup | 172 * international/utf-8.el (ccl-decode-mule-utf-8): |
169 utf-subst-table-for-decode even for U+E000..U+FFFF. | 173 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF. |
170 | 174 |
171 * international/subst-jis.el: Include U+FF00..U+FFEF in decode | 175 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table. |
172 table. | |
173 * international/subst-big5.el: Likewise. | 176 * international/subst-big5.el: Likewise. |
174 * international/subst-gb2312.el: Likewise | 177 * international/subst-gb2312.el: Likewise. |
175 * international/subst-ksc.el: Likewise. | 178 * international/subst-ksc.el: Likewise. |
176 | 179 |
177 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk> | 180 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk> |
178 | 181 |
179 * calendar/calendar.el (increment-calendar-month) | 182 * calendar/calendar.el (increment-calendar-month) |
180 (calendar-leap-year-p, calendar-absolute-from-gregorian) | 183 (calendar-leap-year-p, calendar-absolute-from-gregorian) |
181 (generate-calendar, calendar-read-date, calendar-interval) | 184 (generate-calendar, calendar-read-date, calendar-interval) |
182 (calendar-day-of-week): Handle years BC. | 185 (calendar-day-of-week): Handle years BC. |
183 (generate-calendar-month, calendar-gregorian-from-absolute): Doc | 186 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix. |
184 fix. | |
185 | 187 |
186 2003-10-01 Dave Love <fx@gnu.org> | 188 2003-10-01 Dave Love <fx@gnu.org> |
187 | 189 |
188 * language/cyrillic.el (cp1251): Alias for windows-1251. | 190 * language/cyrillic.el (cp1251): Alias for windows-1251. |
189 | 191 |
203 | 205 |
204 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add. | 206 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add. |
205 | 207 |
206 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove. | 208 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove. |
207 | 209 |
208 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Replace | 210 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): |
209 gud-display with gud-watch. | 211 Replace gud-display with gud-watch. |
210 (gud-speedbar-buttons): Add stuff for watching expressions | 212 (gud-speedbar-buttons): Add stuff for watching expressions |
211 in the speedbar when using M-x gdba. Use dolist on old part | 213 in the speedbar when using M-x gdba. Use dolist on old part |
212 of this function. | 214 of this function. |
213 | 215 |
214 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag) | 216 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag) |
217 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler) | 219 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler) |
218 (gud-watch, gdb-var-create-handler) : New functions. | 220 (gud-watch, gdb-var-create-handler) : New functions. |
219 (gdb-var-list-children, gdb-var-list-children-handler) | 221 (gdb-var-list-children, gdb-var-list-children-handler) |
220 (gdb-var-create-regexp, gdb-var-update-regexp) | 222 (gdb-var-create-regexp, gdb-var-update-regexp) |
221 (gdb-var-list-children-regexp): New constants. | 223 (gdb-var-list-children-regexp): New constants. |
222 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI | 224 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works. |
223 works. | 225 (gdb-annotation-rules): Reduce annotation set (level 3). |
224 (gdb-annotation-rules): Reduced annotation set (level 3). | |
225 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt. | 226 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt. |
226 (gdb-post-prompt): Don't update GDB buffers every time speedbar | 227 (gdb-post-prompt): Don't update GDB buffers every time speedbar |
227 updates. | 228 updates. |
228 (gdb-window-height, gdb-window-width, gdb-display-in-progress) | 229 (gdb-window-height, gdb-window-width, gdb-display-in-progress) |
229 (gdb-expression-buffer-name, gdb-display-number, gdb-point) | 230 (gdb-expression-buffer-name, gdb-display-number, gdb-point) |
285 | 286 |
286 2003-09-30 Lars Hansen <larsh@math.ku.dk> | 287 2003-09-30 Lars Hansen <larsh@math.ku.dk> |
287 | 288 |
288 * desktop.el: A lot of comments updated. | 289 * desktop.el: A lot of comments updated. |
289 (desktop-save-mode): Minor mode introduced. | 290 (desktop-save-mode): Minor mode introduced. |
290 (desktop-enable, desktop-clear-preserve-buffers): Variables made | 291 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete. |
291 obsolete. | |
292 (desktop-load-default): Function made obsolete. | 292 (desktop-load-default): Function made obsolete. |
293 (desktop-locals-to-save): Variable made customizable. | 293 (desktop-locals-to-save): Variable made customizable. |
294 (desktop-read): Optional parameter `dirname' added. | 294 (desktop-read): Optional parameter `dirname' added. |
295 (desktop-change-dir, desktop-revert): Parameter `dirname' in | 295 (desktop-change-dir, desktop-revert): Parameter `dirname' in |
296 `desktop-read' used. | 296 `desktop-read' used. |
297 (desktop-save-in-load-dir): Renamed to `desktop-save-in-desktop-dir'. | 297 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'. |
298 | 298 |
299 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> | 299 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org> |
300 | 300 |
301 * whitespace.el (whitespace-clean-msg): Add user customizable message | 301 * whitespace.el (whitespace-clean-msg): Add user customizable message |
302 for displaying ``clean'' output. | 302 for displaying ``clean'' output. |
327 | 327 |
328 * descr-text.el (describe-char-display): New function. | 328 * descr-text.el (describe-char-display): New function. |
329 (describe-char): Pay attention to display table on describing how | 329 (describe-char): Pay attention to display table on describing how |
330 a character is displayed. | 330 a character is displayed. |
331 | 331 |
332 * international/mule-cmds.el (encoded-string-description): Prepend | 332 * international/mule-cmds.el (encoded-string-description): |
333 "0x" to each encoded byte. | 333 Prepend "0x" to each encoded byte. |
334 | 334 |
335 2003-09-28 Andreas Schwab <schwab@suse.de> | 335 2003-09-28 Andreas Schwab <schwab@suse.de> |
336 | 336 |
337 * find-file.el (ff-special-constructs): Add autoload cookie. | 337 * find-file.el (ff-special-constructs): Add autoload cookie. |
338 | 338 |
357 | 357 |
358 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. | 358 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix. |
359 | 359 |
360 2003-09-28 David Ponce <david@dponce.com> | 360 2003-09-28 David Ponce <david@dponce.com> |
361 | 361 |
362 * recentf.el (recentf-initialize-file-name-history): New | 362 * recentf.el (recentf-initialize-file-name-history): New defcustom. |
363 defcustom. | |
364 (recentf-load-list): When `recentf-initialize-file-name-history' | 363 (recentf-load-list): When `recentf-initialize-file-name-history' |
365 is non-nil, initialize an empty `file-name-history' with the | 364 is non-nil, initialize an empty `file-name-history' with the |
366 recent list. | 365 recent list. |
367 | 366 |
368 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch) | 367 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny patch) |
442 insufficient handling of unbalanced parens. | 441 insufficient handling of unbalanced parens. |
443 | 442 |
444 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org> | 443 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org> |
445 | 444 |
446 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify | 445 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify |
447 common shell prompts that are not common filename or URL | 446 common shell prompts that are not common filename or URL characters. |
448 characters. | |
449 (ffap-file-at-point): Use the new regexp to strip the prompts from | 447 (ffap-file-at-point): Use the new regexp to strip the prompts from |
450 the file names. This is an issue mostly for user prompts that | 448 the file names. This is an issue mostly for user prompts that |
451 don't have a trailing space and find-file-at-point is invoked from | 449 don't have a trailing space and find-file-at-point is invoked from |
452 within a shell inside emacs. | 450 within a shell inside emacs. |
453 | 451 |