(Info-clone-buffer-hook): Unconditionally copy marker.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
15533ae2
SM
12001-06-28 Stefan Monnier <monnier@cs.yale.edu>
2
3 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
4
19a448e3
KF
52001-06-28 Karl Fogel <kfogel@red-bean.com>
6
7 * saveplace.el: Update maintainer email address.
8
a17555fd
FP
92001-06-27 Francesco Potorti` <pot@gnu.org>
10
15533ae2
SM
11 * uniquify.el: (uniquify-rationalize-file-buffer-names):
12 Undo previous change.
a17555fd
FP
13
142001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
15
16 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
17 preliminary quick reordering. Can speed things up dramatically.
18
555cc9ca
RS
192001-06-26 Richard M. Stallman <rms@gnu.org>
20
4d68abe0
RS
21 * dired.el (dired-get-filename): A file name starting with ~
22 is not absolute in this context.
23
555cc9ca
RS
24 * which-func.el (which-func-maxout): Increase default to 500000.
25 (which-function-mode): This is now the "real" name of the function.
26 (which-func-mode): Now an alias.
27 (which-func-mode-global): Name deleted.
28
29 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
30 button-2, when binding hs-mouse-toggle-hiding.
31
d9bad487
GM
322001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
33
15533ae2 34 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
35 (rmail-msg-prune-header): Likewise.
36 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
37 and `rmail-msg-prune-header'.
38
da197e75
SM
392001-06-25 Stefan Monnier <monnier@cs.yale.edu>
40
41 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
42 back than LINEBEG.
43
9501b986
EZ
442001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
45
46 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
47 window where they clicked the mouse has a header line, adjust
48 vertical movement by one.
49
7aee34d3
GM
502001-06-25 Milan Zamazal <pdm@zamazal.org>
51
da197e75
SM
52 * progmodes/glasses.el (glasses-make-readable): Consider underscores
53 too when separating a parenthesis.
7aee34d3 54
b9cc92a4
EZ
552001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
56
57 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
58 (bookmark-bmenu-hide-filenames): Add help-echo to
59 mouse-highlighted text.
60 (bookmark-bmenu-show-filenames): Remove help-echo property from
61 the whitespace.
62
e55c4863
EZ
632001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
64
da197e75
SM
65 * files.el (auto-mode-alist): Add configure.ac (autoconf).
66 From Karl Eichwalder <ke@suse.de>.
e55c4863 67
4bd41f5a
RS
682001-06-23 Richard M. Stallman <rms@gnu.org>
69
70 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
71
72 * progmodes/cc-styles.el (c-set-style): Don't specify initial
73 contents for completing-read.
74
fdae95d4
RS
752001-06-22 Richard M. Stallman <rms@gnu.org>
76
77 * menu-bar.el (menu-bar-make-toggle): Construct the
78 function's doc string from HELP, not DOC, and make it accurate by
79 adding "Toggle whether to " at the front and downcasing the initial.
80 Change the HELP arg in some calls to make it fit this usage.
81
82 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
83 Undo previous change.
84
5f0e1d42
EZ
852001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
86
1fd63d9b
EZ
87 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
88
da197e75 89 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 90
2ebf8f54
EZ
912001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
92
7a03d9cd
EZ
93 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
94
2ebf8f54
EZ
95 * dabbrev.el (dabbrev--select-buffers): Fix last change.
96
4de68712
RS
972001-06-20 Richard M. Stallman <rms@gnu.org>
98
99 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
100 broken out from dabbrev--find-expansion. Handle minibuffer
101 specially here.
102 (dabbrev--find-expansion): Simplify code in various ways.
103 Don't treat minibuffers specially.
104 Call dabbrev--make-friend-buffer-list.
da197e75 105 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
106 (dabbrev--scanning-message): Do nothing when minibuffer is current.
107
f84e9763 1082001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 109
f84e9763
JW
110 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
111 Also, added a comment describing how to greatly speedup Eshell
112 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 113
f5f3efaa 1142001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 115
da197e75
SM
116 * eshell/esh-mode.el: Disabled a test that often yields false failures.
117
f84e9763
JW
1182001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
119
120 * woman.el (WoMan-highlight-references): Add help-echo to
121 mouse-highlighted text.
b868ed49 122
f7ac3e28
SM
1232001-06-18 Stefan Monnier <monnier@cs.yale.edu>
124
125 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
126
f6f1beba
GM
1272001-06-18 Gerd Moellmann <gerd@gnu.org>
128
f7ac3e28
SM
129 * international/quail.el (quail-start-conversion):
130 Reset quail-translating to nil.
db8f7303 131
f6f1beba
GM
132 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
133 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
134
1a0b9ae6
EZ
1352001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
136
855eca56
EZ
137 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
138 mouse-highlighted text.
139
1a0b9ae6
EZ
140 * dired.el (dired-mark-pop-up): Fix last change.
141
e75e894b
EZ
1422001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
143
218abc51
EZ
144 * calendar/calendar.el (generate-calendar-month): Add help-echo to
145 mouse-highlighted text.
146
d36ca65d
EZ
147 * net/quickurl.el (quickurl-url-file): Run through
148 convert-standard-filename.
149 (quickurl-list-populate-buffer): Add help-echo to
150 mouse-highlighted text.
151 (top-level): Update Dave's URL.
152
092924fd
EZ
153 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
154 mouse-highlighted text.
155
f7ac3e28
SM
156 * textmodes/page-ext.el (pages-copy-header-and-position):
157 Add help-echo to mouse-highlighted text.
092924fd
EZ
158
159 * tar-mode.el (tar-header-block-summarize): Add help-echo to
160 mouse-highlighted text.
161
162 * replace.el (occur): Add help-echo to mouse-highlighted text.
163
164 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
165 mouse-highlighted text.
166
167 * progmodes/cpp.el (cpp-make-button): Add help-echo to
168 mouse-highlighted text.
169
f7ac3e28
SM
170 * progmodes/compile.el (compile-reinitialize-errors):
171 Add help-echo to mouse-highlighted messages.
092924fd
EZ
172 (compilation-forget-errors): Remove help-echo property as well.
173
f7ac3e28
SM
174 * play/landmark.el (lm-plot-square, lm-init-display):
175 Add help-echo to mouse-highlighted text.
092924fd 176
f7ac3e28
SM
177 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
178 Add help-echo to mouse-highlighted text.
092924fd
EZ
179
180 * dired.el (dired-insert-set-properties): Add help-echo to
181 mouse-highlighted text.
f7ac3e28 182 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
183
184 * comint.el (comint-send-input): Add help-echo to
185 mouse-highlighted text.
186
187 * buff-menu.el (list-buffers-noselect): Add help-echo to
188 mouse-highlighted text.
189
190 * arc-mode.el (archive-summarize-files): Add help-echo to
191 mouse-highlighted text.
192
e75e894b
EZ
193 * ffap.el (ffap-machine-p): Always return nil if
194 open-network-stream is not fboundp.
195
f621ed9d
SM
1962001-06-17 Stefan Monnier <monnier@cs.yale.edu>
197
198 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
199 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
200 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
201 incorrectly binding chars between 128 and 256 to it.
202 (sgml-maybe-name-self): Handle latin-1 chars properly.
203 (sgml-tags-invisible): Bind buffer-file-name to nil.
204 Use unwind-protect and restore-buffer-modified-p.
205 (sgml-point-entered): Use buffer-substring-no-properties.
206 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
207 (html-mode): Don't force `imenu-sort-function'.
208
884e8578
EZ
2092001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
210
d5b49f47
EZ
211 * tar-mode.el: Fix the copyright notice.
212
ce6b1982
EZ
213 * font-lock.el (font-lock-comment-face): For tty's with dark
214 background, use "red1", since "lightred" is not one of the colors
215 recognized by tty-colors.el.
216
884e8578
EZ
217 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
218 create a buffer for extracted file, in case there's more than one
219 file by that name in an archive, possibly in different
220 directories. From Kevin Rodgers <kevinr@ihs.com>.
221
222 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
223 <alex@gnu.org>.
224
72190a54
MB
2252001-06-15 Miles Bader <miles@gnu.org>
226
f621ed9d
SM
227 * textmodes/texinfmt.el (texinfo-format-syntax-table):
228 Revert previous change.
72190a54 229
e4cdc335
RS
2302001-06-14 Richard M. Stallman <rms@gnu.org>
231
232 * replace.el (keep-lines-read-args): Return just a regexp.
233 Provide nil for the region args.
f621ed9d 234 (keep-lines, flush-lines, how-many):
e4cdc335
RS
235 Calculate the defaults for the region here, when args are nil.
236
c8c6b45a
EZ
2372001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
238
239 * rot13.el (rot13-other-window): Some more doc fix.
240
f54701d1
EZ
2412001-06-14 Per Starback <starback@ling.uu.se>
242
243 * replace.el (case-replace, query-replace-from-history-variable)
244 (query-replace-to-history-variable, keep-lines-read-args)
245 (occur-revert-function, query-replace-help): Dox fix.
246
1604ce98
EZ
2472001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
248
249 * rot13.el (rot13-other-window): Doc fix.
250
22058843
MB
2512001-06-14 Miles Bader <miles@gnu.org>
252
253 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
254 of " and \ to "." (punctuation).
255 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
256
e4cdc335
RS
2572001-06-13 Richard M. Stallman <rms@gnu.org>
258
259 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
260
261 * simple.el (shell-command-on-region): Never kill the
262 *Shell Command Output* buffer.
263
a62d56ab
SM
2642001-06-13 Stefan Monnier <monnier@cs.yale.edu>
265
266 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
267
4a0aa1d9
SM
2682001-06-10 Stefan Monnier <monnier@cs.yale.edu>
269
270 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
271 New var, to recognize ${ $' and PODs.
272 (perl-font-lock-syntactic-face-function): New function.
273 (perl-mode): Use them.
274 (perl-continuation-line-p): New function, from perl-calculate-indent.
275 (perl-calculate-indent): Use it, to properly handle continuation
276 lines of continuation lines.
277
b5a9911c
EZ
2782001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
279
280 * server.el (server-process, server-buffer-clients): Doc fix.
281 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
282
0f056ec1
JW
2832001-06-09 John Wiegley <johnw@gnu.org>
284
285 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
286 test if the last command was Lisp or not.
287 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
288 B x C".
289
e5e316b0
EZ
2902001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
291
292 * dos-w32.el (grep-regexp-alist): Remove definition, since the
293 general one on compile.el supports drive letters.
7f4350a7
CD
294
2952001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
296
5a905a7e 297 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 298 key description.
7f4350a7
CD
299
300 * textmodes/reftex-sel.el (reftex-select-jump): New command.
301
5a905a7e 302 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
303 (reftex-toc-jump): New command.
304
305 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 306 to parse international characters as well.
7f4350a7 307
5a905a7e 308 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 309 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 310
5a905a7e
SM
311 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
312
313 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 314 TAB to the key separators.
7f4350a7 315
73419021
EZ
3162001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
317
318 * international/mule.el (auto-coding-alist): Remove redundant
319 up-cased versions of the extensions (auto-coding-alist-lookup is
320 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
321 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
322
cada28bb
EZ
3232001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
324
325 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
326
4f7666dc
RS
3272001-06-01 Richard M. Stallman <rms@gnu.org>
328
329 * help.el (describe-variable): Put value on same line
330 with preceding text, if it is short enough to look good that way.
331
70079787
EZ
3322001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
333
334 * term/internal.el (IT-unicode-translations): New variable.
335 (IT-setup-unicode-display): New function.
336
c86f4619
GM
3372001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
338
339 * ps-print.el: Handle before-string and after-string overlay properties
340 in ps-print-*-with-faces commands. Doc fix.
341 (ps-print-version): New version number (6.5.2).
342 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
343 for XEmacs.
344 (ps-prefix-quote): Doc fix.
c6d452ad 345 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
346 (ps-basic-plot-str, ps-plot-string): New funs.
347
1ea98518
SM
3482001-05-31 Stefan Monnier <monnier@cs.yale.edu>
349
350 * progmodes/etags.el (tags-compression-info-list): Fix docstring
351 and :type spec.
352
2b1ec973
GM
3532001-05-31 Gerd Moellmann <gerd@gnu.org>
354
1ea98518
SM
355 * international/mule-cmds.el (inactivate-input-method):
356 Set input-method-function to nil.
2b1ec973 357
94843cc1
GM
358 * xml.el (xml-parse-tag): The document may contain invalid characters.
359 From ShengHuo ZHU <zsh@cs.rochester.edu>
360
9652931f
GM
3612001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
362
363 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
364 `rmail-summary-line-decoder' if the message does not have
365 a Subject: field.
9652931f 366
1ea98518 367 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 368
1ea98518
SM
369 * mail/rmail.el (rmail-insert-mime-resent-message-function):
370 New variable.
9652931f
GM
371 (rmail-resend): Modify to work in `rmail-view-buffer'; call
372 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
373 is non-nil.
374
f7ac3e28
SM
3752001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
376
377 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
378
b781e739
SS
3792001-05-29 Sam Steingold <sds@gnu.org>
380
00f51890
SS
381 * faces.el (face-valid-attribute-values): Bind `valid' directly
382 instead of using `setq'.
383
b781e739
SS
384 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
385 Use `tex-shell-buf'.
386 (tex-shell-proc): Use `tex-shell-running'.
387 (tex-shell-buf-no-error): New function.
388 (tex-send-tex-command): Use it.
389 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
390 (tex-kill-job): Check the process before calling `quit-process'.
391
3d0e328b
GM
3922001-05-29 Gerd Moellmann <gerd@gnu.org>
393
1ea98518
SM
394 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
395 UTF-8 sequences.
3d0e328b 396
8bd6307f
GM
3972001-05-28 Miles Bader <miles@gnu.org>
398
399 * comint.el (comint-carriage-motion): Renamed from
400 `comint-cr-magic'. Operate on the buffer instead of the string
401 (for use as a comint post-output filter, instead of as a
402 pre-output filter). Handle backspaces too. Add to the
403 `comint-output-filter-functions' hook instead of
404 `comint-preoutput-filter-functions'.
405
89c8dc6c
GM
4062001-05-28 Gerd Moellmann <gerd@gnu.org>
407
408 * language/japan-util.el (japanese-hankaku): Prefer the charset
409 `jisx0201' when the optional argument `ascii-only' is not specified.
410 (japanese-hankaku-region): Ditto.
411 From Katsumi Yamaoka <yamaoka@jpl.org>
412
f25c1b9b
SM
4132001-05-28 Stefan Monnier <monnier@cs.yale.edu>
414
415 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
416 (outline-invisible-p): New function.
417 (hide-leaves): Save excursion.
418 (hide-other): Stop looping when reaching bobp.
419
719bb352
EZ
4202001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
421
422 * cus-edit.el (custom-file): Fix last change.
423
d686d354
SM
4242001-05-27 Stefan Monnier <monnier@cs.yale.edu>
425
426 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
427 same definition in byte-compile-function-environment as `autoload'
428 would put in `symbol-function'.
429
430 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
431 patch to correct the error message as well.
432
49b1a638
EZ
4332001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
434
71261a01
EZ
435 * cus-edit.el (custom-file): Don't assume we were invoked with -q
436 unless ~/.emacs exists.
437
49b1a638
EZ
438 * novice.el (enable-command): If user-init-file is nil or does not
439 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
440
a434b175
SM
4412001-05-25 Stefan Monnier <monnier@cs.yale.edu>
442
15ca8de7
SM
443 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
444 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
445 Allow spaces around macro arguments.
446 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
447 indent-for-tab-command.
448 (latex-mode-map, plain-tex-mode-map): New keymaps.
449 Inherit from tex-mode-map.
450 (tex-common-initialization): Don't setup the keymap any more
451 since it's now done right by define-derived-mode.
452 (latex-mode): Set skeleton-end-hook to nil.
453 (latex-skeleton-end-hook): Remove.
454 (tex-latex-block, latex-insert-item): Simplify.
455 (latex-syntax-after): Use following-char rather than char-after.
456 (tex-discount-args-cmds, tex-count-words): New functions.
457
458 * textmodes/tildify.el (tildify-ignored-environments-alist):
459 Recognize \verb* as well.
460
461 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
462 (perl-comment-indent): Simplify to let newcomment.el do its job.
463 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
464 (perl-mark-function): Cleanup the namespace.
465 (perl-calculate-indent): Don't be fooled by nested functions.
466
467 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
468
a434b175
SM
469 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
470 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
471
4e7e1f03
AC
4722001-05-25 Andrew Choi <akochoi@i-cable.com>
473
474 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
475 actually be `\\'.
476 (ctlau-b5-converter): Likewise.
477
2bef0948
AC
4782001-05-24 Andrew Choi <akochoi@i-cable.com>
479
480 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
481 Change CTLauB.el to CTLau-b5.el.
482
d2d1851b
SM
4832001-05-23 Stefan Monnier <monnier@cs.yale.edu>
484
485 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
486 rather than beginning-of-line to avoid problems with fields.
487 (gud-perldb-massage-args): Use unless and push.
488 (gud-chdir-before-run): New var.
489 (gud-common-init): Use it.
490
5e3d4fbc
AC
4912001-05-24 Andrew Choi <akochoi@i-cable.com>
492
493 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
494 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 495 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 496 chinese-ctlaub.
d2d1851b
SM
497 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
498 New functions.
5e3d4fbc 499
0216c3df
GM
5002001-05-22 Gerd Moellmann <gerd@gnu.org>
501
f1f65349
GM
502 * cus-edit.el (custom-comment-show): Remove debug code.
503
0216c3df
GM
504 * language/japan-util.el (japanese-symbol-table): Fix handling of
505 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
506
e8a1ed31
SM
5072001-05-21 Stefan Monnier <monnier@cs.yale.edu>
508
509 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
510 Renamed by removing the silly `-flag' suffix.
511 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
512
7246200c
SM
5132001-05-20 Stefan Monnier <monnier@cs.yale.edu>
514
515 * replace.el (keep-lines-read-args): Use `copy-marker'.
516 (how-many): Save excursion properly.
517 (occur-mode): Use define-derived-mode.
518 (perform-replace): Use with-current-buffer.
519
7e971261
RS
5202001-05-20 Richard M. Stallman <rms@gnu.org>
521
65569e52
RS
522 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
523
cc9684e8
RS
524 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
525
9ca00e71
RS
526 * info.el (Info-read-subfile): Widen before finding the
527 desired node in the subfile.
528
7e971261
RS
529 * startup.el (command-line-1): When >2 files visited,
530 leave the last one visible, and make that the selected window.
531
7c5312b2
GM
5322001-05-20 Gerd Moellmann <gerd@gnu.org>
533
534 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
535
310e9a21
EZ
5362001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
537
7246200c
SM
538 * international/ccl.el (define-ccl-program): Fix a typo.
539 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
540
541 * international/mule.el (decode-char): Fix a typo. From Pavel
542 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
543
544 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
545 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
546
310e9a21
EZ
547 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
548 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
549
ef55aa6c
SS
5502001-05-18 Sam Steingold <sds@gnu.org>
551
7246200c 552 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
553 and [RET] to `cvs-mode-find-file'.
554
c9f3bebe
JW
5552001-05-18 John Wiegley <johnw@gnu.org>
556
557 * eshell/esh-ext.el (eshell-explicit-command-char): A new
558 configuration variable, which determines the initial character
559 that forces use of an external version of a command. The default
560 is *, but may be set to \, for example.
561
562 * eshell/esh-ext.el (eshell-explicit-command):
563 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 564
c9f3bebe
JW
565 * eshell/esh-cmd.el (eshell/which):
566 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 567
7c5312b2
GM
568 * eshell/em-cmpl.el (eshell-completion-command-name)
569 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
570 instead of ?*.
571
1c66d9fb
GM
5722001-05-18 Gerd Moellmann <gerd@gnu.org>
573
a724ed38
GM
574 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
575 subst-char-in-string.
576 (ange-ftp-after-parse-ls-hook): New variable.
577 (ange-ftp-ls): Run that hook.
578 From Peter Milliken <Peter.Milliken@GTECH.COM>.
579
0595722b
GM
580 * tmm.el (tmm-get-keymap): Fix handling of :filter.
581 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
582 text into *Completions*.
583
1c66d9fb
GM
584 * net/goto-addr.el (goto-address-at-point): Deal with URLs
585 part of which look like email addresses.
586
c5bdb93d
AI
5872001-05-18 Andrew Innes <andrewi@gnu.org>
588
7246200c
SM
589 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
590 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
591 cmd.exe's handling of FOR loops.
592 (autoloads): Set find-file-suppress-same-file-warnings to t to
593 avoid slew of spurious messages.
594
9a1211f2
GM
5952001-05-18 Simon Josefsson <simon@josefsson.org>
596
597 * mail/smtpmail.el (maybe-append-domain): Renamed to
598 `smtpmail-maybe-append-domain'.
599 (smtpmail-via-smtp): Use the new name.
600
29148a3f
GM
601 * net/browse-url.el (browse-url-browser-function): Add kde.
602 (browse-url-kde-program, browse-url-kde-args): New variables.
603 (browse-url-kde): New function.
604
9ab59a1a
MB
6052001-05-18 Miles Bader <miles@gnu.org>
606
7246200c
SM
607 * simple.el (delete-horizontal-space, just-one-space):
608 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
609 because it's more efficient for large files.
610
cebf1b97
GM
6112001-05-17 Gerd Moellmann <gerd@gnu.org>
612
f90c23ca
GM
613 * mail/rmail.el (rmail-require-mime-maybe): New function.
614 (rmail): Use it.
615 (rmail-mode): Handle the case of finding Rmail files.
616
cebf1b97
GM
617 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
618 functions.
619
df22166e
SM
6202001-05-17 Stefan Monnier <monnier@cs.yale.edu>
621
622 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
623 text-property after moving to the beginning of line and regardless
624 of the value of font-lock-multiline.
625
2ca0d5f1
GM
6262001-05-17 Gerd Moellmann <gerd@gnu.org>
627
e85e809a
GM
628 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
629
2ca0d5f1
GM
630 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
631 last coding system used before calling set-buffer-modified-p
632 because that function changes last-coding-system.
633
4c6a4739
EZ
6342001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
635
636 * files.el (switch-to-buffer-other-window)
637 (switch-to-buffer-other-frame): Add an xref to display-buffer in
638 the doc string.
639
f08cf35b
GM
6402001-05-17 Gerd Moellmann <gerd@gnu.org>
641
642 * language/slovak.el, language/czech.el: New maintainer.
643
2180ea97
SS
6442001-05-16 Sam Steingold <sds@gnu.org>
645
f08cf35b 646 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
647 sub-form of `defgeneric' correctly.
648
9bae8781
GM
6492001-05-16 Gerd Moellmann <gerd@gnu.org>
650
a90b3d3c
GM
651 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
652 of `c'.
653
1b7818b4 654 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
655 condition-case, test what outline-level returns instead, to
656 ease debugging.
1b7818b4 657
9bae8781
GM
658 * international/mule.el (auto-coding-regexp-alist): New user-option.
659 (auto-coding-from-file-contents): New function.
660 (set-auto-coding): Use it to determine a coding system.
661
7644c605
GM
6622001-05-15 Gerd Moellmann <gerd@gnu.org>
663
18a0a39e
GM
664 * mouse.el (mouse-delete-other-windows): Doc fix.
665
df22166e
SM
666 * emacs-lisp/lisp-mode.el (lisp-mode):
667 Make font-lock-keywords-case-fold-search a buffer-local variable with
668 make-local-variable before setting it.
7644c605 669
940cf42e
EZ
6702001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
671
672 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
673 prefixes.
674
557f7c34
GM
6752001-05-14 Gerd Moellmann <gerd@gnu.org>
676
677 * hexl.el (hexl-current-address): Print a message when called
678 interactively.
679
14d9b141
SM
6802001-05-11 Stefan Monnier <monnier@cs.yale.edu>
681
682 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
683
684 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
685
686 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
687
7bd2d083
GM
6882001-05-11 Gerd Moellmann <gerd@gnu.org>
689
47e72862
GM
690 * startup.el (command-line): If parameters have been changed in
691 the init files which influence font selection, clear the face
692 cache so that faces get realized with the new parameters.
693
14d9b141 694 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 695
0f49941f
SM
6962001-05-10 Stefan Monnier <monnier@cs.yale.edu>
697
698 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
699
cbeed4a8
EZ
7002001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
701
702 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
703 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
704
ff9aa2ca
GM
7052001-05-10 Gerd Moellmann <gerd@gnu.org>
706
707 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 708 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 709
b2c99950
JW
7102001-05-09 John Wiegley <johnw@gnu.org>
711
0f49941f
SM
712 * eshell/esh-util.el (eshell-convert-numeric-arguments):
713 Annotated the documentation string to tell users about
3cb27fd7
JW
714 `eshell-no-numeric-conversions'.
715
c26f6b27
JW
716 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
717 conversions if a Lisp function has the property
718 `eshell-no-numeric-conversions' set to a non-nil value.
719
720 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
721 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
722 property `eshell-no-numeric-conversions' on the following
723 functions (which all deal with filesystem entities, and never Lisp
724 numerical values): eshell/cd, eshell/pushd, eshell/popd,
725 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
726 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
727 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
728 eshell/which, eshell/addpath.
729
7302001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 731
d089e299
JW
732 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
733 encountered as an argument, don't convert it right away, but tag
734 the first character of the string with the text properties
735 `number', which signifies to `eshell-lisp-command' that the
736 argument should be passed through `string-to-number' if it is
737 actually used in the call to a Lisp function.
738
739 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
740 function, convert any string arguments that have been tagged as
741 "numbers", by calling string-to-number.
742
743 * eshell/esh-util.el (eshell-number-regexp): Now that number
744 conversions only happen for Lisp function calls, the number regexp
745 should now match all integer and floating point forms.
746
747 * eshell/esh-proc.el: Disable `eshell-stop-process' and
748 `eshell-continue-process', since they are both nonfunctional at
749 the moment.
750 (eshell-proc-initialize): Don't bind keys for
751 `eshell-stop-process' or `eshell-continue-process'.
752
0f49941f
SM
753 * eshell/em-unix.el (eshell-shuffle-files):
754 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
755
756 * eshell/em-hist.el (eshell-add-to-history): Reference to
757 `eshell-history-ring' needed to be `eshell-history-index'.
758
0f49941f
SM
759 * calendar/timeclock.el (timeclock-find-discrep):
760 Initialize `elapsed' to 0.
cb89da0f
JW
761 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
762 it's still nil.
b2c99950 763
ff39b9a1
SM
7642001-05-09 Stefan Monnier <monnier@cs.yale.edu>
765
766 * arc-mode.el (archive-int-to-mode): Construct the string directly.
767 (archive-mode): Use capitalize.
768 (archive-unique-fname): Use make-temp-file.
769
9e53a675
GM
7702001-05-09 Gerd Moellmann <gerd@gnu.org>
771
772 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
773
c8224de6
EZ
7742001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
775
c533a7e2
EZ
776 * tar-mode.el (tar-extract): Pay attention to the value of
777 coding-system-for-read, if it is non-nil.
778
ff39b9a1
SM
779 * calendar/holidays.el (holidays): Add an autoload cookie.
780 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 781
1c8c9fb8
JW
7822001-05-08 John Wiegley <johnw@gnu.org>
783
ff39b9a1
SM
784 * calendar/timeclock.el (timeclock-workday-remaining):
785 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
786 (timeclock-workday-elapsed): Don't accept a "relative" argument
787 for the current day's elapsed time. What could that have meant?
ff39b9a1 788 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
789 (timeclock-when-to-leave): Changed logic, similarly to what was
790 done for `timeclock-workday-remaining'.
791 (timeclock-find-discrep): Removed "today-only" argument, which had
792 no meaning. Fixed some more math problems. The function now
793 returns a three member list: (TOTAL-TIME-DISCREPANCY
794 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
795
5f47fb28
EZ
7962001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
797
798 * w32-fns.el (convert-standard-filename): Start replacing slashes
799 from the beginning of the file name, not from where the last
800 invalid character was. From "Andrew Maguire (SWW)"
801 <Andrew.Maguire@Smallworld.co.uk>
802
6da5c7da
GM
8032001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
804
805 The following changes are to provide infrastructure for handling
806 MIME messages to rmail. They don't affect the original behaviour
807 if rmail-enable-mime is nil.
808
809 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
810 (rmail-search-mime-message-function)
811 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
812 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
813 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
814 `rmail-view-buffer' is hidden.
6da5c7da
GM
815 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
816 call rmai-show-mime-function.
817 (rmail-display-labels): If rmail-enable-mime is non-nil, update
818 mode-line-process of rmail-view-buffer.
819 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
820 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
821 buffer.
ff39b9a1
SM
822 (rmail-next-message, rmail-next-undeleted-message): Be sure to
823 set-buffer to the Rmail buffer.
6da5c7da
GM
824 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
825 rmail-search-mime-header-function.
826 (rmail-search-message): New function.
827 (rmail-search): Call rmail-search-message to check if a message
828 matches REGEXP, lastly update point after calling
829 rmail-show-message.
ff39b9a1
SM
830 (rmail-undelete-previous-message, rmail-expunge-confirmed)
831 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
832 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
833 header region, refer to rmail-msgref-vector while setting the
834 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
835 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
836 If rmail-enable-mime is non-nil, call
6da5c7da
GM
837 rmail-insert-mime-forwarded-message-function instead of inserting
838 forwarded message by itself.
839
840 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
841 Rmail buffer.
842 (rmail-set-label, rmail-next-labeled-message): Likewise.
843
844 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
845 set-buffer to the Rmail buffer.
846 (rmail-output-to-rmail-file): Likewise.
847 (rmail-output): Likewise.
848
849 * mail/rmailsum.el (rmail-message-subject-p): Process the result
850 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
851 (rmail-new-summary): Be sure to go to the Rmail buffer.
852 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
853 rmail-view-buffer to nil.
854 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
855 rmail-view-buffer.
856 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
857 rmail-buffer.
858 (rmail-summary-scroll-msg-down): Likewise.
859 (rmail-summary-beginning-of-message): Likewise.
860 (rmail-summary-wipe): Likewise.
861 (rmail-summary-toggle-header): Use save-window-excursion, not
862 save-excursion. Update point in rmail-view-buffer, not in
863 rmail-buffer.
864 (rmail-summary-reply): Before calling rmail-reply, set buffer to
865 rmail-view-buffer, not rmail-buffer.
866
5092477a
GM
8672001-05-07 Gerd Moellmann <gerd@gnu.org>
868
1e9fc92e
GM
869 * cus-edit.el (custom-file): Signal an error if user-init-file is
870 nil (running -q).
871
1d053370
GM
872 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
873
ff39b9a1
SM
874 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
875 Add :version.
876
877 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
878 New option.
1b62b062
GM
879 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
880 only if smtpmail-warn-about-unknown-extensions is set.
881
f851a71c
GM
882 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
883 instead of rmail-sort-by-keywords.
884
ff39b9a1 885 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
886 rmail-sort-by-keywords.
887
ff39b9a1
SM
888 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
889 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
890 (rmail-summary-mode): Doc fix.
891
5092477a
GM
892 * mail/rmail.el (rmail-edit): New Custom group.
893
894 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
895 (rmail-edit-mode-hook): New user-option.
896
05be3833
RS
8972001-05-05 Richard M. Stallman <rms@gnu.org>
898
899 * help.el (help-xref-symbol-regexp): Recognize "source of"
900 and friends, meaning make a link to the source file.
901 (help-make-xrefs): Handle "source of" and friends
902 by constructing a link that visits the source file.
903
904 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
905
7dfb000f
SM
9062001-05-04 Stefan Monnier <monnier@cs.yale.edu>
907
5efe6a56
SM
908 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
909 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
910 Renamed from perl-font-lock-keywords to avoid clashes.
911 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
912 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
913 Updated correspondingly.
914
7dfb000f
SM
915 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
916 Typo `nonexistant' -> `nonexistent'.
917
88bbb8cb
EZ
9182001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
919
7dfb000f
SM
920 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
921 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
922 `c-electric-delete-forward' always deletes forward and
923 `c-electric-delete' only contains the code necessary for XEmacs to
924 choose between backward and forward deletion.
7dfb000f 925
88bbb8cb
EZ
926 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
927 get the electric behavior on that key too.
928 (c-fill-paragraph): Fixed bogus direct use of
929 c-comment-prefix-regexp, which caused an error when it's a list.
930
a1af8dcf
EZ
9312001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
932
933 * dired-aux.el (dired-diff): Doc fix.
934
935 * dired.el (dired-diff): Likewise.
936
ddfb4005
EZ
9372001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
938
939 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
940
b36581fb
SM
9412001-05-02 Stefan Monnier <monnier@cs.yale.edu>
942
80a00b6a
SM
943 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
944 if both the buffer and the file are read-only.
945
b36581fb
SM
946 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
947 rather than font-lock-string-face.
948 (sh-get-indent-info): Treat heredocs like strings.
949
470bbe9b
GM
9502001-05-02 Gerd Moellmann <gerd@gnu.org>
951
b36581fb
SM
952 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
953 a newline following `}'.
3356df63
GM
954 (texinfo-format-email): New function.
955 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
956 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
957 Add `display'.
3356df63
GM
958 (texinfo-sort-region): Goto point-min before sorting.
959 (texinfo-set): Remove leading white space from value.
960 From yagi@is.titech.ac.jp.
961
470bbe9b
GM
962 * replace.el (query-replace-regexp-eval): Doc fix.
963
a9d2fd1d
SM
9642001-05-01 Stefan Monnier <monnier@cs.yale.edu>
965
966 * diff-mode.el (diff-nonexistant-face): New face.
967 (diff-font-lock-keywords): Use it.
968
2b3e941a
EZ
9692001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
970
22cd6fd3
EZ
971 * font-lock.el (font-lock-mode): Doc fix.
972
2b3e941a
EZ
973 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
974 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
975
50df7214
GM
9762001-04-30 Gerd Moellmann <gerd@gnu.org>
977
a9d2fd1d
SM
978 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
979 backslash at the start of the here-document delimiter.
a9793e45
GM
980 (sh-font-lock-syntactic-keywords): Likewise.
981
50df7214
GM
982 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
983
e2f599e9
EZ
9842001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
985
986 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
987 (tty-color-translate, tty-color-by-index, tty-color-values)
988 (tty-color-desc): Doc fix.
989
dcaf31d3
EZ
9902001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
991
992 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
993 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
994 Mention dired-dwim-target in the doc string.
dcaf31d3 995
a6a06429
MB
9962001-04-28 Miles Bader <miles@gnu.org>
997
998 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
999 (dabbrev--find-expansion): Use it.
1000 (dabbrev--select-buffers): Don't select ignored buffers.
1001
5a5d9185
GM
10022001-04-27 Gerd Moellmann <gerd@gnu.org>
1003
a9d2fd1d 1004 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1005
c5b82005
RS
10062001-04-26 Richard M. Stallman <rms@gnu.org>
1007
1008 * dabbrev.el: Add doc strings for some functions.
1009 (dabbrev--eliminate-newlines): New variable.
1010 (dabbrev--substitute-expansion): Convert newlines to spaces
1011 if dabbrev--eliminate-newlines is set.
1012 If abbrev and expansion are both all-lower-case,
1013 leave dabbrev--last-case-pattern nil.
1014
7cff9c6f
GM
10152001-04-26 Gerd Moellmann <gerd@gnu.org>
1016
1017 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1018 if necessary, like in rmail-show-message.
1019
efa89c1f
GM
10202001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1021
1022 * ps-print.el: Color specified by number is forced to be float number.
1023 (ps-print-version): New version number (6.5.1.1).
1024 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1025 initialization.
1026 (ps-prefix-quote): New internal var.
1027 (ps-print-quote): New fun.
1028 (ps-setup, ps-output-frame-properties, ps-float-format)
1029 (ps-format-color): Code fix.
a9d2fd1d
SM
1030 (ps-plot-region): Eliminate redundant foreground color text setting.
1031
d3111e5a
EZ
10322001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1035
a728644c
GM
10362001-04-25 Gerd Moellmann <gerd@gnu.org>
1037
1038 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1039
4ecdf04d
EZ
10402001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1041
4645bb68
EZ
1042 * info.el (Info-additional-directory-list): Doc fix.
1043
4ecdf04d 1044 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1045 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1046 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1047
7cd512f2
SM
10482001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1049
1dc64fca
SM
1050 * progmodes/make-mode.el (makefile-font-lock-keywords):
1051 Rationalize the rules for includes and conditionals and use the
1052 keyword face for them.
1053
7cd512f2
SM
1054 * faces.el (modify-face): Add compatibility for non-interactive use.
1055
ffeb5c1c
JW
10562001-04-24 John Wiegley <johnw@gnu.org>
1057
1058 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1059 fix from last night, since it wasn't finding eshell/cd.
1060
35f901fa
GM
10612001-04-24 Gerd Moellmann <gerd@gnu.org>
1062
1063 * rect.el (string-rectangle): Revert to 20.x behaviour.
1064 (replace-rectangle): Make it an alias for string-rectangle.
1065 (string-insert-rectangle): New function.
1066
c7b1b508
JW
10672001-04-23 John Wiegley <johnw@gnu.org>
1068
1069 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1070 occurring with Emacs 21's diff.el/compile.el interaction layer.
1071
10722001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1073
1074 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1075 case where the function was defined in a file, but not part of an
1076 eshell module.
1077
157975e3
JW
10782001-04-23 John Wiegley <johnw@gnu.org>
1079
1080 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1081 code to work around a redisplay problem I've been having.
1082
3dc630b9
JW
10832001-04-23 John Wiegley <johnw@gnu.org>
1084
1085 * calendar/timeclock.el (timeclock-day-required): If the time
1086 required for a particular day is not set, use `timeclock-workday'.
1087 (timeclock-find-discrep): Added some sample code in a comment.
1088
1089 * eshell/eshell.el (eshell-command): Made a few changes so that
1090 `eshell-command' could be called programmatically.
1091
7cd512f2 1092 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1093
7cd512f2 1094 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1095
3ae14dd9 10962001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1097
1098 * calendar/timeclock.el: Updated copyright.
1099 (timeclock-generate-report): Don't report the daily or two-week
1100 total, if no time has been worked in that period.
1101 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1102 final computational form, which was unnecessary; corrected a
1103 parsing problem when timeclock-relative was nil.
1104
3ae14dd9 11052001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1106
1107 * calendar/timeclock.el (timeclock-modeline-display): Check if
1108 `list-entry' is null.
1109 (timeclock-use-display-time): The first argument to `set-variable'
1110 must be a symbol.
1111
53e1a74c
EZ
11122001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1113
1114 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1115 (calendar-today-marker, calendar-holiday-marker):
1116 Use display-color-p instead of window-system.
53e1a74c
EZ
1117 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1118 instead of window-system.
1119 (calendar-hide-window): Use display-multi-frame-p instead of
1120 window-system.
1121
1122 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1123 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1124 Use display-multi-frame-p instead of window-system.
53e1a74c 1125
23b809c2
GM
11262001-04-23 Gerd Moellmann <gerd@gnu.org>
1127
1d14e80c
GM
1128 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1129
23b809c2
GM
1130 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1131 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1132
b5eeaa1d
GM
11332001-04-23 Alex Schroeder <alex@gnu.org>
1134
1135 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1136 line-end-position a defalias is used for point-at-bol and point-at-eol.
1137
b5eeaa1d
GM
11382001-04-23 Alex Schroeder <alex@gnu.org>
1139
1140 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1141 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1142
ac1470eb
EZ
11432001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1144
1145 * textmodes/paragraphs.el (sentence-end): Doc fix.
1146
624ef9b3
GM
11472001-04-20 Alex Schroeder <alex@gnu.org>
1148
1149 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1150 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1151
11522001-04-20 Alex Schroeder <alex@gnu.org>
1153
1154 * sql.el (sql-db2-program): New option.
1155 (sql-db2-options): New option.
1156 (sql-db2): New function.
1157
11582001-04-20 Alex Schroeder <alex@gnu.org>
1159
1160 * sql.el (sql-mode-menu): Added highlighting entries.
1161 (sql-highlight-oracle-keywords): New function.
1162 (sql-highlight-postgres-keywords): New function.
1163 (sql-highlight-ansi-keywords): New function.
1164
11652001-04-20 Alex Schroeder <alex@gnu.org>
1166
1167 * sql.el (sql-help): Doc change.
1168
9f3703ab
KF
11692001-04-19 Karl Fogel <kfogel@collab.net>
1170
1171 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1172 that inserted file content only to delete it immediately.
1173 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1174 <lektu@uol.com.br> for the patch.
1175
2a83a11d
SM
11762001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1177
1178 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1179
6f4dd4dc
GM
11802001-04-18 Gerd Moellmann <gerd@gnu.org>
1181
0f8d6dc7
GM
1182 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1183 for defmethod.
1184
6f4dd4dc
GM
1185 * comint.el (comint-cr-magic): New function.
1186 (toplevel): Add it to comint-preoutput-filter-functions.
1187
90200fcc
AI
11882001-04-18 Andrew Innes <andrewi@gnu.org>
1189
1190 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1191 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1192 (recompile): Remove stuff to set EMACSLOADPATH.
1193
daa66f34
GM
11942001-04-18 Gerd Moellmann <gerd@gnu.org>
1195
edc5c81d
GM
1196 * language/slovak.el ("Slovak"): Add tutorial entry.
1197
daa66f34
GM
1198 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1199 browse-url-new-window-p.
1200
5d5845dc
EZ
12012001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1202
1203 * info.el (Info-menu-update): When there are no menus and/or no
1204 cross references in the node, make the respective items of the
1205 Info menu-bar menu inactive.
1206
1c8addd0
GM
12072001-04-17 Gerd Moellmann <gerd@gnu.org>
1208
f4f480bd
GM
1209 * indent.el (indent-for-tab-command): Call indent-line-function
1210 with no argument if PREFIX-ARG is non-nil.
1211
1c8addd0
GM
1212 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1213
8f9ab403
EZ
12142001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1215
1216 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1217 an async subprocess if start-process is unavailable. Suggested by
1218 Tim Van Holder <tim.van.holder@pandora.be>.
1219
60322163
EZ
12202001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1221
1222 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1223 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1224
e372bc67
EZ
12252001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1226
1227 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1228 manual.
1229
28037ecf
SM
12302001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1231
1232 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1233 (cvs-menu): Add a few entries.
1234
1235 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1236 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1237 lock file appears to be reachable from Emacs.
1238 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1239 (cvs-mode-find-file): Look for cvs-header-face rather than
1240 cvs-dirname-face (which doesn't exist).
1241 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1242
1243 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1244
5d5e7f53
EZ
12452001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1246
1247 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1248 normal-erase-is-backspace on a tty. Instead, bind some keys such
1249 as [delete] directly, like pc-select.el did before
1250 normal-erase-is-backspace was invented.
1251
118562e1 12522001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1253
1254 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1255
6c9e58c4
JW
12562001-04-11 John Wiegley <johnw@gnu.org>
1257
28037ecf
SM
1258 * eshell/em-ls.el (eshell-ls-insert-directory):
1259 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1260 buffers, if Eshell's ls is being used.
1261
118562e1 12622001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1263
28037ecf
SM
1264 * calendar/timeclock.el (timeclock-completing-read): New function.
1265 (timeclock-ask-for-project, timeclock-ask-for-reason):
1266 Call `timeclock-completing-read'.
978bd3ea
JW
1267
1268 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1269 required where `member' was being used.
1270
118562e1 12712001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1272
28037ecf
SM
1273 * eshell/em-hist.el (eshell-previous-matching-input):
1274 Don't display "History item" if the the minibuffer is active.
978bd3ea 1275
30cb0001
GM
12762001-04-11 Gerd Moellmann <gerd@gnu.org>
1277
1278 * startup.el (command-line): Output a newline after printing
1279 an error from loading the window system's init file.
1280
e38af9bd
EZ
12812001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1282
28037ecf
SM
1283 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1284 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1285 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1286 keywords whose arguments routinely include @@.
1287
bbf63a7b
GM
12882001-04-10 Gerd Moellmann <gerd@gnu.org>
1289
28037ecf
SM
1290 * emacs-lisp/advice.el (ad-make-advised-definition):
1291 Construct advice for subrs differently.
afffeb57 1292
3fe35f35 1293 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1294 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1295
c8d6d636 1296 * simple.el (completion-list-mode-finish): New function.
28037ecf 1297 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1298
2a52f40e 1299 * language/european.el ("Polish"): Change sample text.
28037ecf 1300 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1301
cf8b1bef
GM
1302 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1303 parameter.
1304
bbf63a7b
GM
1305 * faces.el (menu): Doc fix.
1306
719d83ad 13072001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1308
1309 * ps-print.el: Footer implementation. Doc fix.
1310 (ps-print-version): New version number (6.5.1).
1311 (ps-header-frame-alist): New customization var for header frame
1312 properties.
1313 (ps-line-number-color): New customization var for line number color.
1314 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1315 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1316 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1317 (ps-right-footer): New customization vars for footers.
1318 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1319 footers.
1320 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1321 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1322 Code fix.
319acba0
GM
1323 (ps-prologue-file): Indentation fix.
1324 (ps-print-quote): Fun eliminated.
1325 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1326 (ps-output-frame-properties): New fun.
1327 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1328 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1329
e372bc67 13302001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1331
1332 * eshell/eshell.el (eshell-command): Needed a "%s" format
1333 specifier, in case the buffer contains percent characters.
1334
e372bc67 13352001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1336
1337 * calendar/timeclock.el (timeclock-generate-report): Added a
1338 missing insert of the project name.
1339
9f9a5e7a
GM
13402001-04-09 Gerd Moellmann <gerd@gnu.org>
1341
9170e5d4 1342 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1343
865e97c1 1344 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1345 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1346 From: Dave Love <fx@gnu.org>.
1347
cf3885ac 1348 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1349 (server-visit-files): Run server-visit-hook after going to
1350 line 1 so that the hook can set point as it sees fit.
1351
9f9a5e7a
GM
1352 * bindings.el (mode-line-modified): Unify help messages.
1353
51f32106
EZ
13542001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1355
1356 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1357 All callers changed.
1358
e02160a3
EZ
13592001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1360
8e6bb0d0
EZ
1361 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1362 long file names aren't supported, truncate the file names in
1363 quail-misc-package-ext-info to 8+3 before matching them against
1364 FILENAME.
1365
1366 * dos-fns.el (dos-truncate-to-8+3): New function.
1367
ec321d77
EZ
1368 * progmodes/compile.el (grep-compute-defaults): Use null-device
1369 instead of literal /dev/null. Reported by Jens Schmidt
1370 <schmidt@mathematik.uni-kl.de>.
1371
e02160a3
EZ
1372 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1373
cf3885ac
SM
13742001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1375
1376 * textmodes/sgml-mode.el: Add unknown maintainer.
1377 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1378 (html-mode-map): Use set-keymap-parent.
1379
3ffb33bb
DL
13802001-04-06 Dave Love <fx@gnu.org>
1381
1382 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1383 Remove redundant string-to-list.
1384
8f625692
SM
13852001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1386
1387 * composite.el (reference-point-alist): Doc fix.
1388
1087f198
SS
13892001-04-05 Sam Steingold <sds@gnu.org>
1390
8f625692
SM
1391 * font-lock.el (font-lock-keywords-case-fold-search):
1392 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1393 file made font-lock case-insensitive.
1394
a55e4e68
GM
13952001-04-05 Gerd Moellmann <gerd@gnu.org>
1396
0e4892e2
GM
1397 * faces.el (defface menu): Doc fix.
1398
4d664b04
GM
1399 * wid-edit.el (widget-color-sample-face-get): Don't make
1400 faces for undefined colors.
1401
a55e4e68
GM
1402 * version.el (emacs-version): Include LessTif/Motif version info.
1403
f383cd0d
GM
14042001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1405
1406 * ps-mule.el: Eliminate cl package dependence.
1407 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1408 if they aren't defined yet.
1409 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1410 Eliminate cl package dependence.
1411
de28797f
SM
14122001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1413
1414 * progmodes/cc-cmds.el (c-outline-level):
1415 Bind buffer-invisibility-spec. Originally from Dave Love, but
1416 got lost when incorporating version 5.26.
1417
32df8b47
EZ
14182001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1419
de28797f
SM
1420 * emulation/pc-select.el (pc-selection-mode):
1421 Call normal-erase-is-backspace-mode instead of binding
1422 keys individually.
58e4f61d 1423
7f62656b
EZ
1424 * cus-load.el (normal-erase-is-backspace): Use it instead of
1425 delete-key-deletes-forward.
1426
1427 * startup.el (command-line): Use normal-erase-is-backspace and
1428 normal-erase-is-backspace-mode.
1429
1430 * simple.el (normal-erase-is-backspace): Rename from
1431 delete-key-deletes-forward. Doc fix.
1432 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1433 delete-key-deletes-forward-mode. Doc fix.
1434 Run normal-erase-is-backspace-hook.
7f62656b 1435
32df8b47 1436 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1437 ``human-readable'' format produced by GNU `ls'.
1438 (dired-move-to-filename-regexp): Recognize ISO format dates.
1439 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1440
5efa6032
GM
14412001-04-04 Gerd Moellmann <gerd@gnu.org>
1442
1443 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1444 New functions.
de28797f
SM
1445 (lm-verify): Check keywords.
1446 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1447
d757aac1
EL
14482001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1449
1450 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1451 `xemacs' feature instead of for the function `set-extent-property'.
1452
9832760a
SM
14532001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1454
1455 * mail/mh-utils.el (mh-folder-hist): New var.
1456 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1457
d565f6aa
EZ
14582001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1459
1460 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1461 region, position point on the first or last 16-byte group.
1462 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1463 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1464 hexl-beginning-of-line.
1465
24c0fd39
GM
14662001-04-03 Gerd Moellmann <gerd@gnu.org>
1467
5efa6032
GM
1468 * icomplete.el (icomplete-mode): Treat an argument like other
1469 modes do.
1470
b3f6107b
GM
1471 * startup.el (fancy-splash-head): Use splash8.xpm for color
1472 depth 8.
1473
24d451c5
SM
1474 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1475 Add an antry for ``converts''.
476bf681 1476
24d451c5
SM
1477 * language/slovak.el ("Slovak"): Add documentation string.
1478 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1479
450f6970
GM
1480 * language/czech.el ("Czech"): Add documentation string.
1481 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1482
24d451c5
SM
1483 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1484 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1485
14862001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1487
1488 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1489 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1490 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1491 Use `defsubst' rather than a macro to ease debugging.
1492 (mail-extr-last): Remove (use `last' instead).
1493 (mail-extract-address-components): Properly reset the syntax-table
1494 after parsing an address. Use `last' rather than mail-extr-last.
1495 Make sure the end marker stays at the very end.
24c0fd39 1496
2b908342
EZ
14972001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1498
1499 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1500 last change.
1501
acfb077d
GM
15022001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1503
1504 * ps-print.el: Line and paragraph spacing feature. Region to cut
1505 out when printing. Doc fix.
1506 (ps-print-version): New version number (6.5).
24d451c5
SM
1507 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1508 New vars. Line and paragraph spacing feature.
acfb077d
GM
1509 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1510 out when printing.
1511 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1512 (ps-get-font-size, ps-begin-job, ps-continue-line)
1513 (ps-plot-region): Code fix.
1514 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1515 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1516 New internal vars.
acfb077d
GM
1517 (ps-get-size): New fun.
1518 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1519 (ps-next-line): Replace defun by defsubst.
1520 (ps-mule-plot-string): Autoload doc fix.
1521
1522 * ps-bdf.el: XEmacs compatibility. Doc fix.
1523 (installation-directory, coding-system-for-read): Declare vars if
1524 it's not declared yet.
1525 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1526
1527 * ps-mule.el: XEmacs compatibility. Doc fix.
1528 (leading-code-private-22): Declare var if it's not declared yet.
1529 (charset-bytes, charset-dimension, charset-id, charset-width)
1530 (find-charset-region, split-char, char-width, chars-in-region)
1531 (forward-point, decompose-composite-char, encode-coding-string)
1532 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1533 Define funs if not defined yet.
1534 (encode-composition-rule, find-composition): Define funs if not
1535 loaded yet.
1536 (ps-mule-prologue): PostScript code fix.
1537
15382001-04-02 Kenichi Handa <handa@etl.go.jp>
1539
1540 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1541 non-nil, generate font for the header strings.
1542 (ps-mule-prepare-font): Likewise.
1543 (ps-mule-generate-glyphs): Likewise.
1544 (ps-mule-string-encoding): Likewise.
1545 (ps-mule-header-charsets): New variable.
1546 (ps-mule-encode-header-string): New function.
1547 (ps-mule-header-string-charsets): New function.
1548 (ps-mule-begin-job): Check charsets in the header strings. If there
1549 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1550
1551 * ps-print.el (ps-generate-header-line): Encode the header string by
1552 ps-mule-encode-header-string.
1553 (ps-mule-encode-header-string): Declare autoload.
1554
c0eb3c10
GM
15552001-04-02 Gerd Moellmann <gerd@gnu.org>
1556
24d451c5
SM
1557 * frame.el (cursor-in-non-selected-windows):
1558 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1559
a3d0b0e0
KH
15602001-03-31 Kenichi Handa <handa@etl.go.jp>
1561
1562 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1563 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1564 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1565 (tsang-quick-converter): New function.
24d451c5
SM
1566 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1567 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1568 (miscdic-convert, batch-miscdic-convert): New functions.
1569
55f7832c
KH
15702001-03-30 Kenichi Handa <handa@etl.go.jp>
1571
a2217cd8
KH
1572 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1573 eight-bit-control chars.
1574
55f7832c 1575 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1576 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1577
911a2406
EZ
15782001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1579
1580 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1581 string as well.
1582
1a518f2c
AS
15832001-03-30 Andreas Schwab <schwab@suse.de>
1584
1585 * files.el (backup-directory-alist): Fix typo.
1586
ef080b16
EZ
15872001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1588
1589 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1590 <eggert@twinsun.com>.
1591
e4174a55
DL
15922001-03-30 Dave Love <fx@gnu.org>
1593
1594 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1595
9d5d1075
EZ
15962001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1597
1598 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1599
a27b451e
MB
16002001-03-30 Miles Bader <miles@gnu.org>
1601
1602 * subr.el (interactive-form): Fix paren typo.
1603
aea51abe
EZ
16042001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1605
1606 * emacs-lisp/profile.el: Say that it's obsolete in the header
1607 line, so that finder.el puts that into its data-base.
1608 Suggested by Alex Schroeder <alex@gnu.org>.
1609
249dd409
EZ
16102001-03-29 Paul Eggert <eggert@twinsun.com>
1611
1612 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1613 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1614
1ac1fa96
SM
16152001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1616
1617 * generic.el (generic-mode-set-comments): Use "" rather than nil
1618 for comment-end.
1619
e2b8a830
GM
16202001-03-29 Gerd Moellmann <gerd@gnu.org>
1621
1ac1fa96
SM
1622 * emacs-lisp/advice.el (ad-make-advised-definition):
1623 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1624
1625 * subr.el (interactive-form): New function.
1626
8b2375e7
AS
16272001-03-29 Andre Spiegel <spiegel@gnu.org>
1628
1629 * vc-sccs.el (vc-sccs-register): Use relative file names.
1630
f827b862
GM
16312001-03-28 Gerd Moellmann <gerd@gnu.org>
1632
e59d0e9d
GM
1633 * bookmark.el (bookmark-get-bookmark): Handle case that
1634 BOOKMARK is not a string.
1635
deb2613a
GM
1636 * image.el (image-type-regexps): Change type for PS files
1637 to `postscript'.
1638
f827b862
GM
1639 * subr.el (read-passwd): Clear command history after each
1640 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1641
3c9449d0
KH
16422001-03-27 Kenichi Handa <handa@etl.go.jp>
1643
1644 * international/kkc.el (kkc-save-init-file): Locally bind
1645 print-length to nil.
1646
e6b13c74
GM
16472001-03-26 Gerd Moellmann <gerd@gnu.org>
1648
e120bebf
GM
1649 * textmodes/flyspell.el: Some doc fixes.
1650 (flyspell-maybe-correct-transposition)
1651 (flyspell-maybe-correct-doubling): Use a temporary buffer
1652
1653 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1654
5f6c5771 1655 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1656 (byte-optimize-form-code-walker): Diagnose too few arguments
1657 for `if' and `while'.
1658
2b984c45
KH
16592001-03-26 Kenichi Handa <handa@etl.go.jp>
1660
1661 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1662 Prepend `\' to "\<quail-translation-docstring>".
1663
bf2150fa
GM
16642001-03-26 Gerd Moellmann <gerd@gnu.org>
1665
5f6c5771
SM
1666 * autorevert.el (global-auto-revert-non-file-buffers):
1667 Remove duplicate defcustom.
bf2150fa 1668
a0d59316
MB
16692001-03-26 Miles Bader <miles@gnu.org>
1670
5f6c5771
SM
1671 * international/latin1-disp.el (latin1-char-displayable-p):
1672 Add leading "-" for X font pattern.
a0d59316 1673
9edbff6c
KH
16742001-03-26 Kenichi Handa <handa@etl.go.jp>
1675
5f6c5771
SM
1676 * international/mule-diag.el (describe-coding-system):
1677 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1678 charsets they can encode.
1679
50b57199
EZ
16802001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1681
1682 * help.el (view-lossage): Mention open-dribble-file in the doc
1683 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1684
5b83f9c0
SM
16852001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1686
1687 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1688 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1689
e0ecbf5c
KH
16902001-03-23 Kenichi Handa <handa@etl.go.jp>
1691
5b83f9c0
SM
1692 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1693 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1694 multibyte sequence can work correctly.
1695 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1696 property of the coding system.
1697
1cc218de
SM
16982001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1699
1700 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1701 Fix transcription typo.
1702
a3db02ad
RV
17032001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1704
1705 * whitespace.el: Add buffer local variables to toggle testing of
1706 whitespaces in buffers without affecting the default values.
a3db02ad 1707 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1708 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1709 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1710 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1711
83c9cb8e
SM
17122001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1713
1714 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1715
180d5509
GM
17162001-03-21 Gerd Moellmann <gerd@gnu.org>
1717
eeb5b5c1
GM
1718 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1719 bs-cycle-configuration-name. From Juanma Barranquero
1720 <lektu@uol.com.br>.
1721
170a9e70
GM
1722 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1723 and cc-vars.el.
1724
180d5509
GM
1725 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1726 headers. Always invoke sendmail with option -t.
1727
130c507e
GM
17282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1729
1730 * Release of cc-mode 5.28.
1731
17322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1733
1734 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1735 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1736 It's instead taken care of by the default value for c-default-style.
130c507e 1737
130c507e
GM
17382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1739
1740 * cc-align.el (c-lineup-math): Fix bug where lineup was
1741 triggered by equal signs in string literals.
1742
17432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1744
1745 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1746 limit detection when at the ends of the buffer.
1747
1748 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1749 "for" statement clause in case 7F; a better one is done
1750 earlier in case 7D anyway.
1751
17522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1753
1754 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1755 somewhat more and did a small optimization.
1756
17572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1758
1759 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1760 Use the limit argument only to limit the syntactic context
1761 search, not to limit the actual movement.
1762
1763 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1764 inside multiline strings, just like in comments. Also various
1765 fixes to the paragraph and comment prefix recognition, block
1766 comment ender handling etc.
1767
17682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1769
1770 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1771 the relative position of the point.
1772
1773 * cc-cmds.el (c-electric-continued-statement): New function to
1774 use as abbrev hook to reindent for keywords such as "else"
1775 that continues an earlier statement.
1776
1777 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1778 like classes.
1779
1780 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1781 (pike-mode): Populate the default abbrev tables to reindent for
1782 keywords such as "else" that can continue earlier statements.
1783 Abbrev mode is therefore turned on by default now. (Note that
1784 this doesn't apply to idl-mode, since IDL afaik doesn't have
1785 statements at all.)
1786
17872000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1788
1789 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1790 bracelists where the declaration contains template arguments.
1791
17922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1793
83c9cb8e
SM
1794 * cc-cmds.el (c-comment-indent):
1795 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1796 syntactic indentation. Fixes bug with lineup functions that
1797 return vectors.
1798
1799 * cc-engine.el (c-get-syntactic-indentation): Split the
1800 indentation sum calculation from `c-indent-line' to a separate
1801 function.
1802
18032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1804
1805 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1806 Fixed places where it was assumed that preprocessor directives
1807 have to start in column zero.
1808
1809 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1810 template arguments after a class identifier properly.
1811
1812 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1813 lists for `new Foo[]' constructs in Java as expressions and
1814 not top level definition brace lists on the top level, so that
1815 they'll get indented consistently with the same type of
1816 expression in a normal block.
1817
18182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1819
1820 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1821 whether the adaptive filling package fails to keep the comment
1822 prefix is now kludged further to check for filladapt-mode
1823 which doesn't have that problem. This is really icky, but it's
1824 the only way that works with the current misfeatures/bugs in
1825 both adaptive-fill-mode and filladapt-mode.
1826
1827 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1828 around point is recognized more robust.
1829
18302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1831
1832 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1833 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1834 (c-lit-type): Fixed all internal variables used dynamically so
1835 that they are always bound.
1836
1837 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1838 errors:
1839
1840 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1841 the region is fully reindented even when an error occurs.
1842 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1843 whole lot of code that tried to optimize indentation of whole
1844 sexps but in reality accomplishes nothing.
1845
1846 (c-indent-sexp): Use c-indent-region.
1847
1848 (c-parsing-error): Changed this variable to hold the message
1849 for any syntactic error that is discovered.
1850
1851 (c-parse-state): Search backward from point instead of the bod
1852 position when the latter is invalid. This makes CC Mode
1853 recover faster when there are unbalanced close braces.
1854
1855 (c-backward-to-start-of-if): Use c-parsing-error to report
1856 dangling "else" clauses instead of throwing an error, and fall
1857 back to a reasonable position.
1858
83c9cb8e 1859 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1860
83c9cb8e 1861 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1862
18632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1864
1865 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1866 paragraph recognition when moving by sentence in literals.
1867
83c9cb8e
SM
1868 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1869 start regexp for javadoc to recognize javadoc markup in general instead
1870 of a specific set of keywords, to be more future-safe.
130c507e
GM
1871
1872 (c-Pike-pikedoc-paragraph-start)
1873 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1874 pikedoc markup.
1875
83c9cb8e 1876 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1877
83c9cb8e 1878 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1879
1880 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1881
1882 (c-comment-prefix-regexp): Made it possible to use an
1883 association list on this to specify mode specific regexps.
1884 The default value now use a special regexp in Pike mode to
1885 recognize pikedoc markup.
1886
1887 (c-current-comment-prefix): New variable containing the actual
1888 regexp from c-comment-prefix-regexp for the current buffer.
1889
18902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1891
1892 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1893 lists: We can't look at the syntax, since a brace list can get
1894 recognized as a plain statement-cont.
1895
1896 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1897 special brace list opener broken over two lines got recognized
1898 as a statement on the second line. Case 9A changed.
1899
19002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1901
1902 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1903 adjustment after line is reindented.
1904
19052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1906
1907 * cc-defs.el (c-point): Added optional argument for position
1908 to use instead of the current point.
1909
1910 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1911 the in-expression block symbols when the construct starts at
1912 boi, to avoid the extra level of indentation in that case.
1913 Cases 4, 16A and 17E affected.
1914
19152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1916
1917 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1918 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1919
1920 * cc-engine.el (c-indent-line): Use the syntax already bound
1921 to `c-syntactic-context', if there is any.
1922
19232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1924
1925 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1926 wasn't added up correctly when a lineup function returned nil.
1927
19282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1929
1930 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1931 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1932
19332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1934
1935 * cc-align.el (c-lineup-dont-change): Return an absolute
1936 indentation column to work correctly in the case when several
1937 syntactic elements are processed for the same line.
1938
1939 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1940 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1941 (c-set-offset): Added absolute indentation column settings by
1942 using the vector type.
1943
130c507e
GM
19442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1945
1946 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1947 Implemented two new cleanups `space-before-funcall' and
1948 `compact-empty-funcall'.
1949
130c507e
GM
19502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1951
1952 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1953 helping building regexps.
1954
1955 * cc-engine.el (c-on-identifier): New function for detecting
1956 identifiers. It takes keywords into account.
1957
1958 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1959 lists. `c-keywords' is set to a regexp matching all keywords
1960 in the current language.
1961
19622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1963
1964 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1965 list of characters to skip backwards over at the beginning of
1966 a statement, since it can precede string literals in Pike.
1967
19682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1969
1970 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1971 recognition when standing on the last line in a C++ comment
1972 with nothing but whitespace after the prefix.
1973
1974 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1975 given no limit argument.
1976
19772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1978
1979 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1980 recognition for the `[]= operator symbol in Pike.
1981
19822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1983
1984 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1985 around a bug in `eval-when-compile' in the byte compiler.
1986
1987 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1988 value when count is zero and there's no token start within the limit.
130c507e
GM
1989
1990 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1991 "prefix comments", i.e. comments which are followed by code on
1992 the same line.
1993
1994 * cc-mode-19.el: Fixes so that checks that must be done at
1995 compile time also are done then.
1996
19972000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1998
1999 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2000 time and at runtime, and only when it's needed.
2001
20022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2003
2004 Major cleanup for less error prone and more warning free
2005 compilation, including some fixes for bugs due to different
2006 compilation orders. Thanks to Martin Buchholz for providing
2007 the basis for all this.
2008
2009 * cc-bytecomp.el: New file that provides some byte compilation
2010 features: It ensures that files always are loaded from the
2011 current source directory during compilation, and it provides a
2012 set of macros to turn off specific compiler warnings for
2013 specific symbols. (It's not CC Mode specific in any way.)
2014
2015 Fixed a nearly acyclic dependency tree (both runtime and
2016 compile-time) between all files.
2017
2018 * cc-defs.el: Separated all macros before the inline functions,
2019 to ensure correct compilation.
2020
2021 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2022 cc-defs.el to cc-engine.el and made it a function instead.
2023
2024 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2025 about char-after.
2026
2027 * cc-vars.el: Cope even when there isn't a custom package
2028 containing defcustom available.
2029
2030 * cc-make.el: Removed since it's no longer necessary.
2031
2032 README: Updated installation instructions.
2033
20342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2035
2036 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2037 improve the modularity: Moved all mode init stuff from
2038 cc-langs.el to cc-mode.el, including the keymap
2039 initialization; cc-langs now only contains the various
2040 variables for configuring the language syntax.
2041
83c9cb8e
SM
2042 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2043 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2044 dependency analysis suggests they belong there (which also
83c9cb8e 2045 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2046
20472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2048
2049 * cc-cmds.el (c-fn-region-is-active-p): New function that
2050 wraps the corresponding macro, for use in places that aren't
2051 compiled. Thanks to Martin Buchholz for pointing out this.
2052
83c9cb8e 2053 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2054
2055 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2056 add things to the bug report.
2057
20582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2059
2060 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2061 returned prefix could contain a newline when the search for a
2062 good prefix line failed.
2063
20642000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2065
2066 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2067 (c-toggle-auto-hungry-state): Made the argument optional, as
2068 the documentation says it is.
2069
20702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2071
2072 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2073 multiline string syntax, #"...", as a cpp macro.
2074
7008ccac
GM
20752001-03-21 Paul Eggert <eggert@twinsun.com>
2076
83c9cb8e
SM
2077 * international/mule-cmds.el (set-locale-environment):
2078 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2079 caller specifies a non-nil locale name.
3c9449d0 2080
c2478129 20812001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2082
2083 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2084 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2085
117e4b0c
GM
20862001-03-20 Gerd Moellmann <gerd@gnu.org>
2087
7194219d
GM
2088 * follow.el (follow-avoid-tail-recenter): Doc fix.
2089
5721ae13
GM
2090 * custom.el (custom-set-variables): Avoid reversing the list
2091 of args needlessly.
2092
7b8bbf72
GM
2093 * startup.el (fancy-splash-head): Don't change the colors of the
2094 XPM image on a dark background.
2095
a91ad7c9
GM
2096 * comint.el (comint-exec-1): Set columns of the terminal to
2097 window-width instead of frame-width.
2098
fa88947e
GM
2099 * info.el (Info-scroll-down): Add missing WINDOW arg for
2100 pos-visible-in-window-p.
2101
1741905c
GM
2102 * ehelp.el (electric-help-mode-hook): Add defcustom.
2103
117e4b0c
GM
2104 * mail/sendmail.el (mail-mode): Activate case-folding in
2105 font-lock-defaults.
2106
e84c695d
SM
21072001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2108
2109 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2110 (completion-ignored-extensions): Remove duplicate ".class".
2111
fc774041
AS
21122001-03-19 Andreas Schwab <schwab@suse.de>
2113
83c9cb8e
SM
2114 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2115 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2116
c2c097cc
GM
21172001-03-19 Gerd Moellmann <gerd@gnu.org>
2118
2119 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2120 methods since there are not prefix input methods.
2121
fbe2e958
KH
21222001-03-19 Kenichi Handa <handa@etl.go.jp>
2123
83c9cb8e
SM
2124 * international/mule-cmds.el (read-input-method-name):
2125 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2126
da47e491
SM
21272001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2128
2129 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2130
4986c2c6 21312001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2132
4986c2c6
MK
2133 * ediff-util.el: Copyright years.
2134 (ediff-choose-syntax-table): New function.
2135 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2136
4986c2c6
MK
2137 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2138 with-syntax-table.
83c9cb8e 2139
4986c2c6 2140 * ediff.el: Date of last update, copyright years.
83c9cb8e 2141
4986c2c6 2142 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2143
4986c2c6
MK
2144 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2145 of Scott Bronson.
2146 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2147 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2148 Deleted functions.
2149 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2150 ex-token-list.
83c9cb8e 2151
4986c2c6 2152 * viper-util.el: Spaces, indentation.
83c9cb8e 2153
4986c2c6 2154 * viper.el: Changed version, modification time.
83c9cb8e 2155
3c799aec 21562001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2157
2158 * calendar/timeclock.el (timeclock-workday-remaining):
2159 Check whether `discrep' is non-null before using it.
3c799aec 2160
ae3ce418
JW
21612001-03-16 John Wiegley <johnw@gnu.org>
2162
2163 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2164 first-time checkins.
2165 (timeclock-log-data): Fixed problem with reading timelog log file.
2166 Resulting data in the "day list" was incorrect.
2167 (timeclock-find-discrep): Check if `timeclock-file' is readable
2168 before opening it.
2169 (timeclock-time-less-p): New function.
2170 (timeclock-day-base): New function.
2171 (timeclock-geometric-mean): New function.
2172 (timeclock-generate-report): Generate a summary report based on
2173 the contents of the log file. This uses `timeclock-log-data', and
2174 is an example of writing a timelog manipulation function.
2175 (timeclock-visit-timelog): A quick command for opening the timelog
2176 file.
2177 (timeclock-log-data): Bound the variable event.
2178
c8d4a9bb
KH
21792001-03-16 Kenichi Handa <handa@etl.go.jp>
2180
83c9cb8e
SM
2181 * international/mule-cmds.el (select-safe-coding-system):
2182 Fix typo: symbol-name -> symbol-value.
11d56c64 2183
c8d4a9bb
KH
2184 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2185 before substitute-in-file-name to handle double slashes in FILE
2186 correctly.
2187
c899e7e6
GM
21882001-03-15 Gerd Moellmann <gerd@gnu.org>
2189
2190 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2191 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2192
819dce0f
GM
21932001-03-14 Gerd Moellmann <gerd@gnu.org>
2194
697617d9
GM
2195 * bindings.el (features): Add `md5' and `overlay' to the list.
2196
819dce0f
GM
2197 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2198 bound before using it. It's not bound when configured without X,
2199 for instance.
2200
e0067a9d
TTN
22012001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2202
2203 * progmodes/hideshow.el: Update copyright.
2204 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2205 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2206
afcdc0a1
GM
22072001-03-13 Gerd Moellmann <gerd@gnu.org>
2208
e0067a9d 2209 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2210 a non-list.
2211
30564c48
EZ
22122001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2213
2214 * startup.el (fancy-splash-tail, command-line-1): Fix the
2215 copyright year.
2216
2b8e24b3
KH
22172001-03-13 Kenichi Handa <handa@etl.go.jp>
2218
2219 * term.el: These changes are based on a patch sent from Yong Lu
2220 <lyongu@yahoo.com>.
2221 (term-set-escape-char): Bind M-x to execute-extended-command in
2222 term-raw-escape-map.
2223 (term-move-columns): Don't try to move to negagive column.
2224 (term-emulate-terminal): Insert a string before deleting a text to
2225 overwrite.
2226
789b6186
GM
22272001-03-12 Gerd Moellmann <gerd@gnu.org>
2228
b0778a31
GM
2229 * play/life.el (life): Rearrange code so that all calls to
2230 life-display-generation are in a catch-form.
2231
04528cda
GM
2232 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2233 file that isn't interesting. In an interesting file, push the old
2234 value of point on the mark ring.
2235
760cefb5
GM
2236 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2237 New function.
2238 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2239 Use it.
2240
83c9cb8e
SM
2241 * emacs-lisp/autoload.el (generate-file-autoloads):
2242 Remove warning about line lengths.
789b6186 2243
a2ffbafe
FP
22442001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2245
2246 * progmodes/etags.el (tags-compression-info-list): New variable.
2247 (find-tag-in-order): Use it to deal with compressed source files.
2248 (tag-file-name-match-p): New function.
2249 (etags-recognize-tags-table): Use it for better match of file names.
2250
5c9d9d92
KH
22512001-03-12 Kenichi Handa <handa@etl.go.jp>
2252
ba3e9b9b
KH
2253 * international/mule-cmds.el (register-input-method): Doc fix.
2254
5c9d9d92
KH
2255 * international/quail.el (quail-translate-key): Fix condition to
2256 check if there's another breaking point in the current key.
2257
40beecee
EZ
22582001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2259
2260 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2261 Babyl header to the newly-created output file, bind
2262 coding-system-for-write to either rmail-file-coding-system or
2263 emacs-mule-unix.
2264
75c6cb7f
SM
22652001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2266
2267 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2268 Fix the name and regexp used for subsubsections.
2269
5ec17636
DL
22702001-03-10 Dave Love <fx@gnu.org>
2271
2272 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2273 and save-buffer if buffer-file-name non-nil. From rms.
2274
6d2e2c02
AS
22752001-03-10 Andre Spiegel <spiegel@gnu.org>
2276
2277 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2278 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2279 to reflect that.
2280 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2281 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2282 variable bindings that might affect the diff command.
2283 (vc-print-log): Don't switch to the *vc* buffer before the
2284 command, so that local variable bindings are preserved.
2285
789b6186 2286 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2287 not the current buffer.
2288 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2289
789b6186 2290 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2291 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2292
b18f5523
SM
22932001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2294
2295 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2296 so ^, $, *, ? and + are interpreted correctly.
2297
3cfd8357
GM
22982001-03-09 Gerd Moellmann <gerd@gnu.org>
2299
c085b77c 2300 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2301 mode-line-key-binding. Handle any event on a string.
2302 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2303
3cfd8357
GM
2304 * comint.el (comint-insert-clicked-input): Use the last key
2305 from this-command-keys to lookup the global key definition.
2306
348f797a
KH
23072001-03-09 Kenichi Handa <handa@etl.go.jp>
2308
3ebf3717
KH
2309 * international/characters.el: Add category `j' for
2310 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2311
348f797a
KH
2312 * international/mule-conf.el (no-conversion): Fix docstring.
2313 (raw-text): Fix docstring.
2314
e1fbabaf
GM
23152001-03-08 Gerd Moellmann <gerd@gnu.org>
2316
96e8e603
GM
2317 * simple.el (choose-completion-string): When not leaving the
2318 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2319 is set.
2320
e1fbabaf
GM
2321 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2322 parameter `(minibuffer . t)'.
2323
f9db8f19
SM
23242001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2325
2326 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2327 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2328 (sh-mode): Remove `make-local-variable' for unused var
2329 `font-lock-unfontify-region-function'.
2330
02756877
RS
23312001-03-07 Richard M. Stallman <rms@gnu.org>
2332
132bf46d
RS
2333 * info.el (Info-scroll-down): Fix previous change.
2334
02756877
RS
2335 * mail/rmail.el (rmail-toggle-header): Use a window which
2336 is showing the Rmail buffer, rather than the selected window.
2337
eeb24429
DL
23382001-03-07 Dave Love <fx@gnu.org>
2339
2340 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2341 now, to avoid problems with binding imenu directly to a mouse event.
2342
3bdf2660
GM
23432001-03-07 Gerd Moellmann <gerd@gnu.org>
2344
2345 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2346 second arg t.
2347
23482001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2349
2350 * log-edit.el (log-edit-common-indent): New var.
2351 (log-edit-set-common-indentation): Renamed from
2352 log-edit-delete-common-indentation. Use the new var.
2353 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2354
2355 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2356 (cvs-mode-add-change-log-entry-other-window):
2357 Don't presume change-log-default-name is defined.
2358
2359 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2360
2361 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2362 the "tree" operation as well.
2363
2364 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2365
2366 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2367 to match paragraph-start.
2368
2369 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2370 comment-start-skip and set comment-end-skip as well.
2371 (sgml-comment-indent): Fix for new value of comment-start-skip.
2372 (html-autoview-mode): Don't bother using make-local-hook.
2373
2ad02767
GM
23742001-03-07 Gerd Moellmann <gerd@gnu.org>
2375
189638d5 2376 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2377 variables, otherwise long Custom entries would make them ineffective.
189638d5 2378
2ad02767
GM
2379 * uniquify.el: Set maintainer to FSF.
2380
656f8cae
EZ
23812001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2382
2383 * dired-aux.el (dired-do-shell-command): Doc fix.
2384
c83965c4
SM
23852001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2386
04af43bc
SM
2387 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2388
2389 * which-func.el (which-func-modes): Add cperl-mode.
2390 (which-func-mode-global): Use define-minor-mode.
2391
2392 * info-look.el: Docstring fixes and dead code eliminated.
2393 (cperl-mode): Add support.
2394 (emacs-lisp-mode): List all entries from elisp manual, whether
2395 or not they are currently (f)bound or not. Update regexp.
2396
2397 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2398
c83965c4
SM
2399 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2400 so that C-h m shows the correct information.
2401 Use make-local-variable rather than make-variable-buffer-local.
2402 (cperl-info-buffer, cperl-setup-tmp-buf):
2403 Use make-local-variable rather than make-variable-buffer-local.
2404 (cperl-msb-fix, cperl-get-help-defer):
2405 Check major-mode for `cperl-mode' as well.
2406
2407 * progmodes/cperl-mode.el: Updated to author version 4.23.
2408 (cperl-electric-pod): SYNOPSIS was misspelled.
2409 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2410 (cperl-after-expr-p): Make true after __END__.
2411
f16a7aa5
GM
24122001-03-06 Gerd Moellmann <gerd@gnu.org>
2413
157ae273 2414 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2415 bookmark-completion-ignore-case is t.
157ae273 2416
f16a7aa5
GM
2417 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2418 switch, like xterm, and concat resource strings, with a newline
2419 between them.
2420
abaddb98
EZ
24212001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2422
a2ffbafe 2423 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2424 (cp773-decode-table, cp774-decode-table): New variables.
2425
abaddb98
EZ
2426 * man.el (Man-hyphenated-reference-regexp): New variable.
2427 (Man-build-references-alist): Use it to search for referenced
2428 manpages. If hyphenated is non-nil, record a concatenated word in
2429 Man-refpages-alist only if it matches Man-reference-regexp.
2430 Update word's length when it is concatenated. Reverse the list,
2431 to get the first manpage at the head.
2432 (Man-possibly-hyphenated-word): New function.
2433 (Man-follow-manual-reference): Use it instead of current-word to
2434 find a manpage at point, in a way that accounts for hyphenated
2435 references.
2436
eb3f61dd
GM
24372001-03-06 Alex Schroeder <alex@gnu.org>
2438
2439 * sql.el (sql-interbase): New function.
2440 (sql-interbase-program): New option.
2441 (sql-interbase-options): New option.
2442 And some typos fixed: "customise" to "customize".
2443
fa84f42a
DL
24442001-03-06 Dave Love <fx@gnu.org>
2445
83c9cb8e
SM
2446 * textmodes/flyspell.el (flyspell-region):
2447 Set up flyspell-local-mouse-map.
fa84f42a 2448
fda3411d
RS
24492001-03-05 Richard M. Stallman <rms@gnu.org>
2450
a2ffbafe 2451 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2452 Don't call rmail-beginning-of-message.
2453 Don't discard From: field. Do discard Received: field.
2454 Use unwind-protect to re-prune.
2455 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2456
e972ab1f
KH
24572001-03-06 Kenichi Handa <handa@etl.go.jp>
2458
2459 * international/quail.el (quail-title): Add autoload cookie.
2460
335db3c1
DL
24612001-03-05 Dave Love <fx@gnu.org>
2462
2463 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2464 new defs.
2465
278dd6ac
KH
24662001-03-05 Kenichi Handa <handa@etl.go.jp>
2467
83c9cb8e
SM
2468 * language/ethio-util.el (ethio-toggle-space):
2469 Update current-input-method-title if necessary.
36d5e61d
KH
2470 (ethio-toggle-punctuation): Likewise.
2471
341cd4f0
KH
2472 * international/quail.el (quail-title): Fix for the case that a
2473 title of an input method is specified by a list of the same form
2474 as used in mode-line-format.
2475
83c9cb8e
SM
2476 * international/mule-cmds.el (activate-input-method):
2477 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2478 respect that value.
2479
10ebaeb6
GM
24802001-03-05 Gerd Moellmann <gerd@gnu.org>
2481
2482 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2483
7a65c85c
GM
24842001-03-05 Alex Schroeder <alex@gnu.org>
2485
2486 * sql.el (sql-sybase): Fix typo (was: query user about server two
2487 times instead of server and database).
2488
2489 * sql.el (sql-sybase): Doc change.
2490 (sql-mysql): Doc change.
2491 (sql-postgres): Doc change.
2492
b86644f2
KH
24932001-03-05 Kenichi Handa <handa@etl.go.jp>
2494
83c9cb8e
SM
2495 * international/mule-conf.el (emacs-mule, raw-text):
2496 Docstring modified.
b86644f2 2497
e30bd7b7
EZ
24982001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2499
2500 * term/internal.el: Update copyright notice.
2501
2502 * term/pc-win.el: Update copyright notice.
2503
7e365285
DL
25042001-03-02 Dave Love <fx@gnu.org>
2505
83c9cb8e
SM
2506 * files.el (insert-file-contents-literally):
2507 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2508 not jka-compr-compression-info-list.
7e365285 2509
75ed43a6
SM
25102001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2511
2512 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2513 spaces in default comment-start-skip settings rather than \s-.
2514
53c4b1e6
EZ
25152001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2516
2517 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2518 default-frame-alist as well.
2519
028d739a
DL
25202001-03-01 Dave Love <fx@gnu.org>
2521
2522 * textmodes/reftex.el (defvar): Wrap some defvars in
2523 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2524
2525 * subr.el (event-basic-type): Doc fix.
2526
2527 * international/quail.el: Doc fixes.
2528
2529 * international/utf-8.el: Doc fixes.
2530
2531 * international/mule-cmds.el: Doc fixes.
2532 (leim-list-header): Fix header text.
2533
2534 * international/mule.el (coding-system-category): Doc fix.
2535
2536 * international/ccl.el (ccl-compile): Doc fix.
2537
15d1caef
SM
25382001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2539
2540 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2541 rather than (before|after)-change-functions.
2542
f84ff02c
GM
25432001-03-01 Gerd Moellmann <gerd@gnu.org>
2544
2545 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2546 scroll-left and scroll-right being called interactively so that
2547 they set the window's min_hscroll.
2548
e0c1e774
EZ
25492001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2550
2551 * info.el (info-insert-file-contents-1): Accept an additional
2552 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2553 `suffix'; otherwise use the complicated MS-DOS code.
2554 All callers changed.
e0c1e774
EZ
2555 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2556 can access long file names, try the long file-name version of
2557 `info-insert-file-contents-1', then the short file-name version.
2558
b8b2ea31 25592001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2560
af122766
KH
2561 * language/ethio-util.el (setup-ethiopic-environment-internal):
2562 Change bindings of functions keys to conform to "Emacs Lisp Coding
2563 Convention".
2564
2565 * language/ethiopic.el ("Ethiopic"): Add documentation.
2566
b8b2ea31
KH
25672001-02-28 Kenichi Handa <handa@etl.go.jp>
2568
1d64e2ad
KH
2569 * international/utf-8.el (mule-utf-8): Set coding-category
2570 property to coding-category-utf-8.
2571
91cb6e51
RS
25722001-02-27 Richard M. Stallman <rms@gnu.org>
2573
2574 * lpr.el (lpr-page-header-switches, print-region-1):
2575 Undo 2000-07-06 change.
7298f3f7
RS
2576 (lpr-add-switches): Default to t on gnu/linux.
2577
c0cb1027
GM
25782001-02-27 Gerd Moellmann <gerd@gnu.org>
2579
2580 * bs.el (bs-attributes-list): Doc fix.
2581
01459648
GM
25822001-02-26 Gerd Moellmann <gerd@gnu.org>
2583
baebd8a5 2584 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2585
01459648
GM
2586 * help.el (view-order-manuals): Use goto-address.
2587
2588 * startup.el (command-line-1): Add info about ordering manuals
2589 to the not so fancy splash screens.
2590
f93e614e
AS
25912001-02-26 Andre Spiegel <spiegel@gnu.org>
2592
01459648
GM
2593 * vc.el (vc-default-workfile-unchanged-p)
2594 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2595
12435002
GM
25962001-02-26 Gerd Moellmann <gerd@gnu.org>
2597
a2ffbafe 2598 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2599 fontify in the right buffer.
2600
12435002
GM
2601 * allout.el (outline-flag-region): Move macro in front of first
2602 use to avoid a run-time error.
2603
425de386
AI
26042001-02-24 Andrew Innes <andrewi@gnu.org>
2605
2606 * makefile.w32-in: Fix copyright notice.
2607
66c56ed1
KH
26082001-02-24 Kenichi Handa <handa@etl.go.jp>
2609
4c1593ce
KH
2610 * international/utf-8.el (mule-utf-8): Set correct value for
2611 valid-codes property.
2612
66c56ed1
KH
2613 * international/fontset.el (x-complement-fontset-spec): In the
2614 case that we use ASCII font for the other charsets, use only
15d1caef 2615 family and registry part of it.
66c56ed1 2616
119171dd
EZ
26172001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2618
2619 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2620 (shrink-window-if-larger-than-buffer): Doc fix.
2621
932c309e
SM
26222001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2623
2624 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2625 predicate passed to completing-read.
2626
9b760e36
EZ
26272001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2628
2629 * startup.el (command-line): Fix last change.
2630
5c39a60f
JR
26312001-02-23 Jason Rumney <jasonr@gnu.org>
2632
2633 * startup.el (tool-bar-originally-present): New variable.
2634 (command-line): Set it if the tool-bar is switched on at startup.
2635
2636 * frame.el (frame-notice-user-settings): Only adjust frame height
2637 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2638 From E. Jay Berkenbilt.
5c39a60f 2639
cb91b2c7
SM
26402001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2641
39b557e8
SM
2642 * server.el (server-switch-buffer): Only switch window if the
2643 current one is dedicated.
2644
cb91b2c7
SM
2645 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2646 rather than using (match-beginning 0) when searching for break point.
2647
9238a8df
EZ
26482001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2649
2650 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2651 @ follows an accent command such as @'. Support optional braces
2652 in commands that insert accents, like makeinfo does.
2653
3473f362
GM
26542001-02-22 Gerd Moellmann <gerd@gnu.org>
2655
2656 * startup.el (fancy-splash-text): Add a line for ordering
2657 manuals. Reverse order of splash screens shown.
2658 (use-fancy-splash-screens-p): Adapt to the text line added.
2659
2660 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2661 manuals from the FSF.
2662
2663 * help.el (view-order-manuals): New function.
2664 (toplevel): Bind C-h C-m to this function.
2665
76a4de07
SM
26662001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2667
2668 * newcomment.el (comment-forward): Skip the comment-start before
2669 searching for the comment-end.
2670
75b71d85
DL
26712001-02-21 Dave Love <fx@gnu.org>
2672
2f4c9a87
DL
2673 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2674
75b71d85
DL
2675 * international/mule-cmds.el, international/mule.el: Doc fixes.
2676
2677 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2678 (fortune) <defgroup>: Add :link.
2679 (fortune-from-region): Use eq, not eql.
2680
ffc9ff0c
GM
26812001-02-21 Gerd Moellmann <gerd@gnu.org>
2682
2683 * startup.el (fancy-splash-screens): Use display-hourglass
2684 instead of display-busy-cursor.
2685
2686 * frame.el (display-hourglass): Renamed from busy-cursor.
2687 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2688 (show-cursor-in-non-selected-windows): Doc fix.
2689
f34eb373
DL
26902001-02-20 Dave Love <fx@gnu.org>
2691
2692 * international/utf-8.el: Doc and commentary fixes.
2693
f55e4a7e
EZ
26942001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2695
2696 * ehelp.el (with-electric-help): Doc fix.
2697
fa97adf6
GM
26982001-02-20 Gerd Moellmann <gerd@gnu.org>
2699
2700 * msb.el (msb-mode): Call the update-buffers function explicitly
2701 with a FORCE argument.
2702
2703 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2704 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2705 returns nil.
2706
54ed3bd2
GM
27072001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2708
2709 * ps-print.el: Timestamp package replacement. Some enhancements.
2710 Some XEmacs compatibility. Doc fix.
2711 (ps-print-version): New version number (6.4).
2712 (ps-printer-name): Initialization fix.
2713 (ps-zebra-stripe-follow): Funcionality enhancement.
2714 (ps-prologue-file): Code enhancement.
2715 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2716 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2717 (ps-get-page-dimensions)
54ed3bd2
GM
2718 (ps-generate-header, ps-begin-file, ps-begin-job)
2719 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2720 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2721 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2722 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2723
e8ebf97d
MB
27242001-02-20 Miles Bader <miles@gnu.org>
2725
2726 * image-file.el (image-file-name-extensions): Add "tif".
2727
136b27c5
GM
27282001-02-19 Gerd Moellmann <gerd@gnu.org>
2729
2730 * wid-edit.el (widget-button-click): Save the selected window
2731 around the code handling clicks on buttons.
2732
6ebbcf59
DL
27332001-02-18 Dave Love <fx@gnu.org>
2734
2735 * imenu.el (imenu--generic-function): Use mapc to iterate over
2736 syntax characters.
2737
595ded73
RS
27382001-02-17 Richard M. Stallman <rms@gnu.org>
2739
b9fe3dc8
RS
2740 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2741
595ded73
RS
2742 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2743
f3f053f3
GM
27442001-02-16 Gerd Moellmann <gerd@gnu.org>
2745
2746 * mouse.el (mouse-save-then-kill): If the distance from the new
2747 point to the mark is equal to the distance of point from the new
2748 point, move point instead of the mark.
2749
11570a8f
DL
27502001-02-16 Dave Love <fx@gnu.org>
2751
2752 * textmodes/flyspell.el (flyspell-get-word): Return string without
2753 properties.
2754
fb339cd5
EZ
27552001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * generic.el (generic-find-file-regexp): Doc fix.
2758 (generic-ignore-files-regexp): New defcustom.
2759 (generic-mode-find-file-hook): If the file's name matches the
2760 regexp in `generic-ignore-files-regexp', don't enter
2761 default-generic-mode. Doc fix.
2762
c56b1c1b
GM
27632001-02-16 Gerd Moellmann <gerd@gnu.org>
2764
a2ffbafe 2765 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2766 Add autoload cookies.
2767
a2ffbafe 2768 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2769 of cal-tex-24.
2770
0d140e65
EZ
27712001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2772
81558867
EZ
2773 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2774
0d140e65
EZ
2775 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2776 the character class after the (optional) drive, to support file
2777 names with embedded blanks.
2778
713f7b15
SS
27792001-02-15 Sam Steingold <sds@gnu.org>
2780
2781 * textmodes/tex-mode.el (tex-shell-running):
2782 Check the process buffer too.
2783
9a2a6f73
DL
27842001-02-15 Dave Love <fx@gnu.org>
2785
2786 * battery.el (battery-status-function): Fix doc, :type.
2787
15d1caef 2788 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2789
fe10cef0
GM
27902001-02-15 Gerd Moellmann <gerd@gnu.org>
2791
2792 * subr.el (read-passwd): Clear Lisp memory holding password.
2793
126f5d4d
MB
27942001-02-15 Miles Bader <miles@gnu.org>
2795
2796 * info.el (Info-copy-current-node-name): New function.
2797 (Info-mode-menu): Add it to the menu.
2798
92e98d63
RS
27992001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2800
2801 * international/mule-cmds.el (toggle-input-method): Doc fix.
2802
dd4e0e55
SM
28032001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2804
2805 * replace.el (occur): Stop at end of buffer.
2806
402dbbd1
EZ
28072001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2808
2809 * international/mule-cmds.el (set-input-method): Another doc fix.
2810
e9fcba3d
GM
28112001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2812
2813 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2814
78ad1cd5
MB
28152001-02-13 Miles Bader <miles@gnu.org>
2816
713f7b15 2817 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2818 (set-face-stipple): Treat a value of nil as being `unspecified'.
2819
fce9d9dc
DL
28202001-02-12 Dave Love <d.love@dl.ac.uk>
2821
2822 * international/latin1-disp.el: Doc fixes.
2823 (latin1-display) <defgroup>: Add :link.
2824 (latin1-display) <function>: Set variable latin1-display.
2825
bc406911
EZ
28262001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2827
2828 * international/mule-cmds.el (set-input-method): Doc fix.
2829
68514d48
EL
28302001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2831
2832 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2833 (speedbar-line-file): Return nil if not a file.
2834 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2835
513bea45 28362001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2837
513bea45
MK
2838 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2839 for remote files.
bc406911 2840 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2841 with raw-text.
713f7b15 2842
513bea45 2843 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2844
83c9cb8e
SM
2845 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2846 Better handling of the diff mode.
713f7b15 2847
513bea45 2848 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2849
bc406911 2850 * viper.texi: Fix typos.
713f7b15 2851
521d4010
DL
28522001-02-11 Dave Love <fx@gnu.org>
2853
36fd8e17
DL
2854 * shadowfile.el: Doc fixes.
2855 (shadow) <defgroup>: Add :link.
2856 (shadowfile-unload-hook): New function.
2857 (shadow-initialize): Use defalias, not fset.
2858 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2859 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2860
521d4010
DL
2861 * international/mule.el: Doc and message fixes.
2862
36fd8e17
DL
2863 * international/ccl.el (define-ccl-program): Doc fix.
2864
92395bbe
KH
28652001-02-11 Kenichi Handa <handa@etl.go.jp>
2866
2867 * faces.el (mode-line): Set :line-width property to -1.
2868
103db06c
RS
28692001-02-10 Richard M. Stallman <rms@gnu.org>
2870
08b78974
RS
2871 * complete.el (partial-completion-mode): Doc fix.
2872
103db06c
RS
2873 * simple.el (delete-key-deletes-forward-mode):
2874 Change `let' to `let*' to fix gross bug in last change.
2875
2876 * repeat.el (repeat): Don't let execute-kbd-macro alter
2877 real-last-command.
2878
a6a1ee53
EZ
28792001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2880
2881 * simple.el (eval-expression): Doc fix.
2882
d2f288c6
DL
28832001-02-09 Dave Love <fx@gnu.org>
2884
038f4ae3
DL
2885 * imenu.el (imenu-generic-expression): Doc fix.
2886
83c9cb8e
SM
2887 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2888 From Juanma Barranquero.
038f4ae3 2889
15d1caef 2890 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2891
9804b846
KH
28922001-02-09 Kenichi Handa <handa@etl.go.jp>
2893
2894 * faces.el (set-face-attribute): Describe the case of a negative
2895 value specified for :line-width.
2896
532f5197
SM
28972001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2898
2899 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2900 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2901
1d279666
DL
29022001-02-08 Dave Love <fx@gnu.org>
2903
4681ca3a
DL
2904 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2905 widget-plist-value-type.
2906 (widget-alist-convert-widget): Replace binding of
2907 widget-alist-value-type.
2908
1d279666
DL
2909 * textmodes/paragraphs.el (sentence-end): Doc fix.
2910
83c9cb8e
SM
2911 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2912 Remove `backward-line'.
1d279666 2913
532f5197
SM
2914 * play/pong.el (pong-blank-color, pong-bat-color)
2915 (pong-ball-color, pong-border-color, pong-left-key)
2916 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2917 (pong-pause-key, pong-resume-key, pong-timer-delay):
2918 * mail/mh-comp.el (mh-compose-letter-function):
2919 * eshell/esh-mode.el (eshell-skip-prompt-function):
2920 * emulation/viper-ex.el (ex-unix-type-shell-options):
2921 * recentf.el (recentf-menu-filter):
2922 * ps-print.el (ps-print-region-function):
2923 * lpr.el (print-region-function):
2924 * forms.el (forms-mode-hooks):
2925 * dirtrack.el (dirtrack-directory-change-hook):
2926 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2927 * textmodes/spell.el (spell-filter):
2928 * textmodes/fill.el (adaptive-fill-function):
2929 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2930 * progmodes/etags.el (find-tag-default-function):
2931 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2932 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2933
6f676109
EZ
29342001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2935
751d3bc4
EZ
2936 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2937 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2938 Meyering <jim@meyering.net>.
2939
6f676109
EZ
2940 * loadup.el: Revert last change.
2941
d3c26cdf
KH
29422001-02-07 Kenichi Handa <handa@etl.go.jp>
2943
83c9cb8e
SM
2944 * international/mule.el (transform-make-coding-system-args):
2945 Make it work also for coding systems not using CCL.
d3c26cdf 2946
44806980
EZ
29472001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2948
9889af08
EZ
2949 * simple.el (previous-matching-history-element)
2950 (next-matching-history-element): Doc fix.
2951
44806980
EZ
2952 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2953 specific part.
2954
1e36ff68
DL
29552001-02-06 Dave Love <fx@gnu.org>
2956
713f7b15 2957 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2958 (add-log-buffer-file-name-function, add-log-file-name-function):
2959 Fix :type.
2960 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2961
c7ca58df
EZ
29622001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2963
fecd556a
EZ
2964 * info.el (info-initialize): Remove the test for system-type when
2965 invocation-directory is non-nil.
2966
c7ca58df
EZ
2967 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2968 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2969
587b5737
AI
29702001-02-06 Andrew Innes <andrewi@gnu.org>
2971
2972 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2973 absolute.
2974
baf7eee4
GM
29752001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2976
2977 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2978 buffers. When hi-lock turned on rather than only checking current
2979 buffer for regexps, all buffers are checked. Moved activation of
2980 font-lock to hi-lock-refontify. When font-lock turned off rather
2981 than removing added highlighting just in current buffer, remove it
2982 in all buffers. Changed edit menu text from "Automatic
2983 Highlighting" to "Regexp Highlighting" Documentation for
2984 highlighting phrases, minor documentation changes.
2985 (hi-lock-set-file-patterns): Execute only if there are new or
2986 existing file patterns.
2987 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2988 unfontify and, if a support mode is active, will not refontify the
2989 whole buffer. If necessary, turn on font lock. (Removed
2990 font-lock-unfontify and font-lock support-mode-specific calls,
2991 such as lazy-lock-fontify-window.)
2992 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2993 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2994 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2995 (hi-lock-face-phrase-buffer): New function. Also added related
2996 menu item and keybinding.
2997 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2998 (hi-lock-process-phrase): New function.
2999 (hi-lock-line-face-buffer): Doc fixes.
3000 (hi-lock-face-buffer): Doc fixes.
3001 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3002
36710aa6
GM
30032001-02-06 Gerd Moellmann <gerd@gnu.org>
3004
3005 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3006 dabbrev-ignored-regexps.
3007
d3f22784
EZ
30082001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3009
3010 * simple.el (kill-line): Doc fix.
3011
5cb3c8d4
DL
30122001-02-05 Dave Love <fx@gnu.org>
3013
3014 * loadup.el: Revert last two changes -- bootstrapping works with
3015 regenerated loaddefs.
3016
e6297e7d
EZ
30172001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3018
1e14b095
EZ
3019 * isearch.el (isearch-forward): Doc fix.
3020
e6297e7d
EZ
3021 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3022 of font-lock-defaults to backward-paragraph.
3023
e16f52ce
GM
30242001-02-05 Gerd Moellmann <gerd@gnu.org>
3025
3026 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3027 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3028
01d19dd7
GM
30292001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3030
3031 * ebnf2ps.el: Eliminate time-stamp functions.
3032 (ebnf-version): New version (3.5).
3033 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3034 format-time-string.
3035
24886813
GM
30362001-02-05 Gerd Moellmann <gerd@gnu.org>
3037
3038 * simple.el (next-line): Goto end-of-line before inserting a newline.
3039
65e70fc4
MB
30402001-02-05 Miles Bader <miles@gnu.org>
3041
3042 * image-file.el (insert-image-file): When visiting an image, also
3043 set `truncate-lines' to t so that any fringe arrow looks correct.
3044
482f06c9
KH
30452001-02-05 Kenichi Handa <handa@etl.go.jp>
3046
3047 * isearch.el (isearch-forward): Add description about input method
3048 in the docsting.
3049
02399da7
SM
30502001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3051
3052 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3053
2c366083
EZ
30542001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3055
3056 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3057 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3058
bdadfce3
GM
30592001-02-02 Gerd Moellmann <gerd@gnu.org>
3060
79fb38c0
GM
3061 * wid-edit.el (widget-button-click): Fix last change.
3062
bdadfce3
GM
3063 * frame.el (frame-notice-user-settings): When resizing the initial
3064 frame because the tool bar is off, also change the frame's top
3065 position if a negative top position was specified.
3066
33155ffb
MB
30672001-02-02 Miles Bader <miles@gnu.org>
3068
3069 * image-file.el (insert-image-file): When visiting an image,
3070 suppress the cursor in the image buffer.
3071
1355ba0c
DL
30722001-02-01 Dave Love <fx@gnu.org>
3073
3074 * progmodes/f90.el (f90-mode): Remove startup message.
3075
fb758d2d 3076 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3077
01acdb05
GM
30782001-02-01 Gerd Moellmann <gerd@gnu.org>
3079
3080 * startup.el (command-line): Fix code determining whether or not
3081 to use delete-key-deletes-forward-mode.
3082
5b1ee316
AS
30832001-02-01 Andre Spiegel <spiegel@gnu.org>
3084
3085 * vc.el (vc-diff-switches): New user option.
3086 (vc-version-diff): Use it.
3087 (vc-diff-switches-list): New macro.
3088
83c9cb8e
SM
3089 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3090 New customization options.
5b1ee316
AS
3091 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3092
3093 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3094
00b1e7a1
GM
30952001-02-01 Gerd Moellmann <gerd@gnu.org>
3096
3097 * msb.el (toplevel): Quote hook symbols.
3098
85827036
KH
30992001-02-01 Kenichi Handa <handa@etl.go.jp>
3100
8e028499 3101 * international/mule.el (make-coding-system): Add description
3c948dde 3102 about recognized properties in the docstring.
8e028499 3103
85827036
KH
3104 * international/mule-conf.el: Remove unused charsets
3105 mac-roman-lower and mac-roman-upper.
3106
7ccf7ab9
GM
31072001-01-31 Gerd Moellmann <gerd@gnu.org>
3108
2441692d
GM
3109 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3110 is in front of the left-margin, if any.
3111
ee5cece0
GM
3112 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3113 like `delete'.
3114
83c9cb8e 3115 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3116
7ccf7ab9
GM
3117 * term/w32-win.el (mouse-set-font): Doc fix.
3118
b4f30ec5 31192001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3120
b4f30ec5
GM
3121 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3122 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3123 on already.
3124
03e0fe6e
GM
31252001-01-31 Markus Rost <rost@math.ohio-state.edu>
3126
3127 * files.el (save-buffer): Don't give message if (buffer-file-name)
3128 returns nil.
713f7b15 3129
8f289acc
EZ
31302001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3131
cb4aae04
EZ
3132 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3133
dbd98b19
EZ
3134 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3135 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3136
8f289acc
EZ
3137 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3138 display problems.
3139
c12553c1
KH
31402001-01-31 Kenichi Handa <handa@etl.go.jp>
3141
c7bf5db9
KH
3142 * international/mule.el (charset-info): Fix docstring.
3143
3144 * international/mule-diag.el (describe-character-set): Check final
3145 char valid before printing it.
c12553c1 3146
14f16b9c
GM
31472001-01-30 Gerd Moellmann <gerd@gnu.org>
3148
efaa080b
GM
3149 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3150
eef93f99
GM
3151 * frame.el (frame-notice-user-settings): Do the tool-bar
3152 stuff only for graphical displays. Fix a braino.
713f7b15 3153
14f16b9c
GM
3154 * frame.el (frame-initialize): Create initial frame visible.
3155 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3156 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3157
3158 * startup.el (command-line): Remove manipulation of frame
3159 height for tool bars.
3160
4ad25e43
EZ
31612001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3162
3163 * lpr.el: Compatibility with XEmacs and doc fixes.
3164 (lpr-windows-system, lpr-lp-system): New vars.
3165 (lpr-printer-switch): New defcustom.
3166 (printer-name, lpr-command): Customization fix.
3167 (print-region-1): Code fix.
3168 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3169 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3170 New functions.
4ad25e43 3171
e8f044a0
GM
31722001-01-29 Gerd Moellmann <gerd@gnu.org>
3173
3174 * msb.el (toplevel): Fix the eval-after-load.
3175
850d5045
GM
31762001-01-29 Dave Love <fx@gnu.org>
3177
762fe76e
DL
3178 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3179
3180 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3181
83c9cb8e 3182 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3183 (tcl-using-emacs-19-23): Consider Emacs 21+.
3184 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3185 (tcl-add-emacs-menu): Supply menu name.
3186 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3187
3a768251
GM
31882001-01-29 Gerd Moellmann <gerd@gnu.org>
3189
3190 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3191
274d02f7
SM
31922001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3193
3194 * pcvs.el (cvs-mark-fis-dead): New function.
3195 (cvs-mode-add): Use it.
3196 (cvs-mode-add-change-log-entry-other-window):
3197 Rebind change-log-default-name to itself rather than to nil.
3198
ed5d446e
SS
31992001-01-29 Sam Steingold <sds@gnu.org>
3200
efaa080b 3201 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3202 `autoload' statements.
3203
e2a80284
EZ
32042001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3205
8e1db7b3
EZ
3206 * files.el (confirm-kill-emacs): Doc fix.
3207
ff2a1c79
EZ
3208 * frame.el (frame-initialize): Doc fix.
3209
e7b0deaf
EZ
3210 * time-stamp.el (time-stamp-string): Doc fix.
3211
83c9cb8e
SM
3212 * woman.el (WoMan-log-1): Make the log buffer writable.
3213 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3214
005913e4
GM
32152001-01-29 Gerd Moellmann <gerd@gnu.org>
3216
3217 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3218 the `make-variable-buffer-local'.
3219
58622cc5
GM
32202001-01-29 Dave Love <fx@gnu.org>
3221
3222 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3223 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3224 Add autoload cookie.
58622cc5
GM
3225 (ansi-color-apply-sequence): Fix typo.
3226
0404d031
GM
32272001-01-29 Gerd Moellmann <gerd@gnu.org>
3228
ed5d446e 3229 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3230 Postscript printing in black and white.
3231
0404d031
GM
3232 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3233 X-Mailman-Version, Precedence, List-Help, List-Post,
3234 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3235 Content-Type, Content-Length.
3236
3b6ed359
DL
32372001-01-29 Dave Love <fx@gnu.org>
3238
ddd16e7a
DL
3239 * elide-head.el (elide-head): Make overlay evaporate.
3240
83c9cb8e 3241 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3242
8005142f
EZ
32432001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3244
3245 * isearch.el (isearch-highlight): Don't punt if the display
3246 doesn't support colors, since isearch faces are defined for
3247 monochrome displays as well.
3248
84728570
SS
32492001-01-27 Sam Steingold <sds@gnu.org>
3250
3251 * shell.el (shell-write-history-on-exit): Make sure that we are in
3252 the shell buffer (M-x tex-file RET inserted the error message into
3253 the TeX buffer).
3254
e26f9ced
EZ
32552001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3256
3257 * simple.el (transient-mark-mode): Doc fix.
3258
dc0274bd
GM
32592001-01-27 Gerd Moellmann <gerd@gnu.org>
3260
83c9cb8e 3261 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3262
c1acacc4
EZ
32632001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3264
f5058b96
EZ
3265 * shell.el (shell-unquote-argument): If the shell is one of the
3266 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3267 quote character.
3268 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3269 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3270
c1acacc4 3271 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3272 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3273
103db06c 32742001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3275
84728570 3276 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3277 Treat a one-capital-letter abbrev as "not all upper case",
3278 so as to force preservation of the expansion's pattern
3279 if the expansion starts with a capital letter.
3280
cfa70244
EZ
32812001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3282
cfee9de7
EZ
3283 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3284 Doc fix.
3285
cfa70244
EZ
3286 * simple.el (transient-mark-mode): Document the fact that many
3287 commands act on the region when mark is active.
3288
17d90d6b
KH
32892001-01-27 Kenichi Handa <handa@etl.go.jp>
3290
3291 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3292 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3293 (quail-show-guidance-buf): Make the multibyteness of current
3294 buffer inherited to Quail guidance buffer.
3295 (quail-help): Make the multibyteness of current buffer inherited
3296 to Quail help buffer.
3297
61076b20
DL
32982001-01-26 Dave Love <fx@gnu.org>
3299
c47e2c68
DL
3300 * time-stamp.el: Doc fixes.
3301
84728570 3302 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3303 (delphi-keyword-face, delphi-other-face): Fix :type.
3304
940f14b4
DL
3305 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3306
3307 * mail/feedmail.el (feedmail): Add :link.
3308 (feedmail-send-it): Doc fix.
3309
3310 * mail/sendmail.el: Doc fixes.
3311 (sendmail-send-it): Fix the non-ASCII regexp and use
3312 rfc2047-encode-string.
3313
61076b20
DL
3314 * dired.el, dired-aux.el: Revert last change.
3315
6c317bd2
GM
33162001-01-26 Gerd Moellmann <gerd@gnu.org>
3317
3318 * makefile.w32-in (DONTCOMPILE): Add various term files.
3319
33202001-01-26 Dave Love <fx@gnu.org>
3321
3322 * Makefile.in (DONTCOMPILE): Add various term files.
3323
1c636b5f
GM
33242001-01-26 Gerd Moellmann <gerd@gnu.org>
3325
af900b23
GM
3326 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3327
15fa6db0 3328 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3329 the echo area is resized to fit the size of the startup message.
15fa6db0 3330
1c636b5f
GM
3331 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3332 part of which is a constant.
3333
9b1adbd5
EZ
33342001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3335
83c9cb8e 3336 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3337
103db06c 33382001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3339
3340 * simple.el (next-line): Don't let `newline' expand abbrevs.
3341 Simplify slightly.
3342 (open-line): Don't let `newline' expand abbrevs.
3343
219227ea
JW
33442001-01-25 John Wiegley <johnw@gnu.org>
3345
3346 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3347 to `repeat' in the :type field.
3348
3349 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3350 allow a choice of regexp or nil.
d2906bf8 3351 (pcomplete-dir-ignore): Same.
219227ea
JW
3352
3353 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3354 a command) to always fail.
3355
ceba0dac
GM
33562001-01-25 Gerd Moellmann <gerd@gnu.org>
3357
3358 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3359 discard the result.
3360 (iswitchb-to-end): Likewise.
3361
9b0630e5
SS
33622001-01-25 Sam Steingold <sds@gnu.org>
3363
3364 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3365 Require vc.
9b0630e5 3366
a2ed9670
SM
33672001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3368
f0c1adab
SM
3369 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3370
a2ed9670
SM
3371 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3372
34ac3367
DL
33732001-01-25 Dave Love <fx@gnu.org>
3374
61076b20
DL
3375 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3376 (describe-coding-system): Tweak the English text.
3377
34ac3367
DL
3378 * loadup.el: Preload international/ccl for utf-8.
3379
4685e6b7
EZ
33802001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3381
3382 * mail/rmail.el (rmail-redecode-body): Doc fix.
3383
0fdb4475
KH
33842001-01-25 Kenichi Handa <handa@etl.go.jp>
3385
83c9cb8e
SM
3386 * international/mule-cmds.el (reset-language-environment):
3387 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3388
83c9cb8e
SM
3389 * international/mule-conf.el (coding-category-utf-8):
3390 Initialize to mule-utf-8.
0fdb4475 3391
9b0630e5 3392 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3393
3394 * international/utf-8.el: New file.
3395
245ed2b1
SM
33962001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3397
3398 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3399
e95b0c08
SS
34002001-01-24 Sam Steingold <sds@gnu.org>
3401
3402 * dired.el (dired-replace-in-string): Removed.
3403 (dired-sort-toggle): Use `replace-regexps-in-string'
3404 instead of `dired-replace-in-string'.
9b0630e5 3405
ceba0dac
GM
3406 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3407 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3408
e95b0c08
SS
3409 * gs.el (gs-replace-in-string): Removed.
3410 (gs-options): Use `replace-regexps-in-string'
3411 instead of `gs-replace-in-string'.
3412
c3902c3e
EZ
34132001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3414
3415 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3416 bug report is mailed to an email list and posted to a news group.
3417
b66b6aeb
GM
34182001-01-24 Gerd Moellmann <gerd@gnu.org>
3419
83c9cb8e
SM
3420 * comint.el (comint-replace-by-expanded-history-before-point):
3421 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3422
b66b6aeb
GM
3423 * startup.el (tool-bar-images-pixel-height): New variable.
3424 (command-line): After loading the user's init file, when
3425 tool-bar-mode is on, increase the frame's size by some lines for
3426 the tool-bar.
3427
3428 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3429
ff890e66
SZ
34302001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3431
3432 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3433 (chinese-big5): MIME:Big5.
3434
04363179
GM
34352001-01-24 Gerd Moellmann <gerd@gnu.org>
3436
e95b0c08 3437 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3438 Handle commands with prefix args.
3439
d56aaa64
GM
34402001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3441
3442 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3443 being a list of numbers.
3444 (diary-mail-entries): Rewritten.
3445
99858627
DL
34462001-01-23 Dave Love <fx@gnu.org>
3447
7aeb1fa9
DL
3448 * international/mule.el (make-coding-system): Fix typo.
3449
83c9cb8e
SM
3450 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3451 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3452
5a43decf
EZ
34532001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3454
3455 * font-lock.el (font-lock-mode): Doc fix.
3456
b0e98867
KH
34572001-01-23 Kenichi Handa <handa@etl.go.jp>
3458
3459 * international/mule.el (make-translation-table): Fix docstring.
3460
9c8acefd
EZ
34612001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3462
fd4976b8
EZ
3463 * mail/rmail.el (rmail-redecode-body): New function.
3464
9c8acefd
EZ
3465 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3466
871e0439
GM
34672001-01-22 Gerd Moellmann <gerd@gnu.org>
3468
21c2bbe0
GM
3469 * isearch.el (isearch-lazy-highlight-case-fold-search)
3470 (isearch-lazy-highlight-regexp): New variables.
3471 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3472 case-fold search or regexp search has been toggled.
3473
5710730c
GM
3474 * wid-edit.el (widget-button-click): Avoid a save-excursion
3475 around running a global binding.
3476
871e0439
GM
3477 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3478 to 0.25.
3479
d0554957
MB
34802001-01-20 Miles Bader <miles@gnu.org>
3481
3482 * cus-edit.el (custom-face-save): Do post-processing on the face's
3483 new value like `custom-face-set' does.
3484
1519f618
EZ
34852001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3486
ccd87890
EZ
3487 * mail/emacsbug.el (report-emacs-bug): Report the value of
3488 LC_CTYPE, not LC_TYPE.
3489
1519f618
EZ
3490 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3491 isearch-toggle-regexp and isearch-edit-string to doc string.
3492
9724173b
GM
34932001-01-19 Gerd Moellmann <gerd@gnu.org>
3494
48bb9196
GM
3495 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3496 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3497
e95b0c08 3498 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3499 font-lock-beginning-of-syntax-function to nil.
3500
dc81f8a2
EZ
35012001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3502
3503 * mail/emacsbug.el (report-emacs-bug): Report values of
3504 locale-coding-system, default-enable-multibyte-characters, and the
3505 environment variables LC_ALL, LC_TYPE, and LANG.
3506
99327974
GM
35072001-01-19 Gerd Moellmann <gerd@gnu.org>
3508
83c9cb8e 3509 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3510
2be6ecc6
GM
3511 * font-lock.el (font-lock-multiline): Default to nil.
3512 (font-lock-default-fontify-region): If font-lock-multiline is
3513 nil, don't check the property `font-lock-multiline'.
3514
99327974
GM
3515 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3516 is nil, don't check the `font-lock-multiline' text property.
3517
2550055a
MK
35182001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3519
0a949811 3520 * viper.el: Call initial-major-mode on startup.
e95b0c08 3521
0a949811 3522 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3523
8501998a 3524 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3525
2550055a 35262001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3527
0a949811 3528 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3529 diff mode, if available.
e95b0c08 3530
0a949811 35312001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3532
8501998a 3533 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3534
2550055a
MK
3535 * ediff-init.el (subst-char-in-string): Define and use it, unless
3536 it's already defined.
e95b0c08 3537
8962e303
GM
35382001-01-18 Gerd Moellmann <gerd@gnu.org>
3539
3540 * tooltip.el (tooltip-hide-delay): New user-option.
3541 (tooltip-show): Use tooltip-hide-delay instead of the default.
3542
6b453381
KH
35432001-01-18 Kenichi Handa <handa@etl.go.jp>
3544
3545 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3546 kill-local-variable doesn't work for enable-multibyte-characters.
3547
9eaf396b
DL
35482001-01-17 Dave Love <fx@gnu.org>
3549
cebd37ce
DL
3550 * ediff-init.el (ediff-before-setup-hook)
3551 (ediff-merge-filename-prefix): Add :version.
3552
9eaf396b
DL
3553 * international/latin1-disp.el: Require disp-table.
3554 (latin1-display): Fix :set.
3555
3556 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3557
f864120f
GM
35582001-01-17 Gerd Moellmann <gerd@gnu.org>
3559
3560 * isearch.el (isearch-lazy-highlight-initial-delay)
3561 (isearch-lazy-highlight-interval): Default to 0.
3562
35632001-01-17 Bob Glickstein <bobg@zanshin.com>
3564
3565 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3566 1 here rather than each time through
3567 isearch-lazy-highlight-new-loop.
3568 (isearch-lazy-highlight-max): Variable deleted.
3569 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3570 isearch-lazy-highlight-max but controls a single invocation of
3571 isearch-lazy-highlight-update.
3572 (isearch-lazy-highlight-wrapped): Variable recreated.
3573 (isearch-lazy-highlight-window-start): New variable.
3574 (isearch-lazy-highlight-cleanup): Restored to behavior of
3575 before 2-Jan.
3576 (isearch-lazy-highlight-remove-overlays): Function deleted;
3577 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3578 behavior removed.
3579 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3580 isearch-lazy-highlight-update in a loop rather than just once.
3581 Test isearch-invalid-regexp here and decide not to start a new
3582 loop, rather than testing it each time through
3583 isearch-lazy-highlight-update.
3584 (isearch-lazy-highlight-search): Function restored.
3585 (isearch-lazy-highlight-update): Get called in a timer loop again,
3586 but this time highlight more than one match each time through.
83c9cb8e
SM
3587 Only highlight matches in the visible part of the window.
3588 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3589 the edge of the window. Use sit-for to force redisplay and ensure
3590 window-start is credible. "Face suppressing" behavior removed;
3591 overlay priorities should make it unnecessary, right?
3592 (isearch-highlight): Face suppressing behavior removed.
3593 (isearch-dehighlight): Face suppressing behavior removed.
3594 (isearch-set-lazy-highlight-faces-at): Removed.
3595
076ec540
KH
35962001-01-17 Kenichi Handa <handa@etl.go.jp>
3597
3598 * language/european.el ("Latin-1"): Make the format of description
3599 about additional language environments same as that of Latin-2.
3600
92328ec5
DL
36012001-01-16 Dave Love <fx@gnu.org>
3602
39f2174e
DL
3603 * isearch.el (isearch-lazy-highlight): Add :version.
3604
92328ec5
DL
3605 * simple.el (backward-delete-char-untabify-method)
3606 (next-line-add-newlines): Add :version.
3607
f251459d
GM
36082001-01-16 Gerd Moellmann <gerd@gnu.org>
3609
9d4850e5
GM
3610 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3611 Don't bind <delete> otherwise.
3612
3613 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3614 and <delete> via function-key-map.
3615
f251459d
GM
3616 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3617 Subject line only if point is after the `Subject:'.
3618
771ffcf7
KH
36192001-01-16 Kenichi Handa <handa@etl.go.jp>
3620
bda6b481
KH
3621 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3622 japanese-jisx0213-2 in `charset' property of this lang. env.
3623
35793af7
KH
3624 * language/european.el ("Latin-1"): Add description for Dutch and
3625 Spanish lang. env.
3626
771ffcf7
KH
3627 * international/mule.el (decode-char): Fix conditions.
3628 (encode-char): Handle eight-bit-control too.
1c8102ff 3629 (transform-make-coding-system-args): New function.
50c29104
KH
3630 (make-coding-system): Accept XEmacs style arguments for CCL base
3631 coding system.
771ffcf7 3632
e1cf67b6
GM
36332001-01-15 Gerd Moellmann <gerd@gnu.org>
3634
3635 * progmodes/etags.el (find-tag-noselect): Save the value of
3636 tags-file-name before switching buffers, for the case it has a
3637 buffer-local value.
3638
b3287acf
GM
36392001-01-15 Alex Schroeder <alex@gnu.org>
3640
9eaf396b
DL
3641 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3642 From Dave Love <fx@gnu.org>.
b3287acf
GM
3643 (ansi-color-for-comint-mode): Fix :version.
3644
36452001-01-15 Alex Schroeder <alex@gnu.org>
3646
3647 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3648
8d7ff9c8
EZ
36492001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3650
3651 * dired.el (dired-insert-directory): If file-system-info fails,
3652 remove the " free " part, but don't signal an error.
3653
dbe99ae9
SS
36542001-01-12 Sam Steingold <sds@gnu.org>
3655
3656 * bookmark.el (bookmark-maybe-historicize-string):
3657 Use new backquote syntax.
3658
103db06c 36592001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3660
3661 * subr.el (last): Handle a list that doesn't end in nil.
3662
ca2ddd8e
SS
36632001-01-12 Sam Steingold <sds@gnu.org>
3664
3665 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3666 to `backward-delete-char-untabify'.
3667
1751c874
DL
36682001-01-12 Dave Love <fx@gnu.org>
3669
3670 * cus-edit.el (customize-menu-create): Fix the :filter following
3671 easymenu change.
3672
3673 * wid-edit.el (function): Add :match-alternatives.
3674 (widget-color-action): Doc fix.
3675
3cccce8d
GM
36762001-01-12 Gerd Moellmann <gerd@gnu.org>
3677
3678 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3679
18bfd6b5
KH
36802001-01-12 Kenichi Handa <handa@etl.go.jp>
3681
83c9cb8e 3682 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3683
18bfd6b5
KH
3684 * international/ccl.el (define-ccl-program): Fix docstring.
3685
562e00da
DL
36862001-01-11 Dave Love <fx@gnu.org>
3687
14fd0da3
DL
3688 * international/mule-cmds.el (standard-display-european-internal):
3689 Set display table for 2208 as for 160.
3690
3691 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3692
562e00da
DL
3693 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3694 entry for custom-menu-create change.
3695 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3696 don't cons it in the search loop.
3697
3698 * imenu.el (imenu--truncate-items): Revert last change.
3699
6e961dcd
EZ
37002001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3701
3702 * info.el (Info-setup-header-line): If the node header includes
3703 either Next: or Prev: links, don't show the File: and Node: parts
3704 in the header line.
3705
2c2ff7f2
GM
37062001-01-11 Gerd Moellmann <gerd@gnu.org>
3707
a7ee2d2e
GM
3708 * comint.el (comint-goto-process-mark): Don't print a message
3709 when running in batch mode.
3710
c5348233
GM
3711 * isearch.el (isearch-search): In the condition-case handler for
3712 `error', set isearch-invalid-regexp to the whole error message.
3713
422717d1
GM
3714 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3715 ensure that eval-after-load works for files dumped with Emacs.
3716
3717 * help.el (load-symbol-file-load-history): New function extracted
3718 from function symbol-file.
3719 (symbol-file): Use it.
3720
83c9cb8e 3721 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3722
926861fb
EZ
37232001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3724
3725 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3726 behave as if there were no prefix argument.
3727 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3728 argument were nil.
3729
afa1f52c
RS
37302001-01-11 Richard M. Stallman <rms@gnu.org>
3731
ca2ddd8e 3732 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3733 Don't look for more potential matches once maximum is exceeded.
3734 Use overlays-in to check correctly for overlap with current match.
3735 Ignore empty matches.
3736
47a9f362
MB
37372001-01-11 Miles Bader <miles@gnu.org>
3738
3739 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3740 (ispell-overlay-window, ispell-help, ispell-show-choices)
3741 (ispell-command-loop): Use it instead of `window-height'.
3742
d196f58d
GM
37432001-01-10 Gerd Moellmann <gerd@gnu.org>
3744
cf523f0e
GM
3745 * files.el (confirm-kill-emacs): New user-option.
3746 (save-buffers-kill-emacs): Ask for final confirmation before
3747 killing Emacs.
3748
d196f58d
GM
3749 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3750 to nil.
3751
7c6c3d8e
GM
37522001-01-10 Dave Love <fx@gnu.org>
3753
1f8be15d
DL
3754 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3755
83c9cb8e 3756 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3757
3758 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3759
3760 * calculator.el (calculator-number-digits): Fix :type.
3761
0d5184de
DL
3762 * vc-cvs.el (vc-cvs-header): Fix :type.
3763 * vc-rcs.el (vc-rcs-header): Fix :type.
3764 * vc-sccs.el (vc-sccs-header): Fix :type.
3765
3766 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3767
7c6c3d8e
GM
3768 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3769
8c9f73a2
GM
3770 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3771
457b792c
GM
37722001-01-10 Gerd Moellmann <gerd@gnu.org>
3773
3774 * simple.el (set-variable): Force a thorough redisplay for the
3775 case that the variable has an effect on the display, like
3776 `tab-width' has.
3777
d2622d08
AS
37782001-01-10 Andre Spiegel <spiegel@gnu.org>
3779
3780 * vc.el: Add documentation for backend interface.
3781
ae4b5f4f
KH
37822001-01-10 Kenichi Handa <handa@etl.go.jp>
3783
e0844717
KH
3784 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3785
ae4b5f4f
KH
3786 * international/mule-conf.el (latin-extra-code-table): Set to t
3787 for \223 and \224.
3788
3184082b
KH
37892001-01-09 Kenichi Handa <handa@etl.go.jp>
3790
3791 * international/mule-cmds.el (locale-language-names): Map "es" to
3792 "Spanish" and "nl" to "Dutch".
3793
732b9cdd
GM
37942001-01-09 Gerd Moellmann <gerd@gnu.org>
3795
1dfca644
GM
3796 * bindings.el (global-map): Bind <home> to beginning-of-line,
3797 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3798 C-<end> to end-of-buffer.
3799
732b9cdd
GM
3800 * language/european.el: Add Dutch and Spanish language info
3801 to be able to use the appropriate tutorials.
3802
38032001-01-09 Alex Schroeder <alex@gnu.org>
3804
3805 * ansi-color.el (ansi-color-process-output): Use markers instead
3806 of positions for start and end of region.
3807 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3808 Previously, occasional mistakes happend when fontifying many
3809 chunks of output (eg. ls --color=yes /dev). This happened
3810 whenever an overlay was created up to the end of the region, which
3811 coincided with the process-mark. New text would then be added
3812 within that overlay instead of after it.
3813 (ansi-color-make-extent): Overlays are created with the property
3814 `modification-hooks' set to '(ansi-color-freeze-overlay).
3815 (ansi-color-freeze-overlay): New function. When inserting text at
3816 the end of the overlay, the overlay will resize.
3817
38182000-01-09 Alex Schroeder <alex@gnu.org>
3819
3820 * ansi-color.el (ansi-color-process-output): Doc change.
3821 (ansi-color-unfontify-region): Doc change. No longer installed
3822 automatically in font-lock-unfontify-region-function.
3823 (ansi-color-apply): Doc change.
3824 (ansi-color-apply-on-region): Use extents or overlays instead of
3825 text-properties.
3826 (ansi-color-make-extent): New function.
3827 (ansi-color-set-extent-face): New function.
3828
38292000-01-09 Alex Schroeder <alex@gnu.org>
3830
3831 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3832 both use ansi-color-process-output, now.
3833 (ansi-color-process-output): Doesn't return string anymore. It is
3834 installed in comint-output-filter-functions for both Emacs and
3835 XEmacs, now.
3836 (ansi-color-unfontify-region): Simplified code removing variables
3837 pos and start-ansi.
3838 (ansi-color-apply): Put text-property ansi-color before putting
3839 text-property face because ansi-color-unfontify-region is called
3840 immediately after the call to put-text-property.
3841 (ansi-color-context-region): Doc change.
3842 (ansi-color-filter-region): Simplified code.
3843 (ansi-color-apply-on-region): Changed start to start-marker, using
3844 a marker explicitly. Put text-property ansi-color before putting
3845 text-property face because ansi-color-unfontify-region is called
3846 immediately after the call to put-text-property.
3847
38482000-01-09 Alex Schroeder <alex@gnu.org>
3849
3850 * ansi-color.el (ansi-color-faces-vector): Doc change.
3851 (ansi-color-for-comint-mode): Changed :type property to choice.
3852 (ansi-color-last-context): Removed.
3853 (ansi-color-process-output): Don't use ansi-color-last-context, as
3854 the main functions will store their context now.
3855 (ansi-color-context): Doc change.
3856 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3857 Uses ansi-color-context such that repeated calls will strip
3858 partial escape sequences, too.
3859 (ansi-color-apply): Simplified code. Colorize end of string if
3860 face is not null. Store context in new (FACE STRING) format, such
3861 that repeated calls will strip partial escape sequences, too.
3862 Append faces to face property using ansi-color-apply-sequence such
3863 that cumulative mode actually works.
3864 (ansi-color-context-region): New variable.
3865 (ansi-color-filter-region): Rewrote it based on
3866 ansi-color-apply-on-region. Uses ansi-color-context-region such
3867 that repeated calls will strip partial escape sequences, too.
3868 (ansi-color-apply-on-region): Simplified code. Colorize end of
3869 region if face is not null. Store context in new (FACE POS)
3870 format, such that repeated calls will strip partial escape
3871 sequences, too. Append faces to face property using
83c9cb8e 3872 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3873 (ansi-color-apply-sequence): New function.
3874 (ansi-color-get-face): When the default face is added to the list
3875 of faces, all previous settings are discarded and the list of
3876 faces is set to '(default).
3877
38782000-01-09 Alex Schroeder <alex@gnu.org>
3879
3880 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3881 face, such that ansi-color-apply and ansi-color-apply-on-region
3882 will do the right thing.
3883 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3884 returns nil, set the list of faces back to nil instead of
83c9cb8e 3885 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3886
38872000-01-09 Alex Schroeder <alex@gnu.org>
3888
3889 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3890 (ansi-color-process): Doc change.
3891 (ansi-color-last-context): New buffer-local variable.
3892 (ansi-color-process-output): New function. It is automatically
3893 added to comint-output-filter-functions if this is XEmacs.
3894 (ansi-color-unfontify-region): New optional parameter for XEmacs
3895 compatibility. Check wether font-lock-syntactic-keywords is
3896 boundp before removing the syntax table text property, as XEmacs
3897 doesn't have it.
3898 (ansi-color-filter-region): Doc change.
3899 (ansi-color-apply-on-region): Doc change.
3900 (ansi-color-make-face): New function. Compatibility layer for
3901 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3902 (ansi-color-make-color-map): Use ansi-color-make-face.
3903 (ansi-color-get-face): Avoid face text property '(nil) as results
3904 in an errow for XEmacs.
3905
39062000-01-09 Alex Schroeder <alex@gnu.org>
3907
83c9cb8e
SM
3908 * ansi-color.el (ansi-color-unfontify-region): New function.
3909 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3910 ansi-color. When the package is loaded, a lambda expression is
3911 put onto font-lock-mode-hook. This lambda expression will check
3912 font-lock-unfontify-region-function and replace
83c9cb8e 3913 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3914 (ansi-color-apply): Add text-property ansi-color in addition to
3915 text-property face.
3916 (ansi-color-apply-on-region): Add text-property ansi-color in
3917 addition to text-property face.
3918 (save-buffer-state): Copy of the macro that is also used by
3919 lazy-lock and font-lock.
3920
3921 (ansi-color-for-comint-mode): New option.
3922 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3923 (ansi-color-for-comint-mode-off): Ditto.
3924 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3925 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3926 decide what to do. This function is added to
3927 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3928
3929 (ansi-color-for-shell-mode-set): Removed.
3930 (ansi-color-for-shell-mode): Removed.
3931
39322000-01-09 Alex Schroeder <alex@gnu.org>
3933
3934 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3935 the lambda expression from the ansi-color-for-shell-mode :set
3936 property. Additionally, modify shell-mode-hook to enable or
3937 disable font-lock-mode for future shell buffers.
3938 (ansi-color-for-shell-mode): The :set property calls
3939 ansi-color-for-shell-mode-set instead of a lambda expression.
3940
39412000-01-09 Alex Schroeder <alex@gnu.org>
3942
3943 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3944 (ansi-color-context): New variable.
3945 (ansi-color-apply): Save context between calls.
3946
fb55ff10
EZ
39472001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3948
83c9cb8e
SM
3949 * isearch.el (isearch, isearch-lazy-highlight-face):
3950 New definitions for face colors and attributes.
29910493 3951
fb55ff10
EZ
3952 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3953 of display-mouse-p.
3954
134d6265
KH
39552001-01-09 Kenichi Handa <handa@etl.go.jp>
3956
3957 * international/mule.el (make-coding-system): If the coding system
3958 accepts extra latin codes, register such codes as safe for the
3959 coding system.
3960
103db06c 39612001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3962
984c9f75
RS
3963 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3964 don't mention the file name or the date here, because they are
3965 logged at the start of the file.
3966
39672001-01-08 Richard M. Stallman <rms@gnu.org>
3968
78b8eee8
RS
3969 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3970 Change screen-width to frame-width.
3971
1460e5d4
EZ
39722001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3973
3974 * info.el (Info-search): Print the default as part of the prompt.
3975
56f24bc1
AS
39762001-01-08 Andre Spiegel <spiegel@gnu.org>
3977
ca2ddd8e 3978 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3979 constant implementations in backends.
3980
3981 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3982 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3983
3984 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3985 WRITABLE to EDITABLE.
3986
3987 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3988 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3989 to EDITABLE.
3990
b7812d30
EZ
39912001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3992
3993 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3994 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3995
7e56ea04
GM
39962001-01-08 Gerd Moellmann <gerd@gnu.org>
3997
3998 * isearch.el (isearch-old-signal-hook): Removed.
3999 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4000 instead of setting signal-hook-function.
4001 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4002
a758f97d
GM
40032001-01-08 Kevin Gallagher <kevingal@onramp.net>
4004
4005 * emulation/edt.el: Update to version 4.0. Provide support for
4006 EDT scroll margins at top and bottom of the window. Provide an
4007 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4008 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4009 user when file-related buffer modifications exist.
4010 Provide support for running EDT Emulation in XEmacs.
4011 Provide customize access to some user updatable variables.
4012 Add Commentary section to file header.
4013 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4014
4015 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4016 for detecting a keypress that generates an ASCII key sequence.
4017 (Previously, only a keypress that generates a vector was
4018 recognized.) Embed Window Manager name into name of the generated
4019 EDT Emulation initialization file since the initialization file is
4020 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4021
30db89f9
EZ
40222001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4023
4deb3ba9
EZ
4024 * mail/sendmail.el (mail-mode): Doc fix.
4025
30db89f9
EZ
4026 * info.el (Info-goto-emacs-command-node): Doc fix.
4027 (Info-goto-emacs-key-command-node): Doc fix.
4028
c3f2772b
EZ
40292001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4030
8726e79b 4031 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4032 systems without long file-name support.
4033
0dac6924
AI
40342001-01-06 Andrew Innes <andrewi@gnu.org>
4035
4036 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4037
4e6ef391
EZ
40382001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4039
380866a2
EZ
4040 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4041 (isearch-lazy-highlight-update): Doc fix.
4042
148b5960
EZ
4043 * ffap.el (ffap-bindings): Doc fix.
4044
4e6ef391
EZ
4045 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4046
4cb1bcc2
DL
40472001-01-05 Dave Love <fx@gnu.org>
4048
4049 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4050
3828218c
GM
40512001-01-05 Gerd Moellmann <gerd@gnu.org>
4052
83c9cb8e
SM
4053 * mouse-drag.el (mouse-drag-safe-scroll):
4054 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4055
1f4139d5
GM
4056 * isearch.el (isearch-old-signal-hook): New variable.
4057 (isearch-mode): Set signal-hook-function to isearch-done.
4058 (isearch-done): Restore old signal-hook-function.
4059
3828218c
GM
4060 * info.el (Info-fontify-node): Mark one more char as intangible.
4061
3970013f
KH
40622000-01-05 Kenichi Handa <handa@etl.go.jp>
4063
83c9cb8e
SM
4064 * composite.el (compose-last-chars): New argument COMPONENTS.
4065 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4066 COMPONENTS.
4067
4068 * international/quail.el (quail-input-string-to-events): New function.
4069 (quail-input-method): Convert input string to events here.
4070 (quail-start-translation): Return input string, not event list.
4071 (quail-start-conversion): Likewise.
4072
f3b05e99
GM
40732001-01-04 Gerd Moellmann <gerd@gnu.org>
4074
ca2ddd8e 4075 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4076 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4077 and tooltip-add-timeout.
4078 (tooltip-show): Set border color from faces's foreground.
4079 (tooltip-show-help-function): If called with the same help string
4080 as last time, do nothing.
4081 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4082
0f2ac578
GM
4083 * startup.el (fancy-splash-screens): Don't bind show-help-function
4084 to nil.
4085
f3b05e99
GM
4086 * tooltip.el (tooltip-frame-parameters): Remove colors.
4087 (tooltip): New face
4088 (tooltip-set-param): New function.
4089 (tooltip-show): Set up color frame parameters from face `tooltip'.
4090 Display the tooltip text in face `tooltip'.
4091
8416e94a
DL
40922001-01-04 Dave Love <fx@gnu.org>
4093
4094 * whitespace.el (whitespace-global-mode): Fix typo.
4095
4096 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4097
30db89f9
EZ
40982001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4099
83c9cb8e
SM
4100 * help.el (help-for-help): Fix a typo in a doc string.
4101 From kwzh@gnu.org (Karl Heuer).
30db89f9 4102
b847eb8c
DL
41032001-01-03 Dave Love <fx@gnu.org>
4104
4105 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4106 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4107 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4108 (dired-guess-shell-alist-user): Customize.
4109 (dired-x-help-address): Set to bug-gnu-emacs.
4110 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4111 (dired-default-directory): Renamed from default-directory.
4112
4113 * hl-line.el (hl-line): Doc fix.
4114
43c4b570
KF
41152001-01-03 Karl Fogel <kfogel@red-bean.com>
4116
1bf6b1bf 4117 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4118
984c9f75 41192001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4120
4121 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4122 to remove all the current alternative-match highlighting.
4123 If nil, remove only what's outside the current window.
4124 (isearch-lazy-highlight-remove-overlays): Take optional
4125 region within which NOT to remove them.
4126 (isearch-lazy-highlight-new-loop): Greatly simplified.
4127 (isearch-lazy-highlight-update): Find all the other occurrences
4128 visible in the window, in just one call.
4129 (isearch-lazy-highlight-start): Now holds start of region to scan.
4130 (isearch-lazy-highlight-end): Now holds end of region to scan.
4131 (isearch-lazy-highlight-wrapped): Variable deleted.
4132 (isearch-lazy-highlight-search): Function deleted.
4133
13d6a61c
AI
41342000-01-02 Andrew Innes <andrewi@gnu.org>
4135
4136 * w32-fns.el (convert-standard-filename): Do length check on name
4137 before aref.
4138
064866e7
DL
41392001-01-02 Dave Love <fx@gnu.org>
4140
b33e041b
DL
4141 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4142 value.
4143 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4144
4145 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4146
8166ffd5
DL
4147 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4148 read syntax.
4149
064866e7
DL
4150 * calendar/todo-mode.el (todo): Add :link, :version.
4151 (todo-save-top-priorities): Remove autoload cookie.
4152 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4153 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4154
6dde6abc
GM
41552001-01-02 Gerd Moellmann <gerd@gnu.org>
4156
4157 * comint.el (comint-input-history-ignore): New variable.
4158 (comint-read-input-ring): Ignore entries matching
4159 comint-input-history-ignore.
4160
1a8a9daf
GM
41612001-01-02 Eric M. Ludlam <zappo@gnu.org>
4162
4163 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4164 (lm-copyright-mark): New function.
4165 (lm-crack-copyright): New function.
4166 (lm-verify): Check that the file has a copyright.
4167 Check that the file is copyright Free Software Foundation.
4168
9c92eb53
KH
41692000-12-30 Kenichi Handa <handa@etl.go.jp>
4170
4171 * international/mule-diag.el (print-fontset): Indent font name by
4172 24 columns, not 25.
4173
49172314
GM
41742000-12-29 Gerd Moellmann <gerd@gnu.org>
4175
762a68ec
GM
4176 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4177 in Subject line.
4178
49172314 4179 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4180 Use mail-mode-hook instead of mail-setup-hook.
4181 Otherwise continuing an interrupted message with C-u C-x m for
4182 instance, winds up in Mail mode without abbrevs.
49172314 4183
bd7a2e26
GM
41842000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4185
4186 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4187 non-nil. Adding almost all customization variables on ps-setup.
4188 Doc fix.
bd7a2e26
GM
4189 (ps-print-version): New version number (6.3.3).
4190 (ps-end-with-control-d): Initialization fix.
4191 (ps-lines-printed): New var.
4192 (ps-skip-newline): New fun.
4193 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4194 (ps-next-line, ps-continue-line, ps-plot-region)
4195 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4196
2b3f28a4
KH
41972000-12-29 Kenichi Handa <handa@etl.go.jp>
4198
83c9cb8e
SM
4199 * international/fontset.el (x-complement-fontset-spec):
4200 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4201 registered in x-font-name-charset-alist.
4202 (create-fontset-from-fontset-spec): Adjusted for the above change.
4203 The name of fontset alias should be a unresolved ASCII font name.
4204
2ece9174
GM
42052000-12-28 Gerd Moellmann <gerd@gnu.org>
4206
4207 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4208 and delete in isearch-mode-map.
4209
cbe3ad7a
RS
42102000-12-28 Richard M. Stallman <rms@gnu.org>
4211
ca2ddd8e 4212 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4213 Use xpdf instead of acroread.
4214
a816f1c5
KH
42152000-12-28 Kenichi Handa <handa@etl.go.jp>
4216
f086e73c
KH
4217 * textmodes/artist.el (artist-butlast): Deleted.
4218 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4219 artist-butlast.
f086e73c 4220
a816f1c5
KH
4221 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4222
4223 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4224
b202115b
EZ
42252000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4226
4227 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4228
4229 * ls-lisp.el: Better support for the Mac and MS-Windows.
4230 (ls-lisp): New defgroup.
4231 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4232 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4233 (ls-lisp-support-shell-wildcards): New defcustoms.
4234 (ls-lisp-parse-symlink): New function.
4235 (insert-directory): Code to convert switches to a list and set up
4236 the wildcard argument copied from ls-lisp-insert-directory.
4237 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4238 for -C and -R switches.
4239 (ls-lisp-column-format): New function.
ca2ddd8e 4240 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4241 (ls-lisp-format-time): Add doc strings.
4242 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4243 Support ls-lisp-dirs-first.
4244 (ls-lisp-classify, ls-lisp-extension): New functions.
4245 (ls-lisp-format): Optionally support emulation of symlinks.
4246 Support -i, -s, and -G switches.
4247
6061fbf0
GM
42482000-12-27 Gerd Moellmann <gerd@gnu.org>
4249
5e25feee
GM
4250 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4251
6061fbf0
GM
4252 * version.el (emacs-version): Print X scroll bar information.
4253
4254 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4255 instead of x-toolkit-scroll-bars-p.
4256
4257 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4258 of x-toolkit-scroll-bars-p.
4259
25050dab
EZ
42602000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4261
83c9cb8e 4262 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4263 (ffap-bindings): Doc fix, to reflect the above change.
4264
c1786874
KH
42652000-12-27 Kenichi Handa <handa@etl.go.jp>
4266
4267 * term.el (term-char-mode): Define all non-ascii self-inserting
4268 characters to 'term-send-raw in term-raw-map.
4269
7261ece3 42702000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4271
83c9cb8e 4272 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4273
83c9cb8e
SM
4274 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4275 Changed initialization; use add-hook.
6061fbf0 4276 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4277
6061fbf0 4278 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4279
6061fbf0
GM
4280 * ediff.el (ediff-patch-buffer): Bug fix.
4281 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4282
83f40583
SM
42832000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4284
4285 * subr.el (combine-run-hooks): Remove.
4286
4287 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4288 and remove the rogue second spec.
4289
bdd6d4e8
GM
42902000-12-23 Gerd Moellmann <gerd@gnu.org>
4291
4292 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4293
26736ce3
SM
42942000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4295
0e86b6b0
SM
4296 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4297 Use minibuffer menu prompt for the `=' prefix.
4298 (smerge-command-prefix): Change default to C-^.
6eabfb26 4299 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4300
26736ce3
SM
4301 * skeleton.el (skeleton-internal-1): Make sure the first line of
4302 the region is also re-indented.
d21584d6
SM
4303 (skeleton-end-newline): New var.
4304 (skeleton-end-hook): Use it.
26736ce3 4305
95fa4fd7
MB
43062000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4307
4308 * comint.el (comint-password-prompt-regexp): Support CVS.
4309
f060b834
GM
43102000-12-22 Gerd Moellmann <gerd@gnu.org>
4311
83c9cb8e
SM
4312 * simple.el (delete-key-deletes-forward-mode): Simplify.
4313 Also backspace key combinations, depending on
856ff7a7
GM
4314 delete-key-deletes-forward.
4315
4316 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4317
f060b834
GM
4318 * simple.el (delete-key-deletes-forward): Doc fix.
4319
653558a1
GM
43202000-08-22 Emmanuel Briot <briot@gnat.com>
4321
4322 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4323 white spaces are relevant in the XML file.
653558a1
GM
4324 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4325 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4326 of XML files.
653558a1
GM
4327 (xml-parse-tag): Check that the casing is the same in the start
4328 tag and end tag, since XML is case-sensitive. Allows for spaces
4329 in the end tag, after the name of the tag.
4330 (xml-parse-attlist): Allow for the character '-' in the name of
4331 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4332 the properties in the XML tree, since they are not relevant.
653558a1 4333
3ad93d8d
SM
43342000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4335
4336 * generic.el (generic-read-type): Undo last change, inline into
4337 `generic-mode' and then remove.
4338 (generic-mode): Inline generic-read-type.
4339 (define-generic-mode): Push the symbol name rather than the symbol
4340 onto generic-mode-list.
4341
177f4e88
GM
43422000-12-21 Gerd Moellmann <gerd@gnu.org>
4343
8e15274f
GM
4344 * generic.el (generic-read-type): Build an alist for
4345 completing-read as in 20.7.
4346
4347 * play/landmark.el (lm): Use interactive spec `P'.
4348 (toplevel): Don't set debug-on-error.
4349
83c9cb8e 4350 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4351
6ba384dc
GM
43522000-12-21 Dave Pearson <davep@davep.org>
4353
4354 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4355
647a066c
GM
43562000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4357
4358 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4359 ranges like \177-\237, but accepts the character sequence from \177 to
4360 \237. Doc fix.
4361 (ebnf-version): New version (3.4).
4362 (ebnf-setup): Code fix.
4363 (ebnf-range-regexp): New fun.
4364 (ebnf-8-bit-chars): Const fix.
4365
4366 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4367 entry. Doc fix.
4368 (ebnf-bnf-lex): Code fix.
4369 (ebnf-bnf-comment-chars): Const fix.
4370
4371 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4372 entry. Doc fix.
4373 (ebnf-iso-comment-chars): Const fix.
4374
4375 * ebnf-otz.el: Doc fix.
4376
4377 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4378 entry. Doc fix.
4379 (ebnf-yac-skip-code): Code fix.
4380 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4381
bc22fd18
EZ
43822000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4383
4384 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4385 (recover-file): Use it instead of insert-directory.
4386 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4387
587fc3f9
KH
43882000-12-21 Kenichi Handa <handa@etl.go.jp>
4389
83c9cb8e
SM
4390 * international/mule-cmds.el (select-safe-coding-system):
4391 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4392
587fc3f9
KH
4393 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4394
01860fb9
MB
43952000-12-21 Miles Bader <miles@gnu.org>
4396
83c9cb8e 4397 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4398
3f9d67a6
KH
43992000-12-21 Kenichi Handa <handa@etl.go.jp>
4400
9fd1c1f7
KH
4401 * international/mule-diag.el (describe-char-after): Make *Help*
4402 buffer inherit multibyteness of the current buffer.
4403
3f9d67a6
KH
4404 * international/mule.el (make-char): Docstring adjusted for the
4405 change of make-char-internal.
4406
c9669fac
SM
44072000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4408
4409 * international/iso-cvt.el: Docstrings fix.
4410
19594307
DL
44112000-12-20 Dave Love <fx@gnu.org>
4412
4413 * subr.el (eval-after-load): Doc fix.
4414
b1a447b3
KH
44152000-12-20 Kenichi Handa <handa@etl.go.jp>
4416
4417 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4418 for numbers.
4419
09877d5d
MB
44202000-12-20 Miles Bader <miles@gnu.org>
4421
4422 * international/quail.el (quail-help): Resize the help window
4423 again after it has all its contents. Remove unneeded progn.
4424
71d4497a
GM
44252000-12-19 Gerd Moellmann <gerd@gnu.org>
4426
4427 * pcmpl-linux.el: Fix copy/paste error.
4428
741e56a0
AI
44292000-12-19 Andrew Innes <andrewi@gnu.org>
4430
83c9cb8e 4431 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4432
cc24d91c
CD
44332000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4434
ba4c05aa
CD
4435 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4436
4437 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4438
4439 * progmodes/idlw-shell.el: Fixed copyright notice.
4440
4441 * progmodes/idlwave.el: Fixed copyright notice.
4442
71d4497a 4443 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4444 TAB as key separators.
4445
524c8caf
GM
44462000-12-19 Alex Schroeder <alex@gnu.org>
4447
4448 * sql.el (sql-sybase-options): New option.
4449 (sql-sybase): Use it. Add sql-database to the list of parameters
4450 provided for login. The options -w 2048 -n are not used any more.
4451 (sql-postgres-options): Changed default from "--pset" to "-P".
4452 (sql-mysql-options): Doc change.
4453 (sql-stop): Doc change.
4454
b5fa513d
KH
44552000-12-19 Kenichi Handa <handa@etl.go.jp>
4456
4457 * international/quail.el (quail-input-method): Always hide
4458 the guidance buffer on exiting.
4459
91c9e6ce
GM
44602000-12-18 Gerd Moellmann <gerd@gnu.org>
4461
c6da4eb4
GM
4462 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4463 isn't fboundp.
4464
3d2a0e0b
GM
4465 * server.el (server-buffer-done): Bury the buffer before
4466 killing it.
4467
91c9e6ce
GM
4468 * faces.el (face-spec-set): Interpret a nil in specs for
4469 foreground and background colors as `unspecified', for
4470 compatibility with 20.x.
4471
40fa0008
DL
44722000-12-18 Dave Love <fx@gnu.org>
4473
22adbe54
DL
4474 * simple.el (mail-user-agent): Doc fix.
4475 (input-mode-8-bit): Removed.
4476
4477 * international/mule.el (set-keyboard-coding-system): Doc fix.
4478 (keyboard-coding-system): New option.
4479
40fa0008
DL
4480 * mail/sendmail.el (send-mail-function): Customize.
4481
6f4745e2
EZ
44822000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4483
4484 * international/codepage.el (cp866-decode-table): New table.
4485
82b90229
GM
44862000-12-18 Gerd Moellmann <gerd@gnu.org>
4487
4488 * version.el (emacs-version): Remove `%a' from the time format
4489 because the weekday doesn't fit well into each locale.
4490
5a047002
MB
44912000-12-18 Miles Bader <miles@gnu.org>
4492
7f49aa07
MB
4493 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4494
ca2ddd8e 4495 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4496 Check that emacs-major-version is `=' to 20, not `>='.
4497 (artist-replace-chars): Use `make-string' instead of a loop.
4498
22ea2607
EZ
44992000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4500
4501 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4502 (cvs-execute-single-file): Don't change directory.
4503 Patch from Per Cederqvist.
4504
6c825f8e
EZ
45052000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4506
83c9cb8e
SM
4507 * textmodes/ispell.el (check-ispell-version):
4508 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4509 of -vv.
4510
8ff06845
KH
45112000-12-16 Kenichi Handa <handa@etl.go.jp>
4512
af4bb4c8
KH
4513 * international/mule-diag.el (mule-diag): Insert information about
4514 configure options, multibyte awareness, language env.
4515
8ff06845
KH
4516 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4517 regexp to search for candidates.
4518
b24e84ab
EZ
45192000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4520
4521 * info.el (Info-forward-node): If the node has an
4522 Info-header-line, widen the buffer before searching for "next:"
4523 and "up:" pointers, and set the search limit to stay in the
4524 current node.
4525
7981d89f
MB
45262000-12-16 Miles Bader <miles@gnu.org>
4527
4528 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4529
88ee7917
MB
45302000-12-15 Miles Bader <miles@gnu.org>
4531
4532 * comint.el (comint-send-string, comint-send-region): Also accept
4533 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4534 process-send-string/region.
4535
0c28d842
GM
45362000-12-15 Gerd Moellmann <gerd@gnu.org>
4537
4ea7fdca
GM
4538 * isearch.el (isearch-lazy-highlight-max): New user-option.
4539 (isearch-lazy-highlight-update): Don't highlight more than
4540 isearch-lazy-highlight-max matches.
4541
0c28d842
GM
4542 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4543
984c9f75 45442000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4545
8062e53a
GM
4546 * sort.el (sort-columns): Fix error message.
4547
3ffa545b
GM
4548 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4549 `upcase' or `downcase' or nil.
4550 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4551 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4552 (dabbrev--substitute-expansion): New arg record-case-pattern.
4553 If it is non-nil, set dabbrev--last-case-pattern.
4554 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4555
4556 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4557
c2d7f289
MB
45582000-12-15 Miles Bader <miles@gnu.org>
4559
b6348438
MB
4560 * paths.el (Info-default-directory-list): Don't delete
4561 configure-info-directory from the list of standard info
83c9cb8e 4562 directories when appending it to the end -- their order is important.
b6348438 4563
f9056dd9
MB
4564 * faces.el (read-face-attribute): If there's no entry for the
4565 user's input in VALID, just use it as-is (this will often result
4566 in an error, but it may be OK for e.g. colors using hexadecimal
4567 notation, and at least will yield a better error message).
4568
c2d7f289 4569 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4570 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4571 Variables removed.
4572 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4573 window is really the right size. Use vertical-motion
4574 rather than forward-line.
4575 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4576 (ispell-command-loop, ispell-show-choices): Use the variable
4577 ispell-choices-win-default-height, rather than the function.
4578 (ispell-choices-win-default-height): Function removed.
4579 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4580
8f530b95
SM
45812000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4582
4583 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4584
6d435deb
EZ
45852000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4586
83c9cb8e
SM
4587 * paths.el (Info-default-directory-list):
4588 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4589 put it first in the list; otherwise put it last. Doc string
4590 changed accordingly.
4591
4592 * info.el (Info-directory-list): Change doc string to reflect the
4593 change in Info-default-directory-list.
4594
6d435deb
EZ
4595 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4596 windows-nt as windowed environments, even under -nw.
4597
4598 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4599 if not fboundp. Switch delete-forward mode for the <delete> key
4600 on all PC platforms, even under -nw.
4601
4602 * term/internal.el ([M-delete]): Remap to M-d.
4603
9d7d9263
GM
46042000-12-14 Gerd Moellmann <gerd@gnu.org>
4605
4606 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4607
7cf0153a
EZ
46082000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4609
4610 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4611
5e5b3d41
GM
46122000-12-14 Gerd Moellmann <gerd@gnu.org>
4613
5f368d29
GM
4614 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4615 if appropriate.
4616
4617 * simple.el (delete-key-deletes-forward): New user-option.
4618 (delete-key-deletes-forward-mode): New function.
4619
9d7d9263 4620 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4621
83c9cb8e
SM
4622 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4623 Test if symbol is bound before getting its value.
5e5b3d41
GM
4624
4625 * tooltip.el (tooltip-show): If an error is signaled in
4626 x-show-tip, display that error, and display the help in the
4627 echo area.
ca2ddd8e 4628
191b83b6
KH
46292000-12-14 Kenichi Handa <handa@etl.go.jp>
4630
83c9cb8e
SM
4631 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4632 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4633
6192b604
KF
46342000-12-13 Karl Fogel <kfogel@red-bean.com>
4635
4636 * bookmark.el: Provide a generic exit hook, as suggested by
4637 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4638 (bookmark-exit-hook): New var.
4639 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4640 old raw lambda form in `kill-emacs-hook', and runs new
4641 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4642 as logically that feature must have been provided if this function
4643 is running.
4644 Removed ;;;###autoload before the `add-hook' call.
4645
5edf6b55
SM
46462000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4647
4648 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4649 (easy-menu-current-active-maps): New function.
4650 (easy-menu-get-map): Use it.
4651 Make a proper menu entry when creating a new keymap.
4652
16b5e8e6
KH
46532000-12-13 Kenichi Handa <handa@etl.go.jp>
4654
d49fc4eb
KH
4655 * international/characters.el: Fix cases and syntaxes for
4656 mule-unicode-0100-24ff.
4657
3b53d876
KH
4658 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4659 that a Japanese character is not appended after day and year.
4660
16b5e8e6
KH
4661 * info.el (Info-suffix-list): Change format for a command that
4662 requires arguments.
4663 (info-insert-file-contents): Adjusted for the above change.
4664
1df1c518
AS
46652000-12-12 Andreas Schwab <schwab@suse.de>
4666
4667 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4668 on the name of the tar buffer. Verify that the existing buffer is
4669 visiting the same subfile.
4670
a7a07b98
DL
46712000-12-12 Dave Love <fx@gnu.org>
4672
4673 * subdirs.el: Add obsolete.
4674
4fdbd809
GM
46752000-12-12 Gerd Moellmann <gerd@gnu.org>
4676
bfdb75ee
GM
4677 * mail/rmailsum.el (rmail-summary-expunge)
4678 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4679 instead of rmail-confirm-expunge.
4680
4fdbd809
GM
4681 * replace.el (perform-replace): Don't use an empty match adjacent
4682 to a non-empty match when computing the next match before the
4683 replacement is performed.
4684
e9a59cad
GM
46852000-12-12 Milan Zamazal <pdm@freesoft.cz>
4686
4687 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4688 definition (patch by Stefan Monnier).
4689 (glasses-mode): Use jit-lock instead of `after-change-functions'
4690 (patch by Stefan Monnier).
4691
c2def7a0
MB
46922000-12-12 Miles Bader <miles@gnu.org>
4693
4694 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4695 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4696
591b63b4
AC
46972000-12-12 Andrew Choi <akochoi@i-cable.com>
4698
4699 * term/mac-win.el: Remove load for ls-lisp.
4700
a924cf63 4701 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4702
5ff4ba3d
MB
47032000-12-12 Miles Bader <miles@gnu.org>
4704
4705 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4706 Respect field end too.
4707 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4708 (newline-and-indent, reindent-then-newline-and-indent):
4709 Use `delete-horizontal-space'.
5ff4ba3d 4710
d0c679bc
SM
47112000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4712
adf9c994
SM
4713 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4714 (so as to obey the field property in the minibuffer).
4715
4b0cd42d
SM
4716 * obsolete/c-mode.el: Moved from lisp/progmodes.
4717 * obsolete/auto-show.el: Moved from lisp.
4718 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4719
89f85863
CD
47202000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4721
4722 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4723 changes to list them here.
89f85863 4724
83c9cb8e
SM
4725 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4726 Too many changes to list them here.
89f85863 4727
83c9cb8e
SM
4728 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4729 Too many changes to list them here.
89f85863
CD
4730
4731 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4732
3e0d35ce
GM
47332000-12-11 Gerd Moellmann <gerd@gnu.org>
4734
83c9cb8e 4735 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4736
ca2ddd8e 4737 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4738 Comment fix.
4739
3e0d35ce
GM
4740 * hscroll.el: Moved to `obsolete' subdir.
4741
ff904dd6
MB
47422000-12-11 Miles Bader <miles@gnu.org>
4743
4744 * window.el (window-text-height): Function removed (now in C).
4745
fb97d87f
SM
47462000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4747
4748 * log-edit.el (log-edit-parent-buffer): New var.
4749 (log-edit): Set it. Add BUFFER argument.
4750 (log-edit-done): Use char-before.
4751 Don't bother checking validity of vc-comment-ring.
4752 Only bury the buffer if log-edit popped it up.
4753
4754 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4755 (cvs-mode-diff-help): Remove.
4756 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4757 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4758
4759 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4760 Remove binding for ? now made unnecessary.
4761
7de77417
CD
47622000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4763
83c9cb8e 4764 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4765 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4766
4767 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4768 when master file is not open.
4769
4efa209f
SM
47702000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4771
4772 * progmodes/ada-stmt.el: Update `maintainer'.
4773
0a8052bd
GM
47742000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4775
4776 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4777 choices to match documentation string.
4778
a12167c5
MB
47792000-12-09 Miles Bader <miles@gnu.org>
4780
2161605d
MB
4781 * minibuf-eldef.el: New file.
4782
a12167c5
MB
4783 * window.el (fit-window-to-buffer): Don't pass last argument to
4784 pos-visible-in-window-p, now that its meaning is inverted.
4785
9ea8de1b
EZ
47862000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4787
4788 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4789 <ceder@lysator.liu.se>.
4790
5002ddbb
SM
47912000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4792
b6114d80
SM
4793 * autoinsert.el (auto-insert-alist): Add missing final \n.
4794
ee8d23ee
SM
4795 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4796 (cvs-menu-map): Remove.
4797 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4798 (cvs-mode-quit): Turn it back into a plain function.
4799
5002ddbb 4800 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4801 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4802
4803 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4804 file where it's more visible.
4805 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4806 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4807 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4808 (texinfo-inside-macro-p): Only catch `scan-error's.
4809 (texinfo-inside-env-p): Make better use of the match info.
4810 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4811 (texinfo-insert-@end): Slight re-organization.
4812 Also remove useless `looking-at' call.
4813
30cd075d
AI
48142000-12-08 Andrew Innes <andrewi@gnu.org>
4815
4816 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4817 accessible in -nw mode.
4818
4819 * term/w32-win.el: Remove stuff about selection timeout, which is
4820 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4821 it is accessible in -nw mode.
4822
01b91009
DL
48232000-12-08 Dave Love <fx@gnu.org>
4824
83c9cb8e
SM
4825 * emacs-lisp/lisp-mode.el (lisp-mode):
4826 Set font-lock-keywords-case-fold-search.
01b91009 4827
842b2a94
GM
48282000-12-08 Gerd Moellmann <gerd@gnu.org>
4829
4830 * textmodes/ispell.el (ispell): Doc fix.
4831
f9d5f611
KH
48322000-12-08 Kenichi Handa <handa@etl.go.jp>
4833
4834 * international/quail.el (quail-insert-decode-map): Check the
4835 frame width of a window displaying the current buffer, not that of
4836 the selected frame.
4837 (quail-help): Make sure that the help buffer has window before
4838 inserting text in it.
4839
e04d21aa
SS
48402000-12-07 Sam Steingold <sds@gnu.org>
4841
4842 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4843 Backquote is used in isearch.el, so autoloading saves nothing.
4844
fc3e23a4
EZ
48452000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4846
83c9cb8e
SM
4847 * startup.el (normal-top-level-add-subdirs-to-load-path):
4848 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4849
fc3e23a4
EZ
4850 * dired.el (dired-insert-directory): If file-system-info is
4851 fboundp, call it instead of invoking dired-free-space-program.
4852
796ecd10
GM
48532000-12-07 Gerd Moellmann <gerd@gnu.org>
4854
0f5f7c3e
GM
4855 * server.el (server-visit-files): Push files on file-name-history.
4856
3764ba49
GM
4857 * progmodes/cc-langs.el: Update copyright.
4858
8e7931da
GM
4859 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4860
ae0d7485 4861 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4862
796ecd10
GM
4863 * bindings.el (mode-line-mode-menu): Reverse the order
4864 of define-keys so that the menu appears in alphabetical order.
4865
ae0d7485
GM
48662000-12-07 Milan Zamazal <pdm@freesoft.cz>
4867
4868 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4869 of the function.
4870
e2849090
DL
48712000-12-07 Dave Love <fx@gnu.org>
4872
4873 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4874
4875 * facemenu.el (facemenu-unlisted-faces): Fix value.
4876
5c7f629c
SM
48772000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4878
4879 * font-lock.el (font-lock-default-fontify-region):
4880 Include the terminating \n (off-by-one error).
4881 (font-lock-set-defaults): Use dolist.
4882
4883 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4884
73481ae3
KH
48852000-12-07 Kenichi Handa <handa@etl.go.jp>
4886
83c9cb8e
SM
4887 * international/mule-cmds.el (describe-language-environment):
4888 Fix for the case that an input method title is not string but a list.
ffbaa122 4889
73481ae3
KH
4890 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4891 of wrong SIZE record.
4892
e2896b22
DL
48932000-12-06 Dave Love <fx@gnu.org>
4894
67292061
DL
4895 * newcomment.el (comment-region, comment-dwim): Doc fix.
4896
4897 * textmodes/texinfo.el: Require tex-mode when compiling.
4898 (texinfo-update-node): Doc fix.
4899 (texinfo-imenu-generic-expression): Add @anchor.
4900 (texinfo-font-lock-keywords): Add @uref.
4901 (texinfo-inside-macro-p): Don't use ignore-errors.
4902 (texinfo-insert-quote): Match more contexts.
4903
e76938e7
DL
4904 * international/mule.el (decode-char, encode-char): Doc fix.
4905 (auto-coding-alist): Customize.
4906
4907 * files.el (load-file): Fix change of 2000-03-12.
4908
e2896b22
DL
4909 * wid-edit.el (widget-text-keymap): Doc fix.
4910
6610f4b2
AI
49112000-12-06 Andrew Innes <andrewi@gnu.org>
4912
4913 * makefile.w32-in (lisp): Set to an absolute directory, namely
4914 $(CURDIR).
4915
9e3366e4
EZ
49162000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4917
4918 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4919 read generated-autoload-file, and set buffer-file-coding-system to
4920 raw-text-unix after reading the file.
4921
83c9cb8e
SM
4922 * international/mule-conf.el (file-coding-system-alist):
4923 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4924
d94d636f
GM
49252000-12-06 Gerd Moellmann <gerd@gnu.org>
4926
384333ee
GM
4927 * replace.el (occur): Make line-number-width 1 smaller for the
4928 colon following the line number.
4929
83c9cb8e
SM
4930 * startup.el (fancy-splash-text, command-line-1):
4931 Use `File' for the menu name instead of `Files'.
e04d21aa 4932
d4b72d58
GM
4933 * tmm.el: Update copyright.
4934
d94d636f
GM
4935 * cus-start.el: Add entry for even-window-heights.
4936
6e424019
MB
49372000-12-06 Miles Bader <miles@gnu.org>
4938
4939 * faces.el (frame-set-background-mode): Avoid stomping on
4940 locally modified faces.
4941
e6477b58
KH
49422000-12-06 Kenichi Handa <handa@etl.go.jp>
4943
4944 * international/fontset.el: Correct the font registries for
4945 japanese-jisx0213-1 and japanese-jisx0213-2.
4946
21999ab9
GM
49472000-12-05 Gerd Moellmann <gerd@gnu.org>
4948
57d6e381
GM
4949 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4950
21999ab9
GM
4951 * iswitchb.el: Update customization commentary.
4952
7422819c
GM
49532000-12-05 Rob Riepel <riepel@Stanford.EDU>
4954
4955 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4956 (tpu-search-highlight): Fixed comparison of overlay end positions.
4957 (tpu-trim-line-ends): Implemented trimming logic locally.
4958
4959 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4960 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4961
73daff18
KH
49622000-12-05 Kenichi Handa <handa@etl.go.jp>
4963
4964 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4965 to cn-gb.
4966 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4967
6a4cd002
DL
49682000-12-04 Dave Love <fx@gnu.org>
4969
4970 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4971
6452929e
GM
49722000-12-04 Gerd Moellmann <gerd@gnu.org>
4973
e04d21aa 4974 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4975 (rmail-summary-expunge-and-save): Ask for confirmation with
4976 rmail-expunge-confirmed.
4977
4978 * mail/rmail.el (rmail-expunge-confirmed): New function.
4979 (rmail-expunge): Use it.
4980
1790abf4
FP
49812000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4982
0c68ce6f 4983 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4984 (etags-recognize-tags-table, find-tag-in-order):
4985 New functionality: interpret file names as tags.
e04d21aa 4986
7a53d8c8
EZ
49872000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4988
4989 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4990 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4991 the first subnode until the bottom of the current node is visible.
7a53d8c8 4992
caa15ef7
GM
49932000-12-04 Gerd Moellmann <gerd@gnu.org>
4994
4995 * format.el (format-decode): Don't change buffer's undo list.
4996
e225faa7
KH
49972000-12-04 Kenichi Handa <handa@etl.go.jp>
4998
4999 * faces.el (face-font-registry-alternatives): Add entries for CJK
5000 fonts. Doc-string adjusted for the actual usage of this data.
5001
5002 * international/fontset.el: Change the font registries for CJK
5003 fonts in the default fontset. Don't append '*' to registries.
5004
8b262a65
SM
50052000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5006
e04d21aa 5007 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5008 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5009
5010 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5011 (derived-mode-p): New function.
5012 (derived-mode-make-docstring): Add `docstring' argument.
5013 Use it if available and complete it if necessary.
5014
33c4460b
AS
50152000-12-03 Andreas Schwab <schwab@suse.de>
5016
5017 * type-break.el (type-break): Don't make parent of itself.
5018
5c9b3fac
MB
50192000-12-03 Miles Bader <miles@gnu.org>
5020
5021 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5022
27ce741e
SM
50232000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5024
07c16ec4
SM
5025 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5026 (tex-main-file, tex-file): Simplify.
5027 (tex-generate-zap-file-name): Use subst-char-in-string.
5028 (tex-strip-dots): Remove.
5029
c19cc275
SM
5030 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5031
27ce741e
SM
5032 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5033 to check if the match succeeded.
5034
285991dc
GM
50352000-12-02 Gerd Moellmann <gerd@gnu.org>
5036
5037 * startup.el (use-fancy-splash-screens-p): New function.
5038 (command-line-1): Use it to determine whether or not to use
5039 a fancy splash screen.
5040
52dca1b2
AS
50412000-12-02 Andreas Schwab <schwab@suse.de>
5042
5043 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5044
d3e7e7cf
EZ
50452000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5046
2dce2360
EZ
5047 * international/mule.el (make-char): Fix last change.
5048
9768eaa7
EZ
5049 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5050 New defcustoms.
5051 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5052 autoloading tex-mode; instead, do the same manually.
5053 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5054 with numeric argument. Docstring fix.
5055 (toplevel): Require cl when compiling.
e04d21aa 5056
285991dc 5057 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5058
0dd5e255
JR
50592000-12-02 Jason Rumney <jasonr@gnu.org>
5060
5061 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5062 the Emacs Lisp manual)
5063
fbb87147
EZ
50642000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5065
5cbb3e93
EZ
5066 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5067
fbb87147
EZ
5068 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5069 the Emacs Lisp manual).
5070
1636ca09
GM
50712000-12-02 Gerd Moellmann <gerd@gnu.org>
5072
5073 * simple.el (next-line-add-newlines): Change default to nil.
5074
68875f0e
EZ
50752000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5076
83c9cb8e
SM
5077 * files.el (revert-buffer, recover-file):
5078 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5079
fd9ac94c
GM
50802000-12-01 Gerd Moellmann <gerd@gnu.org>
5081
5082 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5083
45450dd5
MB
50842000-12-01 Miles Bader <miles@gnu.org>
5085
5086 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5087
09df8881
KH
50882000-12-01 Kenichi Handa <handa@etl.go.jp>
5089
5090 * international/mule-diag.el (describe-char-after): Fix typo.
5091 (describe-character-set, non-iso-charset-alist): Fix typo.
5092
dea0a87d
MB
50932000-12-01 Miles Bader <miles@gnu.org>
5094
b170205b
MB
5095 * image-file.el (image-file-name-regexp): Automatically add
5096 upper-case variants of each filename extension in
5097 `image-file-name-extensions', since they seem to be common.
5098
e04d21aa 5099 * simple.el (minibuffer-contents)
dea0a87d
MB
5100 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5101 New functions.
5102 * filecache.el (file-cache-directory-name)
5103 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5104
eb04d6cd 51052000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5106
dea0a87d
MB
5107 * filecache.el (file-cache-minibuffer-complete): Don't try to
5108 delete the minibuffer prompt.
5109
a8a1b05d
DL
51102000-11-30 Dave Love <fx@gnu.org>
5111
5112 * cus-start.el: Fix read-buffer-function type.
5113
693c4692
GM
51142000-11-30 Gerd Moellmann <gerd@gnu.org>
5115
5116 * md5.el: Removed. There's a built-in function, now.
5117
2c0b1898
GM
51182000-11-30 Markus Rost <rost@math.ohio-state.edu>
5119
5120 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5121 as dummy 0-th char of rmail-deleted-vector.
5122
63dfcf4b
EZ
51232000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5124
5125 * ps-print.el (ps-end-job): Bind case-fold-search only after
5126 switching to ps-spool-buffer.
5127
51282000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5129
5130 * ps-print.el: Line number font customization. PostScript: Lines and
5131 PageCount are initialized on each page. Doc Fix.
5132 (ps-print-version): New version number (6.3.2).
5133 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5134 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5135 (ps-right-header): Customization fix.
5136 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5137 Fix code.
5138 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5139 New vars.
5140
df3aedcf
GM
51412000-11-30 Gerd Moellmann <gerd@gnu.org>
5142
edfb795e
GM
5143 * bs.el: Fix typos and spelling errors.
5144 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5145 (bs-configuration): Doc fix.
e04d21aa 5146
df3aedcf
GM
5147 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5148
8b8a7f01
GM
51492000-11-30 Rob Riepel <riepel@Stanford.EDU>
5150
5151 * emulation/tpu-edt.el (tpu-version): New version.
5152 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5153 (tpu-original-mode-line): Variable deleted.
5154 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5155 (tpu-set-mode-line): Don't redefine mode-line-format.
5156 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5157 (tpu-update-mode-line): New mark flag logic.
5158 (tpu-get): Use find-file-wildcards.
5159 (tpu-search-highlight): Move overlay less, reset overlay properly.
5160 (tpu-unselect): Deactivate mark.
5161 (tpu-lm-replace): Reset overlay properly.
5162 (tpu-forward-line): Use forward-visible-line.
5163 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5164
83c9cb8e 5165 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5166
c069a9d3
GM
51672000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5168
5169 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5170
b02cd40b
GM
51712000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5172
5173 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5174 and skip whitespace and newlines.
e04d21aa 5175
b7a90344
SM
51762000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5177
5178 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5179
be6bbb55
GM
51802000-11-29 Gerd Moellmann <gerd@gnu.org>
5181
0383ed60
GM
5182 * help.el (describe-function-1): Regexp-quote function name
5183 when used as part of a regexp.
5184
83c9cb8e
SM
5185 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5186 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5187 (tool-bar-add-item): Likewise, and handle unspecified colors.
5188
5189 * enriched.el (enriched-face-ans): Use face-attribute instead
5190 of face-foreground and face-background.
5191
5192 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5193 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5194
7423978d
GM
5195 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5196
ef128c78
GM
5197 * play/5x5.el: Remove version info.
5198
a81fc510
GM
5199 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5200
be6bbb55
GM
5201 * frame.el (blink-cursor-mode): Doc fix.
5202
f9396e03
GM
52032000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5204
5205 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5206 to create Makefile rules.
5207 (antlr-tool-command): New user option.
5208 (antlr-ask-about-save): New user option.
5209 (antlr-makefile-specification): New user option.
5210 (antlr-file-formats-alist): New variable.
5211 (antlr-special-file-formats): New variable.
5212 (antlr-unknown-file-formats): New user option.
5213 (antlr-help-unknown-file-text): New variable.
5214 (antlr-help-rules-intro): New variable.
5215 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5216 (antlr-mode-menu): Add entries.
5217 (antlr-file-dependencies): New function.
5218 (antlr-directory-dependencies): New function.
5219 (antlr-superclasses-glibs): New function.
5220 (antlr-run-tool): New command.
5221 (antlr-makefile-insert-variable): New function.
5222 (antlr-insert-makefile-rules): New function.
5223 (antlr-show-makefile-rules): New command.
5224
5225 * antlr-mode.el: More Emacs/XEmacs stuff.
5226 (antlr-no-action-keywords): New constant with value nil.
5227 (antlr-font-lock-keywords-alist): Use it. Old value would break
5228 syntax highlighting in Emacs-21.0.
5229 (antlr-default-directory): Emacs/XEmacs dependend function.
5230 (antlr-read-shell-command): Ditto.
5231 (antlr-with-displaying-help-buffer): Ditto.
5232
52332000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5234
5235 * antlr-mode.el: imenu, parsing and highlighting changes.
5236 (antlr-imenu-create-index-function): Don't create extra submenus
5237 for definitions in different grammar classes. It is not necessary
5238 for the menu and would make command `imenu' awkward to use.
5239 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5240 header actions and more than one.
5241 (antlr-font-lock-tokendef-face): Changed color.
5242 (antlr-font-lock-tokenref-face): Changed color.
5243 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5244 (antlr-mode-syntax-table): New variable.
5245 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5246 (antlr-with-syntax-table): Don't copy syntax table.
5247
52482000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5249
5250 * antlr-mode.el: Minor changes: language setting.
5251 (antlr-language-alist): The value for file option "language" can
5252 be both an identifier and a string.
5253 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5254 (antlr-language-limit-n-regexp): Change accordingly.
5255
52562000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5257
5258 * antlr-mode.el: Minor changes: tabs, hiding.
5259 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5260 (antlr-action-visibility): Also allow value nil to also hide the
5261 braces. Renamed from `antlr-tiny-action-length'.
5262 Suggested by Jay@aol.com.
5263 (antlr-hide-actions): Change accordingly. Hide line if completely
5264 hidden action is on a line of its own.
e04d21aa 5265
6ad948eb
SM
52662000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5267
5268 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5269
5270 * sort.el (sort-columns): Don't concat strings with numbers.
5271
9c6a4107
DL
52722000-11-29 Dave Love <fx@gnu.org>
5273
5274 * cus-edit.el (face): Fix :format.
5275
5276 * mail/feedmail.el: Require smtpmail when compiling.
5277 (mail-do-fcc): Autoload.
5278 (feedmail) <defgroup>: Fix :link.
5279 (feedmail-nuke-body-in-fcc): Fix :type.
5280 (feedmail-send-it): Add autoload cookie.
5281
053b8d35
SM
52822000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5283
5284 * newcomment.el (comment-indent): Save excursion around call to
5285 comment-indent-function.
5286
242c13e8
MB
52872000-11-29 Miles Bader <miles@gnu.org>
5288
5289 * subr.el (member-ignore-case): Return the tail of the list who's
5290 car matches, like `member', not the matching element itself.
5291
8f4b5f28
KH
52922000-11-29 Kenichi Handa <handa@etl.go.jp>
5293
5294 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5295 should not contain `\n'.
5296
bebe4a2c
GM
52972000-11-28 Gerd Moellmann <gerd@gnu.org>
5298
fd9ac94c 5299 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5300
ba7e40eb
GM
5301 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5302
75ab0c79
GM
5303 * dired-aux.el (dired-do-create-files): Construct default file
5304 name for dired-mark-read-file-name so that when the user enters
5305 just RET, the target file will end up in the target directory.
5306
bebe4a2c
GM
5307 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5308 local-abbrev-table before changing buffers because it might
5309 have a buffer-local binding.
5310
fa6d1ca8
MB
53112000-11-28 Miles Bader <miles@gnu.org>
5312
5313 * simple.el (delete-horizontal-space): Handle fields more generally.
5314
8d2c2642
GM
53152000-11-28 Gerd Moellmann <gerd@gnu.org>
5316
5317 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5318
8b31236d
DL
53192000-11-28 Dave Love <fx@gnu.org>
5320
3cbd02d2
DL
5321 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5322 comment-start-skip locally.
5323
8b31236d
DL
5324 * progmodes/fortran.el (fortran-mode): Don't set
5325 fortran-comment-line-start-skip. Set comment-start to
5326 fortran-comment-line-start.
5327 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5328 (fortran-comment-line-start-skip): Simplify slightly.
5329
ae4bf56d
GM
53302000-11-28 Gerd Moellmann <gerd@gnu.org>
5331
17ef7534
GM
5332 * play/5x5.el: Remove RCS keyword.
5333
fd9ac94c 5334 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5335
665b27a6
GM
53362000-11-28 Milan Zamazal <pdm@freesoft.cz>
5337
83c9cb8e
SM
5338 * textmodes/tildify.el (tildify-string-alist):
5339 Add `plain-tex-mode' here.
665b27a6 5340
fe3c2ae3
GM
53412000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5342
5343 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5344 reference.
5345
d970106b
MB
53462000-11-28 Miles Bader <miles@gnu.org>
5347
36b80a0d
MB
5348 * cus-face.el (custom-face-attributes): Add post-filter function
5349 for :box. Make pre-filter function for :box handle all cases.
5350
d970106b
MB
5351 * wid-edit.el (widget-choose): Make sure pop-up window is large
5352 enough to display all the choices, as there's no way to scroll it.
5353
5a2bae6c
KH
53542000-11-28 Kenichi Handa <handa@etl.go.jp>
5355
5356 * international/mule-conf.el: Make the coding system no-conversion
5357 safe for all characters.
5358
9e836e23
DL
53592000-11-27 Dave Love <fx@gnu.org>
5360
8b31236d
DL
5361 * net/ldap.el (ldap) <defgroup>: Add :version.
5362
9e836e23
DL
5363 * tooltip.el (tooltip-use-echo-area): Doc fix.
5364
5365 * cus-start.el <minibuffer-prompt-properties>: Add version.
5366 <read-buffer-function>: Add.
5367
5368 * apropos.el (apropos-print): Add help-echo to active text.
5369
5370 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5371
4a74d071
GM
53722000-11-27 Gerd Moellmann <gerd@gnu.org>
5373
5374 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5375 type, group and version.
5376
76058c27
EZ
53772000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5378
4a74d071 5379 * select.el (x-get-selection): Docstring fix.
76058c27 5380
fd9ac94c 53812000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5382
fd9ac94c 5383 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5384
49060c51
AI
53852000-11-27 Andrew Innes <andrewi@gnu.org>
5386
5387 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5388
5389 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5390
b2a8e429
MB
53912000-11-27 Miles Bader <miles@gnu.org>
5392
5393 * dired.el (dired-get-filename): Return filename verbatim if
5394 LOCALP is `verbatim'.
5395 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5396 `verbatim' so that we don't inadvertently delete a non-existant
5397 directory name.
5398
5ac0366d
KH
53992000-11-27 Kenichi Handa <handa@etl.go.jp>
5400
5401 * international/characters.el: Specify cases and syntaxes for
5402 mule-unicode-0100-24ff.
5403
67f1cf4c
GM
54042000-11-27 Gerd Moellmann <gerd@gnu.org>
5405
5406 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5407 that foreground and/or background colors of the face `tool-bar'
5408 are unspecified.
5409
46c56972
MB
54102000-11-27 Miles Bader <miles@gnu.org>
5411
e04d21aa 5412 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5413 (widget-field-end): Handle widget field `pseudo-overlays'.
5414 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5415 if it's there instead of in `widget-field-list'.
5416
46c56972 5417 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5418 (help-make-xrefs): Delete extraneous newlines at the end of the
5419 docstring.
46c56972 5420
640a9cdd
JR
54212000-11-25 Jason Rumney <jasonr@gnu.org>
5422
5423 * startup.el (command-line): Call set-locale-environment after
5424 Window System init file is read, as it can result in a call to
5425 redraw-frame.
5426
0b3f96d4
EZ
54272000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5428
5429 * simple.el (shell-command): Mention the effect of the prefix
5430 argument in the doc string.
5431
8da6e2a1
MB
54322000-11-25 Miles Bader <miles@gnu.org>
5433
a658d039
MB
5434 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5435
8da6e2a1 5436 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5437 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5438
d3416cca
JR
54392000-11-24 Jason Rumney <jasonr@gnu.org>
5440
5441 * international/mule-cmds.el (locale-language-names): Add "jp" as
5442 a non-standard alternative for Japanese.
5443
17e37f53
AS
54442000-11-24 Andre Spiegel <spiegel@gnu.org>
5445
5446 * vc-hooks.el: Require 'cl during compilation.
5447
9aa5f148
GM
54482000-11-24 Gerd Moellmann <gerd@gnu.org>
5449
ba193890
GM
5450 * faces.el (face-set-after-frame-default): Let face attributes
5451 specified for new frames override frame parameters.
5452
9aa5f148
GM
5453 * startup.el (command-line): Fix computation of the source file
5454 for user-init-file when user-init-file is a compiled file.
5455
51a1edab
MB
54562000-11-24 Miles Bader <miles@gnu.org>
5457
e04d21aa 5458 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5459 (custom-post-filter-face-spec): New functions.
5460 (custom-face-set, custom-face-value-create): Filter the face spec
5461 before and after customization.
5462 (custom-face-set): If VALUE specifies a null face, pass a
5463 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5464 * cus-face.el (custom-face-attributes): Remove SET and GET
5465 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5466 cases they're needed.
5467
1ed74431
MB
5468 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5469 that it's distinguishable from the :off-glyph on dark-background
5470 displays. Set its background color too.
5471
67ee1125
MB
5472 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5473 so that people can easily turn it off.
5474
7d027816 54752000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5476
7d027816 5477 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5478
9aa5f148 5479 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5480
9aa5f148 5481 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5482
9aa5f148 5483 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5484 redundant skip-small-frames test.
e04d21aa 5485
9aa5f148 5486 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5487 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5488
9aa5f148
GM
5489 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5490 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5491 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5492 New functions.
e04d21aa 5493
9aa5f148 5494 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5495
9aa5f148 5496 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5497
f07fa1b8
KH
54982000-11-24 Kenichi Handa <handa@etl.go.jp>
5499
83c9cb8e
SM
5500 * international/mule-diag.el (list-iso-charset-chars):
5501 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5502 (list-non-iso-charset-chars): Fix the `while' condition.
5503
ba8299ff
SM
55042000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5505
79372165
SM
5506 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5507 if the variable is make-variable-buffer-local.
5508
83c9cb8e
SM
5509 * progmodes/ada-stmt.el (ada-template-map):
5510 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5511 (ada-stmt-mode-hook): New function extracted from old code.
5512 Only change the buffer-local side of skeleton-*.
5513 (ada-mode-hook): Use it.
5514
68a887fa
EZ
55152000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5516
5517 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5518 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5519 we expect to be returned by minibuffer-depth once we prompt the
5520 user in the minibuffer.
5521 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5522 as recorded in iswitchb-minibuf-depth, return non-nil.
5523
3b345582
EZ
55242000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5525
5526 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5527 (hscroll-window-maybe): Docstring fix.
5528
595dead2
DL
55292000-11-23 Dave Love <fx@gnu.org>
5530
5531 * rect.el (string-rectangle): Don't test delete-selection-mode.
5532
1e66b27a
GM
55332000-11-23 Gerd Moellmann <gerd@gnu.org>
5534
02790ce2
GM
5535 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5536 is in the tool bar.
5537
1e66b27a 5538 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5539 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5540
a4caa65d
SM
55412000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5542
5543 * textmodes/outline.el (outline-flag-region):
5544 Don't bind inhibit-read-only since we don't modify the buffer.
5545 (outline-isearch-open-invisible): Don't jump to overlay-start
5546 since we're trying to unhide text around point.
5547 (outline-discard-overlays): Use dolist.
5548
5549 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5550
03e757c1
GM
55512000-11-22 Gerd Moellmann <gerd@gnu.org>
5552
83c9cb8e 5553 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5554
1598a961
SM
55552000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5556
5557 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5558 Fix ARG regexp to skip quoted braces.
5559 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5560 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5561 are (correctly) handled separately).
5562 Remove `caption' and `footnote' from `citations': they contain text.
5563 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5564 (latex-skeleton-end-hook): New function.
5565 (latex-mode): Use it.
5566 (tex-start-tex-marker): Remove.
5567 (tex-send-tex-command): Don't set tex-start-tex-marker.
5568 (tex-error-parse-syntax-table): New var.
5569 (tex-compilation-parse-errors): Use it.
5570 Ignore tex-start-tex-marker. Don't bother with marker-position.
5571 (tex-validate-buffer): Don't bother with marker-position.
5572
5573 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5574 (flyspell-generic-progmode-verify): Use it.
1598a961 5575
eaae8106
SS
55762000-11-22 Sam Steingold <sds@gnu.org>
5577
83c9cb8e 5578 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5579
eaae8106 5580 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5581 `ada-remove-trailing-spaces'.
eaae8106 5582 (ada-remove-trailing-spaces): Removed.
e04d21aa 5583
eaae8106 5584 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5585
1598a961
SM
5586 * textmodes/picture.el (picture-clean): Removed.
5587 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5588
a41d49e9
GM
55892000-11-22 Gerd Moellmann <gerd@gnu.org>
5590
e053c60f
GM
5591 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5592
a41d49e9
GM
5593 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5594 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5595 do anything special when jit-lock is active.
a41d49e9
GM
5596 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5597
197615f3
DL
55982000-11-22 Dave Love <fx@gnu.org>
5599
ddbfaa9f
DL
5600 * calendar/todo-mode.el (todo-top-priorities): Use
5601 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5602
ddc3c695
DL
5603 * language/chinese.el, language/cyrillic.el:
5604 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5605 * language/hebrew.el, language/indian.el, language/japanese.el:
5606 * language/korean.el, language/lao.el, language/misc-lang.el:
5607 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5608 Use provide.
5609
fb9fa98d
DL
5610 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5611 (custom-variable-set): Improve validation error mesage.
5612
197615f3
DL
5613 * rect.el (string-rectangle): Revert last change.
5614 (string-rectangle-line): New arg DELETE.
5615 (string-rectangle): Check delete-selection-mode.
5616
5617 * emacs-lisp/edebug.el (edebug-version)
5618 (edebug-maintainer-address): Deleted.
5619 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5620 (edebug-read-function): Account for other `'#' read forms.
5621 (edebug-mode-menus): Make some items toggles.
5622 (edebug-outside-unread-command-event, unread-command-event):
5623 Remove these to avoid warnings.
5624
f4117c4d
GM
56252000-11-22 David Ponce <david@dponce.com>
5626
5627 * recentf.el (recentf-menu-items-for-commands)
5628 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5629 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5630
f4117c4d
GM
5631 (recentf-build-dir-rules, recentf-dump-variable)
5632 (recentf-edit-list, recentf-open-files-item)
5633 (recentf-open-files): Replaced unnecessary `mapcar' with new
5634 built-in `mapc'.
eaae8106 5635
f8e2f3f2
MB
56362000-11-23 Miles Bader <miles@gnu.org>
5637
5638 * faces.el (menu): Make inverse-video on ttys too.
5639
4c4a541d
SM
56402000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5641
5642 * simple.el (comment-line-break-function): Use the new name
5643 indent-new-comment-line -> comment-indent-new-line.
5644 (clone-indirect-buffer): Don't ignore NORECORD.
5645 (next-completion): Properly handle the case where items are adjacent.
5646
5647 * mouse.el (popup-menu): Stupid typo.
5648
980d836e
GM
56492000-11-22 Gerd Moellmann <gerd@gnu.org>
5650
60e8e0a5
GM
5651 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5652 maintainer, keywords tags.
5653
980d836e
GM
5654 * rect.el (replace-rectangle): Don't call string-rectangle-line
5655 with too many arguments.
5656
e08b2069
AS
56572000-11-22 Andre Spiegel <spiegel@gnu.org>
5658
60e8e0a5 5659 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5660 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5661 vc-locking-user, which no longer exists.
5662
5663 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5664
c6779d8d
DL
56652000-11-22 Dave Love <fx@gnu.org>
5666
5667 * md5.el (md5): Provide.
5668 (md5): Fix error call.
5669
e672fdce
MB
56702000-11-22 Miles Bader <miles@gnu.org>
5671
eaae8106 5672 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5673 (refill-fill-paragraph-at): Remove debugging code.
5674
80e24c04
MB
5675 * calendar/calendar.el (generate-calendar-window): When we don't
5676 call `fit-window-to-buffer', make sure the top line is fully visible.
5677
3a17d6cc
MB
5678 * image-file.el (insert-image-file): Don't make `read-only'
5679 property rear-nonsticky.
5680
ae1a21c6
MB
5681 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5682 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5683 stashing away its original value.
5684 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5685 in the recursive edit.
5686 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5687 (isearch-done): Restore `minibuffer-message-timeout'.
5688
e672fdce
MB
5689 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5690
3ea79df8
SM
56912000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5692
5693 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5694
5695 * find-lisp.el (find-lisp-find-files-internal):
5696 Use dolist, when and file-name-as-directory.
5697
980d836e 5698 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5699 (define-derived-mode, define-minor-mode): Add specs.
5700
5701 * window.el: General comment and spacing fixes.
5702 (save-selected-window): Use backquotes.
5703 (window-safely-shrinkable-p): New function.
5704 (shrink-window-if-larger-than-buffer): Use it.
5705
5706 * subr.el (make-local-hook): Docstring fix.
5707
5708 * shell.el (shell-mode): Use define-derived-mode.
5709
5710 * newcomment.el (comment-indent): Insert comment before calling
5711 comment-indent-function. Don't insert in column 0.
5712 (comment-dwim): Indent before inserting comment.
5713
5714 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5715 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5716 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5717 Use mapc rather than map.
5718
5719 * files.el (find-buffer-visiting): Compare all attributes before
5720 declaring two files identical (rather than just their inode-no).
5721 (auto-mode-alist): Use \' rather than $.
5722
5723 * which-func.el: Update maintainer line.
5724
5725 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5726 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5727 (uniquify-buffer-file-name): Use it.
5728
8f62f2b8
MB
57292000-11-22 Miles Bader <miles@gnu.org>
5730
5731 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5732 * simple.el (minibuffer-avoid-prompt): New function.
5733
fb279a6d
GM
57342000-11-21 Gerd Moellmann <gerd@gnu.org>
5735
5736 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5737
867092e9
MB
57382000-11-21 Miles Bader <miles@gnu.org>
5739
ef860850
MB
5740 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5741 inclusion of `track-mouse'.
5742
867092e9
MB
5743 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5744 (refill-adjust-ignorable-overlay): New function.
5745 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5746 only the paragraph's tail if possible.
5747 Update `refill-ignorable-overlay'.
5748 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5749
5750 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5751 point inside the fill-prefix.
5752
5753 * textmodes/refill.el (refill-post-command-function): Don't reset
5754 refill-doit in the case where a self-insertion command doesn't
5755 case a refill. Use `refill-fill-paragraph-at', getting position
5756 from `refill-doit'.
5757 (refill-after-change-function): Set `refill-doit' to END.
5758 (refill-fill-paragraph-at): New function, mostly from old
5759 refill-fill-paragraph.
5760 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5761 (refill-pre-command-function): New function.
5762 (refill-mode): Add it to `pre-command-hook'.
5763
ff9ab414
GM
57642000-11-20 Gerd Moellmann <gerd@gnu.org>
5765
29a01b72
GM
5766 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5767
ff9ab414
GM
5768 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5769 javadoc tags.
eaae8106 5770
885b211b
AS
57712000-11-20 Andre Spiegel <spiegel@gnu.org>
5772
5773 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5774 vc.el).
5775
eaae8106 5776 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5777 require vc.
eaae8106
SS
5778
5779 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5780 checkouts.
eaae8106 5781
d1838556
DL
57822000-11-20 Dave Love <fx@gnu.org>
5783
5784 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5785
2b69bc11 57862000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5787
2b69bc11
GM
5788 * calculator.el (calculator-paste): Use `if' instead of `and'
5789 and `or'.
5790 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5791
b95b34e5
GM
57922000-11-19 Gerd Moellmann <gerd@gnu.org>
5793
030de92f
GM
5794 * info.el (info-menu-5): Doc fix.
5795
b95b34e5
GM
5796 * textmodes/artist.el: New file.
5797
54970452
AS
57982000-11-19 Andre Spiegel <spiegel@gnu.org>
5799
eaae8106 5800 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5801 and differentiate according to checkout model.
5802 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5803 since this function is only concerned with master state.
5804
83c9cb8e
SM
5805 * vc-hooks.el (vc-workfile-unchanged-p)
5806 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5807
83c9cb8e
SM
5808 * vc.el (vc-workfile-unchanged-p)
5809 (vc-default-workfile-unchanged-p): See above.
54970452 5810
e5a9dabf
MB
58112000-11-19 Miles Bader <miles@gnu.org>
5812
5813 * image-file.el (insert-image-file): Make `intangible' and
5814 `read-only' properties rear-nonsticky too.
5815
24127af0
GM
58162000-11-18 Gerd Moellmann <gerd@gnu.org>
5817
d392e9c5 5818 * ps-print.el: Update copyright notice.
eaae8106 5819
d392e9c5
GM
5820 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5821 (tooltip-show): Use the offsets.
5822
24127af0 5823 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5824 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5825 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5826
2b69bc11 58272000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5828
2b69bc11
GM
5829 * ps-print.el (toplevel): Test for find-coding-system being
5830 fboundp before calling ps-x-find-coding-system.
08ea6f17 5831
66321b2f
SM
58322000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5833
5834 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5835 (vc-version-backup-file): Docstring fix.
5836
046110c6
GM
58372000-11-16 Gerd Moellmann <gerd@gnu.org>
5838
4104194e
GM
5839 * files.el (basic-save-buffer): Don't add a newline if
5840 find-file-literally is non-nil.
5841 (find-file-literally): Extend doc string.
5842
046110c6
GM
5843 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5844 sort(1) with the `-f' argument.
5845
6505c16e
AS
58462000-11-16 Andre Spiegel <spiegel@gnu.org>
5847
fd063975
AS
5848 * vc.el: Updated backend documentation.
5849 (vc-default-check-headers): New function.
5850
3d02dd81 5851 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5852
5853 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5854 up-to-date.
eaae8106 5855 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5856 the minibuffer is not active.
fd063975 5857
eaae8106 5858 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5859 `vc-cvs-use-edit' is on.
eaae8106
SS
5860 (vc-cvs-checkout): When this is used for reverting the workfile,
5861 make a backup of the original contents and revert to that in case
8791d617 5862 of error.
eaae8106 5863 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5864 remote repositories.
eaae8106 5865
6505c16e
AS
5866 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5867 for both version and ratio in the minibuffer.
fd063975 5868
eaae8106 5869 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5870 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5871
a13f0660
KH
58722000-11-16 Kenichi Handa <handa@etl.go.jp>
5873
5874 * international/quail.el (quail-start-translation): Don't call
5875 `message' before reading key sequence.
5876
1389a414
MB
58772000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5878
5879 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5880
9256a532
KH
58812000-11-16 Kenichi Handa <handa@etl.go.jp>
5882
5883 * window.el (fit-window-to-buffer): Be sure to acquire at least
5884 one text line even if the buffer is empty.
5885
0e14fe9f
GM
58862000-11-16 Gerd Moellmann <gerd@gnu.org>
5887
eaae8106 5888 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5889 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5890 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5891
da645c53
DL
58922000-11-15 Dave Love <fx@gnu.org>
5893
83c9cb8e
SM
5894 * wid-edit.el (widget-specify-field, widget-specify-button):
5895 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5896 widget-mouse-help.
5897 (widget-mouse-help): New function.
5898 (widget-echo-help): Rewritten for :help-echo functions only taking
5899 a widget arg.
5900
83c9cb8e
SM
5901 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5902 Use display-graphic-p.
b12057b9
DL
5903 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5904 and that JPEG is available.
5905 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5906
da645c53
DL
5907 * international/mule-cmds.el (locale-charset-language-names):
5908 Match @euro.
5909
6d133d1f
GM
59102000-11-15 Gerd Moellmann <gerd@gnu.org>
5911
83c9cb8e
SM
5912 * faces.el (face-set-after-frame-default):
5913 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5914 default face from X resources.
5915
49ac2ac5
EZ
59162000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5917
5918 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5919 Don't set EMACSLOADPATH.
5920
4fb0a34c
EZ
59212000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5922
5923 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5924 texinfo-insert-@url.
5925 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5926 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5927
bb304a7a
SM
59282000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5929
82bc80bf
SM
5930 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5931 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5932 (checkdoc-minor-keymap): Backward compatibility.
5933 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5934 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5935 (checkdoc-this-string-valid-engine): Be a bit more strict
5936 to avoid matching substrings of `...' quoted vars/funs.
5937 (checkdoc-defun-info): Only look for `interactive' if alone.
5938 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5939
e8c87124
SM
5940 * progmodes/compile.el (grep): `tag-default' can be nil.
5941
bb304a7a
SM
5942 * newcomment.el (comment-indent): Paren typo.
5943
8628686a
DL
59442000-11-14 Dave Love <fx@gnu.org>
5945
25c269ef
DL
5946 * calculator.el: New maintainer version.
5947
66321b2f 5948 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5949
8628686a
DL
5950 * cmuscheme.el: Doc fixes.
5951 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5952 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5953
5954 * xscheme.el (scheme-program-name): Don't define here.
5955
5956 * progmodes/scheme.el (scheme-program-name): New variable
5957 (originally in cmuscheme).
5958
88f0a1eb
MB
59592000-11-14 Miles Bader <miles@gnu.org>
5960
5961 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5962 Handle header-lines. Don't loop forever if we can't enlarge the
5963 window anymore. Simplify a bit.
5964
cd9a000c
KH
59652000-11-14 Kenichi Handa <handa@etl.go.jp>
5966
5967 * window.el (fit-window-to-buffer): Don't check
5968 window-text-height. Assure that the last line is fully visible.
5969
83c9cb8e
SM
5970 * international/quail.el (quail-show-guidance-buf):
5971 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5972 buffer.
5973 (quail-update-guidance): Avoid making the guidance buffer shorter.
5974
d3fcda22
SM
59752000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5976
bdbd9606
SM
5977 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5978 rather than `prepend' and add an interesting comment.
5979 (tex-math-face, tex-font-lock-syntactic-face-function):
5980 New face and function to use it.
5981 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5982 than `menu-enable' symbol property.
5983 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5984 (tex-mode): Add some latex-mode commands for auto-selection.
5985 Use tex-font-lock-syntactic-face-function.
5986 (tex-insert-quote): Simplify.
5987 (tex-shell): New mode.
5988 (tex-start-shell): Use it.
5989 (tex-shell-proc, tex-shell-buf): New functions.
5990 (tex-send-command): Use it.
5991 (tex-main-file): Fix the meaning of the new arg REALFILE.
5992 (tex-send-tex-command): New function split from `tex-start-tex'.
5993 Set compilation-last-buffer and compilation-parsing-end.
5994
d3fcda22
SM
5995 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5996 when it follows non-comment text on the line.
5997
5998 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5999 Set font-lock-defaults.
6000 (lisp-mode-shared-map): Init inside the defvar.
6001 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6002 Use define-derived-mode.
6003
bdab1d43
MB
60042000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6005
6006 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6007
936ae731
GM
60082000-11-14 Gerd Moellmann <gerd@gnu.org>
6009
83c9cb8e
SM
6010 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6011 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6012 recursion; see comment there.
6013
1695ca2b
EZ
60142000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6015
6016 * faces.el (face-spec-set-match-display): Revert the change from
6017 2000-10-24. Add a FIXME for after v21.1.
6018
9d348294
MB
60192000-11-13 Miles Bader <miles@gnu.org>
6020
6021 * textmodes/fill.el (skip-line-prefix): New function.
6022 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6023 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6024 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6025 point inside the fill-prefix.
9d348294 6026
b85fa13c
MB
60272000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6028
83c9cb8e
SM
6029 * calendar/calendar.el (generate-calendar-window):
6030 Use `fit-window-to-buffer'.
b85fa13c 6031
a0b47716
SM
60322000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6033
6034 * gud.el (gud-minor-mode): New var.
6035 (gud-symbol, gud-val): New functions.
6036 (gud-find-file): Copy gud-minor-mode to the new buffer.
6037 (gud-menu-map): Include entries for commands that are not always
6038 available, using :enable to (de)activate them.
6039 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6040 (gud-mode-map): New map.
eaae8106 6041 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6042 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6043 Don't set up gud's menu (it's done by the minor-mode).
6044 (gud-minibuffer-local-map): New.
6045 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6046 (gud-query-cmdline): New function.
6047 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6048 (gud-mode): Use define-derived-mode.
6049 Don't set up gud's menu (it's done by the minor-mode).
6050 (gud-chop-words): Remove.
6051 (gud-common-init): Use split-string instead.
6052 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6053
6054 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6055 Add keyword arg :name.
6056
6057 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6058 (diff-count-matches, diff-split-hunk): New functions.
6059 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6060
6061 * pcvs-info.el (cvs-fi-conflict-face): New var.
6062
6063 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6064 Make it into a simple syntax-table, shared among all submodes.
6065 (sh-heredoc-face): Re-introduce.
6066 (sh-font-lock-syntactic-face-function): New function.
6067 (sh-mode): Use it. Also use define-derived-mode.
6068 Remove old bogus setting of indent-region-function.
6069 (sh-set-shell): Don't set the syntax-table any more.
6070 (sh-mode-syntax-table) <defun>: Remove.
6071
f5ed37df
MB
60722000-11-12 Miles Bader <miles@gnu.org>
6073
6074 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6075 message if interactive.
6076
0b074c2f
DL
60772000-11-12 Dave Love <fx@gnu.org>
6078
6079 * mail/feedmail.el: Fix header,
6080 (feedmail) <defgroup>: Add :link.
6081
6082 * view.el: Use local-map property, not keymap on mode-line string.
6083
83c9cb8e
SM
6084 * scroll-all.el (scroll-all-mode): Customize variable.
6085 Add autoload cookie to function.
0b074c2f
DL
6086
6087 * lazy-lock.el: Remove compatibility code.
6088
6089 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6090 (finder-help-echo): New variable.
6091 (finder-mouse-face-on-line): Add help-echo stuff.
6092 (finder-list-keywords, finder-list-matches): Use mapc.
6093
6094 * faces.el (face-font-registry-alternatives): Add :version.
6095
6096 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6097 tags-table-list.
6098
a0b47716 6099 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6100
a0b47716 6101 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6102 (mail-mode): Use [:alnum:] in some regexps.
6103
6d502396
DL
61042000-11-10 Dave Love <fx@gnu.org>
6105
6106 * ediff.el (ediff-regions-internal, ediff-documentation):
6107 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6108 fundamental mode.
6109
6110 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6111 buffer into fundamental mode.
6112 (ediff-set-difference): Use copy-sequence if available.
6113
83c9cb8e
SM
6114 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6115 Check ediff-patch-map non-nil.
6d502396
DL
6116 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6117 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6118 buffer into fundamental mode.
6119
6120 * ediff-merg.el (state-or-merge): Defvar when compiling.
6121
a82fe213
JR
61222000-11-10 Jason Rumney <jasonr@gnu.org>
6123
6124 * w32-fns.el (w32-add-charset-info): New function.
6125 (w32-charset-info-alist): Use it.
6126
52d89894
GM
61272000-11-10 Gerd Moellmann <gerd@gnu.org>
6128
6129 * faces.el (face-font-registry-alternatives): New user-option.
6130
178932de
SM
61312000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6132
d7fa3319
SM
6133 * textmodes/texinfo.el (texinfo-block-default): New var.
6134 (texinfo-insert-block): Use it. Insert a newline if needed.
6135
178932de
SM
6136 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6137 (fill-region-as-paragraph): Use it.
6138
6139 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6140 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6141 Tweak paragraph regexps to allow a leading [ \t]*.
6142 (tex-latex-block): Insert a newline if necessary.
6143 (latex-insert-item): Only insert a newline if necessary.
6144 (tex-guess-main-file): New function.
6145 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6146 Set tex-main-file if TeX-master is provided.
6147 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6148
bd02b8e0
GM
61492000-11-10 Gerd Moellmann <gerd@gnu.org>
6150
6151 * startup.el (command-line): Set the default tooltip-mode
6152 to t for graphical displays which implement x-show-tip.
6153
6154 * tooltip.el (tooltip-mode): Add a comment about startup.el
6155 setting the default value of this user-option.
6156
b29b03eb
SM
61572000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6158
6159 * font-lock.el (font-lock-*-face) <defvar>: Move.
6160 (font-lock-defaults-alist): Mark obsolete.
6161 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6162 (font-lock-mode): Use define-minor-mode.
6163 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6164 (font-lock-turn-off-thing-lock): Be more explicit.
6165 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6166 (font-lock-syntactic-face-function): New var.
6167 (font-lock-fontify-syntactically-region): Use it.
6168 (font-lock-doc-face): New.
6169
6170 * pcvs.el (cvs-enabledp): Ignore errors.
6171 (cvs-commit-filelist): Never query.
6172 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6173 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6174 (cvs-do-removal): Use cvs-partition rather than delete-if.
6175 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6176 cvs-bury-buffer.
6177
6178 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6179 Allow `next' to jump to after the end of the last match.
6180
778fbc46
GM
61812000-11-09 Gerd Moellmann <gerd@gnu.org>
6182
730c746c
GM
6183 * simple.el (byte-compiling-files-p): New function.
6184
6185 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6186 if it is there.
6187
6188 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6189 nil again.
6190
778fbc46
GM
6191 * textmodes/ispell.el (ispell-library-path): Don't call
6192 check-ispell-version when byte-compiling because that starts
6193 an ispell process, and ispell might not be installed.
6194 (toplevel): Don't set up a menu when byte-compiling.
6195
6196 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6197 it, so that a boundp test can be used to determine if we're
6198 currently byte-compiling.
6199
5912c5bb
DL
62002000-11-09 Dave Love <fx@gnu.org>
6201
83c9cb8e 6202 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6203
7bb054a5
GM
62042000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6205
83c9cb8e
SM
6206 * ps-print.el: Patch for variable initialization when spooling.
6207 Doc fix.
7bb054a5
GM
6208 (ps-output-list): Fun eliminated.
6209 (ps-begin-file, ps-begin-job): Code fix.
6210
9db2706e
DL
62112000-11-08 Dave Love <fx@gnu.org>
6212
83c9cb8e 6213 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6214
f7eb32aa
GM
62152000-11-08 Gerd Moellmann <gerd@gnu.org>
6216
6217 * simple.el (shell-command, display-message-or-buffer)
6218 (shell-command-on-region): Mention resize-mini-windows in the doc
6219 string.
6220 (display-message-or-buffer): Take the value of resize-mini-windows
6221 into account.
6222
7b01b08c
GM
62232000-11-07 Gerd Moellmann <gerd@gnu.org>
6224
acad3c0b
GM
6225 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6226
7b01b08c
GM
6227 * dired.el (dired-between-files): Add `^. find' as an alternative
6228 to the regular expression, for find-dired.
6229
6f602bd0
SM
62302000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6231
6232 * textmodes/texnfo-upd.el: Require texinfo.
6233 (defmacro, defgroup): Remove.
6234 (texinfo-section-to-generic-alist): Remove.
6235 Use texinfo-section-list instead (i.e. level is changed string->int).
6236 (texinfo-filter): New function.
6237 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6238 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6239 Use it. And use regexp-opt.
6240 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6241 (texinfo-update-menu-region-beginning)
6242 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6243 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6244 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6245 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6246 (texinfo-sequential-node-update): Remove autoload cookie.
6247
6248 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6249 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6250 (texinfo-chapter-level-regexp): Remove.
6251 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6252
bb216218
DL
62532000-11-06 Dave Love <fx@gnu.org>
6254
6f602bd0 6255 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6256
6f602bd0
SM
6257 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6258 Match defun*.
bb216218 6259
ff8dd5d5
KH
62602000-11-06 Kenichi Handa <handa@etl.go.jp>
6261
6262 * composite.el (composition-function-table): Variable declaration
6263 moved to src/composite.c.
6264 (compose-chars-after): New optional arg object.
6265
e9da51a1
GM
62662000-11-06 Gerd Moellmann <gerd@gnu.org>
6267
e0c12c68
GM
6268 * bindings.el (mode-line-toggle-read-only)
6269 (mode-line-toggle-modified, mode-line-widen)
6270 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6271 (make-mode-line-mouse2-map): Rewritten.
6272 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6273 functions so that C-h k can show something with a doc string.
eaae8106 6274
e9da51a1
GM
6275 * startup.el (fancy-splash-delay): Set to 10 seconds.
6276 (fancy-splash-max-time): New user-option.
6277 (fancy-splash-stop-time): New variable.
6278 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6279 (fancy-splash-screens-1): Throw `stop-splashing' when current
6280 time is greater than fancy-splash-stop-time.
6281
611dbdf0
SM
62822000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6283
4d2806e2
SM
6284 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6285
611dbdf0
SM
6286 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6287 Prompt user for a file rather than raising an error.
6288 (cvs-enabledp): Fix call to cvs-mode-marked.
6289 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6290 (cvs-mode-insert): Use it. Change the init prompt' value.
6291 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6292
6293 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6294 Don't pass default arg to ewoc-locate.
6295 (ewoc-collect): Return result in the right order.
6296
6297 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6298
6299 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6300 (cvs-status-get-tags): Fix regexp.
6301 (cvs-status-trees, cvs-status-cvstrees):
6302 Combine after change hooks and don't sit-for.
4d2806e2
SM
6303 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6304 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6305 Use make-char rather than hard-coded cryptic data.
6306 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6307
6308 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6309
6310 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6311 (cvs-insert-strings): New function.
6312
937b2877
MB
63132000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6314
6315 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6316 `mwheel-scroll-amount'.
6317 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6318 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6319 string-matching against the version string.
6320
c6c97763
KH
63212000-11-06 Kenichi Handa <handa@etl.go.jp>
6322
6eaec747
KH
6323 * language/thai.el ("Thai"): Set a lisp form that produces
6324 composed string in `sample-text' language info.
6325
6326 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6327 composed string in `sample-text' language info.
6328
83c9cb8e
SM
6329 * international/mule-cmds.el (describe-language-environment):
6330 Eval `sample-text' data and insert the result.
6eaec747 6331
c6c97763
KH
6332 * international/mule-conf.el (compound-text): Define this coding
6333 system here. Make x-ctext and ctext aliases of it.
6334
6335 * language/european.el (compound-text, ctext): Moved to
6336 international/mule-conf.el.
6337
d1145f85
AI
63382000-11-05 Andrew Innes <andrewi@gnu.org>
6339
6340 * w32-fns.el (w32-version): New function.
6341
178a6a45
SM
63422000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6343
6344 * progmodes/awk-mode.el: Update copyright.
6345 (awk-mode-abbrev-table): Remove.
6346 (awk-font-lock-keywords): Use regexp-opt.
6347 (awk-mode): Use define-derived-mode.
6348
6349 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6350 when extracting a suffix.
6351
1ba90166
AS
63522000-11-04 Andre Spiegel <spiegel@gnu.org>
6353
6354 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6355 auto-save-mode.
6356
546790cb
JR
63572000-11-04 Jason Rumney <jasonr@gnu.org>
6358
6359 * language/european.el (decode-mac-roman): Test against r1 not r0.
6360
d247e32d
SM
63612000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6362
fbf44f44
SM
6363 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6364 (icon-mode): Define indent-line-function.
6365 (icon-comment-indent): Simplify.
6366 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6367
6368 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6369
6370 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6371 Bind change-log-default-mode to defeat the caching done on it.
6372 Don't bother saving excursion any more.
6373
6374 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6375
6376 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6377 (set-frame-font): Use the new name (and the old for compatibility).
6378
eaae8106
SS
6379 * toolbar/tool-bar.el (tool-bar-mode):
6380 * time.el (display-time-mode):
6381 * recentf.el (recentf-mode):
6382 * paren.el (show-paren-mode):
6383 * mwheel.el (mouse-wheel-mode):
6384 * msb.el (msb-mode):
6385 * jka-compr.el (auto-compression-mode):
6386 * image-file.el (auto-image-file-mode):
6387 * hl-line.el (hl-line-mode):
6388 * delsel.el (delete-selection-mode):
6389 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6390 * complete.el (partial-completion-mode): Drop unneeded positional args.
6391
eaae8106 6392 * info.el (Info-mode):
79372165 6393 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6394
d247e32d
SM
6395 * log-edit.el (log-edit-menu): New menu.
6396
4921558e
MB
63972000-11-03 Miles Bader <miles@gnu.org>
6398
6399 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6400 definition, so that trailing spaces are handled properly.
6401 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6402
1fc02b3c
GM
64032000-11-03 Gerd Moellmann <gerd@gnu.org>
6404
6405 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6406 tab character.
6407 (fancy-splash-screens): Set tab-width to 20.
6408
51d001f7
DL
64092000-11-03 Dave Love <fx@gnu.org>
6410
6411 * comint.el (comint-completion-addsuffix): Fix custom type.
6412
ba22aeff
SM
64132000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6414
6415 * font-lock.el (font-lock-buffers): Remove.
6416 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6417 (font-lock-change-major-mode): Remove.
6418 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6419 (font-lock-default-fontify-region): Extend the multiline
6420 fontification to whole lines.
6421 (font-lock-fontify-anchored-keywords)
6422 (font-lock-fontify-keywords-region): If matching just one
6423 line (with \n) only mark the \n as multiline.
6424
6425 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6426 Correctly handle the case where several :group args are supplied.
6427 Allow :extra-args.
6428 (easy-mmode-define-global-mode): Allow :extra-args.
6429 Correctly handle the case where several :group args are supplied.
6430
9c887ada
MB
64312000-11-02 Miles Bader <miles@gnu.org>
6432
eaae8106 6433 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6434 (holiday-face): Remove dependency on `window-system'.
6435
7f25090d
KR
64362000-11-02 Ken Raeburn <raeburn@gnu.org>
6437
6438 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6439 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6440 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6441
7dd6009c
DL
64422000-11-02 Dave Love <fx@gnu.org>
6443
6444 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6445
94821e4f
EZ
64462000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6447
6448 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6449 punctuation in the warning inserted into the *mail* buffer.
6450
1ac3fc42
GM
64512000-11-02 Gerd Moellmann <gerd@gnu.org>
6452
57731876
GM
6453 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6454 (authors-public-domain-p): New function.
6455 (authors-print): Use it.
6456
975f82c9
GM
6457 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6458
1ac3fc42
GM
6459 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6460
4b3eb10f
GM
64612000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6462
975f82c9 6463 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6464 (ps-print-version): New version number (6.3.1).
6465 (ps-even-or-odd-pages): Customization fix.
6466 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6467 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6468 (ps-page-count): Var replaced by `ps-page-column'.
6469 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6470 (ps-print-sheet-p): New fun.
6471
7da794df
MB
64722000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6473
6474 * tooltip.el (tooltip-gud-tips-setup): New function.
6475 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6476 (tooltip-mode): Call tooltip-gud-tips-setup.
6477 (tooltip-gud-tips): Use `gud-basic-call' instead of
6478 process-send-string, so the prompt gets frobbed appropriately.
6479 Handle nil return value from `tooltip-gud-print-command'.
6480
0e40b809
EL
64812000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6482
6483 * comint.el (comint-add-to-input-history): New function.
6484 (comint-send-input): Use `comint-add-to-input-history'.
6485
50ada0db
MB
64862000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6487
973a3104
MB
6488 * info.el (info-menu-header): New face.
6489 (Info-fontify-menu-headers): New function.
6490 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6491
50ada0db
MB
6492 * info.el (Info-insert-dir): Don't include blank lines at
6493 beginning of additional dir files (one is added automatically).
6494
bff53411
SM
64952000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6496
6497 * emacs-lisp/easy-mmode.el (define-minor-mode):
6498 Revert the latest changes.
6499 Allow the three positional arguments to be skipped and replaced
6500 by keyword arguments.
6501 Add a :toggle argument to determine whether a nil arg means toggle
6502 or means turn-on. The default is unchanged.
6503 Add a call to force-mode-line-update.
6504
6b8a0b2d
DL
65052000-11-01 Dave Love <fx@gnu.org>
6506
83c9cb8e 6507 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6508
5bf99100
MB
65092000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6510
83c9cb8e
SM
6511 * calendar/calendar.el (diary-face, holiday-face):
6512 Add dark-background variants.
5bf99100 6513
a4032611
SS
65142000-10-31 Sam Steingold <sds@gnu.org>
6515
6516 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6517 `tex-main-file' does not have directory in it.
6518
c286608e
SM
65192000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6520
6521 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6522
4836835a
TTN
65232000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6524
6525 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6526 functional change.
6527
26dcb81b
GM
65282000-10-31 Gerd Moellmann <gerd@gnu.org>
6529
6530 * files.el (find-file-noselect): When we expand a wildcard, return
6531 a list of buffers, as we should do according to the doc string.
6532
49fc4500
KR
65332000-10-31 Ken Raeburn <raeburn@gnu.org>
6534
6535 * loadup.el (top level): Adjust load path if program name is
6536 "../src/bootstrap-emacs", in case it's not dumped and thus the
6537 load path adjustment hasn't already been done.
6538
ea0c615d
GM
65392000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6540
83c9cb8e
SM
6541 * ps-print.el: Fix bug on selected pages for printing.
6542 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6543 is on. Try to avoid warning messages when compiling. Doc Fix.
6544 (ps-print-version): New version number (6.3).
6545 (ps-color-device): Use `color-values' to determine if device
6546 supports color.
6547 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6548 (ps-print-page-p): Changed from defsubst to defun.
6549 (ps-page-number): Changed from defmacro to defun.
6550 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6551 printing.
c286608e 6552 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6553 (ps-end-file, ps-dummy-page): Funs eliminated.
6554 (ps-print-color-scale): Changed default value.
6555 (ps-page-n-up, ps-print-page-p): New internal vars.
6556 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6557 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6558
9e20722f
GM
6559 * delim-col.el: Little programming improvement.
6560 (delimit-columns-str): New macro.
6561 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6562
d7a0fd00
KH
65632000-10-31 Kenichi Handa <handa@etl.go.jp>
6564
c286608e
SM
6565 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6566 Moved to european.el.
d7a0fd00
KH
6567 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6568 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6569 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6570 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6571
234be340
DL
65722000-10-30 Dave Love <fx@gnu.org>
6573
6574 * progmodes/cc-menus.el (imenu-generic-expression)
6575 (imenu-progress-message): Only defvar when compiling.
6576
4edc4a39
DL
6577 * emacs-lisp/elp.el (elp-unload-hook): New function.
6578
6579 * loadhist.el (unload-feature): Call elp-restore-function,
6580 checking for symbols; don't use elp-restore-all.
6581 (loadhist-hook-functions): Doc fix.
6582
70c825df
SM
65832000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6584
6585 * log-edit.el (log-edit-confirm): Fix the default.
6586
1d3baf74
GM
65872000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6588
6589 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6590 delimit-columns-format.
6591 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6592
1ec321a7
MB
65932000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6594
6595 * comint.el (comint-replace-by-expanded-history): Don't use
6596 comint-get-old-input (we're not looking at *old* input).
6597 (comint-get-old-input-default): If using fields, signal an error
6598 when the point is not in an input field.
6599
70737ea9
KH
66002000-10-30 Kenichi Handa <handa@etl.go.jp>
6601
6602 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6603 and mule-unicode-e000-ffff.
6604
fa0cb51d 6605 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6606 (make-coding-system): Accept a symbol of translation table as a
6607 value of property `safe-chars'.
6608
6609 * international/mule-cmds.el (encode-coding-char): Check property
6610 safe-chars instead of safe-charsets.
6611
6612 * international/fontset.el (fontset-default): Modified for
6613 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6614 (x-font-name-charset-alist): Likewise.
6615 (ccl-encode-unicode-font): New CCL program. Record it in
6616 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6617
70c825df
SM
6618 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6619 New translation tables.
70737ea9
KH
6620 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6621 programs are modified and moved from mac-win.el.
6622 (mac-roman): Definition of this coding system is modified and
6623 moved from mac-win.el.
4836835a 6624
fda2ce24 66252000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6626
1d3baf74 6627 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6628 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6629
dd4d3cb6
MB
66302000-10-29 Miles Bader <miles@gnu.org>
6631
6632 * custom.el (custom-add-to-group): Allow multiple entries for a
6633 given value OPTION, as long as their widget types are different.
6634 * cus-edit.el (custom-face-value-create): If face name doesn't end
6635 with "face", add such here (similar to custom group widgets).
6636
6637 * comint.el (comint-highlight-prompt): Add :type.
6638
dace60cf
JW
66392000-10-28 John Wiegley <johnw@gnu.org>
6640
dace60cf
JW
6641 * calendar/timeclock.el (timeclock-log): Doc fix.
6642 (timeclock-last-event): Doc fix.
83c9cb8e 6643 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6644 (timeclock-find-discrep): Use a temp buffer to read in the
6645 timelog, instead of visiting the file.
6646 (timeclock-log-data): A new function, along with a host of helper
6647 functions, for the purpose of making timelog data accessible to
6648 programmers.
6649
6650 * eshell/esh-mode.el (window-height test): Make certain that
6651 `eshell-stringify-t' is non-nil.
6652 (eshell-password-prompt-regexp): Changed to a much simpler
6653 password regexp.
6654 (eshell-send-input): If `eshell-invoke-directly' returns t,
6655 directly invoke the parsed command using `eval'. This improves
6656 turn-around time on simple commands by a factor of three or
6657 greater, such as cd, ls, pwd, etc. -- which get used very often.
6658 It also conserves thousands of cons cells per call (since
6659 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6660 in the Pacific Cookie Company).
6661
6662 * eshell/esh-test.el (eshell-test): Whitespace fix.
6663
83c9cb8e
SM
6664 * eshell/em-ls.el (eshell-ls-insert-directory):
6665 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6666
6667 * eshell/em-script.el (eshell-script-initialize): Add names to
6668 `eshell-complex-commands, since `source' and `.' are complex.
6669
0467b076
EZ
6670 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6671 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6672 `eshell-copy-handles'.
6673 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6674 bodies.
6675 (eshell-separate-commands): Whitespace fix.
6676 (eshell-complex-commands): Added a new list of names, for
6677 determining whether a given command is as simple as it looks.
6678 (eshell-invoke-directly): New function. Returns t if a command
6679 should be invoked directly (using `eval'), rather than indirectly
6680 using `eshell-do-eval'.
6681 (eshell-do-eval): Whitespace fix.
6682
6683 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6684 which provides an emulation of the DOS shell behavior of assuming
6685 that cp/mv/ln should copy/move/link to the current directory.
6686 (eshell-remove-entries): Added a doc string.
6687 (eshell-shuffle-files): Removed the check for `target' being null.
6688 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6689 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6690 it to do a smarter check of whether a destination was provided.
6691 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6692 (eshell/ln): Enable `:preserve-args', and use
6693 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6694 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6695 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6696 list after flattening it. This makes it possible to cat files
6697 with numerical names.
6698 (eshell-unix-initialize): Added several names to
6699 `eshell-complex-commands.
6700 (eshell-unix-command-complex-p): Return t if a given command name
6701 may result in external processes being invoked.
6702
6703 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6704 variable nil by default, since it slows down glob processing by a
6705 factor of two or more, and increases memory consumption.
6706
6707 * eshell/em-smart.el: Added a note about how memory consumptive
6708 smart display mode can be (at least this is true in Emacs 21).
6709 (eshell-smart-initialize): Whitespace fix.
6710 (eshell-refresh-windows): Use `if' instead of `when'.
6711 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6712 not necessary.
83c9cb8e 6713 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6714
6715 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6716 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6717 Whitespace fix.
6718 (eshell-ls-exclude-hidden): Added this variable in addition to
6719 `eshell-ls-exclude-regexp'. This one prevents files beginning
6720 with . from even being read, which can improve memory consumption
6721 quite a bit.
6722 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6723 read file entries beginning with a dot. In home directories with
6724 lots of hidden files, fully two-thirds of the time spent in ls is
6725 used to read directory entries that are immediately thrown away.
6726 (eshell-ls-initial-args): Added back this configuration variable,
6727 for specifying default initial arguments to every call to ls.
6728 Much faster than using an alias to do the same thing.
6729 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6730 (eshell-ls-dir): Whitespace change.
6731
6732 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6733
83c9cb8e 6734 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6735 (eshell-stringify-t): Added a customization variable, to indicate
6736 whether `t' should be rendered as a string at all. If not, one
6737 can still determine if the result of an expression is true using
6738 "file-exists-p FILE && echo true".
6739 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6740 stringify t!
6741
6742 * eshell/esh-module.el: Whitespace fix.
6743
83c9cb8e
SM
6744 * eshell/em-alias.el (eshell-alias-initialize):
6745 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6746 (eshell-command-aliased-p): New function that returns t if a
6747 command name names an aliased.
6748
657f9cb8 67492000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6750
0467b076 6751 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6752 redrawing the screen when changing cursor color.
0467b076
EZ
6753 (viper-insert-state-pre-command-sentinel)
6754 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6755 (viper-replace-state-post-command-sentinel):
6756 Use viper-preserve-cursor-color.
657f9cb8
MK
6757 Many functions changed to use viper= instead of = when comparing
6758 characters.
0467b076 6759 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6760 working with characters.
0467b076 6761 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6762 Many functions changed to use viper= instead of = when comparing
6763 characters.
0467b076 6764 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6765
0467b076 6766 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6767 Several typos fixed in various docstrings.
0467b076 6768 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6769 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6770 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6771 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6772 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6773 (ediff-get-selected-buffers): New function.
6774 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6775 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6776 Use save-window-excursion.
0467b076 6777 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6778 termination check in while loop.
0467b076 6779 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6780 dired buffer.
0467b076
EZ
6781 (ediff-files,ediff-merge-files,ediff-files3)
6782 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6783
4f490d99
DL
67842000-10-28 Dave Love <fx@gnu.org>
6785
6786 * info.el (Info-fontify-node): Add help-echo for menu items.
6787
45b84006
EZ
67882000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6789
5ebc02b3
EZ
6790 * startup.el (normal-top-level): If the value of $TERM indicates
6791 we are running from xterm or one of its work-alikes, default to a
6792 light background mode.
6793
45b84006
EZ
6794 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6795 * faces.el (tty-handle-reverse-video): New function.
6796 (tty-create-frame-with-faces): Call it.
6797
6798 * frame.el (frame-notice-user-settings): Don't apply
6799 default-frame-alist and initial-frame-alist to MS-DOS frames.
6800 Call tty-handle-reverse-video, frame-set-background-mode, and
6801 face-set-after-frame-default for non-MS-DOS frames.
6802
6803 * startup.el (tty-long-option-alist): New variable.
6804 (tty-handle-args): New function.
6805 (command-line): Call tty-handle-args.
6806
6807 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6808 startup.el now does that for all character-terminal frames.
6809
eab6e8b9
MB
68102000-10-28 Miles Bader <miles@gnu.org>
6811
83c9cb8e
SM
6812 * emacs-lisp/easy-mmode.el (define-minor-mode):
6813 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6814 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6815 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6816 version using `easy-mmode-define-global-mode'.
6817 Add :conditional-turn-on keyword argument.
eab6e8b9 6818
51a29efc
DL
68192000-10-28 Dave Love <fx@gnu.org>
6820
83c9cb8e
SM
6821 * international/latin1-disp.el (latin1-char-displayable-p):
6822 Don't use window-system.
51a29efc 6823
d71d7114
EZ
68242000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6825
6826 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6827 Don't call find-buffer-file-type-coding-system. Instead, just
6828 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6829 if the file is on an untranslated filesystem.
6830 (add-untranslated-filesystem): Use "D" instead of "f" inside
6831 interactive.
6832
1f9cab4b
DL
68332000-10-27 Dave Love <fx@gnu.org>
6834
70c825df 6835 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6836 (refill-mode): Use it.
6837
70c825df
SM
68382000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6839
6840 * international/quail.el (quail-activate): Don't make-local-hook.
6841
7432cf10
AS
68422000-10-27 Andre Spiegel <spiegel@gnu.org>
6843
4836835a 6844 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6845 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6846 (vc-make-version-backup): Don't do it on MS-DOS without long file
6847 names.
4836835a 6848
7432cf10
AS
6849 * vc.el (vc-version-other-window): If an automatic backup of the
6850 desired version exists, rename it instead of copying it.
6851
4836835a
TTN
6852 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6853 after command. If there's an unexpected error, signal it instead
7432cf10 6854 of being silent.
e1483c38 6855 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6856
05ea7ef2
MB
68572000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6858
fd1035aa
MB
6859 * shell.el (shell): Add BUFFER argument.
6860 * comint.el (make-comint-in-buffer): New function.
6861 (make-comint): Use it.
6862
05ea7ef2
MB
6863 * faces.el (face-spec-choose): Change syntax so that the list of
6864 attribute-value pairs is now the cdr of each clause, not the cadr.
6865 Detect old-style entries, and handle them. Use pop.
6866
835a55fe
SM
68672000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6868
f5ab1cdd
SM
6869 * cus-edit.el (custom-mode-map): Use a sparse map.
6870 (custom-mode): Don't bother with make-local-hook.
6871
6872 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6873
835a55fe
SM
6874 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6875
c13b0ec8
GM
68762000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6877
6878 * ps-print.el: Avoid compilation gripes.
6879 (ps-print-version): New version number (6.2.1).
4836835a 6880
e9f63196
DL
68812000-10-26 Dave Love <fx@gnu.org>
6882
0b95284b
DL
6883 * menu-bar.el: Modify some menu item help strings.
6884 (menu-bar-help-menu): Add link to MORE.STUFF.
6885
e9f63196
DL
6886 * cus-edit.el (custom-mode): Add `special' mode-class property.
6887
6888 * wid-browse.el (widget-browse-mode): Likewise.
6889
6890 * wid-edit.el (widget-specify-field): Revert to using local-map
6891 property, not keymap.
6892
e276a14a
MB
68932000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6894
c1545d88
MB
6895 * wid-edit.el (widget-field-end): When checking for a `boundary'
6896 field, do so in the correct buffer.
6897
3c1b77ca
MB
6898 * simple.el (undo): Correctly distinguish between numeric and
6899 non-numeric prefix args in non-transient-mark-mode, as per the doc
6900 string. When in transient-mark-mode, treat all prefix-args as
6901 numeric.
6902
f5ab1cdd
SM
6903 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6904 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6905
6906 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6907 (comint-mode-map): Reverse order of `comint-write-output' and
6908 `comint-append-output-to-file'.
6909 (comint-append-output-to-file): Reinstate this function, for the
6910 benefit of the menu.
6911
d97151cb
SM
69122000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6913
6914 * vc.el (vc-version-other-window): Bind `file'.
6915
ea7d6f5b
GM
69162000-10-25 Gerd Moellmann <gerd@gnu.org>
6917
f5ab1cdd 6918 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6919
6920 * emacs-lisp/authors.el (batch-update-authors): New function.
6921 (authors-fixed-entries): New defconst.
6922 (authors-add-fixed-entries): New function.
6923 (authors): Call it.: Don't process lispref/.
6924
17c25cea
JR
69252000-10-25 Jason Rumney <jasonr@gnu.org>
6926
6927 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6928 Merge x w32 and mac definitions.
6929
4ecda532
GM
69302000-10-25 Gerd Moellmann <gerd@gnu.org>
6931
6932 * menu-bar.el (menu-bar-options-menu): Add a help string for
6933 `uniquify'.
6934
b6735035
GM
69352000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6936
f5ab1cdd
SM
6937 * time-stamp.el (time-stamp-string-preprocess):
6938 Fix a wrong type argument error.
b6735035 6939
f4cbc7a0
MB
69402000-10-25 Miles Bader <miles@gnu.org>
6941
6942 * recentf.el (recentf-mode): Variable removed.
6943 (recentf-mode): Use `define-minor-mode'.
6944
6945 * mwheel.el (mouse-wheel-mode): New global minor mode.
6946 (mwheel-install): Use `mouse-wheel-mode'.
6947
f4b020f6
DL
69482000-10-25 Dave Love <fx@gnu.org>
6949
f5ab1cdd
SM
6950 * progmodes/cperl-mode.el (cperl-mode):
6951 Set normal-auto-fill-function correctly.
072cb6f9 6952
83c9cb8e
SM
6953 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6954 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6955 bindings.
f4b020f6 6956
ebe2a441
MB
69572000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6958
ff4dcd4b
MB
6959 * wid-edit.el (widget-field-at): New function.
6960 (widget-at, widget-field-activate): Use it.
6961 (widget-tabable-at): Use `widget-at'.
6962 (widget-specify-field): If the terminating character of the widget
6963 field (which is read-only) is a newline, put it into a special
6964 `boundary' field so that C-n/C-p act more naturally.
6965 (widget-field-end): Also don't subtract one if a special
6966 `boundary' field has been added after the widget field.
6967
83c9cb8e
SM
6968 * comint.el (comint-output-filter, comint-send-input):
6969 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6970 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6971
ebe2a441
MB
6972 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6973 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6974 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6975
fe50b6ab
GM
69762000-10-24 Gerd Moellmann <gerd@gnu.org>
6977
53df4dda 6978 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6979 (authors): Set file coding system to iso-2022-7bit.
6980 Add file-local variables to output buffer.
53df4dda 6981
4836835a 6982 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6983 WARN is nil.
6984
53df4dda
GM
69852000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6986
6987 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6988
6989 * delim-col.el: Now there is a column formatting mechanism.
6990 Modified to customization mechanisms convention. Doc fix.
6991 (columns): New group for delim-col.
6992 (delimit-columns-before, delimit-columns-after)
6993 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6994 (delimit-columns-end): New vars.
6995 (delimit-columns-customize, delimit-columns-format): New funs.
6996 (delimit-columns-region, delimit-columns-rectangle)
6997 (delimit-columns-rectangle-line): Modified to support column
6998 formatting.
4836835a 6999
a9839779
DL
70002000-10-24 Dave Love <fx@gnu.org>
7001
7002 * log-edit.el (log-edit): Add :version and a :group for vc.
7003
df0267b8
GM
70042000-10-24 Gerd Moellmann <gerd@gnu.org>
7005
9acc3873
GM
7006 * files.el (after-find-file): Don't print a message ``New file''
7007 if WARN is nil.
7008
83c9cb8e
SM
7009 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7010 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7011 get duplicate tool-bar entries because we'll see the global ones
7012 on more than one path through keymaps.
7013
1946f901
GM
7014 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7015
df0267b8
GM
7016 * progmodes/cmacexp.el: Change Francesco's email address.
7017
ae3b264b
KH
70182000-10-24 Kenichi Handa <handa@etl.go.jp>
7019
7020 * window.el (fit-window-to-buffer): Adjust point of the window
7021 buffer, not that of the current buffer.
7022
23afac01
EZ
70232000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7024
7025 * progmodes/cmacexp.el: Update the euthor's email address.
7026
22d1a4ed
MB
70272000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7028
7029 * faces.el (face-spec-set-match-display): Add `graphic' display
7030 type (the inverse of `tty'). Use `display-graphic-p' instead of
7031 the window-system variable.
7032
f408aa48
KH
70332000-10-24 Kenichi Handa <handa@etl.go.jp>
7034
83c9cb8e
SM
7035 * international/isearch-x.el (isearch-with-input-method):
7036 Call input-method-function with the first event in
f408aa48
KH
7037 unread-command-events.
7038
94fe8a31
MB
70392000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7040
83c9cb8e 7041 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7042
8f47302e
AC
70432000-10-24 Andrew Choi <akochoi@i-cable.com>
7044
7045 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7046 New charsets.
7047
7048 * term/mac-win.el: Remove definitions of mac-roman-lower and
7049 mac-roman-upper, require dired, and define instead of set
7050 mac-ready-for-drag-n-drop to avoid compilation error.
7051
446c097e
AI
70522000-10-23 Andrew Innes <andrewi@gnu.org>
7053
83c9cb8e
SM
7054 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7055 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7056 expand-file-name after convert-standard-filename to ensure
7057 expected directory separators are used.
7058
379b70e7
EZ
70592000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7060
7061 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7062
85c766e9
DL
70632000-10-23 Dave Love <fx@gnu.org>
7064
b7e03a67
DL
7065 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7066 (tool-bar-add-item): Set foreground and background for XBM icons.
7067
83c9cb8e
SM
7068 * international/latin1-disp.el (latin1-char-displayable-p):
7069 New function (from Handa).
b7e03a67
DL
7070 (latin1-display-check-font): Use it.
7071
0dcf8835 7072 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7073 using :key-sequence, making it much more usable.
7074 Use nconc, not append.
0dcf8835
DL
7075 (imenu--create-keymap-1): Avoid append.
7076
85c766e9 7077 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7078
cb3069bb
MB
70792000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7080
7081 [the following changes fix a bug where `define-minor-mode' didn't
7082 correctly generate :require clauses for defcustoms in compiled files]
7083 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7084 (byte-compile-log-file, byte-compile-log-1): Don't set
7085 `byte-compile-current-file' to nil. Instead set
7086 `byte-compile-last-logged-file' to it. Test whether
7087 byte-compile-current-file equals byte-compile-last-logged-file
7088 instead of whether its nil.
3b6542ba 7089 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7090
6db6243b
SM
70912000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7092
7093 * textmodes/refill.el: Fix var names in doc.
7094 (refill-mode): Don't bother with make-local-hook anymore.
7095
98490598
MB
70962000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7097
e01cd227
MB
7098 * faces.el (face-user-default-spec, face-default-spec): New functions.
7099 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7100 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7101 Use `face-user-default-spec'. Simplify code slightly.
7102
4836835a 7103 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7104 (woman-unknown-face): Add dark-background variants.
7105 (woman-default-faces): Renamed from `woman-colour-faces'.
7106 Set using the stored defaults, rather than using hard-wired colors.
7107 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7108 Just make the foreground `unspecified' rather than "black".
7109 (woman-menu): Rename menu entries accordingly.
7110
98490598
MB
7111 * faces.el (header-line): Make more reasonable on mono/grayscale
7112 displays.
7113
1a578e9b
AC
71142000-10-23 Andrew Choi <akochoi@i-cable.com>
7115
7116 * cus-edit.el (custom-button-face): Use 3D look for mac.
7117 (custom-button-pressed-face): Likewise.
7118
7119 * faces.el (set-face-attributes-from-resources): Handle mac frames
7120 in the same way as x and w32 frames.
7121 (face-valid-attribute-values): Likewise.
7122 (read-face-attribute): Likewise.
7123 (defined-colors): Likewise.
7124 (color-defined-p): Likewise.
7125 (color-values): Likewise.
7126 (display-grayscale-p): Likewise.
7127 (face-set-after-frame-default): Likewise.
7128 (mode-line): Same default face as for x and w32.
7129 (tool-bar): Likewise.
7130
7131 * frame.el: Remove call to frame-notice-user-settings at end of
7132 the file.
7133
83c9cb8e 7134 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7135 as for x, pc, and w32 frame types.
7136
7137 * term/mac-win.el: New file.
7138
aaaf7be7
DL
71392000-10-22 Dave Love <fx@gnu.org>
7140
7141 * textmodes/refill.el: New file.
7142
5392d654
AS
71432000-10-22 Andre Spiegel <spiegel@gnu.org>
7144
4836835a 7145 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7146 MANUAL and REGEXP.
4836835a 7147 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7148 New functions.
7149 (vc-before-save): Use the latter.
7150 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7151 confusion.
7152
4836835a 7153 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7154 expected by vc[-hooks].el.
7155
7156 * vc.el (vc-checkout): Added `-p' suffix in call to
7157 vc-make-version-backups-p; use vc-make-version-backup to actually
7158 make the backup.
7159 (vc-version-other-window, vc-version-backup-file): Handle both
7160 automatic and manual backups.
7161 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7162 of all of them.
7163
1e221c16
MB
71642000-10-22 Miles Bader <miles@gnu.org>
7165
7ff4fda5
MB
7166 * comint.el (comint-highlight-input, comint-highlight-prompt):
7167 Renamed, `-face' at end removed.
7168 (comint-send-input, comint-output-filter): Use renamed faces.
7169
3511cde8
MB
7170 * window.el (fit-window-to-buffer): Change defaulting of
7171 MAX-HEIGHT slightly.
7172
1e221c16
MB
7173 * faces.el (color-values, color-defined-p): Use `member', not
7174 `memq', because it works correctly for strings.
7175 (frame-set-background-mode): Actually, "unspecified-fg" and
7176 "unspecified-bg" *are* strings. Use `member', not `memq', and
7177 `equal', not `eq', when a string value is possible.
7178
b6ef4898
EZ
71792000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7180
7181 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7182
34939e2c
SM
71832000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7184
7185 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7186 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7187 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7188 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7189 (sh-font-lock-syntactic-keywords): Use them.
7190 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7191 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7192 (sh-mode): Don't override font-lock-unfontify-region-function.
7193 Use a copy of sh-font-lock-syntactic-keywords.
7194 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7195 Don't call sh-scan-buffer since font-lock does it on the fly.
7196 (sh-get-indent-info): Use `face' rather than `syntax-table'
7197 text-property to detect here-documents.
7198 Replace sh-special-syntax with sh-st-punc.
7199 (sh-prev-line): Use `face' rather than `syntax-table'
7200 text-property to skip over here-documents.
7201 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7202 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7203 (sh-electric-less, sh-set-here-doc-region)
4836835a 7204 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7205 (sh-scan-buffer, sh-rescan-buffer): Remove.
7206
f3d3c491
AI
72072000-10-21 Andrew Innes <andrewi@gnu.org>
7208
7209 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7210 remote (ange-ftp) file names.
7211
b86c791c
MB
72122000-10-21 Miles Bader <miles@gnu.org>
7213
d9c30bdf
MB
7214 * window.el (fit-window-to-buffer): New function.
7215 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7216 (window-text-height): Don't expect minibuffers to have mode-lines.
7217
d9c30bdf 7218 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7219 * international/quail.el (quail-update-guidance):
7220 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7221
617fee5a
MB
7222 * international/quail.el (quail-show-guidance-buf): Make sure
7223 guidance window really has enough room.
7224 (quail-update-guidance): If quail-guidance-win is already shown,
7225 make sure its height is OK.
7226
b86c791c
MB
7227 * window.el (window-text-height, set-window-text-height):
7228 New functions.
7229 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7230 instead of `window-height' & `mode-line-window-height-fudge'.
7231 (mode-line-window-height-fudge): Add FACE parameter.
7232 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7233 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7234
e34850d1
MB
72352000-10-20 Miles Bader <miles@gnu.org>
7236
7237 * window.el (height-affecting-face-attributes): Use `defconst'.
7238
7239 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7240 New function, conditionally aliased to `mode-line-window-height-fudge'.
7241 (ispell-help): Use it.
7242 (ispell-choices-win-default-height): Don't include mode-line fudge.
7243 (ispell-choices-win-default-height): New function.
7244 (ispell-show-choices, ispell-command-loop): Use function
7245 `ispell-choices-win-default-height' instead of variable.
7246
a8b883c2
MB
72472000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7248
8c6e4a58
MB
7249 * window.el (mode-line-window-height-fudge): New variable.
7250 (height-affecting-face-attributes): New variable.
7251 (mode-line-window-height-fudge): New function.
7252 (shrink-window-if-larger-than-buffer): Use it.
7253 * help.el (resize-temp-buffer-window): Likewise.
7254
a8b883c2
MB
7255 * info.el (Info-fontify-node): Add support for @subsubsection
7256 titles, which use `Info-title-4-face'.
7257 (Info-title-4-face): New face.
7258 (Info-title-3-face): Inherit from Info-title-4-face instead of
7259 variable-pitch.
7260
e64c3a75
JR
72612000-10-19 Jason Rumney <jasonr@gnu.org>
7262
7263 * dired.el (dired-insert-directory): Do not let errors signalled by
7264 attempt to run dired-free-space-program prevent dired from working.
7265
c70fe852
SM
72662000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7267
7268 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7269
877cf6b4
GM
72702000-10-19 Gerd Moellmann <gerd@gnu.org>
7271
5de037e0
GM
7272 * dirtrack.el (dirtrack): Fix call to run-hooks.
7273
6deb9af9
GM
7274 * cmuscheme.el (cmuscheme-program-name): Renamed from
7275 scheme-program-name because xscheme.el contains a defcustom with
7276 the same name. As a consequence, customizing group `cmuscheme'
7277 loaded `xscheme' which redefined run-scheme.
7278 (run-scheme): Use cmuscheme-program-name.
7279
83c9cb8e 7280 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7281
e597d8fb 7282 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7283 anonymous address, and add a website for Befrienders International.
4836835a 7284
3e9cb08f
GM
72852000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7286
c70fe852
SM
7287 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7288 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7289 (ps-print-version): New version number (6.2).
7290 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7291 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7292 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7293 (ps-x-extent-priority, ps-x-extent-start-position)
7294 (ps-x-face-font-instance, ps-x-find-coding-system)
7295 (ps-x-font-instance-properties, ps-x-make-color-instance)
7296 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7297 avoid compilation gripes without defining functions.
7298 (ps-e-find-composition): Alias for function find-composition, to have a
7299 suitable function depending on Emacs version.
7300 (ps-color-device, ps-color-values, ps-face-foreground-name)
7301 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7302 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7303 (ps-print-ensure-fontified): Function definitions surrounded by
7304 `eval-and-compile' to avoid compilation gripes.
7305 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7306 by symbol-value to avoid compilation gripes.
7307 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7308 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7309
d8abcd91
MB
73102000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7311
13ab33c4
MB
7312 * startup.el (normal-top-level): Call `frame-set-background-mode'
7313 after `frame-notice-user-settings' because the latter doesn't call
7314 the former on a tty.
7315
d8abcd91
MB
7316 * faces.el (frame-set-background-mode): `unspecified' &c are
7317 symbols, not strings.
7318
e8bce0a9
EZ
73192000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7320
c70fe852
SM
7321 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7322 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7323
c70fe852
SM
7324 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7325 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7326
773272d8
KH
73272000-10-19 Kenichi Handa <handa@etl.go.jp>
7328
c70fe852 7329 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7330 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7331 for ISO10646-1 fonts.
7332 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7333
772139c0
EZ
73342000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7335
7336 * faces.el (frame-set-background-mode): If a tty frame defines a
7337 background color, use that to compute the background mode, instead
7338 of always defaulting to "dark".
7339
d134a19f
MB
73402000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7341
8bb84cb2
MB
7342 * comint.el (comint-write-output): New function.
7343 (comint-mode-map): Add it to the menu.
e40a778f 7344 Bind `C-c C-s' to comint-write-output.
d134a19f 7345
dada41e1
GM
73462000-10-18 Gerd Moellmann <gerd@gnu.org>
7347
7348 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7349 Use fancy-splash-delay.
7350
9b5360aa
GM
73512000-10-18 Alex Schroeder <alex@gnu.org>
7352
7353 * progmodes/sql.el (sql-sybase-options): New option.
7354 (sql-sybase): Use it. Add sql-database to the list of parameters
7355 provided for login. The options -w 2048 -n are not used any more.
7356
9035a35a
GM
7357 * comint.el (comint-read-input-ring): Bugfix such that the first
7358 and the last entry of the input ring file are not lost.
7359
3556c6dd
GM
73602000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7361
7362 * ps-print.el: Internal variable changes to defcustom,
7363 make-local-hook changes to defvar. Doc fix.
7364 (ps-print-version): New version number (6.1).
7365 (ps-setup, ps-do-despool): Code fix.
7366 (ps-printer-name): Customization fix.
7367 (ps-printer-name-option): Now is a defcustom instead of an
7368 internal variable.
7369 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7370 (ps-print-begin-column-hook): Now are defvar instead of
7371 make-local-hook.
4836835a 7372
4e217e50
MB
73732000-10-18 Miles Bader <miles@gnu.org>
7374
7375 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7376 (comint-kill-output): Changed into an alias for `comint-delete-output',
7377 and made obsolete.
7378 (comint-mode-map): Rename references to comint-kill-output.
7379
34460354
EZ
73802000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7381
7382 * diff-mode.el (diff-header-face, diff-file-header-face)
7383 (diff-changed-face): Add bold and italic attributes to tty faces.
7384 (diff-function-face): New face.
7385 (diff-font-lock-keywords): Use it.
7386
17ea3cdb
MB
73872000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7388
7389 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7390 Remove commented-out call to force-mode-line-update.
7391 (comint-kill-output): Use `forward-line 0' instead of
7392 beginning-of-line to make sure we get past the prompt.
7393
9244f2c7
SM
73942000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7395
7396 * diff-mode.el (diff-header-face, diff-file-header-face):
7397 Add specific setting for dark background.
7398 (diff-context-face): Renamed from diff-comment-face.
7399 Set explicitly rather than inheriting from font-lock-comment-face.
7400
1592c1ef
EZ
74012000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7402
7403 * startup.el (command-line): Move the code which sets the default
7404 TTY colors to before before-init-hook.
7405
f86292a9
GM
74062000-10-17 Gerd Moellmann <gerd@gnu.org>
7407
7408 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7409
f7f2e883
EZ
74102000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7411
e854cc22
EZ
7412 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7413 extensions, for MS-DOS.
7414
f7f2e883
EZ
7415 * diff-mode.el (diff-header-face, diff-file-header-face)
7416 (diff-changed-face): Define tty-specific colors.
7417
c7b4f0f9
GM
74182000-10-17 Gerd Moellmann <gerd@gnu.org>
7419
7420 * startup.el (fancy-splash-text): Realign the text.
7421
12a72271
EZ
74222000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * font-lock.el (font-lock-comment-face): Define a separate default
7425 for dark-background tty's.
7426
61dfccfd
MB
74272000-10-17 Miles Bader <miles@gnu.org>
7428
7429 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7430 being obscured by whizzy mode-lines on graphics displays.
7431
333cd59e
EZ
74322000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7433
7434 * info.el (Info-title-1-face, Info-title-2-face)
7435 (Info-title-3-face): Define colors for tty's.
dada41e1 7436 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7437
dbf1fcc1
EZ
74382000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7439
7440 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7441 reverse from the frame parameters, and don't invert foreground and
7442 background colors.
7443
ac629823
MB
74442000-10-16 Miles Bader <miles@gnu.org>
7445
7446 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7447 string "*Info*". Call propertized-buffer-identification to spruce
7448 up the result.
7449
76eebffc
GM
74502000-10-16 Gerd Moellmann <gerd@gnu.org>
7451
3a6b59d9
GM
7452 * help.el: Provide `help' for the sake of define-minor-mode
7453 which generates defcustoms with requires.
7454
6569c3d3
GM
7455 * jit-lock.el (jit-lock-after-change): If we're in text that
7456 matches a multi-line font-lock pattern, make sure the whole text
7457 will be redisplayed.
7458
c2e0a611
GM
7459 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7460 author's name is unknown.
7461
76eebffc
GM
7462 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7463 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7464 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7465 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7466 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7467 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7468 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7469 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7470 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7471 Add author information.
7472
cf1e7b12
MB
74732000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7474
7475 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7476 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7477 full-color version (using the Gimp) to eliminate dithering artifacts.
7478
5586f3eb
SM
74792000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7480
7481 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7482
7483 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7484
ad64a888
DL
74852000-10-15 Dave Love <fx@gnu.org>
7486
83c9cb8e 7487 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7488
7489 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7490
7491 * whitespace.el: Doc fixes.
7492 (top-level): Don't add hooks here.
7493 (whitespace-running-emacs): Deleted.
7494 (timer): Don't require.
7495 (whitespace): Add back :version conditional on xemacs test.
7496 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7497 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7498 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7499 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7500 Avoid specific xemacs test.
7501 (whitespace-global-mode): New option.
7502 (whitespace-global-mode): New command.
7503 (whitespace-unload-hook): New function.
7504
7505 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7506 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7507 (Info-fontify-node): `Goto' goes to `Go to'.
7508 (Info-fontify-node): Add help-echo to xref links.
7509
1ef49fc6
EZ
75102000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7511
7512 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7513
8b7707e1
SM
75142000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7515
b3b7f42f
SM
7516 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7517 Use plist-get and allow :inherit.
7518
7519 * emacs-lisp/cl-macs.el (cl-do-arglist):
7520 Use plist-get and plist-member instead of memq.
7521
3c7fafc7
SM
7522 * emacs-lisp/ewoc.el (ewoc-location): New function.
7523 (ewoc-enter-after, ewoc-enter-before): Document return value.
7524 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7525 Don't need make-local-hook any more.
7526 (cvs-addto-collection): Return the new tin.
7527 (cvs-mode-insert): Jump to the new line.
7528
8b7707e1
SM
7529 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7530
7531 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7532
7533 * font-lock.el (font-lock-syntactically-fontified): New var.
7534 (font-lock-fontify-syntactic-keywords-region): Use it.
7535 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7536
7537 * diff-mode.el (diff-find-file-name): Fix regexp.
7538
7539 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7540 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7541
7542 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7543 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7544 (sh-mode): Don't make all vars local here.
7545 (sh-kw): Reformat.
7546 (sh-set-shell): Use dolist. Don't set indent-region-function.
7547 (sh-mode-syntax-table): Use pop.
7548 (sh-remember-variable): Use push.
7549 (sh-help-string-for-variable): Use memq.
7550 (sh-safe-backward-sexp): Remove.
7551 (sh-safe-forward-sexp): Add ARG.
7552 (sh-get-indent-info, sh-prev-stmt): Use it.
7553 (sh-prev-line): Simplify by using forward-comment.
7554 (sh-this-is-a-continuation): Simplify.
7555 (sh-learn-buffer-indent): Use dolist.
7556 (sh-do-nothing): Remove.
7557 (sh-set-char-syntax, sh-set-here-doc-region):
7558 Use inhibit-modification-hooks.
7559 (sh-name-style): Use mapcar and push.
7560 (sh-load-style): Use dolist.
7561 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7562 (sh-case, sh-while-getopts): Use propertize directly rather
7563 than sh-electric-rparen.
7564
75652000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7566
7567 * textmodes/tex-mode.el: Require CL when compiling.
7568 (tex-mode-syntax-table): Init immediately.
7569 (tex-mode-map): Bind M-RET to latex-insert-item.
7570 (latex-mode): Set indent-line-function to latex-indent.
7571 (tex-common-initialization): Don't setup the syntax-table any more.
7572 (latex-insert-item): New skeleton.
7573 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7574 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7575 (latex-indent, latex-find-indent): New functions.
4836835a 7576 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7577 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7578 (tex-compilation-parse-errors): Use with-syntax-table.
7579
86b7fcbb
MB
75802000-10-15 Miles Bader <miles@gnu.org>
7581
7582 * font-lock.el (font-lock-comment-face): Change dark-background,
7583 color, non-tty, default to `chocolate1'.
7584
57a24508
JW
75852000-10-13 John Wiegley <johnw@gnu.org>
7586
7587 * eshell/esh-util.el (require): Added a missing `require' form,
7588 needed when compiling (for an ange-ftp macro definition).
7589
40ad3db4
DL
75902000-10-13 Dave Love <fx@gnu.org>
7591
7592 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7593
db460189
GM
75942000-10-13 Gerd Moellmann <gerd@gnu.org>
7595
83c9cb8e 7596 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7597
4836835a 7598 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7599 transparent -colors 8).
7600
3b5e21df
GM
76012000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7602
7603 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7604 that breaks with old list format timestamps.
7605 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7606 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7607
16908a3f
JW
76082000-10-13 John Wiegley <johnw@gnu.org>
7609
d7103dda
JW
7610 * align.el, pcomplete.el, calendar/timeclock.el,
7611 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7612
dace60cf 7613 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7614 faulty math, where holiday hours were being computing as seconds.
7615
b6b70cda
JW
76162000-10-13 John Wiegley <johnw@gnu.org>
7617
7618 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7619 specifying what "other" kinds of buffers should be saved.
7620 This used to be hard-coded.
b6b70cda
JW
7621 (desktop-buffer-misc-functions): A global for specifying how
7622 auxiliary data should be determined for special buffer types.
7623 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7624 instead of hard-coding the special buffer types.
7625 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7626 auxiliary data, instead of hard-coding for Info buffers and dired.
7627 (desktop-buffer-info-misc-data): Aux function for determining Info
7628 buffer auxiliary info.
7629 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7630 (desktop-buffer-info): Changed this function to use the info
7631 gathered above.
7632 (desktop-create-buffer): Be a little more careful about what
7633 `minor-mode' means before calling it. This is important for some
7634 buffer types.
7635
8c6b1d83
JW
76362000-10-13 John Wiegley <johnw@gnu.org>
7637
7638 * eshell/esh-util.el: Added a global form which declares an
7639 autoload for `parse-time-string', if that function is not already
7640 defined, and if parse-time.el is available on the user's system.
7641
7642 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7643 to be aware of ange-ftp user info.
83c9cb8e 7644 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7645 (eshell-ls-annotate): Use `eshell-file-attributes'.
7646 (eshell-ls-file): Made the user-id printing code a bit smarter.
7647
7648 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7649 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7650 It's manual, but there's no other way to know when the current user
7651 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7652 (fboundp): Bind `ange-cache'.
7653 (eshell-directory-files-and-attributes): Re-organized the logic a
7654 bit to use `eshell-file-attributes' instead of `file-attributes'.
7655 The former is more sensitive to directories that are read via FTP,
7656 and knows how to use ange-ftp to determine full attribute
7657 information, instead of just the name and last modtime.
7658 (eshell-current-ange-uids): Return the current user id when in a
7659 remote directory.
7660 (eshell-parse-ange-ls): Parse a full directory listing that has
7661 been returned by ange-ftp.
7662 (eshell-file-attributes): This beefed up version of
7663 `file-attributes' is only special if the user is currently in a
7664 remote directory, in which case it does a lot of work to find out
7665 what the real attributes of a file are, as they appear on the
7666 remote machine. This makes usage of remote directories (i.e.,
7667 ange-ftp pathnames) much more useful. You can now use Eshell as a
7668 full-fledged FTP client, with much more manipulation ability than
7669 most other clients.
7670
7671 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7672 variable, which means that Eshell's du should always be preferred
7673 in remote directories.
7674 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7675 just `file-attributes'.
7676 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7677 when reading remote directories. This is an Eshell-specific
7678 variable (not part of ange-ftp).
7679 (eshell/ln): Bind `ange-cache'.
7680 (eshell/du): Added some extra logic for determining when to use
7681 Eshell's du (which is slow), and when to use the external version
7682 (which may or may not exist).
7683
83c9cb8e
SM
7684 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7685 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7686 `get-buffer-process', since backgrounded processes don't count in
7687 the context of this function's logic.
7688
7689 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7690 `forward-char', so that null strings are parsed correctly.
7691
87730e84 76922000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7693
83c9cb8e
SM
7694 * eshell/em-pred.el (eshell-pred-file-type)
7695 (eshell-pred-file-links, eshell-pred-file-size):
7696 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7697
7698 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7699 that remote file globbing is more efficient.
7700
7701 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7702 gathering the files and attributes within a directory.
7703
7704 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7705 the command line is a special file (not a regular file, directory
7706 or symlink), always attempt to call the external version of cat.
7707
87730e84 77082000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7709
7710 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7711 Eshell-friendly version of find-tag.
7712
1c7e37a9
MB
77132000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7714
4836835a 7715 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7716 (image-file-name-regexps): Add autoload cookies.
7717
11a7f341
KH
77182000-10-13 Kenichi Handa <handa@etl.go.jp>
7719
7720 * international/mule-cmds.el (select-safe-coding-system): If FROM
7721 is string, show it in *Warning* buffer.
7722
8ddddcb0
EZ
77232000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7724
7725 * startup.el (normal-top-level): Use display-popup-menus-p instead
7726 of window-system.
7727 (command-line): Use display-graphic-p instead of window-system.
7728 (command-line-1): Use display-popup-menus-p and display-mouse-p
7729 instead of window-system.
7730
72200f89
SS
77312000-10-12 Sam Steingold <sds@gnu.org>
7732
7733 * tooltip.el (tooltip-use-echo-area): New user variable.
7734 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7735
8661c643
DL
77362000-10-12 Dave Love <fx@gnu.org>
7737
d0b40dc1
DL
7738 * recentf.el: Maintainer's checkdoc fixes.
7739
83c9cb8e
SM
7740 * startup.el (normal-top-level-add-subdirs-to-load-path):
7741 Use character class, not ASCII when matching file names.
a622451f
DL
7742 (fancy-splash-head): Add trailing slash to URL.
7743 (command-line): Don't require XPM support for toolbar.
7744
8661c643
DL
7745 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7746 (cperl-invalid-face): Revert last change.
7747 (cperl-init-faces): Quote cperl-invalid-face.
7748
ef2ed8ab
KH
77492000-10-12 Kenichi Handa <handa@etl.go.jp>
7750
7751 * startup.el (fancy-splash-text): Remove superfluous quote.
7752
b0da379e
GM
77532000-10-12 Gerd Moellmann <gerd@gnu.org>
7754
dbeb499b
GM
7755 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7756 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7757 (command-line-1): Don't use fancy-splash-pending-command.
7758 (fancy-splash-screens-1): Goto point-min after inserting text.
7759
d861718a
GM
7760 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7761
b0da379e
GM
7762 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7763 instead of shared-lisp-mode-map.
7764
4fb2ad98
MB
77652000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7766
1cb4393e
MB
7767 * faces.el (header-line): Change tty-variant to use underlining.
7768
4fb2ad98
MB
7769 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7770 (isearch-highlight): Restore lazy-isearch face properties at old
7771 position, and suppress them at new position.
7772 (isearch-dehighlight): Restore lazy-isearch face properties.
7773 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7774 over the real isearch overlay, but in that case, don't give it a
7775 face property. Use `push'.
7776
eb991b25
KH
77772000-10-12 Kenichi Handa <handa@etl.go.jp>
7778
7779 * man.el (Man-getpage-in-background): Fix previous change.
7780 Decode the process output only when we are in multibyte mode.
7781
a818c1c0
DL
77822000-10-11 Dave Love <fx@gnu.org>
7783
c990f53a
DL
7784 * info.el (Info-mode-menu): Fix some help.
7785 (info-tool-bar-map): Add entry for Info-last.
7786
a818c1c0
DL
7787 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7788 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7789 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7790 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7791 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7792 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7793 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7794 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7795 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7796 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7797 Reduce colour requirements to 25 overall. (Probably wants
7798 revisiting from the originals to reduce further.)
7799
c1b096cb
EZ
78002000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7801
7802 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7803 buffer-file-coding-system, instead of raw-text.
7804 (dehexlify-buffer): Bind coding-system-for-read to
7805 buffer-file-coding-system, instead of raw-text.
7806
5c8b7eaf
SS
78072000-10-11 Sam Steingold <sds@gnu.org>
7808
83c9cb8e 7809 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7810 `underline' - fixes the bug introduced on 2000-09-21.
7811
2cfbdb7a
DL
78122000-10-11 Dave Love <fx@gnu.org>
7813
83c9cb8e
SM
7814 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7815 Avoid compiler warnings.
2cfbdb7a
DL
7816 (scheme-mode): Doc fix.
7817 (scheme-font-lock-keywords-1): Match `define-syntax'.
7818
78192000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7820
7821 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7822 face specs as well as default ones. Only do anything if the
7823 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7824 (region): Make dark-background `region' face less in-your-face.
4b33f290 7825
690ec649
SS
78262000-10-10 Sam Steingold <sds@gnu.org>
7827
7828 * chistory.el, ielm.el, ledit.el:
7829 * progmodes/inf-lisp.el, progmodes/scheme.el:
7830 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7831
3b95d6bb
SM
78322000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7833
7834 * textmodes/texinfo.el: Update copyright and fix typo.
7835
7836 * desktop.el (desktop-modes-not-to-save): New var.
7837 (desktop-save-buffer-p): Use it.
a30eb617
DL
7838 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7839 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7840
78412000-10-10 Dave Love <fx@gnu.org>
7842
7843 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7844 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7845
7846 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7847 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7848 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7849 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7850 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7851 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7852 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7853 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7854 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7855 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7856 the .xpms; probably need retouching.
7857
78582000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7859
7860 * subr.el (add-to-list): Add optional argument APPEND.
7861 * battery.el (display-battery): Use `add-to-list'.
7862
78632000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7864
83c9cb8e
SM
7865 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7866 properties.
a30eb617
DL
7867 (zone, zone-when-idle, zone-leave-me-alone)
7868 (zone-pgm-whack-chars): Use new symbol properties.
7869
7870 * battery.el (display-battery): Doc spelling fix.
7871
7872 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7873 property.
7874
78752000-10-09 Dave Love <fx@gnu.org>
7876
7877 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7878 has been initialized before calling tool-bar-setup.
7879 (tool-bar-add-item-from-menu): Add autoload cookie.
7880
78812000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7882
7883 * menu-bar.el (send-mail-item-name): New function.
7884 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7885 of mail-user-agent in the menu. Don't display the "Send Mail"
7886 item if mail-user-agent is nil or its value is ignore.
7887 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7888 if read-mail-command is nil or its value is ignore.
7889
7890 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7891
78922000-10-09 Miles Bader <miles@gnu.org>
7893
7894 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7895 Correct image size.
7896 * toolbar/left_arrow.xpm: Correct image size.
7897
7898 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7899 will be done by the definition of `auto-compression-mode' if
7900 necessary. Move code to uninstall existing file-name handler
7901 before definition of `auto-compression-mode'.
7902
7903 * image-file.el (auto-image-file-mode): Move to the end of the
7904 file, because `define-minor-mode' actually calls the mode-function
7905 if the associated variable is non-nil, which requires that all
7906 needed functions be already defined.
7907
7908 * mouse.el (popup-menu): Balance parens.
7909
79102000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7911
7912 * mouse.el (popup-menu): Move the command call outside the loop
7913 so that popup-menu returns whatever the command returns.
7914
7915 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7916 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7917 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7918 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7919
7920 * vc.el (vc-version-diff): diff-switches can be a list.
7921 Use relative filenames for prettier output.
7922
7923 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7924 (vc-post-command-functions): Remove old-VC compatibility code.
7925
7926 * newcomment.el (comment-indent-default): Autoload.
7927
7928 * font-lock.el (font-lock-defaults): Make buffer-local.
7929 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7930 (font-lock-choose-keywords):
7931 Ignore LEVEL unless KEYWORDS is a list of syms.
7932 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7933 Don't wrap regexp-opt things in \(...\) unnecessarily.
7934
7935 * jit-lock.el: Don't require font-lock any more.
7936 (jit-lock-functions): Make buffer-local.
7937 (jit-lock-saved-fontify-buffer-function): Remove.
7938 (jit-lock-mode): Remove autoload cookie.
7939 Remove font-lock specific code.
7940 (jit-lock-unregister): Don't bother handling complex hooks any more.
7941 (jit-lock-refontify): New function.
7942 (jit-lock-fontify-buffer): Use it.
7943 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7944 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7945 Add optional args START and END.
7946 Never call font-lock-fontify-region directly.
7947 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7948
7949 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7950
79512000-10-08 Dave Love <fx@gnu.org>
7952
7953 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7954
7955 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7956
7957 * play/studly.el (studlify-region, studlify-word): Add autoload
7958 cookie.
7959
7960 * play/morse.el (morse-region, unmorse-region): Add autoload
7961 cookie.
7962
7963 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7964 concat.
7965
7966 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7967 insist on symbols starting with word syntax.
7968 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7969 (eval-defun-1): Doc fix.
7970 (indent-sexp): Use nconc to build up indent-stack.
7971
7972 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7973 Gnus with little use.
7974 (mail-setup-hook): Add mail-abbrevs-setup to options.
7975
7976 * recentf.el: Doc fixes.
7977
7978 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7979 Clean up remainder.
7980
7981 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7982 without timezone and (8) with timezone to enforce some whitespace.
7983 Simplify code somewhat.
7984
7985 * options.el (list-options): Doc that you should use customize.
7986
7987 * iswitchb.el (iswitchb-mode): Add :require.
7988
7989 * info.el (Info-goto-node, Info-menu): Doc fix.
7990 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7991 (info-tool-bar-map): New variable.
7992 (Info-mode): Use it.
7993 (Info-edit-map): Define all in defvar.
7994 (speedbar-attached-frame): Avoid compiler warning.
7995
7996 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7997 (global-map): Bind [tool-bar] to a filtered map.
7998 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7999 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8000 Allow PBM icons.
8001 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8002
8003 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8004 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8005 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8006 icons, except up_arrow, which is left-arrow rotated.
8007
8008 * imenu.el (imenu-add-to-menubar): Fix last change.
8009
80102000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8011
8012 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8013 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8014
80152000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8016
8017 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8018 typos in doc strings.
8019
8020 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8021 the doc strings how to customize Font Lock faces.
8022
8023 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8024 computing growth when dragging the header line.
8025
80262000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8027
8028 * simple.el (kill-line): Doc fix.
8029
80302000-10-08 Miles Bader <miles@gnu.org>
8031
8032 * faces.el (secondary-selection): Make foreground visible on tty.
8033
8034 * jka-compr.el (auto-compression-mode): Move to the end of the
8035 file, because `define-minor-mode' actually calls the mode-function
8036 if the associated variable is non-nil, which requires that all
8037 needed functions be already defined.
8038 (with-auto-compression-mode): Add autoload cookie.
8039
80402000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8041
8042 * files.el (find-backup-file-name) [ms-dos]: If support for long
8043 file names is not available, behave as if version-control were set
8044 to never.
8045
80462000-10-07 Dave Love <fx@gnu.org>
8047
8048 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8049 (browse-url-gnome-moz): New function.
8050 (browse-url-browser-function): Use it.
8051 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8052
80532000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8054
8055 * indent.el (tab-always-indent): New var.
8056 (indent-for-tab-command): Use it.
8057
8058 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8059 raise an error. This way it can still default to a sane value.
8060
80612000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8062
8063 * startup.el (fancy-splash-screens): Use local rather than global map.
8064 Don't use `update-menu-bindings' any more.
8065 Get rid of assumptions about keymap representation.
8066
80672000-10-06 Dave Love <fx@gnu.org>
8068
8069 * textmodes/fill.el (sentence-end-double-space)
8070 (sentence-end-without-period): Doc fix.
8071 (adaptive-fill-regexp): Purecopy.
8072 (unjustify-current-line): Use line-end-position.
8073 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8074
8075 * net/eudc-vars.el (eudc): Add :version, :link.
8076
8077 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8078
8079 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8080 Fix for define-minor-mode.
8081 (function-at-point): Alias to function-called-at-point.
8082
8083 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8084
8085 * simple.el (backward-word): Doc fix.
8086
8087 * image-file.el (image-file-name-regexp): image-file-regexps ->
8088 image-file-name-regexps.
8089 (image-file-name-extensions): Add pbm.
8090
80912000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8092
8093 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8094 and add filename to the names so that diff-mode can jump to source.
8095
8096 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8097 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8098 (tex-font-lock-keywords-1): Remove.
8099 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8100 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8101 (font-lock-default-fontify-region):
8102 Expand beg..end correctly when just following a multiline region.
8103 (font-lock-fontify-anchored-keywords):
8104 Include the anchor text as part of the multiline.
8105
81062000-10-06 Gerd Moellmann <gerd@gnu.org>
8107
8108 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8109 latter needs the autoloaded define-minor-mode macro during the
8110 bootstrap.
8111
8112 * startup.el (command-line): For now, activate tool-bar-mode only
8113 if XPM images are supported.
8114
8115 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8116 window by dragging a header-line at the top of the frame; that's
8117 confusing because the header-line doesn't move.
8118 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8119 of treating the event as a list. Some cleanup.
8120
81212000-10-06 Miles Bader <miles@gnu.org>
8122
8123 * simple.el (display-message-or-buffer): New function.
8124 (shell-command-on-region): Use `display-message-or-buffer'.
8125
8126 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8127 docstring parts.
8128
8129 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8130 (smbclient-prompt-regexp): Add usage note to doc string.
8131 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8132 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8133 Use add-hook for adding the comint filter function, and only do so
8134 if it's not already in the global hook list.
8135 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8136 to `make-local-variable'.
8137 (nslookup-font-lock-keywords): Remove prompt entry.
8138 (nslookup): Don't set the process-filter.
8139 (finger): Exit the loop correctly when the regexps list runs out.
8140 (ftp, smbclient, smbclient-list-shares):
8141 Set the real major mode immediately, not after execing.
8142 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8143
8144 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8145
81462000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8147
8148 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8149
8150 * which-func.el (which-func-format): Remove spurious space.
8151 (which-func-mode): Don't make it permanent-local.
8152 (which-func-ff-hook): Allow which-func-maxout to be nil.
8153 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8154 (which-func-mode): Simplify.
8155 Use post-command-idle-hook rather than post-command-hook.
8156 Go through all buffers and update their state.
8157 (which-function): Also try add-log-current-defun-function.
8158
8159 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8160 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8161 Update call to with-vc-properties accordingly.
8162 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8163 (vc-revert-buffer): More careful about window selection and deletion.
8164 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8165
8166 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8167 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8168 (cvs-dired-action): Change the default to quickdir.
8169
8170 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8171 if comment-indent-function returns nil.
8172 (comment-indent-default): New function.
8173 (comment-indent-function): Use it and document the new semantics.
8174
8175 * image-file.el: Docstring fixes.
8176
8177 * help.el (help-xref-on-pp): Use match-string.
8178 (describe-variable): New arg BUFFER.
8179 Store the current buffer in the help-xref-stack.
8180 (temp-buffer-resize-mode): Use define-minor-mode.
8181
8182 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8183 consistently with its docstring.
8184 Set jit-lock-first-unfontify-pos in an idempotent way.
8185 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8186
81872000-10-05 Alex Schroeder <alex@gnu.org>
8188
8189 * sql.el (sql-mysql-options): New variable.
8190 (sql-mysql): Use it.
8191
81922000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8193
8194 * image.el (image): New group.
8195
8196 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8197 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8198
81992000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8200
8201 * net/net-utils.el (nslookup-font-lock-keywords)
8202 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8203 Ignore the value of wqindow-system; always define keywords
8204
82052000-10-05 Kenichi Handa <handa@etl.go.jp>
8206
8207 * startup.el (fancy-splash-screens): Remove the code for
8208 debugging; `(trace-to-stderr "EXITTT\n")'.
8209
82102000-10-05 Miles Bader <miles@gnu.org>
8211
8212 * diff-mode.el (diff-goto-source): Update call to
8213 `diff-hunk-status-msg' to reflect new REV variable.
8214
82152000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8216
8217 * progmodes/icon.el (icon-mode):
8218 Don't gratuitously override the default for comment-column.
8219
8220 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8221
8222 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8223 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8224 (jit-lock-functions): New var.
8225 (jit-lock-function-1): Use it if non-nil.
8226 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8227 Set the `fontified' property before doing the fontification to avoid
8228 repeatedly going through the same error.
8229 Don't turn errors into messages.
8230 (jit-lock-register, jit-lock-unregister): New functions.
8231
8232 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8233 Use with-current-buffer.
8234
8235 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8236 Turn comment into docstring.
8237
8238 * apropos.el (apropos-mode): Use define-derived-mode.
8239
82402000-10-04 Gerd Moellmann <gerd@gnu.org>
8241
8242 * startup.el (fancy-splash-pending-command): New variable.
8243 (fancy-splash-pre-command): New function.
8244 (fancy-splash-screens): Rewritten.
8245 (command-line-1): If fancy-splash-pending-command is set, call it
8246 interactively.
8247
82482000-10-04 Dave Love <fx@gnu.org>
8249
8250 * toolbar/tool-bar.el (tool-bar-setup): New function.
8251 (tool-bar-mode): Use it.
8252
8253 * subr.el (substitute-key-definition): Doc fix.
8254 (play-sound-file): New command.
8255
82562000-10-04 Andre Spiegel <spiegel@gnu.org>
8257
8258 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8259 vc-version-backup-file-name): New functions.
8260
8261 * files.el (basic-save-buffer): Call vc-before-save before saving.
8262
8263 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8264 vc-cvs-stay-local-p.
8265
8266 * vc.el (vc-revert-buffer): Handle empty diff properly.
8267 (vc-version-backup-file): New function.
8268 (vc-checkout): Create a version backup if necessary.
8269 (vc-checkin): If a version backup file exists, delete it.
8270 (vc-version-diff): Diff locally using version backups, if available.
8271 (vc-revert-file): If there's a version backup, revert locally.
8272 (vc-transfer-file): Use version backup for base version, if
8273 available. If not, ask for confirmation whether to get it from the
8274 server. Update mode line before check-in.
8275
82762000-10-04 Dave Love <fx@gnu.org>
8277
8278 * toolbar/tool-bar.el (tool-bar-setup): New function.
8279 (tool-bar-mode): Use it.
8280
82812000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8282
8283 * net/net-utils.el (nslookup-font-lock-keywords)
8284 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8285 Only set if window-system is non-nil
8286 (net-utils-run-program): Returns buffer.
8287 (network-connection-reconnect): Added this function.
8288
8289 * generic.el:
8290 Incorporates extensive cleanup and docfixes by
8291 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8292 Uses cl compile-time macros.
8293 (generic-mode-name, generic-comment-list)
8294 (generic-keywords-list, generic-font-lock-expressions)
8295 (generic-mode-function-list, generic-mode-syntax-table):
8296 Removed variables.
8297 (generic-mode-alist): Renamed to generic-mode-list.
8298 (generic-find-file-regexp): Default changed to "^#".
8299 (generic-read-type): Uses completing read on generic-mode-list.
8300 (generic-mode-sanity-check): removed this function.
8301 (generic-add-to-auto-mode): Removed this function
8302 (generic-mode-internal): Bind mode-specific definitions
8303 into function instead of putting them in alist.
8304 (generic-mode-set-comments): Reworked extensively.
8305 (generic-mode-find-file-hook): Simplified regexp searching
8306 (generic-make-keywords-list): Omit extra pair of parens
8307
8308 * find-lisp.el (find-lisp-find-files-internal):
8309 Make sure directory name ends with "/".
8310
8311 * generic-x.el (apache-conf-generic-mode):
8312 Regexp now allows leading whitespace.
8313 (rc-generic-mode): Added eval-when-compile
8314 around generic-make-keywords-list.
8315 Deleted duplicate regexp
8316 (rul-generic-mode): Added eval-when-compile
8317 around generic-make-keywords-list.
8318 (etc-fstab-generic-mode): New generic mode.
8319 (rul-generic-mode): Removed one eval-when-compile
8320 which caused a max-specpdl-size exceeded error.
8321
83222000-10-04 Miles Bader <miles@gnu.org>
8323
8324 * simple.el (minibuffer-temporary-goal-position): New variable.
8325 (next-history-element): Try to keep the position of point in the
8326 input string constant.
8327
8328 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8329 (dired-do-create-files): If there's only one file, pass it in as
8330 the DEFAULT arg to dired-mark-read-file-name.
8331
83322000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8333
8334 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8335 (diff-goto-source): Be smarter when choosing REVERSE or not.
8336
8337 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8338 (texinfo-mode-menu): Add an explicit shortcut for update all.
8339
83402000-10-03 Andre Spiegel <spiegel@gnu.org>
8341
8342 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8343 factorize backend-specific code cleanly (this was essentially
8344 conceived by Stefan Monnier).
8345 (vc-unregister): Function removed.
8346 (vc-revert-file): New function.
8347 (vc-revert-buffer): Delegate some of the work to it.
8348
8349 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8350 default branch unconditionally.
8351 (vc-rcs-set-default-branch): New function.
8352 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8353 (vc-rcs-checkin): If an appropriate default branch has been set,
8354 force creation of that branch.
8355 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8356 code (as suggested by Stefan Monnier).
8357
83582000-10-02 Gerd Moellmann <gerd@gnu.org>
8359
8360 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8361 highlighting overlay with a different face over the overlay
8362 isearch uses to highlight the current match because that can lead
8363 to bad face combinations.
8364
8365 * loadup.el (toplevel): Load faces before isearch.
8366
8367 * isearch.el (isearch-faces): New custom group.
8368 (isearch): New defface; was already tested for in the code.
8369 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8370 (isearch-highlight): Always use face `isearch'.
8371
83722000-10-02 Dave Love <fx@gnu.org>
8373
8374 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8375 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8376 comparison of opcode with operand.
8377
83782000-10-03 Miles Bader <miles@gnu.org>
8379
8380 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8381 buffer, since the echo area will now grow to accommodate them.
8382
83832000-10-02 Andre Spiegel <spiegel@gnu.org>
8384
8385 * vc-hooks.el (vc-registered): If FILE used to be registered under
8386 a certain backend, try that one first.
8387
8388 * vc.el (vc-responsible-backend): Undo the previous change in the
8389 argument list. Handle multiple backends correctly.
8390 (vc-find-new-backend): Function removed.
8391 (vc-register): Use vc-responsible-backend, as before.
8392 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8393
83942000-10-02 Gerd Moellmann <gerd@gnu.org>
8395
8396 * startup.el (fancy-splash-head): Change message below the
8397 logo.
8398
83992000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8400
8401 * diff-mode.el (diff-goto-source): Emit a status message.
8402 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8403 (diff-test-hunk): Fix doc string.
8404 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8405 (diff-advance-after-apply-hunk): New variable.
8406 (diff-apply-hunk): Don't return a value.
8407
84082000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8409
8410 * vc.el (vc-editable-p): Minor optimization.
8411 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8412 (vc-find-new-backend): New function split from vc-responsible-backend.
8413 (vc-register): Use it.
8414 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8415 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8416 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8417 (vc-clear-headers): Don't use find-file.
8418 (vc-revert-buffer): Use `and' again (must have been a braino).
8419 (vc-switch-backend): Only prompt if requested.
8420 Short circuit if nothing is to be done.
8421 Don't use vc-resynch-buffer which could lose unsaved editing.
8422 (vc-default-receive-file): Update call to vc-unregister.
8423 (with-vc-file, vc-next-action-on-file):
8424 Use vc-backend rather than vc-registered.
8425 (vc-next-action-on-file): Use intern-soft.
8426 Deal with read-only *vc-diff* buffer.
8427 (vc-transfer-file): Docstring fix.
8428
8429 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8430 (vc-rcs-receive-file): Avoid with-vc-properties.
8431 Update call to vc-unregister.
8432 Use constant `RCS' rather than (dynamically bound) var `backend'.
8433
84342000-10-01 Andre Spiegel <spiegel@gnu.org>
8435
8436 * vc.el (vc-next-action-on-file): Update mode line only if file
8437 is visited.
8438 (vc-start-entry): New argument initial-contents. Don't visit the file
8439 if it isn't already visited. Brought documentation up-to-date.
8440 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8441 (vc-checkin): New optional arg initial-contents, which is passed to
8442 vc-start-entry.
8443 (vc-finish-logentry): Make sure to bury log buffer only if there
8444 really is one. Call `vc-resynch-buffer' on log-file, not
8445 buffer-file-name.
8446 (vc-default-comment-history, vc-default-wash-log): New functions.
8447 (vc-index-of): Removed.
8448 (vc-transfer-file): Make do without the above.
8449 (vc-default-receive-file): Call comment-history unconditionally. Pass
8450 the resulting string to vc-checkin, instead of inserting it into the
8451 comment ring.
8452
8453 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8454 unconditionally. Use the comments as initial contents of the log
8455 entry buffer. Document the trick to force branch creation with no
8456 changes.
8457
84582000-10-01 Miles Bader <miles@gnu.org>
8459
8460 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8461 `recenter' with an arg to prevent redrawing the display.
8462
84632000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8464
8465 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8466
8467 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8468
8469 * progmodes/c-mode.el (c-mode):
8470 Don't gratuitously override the default for comment-column.
8471
8472 * textmodes/tex-mode.el (latex-metasection-list): New var.
8473 (latex-imenu-create-index): Use it.
8474 Move the regexp construction outside loops (and use push).
8475 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8476 (tex-font-lock-keywords): Moved from font-lock.el.
8477 (tex-comment-indent): Remove.
8478 (tex-common-initialization): Don't set comment-indent-function.
8479 (latex-block-default): New var.
8480 (tex-latex-block): Use it to provide a default choice.
8481 Add any unknown choice to latex-block-names.
8482 Insert [...] after {...}.
8483 (tex-last-unended-begin): Simplify regexp.
8484 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8485 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8486 (latex-mode): Set forward-sexp-function.
8487
8488 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8489 Add regexp for @ignore ... @end ignore.
8490 (texinfo-heading-face): New face.
8491 (texinfo-font-lock-keywords): Use it.
8492 (texinfo-mode-menu): New menu.
8493 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8494 New functions.
8495 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8496 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8497 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8498 Remove declaration.
8499 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8500
8501 * delsel.el (delete-selection-mode): Use define-minor-mode.
8502
8503 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8504
85052000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8506
8507 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8508
85092000-09-30 Gerd Moellmann <gerd@gnu.org>
8510
8511 * replace.el (keep-lines-read-args): New function.
8512 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8513 read arguments interactively. Add parameters RSTART and REND.
8514 Operate on the active region in Transient Mark mode.
8515
8516 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8517
8518 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8519 (authors-obsolete-files-regexps): New variable.
8520 (authors-add): Don't record changes in obsolete files.
8521
85222000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8523
8524 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8525
8526 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8527 (comment-indent): Make sure there's a space between code and comment.
8528 Shift comments left to avoid going past fill-column.
8529
85302000-09-29 Gerd Moellmann <gerd@gnu.org>
8531
8532 * startup.el (startup-echo-area-message): New function.
8533 (display-startup-echo-area-message): Use it.
8534 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8535 (fancy-splash-default-action): New function.
8536 (fancy-splash-screens-1): New function.
8537 (fancy-splash-head): Put a help-echo and a keymap under the image.
8538
85392000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8540
8541 * diff-mode.el (diff-add-log-file-name): Remove.
8542 (diff-mode): Use add-log-buffer-file-name-function.
8543
8544 * add-log.el (find-change-log): New arg BUFFER-FILE.
8545 (add-log-file-name): Obey add-log-file-name-function.
8546 (add-log-buffer-file-name-function): New var.
8547 (add-change-log-entry): Use it.
8548
85492000-09-29 Miles Bader <miles@gnu.org>
8550
8551 * image-file.el (image-file-name-extensions): New variable.
8552 (image-file-name-regexps): Renamed from `image-file-regexps'.
8553 New default value is nil. Call `auto-image-file-mode'.
8554 (image-file-name-regexp): New function.
8555 (auto-image-file-mode): New minor mode.
8556 (insert-image-file): Don't make conditional on the image-file
8557 handler being enabled.
8558 (image-file-handler): Make the call here conditional instead.
8559 (set-image-file-handler-enabled, enable-image-file-handler)
8560 (disable-image-file-handler): Functions removed.
8561
8562 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8563 string.
8564
85652000-09-29 Gerd Moellmann <gerd@gnu.org>
8566
8567 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8568 it's a function from CL.
8569 (latex-imenu-create-index): Replace eval-when-compile with progn
8570 because latex-section-alist is not bound while compiling.
8571
85722000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8573
8574 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8575 (outline-mode): Use define-derived-mode.
8576
8577 * progmodes/perl-mode.el (perl-mode):
8578 * progmodes/awk-mode.el (awk-mode):
8579 * progmodes/asm-mode.el (asm-mode):
8580 Don't gratuitously override the default for comment-column.
8581
8582 * emacs-lisp/lisp.el (lisp-complete-symbol):
8583 Distinguish the let-binding case from the funcall case.
8584 (forward-sexp-function): New variable.
8585 (forward-sexp): Use it.
8586
8587 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8588 (easy-mmode-defmap): Remove the now useless autoload.
8589
8590 * time.el (display-time-mode): Use define-minor-mode.
8591
8592 * subr.el (add-minor-mode): Don't eval NAME.
8593 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8594 Use if rather than cond.
8595
8596 * simple.el (read-expression-map): Define more properly.
8597 (comment-indent-hook): Remove.
8598 (string-to-syntax): Bug fix.
8599
8600 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8601 (cvs-ediff-diff): Fix typo.
8602 (cvs-revert-if-needed): Don't bother preserving read-only.
8603
8604 * paren.el (show-paren-mode): Use define-minor-mode.
8605
8606 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8607 (toggle-auto-compression): Remove.
8608 (jka-compr-build-file-regexp): Remove useless grouping.
8609
8610 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8611 Avoid user-reserved bindings.
8612 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8613 (diff-header-face): Revert to grey85.
8614
8615 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8616
8617 * complete.el (partial-completion-mode) <defcustom>: Remove.
8618 (partial-completion-mode): Use define-minor-mode.
8619 (PC-do-completion): Understand `completion-auto-help = delay'
8620 to mean to popup the completion buffer only the second time.
8621 (PC-include-file-all-completions, PC-include-file-all-completions)
8622 (PC-include-file-all-completions): Don't quote lambda.
8623
8624 * comint.el (comint-mode-hook): Docstring fix.
8625 (comint-mode): Use define-derived-mode.
8626 (comint-mode-map): Remove obsolete comment.
8627 (make-comint): Minor stylistic change.
8628 (comint-insert-clicked-input): Be more careful to find the overlay.
8629 Use this-command-keys rather than hardcoding mouse-2.
8630
8631 * font-lock.el: Replace confusing (,@ with ,
8632 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8633 Don't use regexp-opt-depth. Spice up the regexp for args.
8634 Don't distinguish between cmds that can take an opt arg or not.
8635 Use `append' and `prepend' rather than `keep'.
8636
8637 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8638 (latex-outline-regexp): New var.
8639 (latex-outline-level): New fun.
8640 (latex-section-alist): New var.
8641 (latex-imenu-create-index): Use it. Use `push' as well.
8642 (tex-shell-map): Initialize it properly.
8643 (tex-mode): Minor stylistic change.
8644 (plain-tex-mode): Use define-derived-mode.
8645 (latex-mode): Use define-derived-mode.
8646 Construct the paragraph regexps in a more readable way.
8647 Set the buffer-local outline-{level,regexp} vars.
8648 (slitex-mode): Derive from latex-mode.
8649 (tex-common-initialization): Don't kill-all-vars anymore.
8650 Add setting for comment-add and font-lock-defaults.
8651 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8652 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8653 (tex-start-tex): New arg DIR (and send a chdir command for it).
8654 Also display the shell buffer and save it in tex-last-buffer-texed.
8655 (tex-region): Use expand-file-name rather than concat.
8656 Remove code made useless by changes in tex-start-tex.
8657 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8658
8659 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8660
86612000-09-28 Dave Love <fx@gnu.org>
8662
8663 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8664
86652000-09-28 Gerd Moellmann <gerd@gnu.org>
8666
8667 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8668 `append'.
8669
86702000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8671
8672 * info.el (Info-extract-pointer): Undo last change.
8673 Instead, fix the position of the `bound' arg to re-search-backward.
8674
86752000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8676
8677 * info.el (Info-extract-pointer):
8678 Widen more carefully, to avoid finding pointers in other nodes.
8679 (Info-index): Use push.
8680
86812000-09-27 Gerd Moellmann <gerd@gnu.org>
8682
8683 * frame.el (set-frame-font): Remove call to obsolete function
8684 frame-update-faces.
8685 (set-foreground-color, set-background-color): Likewise for
8686 frame-update-face-colors.
8687
86882000-09-27 Miles Bader <miles@gnu.org>
8689
8690 * image-file.el: New file.
8691
86922000-09-27 Gerd Moellmann <gerd@gnu.org>
8693
8694 * frame.el (frame-notice-user-settings): Don't call
8695 frame-update-faces, which is a no-op now.
8696
8697 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8698 tool-bar-lines.
8699
87002000-09-27 Dave Love <fx@gnu.org>
8701
8702 * mouse.el: Fix last change.
8703
87042000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8705
8706 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8707
87082000-09-22 Kenichi Handa <handa@etl.go.jp>
8709
8710 * international/quail.el (quail-help): The output message is
8711 improved.
8712
87132000-09-26 Dave Love <fx@gnu.org>
8714
8715 * mouse.el (popup-menu): If POSITION is nil, set it using
8716 mouse-position.
8717
87182000-09-25 Sam Steingold <sds@gnu.org>
8719
8720 * net/browse-url.el (browse-url-file-url): Check for null maps.
8721
87222000-09-26 Gerd Moellmann <gerd@gnu.org>
8723
8724 * frame.el (frame-notice-user-settings): Don't add a
8725 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8726
8727 * frame.el (frame-notice-user-settings):
8728 Make tool-bar-mode and default-frame-alist consistent.
8729
8730 * toolbar/tool-bar.el (tool-bar-help): New function.
8731
87322000-09-25 Gerd Moellmann <gerd@gnu.org>
8733
8734 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8735 current-load-list in top-level forms. Else this leaks a cons cell
8736 every time a defun is called.
8737
8738 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8739
87402000-09-25 Dave Love <fx@gnu.org>
8741
8742 * startup.el (fancy-splash-head): Check XPM is available.
8743
8744 * autoinsert.el (auto-insert): Doc fix.
8745 (auto-insert-alist): Following GNU notices, don't say `copyright
8746 _by_'. Use line-beginning-position.
8747 (auto-insert): Check buffer-file-name is non-nil before use.
8748
87492000-09-25 Gerd Moellmann <gerd@gnu.org>
8750
8751 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8752 starting with `@def' or `@multitable', in addition to ones
8753 specified by the user in auto-fill-inhibit-regexp.
8754
87552000-09-25 Markus Rost <rost@math.ohio-state.edu>
8756
8757 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8758 rmail-dont-reply-to-names matches the empty string.
8759
87602000-09-25 Gerd Moellmann <gerd@gnu.org>
8761
8762 * startup.el (command-line-1, fancy-splash-text): Change the
8763 text to sound more friendly.
8764
87652000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8766
8767 * progmodes/hideshow.el: Update author email address.
8768 Generally, sync w/ maintainer version 5.22.
8769 (hs-hide-all-non-comment-function): New var.
8770 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8771 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8772 (hs-show-region): Delete this command.
8773 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8774
87752000-09-22 Dave Love <fx@gnu.org>
8776
8777 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8778 (hl-line-highlight): Specify buffer when moving overlay.
8779
8780 * progmodes/fortran.el (fortran-mode): Locally set
8781 normal-auto-fill-function.
8782 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8783 (fortran-mode-map): Adjust auto-fill menu entry.
8784
87852000-09-22 Gerd Moellmann <gerd@gnu.org>
8786
8787 * vc-rcs.el (toplevel): Require `vc' when compiling.
8788
8789 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8790
87912000-09-22 Andre Spiegel <spiegel@gnu.org>
8792
8793 * vc.el (vc-switch-backend): Signal an error if the file is not
8794 registered under the new backend.
8795
8796 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8797 without explicit revision number.
8798
87992000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8800
8801 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8802 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8803 (diff-xor): New function.
8804 (diff-find-source-location): Use it. Fix a stupid name clash.
8805 (diff-hunk-status-msg): New function.
8806 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8807 (diff-test-hunk): Use diff-find-source-location.
8808 (diff-goto-source): Favor the `reverse'.
8809 (diff-hunk-text): Properly handle one-sided context diffs.
8810 (diff-apply-hunk): When done, advance to the next hunk.
8811
88122000-09-21 Gerd Moellmann <gerd@gnu.org>
8813
8814 * startup.el (command-line): If frame was created with a non-zero
8815 tool-bar-lines parameter, switch tool-bar-mode on.
8816
8817 * add-log.el (change-log-date-face, change-log-name-face)
8818 (change-log-email-face, change-log-file-face)
8819 (change-log-list-face, change-log-conditionals-face)
8820 (change-log-function-face, change-log-acknowledgement-face):
8821 New faces, inheriting from font-lock faces.
8822 (change-log-font-lock-keywords): Use them.
8823
88242000-09-21 Dave Love <fx@gnu.org>
8825
8826 * progmodes/cperl-mode.el (top-level): Clean up
8827 `eval-when-compile's and assorted defvars.
8828 (cperl-invalid-face): Don't double-quote value. Change custom
8829 type.
8830 (cperl-mode): Set normal-auto-fill-function and don't zap
8831 auto-fill-function.
8832 (cperl-imenu--function-name-regexp-perl): Renamed from
8833 imenu-example--function-name-regexp-perl.
8834 (cperl-imenu--create-perl-index): Renamed from
8835 imenu-example--create-perl-index.
8836 (cperl-xsub-scan): Don't require cl.
8837
8838 * msb.el (msb-mode-map): Use substitute-key-definition.
8839 (msb-mode): Use msb-mode-map.
8840
88412000-09-21 Andre Spiegel <spiegel@gnu.org>
8842
8843 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8844 New functions.
8845 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8846 (vc-switch-backend): New function.
8847 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8848 (vc-register): Fix prompt.
8849 (vc-unregister, vc-default-unregister): New functions.
8850 (vc-version-diff): Handle empty buffer in sentinel.
8851
8852 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8853 (vc-rcs-state-heuristic): Use it to guess the state of files with
8854 non-strict locking.
8855 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8856 been set with -b, but not created yet.
8857 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8858 contents in order to find the state.
8859 (vc-rcs-checkin): Allow creation of branches with no changes.
8860 (vc-rcs-unregister, vc-rcs-receive-file)
8861 (vc-rcs-set-non-strict-locking): New functions.
8862
8863 * vc-hooks.el (vc-name): Force correct computation of the value
8864 in case it is missing.
8865
88662000-09-21 Gerd Moellmann <gerd@gnu.org>
8867
8868 * startup.el (fancy-splash-tail): Use a different foreground
8869 color on a dark frame background.
8870
88712000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8872
8873 * info.el: Use the correct capitalization when making Info-mode
8874 and Info-edit-mode `special' modes.
8875
88762000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8877
8878 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8879 (diff-mode): Add support for add-log.el.
8880 (diff-hunk-text): Use char offsets rather than line offsets.
8881 (diff-find-source-location): Replace LINE with line-offset (nil
8882 if not found) and always set POS to a meaningful position.
8883 Adapt to the new char-offsets.
8884 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8885 Adapt to the new diff-find-source-location.
8886 (diff-goto-source): Adapt to the new diff-find-source-location.
8887
8888 * add-log.el (add-log-file-name): New function (split out of
8889 add-change-log-entry).
8890 (add-change-log-entry): Use it.
8891 Call add-log-file-name-function with the changelog file name if
8892 the current buffer is not associated with any file.
8893 Avoid find-file if the selected window is dedicated.
8894
8895 * diff-mode.el (diff-find-source-location):
8896 Move code from diff-apply-hunk. Return buffer rather than file.
8897 (diff-apply-hunk): Use the new result from diff-find-source-location.
8898 (diff-goto-source): Use the new diff-find-source-location.
8899
89002000-09-20 Dave Love <fx@gnu.org>
8901
8902 * iswitchb.el: Some doc fixes.
8903 (iswitchb-mode-map): Define completely initially. Inherit
8904 minibuffer-local-map.
8905 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8906 fundamental-mode.
8907 (iswitchb-global-map): New variable.
8908 (iswitchb-summaries-to-end): Amalgamate regexps.
8909 (iswitchb-mode): New.
8910 (iswitchb-mode-hook): New variable.
8911 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8912 `extensions'.
8913
89142000-09-20 Gerd Moellmann <gerd@gnu.org>
8915
8916 * ehelp.el (electric-help): New defgroup.
8917 (electric-help-shrink-window): New user-option.
8918 (with-electric-help): Use it.
8919
8920 * window.el (shrink-window-if-larger-than-buffer): If face
8921 `mode-line' has a :box, and we're on a graphical frame, add 1
8922 to the needed window height.
8923
8924 * frame.el (frame-notice-user-settings): Add a last parameter nil
8925 to a call to `append', because the last list passed to `append' is
8926 not copied, and so subsequent calls to assq-delete-all will modify
8927 default-frame-alist.
8928
8929 * startup.el (fancy-splash-image): Change :type.
8930 (fancy-splash-head): Use an XBM image if appropriate.
8931 (command-line-1): Show splash screens in more cases.
8932
8933 * startup.el (fancy-splash-text): Don't quote faces.
8934
8935 * dired.el (dired-font-lock-keywords): Undo last change.
8936 (dired-readin): Bind indent-tabs-mode to nil.
8937
8938 * startup.el (fancy-splash-head): If frame's background mode
8939 is `dark', change the black background of the image to gray.
8940 (fancy-splash-screens): Display startup echo area message.
8941 (display-startup-echo-area-message): New function.
8942
89432000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8944
8945 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8946
8947 * info.el (info-header-node): Tweak for color ttys.
8948
8949 * faces.el (face-valid-attribute-values): Make sure directories we
8950 search for stipples both exist and are readable before trying to
8951 search them.
8952
8953 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8954 in the dry-run case.
8955
8956 * jka-compr.el (with-auto-compression-mode): New macro.
8957
8958 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8959 (custom-group-tag-face, custom-variable-tag-face): Use relative
8960 :height and inherit from `variable-pitch' face instead of
8961 hardwiring :family.
8962 * hi-lock.el (hi-black-hb): Likewise.
8963
8964 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8965 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8966 toolbar-add-item, if image doesn't have a mask add a `:mask
8967 heuristic'.
8968
89692000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8970
8971 * diff-mode.el: Docstring fixes.
8972 (diff-header-face, diff-comment-face): New faces.
8973 (diff-font-lock-keywords): Highlight a bit differently.
8974 (diff-find-source-location): Don't return SPAN any more.
8975 (diff-hunk-text): Don't bother erasing the temp buffer.
8976 (diff-find-text): Drop argument LINE.
8977 (diff-apply-hunk): Update calls to diff-find-text.
8978 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8979
8980 * calendar/calendar.el: Docstring fixes.
8981 (calendar-make-alist): Don't quote lambda.
8982 (calendar-star-date): Use make-local-variable.
8983
89842000-09-19 Dave Love <fx@gnu.org>
8985
8986 * toolbar/tool-bar.el: Renamed from toolbar.el.
8987 Change `toolbar' to `tool-bar' generally in symbols.
8988 Make some items invisible in `special' major modes.
8989 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8990 Add arg PROPS.
8991
8992 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8993 Add :version here.
8994 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8995
89962000-09-19 Gerd Moellmann <gerd@gnu.org>
8997
8998 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8999
9000 * files.el (find-file-suppress-same-file-warnings): New user-option.
9001 (find-file-noselect): Use it.
9002
9003 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9004 (fancy-splash-screen): Defgroup.
9005
9006 * add-log.el (change-log-font-lock-keywords): Match names
9007 more exactly for the case that font-lock-constant-face is
9008 underlined.
9009
90102000-09-19 Richard M. Stallman <rms@gnu.org>
9011
9012 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9013
90142000-09-19 Andre Spiegel <spiegel@gnu.org>
9015
9016 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9017
90182000-09-19 Gerd Moellmann <gerd@gnu.org>
9019
9020 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9021 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9022 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9023 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9024 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9025 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9026 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9027 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9028 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9029 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9030 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9031 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9032
9033 * startup.el (fancy-splash-text): New variable.
9034 (fancy-splash-delay, fancy-splash-image): New user-options.
9035 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9036 (fancy-splash-screens): New functions.
9037 (command-line-1): If display has a `display' frame parameter, has
9038 colors, and we have XPM support, show more fancy splash screens.
9039
90402000-09-19 Dave Love <fx@gnu.org>
9041
9042 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9043 with null `help'. Use modern backquote syntax.
9044
90452000-09-19 Gerd Moellmann <gerd@gnu.org>
9046
9047 * font-lock.el (font-lock-mode): Change message telling the user
9048 that ``the buffer is too big''.
9049
9050 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9051 for instance for the case that tab-width is 2.
9052
90532000-09-18 Gerd Moellmann <gerd@gnu.org>
9054
9055 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9056 toolbar-add-item, if image doesn't have a mask add a `:mask
9057 heuristic'.
9058
90592000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9060
9061 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9062 and return a cons if it's non-nil.
9063 (diff-apply-hunk): Try to jump to the line in the source text
9064 corresponding to the position of point in the in the hunk.
9065
9066 * info.el (Info-title-3-face, Info-title-2-face)
9067 (Info-title-1-face): Use face inheritance and relative sizes
9068 instead of hard-wiring things.
9069
9070 * faces.el (secondary-selection): Make dark-background variant sane.
9071
90722000-09-16 Andrew Innes <andrewi@gnu.org>
9073
9074 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9075 read-only, since they aren't under VC now.
9076
90772000-09-17 Dave Love <fx@gnu.org>
9078
9079 * tmm.el: Replace mapcar with mapc in several places.
9080
9081 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9082 ad-unadvise.
9083
9084 * international/latin1-disp.el: New file.
9085
9086 * calendar/cal-move.el (scroll-calendar-left)
9087 (scroll-calendar-right): Make arg optional (for active mode line).
9088
9089 * calendar/calendar.el (calendar-mode-line-format): Make fields
9090 mouse-sensitive.
9091 (calendar-read-date, calendar-read-date, calendar-window-list):
9092 Unquote lambda.
9093 (calendar-month-name): Use aref, not sref.
9094
9095 * view.el (minor-mode-alist): Propertize the string.
9096
9097 * international/characters.el (standard-case-table): Add entries
9098 for Greek.
9099
91002000-09-18 Miles Bader <miles@gnu.org>
9101
9102 * info.el (info-node, info-xref): Add dark-background variants.
9103
9104 * faces.el (header-line): Change defaults to be less confusing
9105 when mixed with mode-lines.
9106
9107 * info.el (Info-fontify-node): Make a few cleanups.
9108 Add extra `help-echo' and `local-map' props to node xrefs.
9109 Use header-specific faces for node-names & xrefs.
9110 (Info-use-header-line): New variable.
9111 (info-header-xref, info-header-node): New faces.
9112 (Info-setup-header-line): New function.
9113 (Info-select-node): Call Info-setup-header-line when enabled.
9114 (Info-extract-pointer): Work even if the header line is hidden.
9115 (Info-header-line): New variable.
9116
91172000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9118
9119 * vms-patch.el (print-region-function): Don't quote lambda.
9120
9121 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9122
9123 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9124 (lm-get-header-re): Allow spaces between the header and the colon.
9125 (lm-header): Allow $ in non-RCS headers.
9126 (lm-header-multiline): Put the strings back into order.
9127 Stop at an empty line. Don't require two space chars if the
9128 line is clearly not another header line.
9129
9130 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9131 (popup-menu-popup): Remove.
9132
91332000-09-15 Gerd Moellmann <gerd@gnu.org>
9134
9135 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9136 specification if or if not tool-bar item contains an `:enabled'
9137 property.
9138
9139 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9140 current buffer has no file name.
9141
91422000-09-15 Dave Love <fx@gnu.org>
9143
9144 * strokes.el: Sync with maintainer's current version with changes
9145 for Emacs, but avoid runtime cl and levents.
9146 (toplevel): Change autoloads and compilation requires.
9147 (strokes-version, strokes-bug-address, strokes-lift): Values
9148 changed.
9149 (strokes-xpm-header, strokes-insinuated): New variable.
9150 (strokes): Add :link.
9151 (strokes-mode): Customized.
9152 (strokes-while-inhibiting-garbage-collector): New macro.
9153 (strokes-remassoc): Avoid remove-if.
9154 (strokes-fix-button2-command): Don't use ad-do-it.
9155 (strokes-insinuate): New function.
9156 (strokes-button-press-event-p, strokes-button-release-event-p):
9157 New functions, used instead of non-`strokes-' versions..
9158 (strokes-mouse-event-p): Rewritten.
9159 (strokes-event-closest-point): Avoid event-point.
9160 (strokes-get-grid-position): Avoid cdadr, caadr
9161 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9162 functions.
9163 (strokes-help): Use with-output-to-temp-buffer.
9164 (strokes-window-configuration-changed-p): New function.
9165 (strokes-update-window-configuration): Use buffer-live-p,
9166 strokes-window-configuration-changed-p.
9167 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9168 (strokes-char-face): New face.
9169 (strokes-char-table, strokes-base64-chars): New variable.
9170 (strokes-xpm-for-stroke, strokes-list-strokes)
9171 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9172 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9173 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9174 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9175 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9176 functions.
9177
91782000-09-15 Gerd Moellmann <gerd@gnu.org>
9179
9180 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9181
9182 * image.el (create-image): Doc fix.
9183
9184 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9185 instead of `:heuristic-mask t'.
9186
91872000-09-14 Andrew Innes <andrewi@gnu.org>
9188
9189 * makefile.w32-in: Revert to Unix line endings.
9190
91912000-09-14 Andrew Innes <andrewi@gnu.org>
9192
9193 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9194 when installing.
9195
9196 * makefile.nt (DONTCOMPILE): Fix typo.
9197
9198 * shell.el (shell-write-history-on-exit): New function.
9199 (shell-dumb-shell-regexp): New custom variable.
9200 (shell-mode): Make shell-write-history-on-exit the process
9201 sentinel if shell name matches shell-dumb-shell-regexp.
9202
9203 * w32-fns.el: Comment out before-init-hook function which resets
9204 source-directory based; this breaks bootstrap.
9205
92062000-09-14 Dave Love <fx@gnu.org>
9207
9208 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9209 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9210 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9211 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9212 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9213 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9214 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9215 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9216 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9217
9218 * toolbar/toolbar.el: New.
9219
9220 * subdirs.el: Add toolbar.
9221
92222000-09-14 Gerd Moellmann <gerd@gnu.org>
9223
9224 * indent.el (indent-for-tab-command): Doc fix.
9225
92262000-09-14 Alex Schroeder <alex@gnu.org>
9227
9228 * ansi-color.el (ansi-colors): Doc change.
9229 (ansi-color-get-face): Simplified regexp.
9230 (ansi-color-faces-vector): Added more faces, doc change.
9231 (ansi-color-names-vector): Doc change.
9232 (ansi-color-regexp): Simplified regexp.
9233 (ansi-color-parameter-regexp): New regexp.
9234 (ansi-color-filter-apply): Doc change.
9235 (ansi-color-filter-region): Doc change.
9236 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9237 deal with zero length parameters.
9238 (ansi-color-apply-on-region): Doc change.
9239 (ansi-color-map): Doc change.
9240 (ansi-color-map-update): Removed debugging message.
9241 (ansi-color-get-face-1): Added condition-case to trap
9242 args-out-of-range errors.
9243 (ansi-color-get-face): Doc change.
9244 (ansi-color-make-face): Removed.
9245 (ansi-color-for-shell-mode): New option.
9246
92472000-09-13 Kenichi Handa <handa@etl.go.jp>
9248
9249 * international/quail.el (quail-start-translation): Translate KEY
9250 if necessary even if it doesn't have any mapping in the current
9251 input method.
9252 (quail-start-conversion): Likewise.
9253 (quail-help): The output message is improved.
9254
92552000-09-13 Miles Bader <miles@gnu.org>
9256
9257 * comint.el (comint-output-filter): Revert to using
9258 `insert-before-markers'. Add bletcherous hack to undo damage
9259 caused by `insert-before-markers'. Put `front-sticky' property on
9260 overlays created here so that the field code understands how the
9261 overlay works. Use a let when making comint-last-prompt-overlay,
9262 so that the code is easier to read.
9263
92642000-09-13 Dave Love <fx@gnu.org>
9265
9266 * wid-edit.el (widget-default-format-handler): DTRT when
9267 doc-property is a function.
9268
92692000-09-12 Francesco Potorti` <pot@gnu.org>
9270
9271 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9272 filed name if it's not there.
9273
92742000-09-12 Dave Love <fx@gnu.org>
9275
9276 * simple.el (read-mail-command): Doc fix.
9277 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9278
9279 * vc.el (vc-dired-listing-switches): Fix :version.
9280
9281 * vc-hooks.el: Doc fixes.
9282
9283 * subr.el (add-minor-mode): Use toggle-fun arg.
9284
9285 * speedbar.el: Add :version to several defcustoms.
9286
9287 * imenu.el (imenu--truncate-items, imenu--cleanup)
9288 (imenu--generic-function): Avoid mapcar.
9289 (imenu--replace-spaces): Function removed.
9290 (imenu--completion-buffer): Use subst-char-in-string.
9291 (imenu-add-to-menubar): Use keymap inheritance.
9292
92932000-09-12 Miles Bader <miles@gnu.org>
9294
9295 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9296 (diff-mode-map): Bind `diff-test-hunk'.
9297 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9298
92992000-09-11 Gerd Moellmann <gerd@gnu.org>
9300
9301 * bytecomp.el (byte-compile-defvar): Undo last change
9302 because it breaks '(make-variable-buffer-local (defvar ...)'
9303 which is used at least in dired.
9304
93052000-09-12 Kenichi Handa <handa@etl.go.jp>
9306
9307 * international/quail.el (quail-define-package): Docstring
9308 modified.
9309
93102000-09-12 Kenichi Handa <handa@etl.go.jp>
9311
9312 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9313 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9314 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9315 docstring of "chinese-py".
9316
9317 * international/quail.el (quail-translation-docstring): New
9318 variable.
9319 (quail-show-keyboard-layout): Docstring modified.
9320 (quail-select-current): Likewise.
9321 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9322 infinite recursive call.
9323 (quail-help): Check quail-translation-docstring. Format of the
9324 output changed.
9325 (quail-help-insert-keymap-description): Adjusted for the above
9326 change.
9327
93282000-09-11 Gerd Moellmann <gerd@gnu.org>
9329
9330 * bytecomp.el (byte-compile-defvar): Only cons onto
9331 current-load-list in top-level forms. Else this leaks a cons cell
9332 every time a defun is called.
9333
93342000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9335
9336 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9337 Now understands non-unified diffs. Some functionality moved into
9338 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9339 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9340 modify anything. Only reposition point in the patched file if the
9341 patch succeeds. Only pop up another window if POPUP is true.
9342 Emit a message describing what happened if successful, and at what
9343 line-offset. Automatically detect reversed hunks and do something
9344 appropriate.
9345 (diff-hunk-text, diff-find-text): New functions.
9346 (diff-filter-lines): Function removed.
9347 (diff-test-hunk): New function.
9348 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9349
93502000-09-10 Dave Love <fx@gnu.org>
9351
9352 * textmodes/tildify.el: Minor doc/commentary fixes.
9353 (tildify) <defgroup>: Add :version.
9354
9355 * faces.el (face-x-resources): Make custom type more specific.
9356 (frame-background-mode): Use mapc.
9357 (region) <defcustom>: Add :version.
9358
93592000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9360
9361 * vc-sccs.el (vc-sccs-register):
9362 * vc-rcs.el (vc-rcs-register):
9363 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9364 * vc.el (vc-register): Clear file's properties.
9365
93662000-09-08 Gerd Moellmann <gerd@gnu.org>
9367
9368 * faces.el (face-spec-set): Only face-spec-reset-face when
9369 ATTRS is non-nil.
9370
93712000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9372
9373 * help.el (help-insert-xref-button): Fix a typo in doc string.
9374
93752000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9376
9377 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9378 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9379 methods.
9380
9381 * menu-bar.el (read-mail-item-name): New function.
9382 (menu-bar-tools-menu): Use it to compute and display the package
9383 used to read email.
9384 (menu-bar-tools-menu): Fix typo in GUD's help string.
9385
93862000-09-07 Dave Love <fx@gnu.org>
9387
9388 * diff-mode.el (diff-mouse-goto-source): New function.
9389
9390 * vc-sccs.el: Doc fixes.
9391 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9392
9393 * vc-rcs.el: Doc fixes.
9394 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9395 (vc-rcs-checkout-switches, vc-rcs-header)
9396 (vc-rcs-master-templates): Add or change :version.
9397
9398 * vc-cvs.el: Doc fixes.
9399 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9400 (vc-cvs-stay-local): Add :version.
9401
9402 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9403
94042000-09-07 Kenichi Handa <handa@etl.go.jp>
9405
9406 * international/quail.el (quail-help): Fix previous change.
9407
94082000-09-07 Gerd Moellmann <gerd@gnu.org>
9409
9410 * faces.el (color-values): Doc fix.
9411
9412 * faces.el (frame-set-background-mode): Use frame-parameter
9413 instead of frame-parameters.
9414
9415 * frame.el (filtered-frame-list): Reduce consing.
9416 (frames-on-display-list): Call frame-parameter instead of
9417 frame-parameters.
9418
94192000-09-07 Kenichi Handa <handa@etl.go.jp>
9420
9421 * language/devan-util.el (devanagari-to-indian-region): In the
9422 loop, change the following char, not preceding char.
9423
94242000-09-07 Gerd Moellmann <gerd@gnu.org>
9425
9426 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9427 instead of frame-parameters.
9428
9429 * faces.el (set-face-attribute): Simplify by calling
9430 internal-set-lisp-face-attribute with FRAME being 0.
9431
9432 * vc.el: Remove `Id' version control keyword.
9433
94342000-09-07 Kenichi Handa <handa@etl.go.jp>
9435
9436 * help.el (help-make-xrefs): Adjusted for the change of
9437 help-xref-mule-regexp.
9438 (help-insert-xref-button): New function.
9439
9440 * international/mule-cmds.el (help-xref-mule-regexp-template):
9441 Include the pattern for character set.
9442 (leim): New group.
9443
9444 * international/quail.el: Don't require face.
9445 (quail): New group.
9446 (quail-other-command): Dummy command to make quail-help work better.
9447 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9448 (quail-keyboard-layout-substitution): New variable.
9449 (quail-update-keyboard-layout): New function.
9450 (quail-keyboard-layout-type): New customizable variable.
9451 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9452 (quail-keyboard-translate): Pay attention to
9453 quail-keyboard-layout-substitution.
9454 (quail-insert-kbd-layout): New function.
9455 (quail-show-keyboard-layout): New function.
9456 (quail-get-translation): If the definition is a vector of length
9457 1, and the element is a string of length 1, return the character
9458 in that string.
9459 (quail-update-current-translations): Fix the case of
9460 relative-index out of range.
9461 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9462 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9463 Show key sequences for all available characters.
9464 (quail-help-insert-keymap-description): Don't show such verbose
9465 key bindings as quail-self-insert-command.
9466
9467 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9468 Format changed, and each element now have extra documentations.
9469 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9470 Adjusted for the change of quail-cxterm-package-ext-info.
9471
94722000-09-06 Gerd Moellmann <gerd@gnu.org>
9473
9474 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9475 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9476 during bootstrap.
9477
94782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9479
9480 * vc.el: (toplevel): Don't require `dired' at run-time.
9481 (vc-dired-resynch-file): Remove autoload cookie.
9482
94832000-09-05 Andre Spiegel <spiegel@gnu.org>
9484
9485 * vc.el: Made several backend functions optional.
9486 (vc-default-responsible-p): New function.
9487 (vc-merge): Use RET for first version to trigger merge-news, not
9488 prefix arg.
9489 (vc-annotate): Handle backends that do not support annotation.
9490 (vc-default-merge-news): Removed. The existence of a merge-news
9491 implementation is now checked on caller sites.
9492
9493 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9494 case.
9495
9496 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9497 special case that has been removed from the default in vc-hooks.el.
9498
94992000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9500
9501 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9502
95032000-09-05 Andre Spiegel <spiegel@gnu.org>
9504
9505 * vc-hooks.el: Require vc during compilation.
9506 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9507 macro `with-vc-properties' in vc.el.
9508 (vc-file-getprop): Doc fix.
9509 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9510
9511 * vc.el: Require dired-aux during compilation.
9512 (vc-name-assoc-file): Moved to vc-sccs.el.
9513 (with-vc-properties): New macro.
9514 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9515 vc-finish-steal): Use it.
9516 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9517 to the backend-specific function is now supposed to do the checkout,
9518 too.
9519 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9520
9521 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9522 set file properties; that gets done in the generic code now.
9523
9524 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9525 Changed parameter list, added code from vc.el that does the
9526 checkout, possibly with a double-take.
9527
9528 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9529 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9530 the above under the new name.
9531 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9532 parameter list, added checkout command.
9533 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9534 properties; that gets done in the generic code now.
9535
95362000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9537
9538 * vc.el: Docstring fixes (courtesy of checkdoc).
9539
95402000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9541
9542 * vc.el (vc-checkout-writable-buffer-hook)
9543 (vc-checkout-writable-buffer): Remove.
9544 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9545 (vc-log-mode): Make it into a clean derived major mode.
9546 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9547 vc-log-mode if log-edit is not available.
9548 (vc-dired-mode-map): Don't set-keymap-parent yet.
9549 (vc-dired-mode): Do set-keymap-parent here.
9550 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9551
95522000-09-05 Gerd Moellmann <gerd@gnu.org>
9553
9554 * faces.el (set-face-attribute, face-spec-reset-face)
9555 (face-spec-set): Avoid consing by removing calls to `apply'.
9556
9557 * frame.el (frame-parameter): Move to C code.
9558
95592000-09-05 Dave Love <fx@gnu.org>
9560
9561 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9562 insert-before-markers-and-inherit. Now checked systematically!
9563
95642000-09-05 Alex Schroeder <alex@gnu.org>
9565
9566 * sql.el (sql-postgres): Use sql-postgres-options.
9567 (sql-postgres-options): New variable.
9568
95692000-09-05 Alex Schroeder <alex@gnu.org>
9570
9571 * sql.el (sql-mode-menu): Work around missing variable mark-active
9572 in XEmacs.
9573 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9574 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9575 compatibility.
9576
95772000-09-04 Gerd Moellmann <gerd@gnu.org>
9578
9579 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9580
9581 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9582
9583 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9584
95852000-09-04 Andre Spiegel <spiegel@gnu.org>
9586
9587 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9588 don't support anything else under SCCS yet.
9589
9590 * vc-hooks.el: Minor doc fixes.
9591
95922000-09-04 Andre Spiegel <spiegel@gnu.org>
9593
9594 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9595 not necessary. If verbose in state `needs-patch', do the same as
9596 under `up-to-date'. When NOT verbose and `needs-patch', check out
9597 latest version instead of `merge-news'.
9598 (vc-next-action-dired): Don't mess with default-directory here; it
9599 breaks other parts of dired. It is the job of the
9600 backend-specific functions to adjust it temporarily if they need it.
9601 (vc-next-action): Remove a special CVS case.
9602 (vc-clear-headers): New optional arg FILE.
9603 (vc-checkin, vc-checkout): Set properties vc-state and
9604 vc-checkout-time properly.
9605 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9606 (vc-print-log): Use new backend function `show-log-entry'.
9607 (vc-cancel-version): Do the checks in a different order. Added a
9608 FIXME concerning RCS-only code.
9609
9610 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9611 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9612
9613 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9614
9615 * vc-hooks.el (vc-default-mode-line-string): Show state
9616 `needs-patch' as a `-' too.
9617
96182000-09-04 Andre Spiegel <spiegel@gnu.org>
9619
9620 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9621 (vc-default-could-register): New function.
9622 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9623 (vc-resynch-buffer): Call vc-dired-resynch-file.
9624 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9625 vc-resynch-buffer instead of vc-resynch-window.
9626 (vc-next-action-dired): Don't redisplay here, that gets done as a
9627 result of the individual file operations.
9628 (vc-retrieve-snapshot): Corrected prompt order.
9629
9630 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9631
9632 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9633 as well.
9634 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9635 hostname regexps. Updated all callers.
9636 (vc-cvs-responsible-p): Handle directories as well.
9637 (vc-cvs-could-register): New function.
9638 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9639 properties up-to-date.
9640
9641 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9642 user whether to create one.
9643
96442000-09-04 Andre Spiegel <spiegel@gnu.org>
9645
9646 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9647 check out a non-existing file.
9648
9649 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9650 workfile does not exist.
9651
9652 * vc.el (vc-version-diff): Use `require' to check for existence of
9653 diff-mode.
9654
96552000-09-04 Andre Spiegel <spiegel@gnu.org>
9656
9657 * vc-cvs.el (vc-cvs-registered): Use new function
9658 vc-cvs-parse-entry to do the actual work.
9659
96602000-09-04 Andre Spiegel <spiegel@gnu.org>
9661
9662 * vc-hooks.el (vc-find-backend-function): If function doesn't
9663 exist, return nil instead of error.
9664 (vc-call-backend): Doc fix.
9665
9666 * vc.el (vc-do-command): Doc fix.
9667 (vc-finish-logentry): When checking in from vc-dired, choose the
9668 right backend for logentry check.
9669 (vc-dired-mode-map): Inherit from dired-mode-map.
9670 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9671 simplified.
9672 (vc-dired-state-info): Removed, updated caller.
9673 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9674 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9675 (vc-dired-listing-switches): New variable.
9676 (vc-directory): Use it, instead of dired-listing-switches.
9677
9678 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9679 (vc-cvs-dir-state): New function.
9680 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9681 (vc-cvs-parse-entry): New function, also to be used in
9682 vc-cvs-registered.
9683
96842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9685
9686 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9687 *or* single-window-frames.
9688
96892000-09-04 Andre Spiegel <spiegel@gnu.org>
9690
9691 * vc.el (vc-update-changelog): Split into generic part and default
9692 implementation. Doc string adapted.
9693 (vc-default-update-changelog): New function. Call the `rcs2log'
9694 script in exec-directory, to fix a long-standing nuisance.
9695
9696 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9697 simply signals an error.
9698
96992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9700
9701 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9702 control-flow more clear and to avoid running `cvs' twice.
9703
9704 * vc.el (vc-next-action-on-file): Doc fix.
9705 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9706 (vc-print-log): Eval `file' before constructing the continuation.
9707
97082000-09-04 Andre Spiegel <spiegel@gnu.org>
9709
9710 * vc.el (vc-next-action-on-file): Corrected several messages.
9711 (vc-merge): Add prefix arg `merge-news'; handle it.
9712
9713 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9714 is not reached. It is.
9715 (vc-cvs-merge): Set state to 'edited after merge.
9716 (vc-cvs-merge-news): Set workfile version to nil if not known.
9717 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9718
9719 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9720 via stdout. (Merge from main line.)
9721
97222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9723
9724 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9725 detection.
9726
97272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9728
9729 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9730 against kill-all-local-variables.
9731 (vc-log-edit): Don't save vc-parent-buffer any more.
9732 (vc-last-comment-match): Initialize to an empty string.
9733 (vc-post-command-functions): New hook.
9734 (vc-do-command): Run it.
9735 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9736 (vc-finish-logentry): Only add the comment to the ring if it's
9737 different from the last comment entered.
9738 (vc-new-comment-index): New function.
9739 (vc-previous-comment): Use it. Make the minibuffer message
9740 slightly less terse.
9741 (vc-comment-search-reverse): Make it work forward as well. Don't
9742 set vc-comment-ring-index if no match is found. Use
9743 vc-new-comment-index.
9744 (vc-comment-search-forward): Use vc-comment-search-reverse.
9745 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9746 define-derived-mode will do it for us. Bind `v' to a keymap that
9747 inherits from vc-prefix-map so that we can bind `vt' without
9748 binding C-x v t.
9749 (vc-retrieve-snapshot): Parenthesis typo.
9750
9751 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9752 to 1. Make sure to switch to *vc* before looking for an error
9753 message. Use vc-parse-buffer.
9754
97552000-09-04 Andre Spiegel <spiegel@gnu.org>
9756
9757 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9758 and NAME.
9759 (vc-retrieve-snapshot): Split into two parts.
9760 (vc-default-retrieve-snapshot): New function.
9761
9762 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9763 (vc-cvs-retrieve-snapshot): New function (untested).
9764 (vc-cvs-stay-local): Default to t.
9765 (vc-cvs-remote-p): New function and property.
9766 (vc-cvs-state): Stay local only if the above is t.
9767 (vc-handle-cvs): Removed.
9768 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9769 done via vc-handled-backends now.
9770 (vc-cvs-header): Escape Id.
9771
97722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9773
9774 * vc.el (vc-do-command): Remove unused commands.
9775 (vc-version-diff): Make sure default-directory ends with a slash.
9776 Move the window commands into a vc-exec-after.
9777 (vc-print-log): Move more of the code into the `vc-exec-after'.
9778
97792000-09-04 Andre Spiegel <spiegel@gnu.org>
9780
9781 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9782 (vc-print-log): Search current revision from beginning of buffer.
9783 (vc-revert-buffer): Clear echo area after the diff is finished.
9784 (vc-prefix-map): Removed definition of "t" for terse display in vc
9785 dired.
9786 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9787 definition of "vt" for terse display.
9788 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9789
97902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9791
9792 * vc.el (vc-exec-after): Avoid caddr.
9793
97942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9795
9796 * vc.el (vc-exec-after): New function.
9797 (vc-do-command): Use it to add a termination message for async
9798 procs.
9799 (vc-checkout): Try to handle a missing-backend situation.
9800 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9801 of a directory with a backend using async diffs.
9802 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9803 present.
9804
9805 * vc-sccs.el (vc-sccs-state-heuristic): Use
9806 file-ownership-preserved-p.
9807
9808 * vc-rcs.el (vc-rcs-state-heuristic): Use
9809 file-ownership-preserved-p.
9810 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9811
98122000-09-04 Andre Spiegel <spiegel@gnu.org>
9813
9814 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9815 vc-do-command.
9816
9817 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9818 when there are no changes.
9819
98202000-09-04 Andre Spiegel <spiegel@gnu.org>
9821
9822 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9823
9824 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9825
98262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9827
9828 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9829
9830 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9831 the `fset' outside of the defvar so that it works even if
9832 vc-prefix-map was already defined.
9833 (vc-setup-buffer): New function, split out of vc-do-command.
9834 (vc-do-command): Allow BUFFER to be t to mean `just use the
9835 current buffer without any fuss'.
9836 (vc-version-diff): Change the `diff' backend operation to just put
9837 the diff in the current buffer without erasing it. Always use
9838 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9839 shrink-window-if-larger-than-buffer.
9840 (vc-print-log): Change the `print-log' backend operation to just
9841 put the log in the current buffer without erasing it. Protect
9842 shrink-window-if-larger-than-buffer.
9843 (vc-update-change-log): Fix setd typo.
9844
9845 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9846 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9847
9848 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9849 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9850 CMP.
9851
9852 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9853 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9854 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9855
98562000-09-04 Andre Spiegel <spiegel@gnu.org>
9857
9858 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9859 not possible, use vc-BACKEND-workfile-unchanged-p.
9860 (vc-default-workfile-unchanged-p): New function. Delegates to a
9861 full vc-BACKEND-diff.
9862
9863 * vc-hooks.el (vc-simple-command): Removed.
9864
9865 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9866 instead of vc-simple-command.
9867 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9868 avoid doing a diff when opening a file.
9869 (vc-rcs-state): Added check for unlocked-changes.
9870 (vc-rcs-header): Escape Id.
9871 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9872 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9873 version.
9874
9875 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9876 (vc-sccs-diff): Remove optional arg CMP.
9877 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9878 SCCS-specific function.
9879
9880 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9881 vc-simple-command.
9882
98832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9884
9885 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9886 (with-vc-file, vc-merge): Use vc-editable-p.
9887 (vc-do-command): Remove unused var vc-file and fix the
9888 doubly-defined `status' var. Add a user message when starting an
9889 async command.
9890 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9891 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9892 Use with-current-buffer.
9893 (vc-buffer-sync): Use unless.
9894 (vc-next-action-on-file): If the file is 'edited by read-only,
9895 make it read-write instead of trying to commit.
9896 (vc-version-diff, vc-update-change-log): Use `setq
9897 default-directory' rather than `cd'.
9898 (vc-log-edit): Don't forget to set default-directory in the
9899 buffer.
9900
9901 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9902 (vc-sccs-state-heuristic): Use file-writable-p instead of
9903 comparing userids.
9904 (vc-sccs-checkout): Use `unless'.
9905
9906 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9907 of comparing userids.
9908 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9909 Simplify the logic by eliminating unreachable code.
9910 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9911 just do a recursive call if we need to retry.
9912 (vc-rcs-checkout): Handle the case where rcs is missing by making
9913 the buffer read-write if requested and re-signalling the error.
9914
9915 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9916
99172000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9918
9919 * vc-hooks.el (vc-handled-backends): Docstring change.
9920 (vc-ignore-vc-files): Mark obsolete.
9921 (vc-registered): Check vc-ignore-vc-files.
9922 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9923 vc-ignore-vc-files.
9924
9925 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9926
99272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9928
9929 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9930 files since ange-ftp already has vc-registered return nil.
9931
9932 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9933 (vc-sccs-workfile-version): Use with-temp-buffer and new
9934 vc-parse-buffer and don't bother setting the property.
9935 (vc-sccs-add-triple): Use with-current-buffer and
9936 find-file-noselect.
9937 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9938
9939 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9940 derives from the old vc-parse-buffer but uses the revision number
9941 rather than the date (much easier to compare robustly).
9942 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9943 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9944 locking-user more directly. Check strict locking and set
9945 checkout-model appropriately.
9946 (vc-rcs-parse-locks): Remove.
9947 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9948 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9949 (vc-rcs-system-release): Use with-current-buffer and
9950 vc-parse-buffer.
9951 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9952
9953 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9954 (vc-simple-command): Docstring fix.
9955 (vc-registered): Align the way the file-handler is called with the
9956 way the function itself works.
9957 (vc-file-owner): Remove.
9958
9959 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9960 extraction of fields and call to file-attributes because of a
9961 temporary bug in rcp.el.
9962 (vc-cvs-fetch-status): Use with-current-buffer.
9963
99642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9965
9966 * vc.el (vc-do-command): Use file-relative-name.
9967 (vc-responsible-backend): Use vc-backend if possible.
9968 (vc-create-snapshot): Improve the `interactive' spec. Add support
9969 for branches and dispatch to backend-specific `create-snapshot'.
9970 (vc-default-create-snapshot): New function, containing the bulk of
9971 the old vc-create-snapshot.
9972 (vc-retrieve-snapshot): Improve the interactive spec.
9973
9974 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9975 (vc-backend-hook-functions): Remove.
9976 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9977 (vc-backend): Reintroduce the test for `file = nil' now that I
9978 know why it was there (and added a comment to better remember).
9979
9980 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9981 code from vc-sccs-hooks.el.
9982 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9983 'vc anymore.
9984 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9985 and file-directory-p instead of file-exists-p.
9986 (vc-sccs-check-headers): Simplify the regexp.
9987
9988 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9989 from vc-rcs-hooks.el. Don't require 'vc anymore.
9990 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9991 file-directory-p instead of file-exists-p.
9992
9993 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9994 from vc-cvs-hooks.el.
9995 (proto vc-cvs-registered): Require 'vc-cvs instead of
9996 'vc-cvs-hooks. Don't require 'vc anymore.
9997 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9998 file-directory-p instead of file-exists-p.
9999 (vc-cvs-create-snapshot): New function, replacing
10000 vc-cvs-assign-name.
10001 (vc-cvs-assign-name): Remove.
10002
100032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10004
10005 * vc-cvs.el (vc-cvs-header): New var.
10006
10007 * vc-rcs.el (vc-rcs-exists): Remove.
10008 (vc-rcs-header): New var.
10009
10010 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10011 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10012 (vc-sccs-header): New var.
10013
10014 * vc.el (vc-do-command): Get rid of the `last' argument.
10015 (vc-header-alist): Remove, replaced by vc-X-header.
10016 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10017 (vc-dired-hook): Use expand-file-name instead of concat.
10018 (vc-directory): Use file-name-as-directory.
10019 (vc-snapshot-precondition, vc-create-snapshot)
10020 (vc-retrieve-snapshot): Allow the command to operate on any
10021 directory.
10022
10023 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10024 just removing the 'WORKFILE argument or by removing the 'MASTER
10025 argument and replacing `file' with (vc-name file).
10026
100272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10028
10029 * vc.el: Update Copyright and add a crude list of backend funs.
10030 (vc-writable-p): New function.
10031 (with-vc-file): Use vc-writable-p.
10032 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10033 (vc-register): Avoid vc-name.
10034 (vc-locking-user): Remove.
10035 (vc-steal-lock): Make the `owner' arg non-optional.
10036 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10037 vc-checkout-model.
10038 (vc-default-dired-state-info): Use vc-state instead of
10039 vc-locking-user and return special strings for special states.
10040 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10041 and get rid of one of the special CVS cases.
10042 (vc-cancel-version): prettify error message with \\[...].
10043 (vc-rename-master): New function.
10044 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10045 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10046 the CVS special case generic.
10047 (vc-default-record-rename): Remove.
10048 (vc-file-tree-walk-internal): Only call FUNC for files that are
10049 under control of some VC backend and replace `concat' with
10050 expand-file-name.
10051 (vc-file-tree-walk): Update docstring.
10052 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10053 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10054
10055 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10056 vc-sccs-record-rename. Use `find-file-noselect' rather than
10057 `find-file' and call `vc-rename-master' to do the actual move.
10058 (vc-sccs-diff): Remove unused `backend' variable.
10059
10060 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10061 to delay loading of vc-sccs until it is really used.
10062 (vc-sccs-master-templates): Preload.
10063 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10064 (vc-sccs-project-dir): Remove (merged into
10065 vc-sccs-search-project-dir).
10066 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10067 rather than `concat', make sure it is preloaded and don't bother
10068 to check that the file actually exists.
10069 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10070 `locks' argument (use buffer's content instead) and eliminate n^2
10071 behavior.
10072
10073 * vc-rcs.el: Update Copyright.
10074 (vc-rcs-rename-file): New function.
10075 (vc-rcs-diff): Remove unused `backend' variable.
10076
10077 * vc-hooks.el: Update Copyright.
10078 (vc-backend): Don't accept a nil argument any more.
10079 (vc-up-to-date-p): Turn into a defsubst.
10080 (vc-possible-master): New function.
10081 (vc-check-master-templates): Use `vc-possible-master' and allow
10082 funs in vc-X-master-templates to return a non-existent file.
10083
10084 * vc-cvs.el: Update Copyright.
10085 (vc-cvs-diff): Remove unused `backend' variable.
10086 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10087
10088 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10089
100902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10091
10092 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10093 since it can be called from vc-rcs.el.
10094 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10095
100962000-09-04 Andre Spiegel <spiegel@gnu.org>
10097
10098 * vc.el (vc-version-diff): Expand file name read from the
10099 minibuffer. Handle the case when a previous version number can't
10100 be guessed. Give suitable messages when there were no differences
10101 found.
10102 (vc-clear-headers): Call backend-specific implementation, if one
10103 exists.
10104 (vc-cancel-version): Made error checks generic. When done, clear
10105 headers generically, too.
10106
10107 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10108 from vc-clear-headers in vc.el.
10109
10110 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10111 correctly.
10112 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10113 optional. Handle the case when it's not there.
10114
101152000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10116
10117 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10118
101192000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10120
10121 * vc-hooks.el (vc-loadup): Remove.
10122 (vc-find-backend-function): Use `require'. Also, handle the case
10123 where vc-BACKEND-hooks.el doesn't exist.
10124 (vc-call-backend): Cleanup.
10125
101262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10127
10128 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10129 vc-rcs-grab-templates)
10130 (vc-rcs-registered): Remove. The default function works as well.
10131 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10132 vc-sccs-grab-templates)
10133 (vc-sccs-registered): Remove. The default function works as well.
10134
10135 * vc.el (vc-version-diff): Left out a vc- in call to
10136 vc-call-backend.
10137 (vc-default-dired-state-info, vc-default-record-rename)
10138 (vc-default-merge-news): Update for the new backend argument.
10139
10140 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10141 using the default function.
10142 (vc-call-backend): If calling the default function, pass it the
10143 backend as first argument. Update the docstring accordingly.
10144 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10145 for the new backend argument.
10146 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10147 (vc-find-backend-function): Use the new name.
10148 (vc-default-registered): New function.
10149
101502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10151
10152 * vc.el (vc-merge): Use vc-find-backend-function.
10153
10154 * vc-hooks.el (vc-backend-functions): Remove.
10155 (vc-loadup): Don't setup 'vc-functions.
10156 (vc-find-backend-function): New function.
10157 (vc-call-backend): Use above fun and populate 'vc-functions
10158 lazily.
10159 (vc-backend-defines): Remove.
10160
101612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10162
10163 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10164 Call vc-call-backend without the leading vc-.
10165 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10166 (vc-check-headers): Call vc-call-backend without the leading vc-.
10167 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10168 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10169 Call vc-call-backend without the leading vc-.
10170
10171 * vc-cvs.el (tail): Provide vc-cvs.
10172 * vc-sccs.el (tail): Provide vc-sccs.
10173 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10174
10175 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10176 (vc-make-backend-function, vc-call): Pass names without leading
10177 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10178 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10179 (vc-call-backend): Always try to load vc-X-hooks.
10180 (vc-registered): Remove vc- in call to vc-call-backend.
10181
101822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10183
10184 * vc.el (vc-process-filter): New function.
10185 (vc-do-command): Setup `vc-process-filter' for the async process.
10186 (vc-maybe-resolve-conflicts): New function to reduce
10187 code-duplication. Additionally, it puts the buffer in
10188 `smerge-mode' if applicable.
10189 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10190 calling `merge-news'.
10191 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10192 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10193 interfacing to log-edit.el.
10194 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10195 log-edit is available.
10196 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10197
101982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10199
10200 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10201 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10202 defvar and the initialization.
10203 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10204
10205 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10206 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10207
10208 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10209
102102000-09-04 Andre Spiegel <spiegel@gnu.org>
10211
10212 * vc.el (vc-file-clear-masterprops): Removed.
10213 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10214 (vc-version-diff): Use buffer-size without argument.
10215 (vc-register): Heed vc-initial-comment.
10216
10217 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10218 default branch.
10219
10220 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10221 file name and workfile version.
10222 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10223
10224 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10225 vc-file-clear-masterprops.
10226
10227 * vc-sccs.el (vc-sccs-checkout): Removed call to
10228 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10229 rather than user login name.
10230
10231
102322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10233
10234 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10235 `want-differences-if-changed' and simplify.
10236 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10237 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10238 output (which is invalid for async vc-diff) to decide whether to
10239 do the revert silently or not.
10240
102412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10242
10243 * vc-hooks.el (vc-loadup): Load files quietly.
10244 (vc-call-backend): Oops, brain fart.
10245
102462000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10247
10248 * vc-cvs.el (vc-cvs-state): Typo.
10249 (vc-cvs-merge-news): Return the status code rather than the error msg.
10250
102512000-09-04 Andre Spiegel <spiegel@gnu.org>
10252
10253 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10254 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10255 vc-state or vc-up-to-date-p.
10256 (vc-merge): Use vc-backend-defines to check whether merging is
10257 possible. Set state to 'edited after successful merge.
10258
10259 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10260 return that name. Redocumented.
10261
102622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10263
10264 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10265 new `vc-state' semantics.
10266 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10267 'vc-locking-user to the current user.
10268 (vc-merge): Inline vc-backend-merge. Comment out code that I
10269 don't understand and hence can't adapt to the new `vc-state' and
10270 `vc-locking-user' semantics.
10271 (vc-backend-merge): Remove.
10272
10273 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10274 rather than 'vc-locking-user.
10275
10276 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10277
10278 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10279 (vc-state): Don't use 'reserved any more. Just use the same
10280 convention as the one used for vc-<backend>-state where the
10281 locking user (as a string) is returned.
10282 (vc-locking-user): Update, based on the above convention. The
10283 'vc-locking-user property has disappeared.
10284 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10285
10286 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10287 with a heuristic one.
10288 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10289 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10290 error. That allows us to get to 'needs-merge even in the
10291 stay-local case. There's still no way to detect 'needs-patch in
10292 such a setup (or to force an update for that matter).
10293 (vc-cvs-logentry-check): Remove, the default works as well.
10294
102952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10296
10297 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10298
10299 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10300 major-mode in which the buffer might have been put earlier. Use
10301 `remove' and `when'. Allow `okstatus' to be `async' and use
10302 `start-process' in this case.
10303 (vc-version-diff): Handle the case where the diff looks empty
10304 because of the use of an async process.
10305
103062000-09-04 Andre Spiegel <spiegel@gnu.org>
10307
10308 * vc.el (vc-next-action-on-file): Removed optional parameter
10309 `simple'. Recompute state unconditionally.
10310 (vc-default-toggle-read-only): Removed.
10311
10312 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10313 (vc-toggle-read-only): Undid prev change.
10314
10315 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10316 vc-cvs-simple-toggle. Redocumented.
10317 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10318 (vc-cvs-toggle-read-only): Removed.
10319
103202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10321
10322 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10323 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10324 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10325 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10326 still is. So maybe it should be removed.
10327 (vc-head-version, vc-find-binary): Remove.
10328 (vc-recompute-state): Move from vc-hooks.el.
10329 (vc-next-action-on-file): Add a `simple' argument to allow
10330 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10331 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10332 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10333 (vc-dired-mode-map): Properly defvar it.
10334 (vc-print-log): Call log-view-mode if available.
10335 (small-temporary-file-directory): defvar instead of use boundp.
10336 (vc-merge-news): Moved to vc-cvs.el.
10337 (vc-default-merge-news): New function.
10338
10339 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10340 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10341 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10342 unknown `vc-latest-version' function. It should probably refer to
10343 vc-workfile-version or somesuch, but it's very unclear to me and I
10344 don't have SCCS to test things.
10345
10346 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10347 (vc-sccs-state-heuristic): Fix typo.
10348 (vc-sccs-workfile-unchanged-p): Add missing argument.
10349
10350 * vc-rcs.el: Require vc and vc-rcs-hooks.
10351 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10352 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10353 (vc-release-greater-or-equal-p): Move from vc.
10354 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10355 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10356 (vc-rcs-checkout): Add a missing `new-version' argument in the
10357 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10358
10359 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10360 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10361 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10362 than the apparently unbound `workfile-version'.
10363
10364 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10365 (vc-file-prop-obarray): Use `make-vector'.
10366 (vc-backend-functions): Add new hookable functions
10367 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10368 (vc-loadup): If neither backend nor default functions exist, use
10369 the backend function rather than nil.
10370 (vc-call-backend): If the function if not bound yet, try to load
10371 the non-hook file to see if it provides it.
10372 (vc-call): New macro plus use it wherever possible.
10373 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10374 nor `vc-find-binary' since it's only called from
10375 vc-mistrust-permission which is only used once the backend is known.
10376 (vc-checkout-model): Fix parenthesis.
10377 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10378
10379 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10380 (vc-cvs-release, vc-cvs-system-release): Remove.
10381 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10382 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10383 status symbols.
10384 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10385 (vc-cvs-toggle-read-only): First cut at a function to allow a
10386 cvs-status-free vc-toggle-read-only.
10387 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10388 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10389 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10390 (vc-cvs-checkout): Modify access rights directly if the user
10391 requested not to use `cvs edit'. And refresh the mode line.
10392
10393 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10394 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10395
103962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10397
10398 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10399 workfile' that got lost when the code was extracted from vc.el.
10400 And merged the tail with the rest of the code (not possible in the
10401 old vc.el where the tail was shared among all backends). And
10402 explicitly set the state to 'edited if `writable' is set.
10403
10404 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10405 (vc-cvs-state): Be careful to return the value from
10406 vc-cvs-parse-state.
10407 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10408 property but return it instead. Also be careful to handle a nil
10409 or "" `rev' when workfile is non-nil (it was handled properly when
10410 workfile was nil).
10411
10412 * vc.el: Removed those pesky unnecessary `(function' quotes.
10413 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10414 directly in the defvar.
10415 (vc-do-command): Bind inhibit-read-only so as to properly handle
10416 the case where the destination buffer has been made read-only.
10417 (vc-diff): Delegate to vc-version-diff in all cases.
10418 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10419 (vc-annotate-mode-variables): Removed (code moved partly to
10420 defvars and partly to vc-annotate-add-menu).
10421 (vc-annotate-mode): Turned into a derived-mode.
10422 (vc-annotate-add-menu): Moved in code in
10423 vc-annotate-mode-variables.
10424 (vc-update-change-log): Use make-temp-file if available.
10425
104262000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10427
10428 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10429 `vc-checkout-model' updated to `vc-cvs-update-model'.
10430
104312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10432
10433 * vc.el (vc-next-action-on-file): Added handling of state
10434 `unlocked-changes'.
10435 (vc-checkout-carefully): Is now practically obsolete, unless the
10436 above is too slow to be enabled unconditionally.
10437 (vc-update-change-log): Fixed typo.
10438
10439 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10440
10441 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10442 Now handles state `unlocked-changes'.
10443 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10444
10445 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10446
10447 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10448 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10449 `unlocked-changes'.
10450 (vc-rcs-workfile-unchanged-p): Renamed from
10451 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10452 function yet, but supposed to become one soon.
10453
10454 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10455 `vc-steal-lock'.
10456 (vc-call-backend): Changed error message.
10457 (vc-state): Added description of state `unlocked-changes'.
10458
104592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10460
10461 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10462 always return t in CVS-controlled directories.
10463
10464 * vc.el (vc-responsible-backend): New function.
10465 (vc-register): Largely rewritten.
10466 (vc-admin): Removed (implementation moved into vc-register).
10467 (vc-checkin): Redocumented.
10468 (vc-finish-logentry): If no backend defined yet (because we are in
10469 the process of registering), use the responsible backend.
10470
10471 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10472 Updated function lists.
10473 (vc-call-backend): Fixed typo.
10474
10475 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10476 New functions.
10477 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10478 Removed query option. Redocumented.
10479
104802000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10481
10482 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10483
10484 * vc.el: Updated callers of `vc-checkout-required' to use
10485 `vc-checkout-model'.
10486
104872000-09-04 Martin Lorentzson <martinl@gnu.org>
10488
10489 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10490 stuff updated to reference this function instead of the old
10491 `vc-backend-release-p'.
10492
104932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10494
10495 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10496 vc-checkout-model. Return appropriate values. Updated callers.
10497
104982000-09-04 Martin Lorentzson <martinl@gnu.org>
10499
10500 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10501 (vc-backend-revert): Function moved into `vc-revert';
10502 `vc-next-action' must be updated to accomodate this change.
10503 (vc-backend-steal): Function moved into `vc-finish-steal'.
10504 (vc-backend-logentry-check): Function moved into
10505 `vc-finish-logentry'.
10506 (vc-backend-printlog): Function moved into `vc-print-log'.
10507 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10508 (vc-backend-assign-name): Function moved into
10509 `vc-create-snapshot'.
10510
105112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10512
10513 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10514 Rename to vc-checkout-model. Return appropriate values.
10515 Update callers.
10516
10517 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10518 to vc-checkout-model.
10519 (vc-checkout-required): Rename to vc-checkout-model.
10520 Re-implement and re-comment.
10521 (vc-after-save): Use vc-checkout-model.
10522
105232000-09-04 Martin Lorentzson <martinl@gnu.org>
10524
10525 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10526 Update to use the vc-BACKEND-diff functions instead.
10527 `vc-diff' is now working.
10528
10529 * vc-rcs.el (vc-rcs-logentry-check): New function.
10530
10531 * vc-cvs.el (vc-cvs-logentry-check): New function.
10532
10533 * vc-sccs.el (vc-sccs-diff): Function changed name from
10534 `vc-backend-diff'. This makes `vc-diff' work.
10535
10536 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10537 of functions possibly implemented in a vc-BACKEND library.
10538 (vc-checkout-required): Fix bug that caused an error to be
10539 signaled during `vc-after-save'.
10540
10541 * vc.el: Fix typo.
10542 This checkin is made with our new VC code base for the very first time.
10543 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10544
10545 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10546 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10547
10548 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10549 updated to `vc-uses-locking'.
10550 (vc-checkout-required): Call to backend function.
10551 `vc-checkout-required' updated to `vc-uses-locking' instead.
10552
10553 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10554 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10555
10556 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10557 to match the split into various backends.
10558 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10559 (vc-retrieve-snapshot): Bug fix.
10560
105612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10562
10563 * vc-sccs.el (vc-sccs-release): Doc fix.
10564
105652000-09-04 Martin Lorentzson <martinl@gnu.org>
10566
10567 * vc.el (vc-next-action-on-file): Bug found and fixed.
10568 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10569 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10570
10571 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10572 (vc-rcs-checkout): Name space cleaned up. No more revision number
10573 crunching function names that are not prefixed with vc-rcs.
10574 (vc-rcs-checkout-model): Function added. References to
10575 `vc-checkout-model' replaced.
10576
105772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10578
10579 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10580 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10581 still need to be split, and implemented for RCS).
10582
105832000-09-04 Martin Lorentzson <martinl@gnu.org>
10584
10585 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10586
10587 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10588 required by the vc.el file.
10589
10590 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10591 required by the vc.el file.
10592 (vc-rcs-exists): Function added.
10593
10594 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10595 required by the vc.el file.
10596
10597 * vc.el (vc-admin): Updated to handle selection of appropriate
10598 backend. Current implementation is crufty and need re-thinking.
10599
10600 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10601
106022000-09-04 Martin Lorentzson <martinl@gnu.org>
10603
10604 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10605 beginning of annotate buffers correctly.
10606
10607 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10608 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10609 functionality updated quite a lot to support multiple backends.
10610 Variables `vc-annotate-mode', `vc-annotate-buffers',
10611 `vc-annotate-backend' added.
10612
10613 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10614 `vc-annotate-difference' added to supported backend functions.
10615
106162000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10617
10618 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10619 Use with-temp-file instead of /bin/sh. Merged from mainline
10620
106212000-09-04 Martin Lorentzson <martinl@gnu.org>
10622
10623 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10624
10625 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10626
10627 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10628
106292000-09-04 Martin Lorentzson <martinl@gnu.org>
10630
10631 * vc-hooks.el: vc-state-heuristic added to
10632 vc-backend-hook-functions.
10633
10634 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10635
10636 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10637
10638 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10639 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10640 state to `reserved'.
10641
10642 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10643 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10644
106452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10646
10647 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10648 untouched.
10649
10650 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10651
10652 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10653 if defined. (Merged from main line, slightly adapted.)
10654
10655 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10656 millenium problem (merged from mainline).
10657
106582000-09-04 Martin Lorentzson <martinl@gnu.org>
10659
10660 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10661 part and moved the non-BACKEND stuff to vc.el.
10662
10663 * vc.el: Split the annotate feature into a BACKEND specific part
10664 and moved it from the vc-cvs.el file to this one.
10665
106662000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10667
10668 * vc-hooks.el: Implement new state model.
10669 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10670 (vc-locking-user): Simplify. Now only needed if the file is
10671 locked by somebody else.
10672 (vc-lock-from-permissions): Remove. Functionality is in
10673 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10674 (vc-mode-line-string): New name for former vc-status. Adapted.
10675 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10676
10677 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10678 Various simplifications and adaptations all over the place.
10679
10680 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10681 Simplify and adapt the rest.
10682
10683 * vc.el (vc-resynch-window): Add TODO comment: check for
10684 interaction with view mode according to recent RCS change.
10685 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10686
106872000-09-04 Martin Lorentzson <martinl@gnu.org>
10688
10689 * vc.el: Convert the remaining function comments to docstrings.
10690
106912000-09-04 Martin Lorentzson <martinl@gnu.org>
10692
10693 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10694 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10695 (vc-minor-part, vc-previous-version): Functions that operate and
10696 compare revision numbers got proper documentation. Comments added
10697 about their possible removal.
10698
106992000-09-04 Martin Lorentzson <martinl@gnu.org>
10700
10701 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10702 the vc-backend.el files.
10703
10704 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10705
10706 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10707 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10708 (vc-rcs-previous-version): Functions added.
10709
10710 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10711
10712 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10713
107142000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10715
10716 * vc-hooks.el (vc-master-templates): Is really obsolete.
10717 Comment out the definition for now. What is the right procedure
10718 to get rid of it?
10719 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10720 rewritten.
10721 (vc-default-registered): Remove.
10722 (vc-check-master-templates): New function; does mostly what the
10723 above did before.
10724 (vc-locking-user): Don't rely on the backend to set the property.
10725
10726 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10727 Rewrite documentation.
10728 (vc-rcs-templates-grabbed): New variable.
10729 (vc-rcs-grab-templates): New function.
10730 (vc-rcs-registered): Rewrite to use above mechanism.
10731
10732 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10733 Rewrite documentation.
10734 (vc-sccs-templates-grabbed): New variable.
10735 (vc-sccs-grab-templates): New function.
10736 (vc-sccs-registered): Rewrite to use above mechanism.
10737 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10738 Don't throw the result, simply return it.
10739
10740 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10741 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10742 (vc-cvs-registered): Does the check itself now. Simplify.
10743
10744 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10745 from main line.
10746
107472000-09-04 Martin Lorentzson <martinl@gnu.org>
10748
10749 * vc-cvs.el (vc-cvs-diff): New function.
10750
10751 * vc-sccs.el (vc-sccs-diff): New function.
10752
10753 * vc-rcs.el (vc-rcs-diff): New function.
10754 (vc-rcs-checkout): Bug (typo) found and fixed.
10755 (vc-rcs-register-switches): New variable.
10756
10757 * vc.el (vc-backend-diff): Function removed and placed in the
10758 backend files.
10759
107602000-09-04 Martin Lorentzson <martinl@gnu.org>
10761
10762 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10763
10764 * vc.el (vc-backend-checkout): Function removed and replaced in
10765 the vc-backend.el files.
10766
10767 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10768
10769 * vc.el (vc-backend-admin): Removed and replaced in the
10770 vc-backend.el files.
10771
10772 * vc.el (Martin): Removed all the annotate functionality since it
10773 is CVS backend specific.
10774
107752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10776
10777 * spec.txt: Added specification of vc-state.
10778
10779 * vc-sccs-hooks.el (vc-sccs-master-properties):
10780 Remove handling of vc-latest-version and
10781 vc-your-latest-version. What used to be vc-latest-version, is now
10782 returned as vc-workfile-version.
10783 (vc-sccs-workfile-version): Adapt.
10784
107852000-09-04 Dave Love <fx@gnu.org>
10786
10787 * vc.el: [Merged from mainline.]
10788 (vc-dired-mode): Make the dired-move-to-filename-regexp
10789 regexp match the date, to avoid treating date as file size.
10790 Add YYYY S option to WESTERN/
10791
107922000-09-04 Dave Love <fx@gnu.org>
10793
10794 * vc.el: Require `compile' when compiling.
10795 (vc-logentry-check-hook): New option.
10796 (vc-steal-lock): Use compose-mail.
10797 (vc-dired-mode-map): Defvar when compiling.
10798 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10799 vc-sccs.el and renamed. Callers changed.
10800 (vc-backend-checkout, vc-backend-logentry-check)
10801 (vc-backend-merge-news): Doc fix.
10802 (vc-default-logentry-check): New function.
10803 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10804 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10805 (vc-backend-merge): Doc fix. Use backend functions.
10806 (vc-check-headers): Use backend functions.
10807
10808 * vc-cvs.el: Require vc when compiling.
10809 (vc-cvs-register-switches): Doc fix.
10810 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10811 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10812 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10813 New functions (code from vc.el).
10814 (vc-annotate-display-default): Fix interactive spec.
10815 (vc-annotate-time-span): Doc fix.
10816
10817 * vc-rcs.el: Require vc when compiling.
10818 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10819 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10820 (vc-rcs-checkin): New functions (code from vc.el).
10821 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10822 Doc fix.
10823 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10824
10825 * vc-sccs.el: Require vc when compiling.
10826 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10827 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10828 (vc-sccs-revert)
10829 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10830 from vc.el).
10831 (vc-sccs-add-triple, vc-sccs-record-rename)
10832 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10833 (vc-sccs-admin): Doc fix.
10834
108352000-09-04 Martin Lorentzson <martinl@gnu.org>
10836
10837 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10838 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10839 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10840 from vc.el.
10841
10842 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10843
10844 * vc-cvs.el: Moved the annotate functionality from vc.el.
10845 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10846
108472000-09-04 Dave Love <fx@gnu.org>
10848
10849 * vc.el (vc-backend-release): Call vc-system-release.
10850
10851 * vc-sccs.el (vc-sccs-system-release):
10852 Renamed from vc-sccs-backend-release.
10853
10854 * vc-rcs.el (vc-rcs-system-release):
10855 Renamed from vc-rcs-backend-release.
10856
10857 * vc-cvs.el (vc-cvs-system-release):
10858 Renamed from vc-cvs-backend-release.
10859
108602000-09-04 Dave Love <fx@gnu.org>
10861
10862 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10863 backend files.
10864 (vc-backend-release): Dispatch to backend functions.
10865 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10866 probably needs attention.]
10867
10868 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10869 (vc-sccs-backend-release): New function.
10870
10871 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10872 (vc-cvs-backend-release): New function.
10873
10874 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10875 Doc fix.
10876 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10877 (vc-default-dired-state-info): New function.
10878 (vc-dired-state-info): Dispatch to backends.
10879 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10880
10881 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10882 from vc.el and renamed.
10883
108842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10885
10886 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10887 (vc-version-other-window, vc-backend-assign-name): Removed
10888 references to vc-latest-version; sometimes changed into
10889 vc-workfile-version.
10890
10891 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10892 vc-rcs-master-workfile-version.
10893 (vc-rcs-workfile-version): Use the above. Don't call
10894 vc-latest-version (that was unreachable code, anyway).
10895 (vc-rcs-fetch-master-properties): Doc fix.
10896
10897 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10898 (vc-backend-hook-functions): Removed them from this list, too.
10899 (vc-fetch-properties): Removed.
10900 (vc-workfile-version): Doc fix.
10901
10902 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10903 (vc-rcs-workfile-version, vc-rcs-locking-user)
10904 (vc-rcs-uses-locking): Use it.
10905
10906 * vc-hooks.el (vc-consult-rcs-headers):
10907 Moved into vc-rcs-hooks.el, under the name
10908 vc-rcs-consult-headers.
10909
10910 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10911 headers.
10912 (vc-cvs-find-master): Use this name only; correct different
10913 versions of the name.
10914
10915 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10916 New functions.
10917 (vc-sccs-locking-user): Use the latter.
10918
10919 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10920 New functions.
10921
10922 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10923 Moved into both
10924 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10925 functions are implementation details of those two backends.
10926
109272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10928
10929 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10930 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10931
10932 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10933 (vc-sccs-parse-locks): SCCS-specific code moved here from
10934 vc-hooks.
10935
10936 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10937 code moved here from vc-hooks.
10938
10939 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10940 into back-end specific parts and removed. Callers not updated
10941 yet; because I guess these callers will disappear into back-end
10942 specific files anyway.
10943
109442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10945
10946 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10947 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10948 `vc-uses-locking'.
10949
10950 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10951 Store yes/no in the property, and return t/nil. Updated all
10952 callers.
10953
10954 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10955 vc-sccs-uses-locking. Don't set property.
10956 (vc-sccs-locking-user): Don't set property.
10957
10958 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10959 vc-cvs-uses-locking. Don't set property here; leave that to
10960 vc-hooks.
10961 (vc-cvs-locking-user): Reflect above change. Streamlined.
10962
10963 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10964 vc-rcs-uses-locking.
10965 (vc-rcs-locking-user): Reflect above change.
10966
109672000-09-04 Dave Love <fx@gnu.org>
10968
10969 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10970
10971 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10972
10973 * vc-hooks.el (vc-checkout-model): Punt to backends.
10974
10975 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10976
10977 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10978
10979 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10980 New functions.
10981
10982 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10983 New functions.
10984
10985 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10986 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10987
10988 * vc-hooks.el (vc-default-locking-user): New function.
10989 (vc-locking-user, vc-workfile-version): Punt to backends.
10990
109912000-09-04 Dave Love <fx@gnu.org>
10992
10993 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10994 (vc-master-workfile-version): Moved from vc-hooks.
10995
10996 * vc-rcs-hooks.el: Fix duplicate code in last change.
10997
10998 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10999 (vc-rcs-master-templates): Improve :type.
11000 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11001 vc-master-workfile-version): Moved from vc-hooks.
11002
11003 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11004 (vc-sccs-master-templates): Improve :type.
11005 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11006
11007 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11008
11009 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11010 (vc-cvs-master-templates): Improve :type. Use
11011 vc-cvs-find-cvs-master.
11012 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11013 from vc-hooks.
11014 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11015
11016 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11017 Moved to vc-cvs-hooks.
11018
11019 * vc-hooks.el: Add doc strings in various places. Simplify the
11020 minor mode setup.
11021 (vc-handled-backends): New user variable.
11022 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11023 simplification.
11024
110252000-09-04 Dave Love <fx@gnu.org>
11026
11027 * vc.el: Some doc fixes for autoloaded and interactive functions.
11028 Fix compilation warnings from ediff stuff.
11029 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11030
11031 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11032
11033 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11034
11035 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11036
110372000-09-04 Dave Love <fx@gnu.org>
11038
11039 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11040 New variable.
11041 (vc-make-backend-function, vc-loadup, vc-call-backend)
11042 (vc-backend-defines): New functions.
11043
11044 * vc-hooks.el: Various doc fixes.
11045 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11046 (vc-match-substring): Function removed. Callers changed to use
11047 match-string.
11048 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11049 Simplify.
11050
110512000-09-04 Dave Love <fx@gnu.org>
11052
11053 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11054 type.
11055 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11056 (vc-sccs-registered): Doc fix.
11057
11058 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11059 (vc-cvs-registered): Doc fix.
11060
11061 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11062 (vc-rcs-registered): Doc fix.
11063
110642000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11065
11066 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11067
11068 * vc-hooks.el: vc-registered has been renamed
11069 vc-default-registered. Some functions have been moved to the
11070 backend specific files. they all support the
11071 vc-BACKEND-registered functions.
11072
110732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11074
11075 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11076
11077 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11078
110792000-09-04 Dave Love <fx@gnu.org>
11080
11081 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11082 menu-bar-update-hook.
11083
11084 * help.el (help-manyarg-func-alist): Add
11085 find-operation-coding-system.
11086
11087 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11088
11089 * custom.el (custom-set-variables): Print message about errors in
11090 setting.
11091
110922000-09-03 Andrew Innes <andrewi@gnu.org>
11093
11094 * makefile.w32-in: Change to DOS line endings.
11095
110962000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11097
11098 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11099 minor-mode keymaps, if they don't have one.
11100
111012000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11102
11103 * eshell/esh-module.el (eval-when-compile): Don't lose if
11104 esh-module.el's file name is truncated to DOS 8+3 limits.
11105
111062000-09-01 John Wiegley <johnw@gnu.org>
11107
11108 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11109 predicate, which caused entries in the completion list to be
11110 doubled.
11111
111122000-08-30 John Wiegley <johnw@gnu.org>
11113
11114 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11115 sending to subprocesses. Also, hook pre-command-hook if
11116 `eshell-send-direct-to-subprocesses' is non-nil.
11117 (eshell-send-direct-to-subprocesses): New config variable. If t,
11118 subprocess input is send immediately.
11119 (eshell-toggle-direct-send): New function.
11120 (eshell-self-insert-command): New function.
11121 (eshell-intercept-commands): New function.
11122 (eshell-send-input): If direct subprocess sending is enabled,
11123 don't echo any input to the Eshell buffer. Let the subprocess
11124 handle that. This requires "stty echo" in bash, for example.
11125
111262000-08-28 John Wiegley <johnw@gnu.org>
11127
11128 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11129 completion function for Eshell's implementation of `unset'.
11130
111312000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11132
11133 * info.el (Info-directory-list): Doc fix.
11134
111352000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11136
11137 * filecache.el (file-cache-add-directory-using-find): Don't quote
11138 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11139
111402000-08-31 Kenichi Handa <handa@etl.go.jp>
11141
11142 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11143 coding systems.
11144
111452000-08-30 Andrew Innes <andrewi@gnu.org>
11146
11147 * timer.el (run-with-idle-timer): Undo last change, so that timer
11148 is not activated immediately if Emacs is already idle. Some
11149 existing code relies on this behaviour.
11150
111512000-08-30 Miles Bader <miles@gnu.org>
11152
11153 * frame.el (set-frame-font): Do completion of font-name for
11154 interactive use.
11155
111562000-08-30 Kenichi Handa <handa@etl.go.jp>
11157
11158 * international/quail.el (quail-start-translation): Bind locally
11159 last-command-event, last-command, and this-command.
11160 (quail-start-conversion): Likewise.
11161 (quail-self-insert-command): Fix docstring.
11162
111632000-08-29 Gerd Moellmann <gerd@gnu.org>
11164
11165 * progmodes/executable.el
11166 (executable-make-buffer-file-executable-if-script-p): Check that
11167 buffer contains at least 2 characters.
11168
111692000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11170
11171 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11172
111732000-08-29 Dave Love <fx@gnu.org>
11174
11175 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11176 (diff-mode-shared-map): Bind mouse-2.
11177 (diff-imenu-generic-expression): New variable.
11178 (diff-mode): Use it.
11179
11180 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11181 (mouse-popup-menubar): Add minor mode menus.
11182 (popup-menu): Check for lookup-key returning number.
11183
111842000-08-29 Miles Bader <miles@gnu.org>
11185
11186 * comint.el (comint-send-input): Create overlays using the proper
11187 front/read-advance arguments.
11188
111892000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11190
11191 * ps-print.el: Even/odd pages printing. Doc fix.
11192 (ps-print-version): New version number (6.0).
11193 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11194 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11195 (ps-print-duplex-feature): Variable eliminated.
11196 (ps-even-or-odd-pages): New variable.
11197
11198 * progmodes/ebnf2ps.el: Doc fix.
11199 (ebnf-version): New version (3.3).
11200 (ebnf-user-arrow): Change variable customization to sexp.
11201 (ebnf-user-arrow): Function eliminated.
11202 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11203
112042000-08-29 Kenichi Handa <handa@etl.go.jp>
11205
11206 * help.el (help-xref-mule-regexp): New variable.
11207 (help-make-xrefs): Handle help-xref-mule-regexp.
11208
11209 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11210 variable.
11211 (describe-input-method): Temporarily activate the specfied input
11212 method to display the information.
11213 (describe-language-environment): Hyperlinks to mule related items.
11214
11215 * international/mule-diag.el (charset-multibyte-form-string): New
11216 function.
11217 (list-character-sets-1): Use charset-multibyte-form-string.
11218 (describe-character-set): New function.
11219 (describe-coding-system): Hyperlinks to safe character sets.
11220
11221 * international/quail.el (quail-help): New arg PACKAGE.
11222 Hyperlinks to mule related items.
11223 (quail-help-insert-keymap-description): Use
11224 substitute-command-keys instead of describe-bindings.
11225 (quail-translation-help): Hyperlinks to mule related items.
11226
112272000-08-28 John Wiegley <johnw@gnu.org>
11228
11229 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11230 have a defsubst call itself. Made `eshell-flatten-list' back into
11231 a function again.
11232
11233 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11234 catch, in case re-centering point at bottom messes up the display.
11235 This happens frequently in Emacs 21, due I believe to variable
11236 line heights.
11237
11238 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11239 to call `find-tag-interactive'.
11240
11241 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11242 the list of remember directories.
11243
112442000-08-28 John Wiegley <johnw@gnu.org>
11245
11246 * align.el: Test align-region-separate to see if it's a symbol.
11247
112482000-08-28 John Wiegley <johnw@gnu.org>
11249
11250 * eshell/esh-util.el (eshell-flatten-list): Made this function
11251 into a defsubst form. It gets used very frequently, although
11252 calls don't occur all that often.
11253
11254 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11255 examining it.
11256
11257 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11258 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11259 `eshell-protect'.
11260 (eshell-copy-handles): Created a new macro for duplicating the
11261 current set of open handles. This is needed by the looping
11262 functions.
11263 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11264 is not incorrectly stomped on.
11265
11266 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11267 declaration for pcomplete-use-paring.
11268 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11269 value of eshell-cmpl-use-paring.
11270 * pcomplete.el (pcomplete-use-paring): New config variable, to
11271 indicate whether paring should be used.
11272 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11273 completion alternatives that have already been used.
11274
11275 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11276 bound to C-c C-y, which will repeat the previous N arguments
11277 (based on prefix argument).
11278 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11279
11280 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11281 if there is no *Help* buffer. This is for XEmacs, which renames
11282 its help buffers uniquely. TODO: Find out what the current buffer
11283 name to delete is.
11284
11285 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11286 first entry that correlates to a passwd/group number. Later
11287 entries (used for group/user name aliasing to multiple IDs) are
11288 ignored.
11289
11290 * eshell/em-xtra.el (eshell/expr):
11291 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11292 (eshell-grep, eshell/diff, eshell/locate):
11293 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11294 argument list, before passing it to the system command.
11295
11296 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11297 `find-tag' for use at final position in Eshell buffers (which
11298 otherwise triggers an error on Emacs 21).
11299 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11300 buffer, if it is currently bound to `find-tag'.
11301
11302 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11303 in the list of matched Makefile names.
11304 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11305 directory, prefer its contents to Makefile.
11306
11307 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11308 directory parts (like "cd old new", or "cd =regexp"), are now case
11309 sensitive on non-Windows/DOS platforms.
11310
11311 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11312 types RET after an open delimiter (like "), display a message
11313 indicating that Eshell is waiting for the closing delimiter.
11314
11315 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11316 environment variables.
11317
11318 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11319 gracefully if the user enters incorrect arguments.
11320
11321 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11322 Eshell buffers.
11323
11324 * eshell/esh-var.el (eshell-interpolate-variable):
11325 * eshell/esh-mode.el (eshell-move-argument):
11326 * eshell/em-unix.el (eshell-du-sum-directory):
11327 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11328 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11329 (not (= ...)).
11330
11331 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11332 to ensure the `preserve' flag gets propagated when doing recursive
11333 directory copies.
11334
113352000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11336
11337 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11338 Don't convert \n into \0177 in memory.
11339 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11340 and back again, when reading and writing.
11341
113422000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11343
11344 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11345 testing of `fboundp' on `processp'.
11346
11347 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11348 (eshell/jobs): Don't call process-list if it is not bound.
11349 (eshell-gather-process-output): Support systems where async
11350 subprocesses aren't supported.
11351 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11352 variables.
11353
11354 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11355 eshell-do-eval returns t.
11356 (eshell-do-pipelines-synchronously): New defmacro.
11357 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11358 when async subprocesses aren't supported.
11359 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11360 if async subprocesses aren't supported.
11361 (eshell-resume-command): Don't assume STATUS is a string.
11362
11363 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11364
11365 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11366 (eshell-close-target, eshell-get-target): Use eshell-processp.
11367 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11368 fix.
11369 (eshell-get-target, eshell-create-handles): Doc fix.
11370
113712000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11372
11373 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11374 criterion to include commands that output something, as long as it
11375 leaves both the command and the end-of-buffer visible when the
11376 command has exited.
11377 (eshell-review-quick-commands): Adjust the help doc string
11378 accordingly.
11379
113802000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11381
11382 * locate.el (locate): Cleaned up locate command's interactive prompting
11383 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11384
11385 * filecache.el (file-cache-case-fold-search): New variable
11386 (file-cache-assoc-function): New variable
11387 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11388 Use file-cache-case-fold-search variable
11389 (file-cache-add-file): Use file-cache-assoc-function
11390 (file-cache-delete-file): likewise
11391 (file-cache-directory-name): likewise
11392 (file-cache-debug-read-from-minibuffer): likewise
11393
113942000-08-28 Gerd Moellmann <gerd@gnu.org>
11395
11396 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11397 (abbrev-table-name): New function.
11398 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11399 If non-nil list local abbrev, only.
11400
114012000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11402
11403 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11404 from Gnus support code, and use special article copy buffer
11405 `(gnus-original-article-buffer)' instead. This allows to get rid
11406 of article-hide-headers usage (which breaks in the latest Gnus
11407 version). Thanks to Detlev Zundel.
11408
114092000-08-28 Kenichi Handa <handa@etl.go.jp>
11410
11411 * international/quail.el (quail-use-package): Hide "... loaded"
11412 message.
11413 (quail-start-translation, quail-start-conversion): Likewise.
11414
11415 * international/kkc.el (kkc-region): Hide "... loaded" message.
11416
114172000-08-27 Dave Love <fx@gnu.org>
11418
11419 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11420
114212000-08-27 Miles Bader <miles@gnu.org>
11422
11423 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11424
114252000-08-27 Kenichi Handa <handa@etl.go.jp>
11426
11427 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11428 'ja-dic-cnv), not (require 'skkdic-cnv).
11429
114302000-08-26 Miles Bader <miles@gnu.org>
11431
11432 * faces.el (face-x-resources): Add entry for :inherit.
11433 * cus-face.el (custom-face-attributes): Add support for :inherit
11434 attribute. Add support for relative face heights.
11435 (custom-face-attributes-get): Treat `nil' as being a default value
11436 for :inherit (as well as `unspecified').
11437
11438 * faces.el (set-face-attribute): Update doc string.
11439 (face-attribute-name-alist): Add :inherit.
11440 (face-valid-attribute-values): Handle :inherit.
11441 (face-read-string): Rephrase prompt to be less confusing.
11442 Assume that DEFAULT is a string, since we must return a string.
11443 (face-read-integer): Use `format' to turn DEFAULT into an
11444 acceptable default for face-read-string. Match NEW-VALUE against
11445 the string "unspecified", not the symbol `unspecified', since
11446 that's what face-read-string returns.
11447 (read-face-attribute): Lookup a name for old-value in valid, and
11448 use it as a default if we find one. Treat all values from
11449 face-read-string as strings. If the default is used, don't do any
11450 more processing on the value, just use the old value directly.
11451 (read-face-and-attribute, modify-face): Tweak prompt.
11452 (read-face-name): Don't assume prompt ends with a space.
11453
11454 * faces.el (describe-face): Add support for :inherit attribute.
11455
114562000-08-25 Kenichi Handa <handa@etl.go.jp>
11457
11458 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11459 concat doesn't accept interger.
11460
11461 * international/kkc.el: Remove SKK from Keywords. Require
11462 ja-dic-utl instead of skkdic-utl.
11463
11464 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11465 Provide ja-dic-cnv instead of skkdic-cnv.
11466 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11467 (iso-2022-7bit-short): Add safe-charsets property.
11468 (skkdic-convert-postfix): Search Japanese chou-on character in
11469 addition to Hiragana character.
11470 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11471 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11472 (batch-skkdic-convert): Likewise.
11473
11474 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11475 Provide ja-dic-utl instead of skkdic-utl.
11476 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11477
114782000-08-24 Dave Love <fx@gnu.org>
11479
11480 * disp-table.el (standard-display-default): Make the test of `l'
11481 useful.
11482
11483 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11484 mod sample text.
11485
11486 * international/iso-ascii.el: Make pilcrow convenient string
11487 consistent with section.
11488 (iso-ascii-display): Set up multibyte characters as well as
11489 unibyte.
11490
114912000-08-24 Kenichi Handa <handa@etl.go.jp>
11492
11493 * international/mule-cmds.el (reset-language-environment): Set
11494 default-process-coding-system to '(undecided . iso-latin-1), which
11495 makes process I/O almost consistent with file I/O. Call this
11496 function when mule-cmds.el[c] is loaded.
11497
114982000-08-22 Andrew Innes <andrewi@gnu.org>
11499
11500 * makefile.w32-in: New file.
11501
115022000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11503
11504 * comint.el (comint-output-filter): Compare end of
11505 comint-last-output-overlay with the start of the newly inserted
11506 text, not the end, when deciding whether to extend it.
11507 Set saved-point's insertion type to advance after insertion.
11508
11509 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11510 since this is now done independently of font-lock mode.
11511
115122000-08-21 Gerd Moellmann <gerd@gnu.org>
11513
11514 * server.el (server-kill-new-buffers): New user option.
11515 (server-existing-buffer): New buffer-local variable.
11516 (server-visit-files): When using an existing buffer, set
11517 server-existing-buffer to t.
11518 (server-buffer-done): If server-kill-new-buffers is t, kill the
11519 buffer, unless it was already present before visiting it with
11520 Emacs server.
11521
115222000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11523
11524 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11525 even if the display doesn't support colors: some displays will
11526 support bold/underline faces.
11527
115282000-08-21 Gerd Moellmann <gerd@gnu.org>
11529
11530 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11531
11532 * startup.el (command-line): If user's init file had an error,
11533 add explanatory text to *Messages*.
11534
115352000-08-21 Kenichi Handa <handa@etl.go.jp>
11536
11537 * man.el (Man-getpage-in-background): Decode the process output by
11538 the system locale coding system.
11539
115402000-08-20 Dave Love <fx@gnu.org>
11541
11542 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11543 Don't test x-popup-menu.
11544 (function) <complete-function>: Complete only fbound symbols.
11545 <validate, value>: New.
11546 (variable) <complete-function>: Complete only bound symbols.
11547 (coding-system): Add :base-only, :complete-function, :validate,
11548 :value, :prompt-match.
11549 (widget-coding-system-prompt-value): Use read-coding-system and
11550 act on :base-only.
11551 (editable-field): Add :help-echo.
11552 (widget-push-button-gui, widget-push-button-cache)
11553 (widget-gui-action, widget-editable-list-gui): COmment out, along
11554 with uses.
11555 (widget-at): Make arg optional.
11556 (widget-echo-help): Adjust for current help-echo calling sequence.
11557 (widget-specify-field, widget-specify-button)
11558 (widget-specify-insert, widget-get-sibling, widget-image-find)
11559 (widget-convert, widget-insert, widget-leave-text)
11560 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11561 (widget-setup, widget-field-find, widget-before-change)
11562 (widget-after-change, widget-default-complete)
11563 (widget-default-create, widget-default-delete)
11564 (widget-push-button-value-create, editable-field)
11565 (widget-field-prompt-value, widget-field-validate)
11566 (widget-choice-value-create, widget-choice-action)
11567 (widget-choice-validate, widget-checklist-add-item)
11568 (widget-radio-add-item, widget-radio-chosen)
11569 (widget-radio-value-inline, widget-editable-list-value-create)
11570 (widget-editable-list-entry-create)
11571 (widget-documentation-link-add)
11572 (widget-documentation-string-value-create)
11573 (widget-regexp-validate, widget-file-complete)
11574 (widget-sexp-validate, widget-plist-convert-widget)
11575 (widget-plist-convert-widget, widget-alist-convert-widget)
11576 (widget-alist-convert-widget, widget-color-complete): Simplify,
11577 particularly to avoid bindings which aren't optimized out.
11578
11579 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11580 Doc fix.
11581 (down-list, backward-up-list, up-list, kill-sexp)
11582 (backward-kill-sexp, mark-sexp): Make arg optional.
11583 (lisp-complete-symbol): Add optional arg PREDICATE.
11584
11585 * cus-start.el: Add display-buffer-reuse-frames,
11586 file-coding-system-alist.
11587
115882000-08-20 Gerd Moellmann <gerd@gnu.org>
11589
11590 * startup.el (command-line): Clear realized faces after
11591 modifying TTY color mappings.
11592
115932000-08-20 Miles Bader <miles@gnu.org>
11594
11595 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11596 merely a subset of FACE's attributes.
11597
115982000-08-19 Miles Bader <miles@gnu.org>
11599
11600 * comint.el (comint-output-filter): Save the point with a marker,
11601 not just a buffer position.
11602
11603 * international/mule.el (set-buffer-process-coding-system): Make
11604 interactive prompt less confusing.
11605
116062000-08-19 Gerd Moellmann <gerd@gnu.org>
11607
11608 * hilit-chg.el: General cleanup of doc strings, comments and
11609 code formatting.
11610
116112000-08-19 Miles Bader <miles@gnu.org>
11612
11613 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11614 Compiler macro removed; beginning-of-line is no longer always
11615 equivalent to forward-line, in the presence of fields.
11616
11617 * comint.el (comint-output-filter): Remove ad-hoc saving of
11618 restriction, and just use save-restriction, now that it works
11619 correctly. Don't adjust comint-last-input-start to account for
11620 our insertion; it shouldn't have moved because we don't use
11621 insert-before-markers anymore. Comment out call to
11622 `force-mode-line-update'; why is it here?
11623
11624 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11625 while checking for prompt to delete. Use `forward-line 0'
11626 instead of beginning-of-line.
11627 (gud-filter): Temporarily widen gud comint buffer while
11628 examining output.
11629
116302000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11631
11632 * progmodes/sh-script.el: Big bag of typos.
11633
11634 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11635 check since ispell-process is not bound when ispell is not yet loaded.
11636
116372000-08-18 Dave Love <fx@gnu.org>
11638
11639 * image.el (find-image): Copy `spec' before using plist-put.
11640
116412000-08-18 Gerd Moellmann <gerd@gnu.org>
11642
11643 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11644 `portugues'.
11645
11646 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11647 backward-kill-sexp, analogous to kill-sexp.
11648
11649 * progmodes/icon.el (icon-indent-line)
11650 (icon-is-continuation-line): Handle comments specially.
11651
116522000-08-17 Ken Stevens <k.stevens@ieee.org>
11653
11654 * ispell.el: Set to standard author/maintainer/keyword fields.
11655 Fine tuning to menu map appearance and operation, and added help.
11656 Remove `start' and `end' error messages when compiling.
11657 (ispell-choices-win-default-height): Fixed comment string.
11658 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11659 castellano8 dictionaries.
11660 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11661 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11662 dictionary, added italiano dictionary.
11663 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11664 word character
11665 (ispell-tex-skip-alists): Added psfig support.
11666 (ispell-skip-html): Renamed from ispell-skip-sgml.
11667 (ispell-begin-skip-region-regexp, ispell-skip-region)
11668 (ispell-minor-check): Improved html skipping support to skip across
11669 code, and recognize `&' commands without propper `;' syntax;
11670 (ispell-process-line): Fix alignment error when manually
11671 correcting spelling.
11672 (ispell): Fix comment string.
11673 (ispell-add-per-file-word-list): Always put word list on new line.
11674
116752000-08-17 Gerd Moellmann <gerd@gnu.org>
11676
11677 * format.el (format-encode-run-method): Fix error message to say
11678 `encode' instead of `decode'. Use save-window-excursion around
11679 shell-command-on-region as in format-decode-run-method because
11680 shell-command-on-region can display a buffer with error output.
11681 (format-decode): Don't record undo information for the decoding.
11682 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11683 that number part of the temporary buffer name so that more than
11684 one decoding using a temporary buffer can happen safely.
11685
11686 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11687 of `A-z' in the regexp.
11688
11689 * hilit-chg.el: Fix typos in commentary.
11690
11691 * help.el (view-emacs-news): Rewritten for new naming scheme
11692 for old NEWS files.
11693
11694 * startup.el (command-line): Pop to *Messages* in case an error
11695 is signaled while loading user-init-file.
11696
116972000-08-17 Andreas Schwab <schwab@suse.de>
11698
11699 * files.el (insert-directory): Don't lose original file name,
11700 undoing an undocumented change.
11701
117022000-08-17 Alex Schroeder <alex@gnu.org>
11703
11704 * sql.el (sql-magic-go): Use comint-bol.
11705 (sql-copy-column): Use comint-line-beginning-position.
11706 (comint-line-beginning-position): Define a replacement for
11707 comint-line-beginning-position if it is not fboundp.
11708
117092000-08-17 Alex Schroeder <alex@gnu.org>
11710
11711 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11712 it didn't have any effect anyway.
11713
117142000-08-17 Alex Schroeder <alex@gnu.org>
11715
11716 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11717 --pset and pager=off instead of sending \\o|cat at the beginning
11718 of the session.
11719
117202000-08-17 Miles Bader <miles@gnu.org>
11721
11722 * progmodes/octave-inf.el: Add compatibility definition of
11723 comint-line-beginning-position.
11724
117252000-08-17 Kenichi Handa <handa@etl.go.jp>
11726
11727 * startup.el (normal-top-level): Look in each dir in load-path for
11728 a leim-list.el file too. This assures of loading leim-list.el
11729 that is created at Emacs installation time even if a user have his
11730 own leim-list.el.
11731
117322000-08-17 Miles Bader <miles@gnu.org>
11733
11734 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11735 foreground color to black if the background is dark.
11736
117372000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11738
11739 * loadhist.el (unload-feature): Typo.
11740
11741 * finder.el (finder-compile-keywords):
11742 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11743 to the generated file.
11744
11745 * mail/mh-e.el (mh-make-local-vars):
11746 Replace make-variable-buffer-local with make-local-variable.
11747
11748 * play/landmark.el:
11749 * options.el (Edit-options-{set,toggle,t,nil}):
11750 * mail/mailabbrev.el (mail-abbrevs-mode):
11751 * textmodes/tex-mode.el (tex-expand-files):
11752 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11753
11754 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11755
11756 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11757 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11758 Allow going past the last element.
11759 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11760 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11761 (cvs-mouse-toggle-mark): Don't move point.
11762 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11763
11764 * progmodes/compile.el (grep): Provide a default set of files.
11765 (next-error): Docstring fix.
11766 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11767
11768 * emacs-lisp/easy-mmode.el (define-minor-mode):
11769 Use `symbol-value' to keep the byte-compiler quiet.
11770
11771 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11772 (diff-find-source-location): New fun, extracted from diff-goto-source.
11773 (diff-goto-source): Use it.
11774 (diff-next-complex-hunk, diff-filter-lines): New function.
11775 (diff-apply-hunk): New command.
11776
11777 * smerge-mode.el (smerge-mode-menu): Doc fix.
11778
11779 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11780
117812000-08-16 Dave Love <fx@gnu.org>
11782
11783 * windmove.el (windmove) <defgroup>: Add :version.
11784
11785 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11786 (goto-address-fontify-p, goto-address-highlight-p)
11787 (goto-address-url-face, goto-address-url-mouse-face)
11788 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11789 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11790 (goto-address-fontify, goto-address-at-mouse): Simplify,
11791 (goto-address-at-point): browse-url-url-at-point,
11792 goto-address-find-address-at-point can return nil.
11793 (goto-address-find-address-at-point): Return nil on failure.
11794
11795 * align.el (align) <defgroup>: Add :version.
11796
11797 * calculator.el (calculator): Add :version.
11798 (calculator): Use two lines for calculator window if `modeline'
11799 face is boxed.
11800
11801 * play/5x5.el: Doc fixes.
11802 (5x5) <defgroup>: Add :version.
11803
11804 * play/fortune.el (fortune) <defgroup>: Add :version.
11805 (fortune-append): Fix error message.
11806 (fortune-from-region): Doc fix.
11807
11808 * play/pong.el (pong): Doc fix.
11809
11810 * play/morse.el: Keywords, commentary, autoloads.
11811
118122000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11813
11814 * desktop.el (desktop-save): Don't look at symbol-value of a
11815 member of minor-mode-alist, unless it is boundp.
11816
118172000-08-16 Sam Steingold <sds@gnu.org>
11818
11819 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11820 `while'; use `with-current-buffer' instead of `save-excursion'.
11821 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11822
118232000-08-16 Kenichi Handa <handa@etl.go.jp>
11824
11825 * international/ccl.el (declare-ccl-program): Docstring modified.
11826 (ccl-execute-with-args): Likewise.
11827
118282000-08-16 Miles Bader <miles@gnu.org>
11829
11830 * progmodes/sql.el: Add compatibility definition of
11831 comint-line-beginning-position.
11832
118332000-08-15 Gerd Moellmann <gerd@gnu.org>
11834
11835 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11836 'buffer-menu' property.
11837 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11838 fails.
11839 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11840 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11841 wasn't killed.
11842
11843 * buff-menu.el (list-buffers-noselect): Don't display the
11844 *Buffer List* buffer.
11845
11846 * font-lock.el: Require jit-lock to prevent a very late
11847 `Loading jit-lock' message.
11848
11849 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11850 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11851 mail address.
11852
118532000-08-15 Miles Bader <miles@gnu.org>
11854
11855 * textmodes/ispell.el (ispell-graphic-p): New constant.
11856 (ispell-choices-win-default-height, ispell-help): Use
11857 `ispell-graphic-p' instead of `xemacsp'.
11858
118592000-08-15 Dave Love <fx@gnu.org>
11860
11861 * simple.el: Autoload widget-convert when compiling.
11862 (mail-user-agent): Doc fix.
11863
11864 * help.el (function-called-at-point, variable-at-point): Use
11865 with-syntax-table.
11866 (help-manyarg-func-alist): Add insert-and-inherit.
11867
11868 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11869
11870 * delsel.el (delsel-unload-hook): New function.
11871
11872 * find-file.el: Doc fixes. Move provide to end.
11873 (ff) <defgroup>: Add :link.
11874 (ff-goto-click): Deleted.
11875 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11876 Use mouse-set-point.
11877
11878 * textmodes/tildify.el: Doc fixes.
11879 (tildify) <defgroup>: Add:version.
11880
11881 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11882 (glasses-custom-set): Use set-default, not set.
11883 (minor-mode-alist): Propertize the lighter.
11884 (glasses-mode): Provide optional arg.
11885
11886 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11887 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11888 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11889 option. Provide :type.
11890 (cwarn-configuration): Provide :type.
11891 (cwarn-mode): Doc fix.
11892
11893 * add-log.el (change-log-merge): Doc fix.
11894 (change-log-redate): New command.
11895
11896 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11897 Doze and Dog.
11898 (browse-url): Use dolist, not mapcar.
11899 (browse-url-at-point): Check for null url.
11900 (browse-url-event-buffer, browse-url-event-point): Functions
11901 deleted.
11902 (browse-url-at-mouse, browse-url-netscape): Simplify.
11903
11904 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11905 modes.
11906 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11907 Fix previous change to mapcan.
11908 (msb--init-file-alist, msb--add-separators)
11909 (msb--make-keymap-menu): Simplify.
11910 (msb--choose-file-menu): Use copy-sequence.
11911 (msb-mode-map): Add title to keymap.
11912 (msb-unload-hook): New function.
11913
11914 * bs.el: Fix indentation.
11915 (bs) <defgroup>: Add :links.
11916 (bs-show): Doc fix.
11917 (bs-apply-sort-faces): Don't use window-system.
11918 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11919
119202000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11921
11922 * calendar/timeclock.el (timeclock-file): Run .timelog through
11923 convert-standard-filename.
11924
119252000-08-14 Gerd Moellmann <gerd@gnu.org>
11926
11927 * emacs-lisp/authors.el: New file.
11928
11929 * paren.el (show-paren-priority): New user option.
11930 (show-paren-function): Set overlay priorities to
11931 show-paren-priority.
11932
119332000-08-14 Miles Bader <miles@gnu.org>
11934
11935 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11936 beginning-of-line with inhibit-field-text-motion bound.
11937
119382000-08-14 Gerd Moellmann <gerd@gnu.org>
11939
11940 * calendar/timeclock.el: New file.
11941
119422000-08-14 David Ponce <david@dponce.com>
11943
11944 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11945 `widget-button-click'. so that one can use left mouse button to
11946 click on dialog buttons.
11947
119482000-08-14 Emmanuel Briot <briot@gnat.com>
11949
11950 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11951 identifiers, since XML is case sensitive
11952
119532000-08-12 Miles Bader <miles@gnu.org>
11954
11955 * comint.el (comint-output-filter): Don't bother frobbing
11956 window-start, it doesn't seem to be necessary.
11957
11958 * comint.el (comint-send-string, comint-send-region): Make into
11959 real functions. Snapshot the prompt before sending.
11960
119612000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11962
11963 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11964 technique similar to Info-index, instead of relying on specific
11965 names of relevant Index nodes.
11966 (Info-goto-emacs-command-node): Bind Info-history to nil when
11967 going to the first node found by Info-find-emacs-command-nodes.
11968
119692000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11970
11971 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11972
119732000-08-10 Miles Bader <miles@gnu.org>
11974
11975 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11976
119772000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11978
11979 * info.el (Info-file-list-for-emacs): More elements for the
11980 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11981 and woman manuals.
11982
119832000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11984
11985 * comint.el (comint-send-input): Make the newline boundary overlay
11986 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11987 (comint-output-filter): Use `insert' instead of
11988 `insert-before-markers'. Extend comint-last-output-overlay when
11989 necessary since we can't rely on insert-before-markers to do it.
11990 * gud.el (gud-filter): Use `with-current-buffer' instead of
11991 save-excursion when inserting the output, so that point gets
11992 updated correctly; the old method relied on a rather dodgy
11993 side-effect of comint-output-filter to avoid the effect of
11994 save-excursion.
11995
119962000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11997
11998 * files.el (recover-file): Call insert-directory instead of
11999 invoking `ls' directly.
12000
120012000-08-10 Miles Bader <miles@gnu.org>
12002
12003 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12004 (comint-last-prompt-overlay): New variables.
12005 (comint-output-filter): Implement prompt highlighting.
12006 (comint-snapshot-last-prompt): New function.
12007 (comint-send-input): Snapshot the last prompt.
12008 Use comint-highlight-input-face.
12009 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12010 Use defface instead of defcustom.
12011 (send-invisible, comint-send-eof): Snapshot the last prompt.
12012 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12013 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12014
120152000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12016
12017 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12018 (regexp-opt-group): Use a list of chars for `letters'.
12019 (regexp-opt-charset): `chars' is now a list of chars.
12020 Use a char-table rather than a vector so it works for multibyte chars.
12021
12022 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12023 Set cvs-minor-current-files to the selected fileinfo.
12024 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12025 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12026
120272000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12028
12029 * files.el (insert-directory): Don't call access-file on
12030 directories on DOS and Windows.
12031
120322000-08-09 Kenichi Handa <handa@etl.go.jp>
12033
12034 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12035 longer if necessary.
12036 (ccl-embed-code): Call ccl-embed-data to store CODE in
12037 ccl-program-vector.
12038
120392000-08-09 Miles Bader <miles@gnu.org>
12040
12041 * comint.el (comint-output-filter): Properly handle the case where
12042 the text surrounded by comint-last-output-overlay was deleted.
12043
120442000-08-08 Gerd Moellmann <gerd@gnu.org>
12045
12046 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12047 non-nil.
12048 (Info-file-list-for-emacs): Remove "info" from the list because
12049 that leads to trying to use the documentation from file `info'
12050 in various situations where it isn't appropriate, for instance
12051 C-h C-k C-h i.
12052
12053 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12054 DIR and/or STRING are nil.
12055
12056 * progmodes/compile.el (compilation-setup): Make variable
12057 compilation-error-screen-columns buffer-local, as some comment
12058 in the code suggests it should be.
12059
12060 * files.el (auto-mode-interpreter-regexp): New variable.
12061 (set-auto-mode): Use it.
12062
12063 * indent.el (indent-for-tab-command): Doc fix.
12064
12065 * mouse-sel.el (mouse-sel-mode): Doc fix.
12066
12067 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12068 labels.
12069
12070 * help.el (print-help-return-message): When
12071 display-buffer-reuse-frames is set, let the help window been quit,
12072 instead of deleting it, which might delete a reused frame.
12073
120742000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12075
12076 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12077 rename a directory to a name that differs only by its letter case.
12078
120792000-08-08 Kenichi Handa <handa@etl.go.jp>
12080
12081 * international/quail.el (quail-define-rules): Handle Quail decode
12082 map correctly. Add code for supporting annotations.
12083 (quail-install-decode-map): New function.
12084 (quail-defrule-internal): New optional arguments decode-map and
12085 props.
12086 (quail-advice): New function.
12087
120882000-08-07 Sam Steingold <sds@gnu.org>
12089
12090 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12091 `defconst', `define-condition', `with-slots'.
12092 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12093
120942000-08-03 Miles Bader <miles@gnu.org>
12095
12096 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12097 New variable.
12098 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12099 comint-use-prompt-regexp-instead-of-fields.
12100 (comint-send-input): Add `input' field property to stuff we send to
12101 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12102 (comint-output-filter): Add `output' field property to process
12103 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12104 (comint-replace-by-expanded-history)
12105 (comint-get-old-input-default, comint-show-output)
12106 (comint-backward-matching-input, comint-forward-matching-input)
12107 (comint-next-prompt, comint-previous-prompt): Use field
12108 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12109 (comint-line-beginning-position): New function.
12110 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12111 (comint-replace-by-expanded-history-before-point): Use
12112 comint-line-beginning-position and line-end-position.
12113 (comint-last-output-overlay): New variable.
12114 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12115
12116 * shell.el (shell-prompt-pattern): Doc change.
12117 (shell-backward-command): Use line-beginning-position.
12118
12119 * gud.el (gud-gdb-complete-command): Use
12120 comint-line-beginning-position.
12121
12122 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12123 comint-bol doesn't actually go to the beginning of the line.
12124
12125 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12126 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12127 (try-expand-line-all-buffers): Likewise.
12128
12129 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12130 explicitly matching comint-prompt-regexp.
12131 (sql-copy-column): Use comint-line-beginning-position instead of
12132 explicitly matching comint-prompt-regexp.
12133
12134 * progmodes/octave-inf.el (inferior-octave-complete): Use
12135 comint-line-beginning-position.
12136
12137 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12138
12139 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12140 looking for a prompt, use `forward-line 0' instead of
12141 `beginning-of-line', to avoid getting caught by an input field.
12142
121432000-08-07 Gerd Moellmann <gerd@gnu.org>
12144
12145 * files.el (shell-quote-wildcard-pattern): Make sure to return
12146 PATTERN, in the Unix case.
12147
121482000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12149
12150 * play/zone.el (zone): Discard any pending input before running
12151 the randomly-chosen pgm.
12152
121532000-08-07 Kenichi Handa <handa@etl.go.jp>
12154
12155 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12156 checking the existence of any multibyte characters.
12157
121582000-08-06 Gerd Moellmann <gerd@gnu.org>
12159
12160 * help.el (describe-mode): Test minor-mode symbol for being
12161 bound before testing its value for being nil.
12162
12163 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12164 `first', `second', and `third'.
12165
12166 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12167 (second): Make it an alias for `cadr'.
12168
121692000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12170
12171 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12172 types of display support faces now.
12173
121742000-08-05 Gerd Moellmann <gerd@gnu.org>
12175
12176 * pcvs.el (require): Require `cl' during compilation, only.
12177
12178 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12179 (toplevel): Remove `remq' and `remove' from autoloads.
12180 (cl-fake-autoloads): New variable. If set, arrange for an error
12181 when CL functions etc. are autoloaded.
12182
121832000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12184
12185 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12186
12187 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12188 popped up, but the user clicks outside the menu, return an empty
12189 regexp (that causes unhighlight-regexp to have no effect).
12190
12191 * menu-bar.el (menu-bar-games-menu): Add Zone.
12192
12193 * hi-lock.el (toplevel): Require font-lock.
12194
121952000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12196
12197 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12198 (ebnf-8-bit-chars): New var for bug fix.
12199 (ebnf-string): Bug fix.
12200
122012000-08-03 Sam Steingold <sds@gnu.org>
12202
12203 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12204 instead of `buffer-string'.
12205 (require 'cl): Always, not just when compiling.
12206 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12207 necessary.
12208
122092000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12210
12211 * international/mule-cmds.el (select-safe-coding-system): Make
12212 the message text about selecting a safe coding system more clear.
12213
122142000-08-02 Gerd Moellmann <gerd@gnu.org>
12215
12216 * hi-lock.el: New file.
12217
12218 * play/zone.el: New file.
12219
12220 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12221 value of tab-width in the original buffer. Choose a line number
12222 format that's a multiple of the original buffer's tab width, so
12223 that lines appear right.
12224
12225 * textmodes/ispell.el (ispell): New function, replacing an alias.
12226 Spell-check active region if in transient-mark-mode and mark
12227 is active; otherwise spell-check buffer.
12228
122292000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12230
12231 * ps-mule.el: Fix a customization problem on
12232 ps-mule-font-info-database-default.
12233
122342000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12235
12236 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12237 display-mouse-p instead of window-system.
12238 (ebrowse-member-mode-map): Ditto.
12239
122402000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12241
12242 * progmodes/ebnf2ps.el: Update ps-print functions call.
12243 Indentation fix. Doc fix.
12244 (ebnf-version): New version number (3.2).
12245 (ebnf-format-color, ebnf-begin-job): Code fix.
12246
122472000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12248
12249 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12250 font lock support on window-system.
12251 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12252
12253 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12254 display-color-p, if fboundp, instead of window-system.
12255
122562000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12257
12258 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12259 instead of window-system.
12260
12261 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12262 window-system.
12263 (widget-choice-mouse-down-action): Use display-popup-menus-p
12264 instead of window-system.
12265
12266 * strokes.el (strokes-file): Run the file name through
12267 convert-standard-filename.
12268 (strokes-mode): Call display-mouse-p instead of looking at
12269 window-system. Change the error message accordingly.
12270
12271 * progmodes/cpp.el (toplevel): Support faces on tty's.
12272
12273 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12274 (lm-plot-square, lm-init-display): Don't use window-system.
12275
12276 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12277 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12278
12279 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12280 instead of looking at window-system.
12281
122822000-07-30 Gerd Moellmann <gerd@gnu.org>
12283
12284 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12285 of testing if iswitchb-prepost-hooks is bound, because the
12286 latter will always be true when invoking a recursive minibuffer
12287 from an active Iswitchb buffer.
12288
122892000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12290
12291 * files.el (shell-quote-wildcard-pattern): New function.
12292 (insert-directory): Call it. Only prepend "\" to command on Unix
12293 and GNU/Linux systems.
12294
122952000-07-30 Gerd Moellmann <gerd@gnu.org>
12296
12297 * eshell/esh-groups.el: Change custom :link file names
12298 from `eshell.info' to `eshell'.
12299
123002000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12301
12302 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12303 correctly in recursive ange-ftp listings.
12304
123052000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12306
12307 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12308 ps-header-font-size-internal and
12309 ps-header-title-font-size-internal variables are not set,
12310 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12311 face text property is (foreground-color . COLOR) or
12312 `(background-color . COLOR)', ps-print crashes. Doc fix.
12313 (ps-print-version): New version number (5.2.4).
12314 (ps-plot-region): Code fix.
12315 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12316 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12317 Bug fix 2.
12318
123192000-07-30 Milan Zamazal <pdm@freesoft.cz>
12320
12321 * glasses.el (glasses-make-readable): Fix uncapitalization of
12322 identifiers like `myXMLDocument'.
12323
123242000-07-28 Karl Fogel <kfogel@red-bean.com>
12325
12326 * mail/mail-hist.el (mail-hist-previous-input)
12327 (mail-hist-next-input): Do the obvious code factorization.
12328 (mail-hist-retrieve-and-insert): New func, contains common
12329 code of above two.
12330 If inserting a message body, leave point at top.
12331
123322000-07-28 Sam Steingold <sds@gnu.org>
12333
12334 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12335 Use `<=', not `<' to compare times!
12336 (ange-ftp-ls): Remove.
12337
123382000-07-27 Gerd Moellmann <gerd@gnu.org>
12339
12340 * play/cookie1.el: Add explanation of how to make cookie.el
12341 compatible with strfile(1) to comment.
12342
12343 * subr.el (remove, remq): New functions.
12344
12345 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12346 escape `*' in regexps.
12347 (midnight-find): Reverse order of arguments in the funcall of
12348 TEST.
12349
12350 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12351 and `.class'.
12352
12353 * play/meese.el: Add Commentary section.
12354
123552000-07-27 Alex Schroeder <alex@gnu.org>
12356
12357 * sql.el (sql-ms): Added autoload cookie.
12358 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12359 (sql-oracle): Ditto.
12360 (sql-help): Doc change.
12361
12362 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12363 types and exceptions.
12364
123652000-07-27 Alex Schroeder <alex@gnu.org>
12366
12367 * sql.el (sql-placeholder-history): New variable.
12368 (sql-query-placeholders-and-send): New function that will query
12369 the user and replace placeholders with user input.
12370 (sql-oracle): If running on NT, set comint-input-sender to
12371 sql-query-placeholders-and-send.
12372
12373 (sql-stop): If in the SQLi buffer, insert stop notification, else
12374 present it as a message.
12375
123762000-07-27 Alex Schroeder <alex@gnu.org>
12377
12378 * sql.el (sql-input-ring-separator): Doc change.
12379 (sql-input-ring-file-name): Doc change.
12380 (sql-interactive-mode): Use `sql-input-ring-separator' and
12381 `sql-input-ring-file-name' to set the comint-mode equivalents
12382 without making them local variables.
12383 (sql-stop): Don't bind `sql-input-ring-separator' and
12384 `sql-input-ring-file-name' dynamically to their comint-mode
12385 equivalents.
12386
123872000-07-27 Kenichi Handa <handa@etl.go.jp>
12388
12389 * international/mule.el (register-char-codings): New function.
12390 (make-coding-system): Handle `safe-chars' specification in the arg
12391 PROPERTY.
12392
12393 * international/mule-cmds.el
12394 (find-coding-systems-region-subset-p): This function deleted.
12395 (sort-coding-systems-predicate): New variable.
12396 (sort-coding-systems): New function.
12397 (find-coding-systems-region): Use
12398 find-coding-systems-region-internal.
12399 (find-coding-systems-string): Use find-coding-systems-region.
12400 (find-coding-systems-for-charsets): Check
12401 char-coding-system-table.
12402 (select-safe-coding-system-accept-default-p): New variable.
12403 (select-safe-coding-system): Mostly rewritten. New argument
12404 ACCEPT-DEFAULT-P.
12405 (select-message-coding-system): Call select-safe-coding-system
12406 with ACCEPT-DEFAULT-P arg.
12407 (reset-language-environment): Reset default-sendmail-coding-system
12408 to the default value iso-latin-1.
12409 (set-language-environment): Don't set the obsolete variable
12410 charset-origin-alist.
12411
12412 * international/codepage.el (cp-coding-system-for-codepage-1):
12413 Give `safe-chars' property to make-coding-system.
12414
12415 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12416 calling select-message-coding-system twice.
12417
12418 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12419 instead of `safe-charsets'.
12420 (cyrillic-alternativnyj): Likewise.
12421 (ccl-encode-alternativnyj): Don't check the charset
12422 cyrillic-iso8859-5.
12423
124242000-07-27 Kenichi Handa <handa@etl.go.jp>
12425
12426 * composite.el (compose-chars-after): Preserve match data.
12427
124282000-07-26 Sam Steingold <sds@gnu.org>
12429
12430 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12431 (ange-ftp-real-file-newer-than-file-p): New function.
12432 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12433 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12434
12435 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12436 * midnight.el (midnight-float-time): Ditto.
12437
124382000-07-26 Andreas Schwab <schwab@suse.de>
12439
12440 * files.el (normal-backup-enable-predicate): Correct
12441 interpretation of the return value of compare-strings.
12442
124432000-07-26 Gerd Moellmann <gerd@gnu.org>
12444
12445 * isearch.el (isearch-resume): New function.
12446 (isearch-done): Add something to command-history to resume
12447 the search.
12448 (isearch-yank-line, isearch-yank-word): Use
12449 buffer-substring-no-properties instead of buffer-substring.
12450
12451 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12452 of flyspell-mouse-map.
12453
12454 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12455 duplicate definition.
12456 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12457
12458 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12459 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12460
124612000-07-25 Sam Steingold <sds@gnu.org>
12462
12463 * net/ange-ftp.el: Get modtime over the net.
12464 (ange-ftp-file-modtime): New function.
12465 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12466 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12467 Use it.
12468 (ange-ftp-dot-to-slash): New function.
12469 (ange-ftp-fix-name-for-vms): Use it.
12470
12471 * midnight.el (midnight-buffer-display-time): Use
12472 `with-current-buffer'.
12473
124742000-07-25 Gerd Moellmann <gerd@gnu.org>
12475
12476 * find-dired.el: Update copyright notice.
12477 (find-dired): Offer to kill a running `find'.
12478
12479 * enriched.el (enriched-face-ans): For a `foreground-color'
12480 property, return '(("x-color" COLOR))' so that COLOR will be
12481 output as a parameter of the x-color annotation. Likewise for the
12482 `background-color' property. In the case of normal face
12483 properties, don't return annotations for unspecified foreground
12484 and background face attributes.
12485
124862000-07-25 Kenichi Handa <handa@etl.go.jp>
12487
12488 * language/japan-util.el (japanese-katakana-region): Fix handling
12489 HANKAKU argument.
12490
124912000-07-25 Miles Bader <miles@gnu.org>
12492
12493 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12494 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12495 constrain-to-field.
12496
124972000-07-24 Andrew Innes <andrewi@gnu.org>
12498
12499 * timer.el (timer-activate-when-idle): Add optional parameter
12500 DONT-WAIT. Update docstring.
12501 (run-with-idle-timer): Specify extra parameter to
12502 timer-activate-when-idle, so that timer will be activated
12503 immediately if Emacs is already idle.
12504
12505 * w32-fns.el (w32-using-nt): Fix docstring.
12506
125072000-07-24 Dave Love <fx@gnu.org>
12508
12509 * mouse.el (popup-menu): Set last-command-event.
12510 (mouse-major-mode-menu-prefix): Declare.
12511
125122000-07-24 Gerd Moellmann <gerd@gnu.org>
12513
12514 * textmodes/flyspell.el: Update to author's version 1.5d.
12515
12516 * progmodes/hideshow.el: Update copyright notice.
12517
12518 * vcursor.el: Set maintainer to FSF, since author cannot
12519 be reached.
12520
125212000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12522
12523 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12524 the prompt.
12525
12526 * mouse.el (popup-menu): Run the keymap through indirect-function,
12527 in case it was defined with define-prefix-key. If the menu is a
12528 list of keymaps, look up the binding of user's choice in each one
12529 of the keymaps.
12530 (mouse-popup-menubar): If the global and local menu-bar keymaps
12531 don't have a prompt string, create one and insert it into the
12532 keymap. Don't barf if current-local-map returns nil.
12533
125342000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12535
12536 * dired.el (dired-sort-R-check): Added to allow recursive listing
12537 to be undone.
12538 (dired-sort-other): Use it.
12539
125402000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12541
12542 * Release of cc-mode 5.27
12543
125442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12545
12546 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12547 c-beginning-of-statement-1 that caused a bad case of recursion
12548 which could consume a lot of CPU in large classes in languages
12549 that have in-expression classes (i.e. Java and Pike).
12550
12551 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12552 statements before top level constructs (i.e. case 6 is moved
12553 before case 5 and is now case 4) to catch in-expression
12554 classes in top level expressions correctly.
12555
125562000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12557
12558 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12559 objc-method-intro. Case 4 removed and case 5I added.
12560
12561 * cc-langs.el (c-append-paragraph-start): New variable used by
12562 c-common-init to get paragraph-start correct.
12563 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12564 initialize paragraph-start to make it correct both with and
12565 without the javadoc special case.
12566
12567 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12568 initialize paragraph-start for javadoc markup.
12569
12570 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12571 change by defaulting this to t. It's motivated by the
12572 confusing behavior that otherwise arise from the style system
12573 when editing both java and non-java files at the same time
12574 (see the comments about style setting in c-common-init).
12575
125762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12577
12578 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12579 similar to the one in c-fill-paragraph to check the fill
12580 prefix from the adaptive fill function for sanity.
12581
125822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12583
12584 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12585 defun block.
12586
a30eb617
DL
125872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12588
12589 * cc-align.el (c-lineup-multi-inher): Handle lines with
12590 leading comma nicely. Extended to handle member initializers
12591 too.
12592
12593 * cc-engine.el: (c-beginning-of-inheritance-list,
12594 c-guess-basic-syntax): Fixed recognition of inheritance lists
12595 when the lines begins with a comma.
12596
a30eb617
DL
12597 * cc-vars.el (c-offsets-alist): Changed default for
12598 member-init-cont to c-lineup-multi-inher since it now handles
12599 member initializers and indents better for leading commas.
12600
126012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12602
12603 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12604 handling that caused class open lines to be recognized as
12605 statement-conts in some cases.
12606
12607 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12608 guessed by the adaptive fill function unless point is on the
12609 first line of a block comment.
12610
12611 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12612 when the buffer ends with a macro continuation char.
12613
12614 * cc-engine.el (c-guess-basic-syntax): Added support for
12615 function definitions as statements in Pike. The first
12616 statement in a lambda block is now labeled defun-block-intro
12617 instead of statement-block-intro.
12618
12619 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12620 so that the class surrounding point is selected, not the one
12621 innermost in the state.
12622
12623 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12624 recognition of switch labels having hanging multiline
12625 statements.
12626
12627 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12628 some code in c-guess-basic-syntax to a separate function.
12629 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12630 recognition of member inits with multiple line arglists.
12631 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12632 member-init-cont when the commas are in funny places.
12633
126342000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12635
12636 * cc-defs.el (c-auto-newline): Removed this macro since it's
12637 not used anymore.
12638
12639 * cc-engine.el (c-looking-at-bos): New helper function.
12640 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12641 inexpr and toplevel classes apart in Pike.
12642
12643 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12644 of case 9A.
12645
12646 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12647 constant, since "class" can introduce an in-expression class
12648 in Pike nowadays.
12649
126502000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12651
12652 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12653 indentation on cpp-macro lines.
12654
12655 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12656 a syntax modifier like comment-intro, to make it possible to
12657 get syntactic indentation for preprocessor directives. It's
12658 incompatible wrt to lineup functions on cpp-macro, but it has
12659 no observable effect in the 99.9% common case where cpp-macro
12660 is set to -1000.
12661
126622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12663
12664 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12665 member-init-cont when the preceding arglist is several lines.
12666
126672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12668
12669 * cc-styles.el (c-style-alist): The basic offset for the BSD
12670 style corrected to 8.
12671
126722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12673
12674 * cc-styles.el (c-style-alist): Adjusted the indentation of
12675 brace list openers in the gnu style.
12676
126772000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12678
12679 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12680
12681 * cc-cmds.el (c-electric-brace, c-electric-slash,
12682 c-electric-star, c-electric-semi&comma, c-electric-colon,
12683 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12684 when c-syntactic-indentation is nil.
12685
12686 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12687 we were left at comments preceding the first statement when
12688 reaching the beginning of the buffer.
12689
12690 * cc-vars.el (c-syntactic-indentation): New variable to turn
12691 off all syntactic indentation.
12692
126932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12694
12695 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12696 between the text and the block comment ender when it hangs,
12697 depending on how many there are before the fill.
12698
126992000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12700
12701 * cc-engine.el (c-beginning-of-closest-statement): New helper
12702 function to go back to the closest preceding statement start,
12703 which could be inside a conditional statement.
12704 * cc-engine.el (c-guess-basic-syntax): Use
12705 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12706
12707 * cc-engine.el (c-guess-basic-syntax): Better handling of
12708 arglist-intro, arglist-cont-nonempty and arglist-close when
12709 the arglist is nested inside parens. Cases 7A, 7C and 7F
12710 changed.
12711
12712 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12713 up-to-date with javadoc 1.2.
12714
127152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12716
12717 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12718 multiline Pike type decls.
12719
127202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12721
12722 * cc-cmds.el (c-indent-new-comment-line): Always break
12723 multiline comments in multiline mode, regardless of
12724 comment-multi-line.
12725
127262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12727
12728 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12729 fully::qualified::names in C++ member init lists. Preamble in
12730 case 5D changed.
12731
127322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12733
12734 * cc-langs.el (c-common-init): Handling of obsolete variables
12735 moved to c-initialize-cc-mode. More compatible style override
12736 when using global style variables.
12737 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12738 variables moved here.
12739
a30eb617
DL
12740 * cc-styles.el (c-make-styles-buffer-local): Flag style
12741 variable localness in c-style-variables-are-local-p to make
12742 the compatibility measure in c-common-init work well.
12743
12744 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12745 longer contain set-from-style.
12746 * cc-styles.el (c-initialize-builtin-style): Don't check for
12747 set-from-style on c-special-indent-hook.
12748 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12749 copy-alist is sufficient now.
12750
12751 * cc-styles.el (c-set-style, c-set-style-1,
12752 c-get-style-variables): Fixes to variable initialization so
12753 that duplicate entries in styles have the same effect
12754 regardless of DONT-OVERRIDE.
12755
12756 * cc-styles.el (c-set-style-2): Fixed bug where the
12757 initialization of inheriting styles failed when the
12758 dont-override flag is set.
12759
12760 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12761 on this.
12762
127632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12764
12765 * cc-defs.el (c-forward-comment): Removed the workaround
12766 introduced in 5.38 since it had worse side-effects. If a line
12767 contains the string "//\"", it regarded the // as a comment
12768 start since the \ temporarily doesn't have escape syntax.
12769
eb04d6cd 127702000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12771
12772 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12773 ada-xref.el before ada-prj.el, so that the Project menu is created
12774 when ada-prj tries to add to it.
12775 (ada-activate-keys-for-case): Suppress the characters that are not
12776 part of the Ada syntax. Better compatibility with else-mode
12777 (ada-adjust-case-interactive): When auto-casing is not active,
12778 correctly insert newlines (used to insert only ^M). Prevent the
12779 syntax table from being changed in case of an error
12780 (or '_' becomes part of a word and some commands are confused).
12781 Do nothing if ada-auto-case is nil.
12782 (ada-after-keyword-p): Ignore keywords that are also attributes
12783 (ada-batch-reformat): Update usage comment
12784 (ada-call-from-contextual-menu): New function
12785 (ada-case-read-exceptions): Reinitialize the casing exception list
12786 first to nil first, so that the casing exception file can be
12787 shared.
12788 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12789 files.
12790 (ada-compile-goto-error): Fix regexp used to detect a file:line
12791 anywhere in the error message
12792 (ada-contextual-menu-last-point): New variable
12793 (ada-create-keymap): If the variable delete-key-deletes-forward is
12794 t on XEmacs, it means that DEL should delete one character
12795 forward.
12796 (ada-create-menu): Use :included instead of :visible for XEmacs.
12797 New submenu "Options".
12798 (ada-end-stmt-re): Correctly indent "select ... then abort"
12799 statements.
12800 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12801 even if they don't match ada-fill-comment-prefix Fix handling of
12802 paragraphs on the first or last line of a file.
12803 (ada-format-paramlist): Fix handling of default parameter values.
12804 (ada-get-body-name): New function.
12805 (ada-get-current-indent): Optimized by searchling directly for an
12806 existing generic part or a statement outside of it. Handle
12807 ada-indent-align-comments when indenting comments Replaced some
12808 regexps by testing directly the next character. This results in a
12809 huge speedup on some files. New indentation scheme for renames
12810 statements. Stop looking for the 'while' or 'for' associated with
12811 a 'loop' at the first semicolon encountered. A "return" can also
12812 match an anonymous access subprogram declaration.
12813 (ada-get-indent-noindent): Ignore strings and comments when
12814 looking for the keywords "record" and "private".
12815 (ada-goto-matching-decl-start): When matching "if", make sure we
12816 are not in fact seeing "end if". Ignore "when" statements except
12817 when initial keyword was "begin". Fix handling of nested
12818 procedures. Add a recursive call to this function to skip over
12819 other 'end' statmts. Fix indentation for "when .. => begin"
12820 (ada-in-open-paren-p): Fix indentation for complex boolean
12821 expressions, where 'and then', 'or else' and parenthesis
12822 statements are mixed up.
12823 (ada-in-paramlist-p): Skip comments while searching for the
12824 beginning Fix handling of operator declarations.
12825 (ada-indent-align-comments): New variable
12826 (ada-indent-current): Change the syntax table only in the
12827 protected section, so that we are sure it is restored correctly.
12828 (ada-indent-on-previous-lines): Use ada-use-indent and
12829 ada-with-indent Correctly indent "select ... then"
12830 (ada-indent-region): Slight speedup.
12831 (ada-indent-renames): New variable.
12832 (ada-last-which-function-subprog, ada-last-which-function-line):
12833 New variables
12834 (ada-looking-at-semi-private): Correctly indent the 'private'
12835 keyword when it is the first word in a package declaration.
12836 (ada-loose-case-word): Stop searching if at the end of the buffer.
12837 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12838 even if point is not initially at the end of the word.
12839 (ada-matching-decl-start-re): Add "when".
12840 (ada-mode): Add support for abbrev-mode, outline-mode and
12841 which-func-mode Override the old find-file.el entry in
12842 ff-special-constructs since it is using the obsolete
12843 ada-spec-suffix variable
12844 (ada-no-auto-case): New function
12845 (ada-scan-paramlist): When parsing the argument type, accept
12846 spaces (as in "X 'Class", generated by Rational Rose).
12847 (ada-other-file-name): No longer loads the other file.
12848 (ada-popup-menu): Save and restore the current buffer and cursor
12849 position before and after displaying the menu.
12850 (ada-search-ignore-complex-boolean): New function.
12851 (ada-uncomment-region): Emacs21 already knows how to delete
12852 comments not starting in the first column.
12853 (ada-use-indent): New variable
12854 (ada-which-function): New function.
12855 (ada-with-indent): New variable
12856 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12857 can be batch-compiled from the command line.
12858
12859 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12860 Add to the menu when the file is loaded, not in ada-mode-hook.
12861 Add -toolbar to the default ddd command Switches moved from
12862 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12863 ada-prj-default-comp-opt
12864 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12865 Reference Manual to the menu
12866 (ada-check-current): rewritten as a call to ada-compile-current
12867 (ada-compile): Removed.
12868 (ada-compile-application, ada-compile-current, ada-check-current):
12869 Set the compilation-search-path so that compile.el automatically
12870 finds the sources in src_dir. Automatic scrollong of the
12871 compilation buffer. C-uC-cC-c asks for confirmation before
12872 compiling
12873 (ada-compile-current): New parameter, prj-field
12874 (ada-complete-identifier): Load the .ali file before doing
12875 processing
12876 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12877 conform to gnatmake's behavior.
12878 (ada-find-file-in-dir): New function
12879 (ada-find-references): Set the environment variables for gnatfind
12880 (ada-find-src-file-in-dir): New function.
12881 (ada-first-non-nil): Removed
12882 (ada-gdb-application): Add support for jdb, the java debugger.
12883 (ada-get-ada-file-name): Load the original-file first if not done
12884 yet.
12885 (ada-get-all-references): Handles the new ali syntax (parent types
12886 are found between <>).
12887 (ada-initialize-runtime-library): New function
12888 (ada-mode-hook): Always load a project file when a file is opened,
12889 so that the casing exceptions are correctly read.
12890 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12891 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12892 to open the project file, since the latter does not work with
12893 speedbar Get default values before loading the prj file, or the
12894 default executable file name is wrong. Use the absolute value of
12895 src_dir to initialize ada-search-directories and
12896 compilation-search-path,... Add the standard runtime library to
12897 the search path for find-file.
12898 (ada-prj-default-debugger): Was missing an opening '{'
12899 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12900 variables.
12901 (ada-prj-default-gnatmake-opt): New variable
12902 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12903 buffers, the project file is the default one Save the windows
12904 configuration before displaying the menu.
12905 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12906 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12907 ...) regexp-quote identifiers names to support operators +,
12908 -,... in regexps.
12909 (ada-remote): New function.
12910 (ada-run-application): Erase the output buffer before starting the
12911 run Support remote execution of the application. Use
12912 call-process, or the arguments are incorrectly parsed
12913 (ada-set-default-project-file): Reread the content of the active
12914 project file, not the one from the current buffer When a project
12915 file is set as the default project, all directories are
12916 automatically associated with it.
12917 (ada-set-environment): New function
12918 (ada-treat-cmd-string): New special variable ${current}
12919 (ada-treat-cmd-string): Revised. The substitution is now done for
12920 any ${...} substring
12921 (ada-xref-current): If no body was found, compiles the spec
12922 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12923 compiler to get rid of command line length limitations.
12924 (ada-xref-get-project-field): New function
12925 (ada-xref-project-files): New variable
12926 (ada-xref-runtime-library-specs-path)
12927 (ada-xref-runtime-library-ali-path): New variables
12928 (ada-xref-set-default-prj-values): Default run command now does a
12929 cd to the build directory. New field: main_unit Provide a default
12930 file name even if the current buffer has no prj file.
12931
12932 * ada-prj.el:
12933 Rewritten to show a tabbed-dialog.
12934 (ada-prj-add-ada-menu): Remove the map and name parameters.
12935 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12936 New function
12937 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12938 (ada-prj-load-from-file): New function
12939 (ada-prj-save): Always save fields that depend on the current buffer
12940 (ada-prj-show-value): New function
12941
12942 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12943 Ada mode. This will allow us to display the Ada menu in any buffer
12944 we want (for project items).
12945 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12946 number of spaces in the header.
12947
129482000-07-24 Dave Love <fx@gnu.org>
12949
12950 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12951
129522000-07-23 Noah Friedman <friedman@splode.com>
12953
12954 * type-break.el (type-break): perform autosave.
12955 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12956 (type-break-do-query): Cancel query schedule while performing
12957 actual query, to avoid possibility of a second query being made
12958 while first one is already in progress.
12959 (type-break-time-stamp-format): New variable.
12960 (type-break-time-stamp): New function.
12961 (type-break-time-warning): Use it.
12962 (type-break-keystroke-warning): Use it.
12963 (type-break-noninteractive-query): Use it.
12964
12965 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12966 cookie.
12967 Use add-minor-mode to set minor-mode-alist, if available.
12968 (eldoc-echo-area-use-multiline-p): New user option.
12969 (eldoc-echo-area-multiline-supported-p): New variable.
12970 (eldoc-docstring-format-sym-doc): Use them.
12971 (eldoc-mode): If not using idle timers, append to local post and
12972 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12973 (eldoc-display-message-no-interference-p): Don't interfere with
12974 edebug.
12975 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12976 (eldoc-function-arglist): New function.
12977 (eldoc-function-argstring): Use it.
12978
12979 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12980 auto save directory exists before calling directory-files.
12981
129822000-07-23 Dave Love <fx@gnu.org>
12983
12984 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12985 ^o, ^u.
12986
129872000-07-21 Dave Love <fx@gnu.org>
12988
12989 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12990 now passed to the function. It now works properly.
12991
12992 * smerge-mode.el (smerge-mode-menu): Fill it out.
12993
129942000-07-20 Gerd Moellmann <gerd@gnu.org>
12995
12996 * info-look.el (info-lookup): If *info* is shown in another frame
12997 on the same display, select that frame, instead of switching to
12998 the Info buffer in another window of the selected frame.
12999
13000 * simple.el (universal-argument-map): Bind numeric keypad keys
13001 kp-0 to kp-9 and kp-subtract.
13002 (digit-argument): Handle these keys.
13003
130042000-07-20 Dave Love <fx@gnu.org>
13005
13006 * net/goto-addr.el (goto-address-fontify): Don't bother with
13007 buffer-modified and read-only stuff -- irrelevant with overlays.
13008 Put an extra property on the overlays and use it to clean up in
13009 case goto-address is re-run.
13010
130112000-07-19 Richard M. Stallman <rms@gnu.org>
13012
13013 * timer.el (run-with-idle-timer): Doc fix.
13014
13015 * mail/mail-utils.el (mail-strip-quoted-names):
13016 Handle case where <...> appears inside "...".
13017 Use replace-match to edit the string more simply.
13018 (rmail-dont-reply-to): Cope with an unmatched ".
13019
130202000-07-19 Dave Love <fx@gnu.org>
13021
13022 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13023 implementation.
13024
13025 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13026 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13027 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13028
130292000-07-19 Gerd Moellmann <gerd@gnu.org>
13030
13031 * textmodes/refer.el: Correct maintainer's email address.
13032
13033 * progmodes/hideif.el: Correct author's email address.
13034 Fix typo in comment.
13035
13036 * xml.el: New file.
13037
13038 * mail/mailheader.el: Correct author's mail address.
13039
13040 * gnus/parse-time.el: Correct author's mail address.
13041
130422000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13043
13044 * comint.el (comint-highlight-input, comint-highlight-face):
13045 New user options.
13046 (comint-input-ring-file-name): Change custom type.
13047 (comint-mode-map): Bind mouse-2.
13048 (comint-insert-clicked-input): New function.
13049 (comint-send-input): Handle input highlighting.
13050
130512000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13052
13053 * mouse.el (popup-menu): New function.
13054 (mouse-major-mode-menu): Use it.
13055
130562000-07-18 Dave Love <fx@gnu.org>
13057
13058 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13059 improvements.
13060
130612000-07-18 Gerd Moellmann <gerd@gnu.org>
13062
13063 * faces.el (face-font-selection-order)
13064 (face-font-family-alternatives): Add custom type.
13065
130662000-07-18 Dave Love <fx@gnu.org>
13067
13068 * cus-edit.el (custom-variable-reset-saved)
13069 (custom-variable-reset-standard): Remove unused bindings.
13070
13071 * rect.el (open-rectangle-line): Remove unused let.
13072
13073 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13074
130752000-07-18 Gerd Moellmann <gerd@gnu.org>
13076
13077 * cdl.el: Fix `Maintainer' keyword.
13078
13079 * play/pong.el: Add author's email address.
13080
130812000-07-17 Sam Steingold <sds@gnu.org>
13082
13083 * files.el (insert-directory): Call `split-string' instead of
13084 re-implementing it.
13085
130862000-07-18 Gerd Moellmann <gerd@gnu.org>
13087
13088 * mail/vms-pmail.el: Change maintainer to FSF.
13089
13090 * net/goto-addr.el: Change maintainer to FSF.
13091
13092 * info.el (Info-title-face-alist): Removed.
13093
130942000-07-18 David Ponce <david@dponce.com>
13095
13096 * recentf.el (recentf-open-files): New command that works like
13097 `recentf-open-more-files', but shows the whole list of files (not just
13098 those omitted from the menu). Useful if you don't use a menu-bar!
13099 (recentf-open-more-files) Modified to use `recentf-open-files'.
13100
13101 (recentf-open-files, recentf-open-more-files)
13102 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13103
13104 (recentf-dialog-mode): New mode for dialogs. You can now just type
13105 "q" to cancel the dialogs.
13106
131072000-07-18 David Ponce <david@dponce.com>
13108
13109 * recentf.el: This is a major update of recentf.el. It adds new
13110 features to better organize the recentf menu and "More..." buffer.
13111
13112 Using new provided menu filtering functions you can now organize the
13113 recent files list:
13114
13115 - by major modes
13116 - by directories
13117 - by user defined rules
13118
13119 Finally, with the new `recentf-filter-changer' customizable filter you
13120 can define a ring of filters and dynamically (via the menu) cycle on
13121 each menu organization in the ring (a la msb).
13122
131232000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13124
13125 * eshell/eshell.el (eshell): Replace links to eshell.info with
13126 links to eshell, to avoid problems on systems where the manual is
13127 installed as `eshell'.
13128 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13129 * eshell/em-smart.el (eshell-smart): Ditto.
13130 * eshell/em-banner.el (eshell-banner): Ditto.
13131 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13132
13133 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13134 same-file check in the MS-DOS version (it does support inodes).
13135
13136 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13137
13138 * eshell/eshell.el (eshell-directory-name):
13139 Run default directory name through convert-standard-filename.
13140
131412000-07-18 Kenichi Handa <handa@etl.go.jp>
13142
13143 * international/mule-cmds.el (select-safe-coding-system):
13144 Fix typo in the comment.
13145
13146 * language/european.el (compound-text):
13147 Force katakana-jisx0201 to be designated to G1.
13148
13149 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13150 Don't translate some national variant characters of latin-jisx0201.
13151 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13152
13153 * international/kkc.el (kkc-after-update-conversion-functions):
13154 New variable.
13155 (kkc-update-conversion): Run functions in it at the tail.
13156
131572000-07-16 John Wiegley <johnw@gnu.org>
13158
13159 * lisp/align.el (align-newline-and-indent):
13160 Adding new function. for auto-aligning blocks of code on RET.
13161 (align-region): Fixed badly formatted minibuffer message.
13162
131632000-07-17 Kenichi Handa <handa@etl.go.jp>
13164
13165 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13166 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13167 the conversion list at first if appropriate.
13168 (kkc-next): Don't update kkc-next-count here.
13169 (kkc-prev): Don't update kkc-prev-count here.
13170 (kkc-show-conversion-list-update): Fix setting up of conversion
13171 list message.
13172
131732000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13174
13175 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13176
131772000-07-16 Dave Love <fx@gnu.org>
13178
13179 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13180 function to be more specific.
13181
13182 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13183 non-string help-echo.
13184 (widget-types-convert-widget): Defsubst it.
13185 (widget-echo-help): Try to cope with a help-echo function of two
13186 possible sorts.
13187
131882000-07-15 Jason Rumney <jasonr@gnu.org>
13189
13190 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13191 Declare as obsolete.
13192
13193 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13194
131952000-07-14 Gerd Moellmann <gerd@gnu.org>
13196
13197 * hilit-chg.el: Fix typo.
13198
131992000-07-14 Dave Love <fx@gnu.org>
13200
13201 * info.el (Info-mode-menu): Fix use of :help, :enable.
13202
132032000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13204
13205 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13206
132072000-07-13 Dave Love <fx@gnu.org>
13208
13209 * emacs-lisp/easymenu.el: Doc fixes.
13210 (easy-menu-remove): Defalias to ignore.
13211
13212 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13213 Call throw correctly.
13214
132152000-07-13 Gerd Moellmann <gerd@gnu.org>
13216
13217 * faces.el (frame-background-mode): Doc fix.
13218
13219 * simple.el (eval-expression-print-length): Change custom type to
13220 allow entering nil as value.
13221
132222000-07-13 Dave Love <fx@gnu.org>
13223
13224 * progmodes/fortran.el (fortran-imenu-generic-expression):
13225 Change definition layout.
13226 (fortran-mode-menu): Reinstate customize entries.
13227
13228 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13229 Use :filter, per old XEmacs code.
13230
132312000-07-12 Gerd Moellmann <gerd@gnu.org>
13232
13233 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13234 event when deciding what to send to the terminal.
13235
132362000-07-12 Dave Love <fx@gnu.org>
13237
13238 * cus-start.el: Add optional version as 4th element of specs and
13239 use it for several things new in v21. Remove load-path. Fix type
13240 of line-number-display-limit.
13241
132422000-07-11 Dave Love <fx@gnu.org>
13243
13244 * progmodes/fortran.el: Don't require easymenu.
13245 Use repeat counts in various regexps.
13246 (fortran-mode-syntax-table): Defvar directly.
13247 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13248 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13249 Use defvar, not defconst.
13250 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13251 (fortran-mode): Set fortran-comment-line-start-skip,
13252 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13253 (fortran-comment-indent): Use defsubst.
13254 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13255 Use fortran-comment-indent, not fortran-comment-indent-function.
13256 (fortran-comment-region, fortran-electric-line-number): Simplify.
13257 (fortran-auto-fill): New function.
13258 (fortran-do-auto-fill): Deleted.
13259 (fortran-find-comment-start-skip):
13260 Check for non-null comment-start-skip.
13261 (fortran-auto-fill-mode, fortran-fill-statement):
13262 Use fortran-auto-fill.
13263 (fortran-fill): Use fortran-auto-fill. Check for null
13264 comment-start-skip. Simplify final clause and use end-of-line finally.
13265
13266 * widget.el (widget-plist-member): New alias.
13267
132682000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13269
13270 * eshell/esh-module.el (toplevel): Reference
13271 byte-compile-current-file only if it is bound.
13272
132732000-07-10 Gerd Moellmann <gerd@gnu.org>
13274
13275 * dired.el: Don't require `dired-aux'.
13276
132772000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13278
13279 * dired-aux.el (dired-show-file-type): New function.
13280 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13281 (dired-show-file-type): Add autoload.
13282
132832000-07-10 Kenichi Handa <handa@etl.go.jp>
13284
13285 * international/mule-diag.el (describe-font): Adjusted for the
13286 change of fontset-info.
13287 (print-fontset): Likewise.
13288
132892000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13290
13291 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13292
132932000-07-07 Gerd Moellmann <gerd@gnu.org>
13294
13295 * bindings.el: Bind `[delete]' to delete-char.
13296
13297 * dired.el (dired-find-alternate-file): New function.
13298 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13299 (toplevel): Require dired-aux when compiling.
13300 (dired-buffers): Move defvar within file to avoid compiler warning.
13301
13302 * info.el (Info-last-search): Variable removed.
13303 (Info-search-history): New variable.
13304 (Info-search): New Info-search-history.
13305
13306 * battery.el, info-look.el: Change author's mail address.
13307
133082000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13309
13310 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13311 if rmail-ignored-headers is nil.
13312 (rmail-retry-failure): Bind rmail-ignored-headers and
13313 rmail-displayed-headers to nil.
13314
133152000-07-06 Gerd Moellmann <gerd@gnu.org>
13316
13317 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13318 (print-region-1): Don't hard code `-h' here.
13319
13320 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13321
133222000-07-01 Francesco Potorti` <pot@gnu.org>
13323
13324 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13325 exim can use "your message" instead of "the message".
13326
133272000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13328
13329 * facemenu.el: Docstrings fixes.
13330 (facemenu-get-face): Don't use internal-find-face.
13331 (facemenu-iterate): Rename arg to match the docstring.
13332
13333 * newcomment.el (uncomment-region): Be more careful when skipping
13334 backwards over `=' not to bump into BOBP.
13335
133362000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13337
13338 * ediff-diff.el (ediff-wordify): Use syntax table.
13339 * ediff-init.el (ediff-has-face-support-p): Use
13340 ediff-color-display-p.
13341 (ediff-color-display-p): Use display-color-p, changed to defun
13342 from defsubst.
13343 Got rid of special cases for NeXT and OS/2.
13344 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13345 face.
13346
133472000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13348
13349 * emacs-lisp/lucid.el: Require CL.
13350 (copy-tree, remprop): Remove, it's provided by CL.
13351 (map-keymap): Define in terms of cl-map-keymap.
13352 (extent-property, set-extent-end-glyph): New functions.
13353
13354 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13355
133562000-07-05 Gerd Moellmann <gerd@gnu.org>
13357
13358 * Makefile.in (DONTCOMPILE): Add comment that the name may
13359 not be changed without changing the make-dist script.
13360
13361 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13362 (cl-mapc): Use mapc instead of cl-old-mapc.
13363
133642000-07-05 Andrew Innes <andrewi@gnu.org>
13365
13366 * makefile.nt: Add support for `bootstrap' and related targets.
13367
133682000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13369
13370 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13371 (easy-menu-do-define): Use `menu-item' format.
13372 Handle case where easy-menu-create-menu returns a symbol.
13373 Manually call the potential top-level filter in the function binding.
13374 (easy-menu-filter-return): New arg NAME.
13375 Convert to a keymap if MENU is an XEmacs menu.
13376 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13377 (easy-menu-converted-items-table, easy-menu-convert-item):
13378 New var and fun to memoize easy-menu-convert-item-1.
13379 (easy-menu-do-add-item): Use it.
13380 (easy-menu-create-menu): Use easy-menu-convert-item.
13381 Wrap easy-menu-filter-return around any :filter specification.
13382 Don't convert the menu if a filter was specified.
13383 Tell easy-menu-make-symbol not to check for MENU being an expression.
13384 (easy-menu-make-symbol): New arg NOEXP.
13385
133862000-07-05 Gerd Moellmann <gerd@gnu.org>
13387
13388 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13389 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13390 (eval-defun): If called with prefix arg, instrument code for
13391 Edebug.
13392
13393 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13394 similar to that of eval-defun.
13395
133962000-07-04 Dave Love <fx@gnu.org>
13397
13398 * hl-line.el (hl-line-overlay): Make it permanent-local.
13399
13400 * calendar/todo-mode.el: Replaced with a working version, based on
13401 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13402
134032000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13404
13405 * paths.el (prune-directory-list): New function.
13406 (Info-default-directory-list): Rewritten to more methodically
13407 enumerate a big list of possible info directories (based on the
13408 list used by the standalone info reader).
13409
13410 * info.el (info-initialize): Use prune-directory-list to remove
13411 non-existent directories from Info-directory-list.
13412
13413 * paths.el (Info-default-directory-list): Try a list of possible
13414 info-directories instead of a single one. Add the possible
13415 info directory "/usr/share/info".
13416
13417 * woman.el (woman-man.conf-path): Explicitly include the debian
13418 man-db config file "/etc/manpath.config".
13419 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13420 are present in `manpath.config'.
13421 (woman-manpath): Include "/usr/share/man".
13422
134232000-07-03 Gerd Moellmann <gerd@gnu.org>
13424
13425 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13426
13427 * startup.el (command-line): Initialize blink-cursor based
13428 on window-system.
13429
13430 * frame.el (blink-cursor): Default to nil if not running under
13431 a window-system.
13432
13433 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13434 (face-x-resources): Remove duplicate entry for :font.
13435
13436 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13437 instead of cycling through windows with next-window.
13438
13439 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13440 of cycling through windows with next-window.
13441
13442 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13443 of cycling through windows with next-window.
13444
13445 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13446 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13447 instead of cycling through windows with next-window.
13448
13449 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13450 instead of cycling through windows with next-window.
13451
13452 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13453 of cycling through windows with next-window.
13454
13455 * terminal.el (te-process-output): Use walk-windows instead of
13456 cycling through windows with next-window.
13457
13458 * server.el (server-switch-buffer): Use some-window instead of
13459 cycling through windows with next-window.
13460
13461 * window.el (some-window): New function.
13462 (walk-windows): Remove reference to walk-windows-start.
13463
13464 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13465
134662000-07-03 Richard Stallman <rms@gnu.org>
13467
13468 * window.el (walk-windows): Guarantee termination by keeping a list
13469 of all the windows already handled.
13470
134712000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13472
13473 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13474 window-system.
13475
13476 * man.el (Man-notify-when-ready): Don't use window-system. If
13477 Man-notify-method is newframe, and the display is not
13478 multi-frame, select the frame created for the man page.
13479 (Man-init-defvars): Doc fix.
13480
134812000-06-28 Gerd Moellmann <gerd@gnu.org>
13482
13483 * faces.el (region): Change background color for light background.
13484
13485 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13486 attribute from mode-line face of Ediff control frame.
13487
13488 * replace.el (query-replace-map): Bind `e' like `E'.
13489
134902000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13491
13492 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13493 Change name to "Select All".
13494
13495 * dos-fns.el (convert-standard-filename): Fix last change.
13496
134972000-06-27 Gerd Moellmann <gerd@gnu.org>
13498
13499 * help.el (describe-variable): Don't insert a second `'s' in front
13500 of the string `value is shown below'. Since the syntax-table is
13501 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13502 an existing `'s', so that this won't be deleted.
13503
13504 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13505 * pcmpl-unix.el: New files.
13506
135072000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13508
13509 * wid-edit.el (widget-member): Use the new plist-member.
13510
135112000-06-26 Gerd Moellmann <gerd@gnu.org>
13512
13513 * replace.el (perform-replace): Undo change of 2000-04-04.
13514 Instead, move backward 1 character at the end of the loop when
13515 necessary.
13516
13517 * faces.el (fringe): Change face for different backgrounds.
13518
13519 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13520 patch from John.
13521
13522 * eshell/*.el: Change spelling of the Free Software Foundation.
13523
13524 * eshell/esh-toggle.el: Removed.
13525
13526 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13527
13528 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13529 interactively.
13530
135312000-06-26 Alex Schroeder <alex@gnu.org>
13532
13533 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13534 `define-key'; instead of checking `(emacs-version)' check for
13535 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13536 for `;' and `o' which might be electric.
13537
13538 (sql-electric-stuff): New user option.
13539 (sql-magic-go): New function which uses `sql-electric-stuff'.
13540 (sql-magic-semicolon): New function which uses
13541 `sql-electric-stuff'.
13542
13543 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13544 is not fboundp.
13545
13546 (sql-oracle-options): New variable.
13547 (sql-oracle): Use it.
13548
13549 (sql-imenu-generic-expression): Doc change.
13550 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13551 is used.
13552
13553 (sql-informix): Added command line parameter "-" to force
13554 sql-informix-program to use stdout.
13555
135562000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13557
13558 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13559 (cp864-decode-table): Doc fix.
13560 (cp720-decode-table): New variable, supports the Arabic OEM
13561 codepage used by Windows.
13562 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13563
135642000-06-23 Dave Love <fx@gnu.org>
13565
13566 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13567 (font-lock-fontify-anchored-keywords): Use
13568 line-beginning-position.
13569 (global-font-lock-mode): Use mapc.
13570
135712000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13572
13573 * eshell/esh-module.el: Require CL when compiling.
13574
135752000-06-23 Gerd Moellmann <gerd@gnu.org>
13576
13577 * comint.el (comint-substitute-in-file-name): Call replace-match
13578 with second and third arg t.
13579
13580 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13581 Specify foreground color.
13582
13583 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13584 color.
13585
13586 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13587
13588 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13589 cddr instead of cdddr.
13590
13591 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13592 instead of copy-list.
13593
13594 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13595 of copy-list.
13596
13597 * subdirs.el: Add eshell subdirectory.
13598
13599 * eshell: New subdirectory containing the Eshell package.
13600
13601 * pcomplete.el: New file.
13602
136032000-06-23 Paul Eggert <eggert@twinsun.com>
13604
13605 * mail/mailpost.el (post-mail-send-it): Make sure file has
13606 proper permissions from birth.
13607
13608 * files.el (basic-save-buffer-2): When temporarily setting
13609 file modes, set them to current modes plus 0200, not to 0777.
13610
13611 * emerge.el (emerge-make-temp-file): Make sure file has proper
13612 permissions from birth.
13613
136142000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13615
13616 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13617 backup file name through convert-standard-filename.
13618
13619 * dos-fns.el (convert-standard-filename): Convert leading
13620 directories as well. When long file names are supported, convert
13621 characters that are invalid in Windows file names.
13622
136232000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13624
13625 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13626 ps-print crashes. New feature: page selection for printing. Create
13627 raw-text-unix coding system for XEmacs. Doc fix.
13628 (ps-print-version): New version number (5.2.3).
13629 (ps-plot-region): Bug fix.
13630 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13631 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13632 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13633 funs.
13634 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13635 (ps-last-page): New vars.
13636
136372000-06-21 Gerd Moellmann <gerd@gnu.org>
13638
13639 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13640 empty option string.
13641
136422000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13643
13644 * man.el (man): Doc fix.
13645
136462000-06-21 Kenichi Handa <handa@etl.go.jp>
13647
13648 * international/mule-cmds.el (set-language-info-alist): Docstring
13649 fixed.
13650
136512000-06-20 Gerd Moellmann <gerd@gnu.org>
13652
13653 * version.el (emacs-version): Use ISO date format.
13654
13655 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13656 instead of `M-backspace'.
13657
13658 * simple.el (turn-off-auto-fill): New function.
13659
136602000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13661
13662 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13663 Renamed from with-buffer-prepared-for-font-lock and use
13664 inhibit-modification-hooks rather than setting *-change-functions.
13665 Update all functions to use the new name.
13666 (jit-lock-first-unfontify-pos): New semantics (and doc).
13667 (jit-lock-mode): Make non-interactive.
13668 Don't automatically turn on font-lock.
13669 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13670 Always use jit-lock-after-change.
13671 Remove and restore font-lock-after-change-function.
13672 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13673 (jit-lock-after-unfontify-buffer): Remove.
13674 (jit-lock-stealth-fontify):
13675 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13676 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13677
136782000-06-20 Sam Steingold <sds@gnu.org>
13679
13680 * emacs-lisp/cl-indent.el (toplevel): Indent
13681 `print-unreadable-object' properly. Untabify.
13682
136832000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13684
13685 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13686 Support for bibentry.
13687 (reftex-compile-variables): Fixed problem with end of section-re.
13688
13689 * texmodes/reftex-dcr.el (reftex-view-crossref,
13690 reftex-view-crossref-from-bibtex):
13691 Deal with changed `reftex-find-citation-regexp-format'.
13692 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13693 Replaced `remprop' with `put'.
13694 (reftex-view-crossref, reftex-view-crossref-when-idle):
13695 Support for bibentry.
13696
13697 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13698 New entry for bibentry package.
13699
13700 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13701 Regexp also matches "\nobibliography".
13702
13703 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13704 Call `reftex-ensure-write-access' before doing anything.
13705 (reftex-ensure-write-access): New function.
13706
137072000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13708
13709 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13710
13711 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13712
13713 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13714
13715 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13716
13717
137182000-06-20 Dave Love <fx@gnu.org>
13719
13720 * faces.el (frame-background-mode): Use set-default, not set, in
13721 setter.
13722 (frame-update-faces, frame-update-face-colors): Define with
13723 defalias.
13724
13725 * enriched.el (enriched-decode-foreground)
13726 (enriched-decode-background): Don't use internal-find-face.
13727
13728 * apropos.el: Doc fixes.
13729
13730 * cus-edit.el (customize-changed-options): Check arg.
13731 (customize-version-lessp): Don't require decimal point.
13732
13733 * custom.el (defcustom, defgroup): Doc fix.
13734
13735 * newcomment.el (comment) <defgroup>: Add :version.
13736 (comment-multi-line): Doc fix.
13737
13738 * emulation/mlsupport.el (define-hooked-local-abbrev,
13739 define-hooked-global-abbrev): Fix, using define-abbrev.
13740
137412000-06-19 Gerd Moellmann <gerd@gnu.org>
13742
13743 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13744 the whole buffer.
13745
137462000-06-19 Dave Love <fx@gnu.org>
13747
13748 * menu-bar.el (menu-bar-options-save): New function.
13749 (menu-bar-options-menu): Use it.
13750 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13751 Simplify.
13752
137532000-06-19 Andreas Schwab <schwab@suse.de>
13754
13755 * progmodes/etags.el (tags-query-replace): Put new parameters
13756 START and END at the end, for backward compatibility.
13757
137582000-06-19 Kenichi Handa <handa@etl.go.jp>
13759
13760 * international/codepage.el:
13761 (cp-coding-system-for-codepage-1): Delete special codes for
13762 generating xxx-dos coding system because now a CCL based coding
13763 system can handle EOL conversion by default.
13764
13765 * international/mule.el (make-coding-system): Generate subsidiary
13766 coding systems for EOL handling variants even for a CCL based
13767 coding system.
13768
137692000-06-19 Kenichi Handa <handa@etl.go.jp>
13770
13771 * international/isearch-x.el (isearch-minibuffer-input-method)
13772 (isearch-minibuffer-input-method-function): These variables
13773 deleted.
13774 (isearch-with-input-method): Don't use the above variables.
13775 (isearch-process-search-multibyte-characters): Likewise. Call
13776 read-string with the arg INHERIT-INPUT-METHOD t.
13777
137782000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13779
13780 * font-lock.el (font-lock-after-fontify-buffer)
13781 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13782
13783 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13784 Use consistent make-local-variable style for font-lock-fontified.
13785 (jit-lock-fontify-buffer):
13786 Don't bother checking for font-lock-mode and jit-lock-mode.
13787
13788 * time.el: Remove trailing ^M that prevent CVS-merging.
13789
137902000-06-16 Gerd Moellmann <gerd@gnu.org>
13791
13792 * Makefile.in (distclean): New target.
13793
137942000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13795
13796 * Makefile.in (srcdir): Define for update-subdirs.
13797
137982000-06-16 Gerd Moellmann <gerd@gnu.org>
13799
13800 * find-lisp.el: New file.
13801
138022000-06-16 Andrew Innes <andrewi@gnu.org>
13803
13804 * time.el (display-time-mail-function): New variable, to allow
13805 external packages to indicate when new mail is available.
13806 (display-time-update): Use it.
13807
138082000-06-16 Kenichi Handa <handa@etl.go.jp>
13809
13810 * international/mule.el (mule-version): Change version name to
13811 SAKAKI. AOI has already been used by Meadow.
13812
13813 * international/quail.el (quail-show-guidance-buf): To find the
13814 bottom window (but minibuffer), pay attention to the height of
13815 minibuffer.
13816
138172000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13818
13819 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13820 menu-bar menus. Add help strings. Don't remove the Edit menu
13821 from the menu bar, as the menu bar has enough space now.
13822
13823 * Makefile.in (SHELL): Make sure /bin/sh is used.
13824
13825 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13826 characters, which use series of two ^H characters instead of one.
13827
138282000-06-15 Gerd Moellmann <gerd@gnu.org>
13829
13830 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13831 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13832 functions.
13833 (Info-find-node-2): Try a case-sensitive search first, then
13834 do a case-insensitive search.
13835
13836 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13837 tutorials.
13838
13839 * complete.el (PC-env-vars-alist): New variable.
13840 (PC-complete-as-file-name): New function.
13841 (partial-completion-mode): Initialize PC-env-vars-alist from
13842 process-environment.
13843 (PC-do-completion): Handle completion of env vars.
13844
13845 * info.el (Info-set-mode-line): Show file name in mode line,
13846 use `*Info*' instead of `Info:'.
13847
13848 * startup.el (command-line-1): Change copyright messages to year
13849 2000.
13850
138512000-06-15 Dave Love <fx@gnu.org>
13852
13853 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13854 not local-map.
13855
138562000-06-15 Kenichi Handa <handa@etl.go.jp>
13857
13858 * international/mule.el (set-buffer-file-coding-system): Almost
13859 rewritten to handle `undecided' as no-op.
13860
138612000-06-14 Gerd Moellmann <gerd@gnu.org>
13862
13863 * Makefile.in: New file.
13864
13865 * Makefile: Removed.
13866
13867 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13868 (goto-address-highlight-keymap): Bind C-c RET.
13869
138702000-06-14 Kenichi Handa <handa@etl.go.jp>
13871
13872 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13873 inherits buffer-file-coding-system of the current buffer.
13874
13875 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13876 0. Give correct argument to set-auto-coding-function.
13877 (tar-expunge): For goto-char, use (point-min), not 0.
13878 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13879 (tar-subfile-save-buffer): Likewize.
13880
13881 * international/mule.el
13882 (after-insert-file-set-buffer-file-coding-system): Call
13883 set-buffer-file-coding-system with the arg FORCE t.
13884
138852000-06-13 Gerd Moellmann <gerd@gnu.org>
13886
13887 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13888 nil. Contemporary sendmails issue an X-Authentication-Warning if
13889 the sender is set with `-f'.
13890
138912000-06-13 Dave Love <fx@gnu.org>
13892
13893 * help.el (describe-function-1): Kluge around cases of functions
13894 fset to subrs whose doc doesn't match their symbol-name.
13895
13896 * image.el (insert-image): Default STRING to a space.
13897
13898 * info.el Doc fixes.
13899 (Info-build-node-completions): Match Ref tags.
13900
139012000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13902
13903 * frame.el (display-multi-frame-p, display-multi-font-p): New
13904 defaliases for display-graphic-p.
13905
13906 * hl-line.el: Fixed a typo in commentary.
13907
139082000-06-13 Kenichi Handa <handa@etl.go.jp>
13909
13910 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13911 fixed.
13912
139132000-06-12 Dave Love <fx@gnu.org>
13914
13915 * image.el (insert-image): Save a little consing.
13916
139172000-06-12 Kenichi Handa <handa@etl.go.jp>
13918
13919 * language/tibet-util.el: Convert all tibetan-1-column characters
13920 to the corresponding tibetan characters.
13921 (tibetan-add-components): Delete code for the special treatment of
13922 'a chung.
13923
13924 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13925 change.
13926 (tibetan-vowel-transcription-alist): More rules added.
13927 (tibetan-composite-vowel-alist): New variable.
13928 (tibetan-precomposition-rule-alist): More rules added.
13929
139302000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13931
13932 * startup.el (command-line): Only call menu-bar-mode if interactive.
13933
13934 * thingatpt.el (toplevel symbol-properties):
13935 * textmodes/makeinfo.el (makeinfo-compile):
13936 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13937 * progmodes/hideif.el (hif-compress-define-list)
13938 (hide-ifdef-use-define-alist):
13939 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13940 (ange-ftp-vms-add-file-entry):
13941 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13942 * man.el (Man-build-man-command):
13943 * mail/rnewspost.el (news-reply-header-hook):
13944 * info.el (Info-insert-dir):
13945 * emulation/mlconvert.el (backward-word, forward-word, setq):
13946 * emacs-lisp/gulp.el (gulp-send-requests):
13947 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13948 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13949 (byte-optimize-apply, end of file):
13950 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13951 (ad-make-freeze-definition):
13952 * startup.el (command-line, command-line-1): Don't quote lambdas.
13953
13954 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13955 (cvs-cleanup-removed): New function.
13956 (cvs-cleanup-functions): New var.
13957 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13958 some flexibility in specifying additional entries to auto-cleanup.
13959 (cvs-quickdir): New function.
13960 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13961 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13962 (cvs-mode-find-file): Check that we are on a filename or dirname
13963 when invoked through a mouse-click.
13964 (cvs-full-path): Remove.
13965 (cvs-dired-action): Re-introduced.
13966 (cvs-dired-noselect): Use it.
13967 (vc-post-command-functions): use this new hook if available.
13968
13969 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13970 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13971 (cvs-filename-map, cvs-dirname-map): Remove.
13972 (cvs-default-action): Remove.
13973 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13974 if the arg is really a keymap.
13975 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13976 Don't hardcode the mapping from state (aka type) to face, but check
13977 the var cvs-fi-<type>-face instead.
13978 (cvs-fileinfo-from-entries): New function.
13979
13980 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13981 Docstring fix.
13982 (cvs-find-file-and-jump): Change default to be safer.
13983 (cvs-mode-diff-map): Define it as a function as well.
13984 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13985 Bind mouse-2 in this global map rather than with text-properties.
13986
13987 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13988 file to resolve the ambiguity between C(conflict) and C(need-merge).
13989
139902000-06-12 Kenichi Handa <handa@etl.go.jp>
13991
13992 * international/mule.el (set-buffer-file-coding-system): If
13993 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13994 unconditionally.
13995
139962000-06-12 Dave Love <fx@gnu.org>
13997
13998 * wid-edit.el (widget-specify-button): Really suppress the face if
13999 required.
14000
140012000-06-11 Gerd Moellmann <gerd@gnu.org>
14002
14003 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14004
140052000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14006
14007 * imenu.el (imenu-generic-expression): Docstring fix.
14008
14009 * composite.el (composition-function-table): Move the `put'
14010 below the autoload cookie so we can load the file before loaddefs.
14011
14012 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14013
14014 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14015 Handle easy-mmode-define-global-mode.
14016 For complex macros like define-minor-mode that can generate
14017 several autoload entries, try to autoload entries in the
14018 macroexpanded code.
14019
14020 * emacs-lisp/easy-mmode.el (define-minor-mode):
14021 If KEYMAP is a symbol, just use it.
14022 Use byte-compile-current-file and load-file-name to infer the
14023 proper :require to pass to defcustom.
14024 Wrap the hook var into `progn' so as not to autoload it.
14025 Add a :autoload-end cookie.
14026 Be more careful about the evaluation of KEYMAP.
14027 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14028 (define-derived-mode): Move define-abbrev-table outside of defvar.
14029
140302000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14031
14032 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14033 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14034 (backup-compiled-files): Ignore errors during `tar'.
14035 (bootstrap): Make autoloads before elc files.
14036
140372000-06-10 Kenichi Handa <handa@etl.go.jp>
14038
14039 * international/mule.el (set-buffer-file-coding-system): If one of
14040 undecided-XXX is specified, change only EOL conversion.
14041
14042 * international/mule-conf.el (unix): New alias for the coding
14043 system undecided-unix.
14044
140452000-06-09 Dave Love <fx@gnu.org>
14046
14047 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14048
14049 * progmodes/executable.el: Byte compile dynamic.
14050 (executable-insert): Change custom type.
14051 (executable-find): Add autoload cookie.
14052 (executable-make-buffer-file-executable-if-script-p): New
14053 function. After Noah Friedman.
14054
14055 * files.el (after-save-hook): Customize, with
14056 executable-make-buffer-file-executable-if-script-p as an option.
14057
140582000-06-09 Kenichi Handa <handa@etl.go.jp>
14059
14060 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14061 "tib24p-mule.bdf" for Tibetan.
14062
14063 * composite.el (decompose-composite-char): Declare it as obsolete.
14064
14065 * man.el (Man-fontify-manpage): Pay attention to underline and
14066 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14067
140682000-06-08 Gerd Moellmann <gerd@gnu.org>
14069
14070 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14071 Set maintainer to FSF since author isn't reachable.
14072
140732000-06-08 Dave Love <fx@gnu.org>
14074
14075 * international/mule-cmds.el (select-safe-coding-system): If
14076 DEFAULT-CODING-SYSTEM is not specified, also check the most
14077 preferred coding-system if buffer-file-coding-system is
14078 `undecided'. From Handa.
14079
140802000-06-08 Kenichi Handa <handa@etl.go.jp>
14081
14082 * international/mule.el
14083 (after-insert-file-set-buffer-file-coding-system): If the buffer
14084 size is greater than INSERTED, judget that we are not visiting.
14085
140862000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14087
14088 * whitespace.el (defgroup whitespace): Comment out `:version'.
14089 XEmacs 20.4 has problems defining the group with this present.
14090 We'll have this commented out till get resolve the problem.
14091
140922000-06-07 John Wiegley <johnw@gnu.org>
14093
14094 * align.el (align-dq-string-modes, align-sq-string-modes)
14095 (align-open-comment-modes): Add pyhton-mode.
14096 (align-rules-list): Use get-text-property instead of
14097 text-properties-at.
14098 (align-rules-list): Add python-assignment.
14099 (align-rules-list): Change perl-comma-delimiter to
14100 basic-comma-delimiter. Use if for Perl modes and python-mode.
14101 (align-rules-list): Add python-chain-logic and
14102 basic-line-continuation.
14103
141042000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14105
14106 * apropos.el (apropos-mode-hook): New user variable.
14107 (apropos-mode): Run apropos-mode-hook.
14108
141092000-06-07 David Ponce <david@dponce.com>
14110
14111 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14112 commands. Require `wid-edit' at run-time.
14113
141142000-06-07 David Ponce <david@dponce.com>
14115
14116 * recentf.el: Added some "Commentary".
14117 (recentf-open-more-files, recentf-edit-list): Minor changes to
14118 move the point at the top of the file list. This behaviour is
14119 consistent with the menu one when the list contains a lot of
14120 files.
14121 (recentf-cleanup): Now displays the number of items removed from
14122 the list.
14123 (recentf-relative-filter) New menu filter to show filenames
14124 relative to `default-directory'.
14125
141262000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14127
14128 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14129 with/without giving an error if PostScript printer doesn't have this
14130 kind of page size. Zebra Stripe continues or restarts on next page.
14131 Manual/automatic paper feeding. Switch or not the header.
14132 (ps-print-version): New version number (5.2.2).
14133 (ps-windows-system): Include emx as a Windows system.
14134 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14135 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14136 (ps-background-text): Code fix.
14137 (ps-error-handler-message, ps-user-defined-prologue)
14138 (ps-print-prologue-header, ps-printer-name)
14139 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14140 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14141 (ps-use-face-background): Customization fix.
14142 (ps-n-up-database): Data fix.
14143 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14144 (ps-switch-header): New vars.
14145 (ps-xemacs-color-name, ps-face-foreground-name)
14146 (ps-face-background-name, ps-boolean-constant): New funs.
14147
141482000-06-07 Dave Love <fx@gnu.org>
14149
14150 * allout.el: New version from Manheimer.
14151
141522000-06-07 Kenichi Handa <handa@etl.go.jp>
14153
14154 * textmodes/fill.el (fill-find-break-point): Check the validity of
14155 charset.
14156
141572000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14158
14159 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14160 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14161 Call display-color-p and display-mouse-p instead of looking at
14162 window-system.
14163
141642000-06-06 Dave Love <fx@gnu.org>
14165
14166 * image.el (find-image): Doc fix. Return nil if image not found.
14167 (put-image, insert-image): Make STRING arg optional.
14168
141692000-06-06 Kenichi Handa <handa@etl.go.jp>
14170
14171 * language/vietnamese.el: Remove eval-when-compile.
14172 (viet-viscii-nonascii-translation-table): Define it as a
14173 translation table made from viet-viscii-decode-table.
14174 (viet-viscii-encode-table): Define it as a translation table made
14175 from the reverse map of above.
14176 (viet-vscii-nonascii-translation-table): Define it as a
14177 translation table made from viet-vscii-decode-table.
14178 (viet-vscii-encode-table): Define it as a translation table made
14179 from the reverse map of above.
14180 (ccl-decode-viscii): Use translate-character.
14181 (ccl-encode-viscii, ccl-encode-viscii-font)
14182 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14183 Likewize.
14184
14185 * language/cyrillic.el: Remove eval-when-compile.
14186 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14187 translation table made from cyrillic-koi8-r-decode-table.
14188 (cyrillic-koi8-r-encode-table): Define it as a translation table
14189 made from the reverse map of above.
14190 (ccl-decode-koi8): Use translate-character.
14191 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14192 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14193 a translation table made from cyrillic-alternativnyj-decode-table.
14194 (cyrillic-alternativnyj-encode-table): Define it as a translation
14195 table made from the reverse map of above.
14196 (ccl-decode-alternativnyj): Use translate-character.
14197 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14198 Likewize
14199
14200 * international/mule-diag.el (non-iso-charset-alist): Specify
14201 translation table symbol instead of translation table itself.
14202 (list-block-of-chars): CHARSET may be a translation table symbol.
14203
14204 * international/mule.el (make-coding-system): If CODING-SYSTEM
14205 already exists, override it.
14206
14207 * international/fontset.el: Use family `proportional' for Tibetan
14208 fonts.
14209
14210 * international/ccl.el (ccl-compile-translate-character): Don't
14211 check if Rrr has property translation-table.
14212 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14213
142142000-06-05 Gerd Moellmann <gerd@gnu.org>
14215
14216 * info.el: Bind case-fold-search to t when searching in case
14217 a user sets it to nil in a hook.
14218
142192000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14220
14221 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14222 * hl-line.el (hl-line-mode): Use the new :global key argument.
14223
14224 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14225 (tar-clip-time-string): Prepend a space.
14226 (tar-grind-file-mode): Construct a string rather than modifying one.
14227 (tar-header-block-summarize): Fix docstring.
14228 Use `format' rather than an error-prone set of copy-loops.
14229
14230 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14231 (diff-goto-source, diff-unified->context, diff-context->unified)
14232 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14233 understand the format output by the `-p' argument to diff.
14234
14235 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14236 (sh-re-done): Use defconst.
14237 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14238 (sh-help-string-for-variable, sh-guess-basic-offset):
14239 Don't quote lambdas.
14240 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14241 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14242
14243 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14244 (mh-letter-mode): Derive from text-mode.
14245 This implicitly means that it now calls kill-all-local-variables.
14246 Also remove the Emacs-18 compatibility code.
14247
14248 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14249 Make use of symbol-property doc-string-elt.
14250 Use memq rather than a sequence of eq.
14251 (doc-string-elt): Fix the wrong or missing previously unused values.
14252 (autoload-print-form): New function extracted from
14253 generate-file-autoloads to allow recursion when handling progn
14254 so that defvar's and defun's docstrings are properly printed.
14255 (generate-file-autoloads): Use it.
14256
14257 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14258 Use find-file-hooks in the minor-mode function.
14259 Be careful not to loop indefinitely in the post-command-hook function.
14260
142612000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14262
14263 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14264 tty's.
14265 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14266 differences whenever appropriate.
14267 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14268 * viper.el (find-file, find-file-other-window): Get viper to do
14269 wildcards.
14270
142712000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14272
14273 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14274 (jit-lock-fontify-buffer): New function for JIT refontification.
14275 (jit-lock-mode): Fix docstring.
14276 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14277 Remove jit-lock-after-change from the _local_ hook.
14278 (jit-lock-function-1): Fix docstring.
14279
14280 * info.el (Info-on-current-buffer): Initialize info.
14281
14282 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14283
14284 * progmodes/tcl.el (tcl-indent-for-comment):
14285 Ignore comment-indent-hook.
14286
14287 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14288 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14289 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14290 and improve to use the lighter to guess the capitalization.
14291 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14292 Add keyword arguments to specify global-ness or the custom group.
14293 Add local-map and help-echo properties to the lighter.
14294 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14295 (easy-mmode-define-global-mode): New macro.
14296
142972000-06-02 Dave Love <fx@gnu.org>
14298
14299 * wid-edit.el: byte-compile-dynamic since we typically don't use
14300 all the widgets. Don't require cl or widget. Remove
14301 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14302 (widget-read-event): Removed. Callers changed to use read-event.
14303 (widget-button-release-event-p): Renamed from
14304 button-release-event-p.
14305 (widget-field-add-space, widget-field-use-before-change):
14306 Uncustomize.
14307 (widget-specify-field): Use keymap property, not local-map.
14308 (widget-specify-button): Obey :suppress-face.
14309 (widget-specify-insert): Use modern backquote syntax.
14310 (widget-image-directory): Renamed from widget-glyph-directory.
14311 (widget-image-enable): Renamed from widget-glyph-enable.
14312 (widget-image-find): Replaces widget-glyph-find.
14313 (widget-button-pressed-face): Move defvar.
14314 (widget-image-insert): Replaces widget-glyph-insert.
14315 (widget-convert): Use keywordp.
14316 (widget-leave-text, widget-children-value-delete): Use mapc.
14317 (widget-keymap): Remove XEmacs stuff.
14318 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14319 (widget-button-click): Don't set point at the click, but re-centre
14320 if we scroll out of window. Rewritten for images v. glyphs &c.
14321 (widget-tabable-at): Use POS arg, not point.
14322 (widget-beginning-of-line, widget-end-of-line)
14323 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14324 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14325 (widget-default-create): Use widget-image-insert; some rewriting.
14326 (widget-visibility-value-create)
14327 (widget-push-button-value-create, widget-toggle-value-create): Use
14328 widget-image-insert.
14329 (checkbox): Create on and off images dynamically.
14330 (documentation-link): Change :help-echo.
14331 (widget-documentation-link-echo-help): Remove.
14332
143332000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14334
14335 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14336
14337 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14338 (easy-mmode-define-toggle, define-minor-mode): Use it.
14339 (easy-mmode-define-keymap): Docstring fix.
14340 (define-derived-mode): Default PARENT to fundamental-mode.
14341 Add the derived-mode-parent symbol-property.
14342 (easy-mmode-derived-mode-p): New function.
14343
143442000-06-02 Dave Love <fx@gnu.org>
14345
14346 * files.el (convert-standard-filename): Doc fix.
14347 (normal-backup-enable-predicate): New function.
14348 (backup-enable-predicate): Use it to replace the lambda form.
14349
14350 * calendar/todo-mode.el: [This needs more work on the outline
14351 stuff.] Doc fixes.
14352 (todo) <defgroup>: Add :version.
14353 (todo-add-category): Don't use pushnew.
14354 (todo-cmd-raise): Fix typo.
14355 (todo-top-priorities): Change temp buffer name.
14356 (todo-category-alist): Avoid redundant lambda.
14357 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14358 Use outline-next-heading.
14359
14360 * autoarg.el: Rewritten to use define-minor-mode.
14361 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14362 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14363
143642000-06-02 Kenichi Handa <handa@etl.go.jp>
14365
14366 * isearch.el (isearch-other-meta-char): Fix previous change.
14367
143682000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14369
14370 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14371 (log-edit-done): Only add the comment to the ring if it's different
14372 from the last comment entered.
14373
14374 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14375
143762000-06-01 Dave Love <fx@gnu.org>
14377
14378 * hl-line.el: Rewritten using define-minor-mode.
14379
14380 * help.el (describe-function-1): Distinguish special form from
14381 builtin function. Sanity-check presence of arglist for builtins.
14382
143832000-06-01 Kenichi Handa <handa@etl.go.jp>
14384
14385 * international/characters.el: Fix syntax/category setting of
14386 Tibetan characters.
14387
14388 * language/tibet-util.el (tibetan-add-components): Fixes for new
14389 encoding of Tibetan characters.
14390 (tibetan-decompose-precomposition-alist): New variable.
14391 (tibetan-decompose-region): Convert precomposed characters to
14392 non-precomposed characters.
14393 (tibetan-decompose-string): Likewise.
14394 (tibetan-composition-function): Fix args to
14395 thibetan-compose-string.
14396
14397 * language/tibetan.el (tibetan-composable-pattern): More
14398 characters included.
14399 (tibetan-consonant-transcription-alist): Rule for "R" added.
14400 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14401 "+R" added.
14402 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14403
14404 * language/lao-util.el (lao-composition-function): Fix args to
14405 compose-string.
14406
14407 * language/thai-util.el (thai-composition-function): Fix args to
14408 compose-string.
14409
14410 * isearch.el (isearch-update): Set disable-point-adjustment to t
14411 to prevent the point moving to the end of a composition when a
14412 part of a composition is searched.
14413 (isearch-other-meta-char): If the key invoking this command can be
14414 mapped by function-key-map to a printing char, call
14415 isearch-process-search-char directly.
14416
144172000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14418
14419 * emacs-lisp/bytecomp.el:
14420 * frame.el:
14421 * international/mule-cmds.el:
14422 * international/mule-util.el:
14423 * international/mule.el:
14424 * mouse.el:
14425 * subr.el:
14426 * faces.el: Update calls to make-obsolete with a WHEN argument.
14427
14428 * byte-run.el (make-obsolete, make-obsolete-variable):
14429 Add an optional WHEN argument and change the format of the
14430 symbol-property information.
14431 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14432 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14433 new obsolete-symbol-property format and print WHEN if it is provided.
14434
144352000-05-31 Dave Love <fx@gnu.org>
14436
14437 * loadhist.el (loadhist-hook-functions): Remove
14438 before-change-function, after-change-function.
14439 (unload-feature): Deal with symbols which are both bound and
14440 fbound.
14441
14442 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14443 before-change-function, after-change-function.
14444
14445 * simple.el (newline): Don't bind before-change-function,
14446 after-change-function.
14447
144482000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14449
14450 * whitespace.el (whitespace-rescan-timer-time): Update interval
14451 set to 600 seconds (10 minutes) instead of 60 seconds since
14452 a large number of whitespace buffers causes emacs to `freeze'
14453 for a considerable amount of time.
14454
14455 * whitespace.el: Updated email address
14456
144572000-05-31 Dave Love <fx@gnu.org>
14458
14459 * add-log.el (change-log-font-lock-keywords) <function>: Add
14460 pattern for function of change.
14461 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14462 acknowledgements patterns.
14463
144642000-05-31 Kenichi Handa <handa@etl.go.jp>
14465
14466 * isearch.el (isearch-printing-char): If keyboard coding system is
14467 being used, call isearch-process-search-multibyte-characters.
14468
14469 * international/isearch-x.el: Mostly rewritten.
14470
14471 * international/quail.el (quail-start-conversion): Don't include
14472 unhandled events in the returned events, but set them in
14473 unread-command-events. Exit if all inputs are deleted.
14474
144752000-05-30 Jason Rumney <jasonr@gnu.org>
14476
14477 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14478
14479 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14480 Reenable code to create initial fontsets.
14481 Use set-fontset-font in place of put-charset-property.
14482
144832000-05-30 Gerd Moellmann <gerd@gnu.org>
14484
14485 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14486 label, ensure that the first colon isn't followed by another.
14487
14488 * paths.el (Info-default-directory-list): Doc fix.
14489
14490 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14491 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14492 send a query containing USER only, not USER@HOST.
14493
14494 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14495 and rmail-msgend to compute the restriction at the end, instead of
14496 computing it.
14497
144982000-05-29 Gerd Moellmann <gerd@gnu.org>
14499
14500 * dabbrev.el (dabbrev-expand): Don't display messages in the
14501 echo area if the minibuffer window is active.
14502
14503 * jit-lock.el (jit-lock-mode): Add after change function to
14504 local hook.
14505
145062000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14507
14508 * antlr-mode.el: New commands: hide/unhide actions,
14509 upcase/downcase literals.
14510 (antlr-tiny-action-length): New user option.
14511 (antlr-hide-actions): New command. Suggested by
14512 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14513 (antlr-mode-map): New binding [C-c C-v].
14514 (antlr-mode-menu): New entries.
14515 (antlr-downcase-literals): New command.
14516 (antlr-upcase-literals): Ditto.
14517
14518 * antlr-mode.el: Minor changes: indendation, mode-name.
14519 (antlr-indent-line): Indent cpp directive at column 0.
14520 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14521
14522 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14523 (antlr-font-lock-additional-keywords): Workaround for intentional
14524 bug in XEmacs version of font-lock.
14525 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14526 be used by a smarter version of `buffers-menu-grouping-function'.
14527
145282000-05-29 Gerd Moellmann <gerd@gnu.org>
14529
14530 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14531 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14532
145332000-05-29 Kenichi Handa <handa@etl.go.jp>
14534
14535 * international/encoded-kb.el
14536 (encoded-kbd-iso2022-designation-map): Pay attention to that
14537 charset-iso-final-char return -1 for eight-bit-control and
14538 eight-bit-graphic.
14539
145402000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14541
14542 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14543 (speedbar-easymenu-definition-base): Use display-graphic-p where
14544 available, instead of window-system.
14545
145462000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14547
14548 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14549 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14550 coding systems.
14551
145522000-05-26 Dave Love <fx@gnu.org>
14553
14554 * disp-table.el (standard-display-underline): Don't use
14555 internal-find-face.
14556
14557 * mail/reporter.el: Maintainer change. Doc fixes.
14558 (reporter-version): Deleted.
14559
14560 * emacs-lisp/elp.el: Maintainer change.
14561 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14562
145632000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14564
14565 * add-log.el (add-change-log-entry): Merge the current entry with the
14566 previous one if the previous one is empty.
14567
145682000-05-26 Dave Love <fx@gnu.org>
14569
14570 * loadhist.el (unload-feature): Fix interactive spec [from
14571 lijnzaad@ebi.ac.uk].
14572
14573 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14574 subr-arity to check primitives.
14575 (byte-compile-flush-pending, byte-compile-file-form-progn)
14576 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14577 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14578 mapcar.
14579
145802000-05-26 Kenichi Handa <handa@etl.go.jp>
14581
14582 * international/fontset.el: Set family names of non-latin charsets
14583 in default fontset to "*".
14584
14585 * international/mule-diag.el (print-fontset): Combine family part
14586 and registry part of the fontname by "-*-" instead of "-".
14587
14588 * international/mule-cmds.el (encode-coding-char): Make strings
14589 multibyte before calling encode-coding-string.
14590
145912000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14592
14593 * derived.el: Fix keywords.
14594 (define-derived-mode): Only define if needed.
14595
14596 * simple.el (fill-comment, comment-column, comment-start)
14597 (comment-start-skip, comment-end, comment-indent-function)
14598 (block-comment-start, block-comment-end, indent-for-comment)
14599 (set-comment-column, kill-comment, comment-padding, comment-region)
14600 (comment-multi-line, indent-new-comment-line): Remove.
14601
14602 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14603 function names for comment operations.
14604
14605 * newcomment.el: Add abundant autoload cookies.
14606 (comment-style): Don't depend on runtime data at compile-time.
14607 (comment-indent-hook): Remove.
14608 (comment-indent): Check if comment-indent-hook is bound.
14609 (comment-region): Docstring fix.
14610
146112000-05-25 Dave Love <fx@gnu.org>
14612
14613 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14614 byte-code-function-p.
14615
14616 * mail/rmailsum.el: Add provide.
14617
14618 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14619
14620 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14621 defcustom.
14622
146232000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14624
14625 * ediff-diff.el (ediff-exec-process): delete --binary option from
14626 non-buffer ediff jobs.
14627
146282000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14629
14630 * hilit-chg.el (highlight-changes-mode): Ask about color or
14631 grayscale support, not about window-system.
14632
14633 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14634 window-system.
14635 (ffap-highlight): Always default to t.
14636
14637 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14638 display-popup-menus-p instead of looking at window-system.
14639
14640 * disp-table.el (standard-display-g1, standard-display-graphic):
14641 Only refuse to use string glyphs on X and MS-Windows.
14642
14643 * avoid.el: Remove window-system from commentary, suggest to use
14644 display-*-p instead.
14645
14646 * apropos.el (apropos-print): Use display-mouse-p instead of
14647 window-system.
14648
146492000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14650
14651 * international/codepage.el (cp-decoding-vector-for-codepage):
14652 Fill up unsupported characters with their own codes. From Kenichi
14653 Handa.
14654
146552000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14656
14657 * international/mule-diag.el (describe-char-after): Use
14658 display-graphic-p instead of window-system, so that this function
14659 works on MS-DOS.
14660
146612000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14662
14663 * international/codepage.el (cp-make-coding-systems-for-codepage):
14664 Remove the eight-bit-graphic and eight-bit-control charsets from
14665 the list of charsets which we convert into `?'.
14666
146672000-05-25 Kenichi Handa <handa@etl.go.jp>
14668
14669 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14670 private charsets.
14671 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14672 japanese-jisx0213-2): New charsets.
14673
14674 * international/fontset.el: Setup default fontset for new charsets.
14675
146762000-05-24 Dave Love <fx@gnu.org>
14677
14678 * info.el (Info-find-node-2): Restructure [following "Vadim
14679 S. Solomin" <sovs@uic.nnov.ru>].
14680
14681 * icomplete.el: Fix header for Finder.
14682
146832000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14684
14685 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14686 STAY.
14687
14688 * rmail.el (rmail-automatic-folder-directives): New user variable.
14689 (rmail-show-message): Add call to `rmail-auto-file' during
14690 display.
14691 (rmail-auto-file): New function.
14692
146932000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14694
14695 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14696 account.
14697 (ediff-test-utility,ediff-diff-mandatory-option)
14698 (ediff-reset-diff-options): Utilities for proper initialization of
14699 ediff-diff-options and ediff-diff3-options on Windows.
14700
14701 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14702 variable.
14703
14704 * ediff-mult.el (ediff-filegroup-action): Use
14705 ediff-merge-filename-prefix.
14706
147072000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14708
14709 * viper-ex.el (ex-write): Set selective display to nil.
14710
147112000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14712
14713 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14714 aliases for hebrew-iso-8bit.
14715
147162000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14717
14718 * woman.el: New version from Francis J. Wright
14719 <F.J.Wright@Maths.QMW.ac.uk>.
14720 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14721 names in environment variables regardless of the path separator.
14722 (woman-topic-all-completions-1): Don't call file-name-directory-p
14723 on all files, since woman-file-regexp already filters out any
14724 directories.
14725
147262000-05-24 Kenichi Handa <handa@etl.go.jp>
14727
14728 * international/quail.el (quail-start-translation): Don't change
14729 modified-p of the current buffer.
14730 (quail-start-conversion): Likewise.
14731
14732 * international/kkc.el (kkc-region): Don't change modified-p of
14733 the current buffer.
14734
14735 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14736 conform to RFC1468.
14737 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14738
147392000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14740
14741 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14742 (speedbar-insert-button): Invisible text property fix.
14743 (speedbar-directory-plus): Renamed from speedbar-directory-+
14744 (speedbar-directory-minus): Renamed from speedbar-directory--
14745 (speedbar-page-plus): Renamed from speedbar-file-+
14746 (speedbar-page-minus): Renamed from speedbar-file--
14747 (speedbar-page): Renamed from speedbar-file-
14748 (speedbar-tag): Renamed from speedbar-tag-
14749 (speedbar-tag-plus): Renamed from speedbar-tag-+
14750 (speedbar-tag-minus): Renamed from speedbar-tag--
14751 (speedbar-expand-image-button-alist): Use above renames.
14752
14753 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14754 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14755 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14756 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14757 * sb-pg.xpm: Renamed from sb-file.xpm
14758 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14759 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14760
147612000-05-24 Kenichi Handa <handa@etl.go.jp>
14762
14763 * international/quail.el (quail-show-guidance-buf): Set
14764 current-input-method of the guidance buffer to the name of the
14765 curren input method.
14766
147672000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14768
14769 * progmodes/compile.el (compile-internal): Style typo.
14770
14771 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14772 quote vars and functions in the docstring.
14773
14774 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14775
14776 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14777 Don't quote lambdas.
14778
14779 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14780
147812000-05-23 Gerd Moellmann <gerd@gnu.org>
14782
14783 * startup.el (command-line): Determine source file of compiled
14784 user init file differently. Warn if compiled user init file
14785 is older than its source file.
14786
14787 * ffap.el (ffap-url-regexp): Add `https'.
14788
147892000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14790
14791 * files.el (make-backup-file-name-1): Replace slashes with `!'
14792 rather than `|' (which is not allowed on Windows). Replace the
14793 drive letters with a string "drive_X".
14794
147952000-05-23 Gerd Moellmann <gerd@gnu.org>
14796
14797 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14798
14799 * files.el (interpreter-mode-alist): Add `bash2'.
14800
148012000-05-22 Dave Love <fx@gnu.org>
14802
14803 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14804 mapc.
14805 (feature-file): Avoid calling symbol-name. Doc fix.
14806 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14807 (loadhist-hook-functions): Add mouse-position-function.
14808 (unload-feature): Change uses of mapcar.
14809
14810 * files.el (parse-colon-path): Doc fix.
14811 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14812 (set-auto-mode): Use mapc.
14813
14814 * complete.el (PC-look-for-include-file): Use :alnum: character
14815 class.
14816 (partial-completion-mode): Add autoload cookie.
14817
148182000-05-22 Sam Steingold <sds@gnu.org>
14819
14820 * info.el (Info-fontify-node): Fixed the call to
14821 `add-text-properties' (bug introduced on 2000-05-18).
14822
148232000-05-22 Dave Love <fx@gnu.org>
14824
14825 * bindings.el: Remove debug-ignored-errors set in other files.
14826
14827 * progmodes/etags.el: Add to debug-ignored-errors.
14828 (visit-tags-table-buffer): Clear out buffers holding old tables
14829 when making a new list.
14830 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14831 mapc.
14832
14833 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14834 quote keywords.
14835 (cmpl-string-case-type): Use character classes.
14836
14837 * comint.el:
14838 * textmodes/ispell.el:
14839 * imenu.el:
14840 * mail/mh-e.el:
14841 * progmodes/compile.el: Add to debug-ignored-errors.
14842
14843 * dabbrev.el: Add to debug-ignored-errors.
14844 (dabbrev-completion): Use mapc.
14845
148462000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14847
14848 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14849 (woman-mapcan, woman-parse-man.conf)
14850 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14851 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14852 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14853 path syntax better.
14854 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14855 (woman-manpath): Call woman-parse-man.conf.
14856 (woman-emulation): New defcustom, defaults to nroff.
14857 (woman-font-support): New defconst.
14858 (woman-use-symbol-font): New defcustom.
14859 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14860 "Emulation".
14861 Many functions: Doc fix.
14862
148632000-05-22 Kenichi Handa <handa@etl.go.jp>
14864
14865 * international/quail.el (quail-simple-translation-keymap): Map
14866 128..255 to quail-self-insert-command.
14867 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14868
148692000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14870
14871 * help.el (help-manyarg-func-alist): Typo.
14872
14873 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14874 intervals which makes it heaps simpler.
14875
14876 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14877 the nested comment markers.
14878
14879 * subr.el (remove-hook): Don't turn the hook's value into a list.
14880
148812000-05-21 Dave Love <fx@gnu.org>
14882
14883 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14884 are invalid characters.
14885
14886 * international/mule-util.el (detect-coding-with-priority): Use
14887 mapc. Remove redundant lambda.
14888
14889 * international/mule-diag.el (list-non-iso-charset-chars)
14890 (describe-fontset): Remove redundant lambda.
14891
14892 * emulation/crisp.el (brief-mode): New alias.
14893
14894 * emacs-lisp/ring.el (ring-elements): New function.
14895
14896 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14897 (easy-menu-do-add-item): Use keywordp.
14898
14899 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14900
14901 * replace.el: Doc and error message fixes.
14902 (replace-highlight): Use facep, not internal-find-face.
14903
149042000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14905
14906 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14907
14908 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14909 (log-edit-insert-changelog): Drop `:' as well.
14910
14911 * log-view.el: Fix file description.
14912 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14913 available.
14914 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14915 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14916
14917 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14918 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14919 Print a status message if the toggle is called interactively.
14920 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14921 for global minor modes and use `defcustom' for them.
14922 Use add-minor-mode.
14923 (easy-mmode-define-derived-mode): Remove.
14924 (define-derived-mode): Fancier default docstring.
14925 (easy-mmode-define-navigation): Signal an error rather than (ding).
14926
14927 * newcomment.el (comment-styles): New `box-multi'.
14928 (comment-normalize-vars): Better default for comment-continue to
14929 avoid whitespace-only continuations.
14930 (comment-search-forward): Always move even in the no-syntax case.
14931 (comment-padright): Only obey N if it's only obeyed for padleft.
14932 (comment-make-extra-lines): Better handling of empty continuations.
14933 Use `=' for the filler if comment-start has only one character.
14934 (uncomment-region): Try handling the special `=' filler.
14935 (comment-region): Allow LINES even if MULTI is nil.
14936 (comment-box): Choose box style based on comment-style.
14937
149382000-05-20 Kenichi Handa <handa@etl.go.jp>
14939
14940 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14941 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14942
149432000-05-20 Kenichi HANDA <handa@etl.go.jp>
14944
14945 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14946 and insert, not subst-char-in-region.
14947
14948 * international/mule-diag.el (list-character-sets-1): Handle
14949 charsets eight-bit-control and eight-bit-graphic.
14950 (list-iso-charset-chars): Likewise.
14951 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14952 charactes as is. Use indent-to to align characters.
14953
14954 * international/mule-cmds.el (find-multibyte-characters): Never
14955 exclude charsets eight-bit-control and eight-bit-graphic.
14956
149572000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14958
14959 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14960 Don't quote lambdas.
14961
14962 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14963
149642000-05-19 Gerd Moellmann <gerd@gnu.org>
14965
14966 * gud.el (gud-jdb-directories): Doc fix.
14967
149682000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14969
14970 * newcomment.el: New file.
14971
149722000-05-19 Gerd Moellmann <gerd@gnu.org>
14973
14974 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14975
149762000-05-18 Andreas Schwab <schwab@suse.de>
14977
14978 * dired.el (dired-between-files): Also skip lines beginning with
14979 `used'.
14980
149812000-05-18 Gerd Moellmann <gerd@gnu.org>
14982
14983 * msb.el (msb-menu-cond): Add choice `user'.
14984
149852000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14986
14987 * ps-print.el: Compatibility, customization and doc fix.
14988 (ps-printer-name-option): Replace defconst by defvar.
14989 (ps-postscript-code-directory): XEmacs compatibility.
14990 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14991 fix.
14992 (ps-user-defined-prologue, ps-print-prologue-header)
14993 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14994 compatibility and code fix.
14995 (ps-print-background-image, ps-print-background-text):
14996 Customization fix.
14997 (ps-line-number-start, ps-n-up-on): New vars.
14998
149992000-05-18 Espen Skoglund <esk@ira.uka.de>
15000
15001 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15002 the indent-comment function to just return the appropriate indent.
15003
150042000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15005
15006 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15007 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15008 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15009
150102000-05-18 Dave Love <fx@gnu.org>
15011
15012 * info.el (Info-fontify-node): Add intangible property as well as
15013 invisible.
15014
15015 * calendar/appt.el (appt-make-list): Match all lines of entry.
15016 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15017
150182000-05-18 Kenichi Handa <handa@etl.go.jp>
15019
15020 * international/mule-diag.el (describe-char-after): Call
15021 internal-char-font, not char-font. If internal-char-font returns
15022 nil, display "-- none --".
15023
150242000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15025
15026 * image.el (image-type-available-p): Don't reference image-types
15027 if it isn't bound.
15028
150292000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15030
15031 * autoarg.el (autoarg-mode): Typo in the :set argument.
15032
150332000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15034
15035 * startup.el (command-line-1): Don't signal an error if the
15036 directory for auto-save-list files does not yet exist.
15037
150382000-05-17 Kenichi Handa <handa@etl.go.jp>
15039
15040 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15041
150422000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15043
15044 * subr.el (remove-hook): `setq' hook-value, not `set'.
15045
150462000-05-16 Sam Steingold <sds@gnu.org>
15047
15048 * info.el (debug-ignored-errors): More errors to ignore.
15049
150502000-05-16 Dave Love <fx@gnu.org>
15051
15052 * cus-edit.el: Don't require cl or easymenu.
15053 (custom-variable-prompt): Test standard-value property, not
15054 user-variable-p.
15055
150562000-05-16 Sam Steingold <sds@gnu.org>
15057
15058 * subr.el (add-hook): `setq' hook-value, not `set'.
15059
150602000-05-16 Gerd Moellmann <gerd@gnu.org>
15061
15062 * startup.el (command-line-1): Mention the FAQ in the startup
15063 message.
15064
15065 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15066
15067 * progmodes/compile.el (compilation-parse-errors): Collect
15068 `nomessage' regexps last.
15069
15070 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15071
15072 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15073 to the function name.
15074
150752000-05-15 Dave Love <fx@gnu.org>
15076
15077 * speedbar.el (speedbar-recenter): Typo.
15078 (speedbar-expand-line): Make arg optional.
15079 (speedbar-mode): Avoid a compiler warning.
15080
150812000-05-15 Gerd Moellmann <gerd@gnu.org>
15082
15083 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15084 user-specified option string is empty.
15085
15086 * mouse.el (mouse-yank-at-click): Doc fix.
15087
150882000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15089
15090 * term/internal.el (IT-character-translations): More updates of
15091 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15092 documents.
15093
150942000-05-15 Gerd Moellmann <gerd@gnu.org>
15095
15096 * env.el (getenv): New function, interactively callable.
15097 (setenv, getenv): Remove autoload cookies.
15098
15099 * loadup.el: Load `env'.
15100
15101 * progmodes/f90.el: Change author's mail address.
15102
151032000-05-14 Dave Love <fx@gnu.org>
15104
15105 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15106 goto-addr as an option.
15107
15108 * help.el (help-xref-stack): Doc fix.
15109 (help-xref-following): New variable.
15110 (help-make-xrefs): Use it.
15111 (help-xref-go-back): Use position information from stack element.
15112 (help-follow): Make position in stack element a pair. Use
15113 help-xref-following.
15114
15115 * autoarg.el: New file.
15116
15117 * faces.el: Declare more functions obsolete.
15118
15119 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15120 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15121 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15122 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15123 Remove all the setup-...-environment functions.
15124
151252000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15126
15127 * speedbar.el: Updated the commentary section. xemacs20p now uses
15128 >= when detecting. Require `defimage' safely.
15129 (speedbar-easymenu-definition-base): Add toggle for images.
15130 (speedbar-easymenu-definition-special): Add flush cache & expand.
15131 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15132 (speedbar-reconfigure-keymaps-hook): New variable.
15133 (speedbar-frame-parameters): Updated documentation.
15134 (speedbar-use-imenu-flag): Updated custom tag
15135 (speedbar-dynamic-tags-function-list): New variable.
15136 (speedbar-tag-hierarchy-method): Updated doc & custom.
15137 (speedbar-indentation-width, speedbar-indentation-width) New
15138 variables.
15139 (speedbar-hide-button-brackets-flag): Customizable.
15140 (speedbar-vc-indicator): Doc update.
15141 (speedbar-ignored-path-expressions): Updated default value.
15142 (speedbar-supported-extension-expressions): Updated default value.
15143 (speedbar-syntax-table): Remove {} paren status.
15144 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15145 as "+". Added overlay aliases.
15146 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15147 `force-mode-line-update'.
15148 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15149 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15150 `mouse-set-point'
15151 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15152 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15153 of arbitrary text, and new helper functions.
15154 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15155 filename finder.
15156 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15157 (speedbar-directory-buttons): Update path search/expansion.
15158 (speedbar-make-tag-line): Pay attention to
15159 `speedbar-indentation-width'. Use more care w/ invisible
15160 properties.
15161 (speedbar-change-expand-button-char): Call
15162 `speedbar-insert-image-button-maybe'.
15163 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15164 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15165 (speedbar-trim-words-tag-hierarchy)
15166 (speedbar-simple-group-tag-hierarchy): New functions
15167 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15168 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15169 functions.
15170 (speedbar-mouse-set-point): New function
15171 (speedbar-power-click): Updated documentation.
15172 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15173 of tag prefix text.
15174 (speedbar-expand-line, speedbar-contract-line): Make more robust
15175 to strange text.
15176 (speedbar-expand-line): Takes universal argument to flush the
15177 cache.
15178 (speedbar-flush-expand-line): New function.
15179 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15180 Use new generator insertion method.
15181 (speedbar-fetch-dynamic-tags): New function.
15182 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15183 `speedbar-fetch-dynamic-imenu'.
15184 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15185 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15186 "Revert Buffer" menu items.
15187 (speedbar-buffer-buttons-engine): Be smarter when creating a
15188 filename tag (for expansion purposes.).
15189 (speedbar-highlight-one-tag-line,
15190 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15191 (speedbar-recenter): New functions.
15192 (defimage-speedbar): Image loading abstraction.
15193 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15194 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15195 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15196 (speedbar-tag-type, speedbar-tag-mail): New images.
15197 (speedbar-expand-image-button-alist): New variable.
15198 (speedbar-insert-image-button-maybe): Insert an image over some
15199 buttons.
15200
152012000-05-13 Kenichi Handa <handa@etl.go.jp>
15202
15203 * international/mule-cmds.el (encode-coding-char): An ASCII
15204 character is always encodable.
15205
15206 * international/mule-conf.el: Add more information in descriptions
15207 of character sets.
15208
15209 * international/mule-diag.el (describe-char-after): New function.
15210 (describe-font-internal): Adjusted for the change of font-info.
15211 (describe-font): Likewise.
15212 (print-fontset): Rewritten for the new fontset implementation.
15213 (describe-fontset): Include fontset alias names in completion.
15214 (list-fontsets): Adjusted for the change of print-fontset.
15215
15216 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15217 describe-char-after instead of displaying the detail in the echo
15218 area.
15219 (syntax-code-table): Format changed.
15220 (string-to-syntax): Adjusted for the above change.
15221
152222000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15223
15224 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15225
152262000-05-12 Dave Love <fx@gnu.org>
15227
15228 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15229 dependence. Use line-{beginning,end}-position, not
15230 point-at{b,e}ol. Some doc fixes.
15231 (todo-position): New function. Fix callers of position to use it.
15232 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15233
152342000-05-12 Gerd Moellmann <gerd@gnu.org>
15235
15236 * time.el (display-time-mail-icon): Use `:ascent center'.
15237
15238 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15239 handling FTP security extensions.
15240
152412000-05-11 Dave Love <fx@gnu.org>
15242
15243 * calendar/todo-mode.el: New file.
15244
152452000-05-11 Gerd Moellmann <gerd@gnu.org>
15246
15247 * comint.el (comint-read-input-ring): Move reference to
15248 comint-input-ring-size outside of the save-excursion. It was
15249 causing the default value to be the only one ever seen.
15250
15251 * font-lock.el: Update copyright. Remove Simon Marshall's email
15252 address on request from him.
15253
15254 * subr.el (substitute-key-definition): Add comment describing
15255 the meaning of PREFIX.
15256
152572000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15258
15259 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15260
15261 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15262 (add-minor-mode): Don't make the variable buffer-local and add a
15263 reference to define-minor-mode in the docstring.
15264
15265 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15266 HEADER/FOOTER and fix bug with trailing empty directory.
15267 (cvs-append-to-ignore): Use vc-editable-p if available.
15268 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15269 (vc-do-command): Tweak advice to handle the new VC.
15270
15271 * log-view.el (log-view-goto-rev): New function for the new VC.
15272 (log-view-minor-wrap): Use mark-active.
15273
15274 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15275 (log-edit-changelog-full-paragraphs): New var.
15276 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15277 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15278 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15279 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15280 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15281 Replace the `cvs' prefix with `log-edit'.
15282
15283 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15284
15285 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15286 (diff-font-lock-defaults): Explicitly turn off multiline.
15287 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15288 (diff-ediff-patch): Fix call to ediff-patch-file.
15289 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15290 Handle comments.
15291
15292 * frame.el (automatic-hscrolling): Typo.
15293
15294 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15295
152962000-05-09 Sam Steingold <sds@goems.com>
15297
15298 * apropos.el (apropos-print): use `describe-face' instead of
15299 `customize-face-other-window'.
15300
153012000-05-09 Dave Love <fx@gnu.org>
15302
15303 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15304
15305 * help.el (describe-variable): Have customize button pop the
15306 help-xref stack when invoked.
15307 (help-xref-symbol-regexp): Add `face'.
15308 (help-make-xrefs): Check for quoted face names and adapt regexp
15309 submatch numbers to cope.
15310 (help-xref-interned): Maybe insert face doc too. Separate
15311 sections with a line of hyphens.
15312
15313 * faces.el: Some doc fixes. Declare some functions obsolete.
15314 (describe-face): Add customize button. Return the help
15315 text. Fix prompt.
15316
153172000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15318
15319 * term/internal.el (IT-character-translations): Fix last change.
15320
153212000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15322
15323 * woman.el: New file
15324 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15325
153262000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15327
15328 * term/internal.el (IT-character-translations): Update ASCII
15329 simulations for greek-iso8859-7, add latin-iso8859-14 and
15330 latin-iso8859-15.
15331
15332 * international/mule-cmds.el (set-language-info-alist): Call
15333 define-prefix-command with 3 arguments, to make the map suitable
15334 for a menu.
15335
153362000-05-07 Dave Love <fx@gnu.org>
15337
15338 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15339
153402000-05-05 Dave Love <fx@gnu.org>
15341
15342 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15343 list in doc string. Don't quote keyword symbols.
15344 * emacs-lisp/cl.el: Likewise
15345 * emacs-lisp/cl-seq.el: Likewise
15346
153472000-05-05 Gerd Moellmann <gerd@gnu.org>
15348
15349 * abbrev.el (abbrev-mode): Make ARG optional.
15350
153512000-05-04 Gerd Moellmann <gerd@gnu.org>
15352
15353 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15354
15355 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15356
15357 * subr.el (substitute-key-definition): Clarify documentation.
15358
153592000-05-04 Milan Zamazal <pdm@freesoft.cz>
15360
15361 * glasses.el (glasses-convert-to-unreadable): Use
15362 `glasses-separator' instead of the hard-wired "_".
15363 (glasses-mode): Call `glasses-make-unreadable' only in a single
15364 place.
15365
153662000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15367
15368 * term/internal.el (cjk-codepages-alist): Add associations for
15369 Chinese and Korean codepages. Remove FIXME comment.
15370
153712000-05-03 Dave Love <fx@gnu.org>
15372
15373 * time.el (display-time-mail-face, display-time-use-mail-icon):
15374 New option.
15375 (display-time-mail-icon): New variable.
15376 (display-time-string-forms): Use the above. Fix the local-map.
15377
153782000-05-03 Gerd Moellmann <gerd@gnu.org>
15379
15380 * replace.el (query-replace-map): Add binding for `E'.
15381 (query-replace-help): Extend help text.
15382 (perform-replace): Allow editing the replacement string.
15383
15384 * make-mode.el (makefile-mode-abbrev-table): New variable.
15385 (makefile-mode): Set local abbrev table to
15386 makefile-mode-abbrev-table.
15387 (makefile-font-lock-keywords): Fontify includes and conditionals.
15388
15389 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15390 set TOGGLE's value.
15391
15392 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15393 mail-interactive-insert-alias.
15394 (mail-abbrev-complete-alias): New command.
15395 (mail-mode-map): Bind it to `M-TAB'.
15396
153972000-05-03 Kenichi Handa <handa@etl.go.jp>
15398
15399 * language/lao-util.el (lao-compose-region): New function.
15400
154012000-05-02 Gerd Moellmann <gerd@gnu.org>
15402
15403 * files.el (recover-session): Make directories as necessary
15404 if they don't exist yet.
15405
15406 * calendar/cal-french.el
15407 (french-calendar-multibyte-special-days-array)
15408 (french-calendar-special-days-array): Change French text.
15409 (calendar-french-date-string): Change output.
15410 (calendar-goto-french-date): Likewise.
15411
154122000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15413
15414 * wid-edit.el (widget-default-active): Obey `:always-active'.
15415 (widget-documentation-string-value-create): Set `:always-active'.
15416
154172000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15418
15419 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15420 default prefix to `~/_emacs.d/auto-save.list/_s'.
15421 (normal-top-level): Create the directory for auto-save files, if
15422 it doesn't already exist (in the ms-dos case only).
15423
154242000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15425
15426 * international/mule-cmds.el (set-language-environment): Don't
15427 concat an integer (dos-codepage), use format instead.
15428
154292000-05-02 Dave Love <fx@gnu.org>
15430
15431 * help.el (help-xref-on-pp): Check for constant symbols.
15432
154332000-04-29 Gerd Moellmann <gerd@gnu.org>
15434
15435 * startup.el (normal-top-level): Put a condition-case around
15436 the code loading subdirs.el.
15437
154382000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15439
15440 * ps-print.el: Upside-down and face background color printing,
15441 line number step, doc fix.
15442 (ps-print-version): New version number (5.2).
15443 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15444 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15445 (ps-spool-config): Var fix.
15446 (ps-printer-name-option): Const fix.
15447 (ps-print-upside-down, ps-use-face-background)
15448 (ps-line-number-step): New vars.
15449 (ps-window-system, ps-lp-system): New consts.
15450 (ps-face-background): New fun.
15451
154522000-04-28 Richard Stallman <rms@gnu.org>
15453
15454 * files.el (make-auto-save-file-name):
15455 Apply auto-save-file-name-transforms to visited file name
15456 before generating auto save file name.
15457 (auto-save-file-name-transforms): New variable.
15458
15459 * files.el (backup-enable-predicate):
15460 Correctly test for a file under a temporary directory.
15461
154622000-04-28 Gerd Moellmann <gerd@gnu.org>
15463
15464 * subr.el (add-minor-mode): Rewritten.
15465
154662000-04-28 Kenichi Handa <handa@etl.go.jp>
15467
15468 * mail/sendmail.el (sendmail-send-it): Set
15469 buffer-file-coding-system to the selected coding system for MIME
15470 header.
15471
154722000-04-27 Gerd Moellmann <gerd@gnu.org>
15473
15474 * dired.el (dired-move-to-filename-regexp): Allow format where
15475 YYYY is followed by two spaces.
15476
15477 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15478 in the second character class of the regexp.
15479
15480 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15481 mh-etc, too.
15482
15483 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15484 nil.
15485
15486 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15487
15488 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15489 argument.
15490
154912000-04-27 Sen Nagata <sen@eccosys.com>
15492
15493 * emacs-lisp/crm.el (crm-completion-table): New variable.
15494 (crm-collection-fn, crm-test-completion)
15495 (completing-read-multiple): Use it.
15496
154972000-04-27 Dave Love <fx@gnu.org>
15498
15499 * help.el (locate-library): Use mapc.
15500 (help-manyarg-func-alist): Add call-process-region.
15501
155022000-04-26 Gerd Moellmann <gerd@gnu.org>
15503
15504 * subr.el (add-minor-mode): Make argument MAP optional.
15505
15506 * desktop.el (desktop-save): Save list of minor modes.
15507 (desktop-create-buffer): Restore minor modes.
15508 (desktop-minor-mode-table): New user-option.
15509
15510 * subr.el (add-minor-mode): New function.
15511
15512 * image.el (find-image): New function.
15513 (defimage): Rewritten to find image at load time.
15514
15515 * startup.el (normal-top-level-add-to-load-path): Handle
15516 case that the default directory is not in load-path.
15517
15518 * help.el: Old patch from Stefan Monnier.
15519 (help-xref-on-pp): New function.
15520 (describe-variable): Use it to display xrefs in a symbol's value.
15521
155222000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15523
15524 * cus-edit.el (custom-face): Fix parenthesis.
15525
155262000-04-26 Kenichi Handa <handa@etl.go.jp>
15527
15528 * mail/rmail.el (rmail-expunge): When there are no deleted
15529 messages, do nothing.
15530
155312000-04-26 Dave Love <fx@gnu.org>
15532
15533 * international/mule-cmds.el (locale-translation-file-name):
15534 Defvar to nil.
15535 (set-locale-environment): Set it here (at runtime).
15536
155372000-04-25 Gerd Moellmann <gerd@gnu.org>
15538
15539 * replace.el (perform-replace): Add parameters START and END. Use
15540 them instead of the check for a region in Transient Mark mode.
15541 (query-replace-read-args): Return two more list elements for the
15542 start and end of the region in Transient Mark mode.
15543 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15544 (map-query-replace-regexp, replace-string, replace-regexp): Add
15545 optional last arguments START and END and pass them to
15546 perform-replace.
15547
15548 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15549 form with additional arguments for perform-replace.
15550
15551 * progmodes/etags.el (tags-query-replace): Add parameters START
15552 and END. Construct a form with additional arguments for
15553 perform-replace.
15554
15555 * simple.el (shell-command): Set default directory for "*Shell
15556 Command Output" buffer.
15557
15558 * language/european.el (iso-latin-4): Fix typo.
15559
15560 * emacs-lisp/crm.el: New file.
15561
155622000-04-24 Dave Love <fx@gnu.org>
15563
15564 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15565 (Custom-reset-saved, Custom-reset-standard)
15566 (custom-group-value-create, custom-group-set, custom-group-save)
15567 (custom-group-reset-current, custom-group-reset-saved)
15568 (custom-group-reset-standard): Use mapc.
15569 (custom-buffer-create-internal): Disable undo when creating items.
15570 Use mapc.
15571 (custom-face): Avoid redundant lambda.
15572
155732000-04-24 Gerd Moellmann <gerd@gnu.org>
15574
15575 * startup.el (auto-save-list-file-prefix): Set default to
15576 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15577
155782000-04-24 Sam Steingold <sds@gnu.org>
15579
15580 * time-stamp.el (time-stamp-string-preprocess): Always convert
15581 `field-result' to a string.
15582
155832000-04-24 Gerd Moellmann <gerd@gnu.org>
15584
15585 * frame.el (scrolling): New group.
15586 (automatic-hscrolling): New user-option.
15587
15588 * startup.el (command-line-x-option-alist): Add `-lsp' and
15589 `--line-spacing'.
15590
155912000-04-19 Dave Love <fx@gnu.org>
15592
15593 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15594 (cl-mapc): Rename from mapc. Fix the funcall.
15595
155962000-04-19 Gerd Moellmann <gerd@gnu.org>
15597
15598 * simple.el (clone-indirect-buffer-other-window): New command.
15599 (clone-indirect-buffer): Add optional arg NORECROD.
15600 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15601
15602 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15603
15604 * window.el (count-screen-lines): New function.
15605 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15606 instead of window-buffer-height.
15607
15608 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15609 non-existing variable comint-input-sentinel.
15610 (inferior-lisp-args-to-list): Removed.
15611 (inferior-lisp): Use split-string instead of
15612 inferior-lisp-args-to-list.
15613
15614 * hexl.el (hexl-insert-hex-string): New command.
15615
15616 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15617 instead of concat.
15618
156192000-04-18 Gerd Moellmann <gerd@gnu.org>
15620
15621 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15622 at the start of an existing but empty folder.
15623
156242000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15625
15626 * ps-mule.el: Customization fix, doc fix.
15627 (ps-multibyte-buffer): Customization fix.
15628
156292000-04-17 Richard M. Stallman <rms@gnu.org>
15630
15631 * subr.el (read-passwd): Use read-char-exclusive.
15632
156332000-04-17 Gerd Moellmann <gerd@gnu.org>
15634
15635 * textmodes/texinfo.el (texinfo-insert-@email)
15636 (texinfo-insert-@emph, texinfo-insert-@quotation)
15637 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15638 (texinfo-mode-map): Add key bindings for them.
15639
15640 * files.el (basic-save-buffer-2): Use a template with `$'
15641 instead of `#' for VMS.
15642
15643 * simple.el (clone-indirect-buffer): New function.
15644
156452000-04-16 Stephen Eglen <stephen@gnu.org>
15646
15647 * iswitchb.el (iswitchb-case): New function. If the user input
15648 contains any upper-case characters, the search is made
15649 case-sensitive.
15650
156512000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15652
15653 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15654 comment-end.
15655 (texinfo-font-lock-syntactic-keywords): New var.
15656 (texinfo-font-lock-keywords): Remove comment regexp.
15657 (texinfo-insert-block): New function.
15658 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15659 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15660 and font-lock-defaults. Use regexp-opt for outline-regexp.
15661 (texinfo-environments): New var.
15662 (texinfo-environment-regexp): Use regexp-opt and
15663 texinfo-environments.
15664
15665 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15666 ispell-process is bound since this might be eval'd before ispell
15667 is loaded.
15668 (ispell-message): Use a tiny bit less magic and a bit more hard
15669 data to figure out what kind of sc-cite-regexp to use.
15670
15671 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15672
15673 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15674 (insert-cyclic-diary-entry): Unquote the lambda.
15675
15676 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15677
15678 * files.el (backup-enable-predicate): Unquote the lambda.
15679
15680 * cus-edit.el (custom-face, face): Unquote the lambda.
15681
156822000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15683
15684 * ps-print.el: Check for line-beginning-position definition.
15685
15686 * ps-print.el: Fix counting lines in a region.
15687 (ps-print-version): New version number (5.1.5).
15688 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15689 (ps-printing-region): Fun code fix.
15690
156912000-04-15 Gerd Moellmann <gerd@gnu.org>
15692
15693 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15694 to file-directory-p.
15695
156962000-04-14 Gerd Moellmann <gerd@gnu.org>
15697
15698 * gud.el (gud-jdb-build-source-files-list): Check that directory
15699 exists before calling directory-files.
15700
157012000-04-13 Dave Love <fx@gnu.org>
15702
15703 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15704 syntax.
15705
15706 * emacs-lisp/cl-specs.el: Remove when, unless.
15707
15708 * emacs-lisp/cl-extra.el: Don't quote keywords.
15709 (cl-old-mapc): New variable.
15710 (mapc): Use it.
15711 (cl-map-intervals): Use with-current-buffer. Don't check for
15712 next-property-change.
15713 (cl-map-overlays): Use with-current-buffer.
15714 (cl-expt): Remove.
15715 (copy-tree, remprop): Define unconditionally.
15716
15717 * emacs-lisp/cl-compat.el (keywordp): Remove.
15718
15719 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15720 to use keywordp.
15721 (edebug-spec): Enable keywordp.
15722
15723 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15724 string-lessp.
15725
15726 * cus-start.el: Use keywordp.
15727
157282000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15729
15730 * diary-lib.el (include-other-diary-files): Fix the fix of
15731 2000-02-18 by doing a save-excursion.
15732
157332000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15734
15735 * ps-print.el: Customization fix, doc fix.
15736 (ps-print-version): New version number (5.1.4).
15737 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15738 (ps-print-preprint): Adjust code.
15739 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15740 (ps-print-prologue-header, ps-print-control-characters)
15741 (ps-spool-config): Customization fix.
15742
157432000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15744
15745 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15746 converted to the new menu-item format, names silightly changed,
15747 help strings added.
15748
15749 Support for spelling without async subprocesses:
15750
15751 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15752 (ispell-session-buffer): New variables.
15753 (ispell-start-process, ispell-process-status,
15754 ispell-accept-output, ispell-send-string): New functions, for
15755 Ispell invocation when async subprocesses aren't supported.
15756 (ispell-word, ispell-pdict-save, ispell-command-loop,
15757 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15758 to process-send-string with calls to ispell-send-string, and
15759 accept-process-output with ispell-accept-output.
15760 (ispell-init-process): Call ispell-process-status instead of
15761 process-status with.
15762 (ispell-init-process): Call ispell-start-process. Call
15763 ispell-accept-output and ispell-send-string. Don't call
15764 process-kill-without-query and kill-process if they are unbound.
15765 (ispell-async-processp): New function.
15766
157672000-04-12 Dave Love <fx@gnu.org>
15768
15769 * info.el: Add debug-ignored-errors.
15770 (Info-mode-menu): Add some items.
15771 (Info-directory): Add autoload cookie.
15772
15773 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15774 Modify `truncate-lines'. Make `describe-language-environment'
15775 always visible and add help. Modify `describe-key' help. Invoke
15776 Info-directory from `info'. New entry `emacs-manual'.
15777
157782000-04-10 Gerd Moellmann <gerd@gnu.org>
15779
b291c86c
SM
15780 * progmodes/ebrowse.el (ebrowse-tree-mode):
15781 Use propertized-buffer-identification.
a30eb617
DL
15782 (ebrowse-update-member-buffer-mode-line): Likewise.
15783 (ebrowse--mode-strings): Removed.
15784 (ebrowse--mode-line-props): Removed.
15785
15786 * files.el (auto-mode-alist): Add `EBROWSE'.
15787
15788 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15789 space before testing for end of buffer.
15790 (ebrowse-load): Removed.
15791 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15792 (ebrowse-create-tree-buffer): Rewritten.
15793 (ebrowse-tree-mode): Read tree from buffer.
15794
15795 * progmodes/ebrowse-ffh.el: Removed.
15796
157972000-04-10 Kenichi Handa <handa@etl.go.jp>
15798
15799 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15800
158012000-04-10 Gerd Moellmann <gerd@gnu.org>
15802
15803 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15804 at the wrong place.
15805
158062000-04-09 Dave Love <fx@gnu.org>
15807
b291c86c
SM
15808 * files.el (backup-enable-predicate):
15809 Use temporary-file-directory, small-temporary-file-directory.
15810 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15811 (make-backup-file-name-1): New function.
15812 (make-backup-file-name): Use it.
b291c86c 15813 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15814 (file-newest-backup): Use make-backup-file-name.
15815
158162000-04-09 Gerd Moellmann <gerd@gnu.org>
15817
15818 * progmodes/ebrowse-ffh.el: New file.
15819
86f6474c
SM
15820 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15821 Moved to ebrowse-ffh.el.
a30eb617
DL
15822 (ebrowse-load): Add autoload.
15823
15824 * finder.el (finder-commentary): Add autoload cookie.
15825
15826 * mail/rfc2368.el: Correct author's email address.
15827
15828 * progmodes/ebrowse.el: New file.
15829
15830 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15831 item help string.
15832 (easy-menu-do-add-item): Ditto.
15833 (easy-menu-define): Extend doc string.
15834
86f6474c 15835 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15836 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15837 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15838 with-buffer-unmodified.
15839
158402000-04-08 Dave Love <fx@gnu.org>
15841
15842 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15843 unless, when.
15844
158452000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15846
15847 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15848 (viper-flash-search-pattern): No operation when using Emacs
15849 doesn't support face.
15850 Use `viper-put-on-search-overlay'.
15851
158522000-04-04 Gerd Moellmann <gerd@gnu.org>
15853
15854 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15855 like C-r.
15856
15857 * progmodes/make-mode.el: Some doc fixes.
15858 (makefile-mode-abbrev-table): New variable.
15859 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15860 (makefile-font-lock-keywords): Fontify includes and conditionals.
15861 (toplevel): Require `dabbrev' and `add-log' when compiling.
15862
15863 * replace.el (perform-replace): Don't move forward one char
15864 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15865 to do that because it leaves point 1 position after the last
15866 replacement, after everything has been replaced.
15867
15868 * jit-lock.el (with-buffer-unmodified): New macro.
15869 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15870 modified state.
15871 (jit-lock-function-1): Extracted from jit-lock-function; not
15872 preserving buffer's modified state.
86f6474c
SM
15873 (jit-lock-function, jit-lock-stealth-fontify):
15874 Call jit-lock-function-1.
a30eb617
DL
15875
15876 * mail/rfc2368.el: Remove supernumerary copyright line.
15877
158782000-04-04 Milan Zamazal <pdm@freesoft.cz>
15879
15880 * glasses.el: Provide facilities for inserting space before left
15881 parentheses and uncapitalization of identifiers.
15882 (glasses-mode): Try to remove old overlays in all cases.
15883
158842000-04-03 Gerd Moellmann <gerd@gnu.org>
15885
15886 * progmodes/compile.el (compile-internal): Display the compilation
15887 buffer in a different frame, if it's already displayed there.
15888
15889 * mail/rfc2368.el: New file.
15890
15891 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15892 header and insert its value as mail body.
15893
15894 * subr.el (member-ignore-case): New function.
15895
15896 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15897 (dabbrev--find-expansion): Ignore buffers matching a regexp
15898 from dabbrev-ignored-regexps.
15899
15900 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15901 to extensions handled by gzip.
15902
159032000-04-03 Richard M. Stallman <rms@gnu.org>
15904
15905 * files.el (insert-directory): List the total free space
15906 along with the used space.
15907
15908 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15909 line is followed by one that matches CITATION-REGEXP, end the
15910 paragraph.
15911
159122000-04-03 Markus Rost <rost@delysid.gnu.org>
15913
15914 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15915 (rmail-make-basic-summary-line): Use that option.
15916
159172000-04-03 Kenichi Handa <handa@etl.go.jp>
15918
15919 * international/mule-cmds.el (encoded-string-description):
15920 Rewritten. Try pretty description for ISO 2022 escape sequences
15921 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15922 for hexadecimal format.
15923
159242000-04-01 Dave Love <fx@gnu.org>
15925
15926 * cpp.el: Change customization group to `c' from `C'.
15927
15928 * vcursor.el (vcursor-move): Use display-color-p.
15929
15930 * international/mule-util.el: Provide mule-utils.
15931 (string-to-sequence): Simplify and speed up.
15932
15933 * international/mule.el (make-coding-system): Purecopy doc-string.
15934
15935 * international/mule-cmds.el: Various menu changes.
15936 (describe-specified-language-support): Handle `Default'.
15937 (set-language-info): Purecopy `info'.
15938
159392000-03-31 Andrew Innes <andrewi@gnu.org>
15940
15941 * vc.el (vc-backend-diff): Return the correct status if we had to
15942 retry the rcsdiff command without the --brief option.
15943
159442000-03-31 Dave Love <fx@gnu.org>
15945
15946 * help.el (help-manyarg-func-alist): Correct several omissions.
15947
15948 * add-log.el: Don't require cl, fortran.
15949 (add-log-current-defun-function): Doc fix.
86f6474c 15950 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15951 (change-log-version-rcs): Function deleted.
86f6474c
SM
15952 (change-log-version-number-search): Doc fix.
15953 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15954 (add-change-log-entry): Just call add-log-current-defun to get
15955 defun. Simplify somewhat.
15956 (change-log-get-method-definition-1): Likewise.
15957 (add-log-current-defun): Return nil if calling
15958 add-log-current-defun-function does so. Move Fortran stuff to
15959 fortran.el. Return string without properties.
15960
15961 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15962 and :alpha: char classes.
15963
15964 * mail/supercite.el: Defvar curline when compiling.
15965 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15966 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15967 rather than a-zA-Z0-9 to allow non-ASCII characters.
15968
159692000-03-31 Gerd Moellmann <gerd@gnu.org>
15970
15971 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15972
15973 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15974 Re-enable new code.
15975
15976 * lpr.el (print-region-1): Use -d to specify printer name for
15977 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15978
159792000-03-31 Dave Love <fx@gnu.org>
15980
86f6474c
SM
15981 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15982 Look for function definition in symbol's function value slot first
a30eb617
DL
15983 instead of first consulting byte-compile-function-environment.
15984
159852000-03-31 Kenichi Handa <handa@etl.go.jp>
15986
15987 * language/european.el ("Polish"): New language environment.
15988 (setup-polish-environment): New function.
15989
159902000-03-30 Gerd Moellmann <gerd@gnu.org>
15991
15992 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15993 Disable new code.
15994
15995 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15996 trying to `load' the symbol of an autoload instead of the file
15997 recorded in the autoload. Fix error messages.
15998
159992000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16000
16001 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16002 (ps-print-version): New version number (5.1.3).
16003 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16004 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16005 (ps-generate-postscript-with-faces): Code fix.
16006 (ps-color-values): XEmacs compatibility.
16007 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16008 (ps-default-fg, ps-default-bg): Adjust customization.
16009 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16010 (ps-color-scale): Renaming old ps-color-value fun.
16011 (ps-print-headers): Replace ps-print-header group to avoid conflict
16012 with ps-print-header variable.
16013 (ps-print-miscellany): New group.
16014 (ps-format-color, ps-rgb-color): New funs.
16015 (ps-default-foreground): New var.
16016 (ps-printer-name-option): New const.
16017
160182000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16019
16020 * net/net-utils.el:
16021 (network-connection-host, network-connection-service): New variables
16022 (network-connection-mode): New mode, derived from comint-mode
16023 (network-connection-mode-setup): New function, saves host and
16024 service information in local variables.
16025
16026 * lisp/locate.el:
16027 (locate-word-at-point): Added this function
16028 (locate): Default to using locate-word-at-point as input
16029 Run dired-mode-hook
16030
160312000-03-29 Dave Love <fx@gnu.org>
16032
16033 * calendar/appt.el: Doc fixes.
16034 (appt-check): Convert min-to-app to a string before passing to
16035 appt-disp-window-function or concat.
16036 (appt-delete-window): Remove test for frame-root-window.
16037 (appt-select-lowest-window, appt-convert-time): Simplify.
16038
16039 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16040 (byte-compile-file-form-autoload):
16041 Update byte-compile-function-environment.
a30eb617
DL
16042
160432000-03-29 Andreas Schwab <schwab@suse.de>
16044
86f6474c 16045 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16046
16047 * dired.el (dired-insert-directory): If dired-free-space-program
16048 failed just delete its output.
16049
160502000-03-29 Dave Love <fx@gnu.org>
16051
16052 * international/iso-cvt.el: Move provide to end. Doc fixes.
16053 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16054 (iso-iso2sgml, iso-sgml2iso): New functions.
16055 (iso-cvt-define-menu): Fix some entries and use backquote for
16056 clarity.
16057
16058 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16059
160602000-03-28 Gerd Moellmann <gerd@gnu.org>
16061
16062 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16063 ISO-DATE. If non-nil, return date in ISO 8601 format.
16064
160652000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16066
16067 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16068 if it ever becomes used.
16069 (log-edit-mode-hook): Default to vc-log-mode-hook.
16070 (log-edit-mode): Fix the docstring.
16071
16072 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16073 the code.
16074
160752000-03-26 Dave Love <fx@gnu.org>
16076
16077 * net/browse-url.el (browse-url): Re-fix case of
16078 browse-url-browser-function being an alist.
16079 (browse-url): Add :link to defgroup.
16080
16081 * files.el: Doc fixes.
16082 (file-truename): Include `[' in wildcard characters.
16083 (automount-dir-prefix): Customize.
16084 (find-file-wildcards): Add :version.
16085 (find-file-noselect): Simplify a mapcar call.
16086
16087 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16088 compatible with inf-lisp version.
16089 (eval-defun-1): Fix custom-declare-variable case.
16090
160912000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16092
16093 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16094
160952000-03-24 Gerd Moellmann <gerd@gnu.org>
16096
16097 * Makefile (COMPILE_FIRST): New macro.
16098 (compile-files): Compile files from COMPILE_FIRST first.
16099
86f6474c 16100 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16101
16102 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16103 matching open parenthesis in column 0 to defun-prompt-regexp
16104 only if open-paren-in-column-0-is-defun-start is set.
16105
16106 * sun-curs.el: Require CL at compile-time only.
16107
16108 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16109 instead of copy-list which is a function from CL.
16110 (msb--choose-menu, msb--mode-menu-cond)
16111 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16112 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16113 (msb--aggregate-alist): Use mapcar instead of mapcan.
16114 Fix `(' in column 0 in doc string.
a30eb617
DL
16115 (msb--add-separators): Use mapcar instead of mapcan.
16116
16117 * cus-dep.el: Require CL at compile-time only.
16118
161192000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16120
16121 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16122 (byte-compile-warnings): New warning `noruntime'.
16123 (byte-compile-constants, byte-compile-variables): Fix docstring.
16124 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16125 execute `eval-whenc-compile's body.
16126 (byte-compile-unresolved-functions): Fix docstring.
16127 (byte-compile-eval): New function.
16128 (byte-compile-callargs-warn): Check if the function will be available
16129 at runtime (via property `byte-compile-noruntime').
16130 (byte-compile-print-syms): New function.
16131 (byte-compile-warn-about-unresolved-functions): Also warn about
16132 `noruntime' functions (and use `byte-compile-print-syms').
16133 (byte-compile-file): Capitalize the message.
16134
161352000-03-24 Gerd Moellmann <gerd@gnu.org>
16136
16137 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16138 (rmail-expunge): Ask for confirmation depending on the setting
16139 of rmail-confirm-expunge.
16140
161412000-03-23 Gerd Moellmann <gerd@gnu.org>
16142
16143 * Makefile (bootstrap-clean): If $(emacs) exists, build
16144 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16145 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16146
161472000-03-23 Dave Love <fx@gnu.org>
16148
16149 * net/browse-url.el: Restore previous use of
16150 browse-url-maybe-new-window.
16151
161522000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16153
16154 * ps-print.el: Skip banner page fix.
16155 (ps-print-version): New version number (5.1.2).
16156 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16157
161582000-03-23 Dave Pearson <davep@davep.org>
16159
16160 * net/quickurl.el Changed the type of parameter passed to the
16161 function defined by `quickurl-format-function'. Before only the
16162 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16163 and the function is responsible for extracting the parts it requires.
16164 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16165 (quickurl-insert): Changed the `funcall' of
16166 `quickurl-format-function' to match the above change.
16167 (quickurl-list-insert): Changed the `url' case so that it makes
16168 use of `quickurl-format-function', previous to this the format was
16169 hard wired.
16170
161712000-03-22 Gerd Moellmann <gerd@gnu.org>
16172
16173 * startup.el: Change some spellings for the X Window System.
16174
161752000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16176
86f6474c
SM
16177 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16178 Clean up the code and the regexp and make sure the cursor is
16179 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16180
161812000-03-22 Jason Rumney <jasonr@gnu.org>
16182
16183 * w32-fns.el (w32-charset-info-alist): Initialize.
16184
161852000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16186
16187 * ps-print.el: N-up last page fix.
16188 (ps-print-version): New version number (5.1.1).
16189 (ps-end-file, ps-end-job, ps-generate): Code fix.
16190
161912000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16192
16193 * files.el (find-file-run-dired): Update docstring.
16194 (find-directory-functions): New hook.
16195 (find-file-noselect): Run find-directory-functions rather than
16196 calling dired directly.
16197
16198 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16199
16200 * pcvs.el: Add a minimal leading commentary.
16201 (cvs-make-cvs-buffer): Change the header part by removing the startup
16202 message and adding a `Module' entry. Also replace the FOOTER and
16203 HEADER special fileinfos with the new support in ewoc for updating
16204 its own footer and header.
16205 (cvs-update-header): Update to use the header/footer of the ewoc.
16206 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16207 (cvs-is-within-p): New function.
16208 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16209 to only examine some subset of the buffers.
16210
16211 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16212 `format' instead of our own ad-hoc functions.
16213 Remove HEADER and FOOTER cases, now handled in the EWOC.
16214 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16215
16216 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16217 output to avoid scaring the user.
16218 (cvs-parse-table): Catch message for non-up-to-date commits.
16219
16220 * pcvs-defs.el (cvs-startup-message): Remove.
16221 (cvs-global-menu): New autoloaded menu.
16222
16223 * pcvs-util.el (cvs-string-fill): Remove.
16224
16225 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16226 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16227 PP part of it and also make it work for footers and headers.
16228 (ewoc-create): Drop POS and BUFFER arguments.
16229 Use the DLL's dummy node to store the end-of-footer position.
16230 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16231 (ewoc-refresh): Remove unused `header' variable.
16232 (ewoc-(get|set)-hf): New functions.
16233
16234 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16235 log-view-*-(message|file) and use easy-mmode-define-navigation.
16236 (log-view-message-re): Match SCCS format as well.
16237 And match the revision line rather than the dashed separator line.
16238 (log-view-mode): Use the new define-derived-mode.
16239 (log-view-current-tag): Fill in with an actual implementation.
16240
16241 * cvs-status.el (cvs-status-(prev|next)): Rename from
16242 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16243 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16244 to let the output "breathe" a little more (more readable).
16245 (cvs-status-mode): Use the new define-derived-mode.
16246
16247 * smerge-mode.el (smerge-auto-leave): New function and variable.
16248 (smerge-basic-map): Rename from smerge-basic-keymap.
16249 Change the bindings for smerge-diff-*.
16250 (smerge-*-map): Use easy-mmode-defmap.
16251 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16252 (smerge-keep-*): Use smerge-auto-leave.
16253
162542000-03-21 Jason Rumney <jasonr@gnu.org>
16255
16256 * cus-edit.el (custom-button-face): Use 3D look for w32.
16257 (custom-button-pressed-face): Likewise.
16258
162592000-03-21 Gerd Moellmann <gerd@gnu.org>
16260
16261 * progmodes/etags.el (tags-case-fold-search): New user-option.
16262 (tags-loop-eval): New function. Bind case-fold-search around eval
16263 depending on the value of tags-case-fold-search.
16264 (tags-loop-continue): Use tags-loop-eval.
16265 (find-tag-in-order): Bind case-fold-search depending on the value
16266 of tags-case-fold-search.
16267
162682000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16269
86f6474c 16270 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16271 (diff-end-of-hunk): Return the end position for use in
16272 `easy-mmode-define-navigation'.
16273 (diff-recenter): Remove.
16274 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16275 of `easy-mmode-define-navigation'.
16276 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16277 previous renaming) and fix to use new names.
16278 (diff-merge-strings): Use \n as separator: simpler, faster.
16279 (diff-mode): Use `define-derived-mode'.
16280
16281 * derived.el (define-derived-mode): Don't autoload anymore.
16282 Prefer the macro-only version provided by easy-mmode.el.
16283
16284 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16285 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16286 (easy-mmode-define-navigation): New macro.
16287
16288 * subr.el (combine-run-hooks): New function.
16289
162902000-03-21 Kenichi HANDA <handa@etl.go.jp>
16291
16292 * term/x-win.el: Fontsets related initialization is simplified.
16293
16294 * international/mule-diag.el (describe-font): Don't refer to
16295 global-fontset-alist, instead call font-list.
16296 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16297 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16298
86f6474c
SM
16299 * international/fontset.el (x-charset-registries): Variable removed,
16300 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16301 (register-alternate-fontnames): Function removed.
16302 (resolved-ascii-font): Variable removed.
16303 (x-compose-font-name): Ignore the second argument REDOCE.
16304 (x-complement-fontset-spec): Complement only an ASCII font and
16305 element for those charsets than can use that ASCII font.
16306 (generate-fontset-menu): Don't refer to global-fontset-alist,
16307 instead call fontset-list.
16308 (uninstantiated-fontset-alist): Variable removed.
16309 (x-style-funcs-alist): Likewise.
16310 (fontset-default-styles): Likewise.
16311 (x-modify-font-name): Function removed.
86f6474c 16312 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16313 (create-fontset-from-ascii-font): Docsting adjusted for the above
16314 change.
16315 (instantiate-fontset, resolve-fontset-name): Functions removed.
16316 (fontset-list): Now implemented by C code.
16317
16318 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16319 (describe-face): Include `font' attribute in the description.
16320
163212000-03-21 Kenichi Handa <handa@etl.go.jp>
16322
16323 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16324
163252000-03-20 Gerd Moellmann <gerd@gnu.org>
16326
16327 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16328 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16329 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16330
16331 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16332 about behavior of set-buffer-modified-p wrt redisplay.
16333
163342000-03-19 Richard M. Stallman <rms@gnu.org>
16335
16336 * view.el (view-mode-disable): Kill local binding of view-read-only.
16337
163382000-03-18 Gerd Moellmann <gerd@gnu.org>
16339
86f6474c 16340 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16341 is a string, convert it to a syntax cell using string-to-syntax.
16342
16343 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16344 (string-to-syntax): New function.
16345
16346 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16347 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16348 try to use passive ftp mode.
16349
163502000-03-17 Gerd Moellmann <gerd@gnu.org>
16351
16352 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16353
16354 * simple.el (append-to-buffer): Update point of windows after
16355 insertion.
16356
16357 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16358 forward then moving backward. Reindent.
16359
16360 * frame.el (other-frame): Call x-focus-frame only if
16361 focus-follows-mouse is off.
16362
163632000-03-17 Dave Love <fx@gnu.org>
16364
86f6474c 16365 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16366
163672000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16368
16369 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16370 regexp for labels cannot span several lines.
16371
16372 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16373 `(setq :<key> ':<key>)' to the macro expansion.
16374
163752000-03-16 Dave Love <fx@gnu.org>
16376
16377 * progmodes/f90.el (f90): Put custom group under `languages', not
16378 `fortran'.
16379 (f90-mode-hook): Customize.
16380 (f90-mode): Set add-log-current-defun-function.
16381 (f90-current-defun): New function.
16382
163832000-03-16 Gerd Moellmann <gerd@gnu.org>
16384
16385 * cus-edit.el (custom-variable-tag-face): Handle case that
16386 default face's height is not a number.
16387 (custom-face-tag-face, custom-group-tag-face-1)
16388 (custom-group-tag-face): Ditto.
16389 (custom-group-tag-face-1): Add :group.
16390
16391 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16392
163932000-03-15 Gerd Moellmann <gerd@gnu.org>
16394
16395 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16396 requiring easymenu.
16397
163982000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16399
16400 * ps-print.el: PostScript user-defined prologue, PostScript error
16401 handler, doc fix.
16402 (ps-print-version): New version number (5.1).
16403 (ps-user-defined-prologue, ps-error-handler-message)
16404 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16405 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16406 (ps-insert-string): New function.
16407
164082000-03-15 Kenichi Handa <handa@etl.go.jp>
16409
16410 * international/ccl.el (ccl-compile-expression): Don't generate
16411 invalid self-assignment code.
16412
164132000-03-14 Dave Love <fx@gnu.org>
16414
16415 * subr.el (replace-regexp-in-string): Renamed from
16416 replace-regexps-in-string. Doc fix.
16417
164182000-03-12 Dave Love <fx@gnu.org>
16419
16420 * cus-edit.el: Doc fixes.
86f6474c 16421 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16422 (custom-variable-tag-face, custom-face-tag-face)
16423 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16424 style which user identify as hyperlink.
16425 (hook): Don't add undefined functions to the hook.
16426 (debug-ignored-errors): Transfer message from bindings.el.
16427
164282000-03-12 Gerd Moellmann <gerd@gnu.org>
16429
86f6474c
SM
16430 * recentf.el (recentf-keep-non-readable-files-p):
16431 Remove double/nested definition.
a30eb617
DL
16432
164332000-03-12 Dave Love <fx@gnu.org>
16434
16435 * facemenu.el (facemenu-get-face): Use display-color-p.
16436 * enriched.el (enriched-decode-foreground): Likewise.
16437 (enriched-decode-background): Likewise.
16438 * isearch.el (isearch-highlight): Likewise.
16439 * info-look.el (info-lookup): Likewise.
16440 * simple.el (completion-setup-function): Likewise.
16441
16442 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16443 :options.
16444
16445 * bindings.el (mode-line-format): Fix line-number and
16446 column-number items. Add help-echo for the background.
16447 (mode-line-mule-info): Modify help-echo.
16448
16449 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16450
16451 * files.el (load-file): Allow completion to .elc.
16452
16453 * man.el: Doc fixes.
16454 (Man-init-defvars): Use display-color-p to set fontification.
16455
16456 * play/hanoi.el (hanoi-internal): Don't use oddp.
16457
164582000-03-12 Gerd Moellmann <gerd@gnu.org>
16459
16460 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16461
16462 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16463
164642000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16465
16466 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16467 Fix comment.
16468
164692000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16470
16471 * font-lock.el (font-lock-keywords): Fix the doc now that
16472 regexp-opt-depth is unnecessary.
16473 (save-buffer-state): Set an edebug spec.
16474 (font-lock-fontify-anchored-keywords): Properly handle the case when
16475 the matcher goes past the limit.
16476
16477 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16478 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16479
16480 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16481 dll.el and cookie.el (from Elib) with heavy renaming and other
16482 massaging.
16483
16484 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16485 Autoload the functions used.
16486 (easy-mmode-define-syntax): Fix CL typo.
16487 (easy-mmode-define-derived-mode): Improve the docstring generation.
16488
164892000-03-10 Gerd Moellmann <gerd@gnu.org>
16490
16491 * textmodes/texinfo.el (texinfo-version): Variable and function
16492 removed.
16493
164942000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16495
16496 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16497 allow more flexibility.
ff39b9a1 16498 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16499 (easy-mmode-defmap, easy-mmode-defsyntax)
16500 (easy-mmode-define-derived-mode): New macros.
16501
165022000-03-09 Didier Verna <didier@xemacs.org>
16503
16504 * rect.el (replace-rectangle): New function.
16505
165062000-03-09 Dave Love <fx@gnu.org>
16507
ff39b9a1 16508 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16509 (fortran-comment-line-start-skip): Don't match cpp stuff.
16510 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16511 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16512 (fortran-mode): Don't set fortran-comment-line-start-skip,
16513 fortran-comment-line-start here. Set comment-start,
16514 add-log-current-defun.
16515 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16516 (fortran-current-defun): New function.
16517
165182000-03-09 Gerd Moellmann <gerd@gnu.org>
16519
16520 * emacs-lisp/re-builder.el: New file.
16521
16522 * mouse.el (mouse-drag-region): Don't run up-event handler
16523 if hscroll has changed.
16524
16525 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16526 builtin operators, use `font-lock-builtin-face' for Emacs and
16527 `font-lock-preprocessor-face' otherwise.
16528
16529 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16530 `(defun (setf foo)' differently.
16531
165322000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16533
16534 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16535 (regexp-opt): Update comment and adapt the code the new meaning of
16536 the `paren' argument of regex-opt-group for shy-groups.
16537 (regexp-opt-depth): Handle shy groups as well as backslashed
16538 backslashes.
16539 (regexp-opt-group): Turn the leading comment into a docstring.
16540 Allow `paren' to be a string (the string to use to open a group).
16541 Remove open-presuf and close-presuf. Instead of checking for `all
16542 one-char' and then later on check for `several one-char', handle
16543 both cases close together. Also apply a more generic algorithm
16544 for suffixes (the mirror image of the algorithm used for
16545 prefixes). Use shy-groups. Use nreverse rather than reverse.
16546 (regexp-opt-try-suffix): Removed.
16547
16548 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16549 from comint-mode-map, so we can just inherit from it. Also, move
16550 the initialization into the `defvar' since there's no docstring
16551 anyway and it's fairly short.
16552 (inferior-scheme-mode): Define it as derived-mode: the code is
16553 shorter and this way we inherit from comint-mode-map rather than
16554 copying it.
16555
16556 * subr.el (replace-regexps-in-string): Properly handle the case
16557 where we match an empty string.
16558
16559 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16560 when the command has a directory component (such as "./testml").
16561 Also fix a typo in the comment.
16562
165632000-03-08 Gerd Moellmann <gerd@gnu.org>
16564
16565 * Makefile (compile-files): Compile files one by one because
16566 that's the only way to ensure a clean compilation environment for
16567 each individual file.
16568
16569 * frame.el (other-frame): Call x-focus-frame.
16570
165712000-03-07 Dave Love <fx@gnu.org>
16572
16573 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16574 :require to defcustom.
16575
ff39b9a1 16576 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16577
16578 * files.el (auto-mode-alist): Add configure.in.
16579
16580 * progmodes/autoconf.el: New file.
16581
165822000-03-07 Gerd Moellmann <gerd@gnu.org>
16583
16584 * mail/mh-e.el: Change maintainer to `none'.
16585
16586 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16587 to remove-hook and add-hook.
16588
165892000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16590
16591 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16592 it as the default.
16593 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16594 (sendmail-send-it): Conditionally add MIME headers specifying the
16595 used character set.
16596
165972000-03-07 Dave Love <fx@gnu.org>
16598
ff39b9a1
SM
16599 * winner.el: Fix keywords, autoload cookies.
16600 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16601
166022000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16603
16604 * international/mule.el: Modify comment about coding system
16605 property `coding-category'.
16606 (make-coding-system): New argument EOL-TYPE. Pay attention to
16607 coding-category property of PROPERTIES.
16608
ff39b9a1
SM
16609 * international/mule-conf.el (coding-category-utf-8)
16610 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16611 categories. Include them in the argument for set-coding-priority.
16612
ff39b9a1
SM
16613 * international/mule-cmds.el (reset-language-environment):
16614 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16615 coding-category-utf-16-le in the argument for set-coding-priority.
16616 (reset-language-environment): Initialize coding-category-utf-8,
16617 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16618
166192000-03-06 Karl Fogel <kfogel@red-bean.com>
16620
16621 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16622 code abstracted out of `bookmark-jump-noselect'. Now tries info
16623 extensions as well as compression extensions.
16624 (bookmark-jump-noselect): Use above new func.
16625
166262000-03-03 Gerd Moellmann <gerd@gnu.org>
16627
16628 * strokes.el: Change maintainer's mail address.
16629
166302000-03-03 Kenichi Handa <handa@etl.go.jp>
16631
16632 * international/mule-diag.el (list-character-sets): Make help-echo
16633 string by substitute-command-keys.
16634 (list-character-sets): Likewise.
16635 (sort-listed-character-sets): Call help-setup-xref.
16636
166372000-03-02 Gerd Moellmann <gerd@gnu.org>
16638
ff39b9a1 16639 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16640
166412000-03-01 Dave Love <fx@gnu.org>
16642
16643 * help.el (help-xref-go-back): Don't try to set position.
16644
ff39b9a1
SM
16645 * international/mule-diag.el (list-character-sets):
16646 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16647 (list-character-sets-1): Add help-echo to xrefs.
16648
166492000-03-02 Gerd Moellmann <gerd@gnu.org>
16650
16651 * frame.el (blink-cursor-mode): Switch cursor on when turning
16652 the mode off.
16653
16654 * add-log.el (add-log-current-defun): Add support for
16655 Autoconf mode.
16656
16657 * mail/rmail.el (rmail-quit-hook): New variable.
16658
166592000-03-01 Dave Love <fx@gnu.org>
16660
16661 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16662
16663 * help.el (help-xref-button): Add help-echo arg.
16664 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16665
ff39b9a1 16666 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16667
ff39b9a1 16668 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16669
166702000-03-01 Gerd Moellmann <gerd@gnu.org>
16671
16672 * image.el (defimage): Look for image files in load-path.
16673
ff39b9a1 16674 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16675
166762000-03-01 David Ponce <david.ponce@wanadoo.fr>
16677
ff39b9a1 16678 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16679
166802000-03-01 David Ponce <david.ponce@wanadoo.fr>
16681
ff39b9a1 16682 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16683 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16684 action to select/unselect a file.
16685 (recentf-edit-list): Code cleanup and improvement.
16686 (recentf-open-more-files-action): `recentf-open-more-files' button
16687 widget action to open a file.
ff39b9a1 16688 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16689 (recentf-more-collection): Deleted.
16690 (recentf-more-history): Deleted.
16691 (recentf-setup-more-completion): Deleted.
16692
166932000-03-01 David Ponce <david.ponce@wanadoo.fr>
16694
16695 * recentf.el (recentf-mode): No more needs that Emacs is running
16696 under a window-system.
16697
ff39b9a1 166982000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16699
16700 * recentf.el (recentf-edit-list): New command to edit the recent
16701 list which allow the user to remove files.
16702 (recentf-edit-selected-items): New global variable, used by
16703 `recentf-edit-list' to hold the list of files to be removed from
16704 the recent list.
16705 (recentf-make-menu-items): Updated to display a "Edit list..."
16706 menu item. Minor code cleanup.
16707
ff39b9a1 167082000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16709
16710 * recentf.el (recentf-open-more-files): New command to open files
16711 that are not displayed in the menu.
16712 (recentf-more-collection): New global variable holding the set of
16713 permissible completions used by `recentf-open-more-files'.
16714 (recentf-more-history): New global variable holding the history list
16715 used by `recentf-open-more-files' completion.
16716 (recentf-setup-more-completion): New function to setup completion for
16717 `recentf-open-more-files'.
16718 (recentf-make-menu-items): Updated to display a "More..." menu item.
16719
ff39b9a1 167202000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16721
16722 * recentf.el (recentf-menu-action): Doc fixed.
16723
ff39b9a1 167242000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16725
16726 * recentf.el (recentf-menu-filter): Doc updated.
16727 (recentf-update-menu-hook): Allow menu filters to force menu update.
16728 (recentf-make-menu-items): New menu filter handling.
16729 (recentf-make-menu-item): New helper function.
16730 (recentf-menu-elements): New menu handling function.
16731 (recentf-sort-ascending): Updated to new menu filter handling.
16732 (recentf-sort-descending): Updated to new menu filter handling.
16733 (recentf-sort-basenames-ascending): New menu filter function.
16734 (recentf-sort-basenames-descending): New menu filter function.
16735 (recentf-show-basenames): New menu filter function.
16736 (recentf-show-basenames-ascending): New menu filter function.
16737 (recentf-show-basenames-descending): New menu filter function.
16738
167392000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16740
16741 * diary-lib.el (list-diary-entries): Don't try to go forward at
16742 the end of the buffer.
16743
167442000-02-29 Kenichi Handa <handa@etl.go.jp>
16745
ff39b9a1
SM
16746 * international/mule-diag.el (list-character-sets):
16747 Completely rewritten.
a30eb617
DL
16748 (sort-listed-character-sets): New function.
16749 (list-character-sets-1): Completely rewritten.
16750 (list-character-sets-2): New function.
16751 (non-iso-charset-alist): New variable.
16752 (decode-codepage-char): New function.
16753 (charset-history): New variable.
16754 (read-charset) (list-block-of-chars)
16755 (list-iso-charset-chars)
16756 (list-non-iso-charset-chars)
16757 (list-charset-chars): New functions.
86f6474c 16758 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16759 (dump-charsets): Likewise.
16760
167612000-02-29 Gerd Moellmann <gerd@gnu.org>
16762
16763 * dired-x.el (dired-filename-at-point): Add `@' to valid
16764 file name characters.
16765 (dired-filename-at-point): Handle ange-ftp file names.
16766
16767 * frame.el (frame-notice-user-settings): Use assq-delete-all
16768 instead of assoc-delete-all.
16769 (frame-notice-user-settings): Ditto.
16770
16771 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16772 Don't copy alist.
16773
167742000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16775
16776 * calculator.el (calculator-use-menu): New option.
86f6474c 16777 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16778 (calculator-forced-input): Removed.
16779 (calculator-restart-other-mode): New variable.
16780 (calculator-mode-map): Set up menu.
16781
167822000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16783
86f6474c 16784 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16785
167862000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16787
86f6474c 16788 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16789 translate all ESC key sequences.
86f6474c 16790 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16791 they were saved.
86f6474c
SM
16792 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16793 * viper-util.el (viper-set-replace-overlay-glyphs)
16794 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16795 overlay is live.
86f6474c
SM
16796 * viper.el (viper-vi-state-mode-list): Add major modes.
16797 * ediff-wind.el: Minor comment changes.
16798 * ediff.el: Copyright notice date fix.
a30eb617
DL
16799
168002000-02-27 Jason Rumney <jasonr@gnu.org>
16801
16802 * faces.el (face-font-family-alternatives): Add arial to helv.
16803 (mode-line, header-line, tool-bar): Same default as x for w32.
16804 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16805 face-font-family-alternatives from working.
16806 * term/w32-win.el (mouse-set-font): Do not build fontset from
16807 chosen font.
16808
168092000-02-25 Sam Steingold <sds@goems.com>
16810
16811 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16812 properly.
16813
168142000-02-25 Richard M. Stallman <rms@gnu.org>
16815
16816 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16817
168182000-02-25 Gerd Moellmann <gerd@gnu.org>
16819
86f6474c 16820 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16821
16822 * frame.el (busy-cursor-delay-seconds): New option.
16823
168242000-02-24 Gerd Moellmann <gerd@gnu.org>
16825
16826 * frame.el (show-cursor-in-non-selected-windows): New option.
16827
168282000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16829
16830 * diary-lib.el (include-other-diary-files): Undo the selective
16831 display in any included file and don't kill it.
16832
168332000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16834
86f6474c
SM
16835 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16836 Menu items converted to (menu-item format, help strings added.
a30eb617 16837 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16838 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16839 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16840
168412000-02-23 Dave Love <fx@gnu.org>
16842
16843 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16844 (backward-kill-word): Revert addition of * to interactive spec --
16845 it's a feature.
16846
16847 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16848 (backward-kill-sentence, kill-sentence): Likewise.
16849
16850 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16851 scratch buffer name.
86f6474c 16852 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16853
16854 * term/w32-win.el (internal-face-interactive): Update prompt for
16855 new read-face-name.
16856
16857 * mail/footnote.el (footnote): Add :version to defgroup.
16858 (footnote-section-tag-regexp): Customize.
16859 (footnote-start-tag, footnote-end-tag): New option.
16860 (footnote-latin-regexp): New variable.
16861 (Footnote-latin): New function.
16862 (footnote-style-alist): Add element for latin style.
16863 (footnote-style): Moved.
16864 (Footnote-goto-footnote): Use eq to test arg.
16865
16866 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16867
16868 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16869 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16870 (byte-optimize-quote, byte-optimize-lapcode):
16871 Use byte-compile-const-symbol-p.
a30eb617
DL
16872 (byte-optimize-char-before): New optimization.
16873
16874 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16875 (byte-compile-const-symbol-p): New function.
16876 (byte-compile-constp, byte-compile-out-toplevel)
16877 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16878 Use it.
16879
16880 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16881
168822000-02-23 Kenichi Handa <handa@etl.go.jp>
16883
16884 * international/encoded-kb.el: Be sure to update minor-mode-alist
16885 and minor-mode-map-alist.
16886 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16887 codes SS2 and SS3 correctly.
16888 (encoded-kbd-self-insert-ccl): New function.
16889 (encoded-kbd-setup-keymap): New function.
16890 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16891 by calling encoded-kbd-setup-keymap.
16892
86f6474c
SM
16893 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16894 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16895
168962000-02-22 Dave Love <fx@gnu.org>
16897
16898 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16899 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16900 (lisp-mode-syntax-table): Set up for #|...|# comments.
16901 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16902 classes. Match `defface'.
16903 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16904 (eval-defun-1): Fix for defcustom.
16905 (lisp-indent-region): Doc fix.
16906
16907 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16908 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16909 (replace-regexps-in-string): New function.
16910
169112000-02-22 Gerd Moellmann <gerd@gnu.org>
16912
16913 * help.el (describe-variable): Set syntax table to
16914 emacs-lisp-mode-syntax-table when moving forward over the
16915 symbol's name.
16916
169172000-02-22 Dave Love <fx@gnu.org>
16918
16919 * xt-mouse.el: Doc fixes.
16920 (xterm-mouse-position-function): New function, replacing advice of
16921 mouse-position.
16922 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16923
16924 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16925
169262000-02-21 Gerd Moellmann <gerd@gnu.org>
16927
86f6474c
SM
16928 * format.el (format-annotate-single-property-change):
16929 Handle properties.with dotted-list values.
a30eb617
DL
16930 (format-proper-list-p): New function.
16931
16932 * enriched.el (enriched-face-ans): Handle '(foreground-color
16933 . COLOR) and (background-color . COLOR).
16934
169352000-02-20 Dave Love <fx@gnu.org>
16936
16937 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16938 and assignments to it.
16939 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16940 current local map.
16941 (make-flyspell-overlay): Use it.
16942 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16943
16944 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16945 (lm-get-header-re): Defun, not defsubst.
16946 (lm-get-package-name): Defun, not defsubst. Simplify.
16947 (lm-version): Doc fix. Simplify.
16948 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16949 (lm-crack-address, lm-last-modified-date, lm-commentary)
16950 (lm-verify, lm-synopsis): Simplify.
16951 (lm-report-bug): Require emacsbug. Use compose-mail.
16952
169532000-02-20 Gerd Moellmann <gerd@gnu.org>
16954
16955 * dired.el (dired-mode): Call propertized-buffer-identification
16956 to set mode-line-buffer-identification to something having
16957 the right text properties.
16958
16959 * bindings.el (propertized-buffer-identification): New function.
16960
169612000-02-20 Dave Love <fx@gnu.org>
16962
16963 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16964 check for t-mouse too.
16965
16966 * cus-start.el: Make echo-keystrokes `number'.
16967
169682000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16969
16970 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16971 Don't call ring-empty-p unless tags-location-ring is bound.
16972 From Noah Friedman <friedman@splode.com>.
16973
169742000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16975
16976 * progmodes/hideshow.el (hs-flag-region): No longer use
16977 `intangible' overlay property.
16978
16979 (hs-toggle-hiding): New command.
16980 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16981
16982 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16983 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16984 and deactivation.
16985
169862000-02-18 Gerd Moellmann <gerd@gnu.org>
16987
16988 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16989
169902000-02-17 Gerd Moellmann <gerd@gnu.org>
16991
16992 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16993
16994 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16995 of `*' to handle `(* ... *)' comments.
16996
169972000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16998
16999 * faces.el (list-faces-display): Use display-mouse-p instead of
17000 window-system.
17001
17002 * menu-bar.el (global-map): Menu-bar items converted to the new
17003 format (menu-item..., rearranged for better CUA compliance, and
17004 their names changed for better clarity. Help strings added.
17005
17006 * international/mule-cmds.el (mule-menu-keymap)
17007 (describe-language-environment-map, set-coding-system-map)
17008 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17009 form, add help strings. Change names of menu items for better clarity.
17010 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17011
170122000-02-17 Gerd Moellmann <gerd@gnu.org>
17013
17014 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17015 within the code.
17016
170172000-02-16 Dave Love <fx@gnu.org>
17018
17019 * faces.el: Don't require custom. Add more specific :groups to
17020 various deffaces.
17021 (set-face-attribute): Purecopy args.
17022 (read-face-name): Default to name at point and use it in prompt.
17023 Remove colon from arg in all callers.
17024 (list-faces-display): Hyperlink to face descriptions and customize
17025 buffers.
17026
170272000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17028
86f6474c 17029 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17030
170312000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17032
17033 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17034 at ':' characters by call to split-string.
17035
170362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17037
17038 * textmodes/bibtex.el: Added RCS version identification.
17039
170402000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17041
17042 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17043 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17044 (bibtex-field-const): Allow capital letters.
17045 (bibtex-start-of-string): Deleted because unused.
17046
17047 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17048 use the term 'reference' to describe a bibtex entry as a whole.
17049 Further, reference keys are no longer called 'labels'.
17050 (bibtex-keys): Renamed to bibtex-reference-keys.
17051 (bibtex-reformat-previous-labels): Renamed to
17052 bibtex-reformat-previous-reference-keys.
17053 (bibtex-reference-type): Renamed to bibtex-entry-type.
17054 (bibtex-reference-head): Renamed to bibtex-entry-head.
17055 (bibtex-reference-maybe-empty-head): Renamed to
17056 bibtex-entry-maybe-empty-head.
17057 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17058 (bibtex-search-reference): Renamed to bibtex-search-entry.
17059 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17060 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17061 (bibtex-entry-field-alist, bibtex-entry-head)
17062 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17063 (bibtex-map-entries, bibtex-search-entry)
17064 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17065 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17066 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17067 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17068 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17069 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17070 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17071
170722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17073
17074 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17075 comment.
17076 (bibtex-format-field-delimiters): New function, functionality
17077 extracted from bibtex-format-entry.
17078 (bibtex-autokey-get-yearfield-digits): New function, functionality
17079 extracted from bibtex-autokey-get-yearfield.
17080
17081 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17082 entries in order to avoid stack overflow in the regexp matcher if
17083 field contents become large.
86f6474c
SM
17084 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17085 (bibtex-field-string-part-not-braced)
17086 (bibtex-field-string-part-no-inner-braces)
17087 (bibtex-field-string-part-1-inner-brace)
17088 (bibtex-field-string-part-2-inner-braces)
17089 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17090 (bibtex-field-string-quoted, bibtex-field-string)
17091 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17092 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17093 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17094 Deleted as parsing is now performed by the following functions.
17095 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17096 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17097 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17098 (bibtex-parse-association, bibtex-field-name-for-parsing)
17099 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17100 (bibtex-search-forward-field, bibtex-search-backward-field)
17101 (bibtex-start-of-field, bibtex-end-of-field)
17102 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17103 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17104 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17105 (bibtex-parse-string, bibtex-search-forward-string)
17106 (bibtex-search-backward-string, bibtex-start-of-string)
17107 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17108 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17109 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17110 entries. Instead of reporting the results of the parsing by
17111 match-beginning or match-end, these functions return data structures
17112 that hold the corresponding positions.
17113 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17114 return values rather than by match-beginning or match-end.
17115 The following functions have been adapted to use the new
17116 parsing functions.
17117 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17118 (bibtex-enclosing-field, bibtex-format-entry)
17119 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17120 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17121 (bibtex-print-help-message, bibtex-end-of-entry)
17122 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17123 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17124 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17125 Use the new method for parsing.
17126 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17127 (bibtex-map-entries, bibtex-flash-head)
17128 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17129 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17130 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17131 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17132 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17133 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17134 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17135 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17136
171372000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17138
17139 * textmodes/bibtex.el: Copyright notice is up to date.
17140 Added constant 'bibtex-maintainer-salutation.
17141
86f6474c 17142 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17143 than make-temp-name, use match-string-no-properties and eliminate
17144 a quadratic behavior when building bibtex-strings.
17145
17146 * bibtex.el (bibtex-reference-key): Accept string entries whose
17147 reference key contains upper case letters.
17148
171492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17150
17151 * bibtex.el (bibtex-reference-head): Allow entries to start with
17152 a new line.
17153
171542000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17155
17156 * bibtex.el: Hiding of entry bodies is not longer provided by
17157 bibtex.el directly. Instead the hideshow package can be used.
17158 Added a special bibtex entry to hs-special-modes-alist.
17159 (bibtex-hs-forward-sexp): Added for hideshow.el.
17160
171612000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17162
17163 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17164 proceedings entry type (for cross referencing). Thanks to Wagner
17165 Toledo Correa for the suggestion.
17166
17167 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17168
171692000-02-14 Kenichi Handa <handa@etl.go.jp>
17170
17171 * international/characters.el: Setup case table for Vietnamese.
17172
171732000-02-12 Gerd Moellmann <gerd@gnu.org>
17174
17175 * uniquify.el (toplevel): Require CL at compile time.
17176 (uniquify-push): Removed.
17177
17178 * shadowfile.el (shadow-when): Removed.
17179
17180 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17181 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17182
17183 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17184 regexp for paragraph-start.
17185
17186 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17187 commas as well.
17188
171892000-02-10 Dave Love <fx@gnu.org>
17190
17191 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17192 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17193 Deleted.
17194 (widget-specify-field, widget-specify-button): Don't use
17195 widget-mouse-help as help-echo property.
17196 (default): Use #'ignore for :validate and :mouse-down-action.
17197 (checkbox): Add help-echo.
17198 (widget-sexp-validate): Rewritten to clarify error messages.
17199 (character): Use char-valid-p in :match function.
17200 (widget-color-complete): Use facemenu-color-alist.
17201 (widget-color-action): Use facemenu-read-color.
17202
17203 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17204 set up `caar' &c that we now have.
17205
172062000-02-09 Ray Blaak <blaak@gnu.org>
17207
17208 * delphi.el: Make resourcestring a declaration region, like const
17209 and var.
17210
172112000-02-09 Dave Love <fx@gnu.org>
17212
17213 * bindings.el (mode-line-input-method-map): New variable.
17214 (mode-line-mule-info): Use it; fix last change.
17215 (mode-line-mode-menu): Move definition.
17216 (mode-line-mouse-sensitive-p): Deleted.
17217 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17218 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17219
17220 * startup.el (command-line-1): Don't call
17221 make-mode-line-mouse-sensitive.
17222
172232000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17224
86f6474c
SM
17225 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17226 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17227
172282000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17229
17230 * diff-mode.el (diff-kill-junk): New interactive function.
17231 (diff-reverse-direction): Use delete-and-extract-region.
17232 (diff-post-command-hook): Restrict the area so that the hook also works
17233 outside of any diff hunk. This is necessary for the minor-mode.
17234 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17235 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17236
17237 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17238 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17239 so that it can be used more easily in <foo>-mode-hook. Also make sure
17240 to avoid duplicate entries.
17241 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17242 (font-lock-remove-keywords): Just as was done for `add', allow it to
17243 work even if font-lock-mode is nil. Also make sure we don't modify
17244 any pre-existing list by forcing a copy-sequence. Finally rename
17245 `major-mode' to `mode'.
17246 (font-lock-fontify-syntactic-anchored-keywords)
17247 (font-lock-fontify-anchored-keywords)
17248 (font-lock-fontify-keywords-region): Use line-end-position.
17249 Don't make `font-lock-multiline' local (it's now done in
17250 font-lock-set-defaults).
86f6474c
SM
17251 (font-lock-set-defaults): Make `font-lock-multiline' local.
17252 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17253
172542000-02-06 Andrew Innes <andrewi@gnu.org>
17255
17256 * term/w32-win.el (x-handle-args): Comment out call to message,
17257 which occurs before window system is initialized.
17258
17259 * makefile.nt: Add support for recompiling lisp code.
17260
172612000-02-04 Dave Love <fx@gnu.org>
17262
17263 * bindings.el (mode-line-mule-info): Fix/extend last change.
17264
17265 * completion.el: Replace completion-dolist with dolist.
17266
86f6474c 17267 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17268
172692000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17270
86f6474c 17271 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17272 environment names before they go into the section regexp.
17273
86f6474c 17274 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17275 char class in regexp.
17276
86f6474c
SM
17277 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17278 Bind `case-fold-search' to nil.
a30eb617 17279
86f6474c
SM
17280 * progmodes/idlwave.el (idlwave-template):
17281 Respect `idlwave-abbrev-change-case'.
17282 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17283 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17284 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17285 (idlwave-rw-case): New function.
17286 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17287 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17288 (idlwave-surround): New argument LENGTH to support padding of
17289 operators longer than 1 char.
17290
17291 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17292 idlwave-shell-expression-overlay. Implemented printing of
17293 expressions on higher levels of the calling stack.
86f6474c 17294 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17295 (idlwave-retrieve-expression-from-level): New function.
17296 (idlwave-shell-last-calling-stack): Variable removed.
17297 (idlwave-shell-reset): Argument action reversed (`visible' to
17298 `hidden'). Also remove stop-line overlay.
17299 (idlwave-shell-calling-stack-routine): New variable.
17300 (idlwave-shell-parse-stack-and-display): Messages now display
17301 negative level numbers.
17302 (idlwave-shell-mode): Set `modeline-format'.
17303 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17304 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17305 (idlwave-shell-print-expression-function): New option.
17306
86f6474c
SM
17307 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17308 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17309 `tool-bar' instead of `toolbar'.
17310
173112000-02-02 Dave Love <fx@gnu.org>
17312
17313 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17314 emacs-lisp-mode-hook. Don't check for defalias being defined.
17315
17316 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17317 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17318 Use the new builtins directly.
a30eb617
DL
17319
17320 * whitespace.el (whitespace): Add :version to defgroup.
17321
17322 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17323 Doc fix.
17324
17325 * thingatpt.el (sexp-at-point, symbol-at-point)
17326 (number-at-point, list-at-point): Add autoload cookie.
17327
17328 * recentf.el (recentf): Add :version to defgroup.
17329
17330 * quickurl.el (quickurl): Add :version to defgroup.
17331
17332 * elide-head.el (elide-head): Use point-marker more.
17333
17334 * bs.el (bs): Add :version to defgroup.
17335
17336 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17337
17338 * progmodes/delphi.el (delphi): Add :version to defgroup.
17339
173402000-02-02 Gerd Moellmann <gerd@gnu.org>
17341
17342 * ange-ftp.el (ange-ftp-write-region): Handle case that
17343 succeeding process operation sets a different coding system.
17344
17345 * calculator.el: New file.
17346
173472000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17348
86f6474c 17349 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17350 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17351 (display-selections-p, display-screens, display-pixel-width)
17352 (display-pixel-height, display-mm-width, display-mm-height)
17353 (display-backing-store, display-save-under, display-planes)
17354 (display-color-cells, display-visual-class): New functions.
17355
17356 * term/tty-colors.el (tty-color-gray-shades): New function.
17357
17358 * faces.el (display-color-p): Use framep-on-display.
17359 (display-grayscale-p): New function.
17360
173612000-01-31 Dave Love <fx@gnu.org>
17362
17363 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17364 (create-fontset-from-x-resource): Don't concat integers.
17365
173662000-01-31 Inge Frick <inge@nada.kth.se>
17367
17368 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17369 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17370 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17371 window is not deleted. Modifies change 1998-04-26.
17372
173732000-01-31 Gerd Moellmann <gerd@gnu.org>
17374
17375 * windmove.el: New file.
17376
17377 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17378 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17379 progmodes/ebnf-yac.el: Update copyright and license info.
17380
86f6474c
SM
17381 * jit-lock.el (jit-lock-function): Widen before calculating
17382 end position.
a30eb617
DL
17383 (jit-lock-stealth-chunk-start): Rewritten.
17384
17385 * info.el (Info-title-face-alist): Removed.
86f6474c 17386 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17387 (Info-fontify-node): Use these faces.
17388
173892000-01-30 Gerd Moellmann <gerd@gnu.org>
17390
17391 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17392 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17393 `&allow-other-keywords'.
17394
17395 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17396 the list of directories scanned heuristically.
17397
86f6474c 17398 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17399
174002000-01-30 Jason Rumney <jasonr@gnu.org>
17401
17402 * w32-fns.el: Define w32-tty-standard-colors.
17403
17404 * startup.el (command-line): Use w32-tty-standard-colors when in
17405 w32 console mode.
17406
174072000-01-30 Dave Love <fx@gnu.org>
17408
17409 * jka-compr.el (jka-compr-load): Fix up load-history.
17410
17411 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17412
17413 * emacs-lisp/cl-macs.el: Revert previous change.
17414
174152000-01-29 Dave Love <fx@gnu.org>
17416
17417 * facemenu.el: Purecopy various strings.
17418
17419 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17420 years. Deal with three-digit years.
17421
86f6474c
SM
17422 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17423 Use defconst, purecopy.
a30eb617
DL
17424 (help-back-label): Purecopy it.
17425
174262000-01-18 Gerd Moellmann <gerd@gnu.org>
17427
17428 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17429 variable. If non-nil, order the buffer list according to the
17430 currently selected frame.
17431 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17432 non-nil, pass the selected frame to function buffer-list.
17433
174342000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17435
17436 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17437
174382000-01-28 Dave Love <fx@gnu.org>
17439
17440 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17441
17442 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17443 Don't use lisp-indent-hook property.
17444 (cl-abs): Remove.
17445
17446 * subr.el: Move out indent and edebug specs for when and unless.
17447
17448 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17449 when, unless.
17450
17451 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17452 unless, when.
17453
174542000-01-28 Gerd Moellmann <gerd@gnu.org>
17455
17456 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17457 `collecting' as synonym for `collect'.
17458
17459 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17460 for the case it contains spaces.
17461
86f6474c 17462 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17463
17464 * frame.el (delete-other-frames): New function.
17465 (toplevel): Bind it to C-x 5 1.
17466
17467 * sort.el (sort-numeric-base): New option.
17468 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17469 interpret it as octal or hexadecimal. Use sort-numeric-base
17470 as default base.
17471
17472 * progmodes/glasses.el: New file.
17473
174742000-01-27 Gerd Moellmann <gerd@gnu.org>
17475
17476 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17477 userids differently.
17478
17479 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17480 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17481 progmodes/ebnf-yac.el: New files.
17482
174832000-01-26 Dave Love <fx@gnu.org>
17484
17485 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17486 on a function with an empty body. [From Eric Ludlam.]
17487
174882000-01-25 Andre Spiegel <spiegel@gnu.org>
17489
17490 * vc.el (vc-version-diff): Make sure file name is expanded.
17491
174922000-01-25 Gerd Moellmann <gerd@gnu.org>
17493
17494 * scroll-bar.el (scroll-bar-timer): Variable removed.
17495 (scroll-bar-toolkit-scroll): Don't use a timer.
17496
174972000-01-25 Kenichi Handa <handa@etl.go.jp>
17498
86f6474c
SM
17499 * language/thai-util.el (thai-composition-function):
17500 Delete superfluous `a'.
a30eb617
DL
17501
175022000-01-24 Dave Love <fx@gnu.org>
17503
17504 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17505 end-of-defun-function.
17506
86f6474c 17507 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17508
175092000-01-22 Jason Rumney <jasonr@gnu.org>
17510
17511 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17512 conflicts with new face support.
17513
175142000-01-22 Richard M. Stallman <rms@gnu.org>
17515
17516 * replace.el (query-replace): Rename last arg to DELIMITED.
17517 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17518 (query-replace-regexp): Likewise.
17519
175202000-01-20 Richard M. Stallman <rms@gnu.org>
17521
17522 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17523
17524 * emacs-lisp/lisp.el (beginning-of-defun-function):
17525 Variable renamed from beginning-of-defun.
17526 Do not call make-variable-buffer-local.
17527 (beginning-of-defun-raw): Use new variable name; doc fix.
17528 (beginning-of-defun): Doc fix.
17529 (end-of-defun-function): Variable renamed from end-of-defun.
17530 Do not call make-variable-buffer-local.
17531 (end-of-defun): Use new variable name; doc fix.
17532
17533 * subr.el (dolist, dotimes): Copied from cl-macs.el
17534 and made to work.
17535
17536 * mail/undigest.el (rmail-digest-end-regexps):
17537 Variable replaces rmail-digest-end-regexp.
17538 Allows multiple regexps for detecting the end line.
17539 (undigestify-rmail-message): Corresponding changes.
17540
175412000-01-19 Dave Love <fx@gnu.org>
17542
17543 * files.el (user-init-file): Don't declare here -- is primitive.
17544
17545 * startup.el (command-line): Check for compiled user-init-file and
17546 set to uncompiled version if necessary.
17547
175482000-01-18 Gerd Moellmann <gerd@gnu.org>
17549
17550 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17551 (undigestify-rmail-message): Use it.
17552
17553 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17554
175552000-01-17 Gerd Moellmann <gerd@gnu.org>
17556
17557 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17558 of mini-buffer.
17559
175602000-01-14 Gerd Moellmann <gerd@gnu.org>
17561
17562 * emacs-lisp/copyright.el (copyright-update): Removed the
17563 requirement for a trailing space from `copyright-regexp', to
17564 support copyrights with owner specified on a separate line..
17565
17566 * align.el: New file.
17567
17568 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17569
17570 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17571
175722000-01-13 Dave Love <fx@gnu.org>
17573
17574 * ph.el: Removed. (Obsoleted by EUDC.)
17575
175762000-01-13 Gerd Moellmann <gerd@gnu.org>
17577
17578 * net/eudc.el (toplevel): Remove autoloaded code installing
17579 menu with easymenu, because that causes build problems.
17580
17581 * frame.el (frame-notice-user-settings): New variable.
17582 (frame-notice-user-settings): Don't modify frame parameters
17583 if called a second time.
17584
175852000-01-13 Richard M. Stallman <rms@gnu.org>
17586
17587 * frame.el (frame-notice-user-settings):
17588 Notice default-frame-parameters even for non-window frames.
17589
175902000-01-13 Gerd Moellmann <gerd@gnu.org>
17591
17592 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17593 for Emacs.
17594 (eudc-bob-can-display-inline-images): Extend for Emacs.
17595 (eudc-bob-toggle-inline-display): Ditto.
17596 (eudc-bob-display-jpeg): Ditto.
17597
175982000-01-12 Gerd Moellmann <gerd@gnu.org>
17599
17600 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17601 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17602 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17603
86f6474c
SM
17604 * add-log.el (add-change-log-entry): Fix error trying an
17605 `(insert nil)'.
a30eb617
DL
17606
17607 * subdirs.el: Add `net' directory.
17608
17609 * net: New directory.
17610
17611 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17612 eval-last-sexp. Don't bind debug-on-error here.
17613 (eval-last-sexp): New function. Bind debug-on-error if
17614 eval-expression-debug-on-error is non-nil.
17615 (eval-defun-2, eval-defun): Likewise.
17616
17617 * simple.el (eval-expression): Don't bind debug-on-error if
17618 eval-expression-debug-on-error is nil. Detect changed
17619 debug-on-error, and propagate new value to global binding, if
17620 eval-expression-debug-on-error is non-nil,
17621 (eval-expression-debug-on-error): Change doc string.
17622
176232000-01-11 Richard M. Stallman <rms@gnu.org>
17624
17625 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17626
17627 * emacs-lisp/lisp-mode.el (with-syntax-table):
17628 Set up lisp-indent-function property.
17629
17630 * subr.el (with-syntax-table): Moved from simple.el.
17631
17632 * simple.el (with-syntax-table): Moved to subr.el.
17633
176342000-01-11 Gerd Moellmann <gerd@gnu.org>
17635
17636 * tmm.el (tmm-shortcut): Delete region after prompt instead
17637 of erasing buffer.
17638
17639 * textmodes/fill.el (fill-common-string-prefix): New function.
17640 (fill-context-prefix): Use the longest common prefix of first
17641 and second line fill prefix, if there is one.
17642
176432000-01-11 Richard M. Stallman <rms@gnu.org>
17644
17645 * array.el (array-mode): Don't use make-variable-buffer-local.
17646 Use make-local-variable for `truncate-lines'.
17647
176482000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17649
17650 * add-log.el (add-log-current-defun): Handle user-defined
17651 add-log-current-function returning nil,
17652
17653 * add-log.el (add-change-log-entry): Insert version number
17654 if having found a current function
17655
86f6474c
SM
17656 * add-log.el (add-log-current-defun):
17657 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17658 level 1. Strip whitespace from defun found.
17659
176602000-01-10 John Wiegley <johnw@gnu.org>
17661
17662 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17663 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17664
176652000-01-10 Dave Love <fx@gnu.org>
17666
17667 * elide-head.el (elide-head): Use point-marker, not point.
17668
176692000-01-10 Gerd Moellmann <gerd@gnu.org>
17670
17671 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17672 before and after the year 2000.
17673
17674 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17675 Add ispell- prefix.
17676
176772000-01-10 Ken Stevens <k.stevens@ieee.org>
17678
17679 * ispell.el: Only define dictionaries in menus when they exist.
17680 (version18p): New variable.
17681 (version20p): New variable.
17682 (xemacsp): New variable.
17683 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17684 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17685 (ispell-dictionary-alist6): Russian command lines no longer accept
17686 run-together words.
17687 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17688 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17689 (check-ispell-version): Added documentation string. Return library
17690 path when called non-interactively.
a30eb617
DL
17691 (ispell-menu-map-needed): Uses new variables.
17692 (ispell-library-path): New variable.
17693 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17694 (ispell-word): Improved documentation string. Test for valid
17695 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17696 result in single words split into multiple words.
17697 Return replacement word.
a30eb617
DL
17698 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17699 replace in recursive query replace mode. Help message for
17700 recursive edit mode.
17701 (ispell-show-choices): Protect against bad framepop bindings.
17702 (ispell-help): Fix to work with XEmacs.
17703 (ispell-highlight-spelling-error): Use new variables.
17704 (ispell-overlay-window): Fix to work with XEmacs.
17705 (ispell-parse-output): Passed and returns location information
17706 tracking spelling corrections. Doesn't recheck same word on
17707 current line.
17708 (ispell-init-process): Protect against bogus XEmacs variable binding.
17709 Fix call to single argument in sleep-for. Use new variables.
17710 (ispell-region): Passed and returns location information tracking
17711 spelling corrections. Doesn't check same word on current line.
17712 Improved documentation string. Doesn't resend a line already
17713 checked to the ispell process - fixes bug in LaTeX parsing.
17714 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17715 (ispell-skip-region): No longer skips <TT> in SGML.
17716 (ispell-process-line): Tracks location information with spelling
17717 corrections. Added documentation string. Accounts for words
17718 already accepted on this line. Don't allow query-replace on line
17719 starting with math characters. Doesn't resend a line already sent
17720 to ispell process. Fixes alignment error bug.
17721
177222000-01-10 Richard M. Stallman <rms@gnu.org>
17723
17724 * dired-x.el (dired-guess-shell-alist-default):
17725 Suggest xloadimage, which is free, not xv, which isn't.
17726
17727 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17728 Don't ever include the host name or user name in the value.
17729
177302000-01-09 Gerd Moellmann <gerd@gnu.org>
17731
17732 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17733 of a real newline.
17734
177352000-01-09 Stephen Eglen <stephen@gnu.org>
17736
17737 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17738 for .png files.
17739
177402000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17741
17742 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17743
177442000-01-09 Gerd Moellmann <gerd@gnu.org>
17745
17746 * progmodes/cperl-mode.el: Replace ^F with ^L.
17747
86f6474c
SM
17748 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17749 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17750
177512000-01-08 Dave Love <fx@gnu.org>
17752
17753 * emacs-lisp/backquote.el: Remove inappropriate customization
17754 (allowing custom.el to use backquote).
17755
177562000-01-07 Dave Love <fx@gnu.org>
17757
17758 * add-log.el (add-log-debugging): Deleted.
17759 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17760 file. Remove debugging code.
17761 (change-log-get-method-definition, change-log-name): Add doc.
17762 (change-log-sortable-date-at): New function.
17763 (change-log-merge): New command.
17764
17765 * time.el (display-time-string-forms): Make the Mail string active.
17766 (display-time-update): Provide help-echo for load average.
17767
17768 * bindings.el (make-mode-line-mouse2-map): New function.
17769 (mode-line-modified): Use it and simplify.
17770 (mode-line-mule-info): Provide help-echo info.
17771 (minor-mode-alist): Activate the strings.
17772 (make-mode-line-mouse-sensitive): Simplify for
17773 mode-line-buffer-identification.
17774
177752000-01-07 Gerd Moellmann <gerd@gnu.org>
17776
17777 * play/pong.el: New file.
17778
177792000-01-06 Dave Love <fx@gnu.org>
17780
17781 * array.el: Assorted cleanups for compiler warnings, doc strings,
17782 `array-' prefix for symbols.
17783
177842000-01-05 Dave Love <fx@gnu.org>
17785
86f6474c
SM
17786 * textmodes/outline.el (outline-mode-menu-bar-map):
17787 Add outline-headers-as-kill.
a30eb617
DL
17788 (outline-mode): Define imenu-generic-expression.
17789 (outline-headers-as-kill): New command.
17790
17791 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17792 from paragraph-start.
17793 (paragraph-indent-minor-mode): New command.
17794
17795 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17796 M-C-e, M-C-h, C-j, C-xnd, TAB.
17797 (fortran-mode): Set beginning-of-defun, end-of-defun.
17798 (fortran-column-ruler): Simplify.
17799 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17800 (fortran-with-subprogram-narrowing): Likewise.
17801 (fortran-indent-subprogram): Call mark-defun.
17802 (fortran-check-for-matching-do): Change narrowing.
17803
17804 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17805 (cl-lucid-hash-tag): Delete.
17806 (cl-hash-table-p): Correct test for native table.
17807 (cl-hash-table-count): Use hash-table-count.
17808
17809 * browse-url.el (browse-url): Fix case of
17810 browse-url-browser-function being an alist.
17811
178122000-01-05 Carsten Dominik <cd@gnu.org>
17813
17814 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17815 (reftex-index-phrase-file-extension): New options.
17816
17817 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17818 Use new option `reftex-index-phrase-file-extension'.
17819
17820 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17821 `reftex-parse-file-extension'.
17822
178232000-01-05 Dave Love <fx@gnu.org>
17824
17825 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17826 (beginning-of-defun-raw): Use it.
17827 (end-of-defun): New variable.
17828 (end-of-defun): Use it.
17829 (check-parens): New command.
17830
178312000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17832
17833 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17834 (hs-show-block): Don't use `mapcar' when not accumulating.
17835
17836 Fix buglet in local variables initialization.
17837
178382000-01-05 Andreas Schwab <schwab@suse.de>
17839
17840 * hscroll.el (hscroll): Doc fix.
17841
178422000-01-05 Carsten Dominik <cd@gnu.org>
17843
86f6474c
SM
17844 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17845 Require idlw-toolbar.
a30eb617 17846
86f6474c 17847 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17848 file idlw-rinfo.el.
86f6474c
SM
17849 (idlwave-customize): Load must read file idlw-shell.el.
17850 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17851
178522000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17853
17854 * progmodes/idlw-shell.el: Also provide idlwave-shell
17855 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17856 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17857
86f6474c 17858 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17859 both reftex-dcr and reftex-vcr.
17860
17861 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17862
178632000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17864
17865 * ps-print.el: PostScript code now is in separate files, doc fix.
17866 (ps-print-version): New version number (5.0.3).
17867 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17868 local.
17869 (ps-spool-config): Initialization fix.
17870 (ps-print-prologue-1, ps-print-prologue-2)
17871 (ps-print-duplex-feature): PostScript code moved to separated file.
17872 (ps-background-image): Little code reformating.
17873 (ps-begin-file, ps-begin-job): Fix code.
17874 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17875 (ps-prologue-file): New fun.
17876
178772000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17878
17879 * ps-vars.el: Eliminated.
17880
17881 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17882 `;;;###autoload'.
17883
17884 * ps-print.el: ps-vars eliminated, doc fix.
17885 (ps-print-version): New version number (5.0.2).
17886 (ps-spool-config): Initialization fix.
17887 (ps-print-customize): New fun.
17888
178892000-01-04 Gerd Moellmann <gerd@gnu.org>
17890
86f6474c 17891 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17892
178932000-01-04 Dave Love <fx@gnu.org>
17894
17895 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17896 menu items.
17897
178982000-01-03 Dave Love <fx@gnu.org>
17899
17900 * elide-head.el (elide-head) [defgroup]: Add :version.
17901
17902 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17903 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17904 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17905 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17906
179072000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17908
17909 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17910 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17911
179122000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17913
17914 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17915 at comment end, and re-insert them after filling.
17916
179172000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17918
17919 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17920 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17921 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17922
179232000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17924
17925 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17926 the new name of face-color-supported-p.
17927
17928 * term/w32-win.el (xw-defined-colors): Likewise.
17929
179302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17931
17932 * simple.el (completion-setup-function): Count completion-size
17933 from minibuffer-prompt-end, not from point-min.
17934
179352000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17936
17937 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17938 Pass the frame to tty-color-* functions.
17939 (display-color-p, frame-set-background-mode): Pass the frame to
17940 tty-display-color-p.
17941
17942 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17943 tty-color-alist.
17944 (tty-color-alist, tty-modify-color-alist): New functions.
17945 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17946 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17947 optional parameter FRAME.
a30eb617
DL
17948
179492000-01-01 Gerd Moellmann <gerd@gnu.org>
17950
86f6474c
SM
17951 * image.el (create-image, defimage): Don't assume image data is
17952 a string.
a30eb617
DL
17953
17954 * image.el (defimage): Handle specifications containing :data
17955 instead of :file.
17956 (image-type-from-data): New function.
17957 (image-type-from-file-header): Use it.
17958 (create-image): Add parameter DATA-P.
17959
17960See ChangeLog.8 for earlier changes.
17961
17962;; Local Variables:
17963;; coding: iso-2022-7bit
17964;; End: