diff options
| -rw-r--r-- | lisp/ChangeLog | 29 |
1 files changed, 18 insertions, 11 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f04f586cbc7..4d9aa8ce40c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be> | ||
| 2 | |||
| 3 | * progmodes/etags.el (tags-compression-info-list): New variable. | ||
| 4 | (find-tag-in-order): Use it to deal with compressed source files. | ||
| 5 | (tag-file-name-match-p): New function. | ||
| 6 | (etags-recognize-tags-table): Use it for better match of file names. | ||
| 7 | |||
| 1 | 2001-03-12 Kenichi Handa <handa@etl.go.jp> | 8 | 2001-03-12 Kenichi Handa <handa@etl.go.jp> |
| 2 | 9 | ||
| 3 | * international/mule-cmds.el (register-input-method): Doc fix. | 10 | * international/mule-cmds.el (register-input-method): Doc fix. |
| @@ -20,10 +27,10 @@ | |||
| 20 | 2001-03-10 Andre Spiegel <spiegel@gnu.org> | 27 | 2001-03-10 Andre Spiegel <spiegel@gnu.org> |
| 21 | 28 | ||
| 22 | * vc.el (vc-do-command): If the destination buffer is already | 29 | * vc.el (vc-do-command): If the destination buffer is already |
| 23 | current, don't set it up and don't erase it. Updated doc string | 30 | current, don't set it up and don't erase it. Updated doc string |
| 24 | to reflect that. | 31 | to reflect that. |
| 25 | (vc-version-diff): When doing a single file diff, don't switch to the | 32 | (vc-version-diff): When doing a single file diff, don't switch to the |
| 26 | *vc-diff* buffer before the command. This is to preserve local | 33 | *vc-diff* buffer before the command. This is to preserve local |
| 27 | variable bindings that might affect the diff command. | 34 | variable bindings that might affect the diff command. |
| 28 | (vc-print-log): Don't switch to the *vc* buffer before the | 35 | (vc-print-log): Don't switch to the *vc* buffer before the |
| 29 | command, so that local variable bindings are preserved. | 36 | command, so that local variable bindings are preserved. |
| @@ -34,7 +41,7 @@ | |||
| 34 | 41 | ||
| 35 | * vc-cvs.el: (vc-cvs-checkin): When removing the sticky tag, | 42 | * vc-cvs.el: (vc-cvs-checkin): When removing the sticky tag, |
| 36 | make output go to buffer *vc*, not the current buffer. | 43 | make output go to buffer *vc*, not the current buffer. |
| 37 | 44 | ||
| 38 | 2001-03-09 Stefan Monnier <monnier@cs.yale.edu> | 45 | 2001-03-09 Stefan Monnier <monnier@cs.yale.edu> |
| 39 | 46 | ||
| 40 | * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group | 47 | * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group |
| @@ -166,7 +173,7 @@ | |||
| 166 | 173 | ||
| 167 | 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il> | 174 | 2001-03-06 Eli Zaretskii <eliz@is.elta.co.il> |
| 168 | 175 | ||
| 169 | * international/codepage.el (cp770-decode-table) | 176 | * international/codepage.el (cp770-decode-table) |
| 170 | (cp773-decode-table, cp774-decode-table): New variables. | 177 | (cp773-decode-table, cp774-decode-table): New variables. |
| 171 | 178 | ||
| 172 | * man.el (Man-hyphenated-reference-regexp): New variable. | 179 | * man.el (Man-hyphenated-reference-regexp): New variable. |
| @@ -194,12 +201,12 @@ | |||
| 194 | 201 | ||
| 195 | 2001-03-05 Richard M. Stallman <rms@gnu.org> | 202 | 2001-03-05 Richard M. Stallman <rms@gnu.org> |
| 196 | 203 | ||
| 197 | * mail/rmail.el (rmail-retry-failure): | 204 | * mail/rmail.el (rmail-retry-failure): |
| 198 | Don't call rmail-beginning-of-message. | 205 | Don't call rmail-beginning-of-message. |
| 199 | Don't discard From: field. Do discard Received: field. | 206 | Don't discard From: field. Do discard Received: field. |
| 200 | Use unwind-protect to re-prune. | 207 | Use unwind-protect to re-prune. |
| 201 | (rmail-retry-ignored-headers): Discard X-Authentication-Warning field. | 208 | (rmail-retry-ignored-headers): Discard X-Authentication-Warning field. |
| 202 | 209 | ||
| 203 | 2001-03-06 Kenichi Handa <handa@etl.go.jp> | 210 | 2001-03-06 Kenichi Handa <handa@etl.go.jp> |
| 204 | 211 | ||
| 205 | * international/quail.el (quail-title): Add autoload cookie. | 212 | * international/quail.el (quail-title): Add autoload cookie. |
| @@ -328,7 +335,7 @@ | |||
| 328 | 2001-02-26 Gerd Moellmann <gerd@gnu.org> | 335 | 2001-02-26 Gerd Moellmann <gerd@gnu.org> |
| 329 | 336 | ||
| 330 | * help.el (describe-project): Display the file THE-GNU-PROJECT. | 337 | * help.el (describe-project): Display the file THE-GNU-PROJECT. |
| 331 | 338 | ||
| 332 | * help.el (view-order-manuals): Use goto-address. | 339 | * help.el (view-order-manuals): Use goto-address. |
| 333 | 340 | ||
| 334 | * startup.el (command-line-1): Add info about ordering manuals | 341 | * startup.el (command-line-1): Add info about ordering manuals |
| @@ -341,7 +348,7 @@ | |||
| 341 | 348 | ||
| 342 | 2001-02-26 Gerd Moellmann <gerd@gnu.org> | 349 | 2001-02-26 Gerd Moellmann <gerd@gnu.org> |
| 343 | 350 | ||
| 344 | * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to | 351 | * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to |
| 345 | fontify in the right buffer. | 352 | fontify in the right buffer. |
| 346 | 353 | ||
| 347 | * allout.el (outline-flag-region): Move macro in front of first | 354 | * allout.el (outline-flag-region): Move macro in front of first |
| @@ -466,7 +473,7 @@ | |||
| 466 | (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs. | 473 | (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs. |
| 467 | (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars. | 474 | (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars. |
| 468 | (coding-system-for-write): Var declaration (XEmacs compatibility). | 475 | (coding-system-for-write): Var declaration (XEmacs compatibility). |
| 469 | 476 | ||
| 470 | 2001-02-20 Miles Bader <miles@gnu.org> | 477 | 2001-02-20 Miles Bader <miles@gnu.org> |
| 471 | 478 | ||
| 472 | * image-file.el (image-file-name-extensions): Add "tif". | 479 | * image-file.el (image-file-name-extensions): Add "tif". |
| @@ -508,10 +515,10 @@ | |||
| 508 | 515 | ||
| 509 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> | 516 | 2001-02-16 Gerd Moellmann <gerd@gnu.org> |
| 510 | 517 | ||
| 511 | * textmodes/flyspell.el (flyspell-region, flyspell-buffer): | 518 | * textmodes/flyspell.el (flyspell-region, flyspell-buffer): |
| 512 | Add autoload cookies. | 519 | Add autoload cookies. |
| 513 | 520 | ||
| 514 | * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting | 521 | * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting |
| 515 | of cal-tex-24. | 522 | of cal-tex-24. |
| 516 | 523 | ||
| 517 | 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il> | 524 | 2001-02-16 Eli Zaretskii <eliz@is.elta.co.il> |