comparison lisp/ChangeLog @ 36735:e8c547e94600

etags.el: compression and better file name tagging by Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
author Francesco Potortì <pot@gnu.org>
date Mon, 12 Mar 2001 12:32:48 +0000
parents 87c60ab6dee7
children 1c2b09e89ff9
comparison
equal deleted inserted replaced
36734:78751f7bca48 36735:e8c547e94600
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.
4 11
5 * international/quail.el (quail-translate-key): Fix condition to 12 * international/quail.el (quail-translate-key): Fix condition to
18 and save-buffer if buffer-file-name non-nil. From rms. 25 and save-buffer if buffer-file-name non-nil. From rms.
19 26
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.
30 37
31 * vc-{cvs,rcs,sccs}.el: (vc-*-print-log): Output to buffer *vc*, 38 * vc-{cvs,rcs,sccs}.el: (vc-*-print-log): Output to buffer *vc*,
32 not the current buffer. 39 not the current buffer.
33 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer. 40 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
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
41 so ^, $, *, ? and + are interpreted correctly. 48 so ^, $, *, ? and + are interpreted correctly.
42 49
164 switch, like xterm, and concat resource strings, with a newline 171 switch, like xterm, and concat resource strings, with a newline
165 between them. 172 between them.
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.
173 (Man-build-references-alist): Use it to search for referenced 180 (Man-build-references-alist): Use it to search for referenced
174 manpages. If hyphenated is non-nil, record a concatenated word in 181 manpages. If hyphenated is non-nil, record a concatenated word in
192 * textmodes/flyspell.el (flyspell-region): Set up 199 * textmodes/flyspell.el (flyspell-region): Set up
193 flyspell-local-mouse-map. 200 flyspell-local-mouse-map.
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.
206 213
207 2001-03-05 Dave Love <fx@gnu.org> 214 2001-03-05 Dave Love <fx@gnu.org>
326 * bs.el (bs-attributes-list): Doc fix. 333 * bs.el (bs-attributes-list): Doc fix.
327 334
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
335 to the not so fancy splash screens. 342 to the not so fancy splash screens.
336 343
339 * vc.el (vc-default-workfile-unchanged-p) 346 * vc.el (vc-default-workfile-unchanged-p)
340 (vc-default-latest-on-branch-p): Add missing BACKEND argument. 347 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
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
348 use to avoid a run-time error. 355 use to avoid a run-time error.
349 356
464 (ps-generate-header, ps-begin-file, ps-begin-job) 471 (ps-generate-header, ps-begin-file, ps-begin-job)
465 (ps-generate-postscript-with-faces, ps-do-despool): Code fix. 472 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
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".
473 480
474 2001-02-19 Gerd Moellmann <gerd@gnu.org> 481 2001-02-19 Gerd Moellmann <gerd@gnu.org>
506 regexp in `generic-ignore-files-regexp', don't enter 513 regexp in `generic-ignore-files-regexp', don't enter
507 default-generic-mode. Doc fix. 514 default-generic-mode. Doc fix.
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>
518 525
519 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix. 526 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.