Fix a typo.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
dd441b46
GM
12001-07-02 Gerd Moellmann <gerd@gnu.org>
2
3 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of
4 2000-10-15.
5
7a3ee510
EZ
62001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
7
33e432b1
EZ
8 * allout.el: Fix the header line, so that finder.el recognizes it.
9 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
10
7a3ee510
EZ
11 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix. From Pavel
12 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
13
3024d920
EZ
142001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
15
027a15c1
EZ
16 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt
17 file.
18
3024d920
EZ
19 * ps-bdf.el (bdf-directory-list): Use the value relative to
20 installation-directory for MS-Windows as well.
21
0c1baae8
RS
222001-06-29 Richard M. Stallman <rms@gnu.org>
23
24 * wid-edit.el (widget-color-sample-face-get):
25 Return ((foreground-color . COLOR)) instead of constructing a face.
26
442ebe98
EZ
272001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
28
29 * faces.el (region): Change the background color for the
30 light-background color display to lightgoldenrod2, to make it
31 visible on some laptops.
32
6519817e
RS
332001-06-28 Richard M. Stallman <rms@gnu.org>
34
35 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
36 (rmail-msg-restore-non-pruned-header): Likewise.
37 If point was in the old pruned header, put it at the top.
38 (rmail-msg-prune-header): If point was at the top, keep it there.
39
40 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
41 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
42
15533ae2
SM
432001-06-28 Stefan Monnier <monnier@cs.yale.edu>
44
45 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
46
19a448e3
KF
472001-06-28 Karl Fogel <kfogel@red-bean.com>
48
49 * saveplace.el: Update maintainer email address.
50
a17555fd
FP
512001-06-27 Francesco Potorti` <pot@gnu.org>
52
15533ae2
SM
53 * uniquify.el: (uniquify-rationalize-file-buffer-names):
54 Undo previous change.
a17555fd
FP
55
562001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
57
58 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
59 preliminary quick reordering. Can speed things up dramatically.
60
555cc9ca
RS
612001-06-26 Richard M. Stallman <rms@gnu.org>
62
4d68abe0
RS
63 * dired.el (dired-get-filename): A file name starting with ~
64 is not absolute in this context.
65
555cc9ca
RS
66 * which-func.el (which-func-maxout): Increase default to 500000.
67 (which-function-mode): This is now the "real" name of the function.
68 (which-func-mode): Now an alias.
69 (which-func-mode-global): Name deleted.
70
71 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
72 button-2, when binding hs-mouse-toggle-hiding.
73
d9bad487
GM
742001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
75
15533ae2 76 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
77 (rmail-msg-prune-header): Likewise.
78 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
79 and `rmail-msg-prune-header'.
80
da197e75
SM
812001-06-25 Stefan Monnier <monnier@cs.yale.edu>
82
83 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
84 back than LINEBEG.
85
9501b986
EZ
862001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
87
88 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
89 window where they clicked the mouse has a header line, adjust
90 vertical movement by one.
91
7aee34d3
GM
922001-06-25 Milan Zamazal <pdm@zamazal.org>
93
da197e75
SM
94 * progmodes/glasses.el (glasses-make-readable): Consider underscores
95 too when separating a parenthesis.
7aee34d3 96
b9cc92a4
EZ
972001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
98
99 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
100 (bookmark-bmenu-hide-filenames): Add help-echo to
101 mouse-highlighted text.
102 (bookmark-bmenu-show-filenames): Remove help-echo property from
103 the whitespace.
104
e55c4863
EZ
1052001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
106
da197e75
SM
107 * files.el (auto-mode-alist): Add configure.ac (autoconf).
108 From Karl Eichwalder <ke@suse.de>.
e55c4863 109
4bd41f5a
RS
1102001-06-23 Richard M. Stallman <rms@gnu.org>
111
112 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
113
114 * progmodes/cc-styles.el (c-set-style): Don't specify initial
115 contents for completing-read.
116
fdae95d4
RS
1172001-06-22 Richard M. Stallman <rms@gnu.org>
118
119 * menu-bar.el (menu-bar-make-toggle): Construct the
120 function's doc string from HELP, not DOC, and make it accurate by
121 adding "Toggle whether to " at the front and downcasing the initial.
122 Change the HELP arg in some calls to make it fit this usage.
123
124 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
125 Undo previous change.
126
5f0e1d42
EZ
1272001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
128
1fd63d9b
EZ
129 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
130
da197e75 131 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 132
2ebf8f54
EZ
1332001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
134
7a03d9cd
EZ
135 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
136
2ebf8f54
EZ
137 * dabbrev.el (dabbrev--select-buffers): Fix last change.
138
4de68712
RS
1392001-06-20 Richard M. Stallman <rms@gnu.org>
140
141 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
142 broken out from dabbrev--find-expansion. Handle minibuffer
143 specially here.
144 (dabbrev--find-expansion): Simplify code in various ways.
145 Don't treat minibuffers specially.
146 Call dabbrev--make-friend-buffer-list.
da197e75 147 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
148 (dabbrev--scanning-message): Do nothing when minibuffer is current.
149
f84e9763 1502001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 151
f84e9763
JW
152 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
153 Also, added a comment describing how to greatly speedup Eshell
154 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 155
f5f3efaa 1562001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 157
da197e75
SM
158 * eshell/esh-mode.el: Disabled a test that often yields false failures.
159
f84e9763
JW
1602001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
161
162 * woman.el (WoMan-highlight-references): Add help-echo to
163 mouse-highlighted text.
b868ed49 164
f7ac3e28
SM
1652001-06-18 Stefan Monnier <monnier@cs.yale.edu>
166
167 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
168
f6f1beba
GM
1692001-06-18 Gerd Moellmann <gerd@gnu.org>
170
f7ac3e28
SM
171 * international/quail.el (quail-start-conversion):
172 Reset quail-translating to nil.
db8f7303 173
f6f1beba
GM
174 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
175 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
176
1a0b9ae6
EZ
1772001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
178
855eca56
EZ
179 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
180 mouse-highlighted text.
181
1a0b9ae6
EZ
182 * dired.el (dired-mark-pop-up): Fix last change.
183
e75e894b
EZ
1842001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
185
218abc51
EZ
186 * calendar/calendar.el (generate-calendar-month): Add help-echo to
187 mouse-highlighted text.
188
d36ca65d
EZ
189 * net/quickurl.el (quickurl-url-file): Run through
190 convert-standard-filename.
191 (quickurl-list-populate-buffer): Add help-echo to
192 mouse-highlighted text.
193 (top-level): Update Dave's URL.
194
092924fd
EZ
195 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
196 mouse-highlighted text.
197
f7ac3e28
SM
198 * textmodes/page-ext.el (pages-copy-header-and-position):
199 Add help-echo to mouse-highlighted text.
092924fd
EZ
200
201 * tar-mode.el (tar-header-block-summarize): Add help-echo to
202 mouse-highlighted text.
203
204 * replace.el (occur): Add help-echo to mouse-highlighted text.
205
206 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
207 mouse-highlighted text.
208
209 * progmodes/cpp.el (cpp-make-button): Add help-echo to
210 mouse-highlighted text.
211
f7ac3e28
SM
212 * progmodes/compile.el (compile-reinitialize-errors):
213 Add help-echo to mouse-highlighted messages.
092924fd
EZ
214 (compilation-forget-errors): Remove help-echo property as well.
215
f7ac3e28
SM
216 * play/landmark.el (lm-plot-square, lm-init-display):
217 Add help-echo to mouse-highlighted text.
092924fd 218
f7ac3e28
SM
219 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
220 Add help-echo to mouse-highlighted text.
092924fd
EZ
221
222 * dired.el (dired-insert-set-properties): Add help-echo to
223 mouse-highlighted text.
f7ac3e28 224 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
225
226 * comint.el (comint-send-input): Add help-echo to
227 mouse-highlighted text.
228
229 * buff-menu.el (list-buffers-noselect): Add help-echo to
230 mouse-highlighted text.
231
232 * arc-mode.el (archive-summarize-files): Add help-echo to
233 mouse-highlighted text.
234
e75e894b
EZ
235 * ffap.el (ffap-machine-p): Always return nil if
236 open-network-stream is not fboundp.
237
f621ed9d
SM
2382001-06-17 Stefan Monnier <monnier@cs.yale.edu>
239
240 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
241 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
242 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
243 incorrectly binding chars between 128 and 256 to it.
244 (sgml-maybe-name-self): Handle latin-1 chars properly.
245 (sgml-tags-invisible): Bind buffer-file-name to nil.
246 Use unwind-protect and restore-buffer-modified-p.
247 (sgml-point-entered): Use buffer-substring-no-properties.
248 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
249 (html-mode): Don't force `imenu-sort-function'.
250
884e8578
EZ
2512001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
252
d5b49f47
EZ
253 * tar-mode.el: Fix the copyright notice.
254
ce6b1982
EZ
255 * font-lock.el (font-lock-comment-face): For tty's with dark
256 background, use "red1", since "lightred" is not one of the colors
257 recognized by tty-colors.el.
258
884e8578
EZ
259 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
260 create a buffer for extracted file, in case there's more than one
261 file by that name in an archive, possibly in different
262 directories. From Kevin Rodgers <kevinr@ihs.com>.
263
264 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
265 <alex@gnu.org>.
266
72190a54
MB
2672001-06-15 Miles Bader <miles@gnu.org>
268
f621ed9d
SM
269 * textmodes/texinfmt.el (texinfo-format-syntax-table):
270 Revert previous change.
72190a54 271
e4cdc335
RS
2722001-06-14 Richard M. Stallman <rms@gnu.org>
273
274 * replace.el (keep-lines-read-args): Return just a regexp.
275 Provide nil for the region args.
f621ed9d 276 (keep-lines, flush-lines, how-many):
e4cdc335
RS
277 Calculate the defaults for the region here, when args are nil.
278
c8c6b45a
EZ
2792001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
280
281 * rot13.el (rot13-other-window): Some more doc fix.
282
f54701d1
EZ
2832001-06-14 Per Starback <starback@ling.uu.se>
284
285 * replace.el (case-replace, query-replace-from-history-variable)
286 (query-replace-to-history-variable, keep-lines-read-args)
287 (occur-revert-function, query-replace-help): Dox fix.
288
1604ce98
EZ
2892001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
290
291 * rot13.el (rot13-other-window): Doc fix.
292
22058843
MB
2932001-06-14 Miles Bader <miles@gnu.org>
294
295 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
296 of " and \ to "." (punctuation).
297 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
298
e4cdc335
RS
2992001-06-13 Richard M. Stallman <rms@gnu.org>
300
301 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
302
303 * simple.el (shell-command-on-region): Never kill the
304 *Shell Command Output* buffer.
305
a62d56ab
SM
3062001-06-13 Stefan Monnier <monnier@cs.yale.edu>
307
308 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
309
4a0aa1d9
SM
3102001-06-10 Stefan Monnier <monnier@cs.yale.edu>
311
312 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
313 New var, to recognize ${ $' and PODs.
314 (perl-font-lock-syntactic-face-function): New function.
315 (perl-mode): Use them.
316 (perl-continuation-line-p): New function, from perl-calculate-indent.
317 (perl-calculate-indent): Use it, to properly handle continuation
318 lines of continuation lines.
319
b5a9911c
EZ
3202001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
321
322 * server.el (server-process, server-buffer-clients): Doc fix.
323 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
324
0f056ec1
JW
3252001-06-09 John Wiegley <johnw@gnu.org>
326
327 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
328 test if the last command was Lisp or not.
329 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
330 B x C".
331
e5e316b0
EZ
3322001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
333
334 * dos-w32.el (grep-regexp-alist): Remove definition, since the
335 general one on compile.el supports drive letters.
7f4350a7
CD
336
3372001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
338
5a905a7e 339 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 340 key description.
7f4350a7
CD
341
342 * textmodes/reftex-sel.el (reftex-select-jump): New command.
343
5a905a7e 344 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
345 (reftex-toc-jump): New command.
346
347 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 348 to parse international characters as well.
7f4350a7 349
5a905a7e 350 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 351 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 352
5a905a7e
SM
353 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
354
355 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 356 TAB to the key separators.
7f4350a7 357
73419021
EZ
3582001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
359
360 * international/mule.el (auto-coding-alist): Remove redundant
361 up-cased versions of the extensions (auto-coding-alist-lookup is
362 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
363 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
364
cada28bb
EZ
3652001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
366
367 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
368
4f7666dc
RS
3692001-06-01 Richard M. Stallman <rms@gnu.org>
370
371 * help.el (describe-variable): Put value on same line
372 with preceding text, if it is short enough to look good that way.
373
70079787
EZ
3742001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
375
376 * term/internal.el (IT-unicode-translations): New variable.
377 (IT-setup-unicode-display): New function.
378
c86f4619
GM
3792001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
380
381 * ps-print.el: Handle before-string and after-string overlay properties
382 in ps-print-*-with-faces commands. Doc fix.
383 (ps-print-version): New version number (6.5.2).
384 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
385 for XEmacs.
386 (ps-prefix-quote): Doc fix.
c6d452ad 387 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
388 (ps-basic-plot-str, ps-plot-string): New funs.
389
1ea98518
SM
3902001-05-31 Stefan Monnier <monnier@cs.yale.edu>
391
392 * progmodes/etags.el (tags-compression-info-list): Fix docstring
393 and :type spec.
394
2b1ec973
GM
3952001-05-31 Gerd Moellmann <gerd@gnu.org>
396
1ea98518
SM
397 * international/mule-cmds.el (inactivate-input-method):
398 Set input-method-function to nil.
2b1ec973 399
94843cc1
GM
400 * xml.el (xml-parse-tag): The document may contain invalid characters.
401 From ShengHuo ZHU <zsh@cs.rochester.edu>
402
9652931f
GM
4032001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
404
405 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
406 `rmail-summary-line-decoder' if the message does not have
407 a Subject: field.
9652931f 408
1ea98518 409 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 410
1ea98518
SM
411 * mail/rmail.el (rmail-insert-mime-resent-message-function):
412 New variable.
9652931f
GM
413 (rmail-resend): Modify to work in `rmail-view-buffer'; call
414 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
415 is non-nil.
416
f7ac3e28
SM
4172001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
418
419 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
420
b781e739
SS
4212001-05-29 Sam Steingold <sds@gnu.org>
422
00f51890
SS
423 * faces.el (face-valid-attribute-values): Bind `valid' directly
424 instead of using `setq'.
425
b781e739
SS
426 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
427 Use `tex-shell-buf'.
428 (tex-shell-proc): Use `tex-shell-running'.
429 (tex-shell-buf-no-error): New function.
430 (tex-send-tex-command): Use it.
431 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
432 (tex-kill-job): Check the process before calling `quit-process'.
433
3d0e328b
GM
4342001-05-29 Gerd Moellmann <gerd@gnu.org>
435
1ea98518
SM
436 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
437 UTF-8 sequences.
3d0e328b 438
8bd6307f
GM
4392001-05-28 Miles Bader <miles@gnu.org>
440
441 * comint.el (comint-carriage-motion): Renamed from
442 `comint-cr-magic'. Operate on the buffer instead of the string
443 (for use as a comint post-output filter, instead of as a
444 pre-output filter). Handle backspaces too. Add to the
445 `comint-output-filter-functions' hook instead of
446 `comint-preoutput-filter-functions'.
447
89c8dc6c
GM
4482001-05-28 Gerd Moellmann <gerd@gnu.org>
449
450 * language/japan-util.el (japanese-hankaku): Prefer the charset
451 `jisx0201' when the optional argument `ascii-only' is not specified.
452 (japanese-hankaku-region): Ditto.
453 From Katsumi Yamaoka <yamaoka@jpl.org>
454
f25c1b9b
SM
4552001-05-28 Stefan Monnier <monnier@cs.yale.edu>
456
457 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
458 (outline-invisible-p): New function.
459 (hide-leaves): Save excursion.
460 (hide-other): Stop looping when reaching bobp.
461
719bb352
EZ
4622001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
463
464 * cus-edit.el (custom-file): Fix last change.
465
d686d354
SM
4662001-05-27 Stefan Monnier <monnier@cs.yale.edu>
467
468 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
469 same definition in byte-compile-function-environment as `autoload'
470 would put in `symbol-function'.
471
472 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
473 patch to correct the error message as well.
474
49b1a638
EZ
4752001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
476
71261a01
EZ
477 * cus-edit.el (custom-file): Don't assume we were invoked with -q
478 unless ~/.emacs exists.
479
49b1a638
EZ
480 * novice.el (enable-command): If user-init-file is nil or does not
481 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
482
a434b175
SM
4832001-05-25 Stefan Monnier <monnier@cs.yale.edu>
484
15ca8de7
SM
485 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
486 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
487 Allow spaces around macro arguments.
488 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
489 indent-for-tab-command.
490 (latex-mode-map, plain-tex-mode-map): New keymaps.
491 Inherit from tex-mode-map.
492 (tex-common-initialization): Don't setup the keymap any more
493 since it's now done right by define-derived-mode.
494 (latex-mode): Set skeleton-end-hook to nil.
495 (latex-skeleton-end-hook): Remove.
496 (tex-latex-block, latex-insert-item): Simplify.
497 (latex-syntax-after): Use following-char rather than char-after.
498 (tex-discount-args-cmds, tex-count-words): New functions.
499
500 * textmodes/tildify.el (tildify-ignored-environments-alist):
501 Recognize \verb* as well.
502
503 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
504 (perl-comment-indent): Simplify to let newcomment.el do its job.
505 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
506 (perl-mark-function): Cleanup the namespace.
507 (perl-calculate-indent): Don't be fooled by nested functions.
508
509 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
510
a434b175
SM
511 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
512 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
513
4e7e1f03
AC
5142001-05-25 Andrew Choi <akochoi@i-cable.com>
515
516 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
517 actually be `\\'.
518 (ctlau-b5-converter): Likewise.
519
2bef0948
AC
5202001-05-24 Andrew Choi <akochoi@i-cable.com>
521
522 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
523 Change CTLauB.el to CTLau-b5.el.
524
d2d1851b
SM
5252001-05-23 Stefan Monnier <monnier@cs.yale.edu>
526
527 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
528 rather than beginning-of-line to avoid problems with fields.
529 (gud-perldb-massage-args): Use unless and push.
530 (gud-chdir-before-run): New var.
531 (gud-common-init): Use it.
532
5e3d4fbc
AC
5332001-05-24 Andrew Choi <akochoi@i-cable.com>
534
535 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
536 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 537 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 538 chinese-ctlaub.
d2d1851b
SM
539 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
540 New functions.
5e3d4fbc 541
0216c3df
GM
5422001-05-22 Gerd Moellmann <gerd@gnu.org>
543
f1f65349
GM
544 * cus-edit.el (custom-comment-show): Remove debug code.
545
0216c3df
GM
546 * language/japan-util.el (japanese-symbol-table): Fix handling of
547 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
548
e8a1ed31
SM
5492001-05-21 Stefan Monnier <monnier@cs.yale.edu>
550
551 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
552 Renamed by removing the silly `-flag' suffix.
553 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
554
7246200c
SM
5552001-05-20 Stefan Monnier <monnier@cs.yale.edu>
556
557 * replace.el (keep-lines-read-args): Use `copy-marker'.
558 (how-many): Save excursion properly.
559 (occur-mode): Use define-derived-mode.
560 (perform-replace): Use with-current-buffer.
561
7e971261
RS
5622001-05-20 Richard M. Stallman <rms@gnu.org>
563
65569e52
RS
564 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
565
cc9684e8
RS
566 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
567
9ca00e71
RS
568 * info.el (Info-read-subfile): Widen before finding the
569 desired node in the subfile.
570
7e971261
RS
571 * startup.el (command-line-1): When >2 files visited,
572 leave the last one visible, and make that the selected window.
573
7c5312b2
GM
5742001-05-20 Gerd Moellmann <gerd@gnu.org>
575
576 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
577
310e9a21
EZ
5782001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
579
7246200c
SM
580 * international/ccl.el (define-ccl-program): Fix a typo.
581 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
582
583 * international/mule.el (decode-char): Fix a typo. From Pavel
584 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
585
586 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
587 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
588
310e9a21
EZ
589 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
590 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
591
ef55aa6c
SS
5922001-05-18 Sam Steingold <sds@gnu.org>
593
7246200c 594 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
595 and [RET] to `cvs-mode-find-file'.
596
c9f3bebe
JW
5972001-05-18 John Wiegley <johnw@gnu.org>
598
599 * eshell/esh-ext.el (eshell-explicit-command-char): A new
600 configuration variable, which determines the initial character
601 that forces use of an external version of a command. The default
602 is *, but may be set to \, for example.
603
604 * eshell/esh-ext.el (eshell-explicit-command):
605 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 606
c9f3bebe
JW
607 * eshell/esh-cmd.el (eshell/which):
608 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 609
7c5312b2
GM
610 * eshell/em-cmpl.el (eshell-completion-command-name)
611 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
612 instead of ?*.
613
1c66d9fb
GM
6142001-05-18 Gerd Moellmann <gerd@gnu.org>
615
a724ed38
GM
616 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
617 subst-char-in-string.
618 (ange-ftp-after-parse-ls-hook): New variable.
619 (ange-ftp-ls): Run that hook.
620 From Peter Milliken <Peter.Milliken@GTECH.COM>.
621
0595722b
GM
622 * tmm.el (tmm-get-keymap): Fix handling of :filter.
623 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
624 text into *Completions*.
625
1c66d9fb
GM
626 * net/goto-addr.el (goto-address-at-point): Deal with URLs
627 part of which look like email addresses.
628
c5bdb93d
AI
6292001-05-18 Andrew Innes <andrewi@gnu.org>
630
7246200c
SM
631 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
632 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
633 cmd.exe's handling of FOR loops.
634 (autoloads): Set find-file-suppress-same-file-warnings to t to
635 avoid slew of spurious messages.
636
9a1211f2
GM
6372001-05-18 Simon Josefsson <simon@josefsson.org>
638
639 * mail/smtpmail.el (maybe-append-domain): Renamed to
640 `smtpmail-maybe-append-domain'.
641 (smtpmail-via-smtp): Use the new name.
642
29148a3f
GM
643 * net/browse-url.el (browse-url-browser-function): Add kde.
644 (browse-url-kde-program, browse-url-kde-args): New variables.
645 (browse-url-kde): New function.
646
9ab59a1a
MB
6472001-05-18 Miles Bader <miles@gnu.org>
648
7246200c
SM
649 * simple.el (delete-horizontal-space, just-one-space):
650 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
651 because it's more efficient for large files.
652
cebf1b97
GM
6532001-05-17 Gerd Moellmann <gerd@gnu.org>
654
f90c23ca
GM
655 * mail/rmail.el (rmail-require-mime-maybe): New function.
656 (rmail): Use it.
657 (rmail-mode): Handle the case of finding Rmail files.
658
cebf1b97
GM
659 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
660 functions.
661
df22166e
SM
6622001-05-17 Stefan Monnier <monnier@cs.yale.edu>
663
664 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
665 text-property after moving to the beginning of line and regardless
666 of the value of font-lock-multiline.
667
2ca0d5f1
GM
6682001-05-17 Gerd Moellmann <gerd@gnu.org>
669
e85e809a
GM
670 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
671
2ca0d5f1
GM
672 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
673 last coding system used before calling set-buffer-modified-p
674 because that function changes last-coding-system.
675
4c6a4739
EZ
6762001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
677
678 * files.el (switch-to-buffer-other-window)
679 (switch-to-buffer-other-frame): Add an xref to display-buffer in
680 the doc string.
681
f08cf35b
GM
6822001-05-17 Gerd Moellmann <gerd@gnu.org>
683
684 * language/slovak.el, language/czech.el: New maintainer.
685
2180ea97
SS
6862001-05-16 Sam Steingold <sds@gnu.org>
687
f08cf35b 688 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
689 sub-form of `defgeneric' correctly.
690
9bae8781
GM
6912001-05-16 Gerd Moellmann <gerd@gnu.org>
692
a90b3d3c
GM
693 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
694 of `c'.
695
1b7818b4 696 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
697 condition-case, test what outline-level returns instead, to
698 ease debugging.
1b7818b4 699
9bae8781
GM
700 * international/mule.el (auto-coding-regexp-alist): New user-option.
701 (auto-coding-from-file-contents): New function.
702 (set-auto-coding): Use it to determine a coding system.
703
7644c605
GM
7042001-05-15 Gerd Moellmann <gerd@gnu.org>
705
18a0a39e
GM
706 * mouse.el (mouse-delete-other-windows): Doc fix.
707
df22166e
SM
708 * emacs-lisp/lisp-mode.el (lisp-mode):
709 Make font-lock-keywords-case-fold-search a buffer-local variable with
710 make-local-variable before setting it.
7644c605 711
940cf42e
EZ
7122001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
713
714 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
715 prefixes.
716
557f7c34
GM
7172001-05-14 Gerd Moellmann <gerd@gnu.org>
718
719 * hexl.el (hexl-current-address): Print a message when called
720 interactively.
721
14d9b141
SM
7222001-05-11 Stefan Monnier <monnier@cs.yale.edu>
723
724 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
725
726 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
727
728 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
729
7bd2d083
GM
7302001-05-11 Gerd Moellmann <gerd@gnu.org>
731
47e72862
GM
732 * startup.el (command-line): If parameters have been changed in
733 the init files which influence font selection, clear the face
734 cache so that faces get realized with the new parameters.
735
14d9b141 736 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 737
0f49941f
SM
7382001-05-10 Stefan Monnier <monnier@cs.yale.edu>
739
740 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
741
cbeed4a8
EZ
7422001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
743
744 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
745 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
746
ff9aa2ca
GM
7472001-05-10 Gerd Moellmann <gerd@gnu.org>
748
749 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 750 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 751
b2c99950
JW
7522001-05-09 John Wiegley <johnw@gnu.org>
753
0f49941f
SM
754 * eshell/esh-util.el (eshell-convert-numeric-arguments):
755 Annotated the documentation string to tell users about
3cb27fd7
JW
756 `eshell-no-numeric-conversions'.
757
c26f6b27
JW
758 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
759 conversions if a Lisp function has the property
760 `eshell-no-numeric-conversions' set to a non-nil value.
761
762 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
763 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
764 property `eshell-no-numeric-conversions' on the following
765 functions (which all deal with filesystem entities, and never Lisp
766 numerical values): eshell/cd, eshell/pushd, eshell/popd,
767 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
768 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
769 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
770 eshell/which, eshell/addpath.
771
7722001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 773
d089e299
JW
774 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
775 encountered as an argument, don't convert it right away, but tag
776 the first character of the string with the text properties
777 `number', which signifies to `eshell-lisp-command' that the
778 argument should be passed through `string-to-number' if it is
779 actually used in the call to a Lisp function.
780
781 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
782 function, convert any string arguments that have been tagged as
783 "numbers", by calling string-to-number.
784
785 * eshell/esh-util.el (eshell-number-regexp): Now that number
786 conversions only happen for Lisp function calls, the number regexp
787 should now match all integer and floating point forms.
788
789 * eshell/esh-proc.el: Disable `eshell-stop-process' and
790 `eshell-continue-process', since they are both nonfunctional at
791 the moment.
792 (eshell-proc-initialize): Don't bind keys for
793 `eshell-stop-process' or `eshell-continue-process'.
794
0f49941f
SM
795 * eshell/em-unix.el (eshell-shuffle-files):
796 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
797
798 * eshell/em-hist.el (eshell-add-to-history): Reference to
799 `eshell-history-ring' needed to be `eshell-history-index'.
800
0f49941f
SM
801 * calendar/timeclock.el (timeclock-find-discrep):
802 Initialize `elapsed' to 0.
cb89da0f
JW
803 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
804 it's still nil.
b2c99950 805
ff39b9a1
SM
8062001-05-09 Stefan Monnier <monnier@cs.yale.edu>
807
808 * arc-mode.el (archive-int-to-mode): Construct the string directly.
809 (archive-mode): Use capitalize.
810 (archive-unique-fname): Use make-temp-file.
811
9e53a675
GM
8122001-05-09 Gerd Moellmann <gerd@gnu.org>
813
814 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
815
c8224de6
EZ
8162001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
817
c533a7e2
EZ
818 * tar-mode.el (tar-extract): Pay attention to the value of
819 coding-system-for-read, if it is non-nil.
820
ff39b9a1
SM
821 * calendar/holidays.el (holidays): Add an autoload cookie.
822 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 823
1c8c9fb8
JW
8242001-05-08 John Wiegley <johnw@gnu.org>
825
ff39b9a1
SM
826 * calendar/timeclock.el (timeclock-workday-remaining):
827 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
828 (timeclock-workday-elapsed): Don't accept a "relative" argument
829 for the current day's elapsed time. What could that have meant?
ff39b9a1 830 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
831 (timeclock-when-to-leave): Changed logic, similarly to what was
832 done for `timeclock-workday-remaining'.
833 (timeclock-find-discrep): Removed "today-only" argument, which had
834 no meaning. Fixed some more math problems. The function now
835 returns a three member list: (TOTAL-TIME-DISCREPANCY
836 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
837
5f47fb28
EZ
8382001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
839
840 * w32-fns.el (convert-standard-filename): Start replacing slashes
841 from the beginning of the file name, not from where the last
842 invalid character was. From "Andrew Maguire (SWW)"
843 <Andrew.Maguire@Smallworld.co.uk>
844
6da5c7da
GM
8452001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
846
847 The following changes are to provide infrastructure for handling
848 MIME messages to rmail. They don't affect the original behaviour
849 if rmail-enable-mime is nil.
850
851 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
852 (rmail-search-mime-message-function)
853 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
854 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
855 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
856 `rmail-view-buffer' is hidden.
6da5c7da
GM
857 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
858 call rmai-show-mime-function.
859 (rmail-display-labels): If rmail-enable-mime is non-nil, update
860 mode-line-process of rmail-view-buffer.
861 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
862 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
863 buffer.
ff39b9a1
SM
864 (rmail-next-message, rmail-next-undeleted-message): Be sure to
865 set-buffer to the Rmail buffer.
6da5c7da
GM
866 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
867 rmail-search-mime-header-function.
868 (rmail-search-message): New function.
869 (rmail-search): Call rmail-search-message to check if a message
870 matches REGEXP, lastly update point after calling
871 rmail-show-message.
ff39b9a1
SM
872 (rmail-undelete-previous-message, rmail-expunge-confirmed)
873 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
874 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
875 header region, refer to rmail-msgref-vector while setting the
876 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
877 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
878 If rmail-enable-mime is non-nil, call
6da5c7da
GM
879 rmail-insert-mime-forwarded-message-function instead of inserting
880 forwarded message by itself.
881
882 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
883 Rmail buffer.
884 (rmail-set-label, rmail-next-labeled-message): Likewise.
885
886 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
887 set-buffer to the Rmail buffer.
888 (rmail-output-to-rmail-file): Likewise.
889 (rmail-output): Likewise.
890
891 * mail/rmailsum.el (rmail-message-subject-p): Process the result
892 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
893 (rmail-new-summary): Be sure to go to the Rmail buffer.
894 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
895 rmail-view-buffer to nil.
896 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
897 rmail-view-buffer.
898 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
899 rmail-buffer.
900 (rmail-summary-scroll-msg-down): Likewise.
901 (rmail-summary-beginning-of-message): Likewise.
902 (rmail-summary-wipe): Likewise.
903 (rmail-summary-toggle-header): Use save-window-excursion, not
904 save-excursion. Update point in rmail-view-buffer, not in
905 rmail-buffer.
906 (rmail-summary-reply): Before calling rmail-reply, set buffer to
907 rmail-view-buffer, not rmail-buffer.
908
5092477a
GM
9092001-05-07 Gerd Moellmann <gerd@gnu.org>
910
1e9fc92e
GM
911 * cus-edit.el (custom-file): Signal an error if user-init-file is
912 nil (running -q).
913
1d053370
GM
914 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
915
ff39b9a1
SM
916 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
917 Add :version.
918
919 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
920 New option.
1b62b062
GM
921 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
922 only if smtpmail-warn-about-unknown-extensions is set.
923
f851a71c
GM
924 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
925 instead of rmail-sort-by-keywords.
926
ff39b9a1 927 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
928 rmail-sort-by-keywords.
929
ff39b9a1
SM
930 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
931 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
932 (rmail-summary-mode): Doc fix.
933
5092477a
GM
934 * mail/rmail.el (rmail-edit): New Custom group.
935
936 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
937 (rmail-edit-mode-hook): New user-option.
938
05be3833
RS
9392001-05-05 Richard M. Stallman <rms@gnu.org>
940
941 * help.el (help-xref-symbol-regexp): Recognize "source of"
942 and friends, meaning make a link to the source file.
943 (help-make-xrefs): Handle "source of" and friends
944 by constructing a link that visits the source file.
945
946 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
947
7dfb000f
SM
9482001-05-04 Stefan Monnier <monnier@cs.yale.edu>
949
5efe6a56
SM
950 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
951 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
952 Renamed from perl-font-lock-keywords to avoid clashes.
953 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
954 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
955 Updated correspondingly.
956
7dfb000f
SM
957 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
958 Typo `nonexistant' -> `nonexistent'.
959
88bbb8cb
EZ
9602001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
961
7dfb000f
SM
962 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
963 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
964 `c-electric-delete-forward' always deletes forward and
965 `c-electric-delete' only contains the code necessary for XEmacs to
966 choose between backward and forward deletion.
7dfb000f 967
88bbb8cb
EZ
968 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
969 get the electric behavior on that key too.
970 (c-fill-paragraph): Fixed bogus direct use of
971 c-comment-prefix-regexp, which caused an error when it's a list.
972
a1af8dcf
EZ
9732001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
974
975 * dired-aux.el (dired-diff): Doc fix.
976
977 * dired.el (dired-diff): Likewise.
978
ddfb4005
EZ
9792001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
980
981 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
982
b36581fb
SM
9832001-05-02 Stefan Monnier <monnier@cs.yale.edu>
984
80a00b6a
SM
985 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
986 if both the buffer and the file are read-only.
987
b36581fb
SM
988 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
989 rather than font-lock-string-face.
990 (sh-get-indent-info): Treat heredocs like strings.
991
470bbe9b
GM
9922001-05-02 Gerd Moellmann <gerd@gnu.org>
993
b36581fb
SM
994 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
995 a newline following `}'.
3356df63
GM
996 (texinfo-format-email): New function.
997 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
998 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
999 Add `display'.
3356df63
GM
1000 (texinfo-sort-region): Goto point-min before sorting.
1001 (texinfo-set): Remove leading white space from value.
1002 From yagi@is.titech.ac.jp.
1003
470bbe9b
GM
1004 * replace.el (query-replace-regexp-eval): Doc fix.
1005
a9d2fd1d
SM
10062001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1007
1008 * diff-mode.el (diff-nonexistant-face): New face.
1009 (diff-font-lock-keywords): Use it.
1010
2b3e941a
EZ
10112001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1012
22cd6fd3
EZ
1013 * font-lock.el (font-lock-mode): Doc fix.
1014
2b3e941a
EZ
1015 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1016 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1017
50df7214
GM
10182001-04-30 Gerd Moellmann <gerd@gnu.org>
1019
a9d2fd1d
SM
1020 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1021 backslash at the start of the here-document delimiter.
a9793e45
GM
1022 (sh-font-lock-syntactic-keywords): Likewise.
1023
50df7214
GM
1024 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1025
e2f599e9
EZ
10262001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1027
1028 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1029 (tty-color-translate, tty-color-by-index, tty-color-values)
1030 (tty-color-desc): Doc fix.
1031
dcaf31d3
EZ
10322001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1035 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1036 Mention dired-dwim-target in the doc string.
dcaf31d3 1037
a6a06429
MB
10382001-04-28 Miles Bader <miles@gnu.org>
1039
1040 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1041 (dabbrev--find-expansion): Use it.
1042 (dabbrev--select-buffers): Don't select ignored buffers.
1043
5a5d9185
GM
10442001-04-27 Gerd Moellmann <gerd@gnu.org>
1045
a9d2fd1d 1046 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1047
c5b82005
RS
10482001-04-26 Richard M. Stallman <rms@gnu.org>
1049
1050 * dabbrev.el: Add doc strings for some functions.
1051 (dabbrev--eliminate-newlines): New variable.
1052 (dabbrev--substitute-expansion): Convert newlines to spaces
1053 if dabbrev--eliminate-newlines is set.
1054 If abbrev and expansion are both all-lower-case,
1055 leave dabbrev--last-case-pattern nil.
1056
7cff9c6f
GM
10572001-04-26 Gerd Moellmann <gerd@gnu.org>
1058
1059 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1060 if necessary, like in rmail-show-message.
1061
efa89c1f
GM
10622001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1063
1064 * ps-print.el: Color specified by number is forced to be float number.
1065 (ps-print-version): New version number (6.5.1.1).
1066 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1067 initialization.
1068 (ps-prefix-quote): New internal var.
1069 (ps-print-quote): New fun.
1070 (ps-setup, ps-output-frame-properties, ps-float-format)
1071 (ps-format-color): Code fix.
a9d2fd1d
SM
1072 (ps-plot-region): Eliminate redundant foreground color text setting.
1073
d3111e5a
EZ
10742001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1075
1076 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1077
a728644c
GM
10782001-04-25 Gerd Moellmann <gerd@gnu.org>
1079
1080 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1081
4ecdf04d
EZ
10822001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1083
4645bb68
EZ
1084 * info.el (Info-additional-directory-list): Doc fix.
1085
4ecdf04d 1086 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1087 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1088 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1089
7cd512f2
SM
10902001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1091
1dc64fca
SM
1092 * progmodes/make-mode.el (makefile-font-lock-keywords):
1093 Rationalize the rules for includes and conditionals and use the
1094 keyword face for them.
1095
7cd512f2
SM
1096 * faces.el (modify-face): Add compatibility for non-interactive use.
1097
ffeb5c1c
JW
10982001-04-24 John Wiegley <johnw@gnu.org>
1099
1100 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1101 fix from last night, since it wasn't finding eshell/cd.
1102
35f901fa
GM
11032001-04-24 Gerd Moellmann <gerd@gnu.org>
1104
1105 * rect.el (string-rectangle): Revert to 20.x behaviour.
1106 (replace-rectangle): Make it an alias for string-rectangle.
1107 (string-insert-rectangle): New function.
1108
c7b1b508
JW
11092001-04-23 John Wiegley <johnw@gnu.org>
1110
1111 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1112 occurring with Emacs 21's diff.el/compile.el interaction layer.
1113
11142001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1115
1116 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1117 case where the function was defined in a file, but not part of an
1118 eshell module.
1119
157975e3
JW
11202001-04-23 John Wiegley <johnw@gnu.org>
1121
1122 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1123 code to work around a redisplay problem I've been having.
1124
3dc630b9
JW
11252001-04-23 John Wiegley <johnw@gnu.org>
1126
1127 * calendar/timeclock.el (timeclock-day-required): If the time
1128 required for a particular day is not set, use `timeclock-workday'.
1129 (timeclock-find-discrep): Added some sample code in a comment.
1130
1131 * eshell/eshell.el (eshell-command): Made a few changes so that
1132 `eshell-command' could be called programmatically.
1133
7cd512f2 1134 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1135
7cd512f2 1136 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1137
3ae14dd9 11382001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1139
1140 * calendar/timeclock.el: Updated copyright.
1141 (timeclock-generate-report): Don't report the daily or two-week
1142 total, if no time has been worked in that period.
1143 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1144 final computational form, which was unnecessary; corrected a
1145 parsing problem when timeclock-relative was nil.
1146
3ae14dd9 11472001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1148
1149 * calendar/timeclock.el (timeclock-modeline-display): Check if
1150 `list-entry' is null.
1151 (timeclock-use-display-time): The first argument to `set-variable'
1152 must be a symbol.
1153
53e1a74c
EZ
11542001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1155
1156 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1157 (calendar-today-marker, calendar-holiday-marker):
1158 Use display-color-p instead of window-system.
53e1a74c
EZ
1159 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1160 instead of window-system.
1161 (calendar-hide-window): Use display-multi-frame-p instead of
1162 window-system.
1163
1164 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1165 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1166 Use display-multi-frame-p instead of window-system.
53e1a74c 1167
23b809c2
GM
11682001-04-23 Gerd Moellmann <gerd@gnu.org>
1169
1d14e80c
GM
1170 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1171
23b809c2
GM
1172 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1173 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1174
b5eeaa1d
GM
11752001-04-23 Alex Schroeder <alex@gnu.org>
1176
1177 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1178 line-end-position a defalias is used for point-at-bol and point-at-eol.
1179
b5eeaa1d
GM
11802001-04-23 Alex Schroeder <alex@gnu.org>
1181
1182 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1183 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1184
ac1470eb
EZ
11852001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1186
1187 * textmodes/paragraphs.el (sentence-end): Doc fix.
1188
624ef9b3
GM
11892001-04-20 Alex Schroeder <alex@gnu.org>
1190
1191 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1192 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1193
11942001-04-20 Alex Schroeder <alex@gnu.org>
1195
1196 * sql.el (sql-db2-program): New option.
1197 (sql-db2-options): New option.
1198 (sql-db2): New function.
1199
12002001-04-20 Alex Schroeder <alex@gnu.org>
1201
1202 * sql.el (sql-mode-menu): Added highlighting entries.
1203 (sql-highlight-oracle-keywords): New function.
1204 (sql-highlight-postgres-keywords): New function.
1205 (sql-highlight-ansi-keywords): New function.
1206
12072001-04-20 Alex Schroeder <alex@gnu.org>
1208
1209 * sql.el (sql-help): Doc change.
1210
9f3703ab
KF
12112001-04-19 Karl Fogel <kfogel@collab.net>
1212
1213 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1214 that inserted file content only to delete it immediately.
1215 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1216 <lektu@uol.com.br> for the patch.
1217
2a83a11d
SM
12182001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1219
1220 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1221
6f4dd4dc
GM
12222001-04-18 Gerd Moellmann <gerd@gnu.org>
1223
0f8d6dc7
GM
1224 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1225 for defmethod.
1226
6f4dd4dc
GM
1227 * comint.el (comint-cr-magic): New function.
1228 (toplevel): Add it to comint-preoutput-filter-functions.
1229
90200fcc
AI
12302001-04-18 Andrew Innes <andrewi@gnu.org>
1231
1232 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1233 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1234 (recompile): Remove stuff to set EMACSLOADPATH.
1235
daa66f34
GM
12362001-04-18 Gerd Moellmann <gerd@gnu.org>
1237
edc5c81d
GM
1238 * language/slovak.el ("Slovak"): Add tutorial entry.
1239
daa66f34
GM
1240 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1241 browse-url-new-window-p.
1242
5d5845dc
EZ
12432001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1244
1245 * info.el (Info-menu-update): When there are no menus and/or no
1246 cross references in the node, make the respective items of the
1247 Info menu-bar menu inactive.
1248
1c8addd0
GM
12492001-04-17 Gerd Moellmann <gerd@gnu.org>
1250
f4f480bd
GM
1251 * indent.el (indent-for-tab-command): Call indent-line-function
1252 with no argument if PREFIX-ARG is non-nil.
1253
1c8addd0
GM
1254 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1255
8f9ab403
EZ
12562001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1257
1258 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1259 an async subprocess if start-process is unavailable. Suggested by
1260 Tim Van Holder <tim.van.holder@pandora.be>.
1261
60322163
EZ
12622001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1263
1264 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1265 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1266
e372bc67
EZ
12672001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1270 manual.
1271
28037ecf
SM
12722001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1273
1274 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1275 (cvs-menu): Add a few entries.
1276
1277 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1278 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1279 lock file appears to be reachable from Emacs.
1280 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1281 (cvs-mode-find-file): Look for cvs-header-face rather than
1282 cvs-dirname-face (which doesn't exist).
1283 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1284
1285 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1286
5d5e7f53
EZ
12872001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1288
1289 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1290 normal-erase-is-backspace on a tty. Instead, bind some keys such
1291 as [delete] directly, like pc-select.el did before
1292 normal-erase-is-backspace was invented.
1293
118562e1 12942001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1295
1296 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1297
6c9e58c4
JW
12982001-04-11 John Wiegley <johnw@gnu.org>
1299
28037ecf
SM
1300 * eshell/em-ls.el (eshell-ls-insert-directory):
1301 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1302 buffers, if Eshell's ls is being used.
1303
118562e1 13042001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1305
28037ecf
SM
1306 * calendar/timeclock.el (timeclock-completing-read): New function.
1307 (timeclock-ask-for-project, timeclock-ask-for-reason):
1308 Call `timeclock-completing-read'.
978bd3ea
JW
1309
1310 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1311 required where `member' was being used.
1312
118562e1 13132001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1314
28037ecf
SM
1315 * eshell/em-hist.el (eshell-previous-matching-input):
1316 Don't display "History item" if the the minibuffer is active.
978bd3ea 1317
30cb0001
GM
13182001-04-11 Gerd Moellmann <gerd@gnu.org>
1319
1320 * startup.el (command-line): Output a newline after printing
1321 an error from loading the window system's init file.
1322
e38af9bd
EZ
13232001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1324
28037ecf
SM
1325 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1326 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1327 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1328 keywords whose arguments routinely include @@.
1329
bbf63a7b
GM
13302001-04-10 Gerd Moellmann <gerd@gnu.org>
1331
28037ecf
SM
1332 * emacs-lisp/advice.el (ad-make-advised-definition):
1333 Construct advice for subrs differently.
afffeb57 1334
3fe35f35 1335 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1336 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1337
c8d6d636 1338 * simple.el (completion-list-mode-finish): New function.
28037ecf 1339 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1340
2a52f40e 1341 * language/european.el ("Polish"): Change sample text.
28037ecf 1342 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1343
cf8b1bef
GM
1344 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1345 parameter.
1346
bbf63a7b
GM
1347 * faces.el (menu): Doc fix.
1348
719d83ad 13492001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1350
1351 * ps-print.el: Footer implementation. Doc fix.
1352 (ps-print-version): New version number (6.5.1).
1353 (ps-header-frame-alist): New customization var for header frame
1354 properties.
1355 (ps-line-number-color): New customization var for line number color.
1356 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1357 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1358 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1359 (ps-right-footer): New customization vars for footers.
1360 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1361 footers.
1362 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1363 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1364 Code fix.
319acba0
GM
1365 (ps-prologue-file): Indentation fix.
1366 (ps-print-quote): Fun eliminated.
1367 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1368 (ps-output-frame-properties): New fun.
1369 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1370 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1371
e372bc67 13722001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1373
1374 * eshell/eshell.el (eshell-command): Needed a "%s" format
1375 specifier, in case the buffer contains percent characters.
1376
e372bc67 13772001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1378
1379 * calendar/timeclock.el (timeclock-generate-report): Added a
1380 missing insert of the project name.
1381
9f9a5e7a
GM
13822001-04-09 Gerd Moellmann <gerd@gnu.org>
1383
9170e5d4 1384 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1385
865e97c1 1386 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1387 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1388 From: Dave Love <fx@gnu.org>.
1389
cf3885ac 1390 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1391 (server-visit-files): Run server-visit-hook after going to
1392 line 1 so that the hook can set point as it sees fit.
1393
9f9a5e7a
GM
1394 * bindings.el (mode-line-modified): Unify help messages.
1395
51f32106
EZ
13962001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1397
1398 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1399 All callers changed.
1400
e02160a3
EZ
14012001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1402
8e6bb0d0
EZ
1403 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1404 long file names aren't supported, truncate the file names in
1405 quail-misc-package-ext-info to 8+3 before matching them against
1406 FILENAME.
1407
1408 * dos-fns.el (dos-truncate-to-8+3): New function.
1409
ec321d77
EZ
1410 * progmodes/compile.el (grep-compute-defaults): Use null-device
1411 instead of literal /dev/null. Reported by Jens Schmidt
1412 <schmidt@mathematik.uni-kl.de>.
1413
e02160a3
EZ
1414 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1415
cf3885ac
SM
14162001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1417
1418 * textmodes/sgml-mode.el: Add unknown maintainer.
1419 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1420 (html-mode-map): Use set-keymap-parent.
1421
3ffb33bb
DL
14222001-04-06 Dave Love <fx@gnu.org>
1423
1424 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1425 Remove redundant string-to-list.
1426
8f625692
SM
14272001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1428
1429 * composite.el (reference-point-alist): Doc fix.
1430
1087f198
SS
14312001-04-05 Sam Steingold <sds@gnu.org>
1432
8f625692
SM
1433 * font-lock.el (font-lock-keywords-case-fold-search):
1434 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1435 file made font-lock case-insensitive.
1436
a55e4e68
GM
14372001-04-05 Gerd Moellmann <gerd@gnu.org>
1438
0e4892e2
GM
1439 * faces.el (defface menu): Doc fix.
1440
4d664b04
GM
1441 * wid-edit.el (widget-color-sample-face-get): Don't make
1442 faces for undefined colors.
1443
a55e4e68
GM
1444 * version.el (emacs-version): Include LessTif/Motif version info.
1445
f383cd0d
GM
14462001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1447
1448 * ps-mule.el: Eliminate cl package dependence.
1449 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1450 if they aren't defined yet.
1451 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1452 Eliminate cl package dependence.
1453
de28797f
SM
14542001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1455
1456 * progmodes/cc-cmds.el (c-outline-level):
1457 Bind buffer-invisibility-spec. Originally from Dave Love, but
1458 got lost when incorporating version 5.26.
1459
32df8b47
EZ
14602001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1461
de28797f
SM
1462 * emulation/pc-select.el (pc-selection-mode):
1463 Call normal-erase-is-backspace-mode instead of binding
1464 keys individually.
58e4f61d 1465
7f62656b
EZ
1466 * cus-load.el (normal-erase-is-backspace): Use it instead of
1467 delete-key-deletes-forward.
1468
1469 * startup.el (command-line): Use normal-erase-is-backspace and
1470 normal-erase-is-backspace-mode.
1471
1472 * simple.el (normal-erase-is-backspace): Rename from
1473 delete-key-deletes-forward. Doc fix.
1474 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1475 delete-key-deletes-forward-mode. Doc fix.
1476 Run normal-erase-is-backspace-hook.
7f62656b 1477
32df8b47 1478 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1479 ``human-readable'' format produced by GNU `ls'.
1480 (dired-move-to-filename-regexp): Recognize ISO format dates.
1481 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1482
5efa6032
GM
14832001-04-04 Gerd Moellmann <gerd@gnu.org>
1484
1485 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1486 New functions.
de28797f
SM
1487 (lm-verify): Check keywords.
1488 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1489
d757aac1
EL
14902001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1491
1492 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1493 `xemacs' feature instead of for the function `set-extent-property'.
1494
9832760a
SM
14952001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1496
1497 * mail/mh-utils.el (mh-folder-hist): New var.
1498 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1499
d565f6aa
EZ
15002001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1503 region, position point on the first or last 16-byte group.
1504 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1505 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1506 hexl-beginning-of-line.
1507
24c0fd39
GM
15082001-04-03 Gerd Moellmann <gerd@gnu.org>
1509
5efa6032
GM
1510 * icomplete.el (icomplete-mode): Treat an argument like other
1511 modes do.
1512
b3f6107b
GM
1513 * startup.el (fancy-splash-head): Use splash8.xpm for color
1514 depth 8.
1515
24d451c5
SM
1516 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1517 Add an antry for ``converts''.
476bf681 1518
24d451c5
SM
1519 * language/slovak.el ("Slovak"): Add documentation string.
1520 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1521
450f6970
GM
1522 * language/czech.el ("Czech"): Add documentation string.
1523 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1524
24d451c5
SM
1525 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1526 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1527
15282001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1529
1530 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1531 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1532 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1533 Use `defsubst' rather than a macro to ease debugging.
1534 (mail-extr-last): Remove (use `last' instead).
1535 (mail-extract-address-components): Properly reset the syntax-table
1536 after parsing an address. Use `last' rather than mail-extr-last.
1537 Make sure the end marker stays at the very end.
24c0fd39 1538
2b908342
EZ
15392001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1540
1541 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1542 last change.
1543
acfb077d
GM
15442001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1545
1546 * ps-print.el: Line and paragraph spacing feature. Region to cut
1547 out when printing. Doc fix.
1548 (ps-print-version): New version number (6.5).
24d451c5
SM
1549 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1550 New vars. Line and paragraph spacing feature.
acfb077d
GM
1551 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1552 out when printing.
1553 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1554 (ps-get-font-size, ps-begin-job, ps-continue-line)
1555 (ps-plot-region): Code fix.
1556 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1557 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1558 New internal vars.
acfb077d
GM
1559 (ps-get-size): New fun.
1560 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1561 (ps-next-line): Replace defun by defsubst.
1562 (ps-mule-plot-string): Autoload doc fix.
1563
1564 * ps-bdf.el: XEmacs compatibility. Doc fix.
1565 (installation-directory, coding-system-for-read): Declare vars if
1566 it's not declared yet.
1567 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1568
1569 * ps-mule.el: XEmacs compatibility. Doc fix.
1570 (leading-code-private-22): Declare var if it's not declared yet.
1571 (charset-bytes, charset-dimension, charset-id, charset-width)
1572 (find-charset-region, split-char, char-width, chars-in-region)
1573 (forward-point, decompose-composite-char, encode-coding-string)
1574 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1575 Define funs if not defined yet.
1576 (encode-composition-rule, find-composition): Define funs if not
1577 loaded yet.
1578 (ps-mule-prologue): PostScript code fix.
1579
15802001-04-02 Kenichi Handa <handa@etl.go.jp>
1581
1582 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1583 non-nil, generate font for the header strings.
1584 (ps-mule-prepare-font): Likewise.
1585 (ps-mule-generate-glyphs): Likewise.
1586 (ps-mule-string-encoding): Likewise.
1587 (ps-mule-header-charsets): New variable.
1588 (ps-mule-encode-header-string): New function.
1589 (ps-mule-header-string-charsets): New function.
1590 (ps-mule-begin-job): Check charsets in the header strings. If there
1591 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1592
1593 * ps-print.el (ps-generate-header-line): Encode the header string by
1594 ps-mule-encode-header-string.
1595 (ps-mule-encode-header-string): Declare autoload.
1596
c0eb3c10
GM
15972001-04-02 Gerd Moellmann <gerd@gnu.org>
1598
24d451c5
SM
1599 * frame.el (cursor-in-non-selected-windows):
1600 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1601
a3d0b0e0
KH
16022001-03-31 Kenichi Handa <handa@etl.go.jp>
1603
1604 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1605 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1606 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1607 (tsang-quick-converter): New function.
24d451c5
SM
1608 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1609 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1610 (miscdic-convert, batch-miscdic-convert): New functions.
1611
55f7832c
KH
16122001-03-30 Kenichi Handa <handa@etl.go.jp>
1613
a2217cd8
KH
1614 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1615 eight-bit-control chars.
1616
55f7832c 1617 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1618 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1619
911a2406
EZ
16202001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1621
1622 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1623 string as well.
1624
1a518f2c
AS
16252001-03-30 Andreas Schwab <schwab@suse.de>
1626
1627 * files.el (backup-directory-alist): Fix typo.
1628
ef080b16
EZ
16292001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1630
1631 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1632 <eggert@twinsun.com>.
1633
e4174a55
DL
16342001-03-30 Dave Love <fx@gnu.org>
1635
1636 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1637
9d5d1075
EZ
16382001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1639
1640 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1641
a27b451e
MB
16422001-03-30 Miles Bader <miles@gnu.org>
1643
1644 * subr.el (interactive-form): Fix paren typo.
1645
aea51abe
EZ
16462001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1647
1648 * emacs-lisp/profile.el: Say that it's obsolete in the header
1649 line, so that finder.el puts that into its data-base.
1650 Suggested by Alex Schroeder <alex@gnu.org>.
1651
249dd409
EZ
16522001-03-29 Paul Eggert <eggert@twinsun.com>
1653
1654 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1655 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1656
1ac1fa96
SM
16572001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1658
1659 * generic.el (generic-mode-set-comments): Use "" rather than nil
1660 for comment-end.
1661
e2b8a830
GM
16622001-03-29 Gerd Moellmann <gerd@gnu.org>
1663
1ac1fa96
SM
1664 * emacs-lisp/advice.el (ad-make-advised-definition):
1665 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1666
1667 * subr.el (interactive-form): New function.
1668
8b2375e7
AS
16692001-03-29 Andre Spiegel <spiegel@gnu.org>
1670
1671 * vc-sccs.el (vc-sccs-register): Use relative file names.
1672
f827b862
GM
16732001-03-28 Gerd Moellmann <gerd@gnu.org>
1674
e59d0e9d
GM
1675 * bookmark.el (bookmark-get-bookmark): Handle case that
1676 BOOKMARK is not a string.
1677
deb2613a
GM
1678 * image.el (image-type-regexps): Change type for PS files
1679 to `postscript'.
1680
f827b862
GM
1681 * subr.el (read-passwd): Clear command history after each
1682 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1683
3c9449d0
KH
16842001-03-27 Kenichi Handa <handa@etl.go.jp>
1685
1686 * international/kkc.el (kkc-save-init-file): Locally bind
1687 print-length to nil.
1688
e6b13c74
GM
16892001-03-26 Gerd Moellmann <gerd@gnu.org>
1690
e120bebf
GM
1691 * textmodes/flyspell.el: Some doc fixes.
1692 (flyspell-maybe-correct-transposition)
1693 (flyspell-maybe-correct-doubling): Use a temporary buffer
1694
1695 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1696
5f6c5771 1697 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1698 (byte-optimize-form-code-walker): Diagnose too few arguments
1699 for `if' and `while'.
1700
2b984c45
KH
17012001-03-26 Kenichi Handa <handa@etl.go.jp>
1702
1703 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1704 Prepend `\' to "\<quail-translation-docstring>".
1705
bf2150fa
GM
17062001-03-26 Gerd Moellmann <gerd@gnu.org>
1707
5f6c5771
SM
1708 * autorevert.el (global-auto-revert-non-file-buffers):
1709 Remove duplicate defcustom.
bf2150fa 1710
a0d59316
MB
17112001-03-26 Miles Bader <miles@gnu.org>
1712
5f6c5771
SM
1713 * international/latin1-disp.el (latin1-char-displayable-p):
1714 Add leading "-" for X font pattern.
a0d59316 1715
9edbff6c
KH
17162001-03-26 Kenichi Handa <handa@etl.go.jp>
1717
5f6c5771
SM
1718 * international/mule-diag.el (describe-coding-system):
1719 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1720 charsets they can encode.
1721
50b57199
EZ
17222001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1723
1724 * help.el (view-lossage): Mention open-dribble-file in the doc
1725 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1726
5b83f9c0
SM
17272001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1728
1729 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1730 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1731
e0ecbf5c
KH
17322001-03-23 Kenichi Handa <handa@etl.go.jp>
1733
5b83f9c0
SM
1734 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1735 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1736 multibyte sequence can work correctly.
1737 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1738 property of the coding system.
1739
1cc218de
SM
17402001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1741
1742 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1743 Fix transcription typo.
1744
a3db02ad
RV
17452001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1746
1747 * whitespace.el: Add buffer local variables to toggle testing of
1748 whitespaces in buffers without affecting the default values.
a3db02ad 1749 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1750 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1751 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1752 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1753
83c9cb8e
SM
17542001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1755
1756 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1757
180d5509
GM
17582001-03-21 Gerd Moellmann <gerd@gnu.org>
1759
eeb5b5c1
GM
1760 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1761 bs-cycle-configuration-name. From Juanma Barranquero
1762 <lektu@uol.com.br>.
1763
170a9e70
GM
1764 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1765 and cc-vars.el.
1766
180d5509
GM
1767 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1768 headers. Always invoke sendmail with option -t.
1769
130c507e
GM
17702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1771
1772 * Release of cc-mode 5.28.
1773
17742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1775
1776 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1777 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1778 It's instead taken care of by the default value for c-default-style.
130c507e 1779
130c507e
GM
17802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1781
1782 * cc-align.el (c-lineup-math): Fix bug where lineup was
1783 triggered by equal signs in string literals.
1784
17852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1786
1787 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1788 limit detection when at the ends of the buffer.
1789
1790 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1791 "for" statement clause in case 7F; a better one is done
1792 earlier in case 7D anyway.
1793
17942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1795
1796 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1797 somewhat more and did a small optimization.
1798
17992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1800
1801 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1802 Use the limit argument only to limit the syntactic context
1803 search, not to limit the actual movement.
1804
1805 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1806 inside multiline strings, just like in comments. Also various
1807 fixes to the paragraph and comment prefix recognition, block
1808 comment ender handling etc.
1809
18102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1811
1812 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1813 the relative position of the point.
1814
1815 * cc-cmds.el (c-electric-continued-statement): New function to
1816 use as abbrev hook to reindent for keywords such as "else"
1817 that continues an earlier statement.
1818
1819 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1820 like classes.
1821
1822 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1823 (pike-mode): Populate the default abbrev tables to reindent for
1824 keywords such as "else" that can continue earlier statements.
1825 Abbrev mode is therefore turned on by default now. (Note that
1826 this doesn't apply to idl-mode, since IDL afaik doesn't have
1827 statements at all.)
1828
18292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1830
1831 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1832 bracelists where the declaration contains template arguments.
1833
18342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1835
83c9cb8e
SM
1836 * cc-cmds.el (c-comment-indent):
1837 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1838 syntactic indentation. Fixes bug with lineup functions that
1839 return vectors.
1840
1841 * cc-engine.el (c-get-syntactic-indentation): Split the
1842 indentation sum calculation from `c-indent-line' to a separate
1843 function.
1844
18452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1846
1847 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1848 Fixed places where it was assumed that preprocessor directives
1849 have to start in column zero.
1850
1851 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1852 template arguments after a class identifier properly.
1853
1854 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1855 lists for `new Foo[]' constructs in Java as expressions and
1856 not top level definition brace lists on the top level, so that
1857 they'll get indented consistently with the same type of
1858 expression in a normal block.
1859
18602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1861
1862 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1863 whether the adaptive filling package fails to keep the comment
1864 prefix is now kludged further to check for filladapt-mode
1865 which doesn't have that problem. This is really icky, but it's
1866 the only way that works with the current misfeatures/bugs in
1867 both adaptive-fill-mode and filladapt-mode.
1868
1869 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1870 around point is recognized more robust.
1871
18722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1873
1874 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1875 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1876 (c-lit-type): Fixed all internal variables used dynamically so
1877 that they are always bound.
1878
1879 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1880 errors:
1881
1882 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1883 the region is fully reindented even when an error occurs.
1884 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1885 whole lot of code that tried to optimize indentation of whole
1886 sexps but in reality accomplishes nothing.
1887
1888 (c-indent-sexp): Use c-indent-region.
1889
1890 (c-parsing-error): Changed this variable to hold the message
1891 for any syntactic error that is discovered.
1892
1893 (c-parse-state): Search backward from point instead of the bod
1894 position when the latter is invalid. This makes CC Mode
1895 recover faster when there are unbalanced close braces.
1896
1897 (c-backward-to-start-of-if): Use c-parsing-error to report
1898 dangling "else" clauses instead of throwing an error, and fall
1899 back to a reasonable position.
1900
83c9cb8e 1901 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1902
83c9cb8e 1903 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1904
19052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1906
1907 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1908 paragraph recognition when moving by sentence in literals.
1909
83c9cb8e
SM
1910 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1911 start regexp for javadoc to recognize javadoc markup in general instead
1912 of a specific set of keywords, to be more future-safe.
130c507e
GM
1913
1914 (c-Pike-pikedoc-paragraph-start)
1915 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1916 pikedoc markup.
1917
83c9cb8e 1918 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1919
83c9cb8e 1920 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1921
1922 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1923
1924 (c-comment-prefix-regexp): Made it possible to use an
1925 association list on this to specify mode specific regexps.
1926 The default value now use a special regexp in Pike mode to
1927 recognize pikedoc markup.
1928
1929 (c-current-comment-prefix): New variable containing the actual
1930 regexp from c-comment-prefix-regexp for the current buffer.
1931
19322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1933
1934 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1935 lists: We can't look at the syntax, since a brace list can get
1936 recognized as a plain statement-cont.
1937
1938 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1939 special brace list opener broken over two lines got recognized
1940 as a statement on the second line. Case 9A changed.
1941
19422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1943
1944 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1945 adjustment after line is reindented.
1946
19472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1948
1949 * cc-defs.el (c-point): Added optional argument for position
1950 to use instead of the current point.
1951
1952 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1953 the in-expression block symbols when the construct starts at
1954 boi, to avoid the extra level of indentation in that case.
1955 Cases 4, 16A and 17E affected.
1956
19572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1958
1959 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1960 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1961
1962 * cc-engine.el (c-indent-line): Use the syntax already bound
1963 to `c-syntactic-context', if there is any.
1964
19652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1966
1967 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1968 wasn't added up correctly when a lineup function returned nil.
1969
19702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1971
1972 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1973 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1974
19752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1976
1977 * cc-align.el (c-lineup-dont-change): Return an absolute
1978 indentation column to work correctly in the case when several
1979 syntactic elements are processed for the same line.
1980
1981 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1982 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1983 (c-set-offset): Added absolute indentation column settings by
1984 using the vector type.
1985
130c507e
GM
19862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1987
1988 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1989 Implemented two new cleanups `space-before-funcall' and
1990 `compact-empty-funcall'.
1991
130c507e
GM
19922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1993
1994 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1995 helping building regexps.
1996
1997 * cc-engine.el (c-on-identifier): New function for detecting
1998 identifiers. It takes keywords into account.
1999
2000 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2001 lists. `c-keywords' is set to a regexp matching all keywords
2002 in the current language.
2003
20042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2005
2006 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2007 list of characters to skip backwards over at the beginning of
2008 a statement, since it can precede string literals in Pike.
2009
20102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2011
2012 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2013 recognition when standing on the last line in a C++ comment
2014 with nothing but whitespace after the prefix.
2015
2016 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2017 given no limit argument.
2018
20192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2020
2021 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2022 recognition for the `[]= operator symbol in Pike.
2023
20242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2025
2026 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2027 around a bug in `eval-when-compile' in the byte compiler.
2028
2029 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2030 value when count is zero and there's no token start within the limit.
130c507e
GM
2031
2032 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2033 "prefix comments", i.e. comments which are followed by code on
2034 the same line.
2035
2036 * cc-mode-19.el: Fixes so that checks that must be done at
2037 compile time also are done then.
2038
20392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2040
2041 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2042 time and at runtime, and only when it's needed.
2043
20442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2045
2046 Major cleanup for less error prone and more warning free
2047 compilation, including some fixes for bugs due to different
2048 compilation orders. Thanks to Martin Buchholz for providing
2049 the basis for all this.
2050
2051 * cc-bytecomp.el: New file that provides some byte compilation
2052 features: It ensures that files always are loaded from the
2053 current source directory during compilation, and it provides a
2054 set of macros to turn off specific compiler warnings for
2055 specific symbols. (It's not CC Mode specific in any way.)
2056
2057 Fixed a nearly acyclic dependency tree (both runtime and
2058 compile-time) between all files.
2059
2060 * cc-defs.el: Separated all macros before the inline functions,
2061 to ensure correct compilation.
2062
2063 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2064 cc-defs.el to cc-engine.el and made it a function instead.
2065
2066 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2067 about char-after.
2068
2069 * cc-vars.el: Cope even when there isn't a custom package
2070 containing defcustom available.
2071
2072 * cc-make.el: Removed since it's no longer necessary.
2073
2074 README: Updated installation instructions.
2075
20762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2077
2078 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2079 improve the modularity: Moved all mode init stuff from
2080 cc-langs.el to cc-mode.el, including the keymap
2081 initialization; cc-langs now only contains the various
2082 variables for configuring the language syntax.
2083
83c9cb8e
SM
2084 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2085 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2086 dependency analysis suggests they belong there (which also
83c9cb8e 2087 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2088
20892000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2090
2091 * cc-cmds.el (c-fn-region-is-active-p): New function that
2092 wraps the corresponding macro, for use in places that aren't
2093 compiled. Thanks to Martin Buchholz for pointing out this.
2094
83c9cb8e 2095 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2096
2097 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2098 add things to the bug report.
2099
21002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2101
2102 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2103 returned prefix could contain a newline when the search for a
2104 good prefix line failed.
2105
21062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2107
2108 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2109 (c-toggle-auto-hungry-state): Made the argument optional, as
2110 the documentation says it is.
2111
21122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2113
2114 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2115 multiline string syntax, #"...", as a cpp macro.
2116
7008ccac
GM
21172001-03-21 Paul Eggert <eggert@twinsun.com>
2118
83c9cb8e
SM
2119 * international/mule-cmds.el (set-locale-environment):
2120 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2121 caller specifies a non-nil locale name.
3c9449d0 2122
c2478129 21232001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2124
2125 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2126 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2127
117e4b0c
GM
21282001-03-20 Gerd Moellmann <gerd@gnu.org>
2129
7194219d
GM
2130 * follow.el (follow-avoid-tail-recenter): Doc fix.
2131
5721ae13
GM
2132 * custom.el (custom-set-variables): Avoid reversing the list
2133 of args needlessly.
2134
7b8bbf72
GM
2135 * startup.el (fancy-splash-head): Don't change the colors of the
2136 XPM image on a dark background.
2137
a91ad7c9
GM
2138 * comint.el (comint-exec-1): Set columns of the terminal to
2139 window-width instead of frame-width.
2140
fa88947e
GM
2141 * info.el (Info-scroll-down): Add missing WINDOW arg for
2142 pos-visible-in-window-p.
2143
1741905c
GM
2144 * ehelp.el (electric-help-mode-hook): Add defcustom.
2145
117e4b0c
GM
2146 * mail/sendmail.el (mail-mode): Activate case-folding in
2147 font-lock-defaults.
2148
e84c695d
SM
21492001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2150
2151 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2152 (completion-ignored-extensions): Remove duplicate ".class".
2153
fc774041
AS
21542001-03-19 Andreas Schwab <schwab@suse.de>
2155
83c9cb8e
SM
2156 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2157 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2158
c2c097cc
GM
21592001-03-19 Gerd Moellmann <gerd@gnu.org>
2160
2161 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2162 methods since there are not prefix input methods.
2163
fbe2e958
KH
21642001-03-19 Kenichi Handa <handa@etl.go.jp>
2165
83c9cb8e
SM
2166 * international/mule-cmds.el (read-input-method-name):
2167 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2168
da47e491
SM
21692001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2170
2171 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2172
4986c2c6 21732001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2174
4986c2c6
MK
2175 * ediff-util.el: Copyright years.
2176 (ediff-choose-syntax-table): New function.
2177 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2178
4986c2c6
MK
2179 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2180 with-syntax-table.
83c9cb8e 2181
4986c2c6 2182 * ediff.el: Date of last update, copyright years.
83c9cb8e 2183
4986c2c6 2184 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2185
4986c2c6
MK
2186 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2187 of Scott Bronson.
2188 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2189 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2190 Deleted functions.
2191 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2192 ex-token-list.
83c9cb8e 2193
4986c2c6 2194 * viper-util.el: Spaces, indentation.
83c9cb8e 2195
4986c2c6 2196 * viper.el: Changed version, modification time.
83c9cb8e 2197
3c799aec 21982001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2199
2200 * calendar/timeclock.el (timeclock-workday-remaining):
2201 Check whether `discrep' is non-null before using it.
3c799aec 2202
ae3ce418
JW
22032001-03-16 John Wiegley <johnw@gnu.org>
2204
2205 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2206 first-time checkins.
2207 (timeclock-log-data): Fixed problem with reading timelog log file.
2208 Resulting data in the "day list" was incorrect.
2209 (timeclock-find-discrep): Check if `timeclock-file' is readable
2210 before opening it.
2211 (timeclock-time-less-p): New function.
2212 (timeclock-day-base): New function.
2213 (timeclock-geometric-mean): New function.
2214 (timeclock-generate-report): Generate a summary report based on
2215 the contents of the log file. This uses `timeclock-log-data', and
2216 is an example of writing a timelog manipulation function.
2217 (timeclock-visit-timelog): A quick command for opening the timelog
2218 file.
2219 (timeclock-log-data): Bound the variable event.
2220
c8d4a9bb
KH
22212001-03-16 Kenichi Handa <handa@etl.go.jp>
2222
83c9cb8e
SM
2223 * international/mule-cmds.el (select-safe-coding-system):
2224 Fix typo: symbol-name -> symbol-value.
11d56c64 2225
c8d4a9bb
KH
2226 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2227 before substitute-in-file-name to handle double slashes in FILE
2228 correctly.
2229
c899e7e6
GM
22302001-03-15 Gerd Moellmann <gerd@gnu.org>
2231
2232 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2233 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2234
819dce0f
GM
22352001-03-14 Gerd Moellmann <gerd@gnu.org>
2236
697617d9
GM
2237 * bindings.el (features): Add `md5' and `overlay' to the list.
2238
819dce0f
GM
2239 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2240 bound before using it. It's not bound when configured without X,
2241 for instance.
2242
e0067a9d
TTN
22432001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2244
2245 * progmodes/hideshow.el: Update copyright.
2246 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2247 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2248
afcdc0a1
GM
22492001-03-13 Gerd Moellmann <gerd@gnu.org>
2250
e0067a9d 2251 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2252 a non-list.
2253
30564c48
EZ
22542001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2255
2256 * startup.el (fancy-splash-tail, command-line-1): Fix the
2257 copyright year.
2258
2b8e24b3
KH
22592001-03-13 Kenichi Handa <handa@etl.go.jp>
2260
2261 * term.el: These changes are based on a patch sent from Yong Lu
2262 <lyongu@yahoo.com>.
2263 (term-set-escape-char): Bind M-x to execute-extended-command in
2264 term-raw-escape-map.
2265 (term-move-columns): Don't try to move to negagive column.
2266 (term-emulate-terminal): Insert a string before deleting a text to
2267 overwrite.
2268
789b6186
GM
22692001-03-12 Gerd Moellmann <gerd@gnu.org>
2270
b0778a31
GM
2271 * play/life.el (life): Rearrange code so that all calls to
2272 life-display-generation are in a catch-form.
2273
04528cda
GM
2274 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2275 file that isn't interesting. In an interesting file, push the old
2276 value of point on the mark ring.
2277
760cefb5
GM
2278 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2279 New function.
2280 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2281 Use it.
2282
83c9cb8e
SM
2283 * emacs-lisp/autoload.el (generate-file-autoloads):
2284 Remove warning about line lengths.
789b6186 2285
a2ffbafe
FP
22862001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2287
2288 * progmodes/etags.el (tags-compression-info-list): New variable.
2289 (find-tag-in-order): Use it to deal with compressed source files.
2290 (tag-file-name-match-p): New function.
2291 (etags-recognize-tags-table): Use it for better match of file names.
2292
5c9d9d92
KH
22932001-03-12 Kenichi Handa <handa@etl.go.jp>
2294
ba3e9b9b
KH
2295 * international/mule-cmds.el (register-input-method): Doc fix.
2296
5c9d9d92
KH
2297 * international/quail.el (quail-translate-key): Fix condition to
2298 check if there's another breaking point in the current key.
2299
40beecee
EZ
23002001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2301
2302 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2303 Babyl header to the newly-created output file, bind
2304 coding-system-for-write to either rmail-file-coding-system or
2305 emacs-mule-unix.
2306
75c6cb7f
SM
23072001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2308
2309 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2310 Fix the name and regexp used for subsubsections.
2311
5ec17636
DL
23122001-03-10 Dave Love <fx@gnu.org>
2313
2314 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2315 and save-buffer if buffer-file-name non-nil. From rms.
2316
6d2e2c02
AS
23172001-03-10 Andre Spiegel <spiegel@gnu.org>
2318
2319 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2320 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2321 to reflect that.
2322 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2323 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2324 variable bindings that might affect the diff command.
2325 (vc-print-log): Don't switch to the *vc* buffer before the
2326 command, so that local variable bindings are preserved.
2327
789b6186 2328 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2329 not the current buffer.
2330 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2331
789b6186 2332 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2333 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2334
b18f5523
SM
23352001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2336
2337 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2338 so ^, $, *, ? and + are interpreted correctly.
2339
3cfd8357
GM
23402001-03-09 Gerd Moellmann <gerd@gnu.org>
2341
c085b77c 2342 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2343 mode-line-key-binding. Handle any event on a string.
2344 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2345
3cfd8357
GM
2346 * comint.el (comint-insert-clicked-input): Use the last key
2347 from this-command-keys to lookup the global key definition.
2348
348f797a
KH
23492001-03-09 Kenichi Handa <handa@etl.go.jp>
2350
3ebf3717
KH
2351 * international/characters.el: Add category `j' for
2352 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2353
348f797a
KH
2354 * international/mule-conf.el (no-conversion): Fix docstring.
2355 (raw-text): Fix docstring.
2356
e1fbabaf
GM
23572001-03-08 Gerd Moellmann <gerd@gnu.org>
2358
96e8e603
GM
2359 * simple.el (choose-completion-string): When not leaving the
2360 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2361 is set.
2362
e1fbabaf
GM
2363 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2364 parameter `(minibuffer . t)'.
2365
f9db8f19
SM
23662001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2367
2368 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2369 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2370 (sh-mode): Remove `make-local-variable' for unused var
2371 `font-lock-unfontify-region-function'.
2372
02756877
RS
23732001-03-07 Richard M. Stallman <rms@gnu.org>
2374
132bf46d
RS
2375 * info.el (Info-scroll-down): Fix previous change.
2376
02756877
RS
2377 * mail/rmail.el (rmail-toggle-header): Use a window which
2378 is showing the Rmail buffer, rather than the selected window.
2379
eeb24429
DL
23802001-03-07 Dave Love <fx@gnu.org>
2381
2382 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2383 now, to avoid problems with binding imenu directly to a mouse event.
2384
3bdf2660
GM
23852001-03-07 Gerd Moellmann <gerd@gnu.org>
2386
2387 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2388 second arg t.
2389
23902001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2391
2392 * log-edit.el (log-edit-common-indent): New var.
2393 (log-edit-set-common-indentation): Renamed from
2394 log-edit-delete-common-indentation. Use the new var.
2395 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2396
2397 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2398 (cvs-mode-add-change-log-entry-other-window):
2399 Don't presume change-log-default-name is defined.
2400
2401 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2402
2403 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2404 the "tree" operation as well.
2405
2406 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2407
2408 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2409 to match paragraph-start.
2410
2411 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2412 comment-start-skip and set comment-end-skip as well.
2413 (sgml-comment-indent): Fix for new value of comment-start-skip.
2414 (html-autoview-mode): Don't bother using make-local-hook.
2415
2ad02767
GM
24162001-03-07 Gerd Moellmann <gerd@gnu.org>
2417
189638d5 2418 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2419 variables, otherwise long Custom entries would make them ineffective.
189638d5 2420
2ad02767
GM
2421 * uniquify.el: Set maintainer to FSF.
2422
656f8cae
EZ
24232001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2424
2425 * dired-aux.el (dired-do-shell-command): Doc fix.
2426
c83965c4
SM
24272001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2428
04af43bc
SM
2429 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2430
2431 * which-func.el (which-func-modes): Add cperl-mode.
2432 (which-func-mode-global): Use define-minor-mode.
2433
2434 * info-look.el: Docstring fixes and dead code eliminated.
2435 (cperl-mode): Add support.
2436 (emacs-lisp-mode): List all entries from elisp manual, whether
2437 or not they are currently (f)bound or not. Update regexp.
2438
2439 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2440
c83965c4
SM
2441 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2442 so that C-h m shows the correct information.
2443 Use make-local-variable rather than make-variable-buffer-local.
2444 (cperl-info-buffer, cperl-setup-tmp-buf):
2445 Use make-local-variable rather than make-variable-buffer-local.
2446 (cperl-msb-fix, cperl-get-help-defer):
2447 Check major-mode for `cperl-mode' as well.
2448
2449 * progmodes/cperl-mode.el: Updated to author version 4.23.
2450 (cperl-electric-pod): SYNOPSIS was misspelled.
2451 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2452 (cperl-after-expr-p): Make true after __END__.
2453
f16a7aa5
GM
24542001-03-06 Gerd Moellmann <gerd@gnu.org>
2455
157ae273 2456 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2457 bookmark-completion-ignore-case is t.
157ae273 2458
f16a7aa5
GM
2459 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2460 switch, like xterm, and concat resource strings, with a newline
2461 between them.
2462
abaddb98
EZ
24632001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2464
a2ffbafe 2465 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2466 (cp773-decode-table, cp774-decode-table): New variables.
2467
abaddb98
EZ
2468 * man.el (Man-hyphenated-reference-regexp): New variable.
2469 (Man-build-references-alist): Use it to search for referenced
2470 manpages. If hyphenated is non-nil, record a concatenated word in
2471 Man-refpages-alist only if it matches Man-reference-regexp.
2472 Update word's length when it is concatenated. Reverse the list,
2473 to get the first manpage at the head.
2474 (Man-possibly-hyphenated-word): New function.
2475 (Man-follow-manual-reference): Use it instead of current-word to
2476 find a manpage at point, in a way that accounts for hyphenated
2477 references.
2478
eb3f61dd
GM
24792001-03-06 Alex Schroeder <alex@gnu.org>
2480
2481 * sql.el (sql-interbase): New function.
2482 (sql-interbase-program): New option.
2483 (sql-interbase-options): New option.
2484 And some typos fixed: "customise" to "customize".
2485
fa84f42a
DL
24862001-03-06 Dave Love <fx@gnu.org>
2487
83c9cb8e
SM
2488 * textmodes/flyspell.el (flyspell-region):
2489 Set up flyspell-local-mouse-map.
fa84f42a 2490
fda3411d
RS
24912001-03-05 Richard M. Stallman <rms@gnu.org>
2492
a2ffbafe 2493 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2494 Don't call rmail-beginning-of-message.
2495 Don't discard From: field. Do discard Received: field.
2496 Use unwind-protect to re-prune.
2497 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2498
e972ab1f
KH
24992001-03-06 Kenichi Handa <handa@etl.go.jp>
2500
2501 * international/quail.el (quail-title): Add autoload cookie.
2502
335db3c1
DL
25032001-03-05 Dave Love <fx@gnu.org>
2504
2505 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2506 new defs.
2507
278dd6ac
KH
25082001-03-05 Kenichi Handa <handa@etl.go.jp>
2509
83c9cb8e
SM
2510 * language/ethio-util.el (ethio-toggle-space):
2511 Update current-input-method-title if necessary.
36d5e61d
KH
2512 (ethio-toggle-punctuation): Likewise.
2513
341cd4f0
KH
2514 * international/quail.el (quail-title): Fix for the case that a
2515 title of an input method is specified by a list of the same form
2516 as used in mode-line-format.
2517
83c9cb8e
SM
2518 * international/mule-cmds.el (activate-input-method):
2519 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2520 respect that value.
2521
10ebaeb6
GM
25222001-03-05 Gerd Moellmann <gerd@gnu.org>
2523
2524 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2525
7a65c85c
GM
25262001-03-05 Alex Schroeder <alex@gnu.org>
2527
2528 * sql.el (sql-sybase): Fix typo (was: query user about server two
2529 times instead of server and database).
2530
2531 * sql.el (sql-sybase): Doc change.
2532 (sql-mysql): Doc change.
2533 (sql-postgres): Doc change.
2534
b86644f2
KH
25352001-03-05 Kenichi Handa <handa@etl.go.jp>
2536
83c9cb8e
SM
2537 * international/mule-conf.el (emacs-mule, raw-text):
2538 Docstring modified.
b86644f2 2539
e30bd7b7
EZ
25402001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2541
2542 * term/internal.el: Update copyright notice.
2543
2544 * term/pc-win.el: Update copyright notice.
2545
7e365285
DL
25462001-03-02 Dave Love <fx@gnu.org>
2547
83c9cb8e
SM
2548 * files.el (insert-file-contents-literally):
2549 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2550 not jka-compr-compression-info-list.
7e365285 2551
75ed43a6
SM
25522001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2553
2554 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2555 spaces in default comment-start-skip settings rather than \s-.
2556
53c4b1e6
EZ
25572001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2558
2559 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2560 default-frame-alist as well.
2561
028d739a
DL
25622001-03-01 Dave Love <fx@gnu.org>
2563
2564 * textmodes/reftex.el (defvar): Wrap some defvars in
2565 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2566
2567 * subr.el (event-basic-type): Doc fix.
2568
2569 * international/quail.el: Doc fixes.
2570
2571 * international/utf-8.el: Doc fixes.
2572
2573 * international/mule-cmds.el: Doc fixes.
2574 (leim-list-header): Fix header text.
2575
2576 * international/mule.el (coding-system-category): Doc fix.
2577
2578 * international/ccl.el (ccl-compile): Doc fix.
2579
15d1caef
SM
25802001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2581
2582 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2583 rather than (before|after)-change-functions.
2584
f84ff02c
GM
25852001-03-01 Gerd Moellmann <gerd@gnu.org>
2586
2587 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2588 scroll-left and scroll-right being called interactively so that
2589 they set the window's min_hscroll.
2590
e0c1e774
EZ
25912001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2592
2593 * info.el (info-insert-file-contents-1): Accept an additional
2594 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2595 `suffix'; otherwise use the complicated MS-DOS code.
2596 All callers changed.
e0c1e774
EZ
2597 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2598 can access long file names, try the long file-name version of
2599 `info-insert-file-contents-1', then the short file-name version.
2600
b8b2ea31 26012001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2602
af122766
KH
2603 * language/ethio-util.el (setup-ethiopic-environment-internal):
2604 Change bindings of functions keys to conform to "Emacs Lisp Coding
2605 Convention".
2606
2607 * language/ethiopic.el ("Ethiopic"): Add documentation.
2608
b8b2ea31
KH
26092001-02-28 Kenichi Handa <handa@etl.go.jp>
2610
1d64e2ad
KH
2611 * international/utf-8.el (mule-utf-8): Set coding-category
2612 property to coding-category-utf-8.
2613
91cb6e51
RS
26142001-02-27 Richard M. Stallman <rms@gnu.org>
2615
2616 * lpr.el (lpr-page-header-switches, print-region-1):
2617 Undo 2000-07-06 change.
7298f3f7
RS
2618 (lpr-add-switches): Default to t on gnu/linux.
2619
c0cb1027
GM
26202001-02-27 Gerd Moellmann <gerd@gnu.org>
2621
2622 * bs.el (bs-attributes-list): Doc fix.
2623
01459648
GM
26242001-02-26 Gerd Moellmann <gerd@gnu.org>
2625
baebd8a5 2626 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2627
01459648
GM
2628 * help.el (view-order-manuals): Use goto-address.
2629
2630 * startup.el (command-line-1): Add info about ordering manuals
2631 to the not so fancy splash screens.
2632
f93e614e
AS
26332001-02-26 Andre Spiegel <spiegel@gnu.org>
2634
01459648
GM
2635 * vc.el (vc-default-workfile-unchanged-p)
2636 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2637
12435002
GM
26382001-02-26 Gerd Moellmann <gerd@gnu.org>
2639
a2ffbafe 2640 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2641 fontify in the right buffer.
2642
12435002
GM
2643 * allout.el (outline-flag-region): Move macro in front of first
2644 use to avoid a run-time error.
2645
425de386
AI
26462001-02-24 Andrew Innes <andrewi@gnu.org>
2647
2648 * makefile.w32-in: Fix copyright notice.
2649
66c56ed1
KH
26502001-02-24 Kenichi Handa <handa@etl.go.jp>
2651
4c1593ce
KH
2652 * international/utf-8.el (mule-utf-8): Set correct value for
2653 valid-codes property.
2654
66c56ed1
KH
2655 * international/fontset.el (x-complement-fontset-spec): In the
2656 case that we use ASCII font for the other charsets, use only
15d1caef 2657 family and registry part of it.
66c56ed1 2658
119171dd
EZ
26592001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2660
2661 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2662 (shrink-window-if-larger-than-buffer): Doc fix.
2663
932c309e
SM
26642001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2665
2666 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2667 predicate passed to completing-read.
2668
9b760e36
EZ
26692001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2670
2671 * startup.el (command-line): Fix last change.
2672
5c39a60f
JR
26732001-02-23 Jason Rumney <jasonr@gnu.org>
2674
2675 * startup.el (tool-bar-originally-present): New variable.
2676 (command-line): Set it if the tool-bar is switched on at startup.
2677
2678 * frame.el (frame-notice-user-settings): Only adjust frame height
2679 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2680 From E. Jay Berkenbilt.
5c39a60f 2681
cb91b2c7
SM
26822001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2683
39b557e8
SM
2684 * server.el (server-switch-buffer): Only switch window if the
2685 current one is dedicated.
2686
cb91b2c7
SM
2687 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2688 rather than using (match-beginning 0) when searching for break point.
2689
9238a8df
EZ
26902001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2691
2692 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2693 @ follows an accent command such as @'. Support optional braces
2694 in commands that insert accents, like makeinfo does.
2695
3473f362
GM
26962001-02-22 Gerd Moellmann <gerd@gnu.org>
2697
2698 * startup.el (fancy-splash-text): Add a line for ordering
2699 manuals. Reverse order of splash screens shown.
2700 (use-fancy-splash-screens-p): Adapt to the text line added.
2701
2702 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2703 manuals from the FSF.
2704
2705 * help.el (view-order-manuals): New function.
2706 (toplevel): Bind C-h C-m to this function.
2707
76a4de07
SM
27082001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2709
2710 * newcomment.el (comment-forward): Skip the comment-start before
2711 searching for the comment-end.
2712
75b71d85
DL
27132001-02-21 Dave Love <fx@gnu.org>
2714
2f4c9a87
DL
2715 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2716
75b71d85
DL
2717 * international/mule-cmds.el, international/mule.el: Doc fixes.
2718
2719 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2720 (fortune) <defgroup>: Add :link.
2721 (fortune-from-region): Use eq, not eql.
2722
ffc9ff0c
GM
27232001-02-21 Gerd Moellmann <gerd@gnu.org>
2724
2725 * startup.el (fancy-splash-screens): Use display-hourglass
2726 instead of display-busy-cursor.
2727
2728 * frame.el (display-hourglass): Renamed from busy-cursor.
2729 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2730 (show-cursor-in-non-selected-windows): Doc fix.
2731
f34eb373
DL
27322001-02-20 Dave Love <fx@gnu.org>
2733
2734 * international/utf-8.el: Doc and commentary fixes.
2735
f55e4a7e
EZ
27362001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2737
2738 * ehelp.el (with-electric-help): Doc fix.
2739
fa97adf6
GM
27402001-02-20 Gerd Moellmann <gerd@gnu.org>
2741
2742 * msb.el (msb-mode): Call the update-buffers function explicitly
2743 with a FORCE argument.
2744
2745 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2746 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2747 returns nil.
2748
54ed3bd2
GM
27492001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2750
2751 * ps-print.el: Timestamp package replacement. Some enhancements.
2752 Some XEmacs compatibility. Doc fix.
2753 (ps-print-version): New version number (6.4).
2754 (ps-printer-name): Initialization fix.
2755 (ps-zebra-stripe-follow): Funcionality enhancement.
2756 (ps-prologue-file): Code enhancement.
2757 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2758 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2759 (ps-get-page-dimensions)
54ed3bd2
GM
2760 (ps-generate-header, ps-begin-file, ps-begin-job)
2761 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2762 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2763 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2764 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2765
e8ebf97d
MB
27662001-02-20 Miles Bader <miles@gnu.org>
2767
2768 * image-file.el (image-file-name-extensions): Add "tif".
2769
136b27c5
GM
27702001-02-19 Gerd Moellmann <gerd@gnu.org>
2771
2772 * wid-edit.el (widget-button-click): Save the selected window
2773 around the code handling clicks on buttons.
2774
6ebbcf59
DL
27752001-02-18 Dave Love <fx@gnu.org>
2776
2777 * imenu.el (imenu--generic-function): Use mapc to iterate over
2778 syntax characters.
2779
595ded73
RS
27802001-02-17 Richard M. Stallman <rms@gnu.org>
2781
b9fe3dc8
RS
2782 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2783
595ded73
RS
2784 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2785
f3f053f3
GM
27862001-02-16 Gerd Moellmann <gerd@gnu.org>
2787
2788 * mouse.el (mouse-save-then-kill): If the distance from the new
2789 point to the mark is equal to the distance of point from the new
2790 point, move point instead of the mark.
2791
11570a8f
DL
27922001-02-16 Dave Love <fx@gnu.org>
2793
2794 * textmodes/flyspell.el (flyspell-get-word): Return string without
2795 properties.
2796
fb339cd5
EZ
27972001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2798
2799 * generic.el (generic-find-file-regexp): Doc fix.
2800 (generic-ignore-files-regexp): New defcustom.
2801 (generic-mode-find-file-hook): If the file's name matches the
2802 regexp in `generic-ignore-files-regexp', don't enter
2803 default-generic-mode. Doc fix.
2804
c56b1c1b
GM
28052001-02-16 Gerd Moellmann <gerd@gnu.org>
2806
a2ffbafe 2807 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2808 Add autoload cookies.
2809
a2ffbafe 2810 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2811 of cal-tex-24.
2812
0d140e65
EZ
28132001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2814
81558867
EZ
2815 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2816
0d140e65
EZ
2817 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2818 the character class after the (optional) drive, to support file
2819 names with embedded blanks.
2820
713f7b15
SS
28212001-02-15 Sam Steingold <sds@gnu.org>
2822
2823 * textmodes/tex-mode.el (tex-shell-running):
2824 Check the process buffer too.
2825
9a2a6f73
DL
28262001-02-15 Dave Love <fx@gnu.org>
2827
2828 * battery.el (battery-status-function): Fix doc, :type.
2829
15d1caef 2830 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2831
fe10cef0
GM
28322001-02-15 Gerd Moellmann <gerd@gnu.org>
2833
2834 * subr.el (read-passwd): Clear Lisp memory holding password.
2835
126f5d4d
MB
28362001-02-15 Miles Bader <miles@gnu.org>
2837
2838 * info.el (Info-copy-current-node-name): New function.
2839 (Info-mode-menu): Add it to the menu.
2840
92e98d63
RS
28412001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2842
2843 * international/mule-cmds.el (toggle-input-method): Doc fix.
2844
dd4e0e55
SM
28452001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2846
2847 * replace.el (occur): Stop at end of buffer.
2848
402dbbd1
EZ
28492001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2850
2851 * international/mule-cmds.el (set-input-method): Another doc fix.
2852
e9fcba3d
GM
28532001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2854
2855 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2856
78ad1cd5
MB
28572001-02-13 Miles Bader <miles@gnu.org>
2858
713f7b15 2859 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2860 (set-face-stipple): Treat a value of nil as being `unspecified'.
2861
fce9d9dc
DL
28622001-02-12 Dave Love <d.love@dl.ac.uk>
2863
2864 * international/latin1-disp.el: Doc fixes.
2865 (latin1-display) <defgroup>: Add :link.
2866 (latin1-display) <function>: Set variable latin1-display.
2867
bc406911
EZ
28682001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2869
2870 * international/mule-cmds.el (set-input-method): Doc fix.
2871
68514d48
EL
28722001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2873
2874 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2875 (speedbar-line-file): Return nil if not a file.
2876 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2877
513bea45 28782001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2879
513bea45
MK
2880 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2881 for remote files.
bc406911 2882 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2883 with raw-text.
713f7b15 2884
513bea45 2885 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2886
83c9cb8e
SM
2887 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2888 Better handling of the diff mode.
713f7b15 2889
513bea45 2890 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2891
bc406911 2892 * viper.texi: Fix typos.
713f7b15 2893
521d4010
DL
28942001-02-11 Dave Love <fx@gnu.org>
2895
36fd8e17
DL
2896 * shadowfile.el: Doc fixes.
2897 (shadow) <defgroup>: Add :link.
2898 (shadowfile-unload-hook): New function.
2899 (shadow-initialize): Use defalias, not fset.
2900 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2901 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2902
521d4010
DL
2903 * international/mule.el: Doc and message fixes.
2904
36fd8e17
DL
2905 * international/ccl.el (define-ccl-program): Doc fix.
2906
92395bbe
KH
29072001-02-11 Kenichi Handa <handa@etl.go.jp>
2908
2909 * faces.el (mode-line): Set :line-width property to -1.
2910
103db06c
RS
29112001-02-10 Richard M. Stallman <rms@gnu.org>
2912
08b78974
RS
2913 * complete.el (partial-completion-mode): Doc fix.
2914
103db06c
RS
2915 * simple.el (delete-key-deletes-forward-mode):
2916 Change `let' to `let*' to fix gross bug in last change.
2917
2918 * repeat.el (repeat): Don't let execute-kbd-macro alter
2919 real-last-command.
2920
a6a1ee53
EZ
29212001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2922
2923 * simple.el (eval-expression): Doc fix.
2924
d2f288c6
DL
29252001-02-09 Dave Love <fx@gnu.org>
2926
038f4ae3
DL
2927 * imenu.el (imenu-generic-expression): Doc fix.
2928
83c9cb8e
SM
2929 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2930 From Juanma Barranquero.
038f4ae3 2931
15d1caef 2932 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2933
9804b846
KH
29342001-02-09 Kenichi Handa <handa@etl.go.jp>
2935
2936 * faces.el (set-face-attribute): Describe the case of a negative
2937 value specified for :line-width.
2938
532f5197
SM
29392001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2940
2941 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2942 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2943
1d279666
DL
29442001-02-08 Dave Love <fx@gnu.org>
2945
4681ca3a
DL
2946 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2947 widget-plist-value-type.
2948 (widget-alist-convert-widget): Replace binding of
2949 widget-alist-value-type.
2950
1d279666
DL
2951 * textmodes/paragraphs.el (sentence-end): Doc fix.
2952
83c9cb8e
SM
2953 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2954 Remove `backward-line'.
1d279666 2955
532f5197
SM
2956 * play/pong.el (pong-blank-color, pong-bat-color)
2957 (pong-ball-color, pong-border-color, pong-left-key)
2958 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2959 (pong-pause-key, pong-resume-key, pong-timer-delay):
2960 * mail/mh-comp.el (mh-compose-letter-function):
2961 * eshell/esh-mode.el (eshell-skip-prompt-function):
2962 * emulation/viper-ex.el (ex-unix-type-shell-options):
2963 * recentf.el (recentf-menu-filter):
2964 * ps-print.el (ps-print-region-function):
2965 * lpr.el (print-region-function):
2966 * forms.el (forms-mode-hooks):
2967 * dirtrack.el (dirtrack-directory-change-hook):
2968 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2969 * textmodes/spell.el (spell-filter):
2970 * textmodes/fill.el (adaptive-fill-function):
2971 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2972 * progmodes/etags.el (find-tag-default-function):
2973 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2974 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2975
6f676109
EZ
29762001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2977
751d3bc4
EZ
2978 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2979 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2980 Meyering <jim@meyering.net>.
2981
6f676109
EZ
2982 * loadup.el: Revert last change.
2983
d3c26cdf
KH
29842001-02-07 Kenichi Handa <handa@etl.go.jp>
2985
83c9cb8e
SM
2986 * international/mule.el (transform-make-coding-system-args):
2987 Make it work also for coding systems not using CCL.
d3c26cdf 2988
44806980
EZ
29892001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2990
9889af08
EZ
2991 * simple.el (previous-matching-history-element)
2992 (next-matching-history-element): Doc fix.
2993
44806980
EZ
2994 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2995 specific part.
2996
1e36ff68
DL
29972001-02-06 Dave Love <fx@gnu.org>
2998
713f7b15 2999 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3000 (add-log-buffer-file-name-function, add-log-file-name-function):
3001 Fix :type.
3002 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3003
c7ca58df
EZ
30042001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3005
fecd556a
EZ
3006 * info.el (info-initialize): Remove the test for system-type when
3007 invocation-directory is non-nil.
3008
c7ca58df
EZ
3009 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3010 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3011
587b5737
AI
30122001-02-06 Andrew Innes <andrewi@gnu.org>
3013
3014 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3015 absolute.
3016
baf7eee4
GM
30172001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3018
3019 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3020 buffers. When hi-lock turned on rather than only checking current
3021 buffer for regexps, all buffers are checked. Moved activation of
3022 font-lock to hi-lock-refontify. When font-lock turned off rather
3023 than removing added highlighting just in current buffer, remove it
3024 in all buffers. Changed edit menu text from "Automatic
3025 Highlighting" to "Regexp Highlighting" Documentation for
3026 highlighting phrases, minor documentation changes.
3027 (hi-lock-set-file-patterns): Execute only if there are new or
3028 existing file patterns.
3029 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3030 unfontify and, if a support mode is active, will not refontify the
3031 whole buffer. If necessary, turn on font lock. (Removed
3032 font-lock-unfontify and font-lock support-mode-specific calls,
3033 such as lazy-lock-fontify-window.)
3034 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3035 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3036 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3037 (hi-lock-face-phrase-buffer): New function. Also added related
3038 menu item and keybinding.
3039 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3040 (hi-lock-process-phrase): New function.
3041 (hi-lock-line-face-buffer): Doc fixes.
3042 (hi-lock-face-buffer): Doc fixes.
3043 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3044
36710aa6
GM
30452001-02-06 Gerd Moellmann <gerd@gnu.org>
3046
3047 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3048 dabbrev-ignored-regexps.
3049
d3f22784
EZ
30502001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3051
3052 * simple.el (kill-line): Doc fix.
3053
5cb3c8d4
DL
30542001-02-05 Dave Love <fx@gnu.org>
3055
3056 * loadup.el: Revert last two changes -- bootstrapping works with
3057 regenerated loaddefs.
3058
e6297e7d
EZ
30592001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3060
1e14b095
EZ
3061 * isearch.el (isearch-forward): Doc fix.
3062
e6297e7d
EZ
3063 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3064 of font-lock-defaults to backward-paragraph.
3065
e16f52ce
GM
30662001-02-05 Gerd Moellmann <gerd@gnu.org>
3067
3068 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3069 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3070
01d19dd7
GM
30712001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3072
3073 * ebnf2ps.el: Eliminate time-stamp functions.
3074 (ebnf-version): New version (3.5).
3075 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3076 format-time-string.
3077
24886813
GM
30782001-02-05 Gerd Moellmann <gerd@gnu.org>
3079
3080 * simple.el (next-line): Goto end-of-line before inserting a newline.
3081
65e70fc4
MB
30822001-02-05 Miles Bader <miles@gnu.org>
3083
3084 * image-file.el (insert-image-file): When visiting an image, also
3085 set `truncate-lines' to t so that any fringe arrow looks correct.
3086
482f06c9
KH
30872001-02-05 Kenichi Handa <handa@etl.go.jp>
3088
3089 * isearch.el (isearch-forward): Add description about input method
3090 in the docsting.
3091
02399da7
SM
30922001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3093
3094 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3095
2c366083
EZ
30962001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3097
3098 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3099 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3100
bdadfce3
GM
31012001-02-02 Gerd Moellmann <gerd@gnu.org>
3102
79fb38c0
GM
3103 * wid-edit.el (widget-button-click): Fix last change.
3104
bdadfce3
GM
3105 * frame.el (frame-notice-user-settings): When resizing the initial
3106 frame because the tool bar is off, also change the frame's top
3107 position if a negative top position was specified.
3108
33155ffb
MB
31092001-02-02 Miles Bader <miles@gnu.org>
3110
3111 * image-file.el (insert-image-file): When visiting an image,
3112 suppress the cursor in the image buffer.
3113
1355ba0c
DL
31142001-02-01 Dave Love <fx@gnu.org>
3115
3116 * progmodes/f90.el (f90-mode): Remove startup message.
3117
fb758d2d 3118 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3119
01acdb05
GM
31202001-02-01 Gerd Moellmann <gerd@gnu.org>
3121
3122 * startup.el (command-line): Fix code determining whether or not
3123 to use delete-key-deletes-forward-mode.
3124
5b1ee316
AS
31252001-02-01 Andre Spiegel <spiegel@gnu.org>
3126
3127 * vc.el (vc-diff-switches): New user option.
3128 (vc-version-diff): Use it.
3129 (vc-diff-switches-list): New macro.
3130
83c9cb8e
SM
3131 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3132 New customization options.
5b1ee316
AS
3133 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3134
3135 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3136
00b1e7a1
GM
31372001-02-01 Gerd Moellmann <gerd@gnu.org>
3138
3139 * msb.el (toplevel): Quote hook symbols.
3140
85827036
KH
31412001-02-01 Kenichi Handa <handa@etl.go.jp>
3142
8e028499 3143 * international/mule.el (make-coding-system): Add description
3c948dde 3144 about recognized properties in the docstring.
8e028499 3145
85827036
KH
3146 * international/mule-conf.el: Remove unused charsets
3147 mac-roman-lower and mac-roman-upper.
3148
7ccf7ab9
GM
31492001-01-31 Gerd Moellmann <gerd@gnu.org>
3150
2441692d
GM
3151 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3152 is in front of the left-margin, if any.
3153
ee5cece0
GM
3154 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3155 like `delete'.
3156
83c9cb8e 3157 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3158
7ccf7ab9
GM
3159 * term/w32-win.el (mouse-set-font): Doc fix.
3160
b4f30ec5 31612001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3162
b4f30ec5
GM
3163 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3164 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3165 on already.
3166
03e0fe6e
GM
31672001-01-31 Markus Rost <rost@math.ohio-state.edu>
3168
3169 * files.el (save-buffer): Don't give message if (buffer-file-name)
3170 returns nil.
713f7b15 3171
8f289acc
EZ
31722001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3173
cb4aae04
EZ
3174 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3175
dbd98b19
EZ
3176 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3177 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3178
8f289acc
EZ
3179 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3180 display problems.
3181
c12553c1
KH
31822001-01-31 Kenichi Handa <handa@etl.go.jp>
3183
c7bf5db9
KH
3184 * international/mule.el (charset-info): Fix docstring.
3185
3186 * international/mule-diag.el (describe-character-set): Check final
3187 char valid before printing it.
c12553c1 3188
14f16b9c
GM
31892001-01-30 Gerd Moellmann <gerd@gnu.org>
3190
efaa080b
GM
3191 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3192
eef93f99
GM
3193 * frame.el (frame-notice-user-settings): Do the tool-bar
3194 stuff only for graphical displays. Fix a braino.
713f7b15 3195
14f16b9c
GM
3196 * frame.el (frame-initialize): Create initial frame visible.
3197 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3198 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3199
3200 * startup.el (command-line): Remove manipulation of frame
3201 height for tool bars.
3202
4ad25e43
EZ
32032001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3204
3205 * lpr.el: Compatibility with XEmacs and doc fixes.
3206 (lpr-windows-system, lpr-lp-system): New vars.
3207 (lpr-printer-switch): New defcustom.
3208 (printer-name, lpr-command): Customization fix.
3209 (print-region-1): Code fix.
3210 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3211 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3212 New functions.
4ad25e43 3213
e8f044a0
GM
32142001-01-29 Gerd Moellmann <gerd@gnu.org>
3215
3216 * msb.el (toplevel): Fix the eval-after-load.
3217
850d5045
GM
32182001-01-29 Dave Love <fx@gnu.org>
3219
762fe76e
DL
3220 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3221
3222 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3223
83c9cb8e 3224 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3225 (tcl-using-emacs-19-23): Consider Emacs 21+.
3226 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3227 (tcl-add-emacs-menu): Supply menu name.
3228 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3229
3a768251
GM
32302001-01-29 Gerd Moellmann <gerd@gnu.org>
3231
3232 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3233
274d02f7
SM
32342001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3235
3236 * pcvs.el (cvs-mark-fis-dead): New function.
3237 (cvs-mode-add): Use it.
3238 (cvs-mode-add-change-log-entry-other-window):
3239 Rebind change-log-default-name to itself rather than to nil.
3240
ed5d446e
SS
32412001-01-29 Sam Steingold <sds@gnu.org>
3242
efaa080b 3243 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3244 `autoload' statements.
3245
e2a80284
EZ
32462001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3247
8e1db7b3
EZ
3248 * files.el (confirm-kill-emacs): Doc fix.
3249
ff2a1c79
EZ
3250 * frame.el (frame-initialize): Doc fix.
3251
e7b0deaf
EZ
3252 * time-stamp.el (time-stamp-string): Doc fix.
3253
83c9cb8e
SM
3254 * woman.el (WoMan-log-1): Make the log buffer writable.
3255 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3256
005913e4
GM
32572001-01-29 Gerd Moellmann <gerd@gnu.org>
3258
3259 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3260 the `make-variable-buffer-local'.
3261
58622cc5
GM
32622001-01-29 Dave Love <fx@gnu.org>
3263
3264 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3265 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3266 Add autoload cookie.
58622cc5
GM
3267 (ansi-color-apply-sequence): Fix typo.
3268
0404d031
GM
32692001-01-29 Gerd Moellmann <gerd@gnu.org>
3270
ed5d446e 3271 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3272 Postscript printing in black and white.
3273
0404d031
GM
3274 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3275 X-Mailman-Version, Precedence, List-Help, List-Post,
3276 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3277 Content-Type, Content-Length.
3278
3b6ed359
DL
32792001-01-29 Dave Love <fx@gnu.org>
3280
ddd16e7a
DL
3281 * elide-head.el (elide-head): Make overlay evaporate.
3282
83c9cb8e 3283 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3284
8005142f
EZ
32852001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3286
3287 * isearch.el (isearch-highlight): Don't punt if the display
3288 doesn't support colors, since isearch faces are defined for
3289 monochrome displays as well.
3290
84728570
SS
32912001-01-27 Sam Steingold <sds@gnu.org>
3292
3293 * shell.el (shell-write-history-on-exit): Make sure that we are in
3294 the shell buffer (M-x tex-file RET inserted the error message into
3295 the TeX buffer).
3296
e26f9ced
EZ
32972001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3298
3299 * simple.el (transient-mark-mode): Doc fix.
3300
dc0274bd
GM
33012001-01-27 Gerd Moellmann <gerd@gnu.org>
3302
83c9cb8e 3303 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3304
c1acacc4
EZ
33052001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3306
f5058b96
EZ
3307 * shell.el (shell-unquote-argument): If the shell is one of the
3308 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3309 quote character.
3310 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3311 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3312
c1acacc4 3313 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3314 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3315
103db06c 33162001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3317
84728570 3318 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3319 Treat a one-capital-letter abbrev as "not all upper case",
3320 so as to force preservation of the expansion's pattern
3321 if the expansion starts with a capital letter.
3322
cfa70244
EZ
33232001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3324
cfee9de7
EZ
3325 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3326 Doc fix.
3327
cfa70244
EZ
3328 * simple.el (transient-mark-mode): Document the fact that many
3329 commands act on the region when mark is active.
3330
17d90d6b
KH
33312001-01-27 Kenichi Handa <handa@etl.go.jp>
3332
3333 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3334 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3335 (quail-show-guidance-buf): Make the multibyteness of current
3336 buffer inherited to Quail guidance buffer.
3337 (quail-help): Make the multibyteness of current buffer inherited
3338 to Quail help buffer.
3339
61076b20
DL
33402001-01-26 Dave Love <fx@gnu.org>
3341
c47e2c68
DL
3342 * time-stamp.el: Doc fixes.
3343
84728570 3344 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3345 (delphi-keyword-face, delphi-other-face): Fix :type.
3346
940f14b4
DL
3347 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3348
3349 * mail/feedmail.el (feedmail): Add :link.
3350 (feedmail-send-it): Doc fix.
3351
3352 * mail/sendmail.el: Doc fixes.
3353 (sendmail-send-it): Fix the non-ASCII regexp and use
3354 rfc2047-encode-string.
3355
61076b20
DL
3356 * dired.el, dired-aux.el: Revert last change.
3357
6c317bd2
GM
33582001-01-26 Gerd Moellmann <gerd@gnu.org>
3359
3360 * makefile.w32-in (DONTCOMPILE): Add various term files.
3361
33622001-01-26 Dave Love <fx@gnu.org>
3363
3364 * Makefile.in (DONTCOMPILE): Add various term files.
3365
1c636b5f
GM
33662001-01-26 Gerd Moellmann <gerd@gnu.org>
3367
af900b23
GM
3368 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3369
15fa6db0 3370 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3371 the echo area is resized to fit the size of the startup message.
15fa6db0 3372
1c636b5f
GM
3373 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3374 part of which is a constant.
3375
9b1adbd5
EZ
33762001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3377
83c9cb8e 3378 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3379
103db06c 33802001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3381
3382 * simple.el (next-line): Don't let `newline' expand abbrevs.
3383 Simplify slightly.
3384 (open-line): Don't let `newline' expand abbrevs.
3385
219227ea
JW
33862001-01-25 John Wiegley <johnw@gnu.org>
3387
3388 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3389 to `repeat' in the :type field.
3390
3391 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3392 allow a choice of regexp or nil.
d2906bf8 3393 (pcomplete-dir-ignore): Same.
219227ea
JW
3394
3395 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3396 a command) to always fail.
3397
ceba0dac
GM
33982001-01-25 Gerd Moellmann <gerd@gnu.org>
3399
3400 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3401 discard the result.
3402 (iswitchb-to-end): Likewise.
3403
9b0630e5
SS
34042001-01-25 Sam Steingold <sds@gnu.org>
3405
3406 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3407 Require vc.
9b0630e5 3408
a2ed9670
SM
34092001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3410
f0c1adab
SM
3411 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3412
a2ed9670
SM
3413 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3414
34ac3367
DL
34152001-01-25 Dave Love <fx@gnu.org>
3416
61076b20
DL
3417 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3418 (describe-coding-system): Tweak the English text.
3419
34ac3367
DL
3420 * loadup.el: Preload international/ccl for utf-8.
3421
4685e6b7
EZ
34222001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3423
3424 * mail/rmail.el (rmail-redecode-body): Doc fix.
3425
0fdb4475
KH
34262001-01-25 Kenichi Handa <handa@etl.go.jp>
3427
83c9cb8e
SM
3428 * international/mule-cmds.el (reset-language-environment):
3429 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3430
83c9cb8e
SM
3431 * international/mule-conf.el (coding-category-utf-8):
3432 Initialize to mule-utf-8.
0fdb4475 3433
9b0630e5 3434 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3435
3436 * international/utf-8.el: New file.
3437
245ed2b1
SM
34382001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3439
3440 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3441
e95b0c08
SS
34422001-01-24 Sam Steingold <sds@gnu.org>
3443
3444 * dired.el (dired-replace-in-string): Removed.
3445 (dired-sort-toggle): Use `replace-regexps-in-string'
3446 instead of `dired-replace-in-string'.
9b0630e5 3447
ceba0dac
GM
3448 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3449 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3450
e95b0c08
SS
3451 * gs.el (gs-replace-in-string): Removed.
3452 (gs-options): Use `replace-regexps-in-string'
3453 instead of `gs-replace-in-string'.
3454
c3902c3e
EZ
34552001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3456
3457 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3458 bug report is mailed to an email list and posted to a news group.
3459
b66b6aeb
GM
34602001-01-24 Gerd Moellmann <gerd@gnu.org>
3461
83c9cb8e
SM
3462 * comint.el (comint-replace-by-expanded-history-before-point):
3463 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3464
b66b6aeb
GM
3465 * startup.el (tool-bar-images-pixel-height): New variable.
3466 (command-line): After loading the user's init file, when
3467 tool-bar-mode is on, increase the frame's size by some lines for
3468 the tool-bar.
3469
3470 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3471
ff890e66
SZ
34722001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3473
3474 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3475 (chinese-big5): MIME:Big5.
3476
04363179
GM
34772001-01-24 Gerd Moellmann <gerd@gnu.org>
3478
e95b0c08 3479 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3480 Handle commands with prefix args.
3481
d56aaa64
GM
34822001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3483
3484 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3485 being a list of numbers.
3486 (diary-mail-entries): Rewritten.
3487
99858627
DL
34882001-01-23 Dave Love <fx@gnu.org>
3489
7aeb1fa9
DL
3490 * international/mule.el (make-coding-system): Fix typo.
3491
83c9cb8e
SM
3492 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3493 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3494
5a43decf
EZ
34952001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3496
3497 * font-lock.el (font-lock-mode): Doc fix.
3498
b0e98867
KH
34992001-01-23 Kenichi Handa <handa@etl.go.jp>
3500
3501 * international/mule.el (make-translation-table): Fix docstring.
3502
9c8acefd
EZ
35032001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3504
fd4976b8
EZ
3505 * mail/rmail.el (rmail-redecode-body): New function.
3506
9c8acefd
EZ
3507 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3508
871e0439
GM
35092001-01-22 Gerd Moellmann <gerd@gnu.org>
3510
21c2bbe0
GM
3511 * isearch.el (isearch-lazy-highlight-case-fold-search)
3512 (isearch-lazy-highlight-regexp): New variables.
3513 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3514 case-fold search or regexp search has been toggled.
3515
5710730c
GM
3516 * wid-edit.el (widget-button-click): Avoid a save-excursion
3517 around running a global binding.
3518
871e0439
GM
3519 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3520 to 0.25.
3521
d0554957
MB
35222001-01-20 Miles Bader <miles@gnu.org>
3523
3524 * cus-edit.el (custom-face-save): Do post-processing on the face's
3525 new value like `custom-face-set' does.
3526
1519f618
EZ
35272001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3528
ccd87890
EZ
3529 * mail/emacsbug.el (report-emacs-bug): Report the value of
3530 LC_CTYPE, not LC_TYPE.
3531
1519f618
EZ
3532 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3533 isearch-toggle-regexp and isearch-edit-string to doc string.
3534
9724173b
GM
35352001-01-19 Gerd Moellmann <gerd@gnu.org>
3536
48bb9196
GM
3537 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3538 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3539
e95b0c08 3540 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3541 font-lock-beginning-of-syntax-function to nil.
3542
dc81f8a2
EZ
35432001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3544
3545 * mail/emacsbug.el (report-emacs-bug): Report values of
3546 locale-coding-system, default-enable-multibyte-characters, and the
3547 environment variables LC_ALL, LC_TYPE, and LANG.
3548
99327974
GM
35492001-01-19 Gerd Moellmann <gerd@gnu.org>
3550
83c9cb8e 3551 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3552
2be6ecc6
GM
3553 * font-lock.el (font-lock-multiline): Default to nil.
3554 (font-lock-default-fontify-region): If font-lock-multiline is
3555 nil, don't check the property `font-lock-multiline'.
3556
99327974
GM
3557 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3558 is nil, don't check the `font-lock-multiline' text property.
3559
2550055a
MK
35602001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3561
0a949811 3562 * viper.el: Call initial-major-mode on startup.
e95b0c08 3563
0a949811 3564 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3565
8501998a 3566 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3567
2550055a 35682001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3569
0a949811 3570 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3571 diff mode, if available.
e95b0c08 3572
0a949811 35732001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3574
8501998a 3575 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3576
2550055a
MK
3577 * ediff-init.el (subst-char-in-string): Define and use it, unless
3578 it's already defined.
e95b0c08 3579
8962e303
GM
35802001-01-18 Gerd Moellmann <gerd@gnu.org>
3581
3582 * tooltip.el (tooltip-hide-delay): New user-option.
3583 (tooltip-show): Use tooltip-hide-delay instead of the default.
3584
6b453381
KH
35852001-01-18 Kenichi Handa <handa@etl.go.jp>
3586
3587 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3588 kill-local-variable doesn't work for enable-multibyte-characters.
3589
9eaf396b
DL
35902001-01-17 Dave Love <fx@gnu.org>
3591
cebd37ce
DL
3592 * ediff-init.el (ediff-before-setup-hook)
3593 (ediff-merge-filename-prefix): Add :version.
3594
9eaf396b
DL
3595 * international/latin1-disp.el: Require disp-table.
3596 (latin1-display): Fix :set.
3597
3598 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3599
f864120f
GM
36002001-01-17 Gerd Moellmann <gerd@gnu.org>
3601
3602 * isearch.el (isearch-lazy-highlight-initial-delay)
3603 (isearch-lazy-highlight-interval): Default to 0.
3604
36052001-01-17 Bob Glickstein <bobg@zanshin.com>
3606
3607 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3608 1 here rather than each time through
3609 isearch-lazy-highlight-new-loop.
3610 (isearch-lazy-highlight-max): Variable deleted.
3611 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3612 isearch-lazy-highlight-max but controls a single invocation of
3613 isearch-lazy-highlight-update.
3614 (isearch-lazy-highlight-wrapped): Variable recreated.
3615 (isearch-lazy-highlight-window-start): New variable.
3616 (isearch-lazy-highlight-cleanup): Restored to behavior of
3617 before 2-Jan.
3618 (isearch-lazy-highlight-remove-overlays): Function deleted;
3619 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3620 behavior removed.
3621 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3622 isearch-lazy-highlight-update in a loop rather than just once.
3623 Test isearch-invalid-regexp here and decide not to start a new
3624 loop, rather than testing it each time through
3625 isearch-lazy-highlight-update.
3626 (isearch-lazy-highlight-search): Function restored.
3627 (isearch-lazy-highlight-update): Get called in a timer loop again,
3628 but this time highlight more than one match each time through.
83c9cb8e
SM
3629 Only highlight matches in the visible part of the window.
3630 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3631 the edge of the window. Use sit-for to force redisplay and ensure
3632 window-start is credible. "Face suppressing" behavior removed;
3633 overlay priorities should make it unnecessary, right?
3634 (isearch-highlight): Face suppressing behavior removed.
3635 (isearch-dehighlight): Face suppressing behavior removed.
3636 (isearch-set-lazy-highlight-faces-at): Removed.
3637
076ec540
KH
36382001-01-17 Kenichi Handa <handa@etl.go.jp>
3639
3640 * language/european.el ("Latin-1"): Make the format of description
3641 about additional language environments same as that of Latin-2.
3642
92328ec5
DL
36432001-01-16 Dave Love <fx@gnu.org>
3644
39f2174e
DL
3645 * isearch.el (isearch-lazy-highlight): Add :version.
3646
92328ec5
DL
3647 * simple.el (backward-delete-char-untabify-method)
3648 (next-line-add-newlines): Add :version.
3649
f251459d
GM
36502001-01-16 Gerd Moellmann <gerd@gnu.org>
3651
9d4850e5
GM
3652 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3653 Don't bind <delete> otherwise.
3654
3655 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3656 and <delete> via function-key-map.
3657
f251459d
GM
3658 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3659 Subject line only if point is after the `Subject:'.
3660
771ffcf7
KH
36612001-01-16 Kenichi Handa <handa@etl.go.jp>
3662
bda6b481
KH
3663 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3664 japanese-jisx0213-2 in `charset' property of this lang. env.
3665
35793af7
KH
3666 * language/european.el ("Latin-1"): Add description for Dutch and
3667 Spanish lang. env.
3668
771ffcf7
KH
3669 * international/mule.el (decode-char): Fix conditions.
3670 (encode-char): Handle eight-bit-control too.
1c8102ff 3671 (transform-make-coding-system-args): New function.
50c29104
KH
3672 (make-coding-system): Accept XEmacs style arguments for CCL base
3673 coding system.
771ffcf7 3674
e1cf67b6
GM
36752001-01-15 Gerd Moellmann <gerd@gnu.org>
3676
3677 * progmodes/etags.el (find-tag-noselect): Save the value of
3678 tags-file-name before switching buffers, for the case it has a
3679 buffer-local value.
3680
b3287acf
GM
36812001-01-15 Alex Schroeder <alex@gnu.org>
3682
9eaf396b
DL
3683 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3684 From Dave Love <fx@gnu.org>.
b3287acf
GM
3685 (ansi-color-for-comint-mode): Fix :version.
3686
36872001-01-15 Alex Schroeder <alex@gnu.org>
3688
3689 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3690
8d7ff9c8
EZ
36912001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3692
3693 * dired.el (dired-insert-directory): If file-system-info fails,
3694 remove the " free " part, but don't signal an error.
3695
dbe99ae9
SS
36962001-01-12 Sam Steingold <sds@gnu.org>
3697
3698 * bookmark.el (bookmark-maybe-historicize-string):
3699 Use new backquote syntax.
3700
103db06c 37012001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3702
3703 * subr.el (last): Handle a list that doesn't end in nil.
3704
ca2ddd8e
SS
37052001-01-12 Sam Steingold <sds@gnu.org>
3706
3707 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3708 to `backward-delete-char-untabify'.
3709
1751c874
DL
37102001-01-12 Dave Love <fx@gnu.org>
3711
3712 * cus-edit.el (customize-menu-create): Fix the :filter following
3713 easymenu change.
3714
3715 * wid-edit.el (function): Add :match-alternatives.
3716 (widget-color-action): Doc fix.
3717
3cccce8d
GM
37182001-01-12 Gerd Moellmann <gerd@gnu.org>
3719
3720 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3721
18bfd6b5
KH
37222001-01-12 Kenichi Handa <handa@etl.go.jp>
3723
83c9cb8e 3724 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3725
18bfd6b5
KH
3726 * international/ccl.el (define-ccl-program): Fix docstring.
3727
562e00da
DL
37282001-01-11 Dave Love <fx@gnu.org>
3729
14fd0da3
DL
3730 * international/mule-cmds.el (standard-display-european-internal):
3731 Set display table for 2208 as for 160.
3732
3733 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3734
562e00da
DL
3735 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3736 entry for custom-menu-create change.
3737 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3738 don't cons it in the search loop.
3739
3740 * imenu.el (imenu--truncate-items): Revert last change.
3741
6e961dcd
EZ
37422001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3743
3744 * info.el (Info-setup-header-line): If the node header includes
3745 either Next: or Prev: links, don't show the File: and Node: parts
3746 in the header line.
3747
2c2ff7f2
GM
37482001-01-11 Gerd Moellmann <gerd@gnu.org>
3749
a7ee2d2e
GM
3750 * comint.el (comint-goto-process-mark): Don't print a message
3751 when running in batch mode.
3752
c5348233
GM
3753 * isearch.el (isearch-search): In the condition-case handler for
3754 `error', set isearch-invalid-regexp to the whole error message.
3755
422717d1
GM
3756 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3757 ensure that eval-after-load works for files dumped with Emacs.
3758
3759 * help.el (load-symbol-file-load-history): New function extracted
3760 from function symbol-file.
3761 (symbol-file): Use it.
3762
83c9cb8e 3763 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3764
926861fb
EZ
37652001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3766
3767 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3768 behave as if there were no prefix argument.
3769 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3770 argument were nil.
3771
afa1f52c
RS
37722001-01-11 Richard M. Stallman <rms@gnu.org>
3773
ca2ddd8e 3774 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3775 Don't look for more potential matches once maximum is exceeded.
3776 Use overlays-in to check correctly for overlap with current match.
3777 Ignore empty matches.
3778
47a9f362
MB
37792001-01-11 Miles Bader <miles@gnu.org>
3780
3781 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3782 (ispell-overlay-window, ispell-help, ispell-show-choices)
3783 (ispell-command-loop): Use it instead of `window-height'.
3784
d196f58d
GM
37852001-01-10 Gerd Moellmann <gerd@gnu.org>
3786
cf523f0e
GM
3787 * files.el (confirm-kill-emacs): New user-option.
3788 (save-buffers-kill-emacs): Ask for final confirmation before
3789 killing Emacs.
3790
d196f58d
GM
3791 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3792 to nil.
3793
7c6c3d8e
GM
37942001-01-10 Dave Love <fx@gnu.org>
3795
1f8be15d
DL
3796 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3797
83c9cb8e 3798 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3799
3800 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3801
3802 * calculator.el (calculator-number-digits): Fix :type.
3803
0d5184de
DL
3804 * vc-cvs.el (vc-cvs-header): Fix :type.
3805 * vc-rcs.el (vc-rcs-header): Fix :type.
3806 * vc-sccs.el (vc-sccs-header): Fix :type.
3807
3808 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3809
7c6c3d8e
GM
3810 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3811
8c9f73a2
GM
3812 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3813
457b792c
GM
38142001-01-10 Gerd Moellmann <gerd@gnu.org>
3815
3816 * simple.el (set-variable): Force a thorough redisplay for the
3817 case that the variable has an effect on the display, like
3818 `tab-width' has.
3819
d2622d08
AS
38202001-01-10 Andre Spiegel <spiegel@gnu.org>
3821
3822 * vc.el: Add documentation for backend interface.
3823
ae4b5f4f
KH
38242001-01-10 Kenichi Handa <handa@etl.go.jp>
3825
e0844717
KH
3826 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3827
ae4b5f4f
KH
3828 * international/mule-conf.el (latin-extra-code-table): Set to t
3829 for \223 and \224.
3830
3184082b
KH
38312001-01-09 Kenichi Handa <handa@etl.go.jp>
3832
3833 * international/mule-cmds.el (locale-language-names): Map "es" to
3834 "Spanish" and "nl" to "Dutch".
3835
732b9cdd
GM
38362001-01-09 Gerd Moellmann <gerd@gnu.org>
3837
1dfca644
GM
3838 * bindings.el (global-map): Bind <home> to beginning-of-line,
3839 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3840 C-<end> to end-of-buffer.
3841
732b9cdd
GM
3842 * language/european.el: Add Dutch and Spanish language info
3843 to be able to use the appropriate tutorials.
3844
38452001-01-09 Alex Schroeder <alex@gnu.org>
3846
3847 * ansi-color.el (ansi-color-process-output): Use markers instead
3848 of positions for start and end of region.
3849 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3850 Previously, occasional mistakes happend when fontifying many
3851 chunks of output (eg. ls --color=yes /dev). This happened
3852 whenever an overlay was created up to the end of the region, which
3853 coincided with the process-mark. New text would then be added
3854 within that overlay instead of after it.
3855 (ansi-color-make-extent): Overlays are created with the property
3856 `modification-hooks' set to '(ansi-color-freeze-overlay).
3857 (ansi-color-freeze-overlay): New function. When inserting text at
3858 the end of the overlay, the overlay will resize.
3859
38602000-01-09 Alex Schroeder <alex@gnu.org>
3861
3862 * ansi-color.el (ansi-color-process-output): Doc change.
3863 (ansi-color-unfontify-region): Doc change. No longer installed
3864 automatically in font-lock-unfontify-region-function.
3865 (ansi-color-apply): Doc change.
3866 (ansi-color-apply-on-region): Use extents or overlays instead of
3867 text-properties.
3868 (ansi-color-make-extent): New function.
3869 (ansi-color-set-extent-face): New function.
3870
38712000-01-09 Alex Schroeder <alex@gnu.org>
3872
3873 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3874 both use ansi-color-process-output, now.
3875 (ansi-color-process-output): Doesn't return string anymore. It is
3876 installed in comint-output-filter-functions for both Emacs and
3877 XEmacs, now.
3878 (ansi-color-unfontify-region): Simplified code removing variables
3879 pos and start-ansi.
3880 (ansi-color-apply): Put text-property ansi-color before putting
3881 text-property face because ansi-color-unfontify-region is called
3882 immediately after the call to put-text-property.
3883 (ansi-color-context-region): Doc change.
3884 (ansi-color-filter-region): Simplified code.
3885 (ansi-color-apply-on-region): Changed start to start-marker, using
3886 a marker explicitly. Put text-property ansi-color before putting
3887 text-property face because ansi-color-unfontify-region is called
3888 immediately after the call to put-text-property.
3889
38902000-01-09 Alex Schroeder <alex@gnu.org>
3891
3892 * ansi-color.el (ansi-color-faces-vector): Doc change.
3893 (ansi-color-for-comint-mode): Changed :type property to choice.
3894 (ansi-color-last-context): Removed.
3895 (ansi-color-process-output): Don't use ansi-color-last-context, as
3896 the main functions will store their context now.
3897 (ansi-color-context): Doc change.
3898 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3899 Uses ansi-color-context such that repeated calls will strip
3900 partial escape sequences, too.
3901 (ansi-color-apply): Simplified code. Colorize end of string if
3902 face is not null. Store context in new (FACE STRING) format, such
3903 that repeated calls will strip partial escape sequences, too.
3904 Append faces to face property using ansi-color-apply-sequence such
3905 that cumulative mode actually works.
3906 (ansi-color-context-region): New variable.
3907 (ansi-color-filter-region): Rewrote it based on
3908 ansi-color-apply-on-region. Uses ansi-color-context-region such
3909 that repeated calls will strip partial escape sequences, too.
3910 (ansi-color-apply-on-region): Simplified code. Colorize end of
3911 region if face is not null. Store context in new (FACE POS)
3912 format, such that repeated calls will strip partial escape
3913 sequences, too. Append faces to face property using
83c9cb8e 3914 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3915 (ansi-color-apply-sequence): New function.
3916 (ansi-color-get-face): When the default face is added to the list
3917 of faces, all previous settings are discarded and the list of
3918 faces is set to '(default).
3919
39202000-01-09 Alex Schroeder <alex@gnu.org>
3921
3922 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3923 face, such that ansi-color-apply and ansi-color-apply-on-region
3924 will do the right thing.
3925 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3926 returns nil, set the list of faces back to nil instead of
83c9cb8e 3927 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3928
39292000-01-09 Alex Schroeder <alex@gnu.org>
3930
3931 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3932 (ansi-color-process): Doc change.
3933 (ansi-color-last-context): New buffer-local variable.
3934 (ansi-color-process-output): New function. It is automatically
3935 added to comint-output-filter-functions if this is XEmacs.
3936 (ansi-color-unfontify-region): New optional parameter for XEmacs
3937 compatibility. Check wether font-lock-syntactic-keywords is
3938 boundp before removing the syntax table text property, as XEmacs
3939 doesn't have it.
3940 (ansi-color-filter-region): Doc change.
3941 (ansi-color-apply-on-region): Doc change.
3942 (ansi-color-make-face): New function. Compatibility layer for
3943 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3944 (ansi-color-make-color-map): Use ansi-color-make-face.
3945 (ansi-color-get-face): Avoid face text property '(nil) as results
3946 in an errow for XEmacs.
3947
39482000-01-09 Alex Schroeder <alex@gnu.org>
3949
83c9cb8e
SM
3950 * ansi-color.el (ansi-color-unfontify-region): New function.
3951 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3952 ansi-color. When the package is loaded, a lambda expression is
3953 put onto font-lock-mode-hook. This lambda expression will check
3954 font-lock-unfontify-region-function and replace
83c9cb8e 3955 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3956 (ansi-color-apply): Add text-property ansi-color in addition to
3957 text-property face.
3958 (ansi-color-apply-on-region): Add text-property ansi-color in
3959 addition to text-property face.
3960 (save-buffer-state): Copy of the macro that is also used by
3961 lazy-lock and font-lock.
3962
3963 (ansi-color-for-comint-mode): New option.
3964 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3965 (ansi-color-for-comint-mode-off): Ditto.
3966 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3967 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3968 decide what to do. This function is added to
3969 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3970
3971 (ansi-color-for-shell-mode-set): Removed.
3972 (ansi-color-for-shell-mode): Removed.
3973
39742000-01-09 Alex Schroeder <alex@gnu.org>
3975
3976 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3977 the lambda expression from the ansi-color-for-shell-mode :set
3978 property. Additionally, modify shell-mode-hook to enable or
3979 disable font-lock-mode for future shell buffers.
3980 (ansi-color-for-shell-mode): The :set property calls
3981 ansi-color-for-shell-mode-set instead of a lambda expression.
3982
39832000-01-09 Alex Schroeder <alex@gnu.org>
3984
3985 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3986 (ansi-color-context): New variable.
3987 (ansi-color-apply): Save context between calls.
3988
fb55ff10
EZ
39892001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3990
83c9cb8e
SM
3991 * isearch.el (isearch, isearch-lazy-highlight-face):
3992 New definitions for face colors and attributes.
29910493 3993
fb55ff10
EZ
3994 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3995 of display-mouse-p.
3996
134d6265
KH
39972001-01-09 Kenichi Handa <handa@etl.go.jp>
3998
3999 * international/mule.el (make-coding-system): If the coding system
4000 accepts extra latin codes, register such codes as safe for the
4001 coding system.
4002
103db06c 40032001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4004
984c9f75
RS
4005 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4006 don't mention the file name or the date here, because they are
4007 logged at the start of the file.
4008
40092001-01-08 Richard M. Stallman <rms@gnu.org>
4010
78b8eee8
RS
4011 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4012 Change screen-width to frame-width.
4013
1460e5d4
EZ
40142001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4015
4016 * info.el (Info-search): Print the default as part of the prompt.
4017
56f24bc1
AS
40182001-01-08 Andre Spiegel <spiegel@gnu.org>
4019
ca2ddd8e 4020 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4021 constant implementations in backends.
4022
4023 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4024 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4025
4026 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4027 WRITABLE to EDITABLE.
4028
4029 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4030 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4031 to EDITABLE.
4032
b7812d30
EZ
40332001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4034
4035 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4036 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4037
7e56ea04
GM
40382001-01-08 Gerd Moellmann <gerd@gnu.org>
4039
4040 * isearch.el (isearch-old-signal-hook): Removed.
4041 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4042 instead of setting signal-hook-function.
4043 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4044
a758f97d
GM
40452001-01-08 Kevin Gallagher <kevingal@onramp.net>
4046
4047 * emulation/edt.el: Update to version 4.0. Provide support for
4048 EDT scroll margins at top and bottom of the window. Provide an
4049 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4050 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4051 user when file-related buffer modifications exist.
4052 Provide support for running EDT Emulation in XEmacs.
4053 Provide customize access to some user updatable variables.
4054 Add Commentary section to file header.
4055 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4056
4057 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4058 for detecting a keypress that generates an ASCII key sequence.
4059 (Previously, only a keypress that generates a vector was
4060 recognized.) Embed Window Manager name into name of the generated
4061 EDT Emulation initialization file since the initialization file is
4062 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4063
30db89f9
EZ
40642001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4065
4deb3ba9
EZ
4066 * mail/sendmail.el (mail-mode): Doc fix.
4067
30db89f9
EZ
4068 * info.el (Info-goto-emacs-command-node): Doc fix.
4069 (Info-goto-emacs-key-command-node): Doc fix.
4070
c3f2772b
EZ
40712001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4072
8726e79b 4073 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4074 systems without long file-name support.
4075
0dac6924
AI
40762001-01-06 Andrew Innes <andrewi@gnu.org>
4077
4078 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4079
4e6ef391
EZ
40802001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4081
380866a2
EZ
4082 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4083 (isearch-lazy-highlight-update): Doc fix.
4084
148b5960
EZ
4085 * ffap.el (ffap-bindings): Doc fix.
4086
4e6ef391
EZ
4087 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4088
4cb1bcc2
DL
40892001-01-05 Dave Love <fx@gnu.org>
4090
4091 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4092
3828218c
GM
40932001-01-05 Gerd Moellmann <gerd@gnu.org>
4094
83c9cb8e
SM
4095 * mouse-drag.el (mouse-drag-safe-scroll):
4096 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4097
1f4139d5
GM
4098 * isearch.el (isearch-old-signal-hook): New variable.
4099 (isearch-mode): Set signal-hook-function to isearch-done.
4100 (isearch-done): Restore old signal-hook-function.
4101
3828218c
GM
4102 * info.el (Info-fontify-node): Mark one more char as intangible.
4103
3970013f
KH
41042000-01-05 Kenichi Handa <handa@etl.go.jp>
4105
83c9cb8e
SM
4106 * composite.el (compose-last-chars): New argument COMPONENTS.
4107 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4108 COMPONENTS.
4109
4110 * international/quail.el (quail-input-string-to-events): New function.
4111 (quail-input-method): Convert input string to events here.
4112 (quail-start-translation): Return input string, not event list.
4113 (quail-start-conversion): Likewise.
4114
f3b05e99
GM
41152001-01-04 Gerd Moellmann <gerd@gnu.org>
4116
ca2ddd8e 4117 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4118 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4119 and tooltip-add-timeout.
4120 (tooltip-show): Set border color from faces's foreground.
4121 (tooltip-show-help-function): If called with the same help string
4122 as last time, do nothing.
4123 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4124
0f2ac578
GM
4125 * startup.el (fancy-splash-screens): Don't bind show-help-function
4126 to nil.
4127
f3b05e99
GM
4128 * tooltip.el (tooltip-frame-parameters): Remove colors.
4129 (tooltip): New face
4130 (tooltip-set-param): New function.
4131 (tooltip-show): Set up color frame parameters from face `tooltip'.
4132 Display the tooltip text in face `tooltip'.
4133
8416e94a
DL
41342001-01-04 Dave Love <fx@gnu.org>
4135
4136 * whitespace.el (whitespace-global-mode): Fix typo.
4137
4138 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4139
30db89f9
EZ
41402001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4141
83c9cb8e
SM
4142 * help.el (help-for-help): Fix a typo in a doc string.
4143 From kwzh@gnu.org (Karl Heuer).
30db89f9 4144
b847eb8c
DL
41452001-01-03 Dave Love <fx@gnu.org>
4146
4147 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4148 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4149 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4150 (dired-guess-shell-alist-user): Customize.
4151 (dired-x-help-address): Set to bug-gnu-emacs.
4152 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4153 (dired-default-directory): Renamed from default-directory.
4154
4155 * hl-line.el (hl-line): Doc fix.
4156
43c4b570
KF
41572001-01-03 Karl Fogel <kfogel@red-bean.com>
4158
1bf6b1bf 4159 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4160
984c9f75 41612001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4162
4163 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4164 to remove all the current alternative-match highlighting.
4165 If nil, remove only what's outside the current window.
4166 (isearch-lazy-highlight-remove-overlays): Take optional
4167 region within which NOT to remove them.
4168 (isearch-lazy-highlight-new-loop): Greatly simplified.
4169 (isearch-lazy-highlight-update): Find all the other occurrences
4170 visible in the window, in just one call.
4171 (isearch-lazy-highlight-start): Now holds start of region to scan.
4172 (isearch-lazy-highlight-end): Now holds end of region to scan.
4173 (isearch-lazy-highlight-wrapped): Variable deleted.
4174 (isearch-lazy-highlight-search): Function deleted.
4175
13d6a61c
AI
41762000-01-02 Andrew Innes <andrewi@gnu.org>
4177
4178 * w32-fns.el (convert-standard-filename): Do length check on name
4179 before aref.
4180
064866e7
DL
41812001-01-02 Dave Love <fx@gnu.org>
4182
b33e041b
DL
4183 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4184 value.
4185 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4186
4187 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4188
8166ffd5
DL
4189 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4190 read syntax.
4191
064866e7
DL
4192 * calendar/todo-mode.el (todo): Add :link, :version.
4193 (todo-save-top-priorities): Remove autoload cookie.
4194 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4195 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4196
6dde6abc
GM
41972001-01-02 Gerd Moellmann <gerd@gnu.org>
4198
4199 * comint.el (comint-input-history-ignore): New variable.
4200 (comint-read-input-ring): Ignore entries matching
4201 comint-input-history-ignore.
4202
1a8a9daf
GM
42032001-01-02 Eric M. Ludlam <zappo@gnu.org>
4204
4205 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4206 (lm-copyright-mark): New function.
4207 (lm-crack-copyright): New function.
4208 (lm-verify): Check that the file has a copyright.
4209 Check that the file is copyright Free Software Foundation.
4210
9c92eb53
KH
42112000-12-30 Kenichi Handa <handa@etl.go.jp>
4212
4213 * international/mule-diag.el (print-fontset): Indent font name by
4214 24 columns, not 25.
4215
49172314
GM
42162000-12-29 Gerd Moellmann <gerd@gnu.org>
4217
762a68ec
GM
4218 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4219 in Subject line.
4220
49172314 4221 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4222 Use mail-mode-hook instead of mail-setup-hook.
4223 Otherwise continuing an interrupted message with C-u C-x m for
4224 instance, winds up in Mail mode without abbrevs.
49172314 4225
bd7a2e26
GM
42262000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4227
4228 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4229 non-nil. Adding almost all customization variables on ps-setup.
4230 Doc fix.
bd7a2e26
GM
4231 (ps-print-version): New version number (6.3.3).
4232 (ps-end-with-control-d): Initialization fix.
4233 (ps-lines-printed): New var.
4234 (ps-skip-newline): New fun.
4235 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4236 (ps-next-line, ps-continue-line, ps-plot-region)
4237 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4238
2b3f28a4
KH
42392000-12-29 Kenichi Handa <handa@etl.go.jp>
4240
83c9cb8e
SM
4241 * international/fontset.el (x-complement-fontset-spec):
4242 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4243 registered in x-font-name-charset-alist.
4244 (create-fontset-from-fontset-spec): Adjusted for the above change.
4245 The name of fontset alias should be a unresolved ASCII font name.
4246
2ece9174
GM
42472000-12-28 Gerd Moellmann <gerd@gnu.org>
4248
4249 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4250 and delete in isearch-mode-map.
4251
cbe3ad7a
RS
42522000-12-28 Richard M. Stallman <rms@gnu.org>
4253
ca2ddd8e 4254 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4255 Use xpdf instead of acroread.
4256
a816f1c5
KH
42572000-12-28 Kenichi Handa <handa@etl.go.jp>
4258
f086e73c
KH
4259 * textmodes/artist.el (artist-butlast): Deleted.
4260 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4261 artist-butlast.
f086e73c 4262
a816f1c5
KH
4263 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4264
4265 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4266
b202115b
EZ
42672000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4268
4269 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4270
4271 * ls-lisp.el: Better support for the Mac and MS-Windows.
4272 (ls-lisp): New defgroup.
4273 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4274 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4275 (ls-lisp-support-shell-wildcards): New defcustoms.
4276 (ls-lisp-parse-symlink): New function.
4277 (insert-directory): Code to convert switches to a list and set up
4278 the wildcard argument copied from ls-lisp-insert-directory.
4279 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4280 for -C and -R switches.
4281 (ls-lisp-column-format): New function.
ca2ddd8e 4282 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4283 (ls-lisp-format-time): Add doc strings.
4284 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4285 Support ls-lisp-dirs-first.
4286 (ls-lisp-classify, ls-lisp-extension): New functions.
4287 (ls-lisp-format): Optionally support emulation of symlinks.
4288 Support -i, -s, and -G switches.
4289
6061fbf0
GM
42902000-12-27 Gerd Moellmann <gerd@gnu.org>
4291
5e25feee
GM
4292 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4293
6061fbf0
GM
4294 * version.el (emacs-version): Print X scroll bar information.
4295
4296 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4297 instead of x-toolkit-scroll-bars-p.
4298
4299 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4300 of x-toolkit-scroll-bars-p.
4301
25050dab
EZ
43022000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4303
83c9cb8e 4304 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4305 (ffap-bindings): Doc fix, to reflect the above change.
4306
c1786874
KH
43072000-12-27 Kenichi Handa <handa@etl.go.jp>
4308
4309 * term.el (term-char-mode): Define all non-ascii self-inserting
4310 characters to 'term-send-raw in term-raw-map.
4311
7261ece3 43122000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4313
83c9cb8e 4314 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4315
83c9cb8e
SM
4316 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4317 Changed initialization; use add-hook.
6061fbf0 4318 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4319
6061fbf0 4320 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4321
6061fbf0
GM
4322 * ediff.el (ediff-patch-buffer): Bug fix.
4323 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4324
83f40583
SM
43252000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4326
4327 * subr.el (combine-run-hooks): Remove.
4328
4329 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4330 and remove the rogue second spec.
4331
bdd6d4e8
GM
43322000-12-23 Gerd Moellmann <gerd@gnu.org>
4333
4334 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4335
26736ce3
SM
43362000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4337
0e86b6b0
SM
4338 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4339 Use minibuffer menu prompt for the `=' prefix.
4340 (smerge-command-prefix): Change default to C-^.
6eabfb26 4341 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4342
26736ce3
SM
4343 * skeleton.el (skeleton-internal-1): Make sure the first line of
4344 the region is also re-indented.
d21584d6
SM
4345 (skeleton-end-newline): New var.
4346 (skeleton-end-hook): Use it.
26736ce3 4347
95fa4fd7
MB
43482000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4349
4350 * comint.el (comint-password-prompt-regexp): Support CVS.
4351
f060b834
GM
43522000-12-22 Gerd Moellmann <gerd@gnu.org>
4353
83c9cb8e
SM
4354 * simple.el (delete-key-deletes-forward-mode): Simplify.
4355 Also backspace key combinations, depending on
856ff7a7
GM
4356 delete-key-deletes-forward.
4357
4358 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4359
f060b834
GM
4360 * simple.el (delete-key-deletes-forward): Doc fix.
4361
653558a1
GM
43622000-08-22 Emmanuel Briot <briot@gnat.com>
4363
4364 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4365 white spaces are relevant in the XML file.
653558a1
GM
4366 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4367 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4368 of XML files.
653558a1
GM
4369 (xml-parse-tag): Check that the casing is the same in the start
4370 tag and end tag, since XML is case-sensitive. Allows for spaces
4371 in the end tag, after the name of the tag.
4372 (xml-parse-attlist): Allow for the character '-' in the name of
4373 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4374 the properties in the XML tree, since they are not relevant.
653558a1 4375
3ad93d8d
SM
43762000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4377
4378 * generic.el (generic-read-type): Undo last change, inline into
4379 `generic-mode' and then remove.
4380 (generic-mode): Inline generic-read-type.
4381 (define-generic-mode): Push the symbol name rather than the symbol
4382 onto generic-mode-list.
4383
177f4e88
GM
43842000-12-21 Gerd Moellmann <gerd@gnu.org>
4385
8e15274f
GM
4386 * generic.el (generic-read-type): Build an alist for
4387 completing-read as in 20.7.
4388
4389 * play/landmark.el (lm): Use interactive spec `P'.
4390 (toplevel): Don't set debug-on-error.
4391
83c9cb8e 4392 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4393
6ba384dc
GM
43942000-12-21 Dave Pearson <davep@davep.org>
4395
4396 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4397
647a066c
GM
43982000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4399
4400 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4401 ranges like \177-\237, but accepts the character sequence from \177 to
4402 \237. Doc fix.
4403 (ebnf-version): New version (3.4).
4404 (ebnf-setup): Code fix.
4405 (ebnf-range-regexp): New fun.
4406 (ebnf-8-bit-chars): Const fix.
4407
4408 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4409 entry. Doc fix.
4410 (ebnf-bnf-lex): Code fix.
4411 (ebnf-bnf-comment-chars): Const fix.
4412
4413 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4414 entry. Doc fix.
4415 (ebnf-iso-comment-chars): Const fix.
4416
4417 * ebnf-otz.el: Doc fix.
4418
4419 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4420 entry. Doc fix.
4421 (ebnf-yac-skip-code): Code fix.
4422 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4423
bc22fd18
EZ
44242000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4425
4426 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4427 (recover-file): Use it instead of insert-directory.
4428 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4429
587fc3f9
KH
44302000-12-21 Kenichi Handa <handa@etl.go.jp>
4431
83c9cb8e
SM
4432 * international/mule-cmds.el (select-safe-coding-system):
4433 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4434
587fc3f9
KH
4435 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4436
01860fb9
MB
44372000-12-21 Miles Bader <miles@gnu.org>
4438
83c9cb8e 4439 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4440
3f9d67a6
KH
44412000-12-21 Kenichi Handa <handa@etl.go.jp>
4442
9fd1c1f7
KH
4443 * international/mule-diag.el (describe-char-after): Make *Help*
4444 buffer inherit multibyteness of the current buffer.
4445
3f9d67a6
KH
4446 * international/mule.el (make-char): Docstring adjusted for the
4447 change of make-char-internal.
4448
c9669fac
SM
44492000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4450
4451 * international/iso-cvt.el: Docstrings fix.
4452
19594307
DL
44532000-12-20 Dave Love <fx@gnu.org>
4454
4455 * subr.el (eval-after-load): Doc fix.
4456
b1a447b3
KH
44572000-12-20 Kenichi Handa <handa@etl.go.jp>
4458
4459 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4460 for numbers.
4461
09877d5d
MB
44622000-12-20 Miles Bader <miles@gnu.org>
4463
4464 * international/quail.el (quail-help): Resize the help window
4465 again after it has all its contents. Remove unneeded progn.
4466
71d4497a
GM
44672000-12-19 Gerd Moellmann <gerd@gnu.org>
4468
4469 * pcmpl-linux.el: Fix copy/paste error.
4470
741e56a0
AI
44712000-12-19 Andrew Innes <andrewi@gnu.org>
4472
83c9cb8e 4473 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4474
cc24d91c
CD
44752000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4476
ba4c05aa
CD
4477 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4478
4479 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4480
4481 * progmodes/idlw-shell.el: Fixed copyright notice.
4482
4483 * progmodes/idlwave.el: Fixed copyright notice.
4484
71d4497a 4485 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4486 TAB as key separators.
4487
524c8caf
GM
44882000-12-19 Alex Schroeder <alex@gnu.org>
4489
4490 * sql.el (sql-sybase-options): New option.
4491 (sql-sybase): Use it. Add sql-database to the list of parameters
4492 provided for login. The options -w 2048 -n are not used any more.
4493 (sql-postgres-options): Changed default from "--pset" to "-P".
4494 (sql-mysql-options): Doc change.
4495 (sql-stop): Doc change.
4496
b5fa513d
KH
44972000-12-19 Kenichi Handa <handa@etl.go.jp>
4498
4499 * international/quail.el (quail-input-method): Always hide
4500 the guidance buffer on exiting.
4501
91c9e6ce
GM
45022000-12-18 Gerd Moellmann <gerd@gnu.org>
4503
c6da4eb4
GM
4504 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4505 isn't fboundp.
4506
3d2a0e0b
GM
4507 * server.el (server-buffer-done): Bury the buffer before
4508 killing it.
4509
91c9e6ce
GM
4510 * faces.el (face-spec-set): Interpret a nil in specs for
4511 foreground and background colors as `unspecified', for
4512 compatibility with 20.x.
4513
40fa0008
DL
45142000-12-18 Dave Love <fx@gnu.org>
4515
22adbe54
DL
4516 * simple.el (mail-user-agent): Doc fix.
4517 (input-mode-8-bit): Removed.
4518
4519 * international/mule.el (set-keyboard-coding-system): Doc fix.
4520 (keyboard-coding-system): New option.
4521
40fa0008
DL
4522 * mail/sendmail.el (send-mail-function): Customize.
4523
6f4745e2
EZ
45242000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4525
4526 * international/codepage.el (cp866-decode-table): New table.
4527
82b90229
GM
45282000-12-18 Gerd Moellmann <gerd@gnu.org>
4529
4530 * version.el (emacs-version): Remove `%a' from the time format
4531 because the weekday doesn't fit well into each locale.
4532
5a047002
MB
45332000-12-18 Miles Bader <miles@gnu.org>
4534
7f49aa07
MB
4535 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4536
ca2ddd8e 4537 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4538 Check that emacs-major-version is `=' to 20, not `>='.
4539 (artist-replace-chars): Use `make-string' instead of a loop.
4540
22ea2607
EZ
45412000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4542
4543 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4544 (cvs-execute-single-file): Don't change directory.
4545 Patch from Per Cederqvist.
4546
6c825f8e
EZ
45472000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4548
83c9cb8e
SM
4549 * textmodes/ispell.el (check-ispell-version):
4550 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4551 of -vv.
4552
8ff06845
KH
45532000-12-16 Kenichi Handa <handa@etl.go.jp>
4554
af4bb4c8
KH
4555 * international/mule-diag.el (mule-diag): Insert information about
4556 configure options, multibyte awareness, language env.
4557
8ff06845
KH
4558 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4559 regexp to search for candidates.
4560
b24e84ab
EZ
45612000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4562
4563 * info.el (Info-forward-node): If the node has an
4564 Info-header-line, widen the buffer before searching for "next:"
4565 and "up:" pointers, and set the search limit to stay in the
4566 current node.
4567
7981d89f
MB
45682000-12-16 Miles Bader <miles@gnu.org>
4569
4570 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4571
88ee7917
MB
45722000-12-15 Miles Bader <miles@gnu.org>
4573
4574 * comint.el (comint-send-string, comint-send-region): Also accept
4575 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4576 process-send-string/region.
4577
0c28d842
GM
45782000-12-15 Gerd Moellmann <gerd@gnu.org>
4579
4ea7fdca
GM
4580 * isearch.el (isearch-lazy-highlight-max): New user-option.
4581 (isearch-lazy-highlight-update): Don't highlight more than
4582 isearch-lazy-highlight-max matches.
4583
0c28d842
GM
4584 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4585
984c9f75 45862000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4587
8062e53a
GM
4588 * sort.el (sort-columns): Fix error message.
4589
3ffa545b
GM
4590 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4591 `upcase' or `downcase' or nil.
4592 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4593 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4594 (dabbrev--substitute-expansion): New arg record-case-pattern.
4595 If it is non-nil, set dabbrev--last-case-pattern.
4596 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4597
4598 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4599
c2d7f289
MB
46002000-12-15 Miles Bader <miles@gnu.org>
4601
b6348438
MB
4602 * paths.el (Info-default-directory-list): Don't delete
4603 configure-info-directory from the list of standard info
83c9cb8e 4604 directories when appending it to the end -- their order is important.
b6348438 4605
f9056dd9
MB
4606 * faces.el (read-face-attribute): If there's no entry for the
4607 user's input in VALID, just use it as-is (this will often result
4608 in an error, but it may be OK for e.g. colors using hexadecimal
4609 notation, and at least will yield a better error message).
4610
c2d7f289 4611 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4612 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4613 Variables removed.
4614 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4615 window is really the right size. Use vertical-motion
4616 rather than forward-line.
4617 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4618 (ispell-command-loop, ispell-show-choices): Use the variable
4619 ispell-choices-win-default-height, rather than the function.
4620 (ispell-choices-win-default-height): Function removed.
4621 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4622
8f530b95
SM
46232000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4624
4625 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4626
6d435deb
EZ
46272000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4628
83c9cb8e
SM
4629 * paths.el (Info-default-directory-list):
4630 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4631 put it first in the list; otherwise put it last. Doc string
4632 changed accordingly.
4633
4634 * info.el (Info-directory-list): Change doc string to reflect the
4635 change in Info-default-directory-list.
4636
6d435deb
EZ
4637 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4638 windows-nt as windowed environments, even under -nw.
4639
4640 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4641 if not fboundp. Switch delete-forward mode for the <delete> key
4642 on all PC platforms, even under -nw.
4643
4644 * term/internal.el ([M-delete]): Remap to M-d.
4645
9d7d9263
GM
46462000-12-14 Gerd Moellmann <gerd@gnu.org>
4647
4648 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4649
7cf0153a
EZ
46502000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4651
4652 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4653
5e5b3d41
GM
46542000-12-14 Gerd Moellmann <gerd@gnu.org>
4655
5f368d29
GM
4656 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4657 if appropriate.
4658
4659 * simple.el (delete-key-deletes-forward): New user-option.
4660 (delete-key-deletes-forward-mode): New function.
4661
9d7d9263 4662 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4663
83c9cb8e
SM
4664 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4665 Test if symbol is bound before getting its value.
5e5b3d41
GM
4666
4667 * tooltip.el (tooltip-show): If an error is signaled in
4668 x-show-tip, display that error, and display the help in the
4669 echo area.
ca2ddd8e 4670
191b83b6
KH
46712000-12-14 Kenichi Handa <handa@etl.go.jp>
4672
83c9cb8e
SM
4673 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4674 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4675
6192b604
KF
46762000-12-13 Karl Fogel <kfogel@red-bean.com>
4677
4678 * bookmark.el: Provide a generic exit hook, as suggested by
4679 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4680 (bookmark-exit-hook): New var.
4681 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4682 old raw lambda form in `kill-emacs-hook', and runs new
4683 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4684 as logically that feature must have been provided if this function
4685 is running.
4686 Removed ;;;###autoload before the `add-hook' call.
4687
5edf6b55
SM
46882000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4689
4690 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4691 (easy-menu-current-active-maps): New function.
4692 (easy-menu-get-map): Use it.
4693 Make a proper menu entry when creating a new keymap.
4694
16b5e8e6
KH
46952000-12-13 Kenichi Handa <handa@etl.go.jp>
4696
d49fc4eb
KH
4697 * international/characters.el: Fix cases and syntaxes for
4698 mule-unicode-0100-24ff.
4699
3b53d876
KH
4700 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4701 that a Japanese character is not appended after day and year.
4702
16b5e8e6
KH
4703 * info.el (Info-suffix-list): Change format for a command that
4704 requires arguments.
4705 (info-insert-file-contents): Adjusted for the above change.
4706
1df1c518
AS
47072000-12-12 Andreas Schwab <schwab@suse.de>
4708
4709 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4710 on the name of the tar buffer. Verify that the existing buffer is
4711 visiting the same subfile.
4712
a7a07b98
DL
47132000-12-12 Dave Love <fx@gnu.org>
4714
4715 * subdirs.el: Add obsolete.
4716
4fdbd809
GM
47172000-12-12 Gerd Moellmann <gerd@gnu.org>
4718
bfdb75ee
GM
4719 * mail/rmailsum.el (rmail-summary-expunge)
4720 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4721 instead of rmail-confirm-expunge.
4722
4fdbd809
GM
4723 * replace.el (perform-replace): Don't use an empty match adjacent
4724 to a non-empty match when computing the next match before the
4725 replacement is performed.
4726
e9a59cad
GM
47272000-12-12 Milan Zamazal <pdm@freesoft.cz>
4728
4729 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4730 definition (patch by Stefan Monnier).
4731 (glasses-mode): Use jit-lock instead of `after-change-functions'
4732 (patch by Stefan Monnier).
4733
c2def7a0
MB
47342000-12-12 Miles Bader <miles@gnu.org>
4735
4736 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4737 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4738
591b63b4
AC
47392000-12-12 Andrew Choi <akochoi@i-cable.com>
4740
4741 * term/mac-win.el: Remove load for ls-lisp.
4742
a924cf63 4743 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4744
5ff4ba3d
MB
47452000-12-12 Miles Bader <miles@gnu.org>
4746
4747 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4748 Respect field end too.
4749 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4750 (newline-and-indent, reindent-then-newline-and-indent):
4751 Use `delete-horizontal-space'.
5ff4ba3d 4752
d0c679bc
SM
47532000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4754
adf9c994
SM
4755 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4756 (so as to obey the field property in the minibuffer).
4757
4b0cd42d
SM
4758 * obsolete/c-mode.el: Moved from lisp/progmodes.
4759 * obsolete/auto-show.el: Moved from lisp.
4760 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4761
89f85863
CD
47622000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4763
4764 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4765 changes to list them here.
89f85863 4766
83c9cb8e
SM
4767 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4768 Too many changes to list them here.
89f85863 4769
83c9cb8e
SM
4770 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4771 Too many changes to list them here.
89f85863
CD
4772
4773 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4774
3e0d35ce
GM
47752000-12-11 Gerd Moellmann <gerd@gnu.org>
4776
83c9cb8e 4777 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4778
ca2ddd8e 4779 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4780 Comment fix.
4781
3e0d35ce
GM
4782 * hscroll.el: Moved to `obsolete' subdir.
4783
ff904dd6
MB
47842000-12-11 Miles Bader <miles@gnu.org>
4785
4786 * window.el (window-text-height): Function removed (now in C).
4787
fb97d87f
SM
47882000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * log-edit.el (log-edit-parent-buffer): New var.
4791 (log-edit): Set it. Add BUFFER argument.
4792 (log-edit-done): Use char-before.
4793 Don't bother checking validity of vc-comment-ring.
4794 Only bury the buffer if log-edit popped it up.
4795
4796 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4797 (cvs-mode-diff-help): Remove.
4798 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4799 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4800
4801 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4802 Remove binding for ? now made unnecessary.
4803
7de77417
CD
48042000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4805
83c9cb8e 4806 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4807 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4808
4809 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4810 when master file is not open.
4811
4efa209f
SM
48122000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4813
4814 * progmodes/ada-stmt.el: Update `maintainer'.
4815
0a8052bd
GM
48162000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4817
4818 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4819 choices to match documentation string.
4820
a12167c5
MB
48212000-12-09 Miles Bader <miles@gnu.org>
4822
2161605d
MB
4823 * minibuf-eldef.el: New file.
4824
a12167c5
MB
4825 * window.el (fit-window-to-buffer): Don't pass last argument to
4826 pos-visible-in-window-p, now that its meaning is inverted.
4827
9ea8de1b
EZ
48282000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4829
4830 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4831 <ceder@lysator.liu.se>.
4832
5002ddbb
SM
48332000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4834
b6114d80
SM
4835 * autoinsert.el (auto-insert-alist): Add missing final \n.
4836
ee8d23ee
SM
4837 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4838 (cvs-menu-map): Remove.
4839 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4840 (cvs-mode-quit): Turn it back into a plain function.
4841
5002ddbb 4842 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4843 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4844
4845 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4846 file where it's more visible.
4847 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4848 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4849 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4850 (texinfo-inside-macro-p): Only catch `scan-error's.
4851 (texinfo-inside-env-p): Make better use of the match info.
4852 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4853 (texinfo-insert-@end): Slight re-organization.
4854 Also remove useless `looking-at' call.
4855
30cd075d
AI
48562000-12-08 Andrew Innes <andrewi@gnu.org>
4857
4858 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4859 accessible in -nw mode.
4860
4861 * term/w32-win.el: Remove stuff about selection timeout, which is
4862 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4863 it is accessible in -nw mode.
4864
01b91009
DL
48652000-12-08 Dave Love <fx@gnu.org>
4866
83c9cb8e
SM
4867 * emacs-lisp/lisp-mode.el (lisp-mode):
4868 Set font-lock-keywords-case-fold-search.
01b91009 4869
842b2a94
GM
48702000-12-08 Gerd Moellmann <gerd@gnu.org>
4871
4872 * textmodes/ispell.el (ispell): Doc fix.
4873
f9d5f611
KH
48742000-12-08 Kenichi Handa <handa@etl.go.jp>
4875
4876 * international/quail.el (quail-insert-decode-map): Check the
4877 frame width of a window displaying the current buffer, not that of
4878 the selected frame.
4879 (quail-help): Make sure that the help buffer has window before
4880 inserting text in it.
4881
e04d21aa
SS
48822000-12-07 Sam Steingold <sds@gnu.org>
4883
4884 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4885 Backquote is used in isearch.el, so autoloading saves nothing.
4886
fc3e23a4
EZ
48872000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4888
83c9cb8e
SM
4889 * startup.el (normal-top-level-add-subdirs-to-load-path):
4890 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4891
fc3e23a4
EZ
4892 * dired.el (dired-insert-directory): If file-system-info is
4893 fboundp, call it instead of invoking dired-free-space-program.
4894
796ecd10
GM
48952000-12-07 Gerd Moellmann <gerd@gnu.org>
4896
0f5f7c3e
GM
4897 * server.el (server-visit-files): Push files on file-name-history.
4898
3764ba49
GM
4899 * progmodes/cc-langs.el: Update copyright.
4900
8e7931da
GM
4901 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4902
ae0d7485 4903 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4904
796ecd10
GM
4905 * bindings.el (mode-line-mode-menu): Reverse the order
4906 of define-keys so that the menu appears in alphabetical order.
4907
ae0d7485
GM
49082000-12-07 Milan Zamazal <pdm@freesoft.cz>
4909
4910 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4911 of the function.
4912
e2849090
DL
49132000-12-07 Dave Love <fx@gnu.org>
4914
4915 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4916
4917 * facemenu.el (facemenu-unlisted-faces): Fix value.
4918
5c7f629c
SM
49192000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4920
4921 * font-lock.el (font-lock-default-fontify-region):
4922 Include the terminating \n (off-by-one error).
4923 (font-lock-set-defaults): Use dolist.
4924
4925 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4926
73481ae3
KH
49272000-12-07 Kenichi Handa <handa@etl.go.jp>
4928
83c9cb8e
SM
4929 * international/mule-cmds.el (describe-language-environment):
4930 Fix for the case that an input method title is not string but a list.
ffbaa122 4931
73481ae3
KH
4932 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4933 of wrong SIZE record.
4934
e2896b22
DL
49352000-12-06 Dave Love <fx@gnu.org>
4936
67292061
DL
4937 * newcomment.el (comment-region, comment-dwim): Doc fix.
4938
4939 * textmodes/texinfo.el: Require tex-mode when compiling.
4940 (texinfo-update-node): Doc fix.
4941 (texinfo-imenu-generic-expression): Add @anchor.
4942 (texinfo-font-lock-keywords): Add @uref.
4943 (texinfo-inside-macro-p): Don't use ignore-errors.
4944 (texinfo-insert-quote): Match more contexts.
4945
e76938e7
DL
4946 * international/mule.el (decode-char, encode-char): Doc fix.
4947 (auto-coding-alist): Customize.
4948
4949 * files.el (load-file): Fix change of 2000-03-12.
4950
e2896b22
DL
4951 * wid-edit.el (widget-text-keymap): Doc fix.
4952
6610f4b2
AI
49532000-12-06 Andrew Innes <andrewi@gnu.org>
4954
4955 * makefile.w32-in (lisp): Set to an absolute directory, namely
4956 $(CURDIR).
4957
9e3366e4
EZ
49582000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4959
4960 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4961 read generated-autoload-file, and set buffer-file-coding-system to
4962 raw-text-unix after reading the file.
4963
83c9cb8e
SM
4964 * international/mule-conf.el (file-coding-system-alist):
4965 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4966
d94d636f
GM
49672000-12-06 Gerd Moellmann <gerd@gnu.org>
4968
384333ee
GM
4969 * replace.el (occur): Make line-number-width 1 smaller for the
4970 colon following the line number.
4971
83c9cb8e
SM
4972 * startup.el (fancy-splash-text, command-line-1):
4973 Use `File' for the menu name instead of `Files'.
e04d21aa 4974
d4b72d58
GM
4975 * tmm.el: Update copyright.
4976
d94d636f
GM
4977 * cus-start.el: Add entry for even-window-heights.
4978
6e424019
MB
49792000-12-06 Miles Bader <miles@gnu.org>
4980
4981 * faces.el (frame-set-background-mode): Avoid stomping on
4982 locally modified faces.
4983
e6477b58
KH
49842000-12-06 Kenichi Handa <handa@etl.go.jp>
4985
4986 * international/fontset.el: Correct the font registries for
4987 japanese-jisx0213-1 and japanese-jisx0213-2.
4988
21999ab9
GM
49892000-12-05 Gerd Moellmann <gerd@gnu.org>
4990
57d6e381
GM
4991 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4992
21999ab9
GM
4993 * iswitchb.el: Update customization commentary.
4994
7422819c
GM
49952000-12-05 Rob Riepel <riepel@Stanford.EDU>
4996
4997 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4998 (tpu-search-highlight): Fixed comparison of overlay end positions.
4999 (tpu-trim-line-ends): Implemented trimming logic locally.
5000
5001 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5002 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5003
73daff18
KH
50042000-12-05 Kenichi Handa <handa@etl.go.jp>
5005
5006 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5007 to cn-gb.
5008 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5009
6a4cd002
DL
50102000-12-04 Dave Love <fx@gnu.org>
5011
5012 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5013
6452929e
GM
50142000-12-04 Gerd Moellmann <gerd@gnu.org>
5015
e04d21aa 5016 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5017 (rmail-summary-expunge-and-save): Ask for confirmation with
5018 rmail-expunge-confirmed.
5019
5020 * mail/rmail.el (rmail-expunge-confirmed): New function.
5021 (rmail-expunge): Use it.
5022
1790abf4
FP
50232000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5024
0c68ce6f 5025 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5026 (etags-recognize-tags-table, find-tag-in-order):
5027 New functionality: interpret file names as tags.
e04d21aa 5028
7a53d8c8
EZ
50292000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5030
5031 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5032 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5033 the first subnode until the bottom of the current node is visible.
7a53d8c8 5034
caa15ef7
GM
50352000-12-04 Gerd Moellmann <gerd@gnu.org>
5036
5037 * format.el (format-decode): Don't change buffer's undo list.
5038
e225faa7
KH
50392000-12-04 Kenichi Handa <handa@etl.go.jp>
5040
5041 * faces.el (face-font-registry-alternatives): Add entries for CJK
5042 fonts. Doc-string adjusted for the actual usage of this data.
5043
5044 * international/fontset.el: Change the font registries for CJK
5045 fonts in the default fontset. Don't append '*' to registries.
5046
8b262a65
SM
50472000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5048
e04d21aa 5049 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5050 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5051
5052 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5053 (derived-mode-p): New function.
5054 (derived-mode-make-docstring): Add `docstring' argument.
5055 Use it if available and complete it if necessary.
5056
33c4460b
AS
50572000-12-03 Andreas Schwab <schwab@suse.de>
5058
5059 * type-break.el (type-break): Don't make parent of itself.
5060
5c9b3fac
MB
50612000-12-03 Miles Bader <miles@gnu.org>
5062
5063 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5064
27ce741e
SM
50652000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5066
07c16ec4
SM
5067 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5068 (tex-main-file, tex-file): Simplify.
5069 (tex-generate-zap-file-name): Use subst-char-in-string.
5070 (tex-strip-dots): Remove.
5071
c19cc275
SM
5072 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5073
27ce741e
SM
5074 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5075 to check if the match succeeded.
5076
285991dc
GM
50772000-12-02 Gerd Moellmann <gerd@gnu.org>
5078
5079 * startup.el (use-fancy-splash-screens-p): New function.
5080 (command-line-1): Use it to determine whether or not to use
5081 a fancy splash screen.
5082
52dca1b2
AS
50832000-12-02 Andreas Schwab <schwab@suse.de>
5084
5085 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5086
d3e7e7cf
EZ
50872000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5088
2dce2360
EZ
5089 * international/mule.el (make-char): Fix last change.
5090
9768eaa7
EZ
5091 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5092 New defcustoms.
5093 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5094 autoloading tex-mode; instead, do the same manually.
5095 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5096 with numeric argument. Docstring fix.
5097 (toplevel): Require cl when compiling.
e04d21aa 5098
285991dc 5099 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5100
0dd5e255
JR
51012000-12-02 Jason Rumney <jasonr@gnu.org>
5102
5103 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5104 the Emacs Lisp manual)
5105
fbb87147
EZ
51062000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5107
5cbb3e93
EZ
5108 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5109
fbb87147
EZ
5110 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5111 the Emacs Lisp manual).
5112
1636ca09
GM
51132000-12-02 Gerd Moellmann <gerd@gnu.org>
5114
5115 * simple.el (next-line-add-newlines): Change default to nil.
5116
68875f0e
EZ
51172000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5118
83c9cb8e
SM
5119 * files.el (revert-buffer, recover-file):
5120 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5121
fd9ac94c
GM
51222000-12-01 Gerd Moellmann <gerd@gnu.org>
5123
5124 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5125
45450dd5
MB
51262000-12-01 Miles Bader <miles@gnu.org>
5127
5128 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5129
09df8881
KH
51302000-12-01 Kenichi Handa <handa@etl.go.jp>
5131
5132 * international/mule-diag.el (describe-char-after): Fix typo.
5133 (describe-character-set, non-iso-charset-alist): Fix typo.
5134
dea0a87d
MB
51352000-12-01 Miles Bader <miles@gnu.org>
5136
b170205b
MB
5137 * image-file.el (image-file-name-regexp): Automatically add
5138 upper-case variants of each filename extension in
5139 `image-file-name-extensions', since they seem to be common.
5140
e04d21aa 5141 * simple.el (minibuffer-contents)
dea0a87d
MB
5142 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5143 New functions.
5144 * filecache.el (file-cache-directory-name)
5145 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5146
eb04d6cd 51472000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5148
dea0a87d
MB
5149 * filecache.el (file-cache-minibuffer-complete): Don't try to
5150 delete the minibuffer prompt.
5151
a8a1b05d
DL
51522000-11-30 Dave Love <fx@gnu.org>
5153
5154 * cus-start.el: Fix read-buffer-function type.
5155
693c4692
GM
51562000-11-30 Gerd Moellmann <gerd@gnu.org>
5157
5158 * md5.el: Removed. There's a built-in function, now.
5159
2c0b1898
GM
51602000-11-30 Markus Rost <rost@math.ohio-state.edu>
5161
5162 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5163 as dummy 0-th char of rmail-deleted-vector.
5164
63dfcf4b
EZ
51652000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5166
5167 * ps-print.el (ps-end-job): Bind case-fold-search only after
5168 switching to ps-spool-buffer.
5169
51702000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5171
5172 * ps-print.el: Line number font customization. PostScript: Lines and
5173 PageCount are initialized on each page. Doc Fix.
5174 (ps-print-version): New version number (6.3.2).
5175 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5176 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5177 (ps-right-header): Customization fix.
5178 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5179 Fix code.
5180 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5181 New vars.
5182
df3aedcf
GM
51832000-11-30 Gerd Moellmann <gerd@gnu.org>
5184
edfb795e
GM
5185 * bs.el: Fix typos and spelling errors.
5186 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5187 (bs-configuration): Doc fix.
e04d21aa 5188
df3aedcf
GM
5189 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5190
8b8a7f01
GM
51912000-11-30 Rob Riepel <riepel@Stanford.EDU>
5192
5193 * emulation/tpu-edt.el (tpu-version): New version.
5194 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5195 (tpu-original-mode-line): Variable deleted.
5196 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5197 (tpu-set-mode-line): Don't redefine mode-line-format.
5198 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5199 (tpu-update-mode-line): New mark flag logic.
5200 (tpu-get): Use find-file-wildcards.
5201 (tpu-search-highlight): Move overlay less, reset overlay properly.
5202 (tpu-unselect): Deactivate mark.
5203 (tpu-lm-replace): Reset overlay properly.
5204 (tpu-forward-line): Use forward-visible-line.
5205 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5206
83c9cb8e 5207 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5208
c069a9d3
GM
52092000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5210
5211 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5212
b02cd40b
GM
52132000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5214
5215 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5216 and skip whitespace and newlines.
e04d21aa 5217
b7a90344
SM
52182000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5219
5220 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5221
be6bbb55
GM
52222000-11-29 Gerd Moellmann <gerd@gnu.org>
5223
0383ed60
GM
5224 * help.el (describe-function-1): Regexp-quote function name
5225 when used as part of a regexp.
5226
83c9cb8e
SM
5227 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5228 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5229 (tool-bar-add-item): Likewise, and handle unspecified colors.
5230
5231 * enriched.el (enriched-face-ans): Use face-attribute instead
5232 of face-foreground and face-background.
5233
5234 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5235 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5236
7423978d
GM
5237 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5238
ef128c78
GM
5239 * play/5x5.el: Remove version info.
5240
a81fc510
GM
5241 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5242
be6bbb55
GM
5243 * frame.el (blink-cursor-mode): Doc fix.
5244
f9396e03
GM
52452000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5246
5247 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5248 to create Makefile rules.
5249 (antlr-tool-command): New user option.
5250 (antlr-ask-about-save): New user option.
5251 (antlr-makefile-specification): New user option.
5252 (antlr-file-formats-alist): New variable.
5253 (antlr-special-file-formats): New variable.
5254 (antlr-unknown-file-formats): New user option.
5255 (antlr-help-unknown-file-text): New variable.
5256 (antlr-help-rules-intro): New variable.
5257 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5258 (antlr-mode-menu): Add entries.
5259 (antlr-file-dependencies): New function.
5260 (antlr-directory-dependencies): New function.
5261 (antlr-superclasses-glibs): New function.
5262 (antlr-run-tool): New command.
5263 (antlr-makefile-insert-variable): New function.
5264 (antlr-insert-makefile-rules): New function.
5265 (antlr-show-makefile-rules): New command.
5266
5267 * antlr-mode.el: More Emacs/XEmacs stuff.
5268 (antlr-no-action-keywords): New constant with value nil.
5269 (antlr-font-lock-keywords-alist): Use it. Old value would break
5270 syntax highlighting in Emacs-21.0.
5271 (antlr-default-directory): Emacs/XEmacs dependend function.
5272 (antlr-read-shell-command): Ditto.
5273 (antlr-with-displaying-help-buffer): Ditto.
5274
52752000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5276
5277 * antlr-mode.el: imenu, parsing and highlighting changes.
5278 (antlr-imenu-create-index-function): Don't create extra submenus
5279 for definitions in different grammar classes. It is not necessary
5280 for the menu and would make command `imenu' awkward to use.
5281 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5282 header actions and more than one.
5283 (antlr-font-lock-tokendef-face): Changed color.
5284 (antlr-font-lock-tokenref-face): Changed color.
5285 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5286 (antlr-mode-syntax-table): New variable.
5287 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5288 (antlr-with-syntax-table): Don't copy syntax table.
5289
52902000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5291
5292 * antlr-mode.el: Minor changes: language setting.
5293 (antlr-language-alist): The value for file option "language" can
5294 be both an identifier and a string.
5295 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5296 (antlr-language-limit-n-regexp): Change accordingly.
5297
52982000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5299
5300 * antlr-mode.el: Minor changes: tabs, hiding.
5301 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5302 (antlr-action-visibility): Also allow value nil to also hide the
5303 braces. Renamed from `antlr-tiny-action-length'.
5304 Suggested by Jay@aol.com.
5305 (antlr-hide-actions): Change accordingly. Hide line if completely
5306 hidden action is on a line of its own.
e04d21aa 5307
6ad948eb
SM
53082000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5309
5310 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5311
5312 * sort.el (sort-columns): Don't concat strings with numbers.
5313
9c6a4107
DL
53142000-11-29 Dave Love <fx@gnu.org>
5315
5316 * cus-edit.el (face): Fix :format.
5317
5318 * mail/feedmail.el: Require smtpmail when compiling.
5319 (mail-do-fcc): Autoload.
5320 (feedmail) <defgroup>: Fix :link.
5321 (feedmail-nuke-body-in-fcc): Fix :type.
5322 (feedmail-send-it): Add autoload cookie.
5323
053b8d35
SM
53242000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5325
5326 * newcomment.el (comment-indent): Save excursion around call to
5327 comment-indent-function.
5328
242c13e8
MB
53292000-11-29 Miles Bader <miles@gnu.org>
5330
5331 * subr.el (member-ignore-case): Return the tail of the list who's
5332 car matches, like `member', not the matching element itself.
5333
8f4b5f28
KH
53342000-11-29 Kenichi Handa <handa@etl.go.jp>
5335
5336 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5337 should not contain `\n'.
5338
bebe4a2c
GM
53392000-11-28 Gerd Moellmann <gerd@gnu.org>
5340
fd9ac94c 5341 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5342
ba7e40eb
GM
5343 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5344
75ab0c79
GM
5345 * dired-aux.el (dired-do-create-files): Construct default file
5346 name for dired-mark-read-file-name so that when the user enters
5347 just RET, the target file will end up in the target directory.
5348
bebe4a2c
GM
5349 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5350 local-abbrev-table before changing buffers because it might
5351 have a buffer-local binding.
5352
fa6d1ca8
MB
53532000-11-28 Miles Bader <miles@gnu.org>
5354
5355 * simple.el (delete-horizontal-space): Handle fields more generally.
5356
8d2c2642
GM
53572000-11-28 Gerd Moellmann <gerd@gnu.org>
5358
5359 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5360
8b31236d
DL
53612000-11-28 Dave Love <fx@gnu.org>
5362
3cbd02d2
DL
5363 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5364 comment-start-skip locally.
5365
8b31236d
DL
5366 * progmodes/fortran.el (fortran-mode): Don't set
5367 fortran-comment-line-start-skip. Set comment-start to
5368 fortran-comment-line-start.
5369 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5370 (fortran-comment-line-start-skip): Simplify slightly.
5371
ae4bf56d
GM
53722000-11-28 Gerd Moellmann <gerd@gnu.org>
5373
17ef7534
GM
5374 * play/5x5.el: Remove RCS keyword.
5375
fd9ac94c 5376 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5377
665b27a6
GM
53782000-11-28 Milan Zamazal <pdm@freesoft.cz>
5379
83c9cb8e
SM
5380 * textmodes/tildify.el (tildify-string-alist):
5381 Add `plain-tex-mode' here.
665b27a6 5382
fe3c2ae3
GM
53832000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5384
5385 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5386 reference.
5387
d970106b
MB
53882000-11-28 Miles Bader <miles@gnu.org>
5389
36b80a0d
MB
5390 * cus-face.el (custom-face-attributes): Add post-filter function
5391 for :box. Make pre-filter function for :box handle all cases.
5392
d970106b
MB
5393 * wid-edit.el (widget-choose): Make sure pop-up window is large
5394 enough to display all the choices, as there's no way to scroll it.
5395
5a2bae6c
KH
53962000-11-28 Kenichi Handa <handa@etl.go.jp>
5397
5398 * international/mule-conf.el: Make the coding system no-conversion
5399 safe for all characters.
5400
9e836e23
DL
54012000-11-27 Dave Love <fx@gnu.org>
5402
8b31236d
DL
5403 * net/ldap.el (ldap) <defgroup>: Add :version.
5404
9e836e23
DL
5405 * tooltip.el (tooltip-use-echo-area): Doc fix.
5406
5407 * cus-start.el <minibuffer-prompt-properties>: Add version.
5408 <read-buffer-function>: Add.
5409
5410 * apropos.el (apropos-print): Add help-echo to active text.
5411
5412 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5413
4a74d071
GM
54142000-11-27 Gerd Moellmann <gerd@gnu.org>
5415
5416 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5417 type, group and version.
5418
76058c27
EZ
54192000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5420
4a74d071 5421 * select.el (x-get-selection): Docstring fix.
76058c27 5422
fd9ac94c 54232000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5424
fd9ac94c 5425 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5426
49060c51
AI
54272000-11-27 Andrew Innes <andrewi@gnu.org>
5428
5429 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5430
5431 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5432
b2a8e429
MB
54332000-11-27 Miles Bader <miles@gnu.org>
5434
5435 * dired.el (dired-get-filename): Return filename verbatim if
5436 LOCALP is `verbatim'.
5437 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5438 `verbatim' so that we don't inadvertently delete a non-existant
5439 directory name.
5440
5ac0366d
KH
54412000-11-27 Kenichi Handa <handa@etl.go.jp>
5442
5443 * international/characters.el: Specify cases and syntaxes for
5444 mule-unicode-0100-24ff.
5445
67f1cf4c
GM
54462000-11-27 Gerd Moellmann <gerd@gnu.org>
5447
5448 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5449 that foreground and/or background colors of the face `tool-bar'
5450 are unspecified.
5451
46c56972
MB
54522000-11-27 Miles Bader <miles@gnu.org>
5453
e04d21aa 5454 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5455 (widget-field-end): Handle widget field `pseudo-overlays'.
5456 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5457 if it's there instead of in `widget-field-list'.
5458
46c56972 5459 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5460 (help-make-xrefs): Delete extraneous newlines at the end of the
5461 docstring.
46c56972 5462
640a9cdd
JR
54632000-11-25 Jason Rumney <jasonr@gnu.org>
5464
5465 * startup.el (command-line): Call set-locale-environment after
5466 Window System init file is read, as it can result in a call to
5467 redraw-frame.
5468
0b3f96d4
EZ
54692000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5470
5471 * simple.el (shell-command): Mention the effect of the prefix
5472 argument in the doc string.
5473
8da6e2a1
MB
54742000-11-25 Miles Bader <miles@gnu.org>
5475
a658d039
MB
5476 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5477
8da6e2a1 5478 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5479 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5480
d3416cca
JR
54812000-11-24 Jason Rumney <jasonr@gnu.org>
5482
5483 * international/mule-cmds.el (locale-language-names): Add "jp" as
5484 a non-standard alternative for Japanese.
5485
17e37f53
AS
54862000-11-24 Andre Spiegel <spiegel@gnu.org>
5487
5488 * vc-hooks.el: Require 'cl during compilation.
5489
9aa5f148
GM
54902000-11-24 Gerd Moellmann <gerd@gnu.org>
5491
ba193890
GM
5492 * faces.el (face-set-after-frame-default): Let face attributes
5493 specified for new frames override frame parameters.
5494
9aa5f148
GM
5495 * startup.el (command-line): Fix computation of the source file
5496 for user-init-file when user-init-file is a compiled file.
5497
51a1edab
MB
54982000-11-24 Miles Bader <miles@gnu.org>
5499
e04d21aa 5500 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5501 (custom-post-filter-face-spec): New functions.
5502 (custom-face-set, custom-face-value-create): Filter the face spec
5503 before and after customization.
5504 (custom-face-set): If VALUE specifies a null face, pass a
5505 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5506 * cus-face.el (custom-face-attributes): Remove SET and GET
5507 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5508 cases they're needed.
5509
1ed74431
MB
5510 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5511 that it's distinguishable from the :off-glyph on dark-background
5512 displays. Set its background color too.
5513
67ee1125
MB
5514 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5515 so that people can easily turn it off.
5516
7d027816 55172000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5518
7d027816 5519 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5520
9aa5f148 5521 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5522
9aa5f148 5523 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5524
9aa5f148 5525 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5526 redundant skip-small-frames test.
e04d21aa 5527
9aa5f148 5528 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5529 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5530
9aa5f148
GM
5531 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5532 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5533 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5534 New functions.
e04d21aa 5535
9aa5f148 5536 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5537
9aa5f148 5538 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5539
f07fa1b8
KH
55402000-11-24 Kenichi Handa <handa@etl.go.jp>
5541
83c9cb8e
SM
5542 * international/mule-diag.el (list-iso-charset-chars):
5543 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5544 (list-non-iso-charset-chars): Fix the `while' condition.
5545
ba8299ff
SM
55462000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5547
79372165
SM
5548 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5549 if the variable is make-variable-buffer-local.
5550
83c9cb8e
SM
5551 * progmodes/ada-stmt.el (ada-template-map):
5552 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5553 (ada-stmt-mode-hook): New function extracted from old code.
5554 Only change the buffer-local side of skeleton-*.
5555 (ada-mode-hook): Use it.
5556
68a887fa
EZ
55572000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5558
5559 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5560 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5561 we expect to be returned by minibuffer-depth once we prompt the
5562 user in the minibuffer.
5563 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5564 as recorded in iswitchb-minibuf-depth, return non-nil.
5565
3b345582
EZ
55662000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5567
5568 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5569 (hscroll-window-maybe): Docstring fix.
5570
595dead2
DL
55712000-11-23 Dave Love <fx@gnu.org>
5572
5573 * rect.el (string-rectangle): Don't test delete-selection-mode.
5574
1e66b27a
GM
55752000-11-23 Gerd Moellmann <gerd@gnu.org>
5576
02790ce2
GM
5577 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5578 is in the tool bar.
5579
1e66b27a 5580 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5581 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5582
a4caa65d
SM
55832000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5584
5585 * textmodes/outline.el (outline-flag-region):
5586 Don't bind inhibit-read-only since we don't modify the buffer.
5587 (outline-isearch-open-invisible): Don't jump to overlay-start
5588 since we're trying to unhide text around point.
5589 (outline-discard-overlays): Use dolist.
5590
5591 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5592
03e757c1
GM
55932000-11-22 Gerd Moellmann <gerd@gnu.org>
5594
83c9cb8e 5595 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5596
1598a961
SM
55972000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5598
5599 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5600 Fix ARG regexp to skip quoted braces.
5601 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5602 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5603 are (correctly) handled separately).
5604 Remove `caption' and `footnote' from `citations': they contain text.
5605 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5606 (latex-skeleton-end-hook): New function.
5607 (latex-mode): Use it.
5608 (tex-start-tex-marker): Remove.
5609 (tex-send-tex-command): Don't set tex-start-tex-marker.
5610 (tex-error-parse-syntax-table): New var.
5611 (tex-compilation-parse-errors): Use it.
5612 Ignore tex-start-tex-marker. Don't bother with marker-position.
5613 (tex-validate-buffer): Don't bother with marker-position.
5614
5615 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5616 (flyspell-generic-progmode-verify): Use it.
1598a961 5617
eaae8106
SS
56182000-11-22 Sam Steingold <sds@gnu.org>
5619
83c9cb8e 5620 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5621
eaae8106 5622 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5623 `ada-remove-trailing-spaces'.
eaae8106 5624 (ada-remove-trailing-spaces): Removed.
e04d21aa 5625
eaae8106 5626 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5627
1598a961
SM
5628 * textmodes/picture.el (picture-clean): Removed.
5629 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5630
a41d49e9
GM
56312000-11-22 Gerd Moellmann <gerd@gnu.org>
5632
e053c60f
GM
5633 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5634
a41d49e9
GM
5635 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5636 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5637 do anything special when jit-lock is active.
a41d49e9
GM
5638 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5639
197615f3
DL
56402000-11-22 Dave Love <fx@gnu.org>
5641
ddbfaa9f
DL
5642 * calendar/todo-mode.el (todo-top-priorities): Use
5643 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5644
ddc3c695
DL
5645 * language/chinese.el, language/cyrillic.el:
5646 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5647 * language/hebrew.el, language/indian.el, language/japanese.el:
5648 * language/korean.el, language/lao.el, language/misc-lang.el:
5649 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5650 Use provide.
5651
fb9fa98d
DL
5652 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5653 (custom-variable-set): Improve validation error mesage.
5654
197615f3
DL
5655 * rect.el (string-rectangle): Revert last change.
5656 (string-rectangle-line): New arg DELETE.
5657 (string-rectangle): Check delete-selection-mode.
5658
5659 * emacs-lisp/edebug.el (edebug-version)
5660 (edebug-maintainer-address): Deleted.
5661 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5662 (edebug-read-function): Account for other `'#' read forms.
5663 (edebug-mode-menus): Make some items toggles.
5664 (edebug-outside-unread-command-event, unread-command-event):
5665 Remove these to avoid warnings.
5666
f4117c4d
GM
56672000-11-22 David Ponce <david@dponce.com>
5668
5669 * recentf.el (recentf-menu-items-for-commands)
5670 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5671 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5672
f4117c4d
GM
5673 (recentf-build-dir-rules, recentf-dump-variable)
5674 (recentf-edit-list, recentf-open-files-item)
5675 (recentf-open-files): Replaced unnecessary `mapcar' with new
5676 built-in `mapc'.
eaae8106 5677
f8e2f3f2
MB
56782000-11-23 Miles Bader <miles@gnu.org>
5679
5680 * faces.el (menu): Make inverse-video on ttys too.
5681
4c4a541d
SM
56822000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5683
5684 * simple.el (comment-line-break-function): Use the new name
5685 indent-new-comment-line -> comment-indent-new-line.
5686 (clone-indirect-buffer): Don't ignore NORECORD.
5687 (next-completion): Properly handle the case where items are adjacent.
5688
5689 * mouse.el (popup-menu): Stupid typo.
5690
980d836e
GM
56912000-11-22 Gerd Moellmann <gerd@gnu.org>
5692
60e8e0a5
GM
5693 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5694 maintainer, keywords tags.
5695
980d836e
GM
5696 * rect.el (replace-rectangle): Don't call string-rectangle-line
5697 with too many arguments.
5698
e08b2069
AS
56992000-11-22 Andre Spiegel <spiegel@gnu.org>
5700
60e8e0a5 5701 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5702 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5703 vc-locking-user, which no longer exists.
5704
5705 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5706
c6779d8d
DL
57072000-11-22 Dave Love <fx@gnu.org>
5708
5709 * md5.el (md5): Provide.
5710 (md5): Fix error call.
5711
e672fdce
MB
57122000-11-22 Miles Bader <miles@gnu.org>
5713
eaae8106 5714 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5715 (refill-fill-paragraph-at): Remove debugging code.
5716
80e24c04
MB
5717 * calendar/calendar.el (generate-calendar-window): When we don't
5718 call `fit-window-to-buffer', make sure the top line is fully visible.
5719
3a17d6cc
MB
5720 * image-file.el (insert-image-file): Don't make `read-only'
5721 property rear-nonsticky.
5722
ae1a21c6
MB
5723 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5724 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5725 stashing away its original value.
5726 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5727 in the recursive edit.
5728 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5729 (isearch-done): Restore `minibuffer-message-timeout'.
5730
e672fdce
MB
5731 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5732
3ea79df8
SM
57332000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5734
5735 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5736
5737 * find-lisp.el (find-lisp-find-files-internal):
5738 Use dolist, when and file-name-as-directory.
5739
980d836e 5740 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5741 (define-derived-mode, define-minor-mode): Add specs.
5742
5743 * window.el: General comment and spacing fixes.
5744 (save-selected-window): Use backquotes.
5745 (window-safely-shrinkable-p): New function.
5746 (shrink-window-if-larger-than-buffer): Use it.
5747
5748 * subr.el (make-local-hook): Docstring fix.
5749
5750 * shell.el (shell-mode): Use define-derived-mode.
5751
5752 * newcomment.el (comment-indent): Insert comment before calling
5753 comment-indent-function. Don't insert in column 0.
5754 (comment-dwim): Indent before inserting comment.
5755
5756 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5757 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5758 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5759 Use mapc rather than map.
5760
5761 * files.el (find-buffer-visiting): Compare all attributes before
5762 declaring two files identical (rather than just their inode-no).
5763 (auto-mode-alist): Use \' rather than $.
5764
5765 * which-func.el: Update maintainer line.
5766
5767 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5768 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5769 (uniquify-buffer-file-name): Use it.
5770
8f62f2b8
MB
57712000-11-22 Miles Bader <miles@gnu.org>
5772
5773 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5774 * simple.el (minibuffer-avoid-prompt): New function.
5775
fb279a6d
GM
57762000-11-21 Gerd Moellmann <gerd@gnu.org>
5777
5778 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5779
867092e9
MB
57802000-11-21 Miles Bader <miles@gnu.org>
5781
ef860850
MB
5782 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5783 inclusion of `track-mouse'.
5784
867092e9
MB
5785 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5786 (refill-adjust-ignorable-overlay): New function.
5787 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5788 only the paragraph's tail if possible.
5789 Update `refill-ignorable-overlay'.
5790 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5791
5792 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5793 point inside the fill-prefix.
5794
5795 * textmodes/refill.el (refill-post-command-function): Don't reset
5796 refill-doit in the case where a self-insertion command doesn't
5797 case a refill. Use `refill-fill-paragraph-at', getting position
5798 from `refill-doit'.
5799 (refill-after-change-function): Set `refill-doit' to END.
5800 (refill-fill-paragraph-at): New function, mostly from old
5801 refill-fill-paragraph.
5802 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5803 (refill-pre-command-function): New function.
5804 (refill-mode): Add it to `pre-command-hook'.
5805
ff9ab414
GM
58062000-11-20 Gerd Moellmann <gerd@gnu.org>
5807
29a01b72
GM
5808 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5809
ff9ab414
GM
5810 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5811 javadoc tags.
eaae8106 5812
885b211b
AS
58132000-11-20 Andre Spiegel <spiegel@gnu.org>
5814
5815 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5816 vc.el).
5817
eaae8106 5818 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5819 require vc.
eaae8106
SS
5820
5821 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5822 checkouts.
eaae8106 5823
d1838556
DL
58242000-11-20 Dave Love <fx@gnu.org>
5825
5826 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5827
2b69bc11 58282000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5829
2b69bc11
GM
5830 * calculator.el (calculator-paste): Use `if' instead of `and'
5831 and `or'.
5832 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5833
b95b34e5
GM
58342000-11-19 Gerd Moellmann <gerd@gnu.org>
5835
030de92f
GM
5836 * info.el (info-menu-5): Doc fix.
5837
b95b34e5
GM
5838 * textmodes/artist.el: New file.
5839
54970452
AS
58402000-11-19 Andre Spiegel <spiegel@gnu.org>
5841
eaae8106 5842 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5843 and differentiate according to checkout model.
5844 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5845 since this function is only concerned with master state.
5846
83c9cb8e
SM
5847 * vc-hooks.el (vc-workfile-unchanged-p)
5848 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5849
83c9cb8e
SM
5850 * vc.el (vc-workfile-unchanged-p)
5851 (vc-default-workfile-unchanged-p): See above.
54970452 5852
e5a9dabf
MB
58532000-11-19 Miles Bader <miles@gnu.org>
5854
5855 * image-file.el (insert-image-file): Make `intangible' and
5856 `read-only' properties rear-nonsticky too.
5857
24127af0
GM
58582000-11-18 Gerd Moellmann <gerd@gnu.org>
5859
d392e9c5 5860 * ps-print.el: Update copyright notice.
eaae8106 5861
d392e9c5
GM
5862 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5863 (tooltip-show): Use the offsets.
5864
24127af0 5865 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5866 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5867 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5868
2b69bc11 58692000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5870
2b69bc11
GM
5871 * ps-print.el (toplevel): Test for find-coding-system being
5872 fboundp before calling ps-x-find-coding-system.
08ea6f17 5873
66321b2f
SM
58742000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5875
5876 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5877 (vc-version-backup-file): Docstring fix.
5878
046110c6
GM
58792000-11-16 Gerd Moellmann <gerd@gnu.org>
5880
4104194e
GM
5881 * files.el (basic-save-buffer): Don't add a newline if
5882 find-file-literally is non-nil.
5883 (find-file-literally): Extend doc string.
5884
046110c6
GM
5885 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5886 sort(1) with the `-f' argument.
5887
6505c16e
AS
58882000-11-16 Andre Spiegel <spiegel@gnu.org>
5889
fd063975
AS
5890 * vc.el: Updated backend documentation.
5891 (vc-default-check-headers): New function.
5892
3d02dd81 5893 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5894
5895 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5896 up-to-date.
eaae8106 5897 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5898 the minibuffer is not active.
fd063975 5899
eaae8106 5900 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5901 `vc-cvs-use-edit' is on.
eaae8106
SS
5902 (vc-cvs-checkout): When this is used for reverting the workfile,
5903 make a backup of the original contents and revert to that in case
8791d617 5904 of error.
eaae8106 5905 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5906 remote repositories.
eaae8106 5907
6505c16e
AS
5908 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5909 for both version and ratio in the minibuffer.
fd063975 5910
eaae8106 5911 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5912 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5913
a13f0660
KH
59142000-11-16 Kenichi Handa <handa@etl.go.jp>
5915
5916 * international/quail.el (quail-start-translation): Don't call
5917 `message' before reading key sequence.
5918
1389a414
MB
59192000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5920
5921 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5922
9256a532
KH
59232000-11-16 Kenichi Handa <handa@etl.go.jp>
5924
5925 * window.el (fit-window-to-buffer): Be sure to acquire at least
5926 one text line even if the buffer is empty.
5927
0e14fe9f
GM
59282000-11-16 Gerd Moellmann <gerd@gnu.org>
5929
eaae8106 5930 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5931 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5932 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5933
da645c53
DL
59342000-11-15 Dave Love <fx@gnu.org>
5935
83c9cb8e
SM
5936 * wid-edit.el (widget-specify-field, widget-specify-button):
5937 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5938 widget-mouse-help.
5939 (widget-mouse-help): New function.
5940 (widget-echo-help): Rewritten for :help-echo functions only taking
5941 a widget arg.
5942
83c9cb8e
SM
5943 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5944 Use display-graphic-p.
b12057b9
DL
5945 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5946 and that JPEG is available.
5947 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5948
da645c53
DL
5949 * international/mule-cmds.el (locale-charset-language-names):
5950 Match @euro.
5951
6d133d1f
GM
59522000-11-15 Gerd Moellmann <gerd@gnu.org>
5953
83c9cb8e
SM
5954 * faces.el (face-set-after-frame-default):
5955 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5956 default face from X resources.
5957
49ac2ac5
EZ
59582000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5959
5960 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5961 Don't set EMACSLOADPATH.
5962
4fb0a34c
EZ
59632000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5964
5965 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5966 texinfo-insert-@url.
5967 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5968 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5969
bb304a7a
SM
59702000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5971
82bc80bf
SM
5972 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5973 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5974 (checkdoc-minor-keymap): Backward compatibility.
5975 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5976 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5977 (checkdoc-this-string-valid-engine): Be a bit more strict
5978 to avoid matching substrings of `...' quoted vars/funs.
5979 (checkdoc-defun-info): Only look for `interactive' if alone.
5980 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5981
e8c87124
SM
5982 * progmodes/compile.el (grep): `tag-default' can be nil.
5983
bb304a7a
SM
5984 * newcomment.el (comment-indent): Paren typo.
5985
8628686a
DL
59862000-11-14 Dave Love <fx@gnu.org>
5987
25c269ef
DL
5988 * calculator.el: New maintainer version.
5989
66321b2f 5990 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5991
8628686a
DL
5992 * cmuscheme.el: Doc fixes.
5993 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5994 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5995
5996 * xscheme.el (scheme-program-name): Don't define here.
5997
5998 * progmodes/scheme.el (scheme-program-name): New variable
5999 (originally in cmuscheme).
6000
88f0a1eb
MB
60012000-11-14 Miles Bader <miles@gnu.org>
6002
6003 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6004 Handle header-lines. Don't loop forever if we can't enlarge the
6005 window anymore. Simplify a bit.
6006
cd9a000c
KH
60072000-11-14 Kenichi Handa <handa@etl.go.jp>
6008
6009 * window.el (fit-window-to-buffer): Don't check
6010 window-text-height. Assure that the last line is fully visible.
6011
83c9cb8e
SM
6012 * international/quail.el (quail-show-guidance-buf):
6013 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6014 buffer.
6015 (quail-update-guidance): Avoid making the guidance buffer shorter.
6016
d3fcda22
SM
60172000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6018
bdbd9606
SM
6019 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6020 rather than `prepend' and add an interesting comment.
6021 (tex-math-face, tex-font-lock-syntactic-face-function):
6022 New face and function to use it.
6023 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6024 than `menu-enable' symbol property.
6025 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6026 (tex-mode): Add some latex-mode commands for auto-selection.
6027 Use tex-font-lock-syntactic-face-function.
6028 (tex-insert-quote): Simplify.
6029 (tex-shell): New mode.
6030 (tex-start-shell): Use it.
6031 (tex-shell-proc, tex-shell-buf): New functions.
6032 (tex-send-command): Use it.
6033 (tex-main-file): Fix the meaning of the new arg REALFILE.
6034 (tex-send-tex-command): New function split from `tex-start-tex'.
6035 Set compilation-last-buffer and compilation-parsing-end.
6036
d3fcda22
SM
6037 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6038 when it follows non-comment text on the line.
6039
6040 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6041 Set font-lock-defaults.
6042 (lisp-mode-shared-map): Init inside the defvar.
6043 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6044 Use define-derived-mode.
6045
bdab1d43
MB
60462000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6047
6048 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6049
936ae731
GM
60502000-11-14 Gerd Moellmann <gerd@gnu.org>
6051
83c9cb8e
SM
6052 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6053 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6054 recursion; see comment there.
6055
1695ca2b
EZ
60562000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6057
6058 * faces.el (face-spec-set-match-display): Revert the change from
6059 2000-10-24. Add a FIXME for after v21.1.
6060
9d348294
MB
60612000-11-13 Miles Bader <miles@gnu.org>
6062
6063 * textmodes/fill.el (skip-line-prefix): New function.
6064 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6065 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6066 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6067 point inside the fill-prefix.
9d348294 6068
b85fa13c
MB
60692000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6070
83c9cb8e
SM
6071 * calendar/calendar.el (generate-calendar-window):
6072 Use `fit-window-to-buffer'.
b85fa13c 6073
a0b47716
SM
60742000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6075
6076 * gud.el (gud-minor-mode): New var.
6077 (gud-symbol, gud-val): New functions.
6078 (gud-find-file): Copy gud-minor-mode to the new buffer.
6079 (gud-menu-map): Include entries for commands that are not always
6080 available, using :enable to (de)activate them.
6081 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6082 (gud-mode-map): New map.
eaae8106 6083 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6084 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6085 Don't set up gud's menu (it's done by the minor-mode).
6086 (gud-minibuffer-local-map): New.
6087 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6088 (gud-query-cmdline): New function.
6089 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6090 (gud-mode): Use define-derived-mode.
6091 Don't set up gud's menu (it's done by the minor-mode).
6092 (gud-chop-words): Remove.
6093 (gud-common-init): Use split-string instead.
6094 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6095
6096 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6097 Add keyword arg :name.
6098
6099 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6100 (diff-count-matches, diff-split-hunk): New functions.
6101 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6102
6103 * pcvs-info.el (cvs-fi-conflict-face): New var.
6104
6105 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6106 Make it into a simple syntax-table, shared among all submodes.
6107 (sh-heredoc-face): Re-introduce.
6108 (sh-font-lock-syntactic-face-function): New function.
6109 (sh-mode): Use it. Also use define-derived-mode.
6110 Remove old bogus setting of indent-region-function.
6111 (sh-set-shell): Don't set the syntax-table any more.
6112 (sh-mode-syntax-table) <defun>: Remove.
6113
f5ed37df
MB
61142000-11-12 Miles Bader <miles@gnu.org>
6115
6116 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6117 message if interactive.
6118
0b074c2f
DL
61192000-11-12 Dave Love <fx@gnu.org>
6120
6121 * mail/feedmail.el: Fix header,
6122 (feedmail) <defgroup>: Add :link.
6123
6124 * view.el: Use local-map property, not keymap on mode-line string.
6125
83c9cb8e
SM
6126 * scroll-all.el (scroll-all-mode): Customize variable.
6127 Add autoload cookie to function.
0b074c2f
DL
6128
6129 * lazy-lock.el: Remove compatibility code.
6130
6131 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6132 (finder-help-echo): New variable.
6133 (finder-mouse-face-on-line): Add help-echo stuff.
6134 (finder-list-keywords, finder-list-matches): Use mapc.
6135
6136 * faces.el (face-font-registry-alternatives): Add :version.
6137
6138 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6139 tags-table-list.
6140
a0b47716 6141 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6142
a0b47716 6143 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6144 (mail-mode): Use [:alnum:] in some regexps.
6145
6d502396
DL
61462000-11-10 Dave Love <fx@gnu.org>
6147
6148 * ediff.el (ediff-regions-internal, ediff-documentation):
6149 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6150 fundamental mode.
6151
6152 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6153 buffer into fundamental mode.
6154 (ediff-set-difference): Use copy-sequence if available.
6155
83c9cb8e
SM
6156 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6157 Check ediff-patch-map non-nil.
6d502396
DL
6158 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6159 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6160 buffer into fundamental mode.
6161
6162 * ediff-merg.el (state-or-merge): Defvar when compiling.
6163
a82fe213
JR
61642000-11-10 Jason Rumney <jasonr@gnu.org>
6165
6166 * w32-fns.el (w32-add-charset-info): New function.
6167 (w32-charset-info-alist): Use it.
6168
52d89894
GM
61692000-11-10 Gerd Moellmann <gerd@gnu.org>
6170
6171 * faces.el (face-font-registry-alternatives): New user-option.
6172
178932de
SM
61732000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6174
d7fa3319
SM
6175 * textmodes/texinfo.el (texinfo-block-default): New var.
6176 (texinfo-insert-block): Use it. Insert a newline if needed.
6177
178932de
SM
6178 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6179 (fill-region-as-paragraph): Use it.
6180
6181 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6182 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6183 Tweak paragraph regexps to allow a leading [ \t]*.
6184 (tex-latex-block): Insert a newline if necessary.
6185 (latex-insert-item): Only insert a newline if necessary.
6186 (tex-guess-main-file): New function.
6187 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6188 Set tex-main-file if TeX-master is provided.
6189 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6190
bd02b8e0
GM
61912000-11-10 Gerd Moellmann <gerd@gnu.org>
6192
6193 * startup.el (command-line): Set the default tooltip-mode
6194 to t for graphical displays which implement x-show-tip.
6195
6196 * tooltip.el (tooltip-mode): Add a comment about startup.el
6197 setting the default value of this user-option.
6198
b29b03eb
SM
61992000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6200
6201 * font-lock.el (font-lock-*-face) <defvar>: Move.
6202 (font-lock-defaults-alist): Mark obsolete.
6203 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6204 (font-lock-mode): Use define-minor-mode.
6205 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6206 (font-lock-turn-off-thing-lock): Be more explicit.
6207 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6208 (font-lock-syntactic-face-function): New var.
6209 (font-lock-fontify-syntactically-region): Use it.
6210 (font-lock-doc-face): New.
6211
6212 * pcvs.el (cvs-enabledp): Ignore errors.
6213 (cvs-commit-filelist): Never query.
6214 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6215 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6216 (cvs-do-removal): Use cvs-partition rather than delete-if.
6217 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6218 cvs-bury-buffer.
6219
6220 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6221 Allow `next' to jump to after the end of the last match.
6222
778fbc46
GM
62232000-11-09 Gerd Moellmann <gerd@gnu.org>
6224
730c746c
GM
6225 * simple.el (byte-compiling-files-p): New function.
6226
6227 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6228 if it is there.
6229
6230 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6231 nil again.
6232
778fbc46
GM
6233 * textmodes/ispell.el (ispell-library-path): Don't call
6234 check-ispell-version when byte-compiling because that starts
6235 an ispell process, and ispell might not be installed.
6236 (toplevel): Don't set up a menu when byte-compiling.
6237
6238 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6239 it, so that a boundp test can be used to determine if we're
6240 currently byte-compiling.
6241
5912c5bb
DL
62422000-11-09 Dave Love <fx@gnu.org>
6243
83c9cb8e 6244 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6245
7bb054a5
GM
62462000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6247
83c9cb8e
SM
6248 * ps-print.el: Patch for variable initialization when spooling.
6249 Doc fix.
7bb054a5
GM
6250 (ps-output-list): Fun eliminated.
6251 (ps-begin-file, ps-begin-job): Code fix.
6252
9db2706e
DL
62532000-11-08 Dave Love <fx@gnu.org>
6254
83c9cb8e 6255 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6256
f7eb32aa
GM
62572000-11-08 Gerd Moellmann <gerd@gnu.org>
6258
6259 * simple.el (shell-command, display-message-or-buffer)
6260 (shell-command-on-region): Mention resize-mini-windows in the doc
6261 string.
6262 (display-message-or-buffer): Take the value of resize-mini-windows
6263 into account.
6264
7b01b08c
GM
62652000-11-07 Gerd Moellmann <gerd@gnu.org>
6266
acad3c0b
GM
6267 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6268
7b01b08c
GM
6269 * dired.el (dired-between-files): Add `^. find' as an alternative
6270 to the regular expression, for find-dired.
6271
6f602bd0
SM
62722000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6273
6274 * textmodes/texnfo-upd.el: Require texinfo.
6275 (defmacro, defgroup): Remove.
6276 (texinfo-section-to-generic-alist): Remove.
6277 Use texinfo-section-list instead (i.e. level is changed string->int).
6278 (texinfo-filter): New function.
6279 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6280 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6281 Use it. And use regexp-opt.
6282 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6283 (texinfo-update-menu-region-beginning)
6284 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6285 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6286 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6287 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6288 (texinfo-sequential-node-update): Remove autoload cookie.
6289
6290 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6291 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6292 (texinfo-chapter-level-regexp): Remove.
6293 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6294
bb216218
DL
62952000-11-06 Dave Love <fx@gnu.org>
6296
6f602bd0 6297 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6298
6f602bd0
SM
6299 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6300 Match defun*.
bb216218 6301
ff8dd5d5
KH
63022000-11-06 Kenichi Handa <handa@etl.go.jp>
6303
6304 * composite.el (composition-function-table): Variable declaration
6305 moved to src/composite.c.
6306 (compose-chars-after): New optional arg object.
6307
e9da51a1
GM
63082000-11-06 Gerd Moellmann <gerd@gnu.org>
6309
e0c12c68
GM
6310 * bindings.el (mode-line-toggle-read-only)
6311 (mode-line-toggle-modified, mode-line-widen)
6312 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6313 (make-mode-line-mouse2-map): Rewritten.
6314 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6315 functions so that C-h k can show something with a doc string.
eaae8106 6316
e9da51a1
GM
6317 * startup.el (fancy-splash-delay): Set to 10 seconds.
6318 (fancy-splash-max-time): New user-option.
6319 (fancy-splash-stop-time): New variable.
6320 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6321 (fancy-splash-screens-1): Throw `stop-splashing' when current
6322 time is greater than fancy-splash-stop-time.
6323
611dbdf0
SM
63242000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6325
4d2806e2
SM
6326 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6327
611dbdf0
SM
6328 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6329 Prompt user for a file rather than raising an error.
6330 (cvs-enabledp): Fix call to cvs-mode-marked.
6331 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6332 (cvs-mode-insert): Use it. Change the init prompt' value.
6333 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6334
6335 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6336 Don't pass default arg to ewoc-locate.
6337 (ewoc-collect): Return result in the right order.
6338
6339 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6340
6341 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6342 (cvs-status-get-tags): Fix regexp.
6343 (cvs-status-trees, cvs-status-cvstrees):
6344 Combine after change hooks and don't sit-for.
4d2806e2
SM
6345 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6346 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6347 Use make-char rather than hard-coded cryptic data.
6348 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6349
6350 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6351
6352 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6353 (cvs-insert-strings): New function.
6354
937b2877
MB
63552000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6356
6357 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6358 `mwheel-scroll-amount'.
6359 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6360 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6361 string-matching against the version string.
6362
c6c97763
KH
63632000-11-06 Kenichi Handa <handa@etl.go.jp>
6364
6eaec747
KH
6365 * language/thai.el ("Thai"): Set a lisp form that produces
6366 composed string in `sample-text' language info.
6367
6368 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6369 composed string in `sample-text' language info.
6370
83c9cb8e
SM
6371 * international/mule-cmds.el (describe-language-environment):
6372 Eval `sample-text' data and insert the result.
6eaec747 6373
c6c97763
KH
6374 * international/mule-conf.el (compound-text): Define this coding
6375 system here. Make x-ctext and ctext aliases of it.
6376
6377 * language/european.el (compound-text, ctext): Moved to
6378 international/mule-conf.el.
6379
d1145f85
AI
63802000-11-05 Andrew Innes <andrewi@gnu.org>
6381
6382 * w32-fns.el (w32-version): New function.
6383
178a6a45
SM
63842000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6385
6386 * progmodes/awk-mode.el: Update copyright.
6387 (awk-mode-abbrev-table): Remove.
6388 (awk-font-lock-keywords): Use regexp-opt.
6389 (awk-mode): Use define-derived-mode.
6390
6391 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6392 when extracting a suffix.
6393
1ba90166
AS
63942000-11-04 Andre Spiegel <spiegel@gnu.org>
6395
6396 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6397 auto-save-mode.
6398
546790cb
JR
63992000-11-04 Jason Rumney <jasonr@gnu.org>
6400
6401 * language/european.el (decode-mac-roman): Test against r1 not r0.
6402
d247e32d
SM
64032000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6404
fbf44f44
SM
6405 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6406 (icon-mode): Define indent-line-function.
6407 (icon-comment-indent): Simplify.
6408 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6409
6410 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6411
6412 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6413 Bind change-log-default-mode to defeat the caching done on it.
6414 Don't bother saving excursion any more.
6415
6416 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6417
6418 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6419 (set-frame-font): Use the new name (and the old for compatibility).
6420
eaae8106
SS
6421 * toolbar/tool-bar.el (tool-bar-mode):
6422 * time.el (display-time-mode):
6423 * recentf.el (recentf-mode):
6424 * paren.el (show-paren-mode):
6425 * mwheel.el (mouse-wheel-mode):
6426 * msb.el (msb-mode):
6427 * jka-compr.el (auto-compression-mode):
6428 * image-file.el (auto-image-file-mode):
6429 * hl-line.el (hl-line-mode):
6430 * delsel.el (delete-selection-mode):
6431 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6432 * complete.el (partial-completion-mode): Drop unneeded positional args.
6433
eaae8106 6434 * info.el (Info-mode):
79372165 6435 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6436
d247e32d
SM
6437 * log-edit.el (log-edit-menu): New menu.
6438
4921558e
MB
64392000-11-03 Miles Bader <miles@gnu.org>
6440
6441 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6442 definition, so that trailing spaces are handled properly.
6443 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6444
1fc02b3c
GM
64452000-11-03 Gerd Moellmann <gerd@gnu.org>
6446
6447 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6448 tab character.
6449 (fancy-splash-screens): Set tab-width to 20.
6450
51d001f7
DL
64512000-11-03 Dave Love <fx@gnu.org>
6452
6453 * comint.el (comint-completion-addsuffix): Fix custom type.
6454
ba22aeff
SM
64552000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6456
6457 * font-lock.el (font-lock-buffers): Remove.
6458 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6459 (font-lock-change-major-mode): Remove.
6460 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6461 (font-lock-default-fontify-region): Extend the multiline
6462 fontification to whole lines.
6463 (font-lock-fontify-anchored-keywords)
6464 (font-lock-fontify-keywords-region): If matching just one
6465 line (with \n) only mark the \n as multiline.
6466
6467 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6468 Correctly handle the case where several :group args are supplied.
6469 Allow :extra-args.
6470 (easy-mmode-define-global-mode): Allow :extra-args.
6471 Correctly handle the case where several :group args are supplied.
6472
9c887ada
MB
64732000-11-02 Miles Bader <miles@gnu.org>
6474
eaae8106 6475 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6476 (holiday-face): Remove dependency on `window-system'.
6477
7f25090d
KR
64782000-11-02 Ken Raeburn <raeburn@gnu.org>
6479
6480 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6481 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6482 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6483
7dd6009c
DL
64842000-11-02 Dave Love <fx@gnu.org>
6485
6486 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6487
94821e4f
EZ
64882000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6489
6490 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6491 punctuation in the warning inserted into the *mail* buffer.
6492
1ac3fc42
GM
64932000-11-02 Gerd Moellmann <gerd@gnu.org>
6494
57731876
GM
6495 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6496 (authors-public-domain-p): New function.
6497 (authors-print): Use it.
6498
975f82c9
GM
6499 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6500
1ac3fc42
GM
6501 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6502
4b3eb10f
GM
65032000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6504
975f82c9 6505 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6506 (ps-print-version): New version number (6.3.1).
6507 (ps-even-or-odd-pages): Customization fix.
6508 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6509 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6510 (ps-page-count): Var replaced by `ps-page-column'.
6511 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6512 (ps-print-sheet-p): New fun.
6513
7da794df
MB
65142000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6515
6516 * tooltip.el (tooltip-gud-tips-setup): New function.
6517 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6518 (tooltip-mode): Call tooltip-gud-tips-setup.
6519 (tooltip-gud-tips): Use `gud-basic-call' instead of
6520 process-send-string, so the prompt gets frobbed appropriately.
6521 Handle nil return value from `tooltip-gud-print-command'.
6522
0e40b809
EL
65232000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6524
6525 * comint.el (comint-add-to-input-history): New function.
6526 (comint-send-input): Use `comint-add-to-input-history'.
6527
50ada0db
MB
65282000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6529
973a3104
MB
6530 * info.el (info-menu-header): New face.
6531 (Info-fontify-menu-headers): New function.
6532 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6533
50ada0db
MB
6534 * info.el (Info-insert-dir): Don't include blank lines at
6535 beginning of additional dir files (one is added automatically).
6536
bff53411
SM
65372000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6538
6539 * emacs-lisp/easy-mmode.el (define-minor-mode):
6540 Revert the latest changes.
6541 Allow the three positional arguments to be skipped and replaced
6542 by keyword arguments.
6543 Add a :toggle argument to determine whether a nil arg means toggle
6544 or means turn-on. The default is unchanged.
6545 Add a call to force-mode-line-update.
6546
6b8a0b2d
DL
65472000-11-01 Dave Love <fx@gnu.org>
6548
83c9cb8e 6549 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6550
5bf99100
MB
65512000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6552
83c9cb8e
SM
6553 * calendar/calendar.el (diary-face, holiday-face):
6554 Add dark-background variants.
5bf99100 6555
a4032611
SS
65562000-10-31 Sam Steingold <sds@gnu.org>
6557
6558 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6559 `tex-main-file' does not have directory in it.
6560
c286608e
SM
65612000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6562
6563 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6564
4836835a
TTN
65652000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6566
6567 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6568 functional change.
6569
26dcb81b
GM
65702000-10-31 Gerd Moellmann <gerd@gnu.org>
6571
6572 * files.el (find-file-noselect): When we expand a wildcard, return
6573 a list of buffers, as we should do according to the doc string.
6574
49fc4500
KR
65752000-10-31 Ken Raeburn <raeburn@gnu.org>
6576
6577 * loadup.el (top level): Adjust load path if program name is
6578 "../src/bootstrap-emacs", in case it's not dumped and thus the
6579 load path adjustment hasn't already been done.
6580
ea0c615d
GM
65812000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6582
83c9cb8e
SM
6583 * ps-print.el: Fix bug on selected pages for printing.
6584 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6585 is on. Try to avoid warning messages when compiling. Doc Fix.
6586 (ps-print-version): New version number (6.3).
6587 (ps-color-device): Use `color-values' to determine if device
6588 supports color.
6589 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6590 (ps-print-page-p): Changed from defsubst to defun.
6591 (ps-page-number): Changed from defmacro to defun.
6592 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6593 printing.
c286608e 6594 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6595 (ps-end-file, ps-dummy-page): Funs eliminated.
6596 (ps-print-color-scale): Changed default value.
6597 (ps-page-n-up, ps-print-page-p): New internal vars.
6598 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6599 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6600
9e20722f
GM
6601 * delim-col.el: Little programming improvement.
6602 (delimit-columns-str): New macro.
6603 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6604
d7a0fd00
KH
66052000-10-31 Kenichi Handa <handa@etl.go.jp>
6606
c286608e
SM
6607 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6608 Moved to european.el.
d7a0fd00
KH
6609 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6610 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6611 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6612 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6613
234be340
DL
66142000-10-30 Dave Love <fx@gnu.org>
6615
6616 * progmodes/cc-menus.el (imenu-generic-expression)
6617 (imenu-progress-message): Only defvar when compiling.
6618
4edc4a39
DL
6619 * emacs-lisp/elp.el (elp-unload-hook): New function.
6620
6621 * loadhist.el (unload-feature): Call elp-restore-function,
6622 checking for symbols; don't use elp-restore-all.
6623 (loadhist-hook-functions): Doc fix.
6624
70c825df
SM
66252000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6626
6627 * log-edit.el (log-edit-confirm): Fix the default.
6628
1d3baf74
GM
66292000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6630
6631 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6632 delimit-columns-format.
6633 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6634
1ec321a7
MB
66352000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6636
6637 * comint.el (comint-replace-by-expanded-history): Don't use
6638 comint-get-old-input (we're not looking at *old* input).
6639 (comint-get-old-input-default): If using fields, signal an error
6640 when the point is not in an input field.
6641
70737ea9
KH
66422000-10-30 Kenichi Handa <handa@etl.go.jp>
6643
6644 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6645 and mule-unicode-e000-ffff.
6646
fa0cb51d 6647 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6648 (make-coding-system): Accept a symbol of translation table as a
6649 value of property `safe-chars'.
6650
6651 * international/mule-cmds.el (encode-coding-char): Check property
6652 safe-chars instead of safe-charsets.
6653
6654 * international/fontset.el (fontset-default): Modified for
6655 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6656 (x-font-name-charset-alist): Likewise.
6657 (ccl-encode-unicode-font): New CCL program. Record it in
6658 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6659
70c825df
SM
6660 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6661 New translation tables.
70737ea9
KH
6662 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6663 programs are modified and moved from mac-win.el.
6664 (mac-roman): Definition of this coding system is modified and
6665 moved from mac-win.el.
4836835a 6666
fda2ce24 66672000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6668
1d3baf74 6669 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6670 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6671
dd4d3cb6
MB
66722000-10-29 Miles Bader <miles@gnu.org>
6673
6674 * custom.el (custom-add-to-group): Allow multiple entries for a
6675 given value OPTION, as long as their widget types are different.
6676 * cus-edit.el (custom-face-value-create): If face name doesn't end
6677 with "face", add such here (similar to custom group widgets).
6678
6679 * comint.el (comint-highlight-prompt): Add :type.
6680
dace60cf
JW
66812000-10-28 John Wiegley <johnw@gnu.org>
6682
dace60cf
JW
6683 * calendar/timeclock.el (timeclock-log): Doc fix.
6684 (timeclock-last-event): Doc fix.
83c9cb8e 6685 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6686 (timeclock-find-discrep): Use a temp buffer to read in the
6687 timelog, instead of visiting the file.
6688 (timeclock-log-data): A new function, along with a host of helper
6689 functions, for the purpose of making timelog data accessible to
6690 programmers.
6691
6692 * eshell/esh-mode.el (window-height test): Make certain that
6693 `eshell-stringify-t' is non-nil.
6694 (eshell-password-prompt-regexp): Changed to a much simpler
6695 password regexp.
6696 (eshell-send-input): If `eshell-invoke-directly' returns t,
6697 directly invoke the parsed command using `eval'. This improves
6698 turn-around time on simple commands by a factor of three or
6699 greater, such as cd, ls, pwd, etc. -- which get used very often.
6700 It also conserves thousands of cons cells per call (since
6701 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6702 in the Pacific Cookie Company).
6703
6704 * eshell/esh-test.el (eshell-test): Whitespace fix.
6705
83c9cb8e
SM
6706 * eshell/em-ls.el (eshell-ls-insert-directory):
6707 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6708
6709 * eshell/em-script.el (eshell-script-initialize): Add names to
6710 `eshell-complex-commands, since `source' and `.' are complex.
6711
0467b076
EZ
6712 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6713 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6714 `eshell-copy-handles'.
6715 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6716 bodies.
6717 (eshell-separate-commands): Whitespace fix.
6718 (eshell-complex-commands): Added a new list of names, for
6719 determining whether a given command is as simple as it looks.
6720 (eshell-invoke-directly): New function. Returns t if a command
6721 should be invoked directly (using `eval'), rather than indirectly
6722 using `eshell-do-eval'.
6723 (eshell-do-eval): Whitespace fix.
6724
6725 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6726 which provides an emulation of the DOS shell behavior of assuming
6727 that cp/mv/ln should copy/move/link to the current directory.
6728 (eshell-remove-entries): Added a doc string.
6729 (eshell-shuffle-files): Removed the check for `target' being null.
6730 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6731 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6732 it to do a smarter check of whether a destination was provided.
6733 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6734 (eshell/ln): Enable `:preserve-args', and use
6735 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6736 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6737 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6738 list after flattening it. This makes it possible to cat files
6739 with numerical names.
6740 (eshell-unix-initialize): Added several names to
6741 `eshell-complex-commands.
6742 (eshell-unix-command-complex-p): Return t if a given command name
6743 may result in external processes being invoked.
6744
6745 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6746 variable nil by default, since it slows down glob processing by a
6747 factor of two or more, and increases memory consumption.
6748
6749 * eshell/em-smart.el: Added a note about how memory consumptive
6750 smart display mode can be (at least this is true in Emacs 21).
6751 (eshell-smart-initialize): Whitespace fix.
6752 (eshell-refresh-windows): Use `if' instead of `when'.
6753 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6754 not necessary.
83c9cb8e 6755 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6756
6757 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6758 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6759 Whitespace fix.
6760 (eshell-ls-exclude-hidden): Added this variable in addition to
6761 `eshell-ls-exclude-regexp'. This one prevents files beginning
6762 with . from even being read, which can improve memory consumption
6763 quite a bit.
6764 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6765 read file entries beginning with a dot. In home directories with
6766 lots of hidden files, fully two-thirds of the time spent in ls is
6767 used to read directory entries that are immediately thrown away.
6768 (eshell-ls-initial-args): Added back this configuration variable,
6769 for specifying default initial arguments to every call to ls.
6770 Much faster than using an alias to do the same thing.
6771 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6772 (eshell-ls-dir): Whitespace change.
6773
6774 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6775
83c9cb8e 6776 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6777 (eshell-stringify-t): Added a customization variable, to indicate
6778 whether `t' should be rendered as a string at all. If not, one
6779 can still determine if the result of an expression is true using
6780 "file-exists-p FILE && echo true".
6781 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6782 stringify t!
6783
6784 * eshell/esh-module.el: Whitespace fix.
6785
83c9cb8e
SM
6786 * eshell/em-alias.el (eshell-alias-initialize):
6787 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6788 (eshell-command-aliased-p): New function that returns t if a
6789 command name names an aliased.
6790
657f9cb8 67912000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6792
0467b076 6793 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6794 redrawing the screen when changing cursor color.
0467b076
EZ
6795 (viper-insert-state-pre-command-sentinel)
6796 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6797 (viper-replace-state-post-command-sentinel):
6798 Use viper-preserve-cursor-color.
657f9cb8
MK
6799 Many functions changed to use viper= instead of = when comparing
6800 characters.
0467b076 6801 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6802 working with characters.
0467b076 6803 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6804 Many functions changed to use viper= instead of = when comparing
6805 characters.
0467b076 6806 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6807
0467b076 6808 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6809 Several typos fixed in various docstrings.
0467b076 6810 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6811 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6812 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6813 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6814 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6815 (ediff-get-selected-buffers): New function.
6816 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6817 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6818 Use save-window-excursion.
0467b076 6819 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6820 termination check in while loop.
0467b076 6821 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6822 dired buffer.
0467b076
EZ
6823 (ediff-files,ediff-merge-files,ediff-files3)
6824 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6825
4f490d99
DL
68262000-10-28 Dave Love <fx@gnu.org>
6827
6828 * info.el (Info-fontify-node): Add help-echo for menu items.
6829
45b84006
EZ
68302000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6831
5ebc02b3
EZ
6832 * startup.el (normal-top-level): If the value of $TERM indicates
6833 we are running from xterm or one of its work-alikes, default to a
6834 light background mode.
6835
45b84006
EZ
6836 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6837 * faces.el (tty-handle-reverse-video): New function.
6838 (tty-create-frame-with-faces): Call it.
6839
6840 * frame.el (frame-notice-user-settings): Don't apply
6841 default-frame-alist and initial-frame-alist to MS-DOS frames.
6842 Call tty-handle-reverse-video, frame-set-background-mode, and
6843 face-set-after-frame-default for non-MS-DOS frames.
6844
6845 * startup.el (tty-long-option-alist): New variable.
6846 (tty-handle-args): New function.
6847 (command-line): Call tty-handle-args.
6848
6849 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6850 startup.el now does that for all character-terminal frames.
6851
eab6e8b9
MB
68522000-10-28 Miles Bader <miles@gnu.org>
6853
83c9cb8e
SM
6854 * emacs-lisp/easy-mmode.el (define-minor-mode):
6855 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6856 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6857 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6858 version using `easy-mmode-define-global-mode'.
6859 Add :conditional-turn-on keyword argument.
eab6e8b9 6860
51a29efc
DL
68612000-10-28 Dave Love <fx@gnu.org>
6862
83c9cb8e
SM
6863 * international/latin1-disp.el (latin1-char-displayable-p):
6864 Don't use window-system.
51a29efc 6865
d71d7114
EZ
68662000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6867
6868 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6869 Don't call find-buffer-file-type-coding-system. Instead, just
6870 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6871 if the file is on an untranslated filesystem.
6872 (add-untranslated-filesystem): Use "D" instead of "f" inside
6873 interactive.
6874
1f9cab4b
DL
68752000-10-27 Dave Love <fx@gnu.org>
6876
70c825df 6877 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6878 (refill-mode): Use it.
6879
70c825df
SM
68802000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6881
6882 * international/quail.el (quail-activate): Don't make-local-hook.
6883
7432cf10
AS
68842000-10-27 Andre Spiegel <spiegel@gnu.org>
6885
4836835a 6886 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6887 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6888 (vc-make-version-backup): Don't do it on MS-DOS without long file
6889 names.
4836835a 6890
7432cf10
AS
6891 * vc.el (vc-version-other-window): If an automatic backup of the
6892 desired version exists, rename it instead of copying it.
6893
4836835a
TTN
6894 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6895 after command. If there's an unexpected error, signal it instead
7432cf10 6896 of being silent.
e1483c38 6897 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6898
05ea7ef2
MB
68992000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6900
fd1035aa
MB
6901 * shell.el (shell): Add BUFFER argument.
6902 * comint.el (make-comint-in-buffer): New function.
6903 (make-comint): Use it.
6904
05ea7ef2
MB
6905 * faces.el (face-spec-choose): Change syntax so that the list of
6906 attribute-value pairs is now the cdr of each clause, not the cadr.
6907 Detect old-style entries, and handle them. Use pop.
6908
835a55fe
SM
69092000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6910
f5ab1cdd
SM
6911 * cus-edit.el (custom-mode-map): Use a sparse map.
6912 (custom-mode): Don't bother with make-local-hook.
6913
6914 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6915
835a55fe
SM
6916 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6917
c13b0ec8
GM
69182000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6919
6920 * ps-print.el: Avoid compilation gripes.
6921 (ps-print-version): New version number (6.2.1).
4836835a 6922
e9f63196
DL
69232000-10-26 Dave Love <fx@gnu.org>
6924
0b95284b
DL
6925 * menu-bar.el: Modify some menu item help strings.
6926 (menu-bar-help-menu): Add link to MORE.STUFF.
6927
e9f63196
DL
6928 * cus-edit.el (custom-mode): Add `special' mode-class property.
6929
6930 * wid-browse.el (widget-browse-mode): Likewise.
6931
6932 * wid-edit.el (widget-specify-field): Revert to using local-map
6933 property, not keymap.
6934
e276a14a
MB
69352000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6936
c1545d88
MB
6937 * wid-edit.el (widget-field-end): When checking for a `boundary'
6938 field, do so in the correct buffer.
6939
3c1b77ca
MB
6940 * simple.el (undo): Correctly distinguish between numeric and
6941 non-numeric prefix args in non-transient-mark-mode, as per the doc
6942 string. When in transient-mark-mode, treat all prefix-args as
6943 numeric.
6944
f5ab1cdd
SM
6945 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6946 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6947
6948 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6949 (comint-mode-map): Reverse order of `comint-write-output' and
6950 `comint-append-output-to-file'.
6951 (comint-append-output-to-file): Reinstate this function, for the
6952 benefit of the menu.
6953
d97151cb
SM
69542000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6955
6956 * vc.el (vc-version-other-window): Bind `file'.
6957
ea7d6f5b
GM
69582000-10-25 Gerd Moellmann <gerd@gnu.org>
6959
f5ab1cdd 6960 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6961
6962 * emacs-lisp/authors.el (batch-update-authors): New function.
6963 (authors-fixed-entries): New defconst.
6964 (authors-add-fixed-entries): New function.
6965 (authors): Call it.: Don't process lispref/.
6966
17c25cea
JR
69672000-10-25 Jason Rumney <jasonr@gnu.org>
6968
6969 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6970 Merge x w32 and mac definitions.
6971
4ecda532
GM
69722000-10-25 Gerd Moellmann <gerd@gnu.org>
6973
6974 * menu-bar.el (menu-bar-options-menu): Add a help string for
6975 `uniquify'.
6976
b6735035
GM
69772000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6978
f5ab1cdd
SM
6979 * time-stamp.el (time-stamp-string-preprocess):
6980 Fix a wrong type argument error.
b6735035 6981
f4cbc7a0
MB
69822000-10-25 Miles Bader <miles@gnu.org>
6983
6984 * recentf.el (recentf-mode): Variable removed.
6985 (recentf-mode): Use `define-minor-mode'.
6986
6987 * mwheel.el (mouse-wheel-mode): New global minor mode.
6988 (mwheel-install): Use `mouse-wheel-mode'.
6989
f4b020f6
DL
69902000-10-25 Dave Love <fx@gnu.org>
6991
f5ab1cdd
SM
6992 * progmodes/cperl-mode.el (cperl-mode):
6993 Set normal-auto-fill-function correctly.
072cb6f9 6994
83c9cb8e
SM
6995 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6996 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6997 bindings.
f4b020f6 6998
ebe2a441
MB
69992000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7000
ff4dcd4b
MB
7001 * wid-edit.el (widget-field-at): New function.
7002 (widget-at, widget-field-activate): Use it.
7003 (widget-tabable-at): Use `widget-at'.
7004 (widget-specify-field): If the terminating character of the widget
7005 field (which is read-only) is a newline, put it into a special
7006 `boundary' field so that C-n/C-p act more naturally.
7007 (widget-field-end): Also don't subtract one if a special
7008 `boundary' field has been added after the widget field.
7009
83c9cb8e
SM
7010 * comint.el (comint-output-filter, comint-send-input):
7011 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7012 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7013
ebe2a441
MB
7014 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7015 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7016 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7017
fe50b6ab
GM
70182000-10-24 Gerd Moellmann <gerd@gnu.org>
7019
53df4dda 7020 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7021 (authors): Set file coding system to iso-2022-7bit.
7022 Add file-local variables to output buffer.
53df4dda 7023
4836835a 7024 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7025 WARN is nil.
7026
53df4dda
GM
70272000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7028
7029 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7030
7031 * delim-col.el: Now there is a column formatting mechanism.
7032 Modified to customization mechanisms convention. Doc fix.
7033 (columns): New group for delim-col.
7034 (delimit-columns-before, delimit-columns-after)
7035 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7036 (delimit-columns-end): New vars.
7037 (delimit-columns-customize, delimit-columns-format): New funs.
7038 (delimit-columns-region, delimit-columns-rectangle)
7039 (delimit-columns-rectangle-line): Modified to support column
7040 formatting.
4836835a 7041
a9839779
DL
70422000-10-24 Dave Love <fx@gnu.org>
7043
7044 * log-edit.el (log-edit): Add :version and a :group for vc.
7045
df0267b8
GM
70462000-10-24 Gerd Moellmann <gerd@gnu.org>
7047
9acc3873
GM
7048 * files.el (after-find-file): Don't print a message ``New file''
7049 if WARN is nil.
7050
83c9cb8e
SM
7051 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7052 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7053 get duplicate tool-bar entries because we'll see the global ones
7054 on more than one path through keymaps.
7055
1946f901
GM
7056 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7057
df0267b8
GM
7058 * progmodes/cmacexp.el: Change Francesco's email address.
7059
ae3b264b
KH
70602000-10-24 Kenichi Handa <handa@etl.go.jp>
7061
7062 * window.el (fit-window-to-buffer): Adjust point of the window
7063 buffer, not that of the current buffer.
7064
23afac01
EZ
70652000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7066
7067 * progmodes/cmacexp.el: Update the euthor's email address.
7068
22d1a4ed
MB
70692000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7070
7071 * faces.el (face-spec-set-match-display): Add `graphic' display
7072 type (the inverse of `tty'). Use `display-graphic-p' instead of
7073 the window-system variable.
7074
f408aa48
KH
70752000-10-24 Kenichi Handa <handa@etl.go.jp>
7076
83c9cb8e
SM
7077 * international/isearch-x.el (isearch-with-input-method):
7078 Call input-method-function with the first event in
f408aa48
KH
7079 unread-command-events.
7080
94fe8a31
MB
70812000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7082
83c9cb8e 7083 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7084
8f47302e
AC
70852000-10-24 Andrew Choi <akochoi@i-cable.com>
7086
7087 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7088 New charsets.
7089
7090 * term/mac-win.el: Remove definitions of mac-roman-lower and
7091 mac-roman-upper, require dired, and define instead of set
7092 mac-ready-for-drag-n-drop to avoid compilation error.
7093
446c097e
AI
70942000-10-23 Andrew Innes <andrewi@gnu.org>
7095
83c9cb8e
SM
7096 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7097 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7098 expand-file-name after convert-standard-filename to ensure
7099 expected directory separators are used.
7100
379b70e7
EZ
71012000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7102
7103 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7104
85c766e9
DL
71052000-10-23 Dave Love <fx@gnu.org>
7106
b7e03a67
DL
7107 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7108 (tool-bar-add-item): Set foreground and background for XBM icons.
7109
83c9cb8e
SM
7110 * international/latin1-disp.el (latin1-char-displayable-p):
7111 New function (from Handa).
b7e03a67
DL
7112 (latin1-display-check-font): Use it.
7113
0dcf8835 7114 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7115 using :key-sequence, making it much more usable.
7116 Use nconc, not append.
0dcf8835
DL
7117 (imenu--create-keymap-1): Avoid append.
7118
85c766e9 7119 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7120
cb3069bb
MB
71212000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7122
7123 [the following changes fix a bug where `define-minor-mode' didn't
7124 correctly generate :require clauses for defcustoms in compiled files]
7125 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7126 (byte-compile-log-file, byte-compile-log-1): Don't set
7127 `byte-compile-current-file' to nil. Instead set
7128 `byte-compile-last-logged-file' to it. Test whether
7129 byte-compile-current-file equals byte-compile-last-logged-file
7130 instead of whether its nil.
3b6542ba 7131 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7132
6db6243b
SM
71332000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7134
7135 * textmodes/refill.el: Fix var names in doc.
7136 (refill-mode): Don't bother with make-local-hook anymore.
7137
98490598
MB
71382000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7139
e01cd227
MB
7140 * faces.el (face-user-default-spec, face-default-spec): New functions.
7141 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7142 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7143 Use `face-user-default-spec'. Simplify code slightly.
7144
4836835a 7145 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7146 (woman-unknown-face): Add dark-background variants.
7147 (woman-default-faces): Renamed from `woman-colour-faces'.
7148 Set using the stored defaults, rather than using hard-wired colors.
7149 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7150 Just make the foreground `unspecified' rather than "black".
7151 (woman-menu): Rename menu entries accordingly.
7152
98490598
MB
7153 * faces.el (header-line): Make more reasonable on mono/grayscale
7154 displays.
7155
1a578e9b
AC
71562000-10-23 Andrew Choi <akochoi@i-cable.com>
7157
7158 * cus-edit.el (custom-button-face): Use 3D look for mac.
7159 (custom-button-pressed-face): Likewise.
7160
7161 * faces.el (set-face-attributes-from-resources): Handle mac frames
7162 in the same way as x and w32 frames.
7163 (face-valid-attribute-values): Likewise.
7164 (read-face-attribute): Likewise.
7165 (defined-colors): Likewise.
7166 (color-defined-p): Likewise.
7167 (color-values): Likewise.
7168 (display-grayscale-p): Likewise.
7169 (face-set-after-frame-default): Likewise.
7170 (mode-line): Same default face as for x and w32.
7171 (tool-bar): Likewise.
7172
7173 * frame.el: Remove call to frame-notice-user-settings at end of
7174 the file.
7175
83c9cb8e 7176 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7177 as for x, pc, and w32 frame types.
7178
7179 * term/mac-win.el: New file.
7180
aaaf7be7
DL
71812000-10-22 Dave Love <fx@gnu.org>
7182
7183 * textmodes/refill.el: New file.
7184
5392d654
AS
71852000-10-22 Andre Spiegel <spiegel@gnu.org>
7186
4836835a 7187 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7188 MANUAL and REGEXP.
4836835a 7189 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7190 New functions.
7191 (vc-before-save): Use the latter.
7192 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7193 confusion.
7194
4836835a 7195 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7196 expected by vc[-hooks].el.
7197
7198 * vc.el (vc-checkout): Added `-p' suffix in call to
7199 vc-make-version-backups-p; use vc-make-version-backup to actually
7200 make the backup.
7201 (vc-version-other-window, vc-version-backup-file): Handle both
7202 automatic and manual backups.
7203 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7204 of all of them.
7205
1e221c16
MB
72062000-10-22 Miles Bader <miles@gnu.org>
7207
7ff4fda5
MB
7208 * comint.el (comint-highlight-input, comint-highlight-prompt):
7209 Renamed, `-face' at end removed.
7210 (comint-send-input, comint-output-filter): Use renamed faces.
7211
3511cde8
MB
7212 * window.el (fit-window-to-buffer): Change defaulting of
7213 MAX-HEIGHT slightly.
7214
1e221c16
MB
7215 * faces.el (color-values, color-defined-p): Use `member', not
7216 `memq', because it works correctly for strings.
7217 (frame-set-background-mode): Actually, "unspecified-fg" and
7218 "unspecified-bg" *are* strings. Use `member', not `memq', and
7219 `equal', not `eq', when a string value is possible.
7220
b6ef4898
EZ
72212000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7222
7223 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7224
34939e2c
SM
72252000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7226
7227 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7228 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7229 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7230 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7231 (sh-font-lock-syntactic-keywords): Use them.
7232 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7233 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7234 (sh-mode): Don't override font-lock-unfontify-region-function.
7235 Use a copy of sh-font-lock-syntactic-keywords.
7236 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7237 Don't call sh-scan-buffer since font-lock does it on the fly.
7238 (sh-get-indent-info): Use `face' rather than `syntax-table'
7239 text-property to detect here-documents.
7240 Replace sh-special-syntax with sh-st-punc.
7241 (sh-prev-line): Use `face' rather than `syntax-table'
7242 text-property to skip over here-documents.
7243 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7244 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7245 (sh-electric-less, sh-set-here-doc-region)
4836835a 7246 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7247 (sh-scan-buffer, sh-rescan-buffer): Remove.
7248
f3d3c491
AI
72492000-10-21 Andrew Innes <andrewi@gnu.org>
7250
7251 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7252 remote (ange-ftp) file names.
7253
b86c791c
MB
72542000-10-21 Miles Bader <miles@gnu.org>
7255
d9c30bdf
MB
7256 * window.el (fit-window-to-buffer): New function.
7257 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7258 (window-text-height): Don't expect minibuffers to have mode-lines.
7259
d9c30bdf 7260 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7261 * international/quail.el (quail-update-guidance):
7262 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7263
617fee5a
MB
7264 * international/quail.el (quail-show-guidance-buf): Make sure
7265 guidance window really has enough room.
7266 (quail-update-guidance): If quail-guidance-win is already shown,
7267 make sure its height is OK.
7268
b86c791c
MB
7269 * window.el (window-text-height, set-window-text-height):
7270 New functions.
7271 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7272 instead of `window-height' & `mode-line-window-height-fudge'.
7273 (mode-line-window-height-fudge): Add FACE parameter.
7274 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7275 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7276
e34850d1
MB
72772000-10-20 Miles Bader <miles@gnu.org>
7278
7279 * window.el (height-affecting-face-attributes): Use `defconst'.
7280
7281 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7282 New function, conditionally aliased to `mode-line-window-height-fudge'.
7283 (ispell-help): Use it.
7284 (ispell-choices-win-default-height): Don't include mode-line fudge.
7285 (ispell-choices-win-default-height): New function.
7286 (ispell-show-choices, ispell-command-loop): Use function
7287 `ispell-choices-win-default-height' instead of variable.
7288
a8b883c2
MB
72892000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7290
8c6e4a58
MB
7291 * window.el (mode-line-window-height-fudge): New variable.
7292 (height-affecting-face-attributes): New variable.
7293 (mode-line-window-height-fudge): New function.
7294 (shrink-window-if-larger-than-buffer): Use it.
7295 * help.el (resize-temp-buffer-window): Likewise.
7296
a8b883c2
MB
7297 * info.el (Info-fontify-node): Add support for @subsubsection
7298 titles, which use `Info-title-4-face'.
7299 (Info-title-4-face): New face.
7300 (Info-title-3-face): Inherit from Info-title-4-face instead of
7301 variable-pitch.
7302
e64c3a75
JR
73032000-10-19 Jason Rumney <jasonr@gnu.org>
7304
7305 * dired.el (dired-insert-directory): Do not let errors signalled by
7306 attempt to run dired-free-space-program prevent dired from working.
7307
c70fe852
SM
73082000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7309
7310 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7311
877cf6b4
GM
73122000-10-19 Gerd Moellmann <gerd@gnu.org>
7313
5de037e0
GM
7314 * dirtrack.el (dirtrack): Fix call to run-hooks.
7315
6deb9af9
GM
7316 * cmuscheme.el (cmuscheme-program-name): Renamed from
7317 scheme-program-name because xscheme.el contains a defcustom with
7318 the same name. As a consequence, customizing group `cmuscheme'
7319 loaded `xscheme' which redefined run-scheme.
7320 (run-scheme): Use cmuscheme-program-name.
7321
83c9cb8e 7322 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7323
e597d8fb 7324 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7325 anonymous address, and add a website for Befrienders International.
4836835a 7326
3e9cb08f
GM
73272000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7328
c70fe852
SM
7329 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7330 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7331 (ps-print-version): New version number (6.2).
7332 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7333 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7334 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7335 (ps-x-extent-priority, ps-x-extent-start-position)
7336 (ps-x-face-font-instance, ps-x-find-coding-system)
7337 (ps-x-font-instance-properties, ps-x-make-color-instance)
7338 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7339 avoid compilation gripes without defining functions.
7340 (ps-e-find-composition): Alias for function find-composition, to have a
7341 suitable function depending on Emacs version.
7342 (ps-color-device, ps-color-values, ps-face-foreground-name)
7343 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7344 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7345 (ps-print-ensure-fontified): Function definitions surrounded by
7346 `eval-and-compile' to avoid compilation gripes.
7347 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7348 by symbol-value to avoid compilation gripes.
7349 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7350 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7351
d8abcd91
MB
73522000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7353
13ab33c4
MB
7354 * startup.el (normal-top-level): Call `frame-set-background-mode'
7355 after `frame-notice-user-settings' because the latter doesn't call
7356 the former on a tty.
7357
d8abcd91
MB
7358 * faces.el (frame-set-background-mode): `unspecified' &c are
7359 symbols, not strings.
7360
e8bce0a9
EZ
73612000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7362
c70fe852
SM
7363 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7364 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7365
c70fe852
SM
7366 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7367 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7368
773272d8
KH
73692000-10-19 Kenichi Handa <handa@etl.go.jp>
7370
c70fe852 7371 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7372 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7373 for ISO10646-1 fonts.
7374 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7375
772139c0
EZ
73762000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7377
7378 * faces.el (frame-set-background-mode): If a tty frame defines a
7379 background color, use that to compute the background mode, instead
7380 of always defaulting to "dark".
7381
d134a19f
MB
73822000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7383
8bb84cb2
MB
7384 * comint.el (comint-write-output): New function.
7385 (comint-mode-map): Add it to the menu.
e40a778f 7386 Bind `C-c C-s' to comint-write-output.
d134a19f 7387
dada41e1
GM
73882000-10-18 Gerd Moellmann <gerd@gnu.org>
7389
7390 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7391 Use fancy-splash-delay.
7392
9b5360aa
GM
73932000-10-18 Alex Schroeder <alex@gnu.org>
7394
7395 * progmodes/sql.el (sql-sybase-options): New option.
7396 (sql-sybase): Use it. Add sql-database to the list of parameters
7397 provided for login. The options -w 2048 -n are not used any more.
7398
9035a35a
GM
7399 * comint.el (comint-read-input-ring): Bugfix such that the first
7400 and the last entry of the input ring file are not lost.
7401
3556c6dd
GM
74022000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7403
7404 * ps-print.el: Internal variable changes to defcustom,
7405 make-local-hook changes to defvar. Doc fix.
7406 (ps-print-version): New version number (6.1).
7407 (ps-setup, ps-do-despool): Code fix.
7408 (ps-printer-name): Customization fix.
7409 (ps-printer-name-option): Now is a defcustom instead of an
7410 internal variable.
7411 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7412 (ps-print-begin-column-hook): Now are defvar instead of
7413 make-local-hook.
4836835a 7414
4e217e50
MB
74152000-10-18 Miles Bader <miles@gnu.org>
7416
7417 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7418 (comint-kill-output): Changed into an alias for `comint-delete-output',
7419 and made obsolete.
7420 (comint-mode-map): Rename references to comint-kill-output.
7421
34460354
EZ
74222000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7423
7424 * diff-mode.el (diff-header-face, diff-file-header-face)
7425 (diff-changed-face): Add bold and italic attributes to tty faces.
7426 (diff-function-face): New face.
7427 (diff-font-lock-keywords): Use it.
7428
17ea3cdb
MB
74292000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7430
7431 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7432 Remove commented-out call to force-mode-line-update.
7433 (comint-kill-output): Use `forward-line 0' instead of
7434 beginning-of-line to make sure we get past the prompt.
7435
9244f2c7
SM
74362000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7437
7438 * diff-mode.el (diff-header-face, diff-file-header-face):
7439 Add specific setting for dark background.
7440 (diff-context-face): Renamed from diff-comment-face.
7441 Set explicitly rather than inheriting from font-lock-comment-face.
7442
1592c1ef
EZ
74432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7444
7445 * startup.el (command-line): Move the code which sets the default
7446 TTY colors to before before-init-hook.
7447
f86292a9
GM
74482000-10-17 Gerd Moellmann <gerd@gnu.org>
7449
7450 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7451
f7f2e883
EZ
74522000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7453
e854cc22
EZ
7454 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7455 extensions, for MS-DOS.
7456
f7f2e883
EZ
7457 * diff-mode.el (diff-header-face, diff-file-header-face)
7458 (diff-changed-face): Define tty-specific colors.
7459
c7b4f0f9
GM
74602000-10-17 Gerd Moellmann <gerd@gnu.org>
7461
7462 * startup.el (fancy-splash-text): Realign the text.
7463
12a72271
EZ
74642000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7465
7466 * font-lock.el (font-lock-comment-face): Define a separate default
7467 for dark-background tty's.
7468
61dfccfd
MB
74692000-10-17 Miles Bader <miles@gnu.org>
7470
7471 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7472 being obscured by whizzy mode-lines on graphics displays.
7473
333cd59e
EZ
74742000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7475
7476 * info.el (Info-title-1-face, Info-title-2-face)
7477 (Info-title-3-face): Define colors for tty's.
dada41e1 7478 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7479
dbf1fcc1
EZ
74802000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7481
7482 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7483 reverse from the frame parameters, and don't invert foreground and
7484 background colors.
7485
ac629823
MB
74862000-10-16 Miles Bader <miles@gnu.org>
7487
7488 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7489 string "*Info*". Call propertized-buffer-identification to spruce
7490 up the result.
7491
76eebffc
GM
74922000-10-16 Gerd Moellmann <gerd@gnu.org>
7493
3a6b59d9
GM
7494 * help.el: Provide `help' for the sake of define-minor-mode
7495 which generates defcustoms with requires.
7496
6569c3d3
GM
7497 * jit-lock.el (jit-lock-after-change): If we're in text that
7498 matches a multi-line font-lock pattern, make sure the whole text
7499 will be redisplayed.
7500
c2e0a611
GM
7501 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7502 author's name is unknown.
7503
76eebffc
GM
7504 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7505 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7506 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7507 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7508 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7509 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7510 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7511 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7512 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7513 Add author information.
7514
cf1e7b12
MB
75152000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7516
7517 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7518 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7519 full-color version (using the Gimp) to eliminate dithering artifacts.
7520
5586f3eb
SM
75212000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7522
7523 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7524
7525 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7526
ad64a888
DL
75272000-10-15 Dave Love <fx@gnu.org>
7528
83c9cb8e 7529 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7530
7531 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7532
7533 * whitespace.el: Doc fixes.
7534 (top-level): Don't add hooks here.
7535 (whitespace-running-emacs): Deleted.
7536 (timer): Don't require.
7537 (whitespace): Add back :version conditional on xemacs test.
7538 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7539 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7540 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7541 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7542 Avoid specific xemacs test.
7543 (whitespace-global-mode): New option.
7544 (whitespace-global-mode): New command.
7545 (whitespace-unload-hook): New function.
7546
7547 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7548 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7549 (Info-fontify-node): `Goto' goes to `Go to'.
7550 (Info-fontify-node): Add help-echo to xref links.
7551
1ef49fc6
EZ
75522000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7553
7554 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7555
8b7707e1
SM
75562000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7557
b3b7f42f
SM
7558 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7559 Use plist-get and allow :inherit.
7560
7561 * emacs-lisp/cl-macs.el (cl-do-arglist):
7562 Use plist-get and plist-member instead of memq.
7563
3c7fafc7
SM
7564 * emacs-lisp/ewoc.el (ewoc-location): New function.
7565 (ewoc-enter-after, ewoc-enter-before): Document return value.
7566 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7567 Don't need make-local-hook any more.
7568 (cvs-addto-collection): Return the new tin.
7569 (cvs-mode-insert): Jump to the new line.
7570
8b7707e1
SM
7571 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7572
7573 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7574
7575 * font-lock.el (font-lock-syntactically-fontified): New var.
7576 (font-lock-fontify-syntactic-keywords-region): Use it.
7577 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7578
7579 * diff-mode.el (diff-find-file-name): Fix regexp.
7580
7581 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7582 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7583
7584 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7585 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7586 (sh-mode): Don't make all vars local here.
7587 (sh-kw): Reformat.
7588 (sh-set-shell): Use dolist. Don't set indent-region-function.
7589 (sh-mode-syntax-table): Use pop.
7590 (sh-remember-variable): Use push.
7591 (sh-help-string-for-variable): Use memq.
7592 (sh-safe-backward-sexp): Remove.
7593 (sh-safe-forward-sexp): Add ARG.
7594 (sh-get-indent-info, sh-prev-stmt): Use it.
7595 (sh-prev-line): Simplify by using forward-comment.
7596 (sh-this-is-a-continuation): Simplify.
7597 (sh-learn-buffer-indent): Use dolist.
7598 (sh-do-nothing): Remove.
7599 (sh-set-char-syntax, sh-set-here-doc-region):
7600 Use inhibit-modification-hooks.
7601 (sh-name-style): Use mapcar and push.
7602 (sh-load-style): Use dolist.
7603 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7604 (sh-case, sh-while-getopts): Use propertize directly rather
7605 than sh-electric-rparen.
7606
76072000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * textmodes/tex-mode.el: Require CL when compiling.
7610 (tex-mode-syntax-table): Init immediately.
7611 (tex-mode-map): Bind M-RET to latex-insert-item.
7612 (latex-mode): Set indent-line-function to latex-indent.
7613 (tex-common-initialization): Don't setup the syntax-table any more.
7614 (latex-insert-item): New skeleton.
7615 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7616 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7617 (latex-indent, latex-find-indent): New functions.
4836835a 7618 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7619 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7620 (tex-compilation-parse-errors): Use with-syntax-table.
7621
86b7fcbb
MB
76222000-10-15 Miles Bader <miles@gnu.org>
7623
7624 * font-lock.el (font-lock-comment-face): Change dark-background,
7625 color, non-tty, default to `chocolate1'.
7626
57a24508
JW
76272000-10-13 John Wiegley <johnw@gnu.org>
7628
7629 * eshell/esh-util.el (require): Added a missing `require' form,
7630 needed when compiling (for an ange-ftp macro definition).
7631
40ad3db4
DL
76322000-10-13 Dave Love <fx@gnu.org>
7633
7634 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7635
db460189
GM
76362000-10-13 Gerd Moellmann <gerd@gnu.org>
7637
83c9cb8e 7638 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7639
4836835a 7640 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7641 transparent -colors 8).
7642
3b5e21df
GM
76432000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7644
7645 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7646 that breaks with old list format timestamps.
7647 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7648 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7649
16908a3f
JW
76502000-10-13 John Wiegley <johnw@gnu.org>
7651
d7103dda
JW
7652 * align.el, pcomplete.el, calendar/timeclock.el,
7653 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7654
dace60cf 7655 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7656 faulty math, where holiday hours were being computing as seconds.
7657
b6b70cda
JW
76582000-10-13 John Wiegley <johnw@gnu.org>
7659
7660 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7661 specifying what "other" kinds of buffers should be saved.
7662 This used to be hard-coded.
b6b70cda
JW
7663 (desktop-buffer-misc-functions): A global for specifying how
7664 auxiliary data should be determined for special buffer types.
7665 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7666 instead of hard-coding the special buffer types.
7667 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7668 auxiliary data, instead of hard-coding for Info buffers and dired.
7669 (desktop-buffer-info-misc-data): Aux function for determining Info
7670 buffer auxiliary info.
7671 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7672 (desktop-buffer-info): Changed this function to use the info
7673 gathered above.
7674 (desktop-create-buffer): Be a little more careful about what
7675 `minor-mode' means before calling it. This is important for some
7676 buffer types.
7677
8c6b1d83
JW
76782000-10-13 John Wiegley <johnw@gnu.org>
7679
7680 * eshell/esh-util.el: Added a global form which declares an
7681 autoload for `parse-time-string', if that function is not already
7682 defined, and if parse-time.el is available on the user's system.
7683
7684 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7685 to be aware of ange-ftp user info.
83c9cb8e 7686 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7687 (eshell-ls-annotate): Use `eshell-file-attributes'.
7688 (eshell-ls-file): Made the user-id printing code a bit smarter.
7689
7690 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7691 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7692 It's manual, but there's no other way to know when the current user
7693 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7694 (fboundp): Bind `ange-cache'.
7695 (eshell-directory-files-and-attributes): Re-organized the logic a
7696 bit to use `eshell-file-attributes' instead of `file-attributes'.
7697 The former is more sensitive to directories that are read via FTP,
7698 and knows how to use ange-ftp to determine full attribute
7699 information, instead of just the name and last modtime.
7700 (eshell-current-ange-uids): Return the current user id when in a
7701 remote directory.
7702 (eshell-parse-ange-ls): Parse a full directory listing that has
7703 been returned by ange-ftp.
7704 (eshell-file-attributes): This beefed up version of
7705 `file-attributes' is only special if the user is currently in a
7706 remote directory, in which case it does a lot of work to find out
7707 what the real attributes of a file are, as they appear on the
7708 remote machine. This makes usage of remote directories (i.e.,
7709 ange-ftp pathnames) much more useful. You can now use Eshell as a
7710 full-fledged FTP client, with much more manipulation ability than
7711 most other clients.
7712
7713 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7714 variable, which means that Eshell's du should always be preferred
7715 in remote directories.
7716 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7717 just `file-attributes'.
7718 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7719 when reading remote directories. This is an Eshell-specific
7720 variable (not part of ange-ftp).
7721 (eshell/ln): Bind `ange-cache'.
7722 (eshell/du): Added some extra logic for determining when to use
7723 Eshell's du (which is slow), and when to use the external version
7724 (which may or may not exist).
7725
83c9cb8e
SM
7726 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7727 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7728 `get-buffer-process', since backgrounded processes don't count in
7729 the context of this function's logic.
7730
7731 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7732 `forward-char', so that null strings are parsed correctly.
7733
87730e84 77342000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7735
83c9cb8e
SM
7736 * eshell/em-pred.el (eshell-pred-file-type)
7737 (eshell-pred-file-links, eshell-pred-file-size):
7738 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7739
7740 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7741 that remote file globbing is more efficient.
7742
7743 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7744 gathering the files and attributes within a directory.
7745
7746 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7747 the command line is a special file (not a regular file, directory
7748 or symlink), always attempt to call the external version of cat.
7749
87730e84 77502000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7751
7752 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7753 Eshell-friendly version of find-tag.
7754
1c7e37a9
MB
77552000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7756
4836835a 7757 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7758 (image-file-name-regexps): Add autoload cookies.
7759
11a7f341
KH
77602000-10-13 Kenichi Handa <handa@etl.go.jp>
7761
7762 * international/mule-cmds.el (select-safe-coding-system): If FROM
7763 is string, show it in *Warning* buffer.
7764
8ddddcb0
EZ
77652000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7766
7767 * startup.el (normal-top-level): Use display-popup-menus-p instead
7768 of window-system.
7769 (command-line): Use display-graphic-p instead of window-system.
7770 (command-line-1): Use display-popup-menus-p and display-mouse-p
7771 instead of window-system.
7772
72200f89
SS
77732000-10-12 Sam Steingold <sds@gnu.org>
7774
7775 * tooltip.el (tooltip-use-echo-area): New user variable.
7776 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7777
8661c643
DL
77782000-10-12 Dave Love <fx@gnu.org>
7779
d0b40dc1
DL
7780 * recentf.el: Maintainer's checkdoc fixes.
7781
83c9cb8e
SM
7782 * startup.el (normal-top-level-add-subdirs-to-load-path):
7783 Use character class, not ASCII when matching file names.
a622451f
DL
7784 (fancy-splash-head): Add trailing slash to URL.
7785 (command-line): Don't require XPM support for toolbar.
7786
8661c643
DL
7787 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7788 (cperl-invalid-face): Revert last change.
7789 (cperl-init-faces): Quote cperl-invalid-face.
7790
ef2ed8ab
KH
77912000-10-12 Kenichi Handa <handa@etl.go.jp>
7792
7793 * startup.el (fancy-splash-text): Remove superfluous quote.
7794
b0da379e
GM
77952000-10-12 Gerd Moellmann <gerd@gnu.org>
7796
dbeb499b
GM
7797 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7798 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7799 (command-line-1): Don't use fancy-splash-pending-command.
7800 (fancy-splash-screens-1): Goto point-min after inserting text.
7801
d861718a
GM
7802 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7803
b0da379e
GM
7804 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7805 instead of shared-lisp-mode-map.
7806
4fb2ad98
MB
78072000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7808
1cb4393e
MB
7809 * faces.el (header-line): Change tty-variant to use underlining.
7810
4fb2ad98
MB
7811 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7812 (isearch-highlight): Restore lazy-isearch face properties at old
7813 position, and suppress them at new position.
7814 (isearch-dehighlight): Restore lazy-isearch face properties.
7815 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7816 over the real isearch overlay, but in that case, don't give it a
7817 face property. Use `push'.
7818
eb991b25
KH
78192000-10-12 Kenichi Handa <handa@etl.go.jp>
7820
7821 * man.el (Man-getpage-in-background): Fix previous change.
7822 Decode the process output only when we are in multibyte mode.
7823
a818c1c0
DL
78242000-10-11 Dave Love <fx@gnu.org>
7825
c990f53a
DL
7826 * info.el (Info-mode-menu): Fix some help.
7827 (info-tool-bar-map): Add entry for Info-last.
7828
a818c1c0
DL
7829 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7830 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7831 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7832 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7833 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7834 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7835 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7836 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7837 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7838 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7839 Reduce colour requirements to 25 overall. (Probably wants
7840 revisiting from the originals to reduce further.)
7841
c1b096cb
EZ
78422000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7843
7844 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7845 buffer-file-coding-system, instead of raw-text.
7846 (dehexlify-buffer): Bind coding-system-for-read to
7847 buffer-file-coding-system, instead of raw-text.
7848
5c8b7eaf
SS
78492000-10-11 Sam Steingold <sds@gnu.org>
7850
83c9cb8e 7851 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7852 `underline' - fixes the bug introduced on 2000-09-21.
7853
2cfbdb7a
DL
78542000-10-11 Dave Love <fx@gnu.org>
7855
83c9cb8e
SM
7856 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7857 Avoid compiler warnings.
2cfbdb7a
DL
7858 (scheme-mode): Doc fix.
7859 (scheme-font-lock-keywords-1): Match `define-syntax'.
7860
78612000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7862
7863 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7864 face specs as well as default ones. Only do anything if the
7865 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7866 (region): Make dark-background `region' face less in-your-face.
4b33f290 7867
690ec649
SS
78682000-10-10 Sam Steingold <sds@gnu.org>
7869
7870 * chistory.el, ielm.el, ledit.el:
7871 * progmodes/inf-lisp.el, progmodes/scheme.el:
7872 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7873
3b95d6bb
SM
78742000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7875
7876 * textmodes/texinfo.el: Update copyright and fix typo.
7877
7878 * desktop.el (desktop-modes-not-to-save): New var.
7879 (desktop-save-buffer-p): Use it.
a30eb617
DL
7880 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7881 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7882
78832000-10-10 Dave Love <fx@gnu.org>
7884
7885 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7886 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7887
7888 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7889 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7890 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7891 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7892 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7893 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7894 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7895 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7896 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7897 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7898 the .xpms; probably need retouching.
7899
79002000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7901
7902 * subr.el (add-to-list): Add optional argument APPEND.
7903 * battery.el (display-battery): Use `add-to-list'.
7904
79052000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7906
83c9cb8e
SM
7907 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7908 properties.
a30eb617
DL
7909 (zone, zone-when-idle, zone-leave-me-alone)
7910 (zone-pgm-whack-chars): Use new symbol properties.
7911
7912 * battery.el (display-battery): Doc spelling fix.
7913
7914 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7915 property.
7916
79172000-10-09 Dave Love <fx@gnu.org>
7918
7919 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7920 has been initialized before calling tool-bar-setup.
7921 (tool-bar-add-item-from-menu): Add autoload cookie.
7922
79232000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7924
7925 * menu-bar.el (send-mail-item-name): New function.
7926 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7927 of mail-user-agent in the menu. Don't display the "Send Mail"
7928 item if mail-user-agent is nil or its value is ignore.
7929 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7930 if read-mail-command is nil or its value is ignore.
7931
7932 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7933
79342000-10-09 Miles Bader <miles@gnu.org>
7935
7936 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7937 Correct image size.
7938 * toolbar/left_arrow.xpm: Correct image size.
7939
7940 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7941 will be done by the definition of `auto-compression-mode' if
7942 necessary. Move code to uninstall existing file-name handler
7943 before definition of `auto-compression-mode'.
7944
7945 * image-file.el (auto-image-file-mode): Move to the end of the
7946 file, because `define-minor-mode' actually calls the mode-function
7947 if the associated variable is non-nil, which requires that all
7948 needed functions be already defined.
7949
7950 * mouse.el (popup-menu): Balance parens.
7951
79522000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7953
7954 * mouse.el (popup-menu): Move the command call outside the loop
7955 so that popup-menu returns whatever the command returns.
7956
7957 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7958 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7959 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7960 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7961
7962 * vc.el (vc-version-diff): diff-switches can be a list.
7963 Use relative filenames for prettier output.
7964
7965 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7966 (vc-post-command-functions): Remove old-VC compatibility code.
7967
7968 * newcomment.el (comment-indent-default): Autoload.
7969
7970 * font-lock.el (font-lock-defaults): Make buffer-local.
7971 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7972 (font-lock-choose-keywords):
7973 Ignore LEVEL unless KEYWORDS is a list of syms.
7974 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7975 Don't wrap regexp-opt things in \(...\) unnecessarily.
7976
7977 * jit-lock.el: Don't require font-lock any more.
7978 (jit-lock-functions): Make buffer-local.
7979 (jit-lock-saved-fontify-buffer-function): Remove.
7980 (jit-lock-mode): Remove autoload cookie.
7981 Remove font-lock specific code.
7982 (jit-lock-unregister): Don't bother handling complex hooks any more.
7983 (jit-lock-refontify): New function.
7984 (jit-lock-fontify-buffer): Use it.
7985 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7986 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7987 Add optional args START and END.
7988 Never call font-lock-fontify-region directly.
7989 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7990
7991 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7992
79932000-10-08 Dave Love <fx@gnu.org>
7994
7995 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7996
7997 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7998
7999 * play/studly.el (studlify-region, studlify-word): Add autoload
8000 cookie.
8001
8002 * play/morse.el (morse-region, unmorse-region): Add autoload
8003 cookie.
8004
8005 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8006 concat.
8007
8008 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8009 insist on symbols starting with word syntax.
8010 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8011 (eval-defun-1): Doc fix.
8012 (indent-sexp): Use nconc to build up indent-stack.
8013
8014 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8015 Gnus with little use.
8016 (mail-setup-hook): Add mail-abbrevs-setup to options.
8017
8018 * recentf.el: Doc fixes.
8019
8020 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8021 Clean up remainder.
8022
8023 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8024 without timezone and (8) with timezone to enforce some whitespace.
8025 Simplify code somewhat.
8026
8027 * options.el (list-options): Doc that you should use customize.
8028
8029 * iswitchb.el (iswitchb-mode): Add :require.
8030
8031 * info.el (Info-goto-node, Info-menu): Doc fix.
8032 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8033 (info-tool-bar-map): New variable.
8034 (Info-mode): Use it.
8035 (Info-edit-map): Define all in defvar.
8036 (speedbar-attached-frame): Avoid compiler warning.
8037
8038 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8039 (global-map): Bind [tool-bar] to a filtered map.
8040 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8041 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8042 Allow PBM icons.
8043 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8044
8045 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8046 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8047 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8048 icons, except up_arrow, which is left-arrow rotated.
8049
8050 * imenu.el (imenu-add-to-menubar): Fix last change.
8051
80522000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8053
8054 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8055 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8056
80572000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8058
8059 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8060 typos in doc strings.
8061
8062 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8063 the doc strings how to customize Font Lock faces.
8064
8065 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8066 computing growth when dragging the header line.
8067
80682000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8069
8070 * simple.el (kill-line): Doc fix.
8071
80722000-10-08 Miles Bader <miles@gnu.org>
8073
8074 * faces.el (secondary-selection): Make foreground visible on tty.
8075
8076 * jka-compr.el (auto-compression-mode): Move to the end of the
8077 file, because `define-minor-mode' actually calls the mode-function
8078 if the associated variable is non-nil, which requires that all
8079 needed functions be already defined.
8080 (with-auto-compression-mode): Add autoload cookie.
8081
80822000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8083
8084 * files.el (find-backup-file-name) [ms-dos]: If support for long
8085 file names is not available, behave as if version-control were set
8086 to never.
8087
80882000-10-07 Dave Love <fx@gnu.org>
8089
8090 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8091 (browse-url-gnome-moz): New function.
8092 (browse-url-browser-function): Use it.
8093 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8094
80952000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8096
8097 * indent.el (tab-always-indent): New var.
8098 (indent-for-tab-command): Use it.
8099
8100 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8101 raise an error. This way it can still default to a sane value.
8102
81032000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8104
8105 * startup.el (fancy-splash-screens): Use local rather than global map.
8106 Don't use `update-menu-bindings' any more.
8107 Get rid of assumptions about keymap representation.
8108
81092000-10-06 Dave Love <fx@gnu.org>
8110
8111 * textmodes/fill.el (sentence-end-double-space)
8112 (sentence-end-without-period): Doc fix.
8113 (adaptive-fill-regexp): Purecopy.
8114 (unjustify-current-line): Use line-end-position.
8115 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8116
8117 * net/eudc-vars.el (eudc): Add :version, :link.
8118
8119 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8120
8121 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8122 Fix for define-minor-mode.
8123 (function-at-point): Alias to function-called-at-point.
8124
8125 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8126
8127 * simple.el (backward-word): Doc fix.
8128
8129 * image-file.el (image-file-name-regexp): image-file-regexps ->
8130 image-file-name-regexps.
8131 (image-file-name-extensions): Add pbm.
8132
81332000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8134
8135 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8136 and add filename to the names so that diff-mode can jump to source.
8137
8138 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8139 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8140 (tex-font-lock-keywords-1): Remove.
8141 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8142 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8143 (font-lock-default-fontify-region):
8144 Expand beg..end correctly when just following a multiline region.
8145 (font-lock-fontify-anchored-keywords):
8146 Include the anchor text as part of the multiline.
8147
81482000-10-06 Gerd Moellmann <gerd@gnu.org>
8149
8150 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8151 latter needs the autoloaded define-minor-mode macro during the
8152 bootstrap.
8153
8154 * startup.el (command-line): For now, activate tool-bar-mode only
8155 if XPM images are supported.
8156
8157 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8158 window by dragging a header-line at the top of the frame; that's
8159 confusing because the header-line doesn't move.
8160 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8161 of treating the event as a list. Some cleanup.
8162
81632000-10-06 Miles Bader <miles@gnu.org>
8164
8165 * simple.el (display-message-or-buffer): New function.
8166 (shell-command-on-region): Use `display-message-or-buffer'.
8167
8168 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8169 docstring parts.
8170
8171 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8172 (smbclient-prompt-regexp): Add usage note to doc string.
8173 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8174 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8175 Use add-hook for adding the comint filter function, and only do so
8176 if it's not already in the global hook list.
8177 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8178 to `make-local-variable'.
8179 (nslookup-font-lock-keywords): Remove prompt entry.
8180 (nslookup): Don't set the process-filter.
8181 (finger): Exit the loop correctly when the regexps list runs out.
8182 (ftp, smbclient, smbclient-list-shares):
8183 Set the real major mode immediately, not after execing.
8184 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8185
8186 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8187
81882000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8189
8190 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8191
8192 * which-func.el (which-func-format): Remove spurious space.
8193 (which-func-mode): Don't make it permanent-local.
8194 (which-func-ff-hook): Allow which-func-maxout to be nil.
8195 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8196 (which-func-mode): Simplify.
8197 Use post-command-idle-hook rather than post-command-hook.
8198 Go through all buffers and update their state.
8199 (which-function): Also try add-log-current-defun-function.
8200
8201 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8202 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8203 Update call to with-vc-properties accordingly.
8204 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8205 (vc-revert-buffer): More careful about window selection and deletion.
8206 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8207
8208 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8209 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8210 (cvs-dired-action): Change the default to quickdir.
8211
8212 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8213 if comment-indent-function returns nil.
8214 (comment-indent-default): New function.
8215 (comment-indent-function): Use it and document the new semantics.
8216
8217 * image-file.el: Docstring fixes.
8218
8219 * help.el (help-xref-on-pp): Use match-string.
8220 (describe-variable): New arg BUFFER.
8221 Store the current buffer in the help-xref-stack.
8222 (temp-buffer-resize-mode): Use define-minor-mode.
8223
8224 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8225 consistently with its docstring.
8226 Set jit-lock-first-unfontify-pos in an idempotent way.
8227 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8228
82292000-10-05 Alex Schroeder <alex@gnu.org>
8230
8231 * sql.el (sql-mysql-options): New variable.
8232 (sql-mysql): Use it.
8233
82342000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8235
8236 * image.el (image): New group.
8237
8238 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8239 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8240
82412000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8242
8243 * net/net-utils.el (nslookup-font-lock-keywords)
8244 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8245 Ignore the value of wqindow-system; always define keywords
8246
82472000-10-05 Kenichi Handa <handa@etl.go.jp>
8248
8249 * startup.el (fancy-splash-screens): Remove the code for
8250 debugging; `(trace-to-stderr "EXITTT\n")'.
8251
82522000-10-05 Miles Bader <miles@gnu.org>
8253
8254 * diff-mode.el (diff-goto-source): Update call to
8255 `diff-hunk-status-msg' to reflect new REV variable.
8256
82572000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8258
8259 * progmodes/icon.el (icon-mode):
8260 Don't gratuitously override the default for comment-column.
8261
8262 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8263
8264 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8265 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8266 (jit-lock-functions): New var.
8267 (jit-lock-function-1): Use it if non-nil.
8268 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8269 Set the `fontified' property before doing the fontification to avoid
8270 repeatedly going through the same error.
8271 Don't turn errors into messages.
8272 (jit-lock-register, jit-lock-unregister): New functions.
8273
8274 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8275 Use with-current-buffer.
8276
8277 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8278 Turn comment into docstring.
8279
8280 * apropos.el (apropos-mode): Use define-derived-mode.
8281
82822000-10-04 Gerd Moellmann <gerd@gnu.org>
8283
8284 * startup.el (fancy-splash-pending-command): New variable.
8285 (fancy-splash-pre-command): New function.
8286 (fancy-splash-screens): Rewritten.
8287 (command-line-1): If fancy-splash-pending-command is set, call it
8288 interactively.
8289
82902000-10-04 Dave Love <fx@gnu.org>
8291
8292 * toolbar/tool-bar.el (tool-bar-setup): New function.
8293 (tool-bar-mode): Use it.
8294
8295 * subr.el (substitute-key-definition): Doc fix.
8296 (play-sound-file): New command.
8297
82982000-10-04 Andre Spiegel <spiegel@gnu.org>
8299
8300 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8301 vc-version-backup-file-name): New functions.
8302
8303 * files.el (basic-save-buffer): Call vc-before-save before saving.
8304
8305 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8306 vc-cvs-stay-local-p.
8307
8308 * vc.el (vc-revert-buffer): Handle empty diff properly.
8309 (vc-version-backup-file): New function.
8310 (vc-checkout): Create a version backup if necessary.
8311 (vc-checkin): If a version backup file exists, delete it.
8312 (vc-version-diff): Diff locally using version backups, if available.
8313 (vc-revert-file): If there's a version backup, revert locally.
8314 (vc-transfer-file): Use version backup for base version, if
8315 available. If not, ask for confirmation whether to get it from the
8316 server. Update mode line before check-in.
8317
83182000-10-04 Dave Love <fx@gnu.org>
8319
8320 * toolbar/tool-bar.el (tool-bar-setup): New function.
8321 (tool-bar-mode): Use it.
8322
83232000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8324
8325 * net/net-utils.el (nslookup-font-lock-keywords)
8326 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8327 Only set if window-system is non-nil
8328 (net-utils-run-program): Returns buffer.
8329 (network-connection-reconnect): Added this function.
8330
8331 * generic.el:
8332 Incorporates extensive cleanup and docfixes by
8333 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8334 Uses cl compile-time macros.
8335 (generic-mode-name, generic-comment-list)
8336 (generic-keywords-list, generic-font-lock-expressions)
8337 (generic-mode-function-list, generic-mode-syntax-table):
8338 Removed variables.
8339 (generic-mode-alist): Renamed to generic-mode-list.
8340 (generic-find-file-regexp): Default changed to "^#".
8341 (generic-read-type): Uses completing read on generic-mode-list.
8342 (generic-mode-sanity-check): removed this function.
8343 (generic-add-to-auto-mode): Removed this function
8344 (generic-mode-internal): Bind mode-specific definitions
8345 into function instead of putting them in alist.
8346 (generic-mode-set-comments): Reworked extensively.
8347 (generic-mode-find-file-hook): Simplified regexp searching
8348 (generic-make-keywords-list): Omit extra pair of parens
8349
8350 * find-lisp.el (find-lisp-find-files-internal):
8351 Make sure directory name ends with "/".
8352
8353 * generic-x.el (apache-conf-generic-mode):
8354 Regexp now allows leading whitespace.
8355 (rc-generic-mode): Added eval-when-compile
8356 around generic-make-keywords-list.
8357 Deleted duplicate regexp
8358 (rul-generic-mode): Added eval-when-compile
8359 around generic-make-keywords-list.
8360 (etc-fstab-generic-mode): New generic mode.
8361 (rul-generic-mode): Removed one eval-when-compile
8362 which caused a max-specpdl-size exceeded error.
8363
83642000-10-04 Miles Bader <miles@gnu.org>
8365
8366 * simple.el (minibuffer-temporary-goal-position): New variable.
8367 (next-history-element): Try to keep the position of point in the
8368 input string constant.
8369
8370 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8371 (dired-do-create-files): If there's only one file, pass it in as
8372 the DEFAULT arg to dired-mark-read-file-name.
8373
83742000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8375
8376 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8377 (diff-goto-source): Be smarter when choosing REVERSE or not.
8378
8379 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8380 (texinfo-mode-menu): Add an explicit shortcut for update all.
8381
83822000-10-03 Andre Spiegel <spiegel@gnu.org>
8383
8384 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8385 factorize backend-specific code cleanly (this was essentially
8386 conceived by Stefan Monnier).
8387 (vc-unregister): Function removed.
8388 (vc-revert-file): New function.
8389 (vc-revert-buffer): Delegate some of the work to it.
8390
8391 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8392 default branch unconditionally.
8393 (vc-rcs-set-default-branch): New function.
8394 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8395 (vc-rcs-checkin): If an appropriate default branch has been set,
8396 force creation of that branch.
8397 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8398 code (as suggested by Stefan Monnier).
8399
84002000-10-02 Gerd Moellmann <gerd@gnu.org>
8401
8402 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8403 highlighting overlay with a different face over the overlay
8404 isearch uses to highlight the current match because that can lead
8405 to bad face combinations.
8406
8407 * loadup.el (toplevel): Load faces before isearch.
8408
8409 * isearch.el (isearch-faces): New custom group.
8410 (isearch): New defface; was already tested for in the code.
8411 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8412 (isearch-highlight): Always use face `isearch'.
8413
84142000-10-02 Dave Love <fx@gnu.org>
8415
8416 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8417 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8418 comparison of opcode with operand.
8419
84202000-10-03 Miles Bader <miles@gnu.org>
8421
8422 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8423 buffer, since the echo area will now grow to accommodate them.
8424
84252000-10-02 Andre Spiegel <spiegel@gnu.org>
8426
8427 * vc-hooks.el (vc-registered): If FILE used to be registered under
8428 a certain backend, try that one first.
8429
8430 * vc.el (vc-responsible-backend): Undo the previous change in the
8431 argument list. Handle multiple backends correctly.
8432 (vc-find-new-backend): Function removed.
8433 (vc-register): Use vc-responsible-backend, as before.
8434 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8435
84362000-10-02 Gerd Moellmann <gerd@gnu.org>
8437
8438 * startup.el (fancy-splash-head): Change message below the
8439 logo.
8440
84412000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8442
8443 * diff-mode.el (diff-goto-source): Emit a status message.
8444 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8445 (diff-test-hunk): Fix doc string.
8446 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8447 (diff-advance-after-apply-hunk): New variable.
8448 (diff-apply-hunk): Don't return a value.
8449
84502000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8451
8452 * vc.el (vc-editable-p): Minor optimization.
8453 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8454 (vc-find-new-backend): New function split from vc-responsible-backend.
8455 (vc-register): Use it.
8456 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8457 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8458 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8459 (vc-clear-headers): Don't use find-file.
8460 (vc-revert-buffer): Use `and' again (must have been a braino).
8461 (vc-switch-backend): Only prompt if requested.
8462 Short circuit if nothing is to be done.
8463 Don't use vc-resynch-buffer which could lose unsaved editing.
8464 (vc-default-receive-file): Update call to vc-unregister.
8465 (with-vc-file, vc-next-action-on-file):
8466 Use vc-backend rather than vc-registered.
8467 (vc-next-action-on-file): Use intern-soft.
8468 Deal with read-only *vc-diff* buffer.
8469 (vc-transfer-file): Docstring fix.
8470
8471 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8472 (vc-rcs-receive-file): Avoid with-vc-properties.
8473 Update call to vc-unregister.
8474 Use constant `RCS' rather than (dynamically bound) var `backend'.
8475
84762000-10-01 Andre Spiegel <spiegel@gnu.org>
8477
8478 * vc.el (vc-next-action-on-file): Update mode line only if file
8479 is visited.
8480 (vc-start-entry): New argument initial-contents. Don't visit the file
8481 if it isn't already visited. Brought documentation up-to-date.
8482 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8483 (vc-checkin): New optional arg initial-contents, which is passed to
8484 vc-start-entry.
8485 (vc-finish-logentry): Make sure to bury log buffer only if there
8486 really is one. Call `vc-resynch-buffer' on log-file, not
8487 buffer-file-name.
8488 (vc-default-comment-history, vc-default-wash-log): New functions.
8489 (vc-index-of): Removed.
8490 (vc-transfer-file): Make do without the above.
8491 (vc-default-receive-file): Call comment-history unconditionally. Pass
8492 the resulting string to vc-checkin, instead of inserting it into the
8493 comment ring.
8494
8495 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8496 unconditionally. Use the comments as initial contents of the log
8497 entry buffer. Document the trick to force branch creation with no
8498 changes.
8499
85002000-10-01 Miles Bader <miles@gnu.org>
8501
8502 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8503 `recenter' with an arg to prevent redrawing the display.
8504
85052000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8506
8507 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8508
8509 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8510
8511 * progmodes/c-mode.el (c-mode):
8512 Don't gratuitously override the default for comment-column.
8513
8514 * textmodes/tex-mode.el (latex-metasection-list): New var.
8515 (latex-imenu-create-index): Use it.
8516 Move the regexp construction outside loops (and use push).
8517 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8518 (tex-font-lock-keywords): Moved from font-lock.el.
8519 (tex-comment-indent): Remove.
8520 (tex-common-initialization): Don't set comment-indent-function.
8521 (latex-block-default): New var.
8522 (tex-latex-block): Use it to provide a default choice.
8523 Add any unknown choice to latex-block-names.
8524 Insert [...] after {...}.
8525 (tex-last-unended-begin): Simplify regexp.
8526 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8527 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8528 (latex-mode): Set forward-sexp-function.
8529
8530 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8531 Add regexp for @ignore ... @end ignore.
8532 (texinfo-heading-face): New face.
8533 (texinfo-font-lock-keywords): Use it.
8534 (texinfo-mode-menu): New menu.
8535 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8536 New functions.
8537 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8538 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8539 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8540 Remove declaration.
8541 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8542
8543 * delsel.el (delete-selection-mode): Use define-minor-mode.
8544
8545 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8546
85472000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8548
8549 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8550
85512000-09-30 Gerd Moellmann <gerd@gnu.org>
8552
8553 * replace.el (keep-lines-read-args): New function.
8554 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8555 read arguments interactively. Add parameters RSTART and REND.
8556 Operate on the active region in Transient Mark mode.
8557
8558 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8559
8560 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8561 (authors-obsolete-files-regexps): New variable.
8562 (authors-add): Don't record changes in obsolete files.
8563
85642000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8565
8566 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8567
8568 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8569 (comment-indent): Make sure there's a space between code and comment.
8570 Shift comments left to avoid going past fill-column.
8571
85722000-09-29 Gerd Moellmann <gerd@gnu.org>
8573
8574 * startup.el (startup-echo-area-message): New function.
8575 (display-startup-echo-area-message): Use it.
8576 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8577 (fancy-splash-default-action): New function.
8578 (fancy-splash-screens-1): New function.
8579 (fancy-splash-head): Put a help-echo and a keymap under the image.
8580
85812000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8582
8583 * diff-mode.el (diff-add-log-file-name): Remove.
8584 (diff-mode): Use add-log-buffer-file-name-function.
8585
8586 * add-log.el (find-change-log): New arg BUFFER-FILE.
8587 (add-log-file-name): Obey add-log-file-name-function.
8588 (add-log-buffer-file-name-function): New var.
8589 (add-change-log-entry): Use it.
8590
85912000-09-29 Miles Bader <miles@gnu.org>
8592
8593 * image-file.el (image-file-name-extensions): New variable.
8594 (image-file-name-regexps): Renamed from `image-file-regexps'.
8595 New default value is nil. Call `auto-image-file-mode'.
8596 (image-file-name-regexp): New function.
8597 (auto-image-file-mode): New minor mode.
8598 (insert-image-file): Don't make conditional on the image-file
8599 handler being enabled.
8600 (image-file-handler): Make the call here conditional instead.
8601 (set-image-file-handler-enabled, enable-image-file-handler)
8602 (disable-image-file-handler): Functions removed.
8603
8604 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8605 string.
8606
86072000-09-29 Gerd Moellmann <gerd@gnu.org>
8608
8609 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8610 it's a function from CL.
8611 (latex-imenu-create-index): Replace eval-when-compile with progn
8612 because latex-section-alist is not bound while compiling.
8613
86142000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8615
8616 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8617 (outline-mode): Use define-derived-mode.
8618
8619 * progmodes/perl-mode.el (perl-mode):
8620 * progmodes/awk-mode.el (awk-mode):
8621 * progmodes/asm-mode.el (asm-mode):
8622 Don't gratuitously override the default for comment-column.
8623
8624 * emacs-lisp/lisp.el (lisp-complete-symbol):
8625 Distinguish the let-binding case from the funcall case.
8626 (forward-sexp-function): New variable.
8627 (forward-sexp): Use it.
8628
8629 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8630 (easy-mmode-defmap): Remove the now useless autoload.
8631
8632 * time.el (display-time-mode): Use define-minor-mode.
8633
8634 * subr.el (add-minor-mode): Don't eval NAME.
8635 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8636 Use if rather than cond.
8637
8638 * simple.el (read-expression-map): Define more properly.
8639 (comment-indent-hook): Remove.
8640 (string-to-syntax): Bug fix.
8641
8642 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8643 (cvs-ediff-diff): Fix typo.
8644 (cvs-revert-if-needed): Don't bother preserving read-only.
8645
8646 * paren.el (show-paren-mode): Use define-minor-mode.
8647
8648 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8649 (toggle-auto-compression): Remove.
8650 (jka-compr-build-file-regexp): Remove useless grouping.
8651
8652 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8653 Avoid user-reserved bindings.
8654 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8655 (diff-header-face): Revert to grey85.
8656
8657 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8658
8659 * complete.el (partial-completion-mode) <defcustom>: Remove.
8660 (partial-completion-mode): Use define-minor-mode.
8661 (PC-do-completion): Understand `completion-auto-help = delay'
8662 to mean to popup the completion buffer only the second time.
8663 (PC-include-file-all-completions, PC-include-file-all-completions)
8664 (PC-include-file-all-completions): Don't quote lambda.
8665
8666 * comint.el (comint-mode-hook): Docstring fix.
8667 (comint-mode): Use define-derived-mode.
8668 (comint-mode-map): Remove obsolete comment.
8669 (make-comint): Minor stylistic change.
8670 (comint-insert-clicked-input): Be more careful to find the overlay.
8671 Use this-command-keys rather than hardcoding mouse-2.
8672
8673 * font-lock.el: Replace confusing (,@ with ,
8674 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8675 Don't use regexp-opt-depth. Spice up the regexp for args.
8676 Don't distinguish between cmds that can take an opt arg or not.
8677 Use `append' and `prepend' rather than `keep'.
8678
8679 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8680 (latex-outline-regexp): New var.
8681 (latex-outline-level): New fun.
8682 (latex-section-alist): New var.
8683 (latex-imenu-create-index): Use it. Use `push' as well.
8684 (tex-shell-map): Initialize it properly.
8685 (tex-mode): Minor stylistic change.
8686 (plain-tex-mode): Use define-derived-mode.
8687 (latex-mode): Use define-derived-mode.
8688 Construct the paragraph regexps in a more readable way.
8689 Set the buffer-local outline-{level,regexp} vars.
8690 (slitex-mode): Derive from latex-mode.
8691 (tex-common-initialization): Don't kill-all-vars anymore.
8692 Add setting for comment-add and font-lock-defaults.
8693 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8694 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8695 (tex-start-tex): New arg DIR (and send a chdir command for it).
8696 Also display the shell buffer and save it in tex-last-buffer-texed.
8697 (tex-region): Use expand-file-name rather than concat.
8698 Remove code made useless by changes in tex-start-tex.
8699 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8700
8701 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8702
87032000-09-28 Dave Love <fx@gnu.org>
8704
8705 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8706
87072000-09-28 Gerd Moellmann <gerd@gnu.org>
8708
8709 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8710 `append'.
8711
87122000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8713
8714 * info.el (Info-extract-pointer): Undo last change.
8715 Instead, fix the position of the `bound' arg to re-search-backward.
8716
87172000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8718
8719 * info.el (Info-extract-pointer):
8720 Widen more carefully, to avoid finding pointers in other nodes.
8721 (Info-index): Use push.
8722
87232000-09-27 Gerd Moellmann <gerd@gnu.org>
8724
8725 * frame.el (set-frame-font): Remove call to obsolete function
8726 frame-update-faces.
8727 (set-foreground-color, set-background-color): Likewise for
8728 frame-update-face-colors.
8729
87302000-09-27 Miles Bader <miles@gnu.org>
8731
8732 * image-file.el: New file.
8733
87342000-09-27 Gerd Moellmann <gerd@gnu.org>
8735
8736 * frame.el (frame-notice-user-settings): Don't call
8737 frame-update-faces, which is a no-op now.
8738
8739 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8740 tool-bar-lines.
8741
87422000-09-27 Dave Love <fx@gnu.org>
8743
8744 * mouse.el: Fix last change.
8745
87462000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8747
8748 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8749
87502000-09-22 Kenichi Handa <handa@etl.go.jp>
8751
8752 * international/quail.el (quail-help): The output message is
8753 improved.
8754
87552000-09-26 Dave Love <fx@gnu.org>
8756
8757 * mouse.el (popup-menu): If POSITION is nil, set it using
8758 mouse-position.
8759
87602000-09-25 Sam Steingold <sds@gnu.org>
8761
8762 * net/browse-url.el (browse-url-file-url): Check for null maps.
8763
87642000-09-26 Gerd Moellmann <gerd@gnu.org>
8765
8766 * frame.el (frame-notice-user-settings): Don't add a
8767 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8768
8769 * frame.el (frame-notice-user-settings):
8770 Make tool-bar-mode and default-frame-alist consistent.
8771
8772 * toolbar/tool-bar.el (tool-bar-help): New function.
8773
87742000-09-25 Gerd Moellmann <gerd@gnu.org>
8775
8776 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8777 current-load-list in top-level forms. Else this leaks a cons cell
8778 every time a defun is called.
8779
8780 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8781
87822000-09-25 Dave Love <fx@gnu.org>
8783
8784 * startup.el (fancy-splash-head): Check XPM is available.
8785
8786 * autoinsert.el (auto-insert): Doc fix.
8787 (auto-insert-alist): Following GNU notices, don't say `copyright
8788 _by_'. Use line-beginning-position.
8789 (auto-insert): Check buffer-file-name is non-nil before use.
8790
87912000-09-25 Gerd Moellmann <gerd@gnu.org>
8792
8793 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8794 starting with `@def' or `@multitable', in addition to ones
8795 specified by the user in auto-fill-inhibit-regexp.
8796
87972000-09-25 Markus Rost <rost@math.ohio-state.edu>
8798
8799 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8800 rmail-dont-reply-to-names matches the empty string.
8801
88022000-09-25 Gerd Moellmann <gerd@gnu.org>
8803
8804 * startup.el (command-line-1, fancy-splash-text): Change the
8805 text to sound more friendly.
8806
88072000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8808
8809 * progmodes/hideshow.el: Update author email address.
8810 Generally, sync w/ maintainer version 5.22.
8811 (hs-hide-all-non-comment-function): New var.
8812 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8813 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8814 (hs-show-region): Delete this command.
8815 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8816
88172000-09-22 Dave Love <fx@gnu.org>
8818
8819 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8820 (hl-line-highlight): Specify buffer when moving overlay.
8821
8822 * progmodes/fortran.el (fortran-mode): Locally set
8823 normal-auto-fill-function.
8824 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8825 (fortran-mode-map): Adjust auto-fill menu entry.
8826
88272000-09-22 Gerd Moellmann <gerd@gnu.org>
8828
8829 * vc-rcs.el (toplevel): Require `vc' when compiling.
8830
8831 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8832
88332000-09-22 Andre Spiegel <spiegel@gnu.org>
8834
8835 * vc.el (vc-switch-backend): Signal an error if the file is not
8836 registered under the new backend.
8837
8838 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8839 without explicit revision number.
8840
88412000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8842
8843 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8844 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8845 (diff-xor): New function.
8846 (diff-find-source-location): Use it. Fix a stupid name clash.
8847 (diff-hunk-status-msg): New function.
8848 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8849 (diff-test-hunk): Use diff-find-source-location.
8850 (diff-goto-source): Favor the `reverse'.
8851 (diff-hunk-text): Properly handle one-sided context diffs.
8852 (diff-apply-hunk): When done, advance to the next hunk.
8853
88542000-09-21 Gerd Moellmann <gerd@gnu.org>
8855
8856 * startup.el (command-line): If frame was created with a non-zero
8857 tool-bar-lines parameter, switch tool-bar-mode on.
8858
8859 * add-log.el (change-log-date-face, change-log-name-face)
8860 (change-log-email-face, change-log-file-face)
8861 (change-log-list-face, change-log-conditionals-face)
8862 (change-log-function-face, change-log-acknowledgement-face):
8863 New faces, inheriting from font-lock faces.
8864 (change-log-font-lock-keywords): Use them.
8865
88662000-09-21 Dave Love <fx@gnu.org>
8867
8868 * progmodes/cperl-mode.el (top-level): Clean up
8869 `eval-when-compile's and assorted defvars.
8870 (cperl-invalid-face): Don't double-quote value. Change custom
8871 type.
8872 (cperl-mode): Set normal-auto-fill-function and don't zap
8873 auto-fill-function.
8874 (cperl-imenu--function-name-regexp-perl): Renamed from
8875 imenu-example--function-name-regexp-perl.
8876 (cperl-imenu--create-perl-index): Renamed from
8877 imenu-example--create-perl-index.
8878 (cperl-xsub-scan): Don't require cl.
8879
8880 * msb.el (msb-mode-map): Use substitute-key-definition.
8881 (msb-mode): Use msb-mode-map.
8882
88832000-09-21 Andre Spiegel <spiegel@gnu.org>
8884
8885 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8886 New functions.
8887 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8888 (vc-switch-backend): New function.
8889 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8890 (vc-register): Fix prompt.
8891 (vc-unregister, vc-default-unregister): New functions.
8892 (vc-version-diff): Handle empty buffer in sentinel.
8893
8894 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8895 (vc-rcs-state-heuristic): Use it to guess the state of files with
8896 non-strict locking.
8897 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8898 been set with -b, but not created yet.
8899 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8900 contents in order to find the state.
8901 (vc-rcs-checkin): Allow creation of branches with no changes.
8902 (vc-rcs-unregister, vc-rcs-receive-file)
8903 (vc-rcs-set-non-strict-locking): New functions.
8904
8905 * vc-hooks.el (vc-name): Force correct computation of the value
8906 in case it is missing.
8907
89082000-09-21 Gerd Moellmann <gerd@gnu.org>
8909
8910 * startup.el (fancy-splash-tail): Use a different foreground
8911 color on a dark frame background.
8912
89132000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8914
8915 * info.el: Use the correct capitalization when making Info-mode
8916 and Info-edit-mode `special' modes.
8917
89182000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8919
8920 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8921 (diff-mode): Add support for add-log.el.
8922 (diff-hunk-text): Use char offsets rather than line offsets.
8923 (diff-find-source-location): Replace LINE with line-offset (nil
8924 if not found) and always set POS to a meaningful position.
8925 Adapt to the new char-offsets.
8926 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8927 Adapt to the new diff-find-source-location.
8928 (diff-goto-source): Adapt to the new diff-find-source-location.
8929
8930 * add-log.el (add-log-file-name): New function (split out of
8931 add-change-log-entry).
8932 (add-change-log-entry): Use it.
8933 Call add-log-file-name-function with the changelog file name if
8934 the current buffer is not associated with any file.
8935 Avoid find-file if the selected window is dedicated.
8936
8937 * diff-mode.el (diff-find-source-location):
8938 Move code from diff-apply-hunk. Return buffer rather than file.
8939 (diff-apply-hunk): Use the new result from diff-find-source-location.
8940 (diff-goto-source): Use the new diff-find-source-location.
8941
89422000-09-20 Dave Love <fx@gnu.org>
8943
8944 * iswitchb.el: Some doc fixes.
8945 (iswitchb-mode-map): Define completely initially. Inherit
8946 minibuffer-local-map.
8947 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8948 fundamental-mode.
8949 (iswitchb-global-map): New variable.
8950 (iswitchb-summaries-to-end): Amalgamate regexps.
8951 (iswitchb-mode): New.
8952 (iswitchb-mode-hook): New variable.
8953 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8954 `extensions'.
8955
89562000-09-20 Gerd Moellmann <gerd@gnu.org>
8957
8958 * ehelp.el (electric-help): New defgroup.
8959 (electric-help-shrink-window): New user-option.
8960 (with-electric-help): Use it.
8961
8962 * window.el (shrink-window-if-larger-than-buffer): If face
8963 `mode-line' has a :box, and we're on a graphical frame, add 1
8964 to the needed window height.
8965
8966 * frame.el (frame-notice-user-settings): Add a last parameter nil
8967 to a call to `append', because the last list passed to `append' is
8968 not copied, and so subsequent calls to assq-delete-all will modify
8969 default-frame-alist.
8970
8971 * startup.el (fancy-splash-image): Change :type.
8972 (fancy-splash-head): Use an XBM image if appropriate.
8973 (command-line-1): Show splash screens in more cases.
8974
8975 * startup.el (fancy-splash-text): Don't quote faces.
8976
8977 * dired.el (dired-font-lock-keywords): Undo last change.
8978 (dired-readin): Bind indent-tabs-mode to nil.
8979
8980 * startup.el (fancy-splash-head): If frame's background mode
8981 is `dark', change the black background of the image to gray.
8982 (fancy-splash-screens): Display startup echo area message.
8983 (display-startup-echo-area-message): New function.
8984
89852000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8986
8987 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8988
8989 * info.el (info-header-node): Tweak for color ttys.
8990
8991 * faces.el (face-valid-attribute-values): Make sure directories we
8992 search for stipples both exist and are readable before trying to
8993 search them.
8994
8995 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8996 in the dry-run case.
8997
8998 * jka-compr.el (with-auto-compression-mode): New macro.
8999
9000 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9001 (custom-group-tag-face, custom-variable-tag-face): Use relative
9002 :height and inherit from `variable-pitch' face instead of
9003 hardwiring :family.
9004 * hi-lock.el (hi-black-hb): Likewise.
9005
9006 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9007 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9008 toolbar-add-item, if image doesn't have a mask add a `:mask
9009 heuristic'.
9010
90112000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9012
9013 * diff-mode.el: Docstring fixes.
9014 (diff-header-face, diff-comment-face): New faces.
9015 (diff-font-lock-keywords): Highlight a bit differently.
9016 (diff-find-source-location): Don't return SPAN any more.
9017 (diff-hunk-text): Don't bother erasing the temp buffer.
9018 (diff-find-text): Drop argument LINE.
9019 (diff-apply-hunk): Update calls to diff-find-text.
9020 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9021
9022 * calendar/calendar.el: Docstring fixes.
9023 (calendar-make-alist): Don't quote lambda.
9024 (calendar-star-date): Use make-local-variable.
9025
90262000-09-19 Dave Love <fx@gnu.org>
9027
9028 * toolbar/tool-bar.el: Renamed from toolbar.el.
9029 Change `toolbar' to `tool-bar' generally in symbols.
9030 Make some items invisible in `special' major modes.
9031 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9032 Add arg PROPS.
9033
9034 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9035 Add :version here.
9036 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9037
90382000-09-19 Gerd Moellmann <gerd@gnu.org>
9039
9040 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9041
9042 * files.el (find-file-suppress-same-file-warnings): New user-option.
9043 (find-file-noselect): Use it.
9044
9045 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9046 (fancy-splash-screen): Defgroup.
9047
9048 * add-log.el (change-log-font-lock-keywords): Match names
9049 more exactly for the case that font-lock-constant-face is
9050 underlined.
9051
90522000-09-19 Richard M. Stallman <rms@gnu.org>
9053
9054 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9055
90562000-09-19 Andre Spiegel <spiegel@gnu.org>
9057
9058 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9059
90602000-09-19 Gerd Moellmann <gerd@gnu.org>
9061
9062 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9063 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9064 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9065 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9066 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9067 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9068 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9069 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9070 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9071 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9072 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9073 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9074
9075 * startup.el (fancy-splash-text): New variable.
9076 (fancy-splash-delay, fancy-splash-image): New user-options.
9077 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9078 (fancy-splash-screens): New functions.
9079 (command-line-1): If display has a `display' frame parameter, has
9080 colors, and we have XPM support, show more fancy splash screens.
9081
90822000-09-19 Dave Love <fx@gnu.org>
9083
9084 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9085 with null `help'. Use modern backquote syntax.
9086
90872000-09-19 Gerd Moellmann <gerd@gnu.org>
9088
9089 * font-lock.el (font-lock-mode): Change message telling the user
9090 that ``the buffer is too big''.
9091
9092 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9093 for instance for the case that tab-width is 2.
9094
90952000-09-18 Gerd Moellmann <gerd@gnu.org>
9096
9097 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9098 toolbar-add-item, if image doesn't have a mask add a `:mask
9099 heuristic'.
9100
91012000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9102
9103 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9104 and return a cons if it's non-nil.
9105 (diff-apply-hunk): Try to jump to the line in the source text
9106 corresponding to the position of point in the in the hunk.
9107
9108 * info.el (Info-title-3-face, Info-title-2-face)
9109 (Info-title-1-face): Use face inheritance and relative sizes
9110 instead of hard-wiring things.
9111
9112 * faces.el (secondary-selection): Make dark-background variant sane.
9113
91142000-09-16 Andrew Innes <andrewi@gnu.org>
9115
9116 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9117 read-only, since they aren't under VC now.
9118
91192000-09-17 Dave Love <fx@gnu.org>
9120
9121 * tmm.el: Replace mapcar with mapc in several places.
9122
9123 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9124 ad-unadvise.
9125
9126 * international/latin1-disp.el: New file.
9127
9128 * calendar/cal-move.el (scroll-calendar-left)
9129 (scroll-calendar-right): Make arg optional (for active mode line).
9130
9131 * calendar/calendar.el (calendar-mode-line-format): Make fields
9132 mouse-sensitive.
9133 (calendar-read-date, calendar-read-date, calendar-window-list):
9134 Unquote lambda.
9135 (calendar-month-name): Use aref, not sref.
9136
9137 * view.el (minor-mode-alist): Propertize the string.
9138
9139 * international/characters.el (standard-case-table): Add entries
9140 for Greek.
9141
91422000-09-18 Miles Bader <miles@gnu.org>
9143
9144 * info.el (info-node, info-xref): Add dark-background variants.
9145
9146 * faces.el (header-line): Change defaults to be less confusing
9147 when mixed with mode-lines.
9148
9149 * info.el (Info-fontify-node): Make a few cleanups.
9150 Add extra `help-echo' and `local-map' props to node xrefs.
9151 Use header-specific faces for node-names & xrefs.
9152 (Info-use-header-line): New variable.
9153 (info-header-xref, info-header-node): New faces.
9154 (Info-setup-header-line): New function.
9155 (Info-select-node): Call Info-setup-header-line when enabled.
9156 (Info-extract-pointer): Work even if the header line is hidden.
9157 (Info-header-line): New variable.
9158
91592000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9160
9161 * vms-patch.el (print-region-function): Don't quote lambda.
9162
9163 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9164
9165 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9166 (lm-get-header-re): Allow spaces between the header and the colon.
9167 (lm-header): Allow $ in non-RCS headers.
9168 (lm-header-multiline): Put the strings back into order.
9169 Stop at an empty line. Don't require two space chars if the
9170 line is clearly not another header line.
9171
9172 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9173 (popup-menu-popup): Remove.
9174
91752000-09-15 Gerd Moellmann <gerd@gnu.org>
9176
9177 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9178 specification if or if not tool-bar item contains an `:enabled'
9179 property.
9180
9181 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9182 current buffer has no file name.
9183
91842000-09-15 Dave Love <fx@gnu.org>
9185
9186 * strokes.el: Sync with maintainer's current version with changes
9187 for Emacs, but avoid runtime cl and levents.
9188 (toplevel): Change autoloads and compilation requires.
9189 (strokes-version, strokes-bug-address, strokes-lift): Values
9190 changed.
9191 (strokes-xpm-header, strokes-insinuated): New variable.
9192 (strokes): Add :link.
9193 (strokes-mode): Customized.
9194 (strokes-while-inhibiting-garbage-collector): New macro.
9195 (strokes-remassoc): Avoid remove-if.
9196 (strokes-fix-button2-command): Don't use ad-do-it.
9197 (strokes-insinuate): New function.
9198 (strokes-button-press-event-p, strokes-button-release-event-p):
9199 New functions, used instead of non-`strokes-' versions..
9200 (strokes-mouse-event-p): Rewritten.
9201 (strokes-event-closest-point): Avoid event-point.
9202 (strokes-get-grid-position): Avoid cdadr, caadr
9203 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9204 functions.
9205 (strokes-help): Use with-output-to-temp-buffer.
9206 (strokes-window-configuration-changed-p): New function.
9207 (strokes-update-window-configuration): Use buffer-live-p,
9208 strokes-window-configuration-changed-p.
9209 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9210 (strokes-char-face): New face.
9211 (strokes-char-table, strokes-base64-chars): New variable.
9212 (strokes-xpm-for-stroke, strokes-list-strokes)
9213 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9214 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9215 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9216 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9217 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9218 functions.
9219
92202000-09-15 Gerd Moellmann <gerd@gnu.org>
9221
9222 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9223
9224 * image.el (create-image): Doc fix.
9225
9226 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9227 instead of `:heuristic-mask t'.
9228
92292000-09-14 Andrew Innes <andrewi@gnu.org>
9230
9231 * makefile.w32-in: Revert to Unix line endings.
9232
92332000-09-14 Andrew Innes <andrewi@gnu.org>
9234
9235 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9236 when installing.
9237
9238 * makefile.nt (DONTCOMPILE): Fix typo.
9239
9240 * shell.el (shell-write-history-on-exit): New function.
9241 (shell-dumb-shell-regexp): New custom variable.
9242 (shell-mode): Make shell-write-history-on-exit the process
9243 sentinel if shell name matches shell-dumb-shell-regexp.
9244
9245 * w32-fns.el: Comment out before-init-hook function which resets
9246 source-directory based; this breaks bootstrap.
9247
92482000-09-14 Dave Love <fx@gnu.org>
9249
9250 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9251 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9252 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9253 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9254 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9255 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9256 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9257 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9258 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9259
9260 * toolbar/toolbar.el: New.
9261
9262 * subdirs.el: Add toolbar.
9263
92642000-09-14 Gerd Moellmann <gerd@gnu.org>
9265
9266 * indent.el (indent-for-tab-command): Doc fix.
9267
92682000-09-14 Alex Schroeder <alex@gnu.org>
9269
9270 * ansi-color.el (ansi-colors): Doc change.
9271 (ansi-color-get-face): Simplified regexp.
9272 (ansi-color-faces-vector): Added more faces, doc change.
9273 (ansi-color-names-vector): Doc change.
9274 (ansi-color-regexp): Simplified regexp.
9275 (ansi-color-parameter-regexp): New regexp.
9276 (ansi-color-filter-apply): Doc change.
9277 (ansi-color-filter-region): Doc change.
9278 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9279 deal with zero length parameters.
9280 (ansi-color-apply-on-region): Doc change.
9281 (ansi-color-map): Doc change.
9282 (ansi-color-map-update): Removed debugging message.
9283 (ansi-color-get-face-1): Added condition-case to trap
9284 args-out-of-range errors.
9285 (ansi-color-get-face): Doc change.
9286 (ansi-color-make-face): Removed.
9287 (ansi-color-for-shell-mode): New option.
9288
92892000-09-13 Kenichi Handa <handa@etl.go.jp>
9290
9291 * international/quail.el (quail-start-translation): Translate KEY
9292 if necessary even if it doesn't have any mapping in the current
9293 input method.
9294 (quail-start-conversion): Likewise.
9295 (quail-help): The output message is improved.
9296
92972000-09-13 Miles Bader <miles@gnu.org>
9298
9299 * comint.el (comint-output-filter): Revert to using
9300 `insert-before-markers'. Add bletcherous hack to undo damage
9301 caused by `insert-before-markers'. Put `front-sticky' property on
9302 overlays created here so that the field code understands how the
9303 overlay works. Use a let when making comint-last-prompt-overlay,
9304 so that the code is easier to read.
9305
93062000-09-13 Dave Love <fx@gnu.org>
9307
9308 * wid-edit.el (widget-default-format-handler): DTRT when
9309 doc-property is a function.
9310
93112000-09-12 Francesco Potorti` <pot@gnu.org>
9312
9313 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9314 filed name if it's not there.
9315
93162000-09-12 Dave Love <fx@gnu.org>
9317
9318 * simple.el (read-mail-command): Doc fix.
9319 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9320
9321 * vc.el (vc-dired-listing-switches): Fix :version.
9322
9323 * vc-hooks.el: Doc fixes.
9324
9325 * subr.el (add-minor-mode): Use toggle-fun arg.
9326
9327 * speedbar.el: Add :version to several defcustoms.
9328
9329 * imenu.el (imenu--truncate-items, imenu--cleanup)
9330 (imenu--generic-function): Avoid mapcar.
9331 (imenu--replace-spaces): Function removed.
9332 (imenu--completion-buffer): Use subst-char-in-string.
9333 (imenu-add-to-menubar): Use keymap inheritance.
9334
93352000-09-12 Miles Bader <miles@gnu.org>
9336
9337 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9338 (diff-mode-map): Bind `diff-test-hunk'.
9339 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9340
93412000-09-11 Gerd Moellmann <gerd@gnu.org>
9342
9343 * bytecomp.el (byte-compile-defvar): Undo last change
9344 because it breaks '(make-variable-buffer-local (defvar ...)'
9345 which is used at least in dired.
9346
93472000-09-12 Kenichi Handa <handa@etl.go.jp>
9348
9349 * international/quail.el (quail-define-package): Docstring
9350 modified.
9351
93522000-09-12 Kenichi Handa <handa@etl.go.jp>
9353
9354 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9355 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9356 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9357 docstring of "chinese-py".
9358
9359 * international/quail.el (quail-translation-docstring): New
9360 variable.
9361 (quail-show-keyboard-layout): Docstring modified.
9362 (quail-select-current): Likewise.
9363 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9364 infinite recursive call.
9365 (quail-help): Check quail-translation-docstring. Format of the
9366 output changed.
9367 (quail-help-insert-keymap-description): Adjusted for the above
9368 change.
9369
93702000-09-11 Gerd Moellmann <gerd@gnu.org>
9371
9372 * bytecomp.el (byte-compile-defvar): Only cons onto
9373 current-load-list in top-level forms. Else this leaks a cons cell
9374 every time a defun is called.
9375
93762000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9377
9378 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9379 Now understands non-unified diffs. Some functionality moved into
9380 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9381 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9382 modify anything. Only reposition point in the patched file if the
9383 patch succeeds. Only pop up another window if POPUP is true.
9384 Emit a message describing what happened if successful, and at what
9385 line-offset. Automatically detect reversed hunks and do something
9386 appropriate.
9387 (diff-hunk-text, diff-find-text): New functions.
9388 (diff-filter-lines): Function removed.
9389 (diff-test-hunk): New function.
9390 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9391
93922000-09-10 Dave Love <fx@gnu.org>
9393
9394 * textmodes/tildify.el: Minor doc/commentary fixes.
9395 (tildify) <defgroup>: Add :version.
9396
9397 * faces.el (face-x-resources): Make custom type more specific.
9398 (frame-background-mode): Use mapc.
9399 (region) <defcustom>: Add :version.
9400
94012000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9402
9403 * vc-sccs.el (vc-sccs-register):
9404 * vc-rcs.el (vc-rcs-register):
9405 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9406 * vc.el (vc-register): Clear file's properties.
9407
94082000-09-08 Gerd Moellmann <gerd@gnu.org>
9409
9410 * faces.el (face-spec-set): Only face-spec-reset-face when
9411 ATTRS is non-nil.
9412
94132000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9414
9415 * help.el (help-insert-xref-button): Fix a typo in doc string.
9416
94172000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9418
9419 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9420 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9421 methods.
9422
9423 * menu-bar.el (read-mail-item-name): New function.
9424 (menu-bar-tools-menu): Use it to compute and display the package
9425 used to read email.
9426 (menu-bar-tools-menu): Fix typo in GUD's help string.
9427
94282000-09-07 Dave Love <fx@gnu.org>
9429
9430 * diff-mode.el (diff-mouse-goto-source): New function.
9431
9432 * vc-sccs.el: Doc fixes.
9433 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9434
9435 * vc-rcs.el: Doc fixes.
9436 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9437 (vc-rcs-checkout-switches, vc-rcs-header)
9438 (vc-rcs-master-templates): Add or change :version.
9439
9440 * vc-cvs.el: Doc fixes.
9441 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9442 (vc-cvs-stay-local): Add :version.
9443
9444 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9445
94462000-09-07 Kenichi Handa <handa@etl.go.jp>
9447
9448 * international/quail.el (quail-help): Fix previous change.
9449
94502000-09-07 Gerd Moellmann <gerd@gnu.org>
9451
9452 * faces.el (color-values): Doc fix.
9453
9454 * faces.el (frame-set-background-mode): Use frame-parameter
9455 instead of frame-parameters.
9456
9457 * frame.el (filtered-frame-list): Reduce consing.
9458 (frames-on-display-list): Call frame-parameter instead of
9459 frame-parameters.
9460
94612000-09-07 Kenichi Handa <handa@etl.go.jp>
9462
9463 * language/devan-util.el (devanagari-to-indian-region): In the
9464 loop, change the following char, not preceding char.
9465
94662000-09-07 Gerd Moellmann <gerd@gnu.org>
9467
9468 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9469 instead of frame-parameters.
9470
9471 * faces.el (set-face-attribute): Simplify by calling
9472 internal-set-lisp-face-attribute with FRAME being 0.
9473
9474 * vc.el: Remove `Id' version control keyword.
9475
94762000-09-07 Kenichi Handa <handa@etl.go.jp>
9477
9478 * help.el (help-make-xrefs): Adjusted for the change of
9479 help-xref-mule-regexp.
9480 (help-insert-xref-button): New function.
9481
9482 * international/mule-cmds.el (help-xref-mule-regexp-template):
9483 Include the pattern for character set.
9484 (leim): New group.
9485
9486 * international/quail.el: Don't require face.
9487 (quail): New group.
9488 (quail-other-command): Dummy command to make quail-help work better.
9489 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9490 (quail-keyboard-layout-substitution): New variable.
9491 (quail-update-keyboard-layout): New function.
9492 (quail-keyboard-layout-type): New customizable variable.
9493 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9494 (quail-keyboard-translate): Pay attention to
9495 quail-keyboard-layout-substitution.
9496 (quail-insert-kbd-layout): New function.
9497 (quail-show-keyboard-layout): New function.
9498 (quail-get-translation): If the definition is a vector of length
9499 1, and the element is a string of length 1, return the character
9500 in that string.
9501 (quail-update-current-translations): Fix the case of
9502 relative-index out of range.
9503 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9504 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9505 Show key sequences for all available characters.
9506 (quail-help-insert-keymap-description): Don't show such verbose
9507 key bindings as quail-self-insert-command.
9508
9509 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9510 Format changed, and each element now have extra documentations.
9511 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9512 Adjusted for the change of quail-cxterm-package-ext-info.
9513
95142000-09-06 Gerd Moellmann <gerd@gnu.org>
9515
9516 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9517 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9518 during bootstrap.
9519
95202000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9521
9522 * vc.el: (toplevel): Don't require `dired' at run-time.
9523 (vc-dired-resynch-file): Remove autoload cookie.
9524
95252000-09-05 Andre Spiegel <spiegel@gnu.org>
9526
9527 * vc.el: Made several backend functions optional.
9528 (vc-default-responsible-p): New function.
9529 (vc-merge): Use RET for first version to trigger merge-news, not
9530 prefix arg.
9531 (vc-annotate): Handle backends that do not support annotation.
9532 (vc-default-merge-news): Removed. The existence of a merge-news
9533 implementation is now checked on caller sites.
9534
9535 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9536 case.
9537
9538 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9539 special case that has been removed from the default in vc-hooks.el.
9540
95412000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9542
9543 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9544
95452000-09-05 Andre Spiegel <spiegel@gnu.org>
9546
9547 * vc-hooks.el: Require vc during compilation.
9548 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9549 macro `with-vc-properties' in vc.el.
9550 (vc-file-getprop): Doc fix.
9551 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9552
9553 * vc.el: Require dired-aux during compilation.
9554 (vc-name-assoc-file): Moved to vc-sccs.el.
9555 (with-vc-properties): New macro.
9556 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9557 vc-finish-steal): Use it.
9558 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9559 to the backend-specific function is now supposed to do the checkout,
9560 too.
9561 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9562
9563 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9564 set file properties; that gets done in the generic code now.
9565
9566 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9567 Changed parameter list, added code from vc.el that does the
9568 checkout, possibly with a double-take.
9569
9570 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9571 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9572 the above under the new name.
9573 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9574 parameter list, added checkout command.
9575 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9576 properties; that gets done in the generic code now.
9577
95782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9579
9580 * vc.el: Docstring fixes (courtesy of checkdoc).
9581
95822000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9583
9584 * vc.el (vc-checkout-writable-buffer-hook)
9585 (vc-checkout-writable-buffer): Remove.
9586 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9587 (vc-log-mode): Make it into a clean derived major mode.
9588 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9589 vc-log-mode if log-edit is not available.
9590 (vc-dired-mode-map): Don't set-keymap-parent yet.
9591 (vc-dired-mode): Do set-keymap-parent here.
9592 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9593
95942000-09-05 Gerd Moellmann <gerd@gnu.org>
9595
9596 * faces.el (set-face-attribute, face-spec-reset-face)
9597 (face-spec-set): Avoid consing by removing calls to `apply'.
9598
9599 * frame.el (frame-parameter): Move to C code.
9600
96012000-09-05 Dave Love <fx@gnu.org>
9602
9603 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9604 insert-before-markers-and-inherit. Now checked systematically!
9605
96062000-09-05 Alex Schroeder <alex@gnu.org>
9607
9608 * sql.el (sql-postgres): Use sql-postgres-options.
9609 (sql-postgres-options): New variable.
9610
96112000-09-05 Alex Schroeder <alex@gnu.org>
9612
9613 * sql.el (sql-mode-menu): Work around missing variable mark-active
9614 in XEmacs.
9615 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9616 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9617 compatibility.
9618
96192000-09-04 Gerd Moellmann <gerd@gnu.org>
9620
9621 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9622
9623 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9624
9625 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9626
96272000-09-04 Andre Spiegel <spiegel@gnu.org>
9628
9629 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9630 don't support anything else under SCCS yet.
9631
9632 * vc-hooks.el: Minor doc fixes.
9633
96342000-09-04 Andre Spiegel <spiegel@gnu.org>
9635
9636 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9637 not necessary. If verbose in state `needs-patch', do the same as
9638 under `up-to-date'. When NOT verbose and `needs-patch', check out
9639 latest version instead of `merge-news'.
9640 (vc-next-action-dired): Don't mess with default-directory here; it
9641 breaks other parts of dired. It is the job of the
9642 backend-specific functions to adjust it temporarily if they need it.
9643 (vc-next-action): Remove a special CVS case.
9644 (vc-clear-headers): New optional arg FILE.
9645 (vc-checkin, vc-checkout): Set properties vc-state and
9646 vc-checkout-time properly.
9647 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9648 (vc-print-log): Use new backend function `show-log-entry'.
9649 (vc-cancel-version): Do the checks in a different order. Added a
9650 FIXME concerning RCS-only code.
9651
9652 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9653 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9654
9655 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9656
9657 * vc-hooks.el (vc-default-mode-line-string): Show state
9658 `needs-patch' as a `-' too.
9659
96602000-09-04 Andre Spiegel <spiegel@gnu.org>
9661
9662 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9663 (vc-default-could-register): New function.
9664 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9665 (vc-resynch-buffer): Call vc-dired-resynch-file.
9666 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9667 vc-resynch-buffer instead of vc-resynch-window.
9668 (vc-next-action-dired): Don't redisplay here, that gets done as a
9669 result of the individual file operations.
9670 (vc-retrieve-snapshot): Corrected prompt order.
9671
9672 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9673
9674 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9675 as well.
9676 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9677 hostname regexps. Updated all callers.
9678 (vc-cvs-responsible-p): Handle directories as well.
9679 (vc-cvs-could-register): New function.
9680 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9681 properties up-to-date.
9682
9683 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9684 user whether to create one.
9685
96862000-09-04 Andre Spiegel <spiegel@gnu.org>
9687
9688 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9689 check out a non-existing file.
9690
9691 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9692 workfile does not exist.
9693
9694 * vc.el (vc-version-diff): Use `require' to check for existence of
9695 diff-mode.
9696
96972000-09-04 Andre Spiegel <spiegel@gnu.org>
9698
9699 * vc-cvs.el (vc-cvs-registered): Use new function
9700 vc-cvs-parse-entry to do the actual work.
9701
97022000-09-04 Andre Spiegel <spiegel@gnu.org>
9703
9704 * vc-hooks.el (vc-find-backend-function): If function doesn't
9705 exist, return nil instead of error.
9706 (vc-call-backend): Doc fix.
9707
9708 * vc.el (vc-do-command): Doc fix.
9709 (vc-finish-logentry): When checking in from vc-dired, choose the
9710 right backend for logentry check.
9711 (vc-dired-mode-map): Inherit from dired-mode-map.
9712 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9713 simplified.
9714 (vc-dired-state-info): Removed, updated caller.
9715 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9716 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9717 (vc-dired-listing-switches): New variable.
9718 (vc-directory): Use it, instead of dired-listing-switches.
9719
9720 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9721 (vc-cvs-dir-state): New function.
9722 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9723 (vc-cvs-parse-entry): New function, also to be used in
9724 vc-cvs-registered.
9725
97262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9727
9728 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9729 *or* single-window-frames.
9730
97312000-09-04 Andre Spiegel <spiegel@gnu.org>
9732
9733 * vc.el (vc-update-changelog): Split into generic part and default
9734 implementation. Doc string adapted.
9735 (vc-default-update-changelog): New function. Call the `rcs2log'
9736 script in exec-directory, to fix a long-standing nuisance.
9737
9738 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9739 simply signals an error.
9740
97412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9742
9743 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9744 control-flow more clear and to avoid running `cvs' twice.
9745
9746 * vc.el (vc-next-action-on-file): Doc fix.
9747 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9748 (vc-print-log): Eval `file' before constructing the continuation.
9749
97502000-09-04 Andre Spiegel <spiegel@gnu.org>
9751
9752 * vc.el (vc-next-action-on-file): Corrected several messages.
9753 (vc-merge): Add prefix arg `merge-news'; handle it.
9754
9755 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9756 is not reached. It is.
9757 (vc-cvs-merge): Set state to 'edited after merge.
9758 (vc-cvs-merge-news): Set workfile version to nil if not known.
9759 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9760
9761 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9762 via stdout. (Merge from main line.)
9763
97642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9765
9766 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9767 detection.
9768
97692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9770
9771 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9772 against kill-all-local-variables.
9773 (vc-log-edit): Don't save vc-parent-buffer any more.
9774 (vc-last-comment-match): Initialize to an empty string.
9775 (vc-post-command-functions): New hook.
9776 (vc-do-command): Run it.
9777 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9778 (vc-finish-logentry): Only add the comment to the ring if it's
9779 different from the last comment entered.
9780 (vc-new-comment-index): New function.
9781 (vc-previous-comment): Use it. Make the minibuffer message
9782 slightly less terse.
9783 (vc-comment-search-reverse): Make it work forward as well. Don't
9784 set vc-comment-ring-index if no match is found. Use
9785 vc-new-comment-index.
9786 (vc-comment-search-forward): Use vc-comment-search-reverse.
9787 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9788 define-derived-mode will do it for us. Bind `v' to a keymap that
9789 inherits from vc-prefix-map so that we can bind `vt' without
9790 binding C-x v t.
9791 (vc-retrieve-snapshot): Parenthesis typo.
9792
9793 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9794 to 1. Make sure to switch to *vc* before looking for an error
9795 message. Use vc-parse-buffer.
9796
97972000-09-04 Andre Spiegel <spiegel@gnu.org>
9798
9799 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9800 and NAME.
9801 (vc-retrieve-snapshot): Split into two parts.
9802 (vc-default-retrieve-snapshot): New function.
9803
9804 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9805 (vc-cvs-retrieve-snapshot): New function (untested).
9806 (vc-cvs-stay-local): Default to t.
9807 (vc-cvs-remote-p): New function and property.
9808 (vc-cvs-state): Stay local only if the above is t.
9809 (vc-handle-cvs): Removed.
9810 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9811 done via vc-handled-backends now.
9812 (vc-cvs-header): Escape Id.
9813
98142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9815
9816 * vc.el (vc-do-command): Remove unused commands.
9817 (vc-version-diff): Make sure default-directory ends with a slash.
9818 Move the window commands into a vc-exec-after.
9819 (vc-print-log): Move more of the code into the `vc-exec-after'.
9820
98212000-09-04 Andre Spiegel <spiegel@gnu.org>
9822
9823 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9824 (vc-print-log): Search current revision from beginning of buffer.
9825 (vc-revert-buffer): Clear echo area after the diff is finished.
9826 (vc-prefix-map): Removed definition of "t" for terse display in vc
9827 dired.
9828 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9829 definition of "vt" for terse display.
9830 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9831
98322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9833
9834 * vc.el (vc-exec-after): Avoid caddr.
9835
98362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9837
9838 * vc.el (vc-exec-after): New function.
9839 (vc-do-command): Use it to add a termination message for async
9840 procs.
9841 (vc-checkout): Try to handle a missing-backend situation.
9842 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9843 of a directory with a backend using async diffs.
9844 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9845 present.
9846
9847 * vc-sccs.el (vc-sccs-state-heuristic): Use
9848 file-ownership-preserved-p.
9849
9850 * vc-rcs.el (vc-rcs-state-heuristic): Use
9851 file-ownership-preserved-p.
9852 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9853
98542000-09-04 Andre Spiegel <spiegel@gnu.org>
9855
9856 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9857 vc-do-command.
9858
9859 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9860 when there are no changes.
9861
98622000-09-04 Andre Spiegel <spiegel@gnu.org>
9863
9864 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9865
9866 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9867
98682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9869
9870 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9871
9872 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9873 the `fset' outside of the defvar so that it works even if
9874 vc-prefix-map was already defined.
9875 (vc-setup-buffer): New function, split out of vc-do-command.
9876 (vc-do-command): Allow BUFFER to be t to mean `just use the
9877 current buffer without any fuss'.
9878 (vc-version-diff): Change the `diff' backend operation to just put
9879 the diff in the current buffer without erasing it. Always use
9880 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9881 shrink-window-if-larger-than-buffer.
9882 (vc-print-log): Change the `print-log' backend operation to just
9883 put the log in the current buffer without erasing it. Protect
9884 shrink-window-if-larger-than-buffer.
9885 (vc-update-change-log): Fix setd typo.
9886
9887 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9888 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9889
9890 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9891 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9892 CMP.
9893
9894 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9895 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9896 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9897
98982000-09-04 Andre Spiegel <spiegel@gnu.org>
9899
9900 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9901 not possible, use vc-BACKEND-workfile-unchanged-p.
9902 (vc-default-workfile-unchanged-p): New function. Delegates to a
9903 full vc-BACKEND-diff.
9904
9905 * vc-hooks.el (vc-simple-command): Removed.
9906
9907 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9908 instead of vc-simple-command.
9909 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9910 avoid doing a diff when opening a file.
9911 (vc-rcs-state): Added check for unlocked-changes.
9912 (vc-rcs-header): Escape Id.
9913 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9914 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9915 version.
9916
9917 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9918 (vc-sccs-diff): Remove optional arg CMP.
9919 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9920 SCCS-specific function.
9921
9922 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9923 vc-simple-command.
9924
99252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9926
9927 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9928 (with-vc-file, vc-merge): Use vc-editable-p.
9929 (vc-do-command): Remove unused var vc-file and fix the
9930 doubly-defined `status' var. Add a user message when starting an
9931 async command.
9932 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9933 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9934 Use with-current-buffer.
9935 (vc-buffer-sync): Use unless.
9936 (vc-next-action-on-file): If the file is 'edited by read-only,
9937 make it read-write instead of trying to commit.
9938 (vc-version-diff, vc-update-change-log): Use `setq
9939 default-directory' rather than `cd'.
9940 (vc-log-edit): Don't forget to set default-directory in the
9941 buffer.
9942
9943 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9944 (vc-sccs-state-heuristic): Use file-writable-p instead of
9945 comparing userids.
9946 (vc-sccs-checkout): Use `unless'.
9947
9948 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9949 of comparing userids.
9950 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9951 Simplify the logic by eliminating unreachable code.
9952 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9953 just do a recursive call if we need to retry.
9954 (vc-rcs-checkout): Handle the case where rcs is missing by making
9955 the buffer read-write if requested and re-signalling the error.
9956
9957 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9958
99592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9960
9961 * vc-hooks.el (vc-handled-backends): Docstring change.
9962 (vc-ignore-vc-files): Mark obsolete.
9963 (vc-registered): Check vc-ignore-vc-files.
9964 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9965 vc-ignore-vc-files.
9966
9967 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9968
99692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9970
9971 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9972 files since ange-ftp already has vc-registered return nil.
9973
9974 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9975 (vc-sccs-workfile-version): Use with-temp-buffer and new
9976 vc-parse-buffer and don't bother setting the property.
9977 (vc-sccs-add-triple): Use with-current-buffer and
9978 find-file-noselect.
9979 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9980
9981 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9982 derives from the old vc-parse-buffer but uses the revision number
9983 rather than the date (much easier to compare robustly).
9984 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9985 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9986 locking-user more directly. Check strict locking and set
9987 checkout-model appropriately.
9988 (vc-rcs-parse-locks): Remove.
9989 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9990 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9991 (vc-rcs-system-release): Use with-current-buffer and
9992 vc-parse-buffer.
9993 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9994
9995 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9996 (vc-simple-command): Docstring fix.
9997 (vc-registered): Align the way the file-handler is called with the
9998 way the function itself works.
9999 (vc-file-owner): Remove.
10000
10001 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10002 extraction of fields and call to file-attributes because of a
10003 temporary bug in rcp.el.
10004 (vc-cvs-fetch-status): Use with-current-buffer.
10005
100062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10007
10008 * vc.el (vc-do-command): Use file-relative-name.
10009 (vc-responsible-backend): Use vc-backend if possible.
10010 (vc-create-snapshot): Improve the `interactive' spec. Add support
10011 for branches and dispatch to backend-specific `create-snapshot'.
10012 (vc-default-create-snapshot): New function, containing the bulk of
10013 the old vc-create-snapshot.
10014 (vc-retrieve-snapshot): Improve the interactive spec.
10015
10016 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10017 (vc-backend-hook-functions): Remove.
10018 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10019 (vc-backend): Reintroduce the test for `file = nil' now that I
10020 know why it was there (and added a comment to better remember).
10021
10022 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10023 code from vc-sccs-hooks.el.
10024 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10025 'vc anymore.
10026 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10027 and file-directory-p instead of file-exists-p.
10028 (vc-sccs-check-headers): Simplify the regexp.
10029
10030 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10031 from vc-rcs-hooks.el. Don't require 'vc anymore.
10032 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10033 file-directory-p instead of file-exists-p.
10034
10035 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10036 from vc-cvs-hooks.el.
10037 (proto vc-cvs-registered): Require 'vc-cvs instead of
10038 'vc-cvs-hooks. Don't require 'vc anymore.
10039 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10040 file-directory-p instead of file-exists-p.
10041 (vc-cvs-create-snapshot): New function, replacing
10042 vc-cvs-assign-name.
10043 (vc-cvs-assign-name): Remove.
10044
100452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10046
10047 * vc-cvs.el (vc-cvs-header): New var.
10048
10049 * vc-rcs.el (vc-rcs-exists): Remove.
10050 (vc-rcs-header): New var.
10051
10052 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10053 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10054 (vc-sccs-header): New var.
10055
10056 * vc.el (vc-do-command): Get rid of the `last' argument.
10057 (vc-header-alist): Remove, replaced by vc-X-header.
10058 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10059 (vc-dired-hook): Use expand-file-name instead of concat.
10060 (vc-directory): Use file-name-as-directory.
10061 (vc-snapshot-precondition, vc-create-snapshot)
10062 (vc-retrieve-snapshot): Allow the command to operate on any
10063 directory.
10064
10065 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10066 just removing the 'WORKFILE argument or by removing the 'MASTER
10067 argument and replacing `file' with (vc-name file).
10068
100692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10070
10071 * vc.el: Update Copyright and add a crude list of backend funs.
10072 (vc-writable-p): New function.
10073 (with-vc-file): Use vc-writable-p.
10074 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10075 (vc-register): Avoid vc-name.
10076 (vc-locking-user): Remove.
10077 (vc-steal-lock): Make the `owner' arg non-optional.
10078 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10079 vc-checkout-model.
10080 (vc-default-dired-state-info): Use vc-state instead of
10081 vc-locking-user and return special strings for special states.
10082 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10083 and get rid of one of the special CVS cases.
10084 (vc-cancel-version): prettify error message with \\[...].
10085 (vc-rename-master): New function.
10086 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10087 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10088 the CVS special case generic.
10089 (vc-default-record-rename): Remove.
10090 (vc-file-tree-walk-internal): Only call FUNC for files that are
10091 under control of some VC backend and replace `concat' with
10092 expand-file-name.
10093 (vc-file-tree-walk): Update docstring.
10094 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10095 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10096
10097 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10098 vc-sccs-record-rename. Use `find-file-noselect' rather than
10099 `find-file' and call `vc-rename-master' to do the actual move.
10100 (vc-sccs-diff): Remove unused `backend' variable.
10101
10102 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10103 to delay loading of vc-sccs until it is really used.
10104 (vc-sccs-master-templates): Preload.
10105 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10106 (vc-sccs-project-dir): Remove (merged into
10107 vc-sccs-search-project-dir).
10108 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10109 rather than `concat', make sure it is preloaded and don't bother
10110 to check that the file actually exists.
10111 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10112 `locks' argument (use buffer's content instead) and eliminate n^2
10113 behavior.
10114
10115 * vc-rcs.el: Update Copyright.
10116 (vc-rcs-rename-file): New function.
10117 (vc-rcs-diff): Remove unused `backend' variable.
10118
10119 * vc-hooks.el: Update Copyright.
10120 (vc-backend): Don't accept a nil argument any more.
10121 (vc-up-to-date-p): Turn into a defsubst.
10122 (vc-possible-master): New function.
10123 (vc-check-master-templates): Use `vc-possible-master' and allow
10124 funs in vc-X-master-templates to return a non-existent file.
10125
10126 * vc-cvs.el: Update Copyright.
10127 (vc-cvs-diff): Remove unused `backend' variable.
10128 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10129
10130 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10131
101322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10133
10134 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10135 since it can be called from vc-rcs.el.
10136 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10137
101382000-09-04 Andre Spiegel <spiegel@gnu.org>
10139
10140 * vc.el (vc-version-diff): Expand file name read from the
10141 minibuffer. Handle the case when a previous version number can't
10142 be guessed. Give suitable messages when there were no differences
10143 found.
10144 (vc-clear-headers): Call backend-specific implementation, if one
10145 exists.
10146 (vc-cancel-version): Made error checks generic. When done, clear
10147 headers generically, too.
10148
10149 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10150 from vc-clear-headers in vc.el.
10151
10152 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10153 correctly.
10154 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10155 optional. Handle the case when it's not there.
10156
101572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10158
10159 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10160
101612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10162
10163 * vc-hooks.el (vc-loadup): Remove.
10164 (vc-find-backend-function): Use `require'. Also, handle the case
10165 where vc-BACKEND-hooks.el doesn't exist.
10166 (vc-call-backend): Cleanup.
10167
101682000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10169
10170 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10171 vc-rcs-grab-templates)
10172 (vc-rcs-registered): Remove. The default function works as well.
10173 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10174 vc-sccs-grab-templates)
10175 (vc-sccs-registered): Remove. The default function works as well.
10176
10177 * vc.el (vc-version-diff): Left out a vc- in call to
10178 vc-call-backend.
10179 (vc-default-dired-state-info, vc-default-record-rename)
10180 (vc-default-merge-news): Update for the new backend argument.
10181
10182 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10183 using the default function.
10184 (vc-call-backend): If calling the default function, pass it the
10185 backend as first argument. Update the docstring accordingly.
10186 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10187 for the new backend argument.
10188 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10189 (vc-find-backend-function): Use the new name.
10190 (vc-default-registered): New function.
10191
101922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10193
10194 * vc.el (vc-merge): Use vc-find-backend-function.
10195
10196 * vc-hooks.el (vc-backend-functions): Remove.
10197 (vc-loadup): Don't setup 'vc-functions.
10198 (vc-find-backend-function): New function.
10199 (vc-call-backend): Use above fun and populate 'vc-functions
10200 lazily.
10201 (vc-backend-defines): Remove.
10202
102032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10204
10205 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10206 Call vc-call-backend without the leading vc-.
10207 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10208 (vc-check-headers): Call vc-call-backend without the leading vc-.
10209 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10210 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10211 Call vc-call-backend without the leading vc-.
10212
10213 * vc-cvs.el (tail): Provide vc-cvs.
10214 * vc-sccs.el (tail): Provide vc-sccs.
10215 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10216
10217 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10218 (vc-make-backend-function, vc-call): Pass names without leading
10219 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10220 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10221 (vc-call-backend): Always try to load vc-X-hooks.
10222 (vc-registered): Remove vc- in call to vc-call-backend.
10223
102242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10225
10226 * vc.el (vc-process-filter): New function.
10227 (vc-do-command): Setup `vc-process-filter' for the async process.
10228 (vc-maybe-resolve-conflicts): New function to reduce
10229 code-duplication. Additionally, it puts the buffer in
10230 `smerge-mode' if applicable.
10231 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10232 calling `merge-news'.
10233 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10234 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10235 interfacing to log-edit.el.
10236 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10237 log-edit is available.
10238 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10239
102402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10241
10242 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10243 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10244 defvar and the initialization.
10245 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10246
10247 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10248 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10249
10250 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10251
102522000-09-04 Andre Spiegel <spiegel@gnu.org>
10253
10254 * vc.el (vc-file-clear-masterprops): Removed.
10255 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10256 (vc-version-diff): Use buffer-size without argument.
10257 (vc-register): Heed vc-initial-comment.
10258
10259 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10260 default branch.
10261
10262 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10263 file name and workfile version.
10264 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10265
10266 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10267 vc-file-clear-masterprops.
10268
10269 * vc-sccs.el (vc-sccs-checkout): Removed call to
10270 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10271 rather than user login name.
10272
10273
102742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10275
10276 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10277 `want-differences-if-changed' and simplify.
10278 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10279 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10280 output (which is invalid for async vc-diff) to decide whether to
10281 do the revert silently or not.
10282
102832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10284
10285 * vc-hooks.el (vc-loadup): Load files quietly.
10286 (vc-call-backend): Oops, brain fart.
10287
102882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10289
10290 * vc-cvs.el (vc-cvs-state): Typo.
10291 (vc-cvs-merge-news): Return the status code rather than the error msg.
10292
102932000-09-04 Andre Spiegel <spiegel@gnu.org>
10294
10295 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10296 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10297 vc-state or vc-up-to-date-p.
10298 (vc-merge): Use vc-backend-defines to check whether merging is
10299 possible. Set state to 'edited after successful merge.
10300
10301 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10302 return that name. Redocumented.
10303
103042000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10305
10306 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10307 new `vc-state' semantics.
10308 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10309 'vc-locking-user to the current user.
10310 (vc-merge): Inline vc-backend-merge. Comment out code that I
10311 don't understand and hence can't adapt to the new `vc-state' and
10312 `vc-locking-user' semantics.
10313 (vc-backend-merge): Remove.
10314
10315 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10316 rather than 'vc-locking-user.
10317
10318 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10319
10320 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10321 (vc-state): Don't use 'reserved any more. Just use the same
10322 convention as the one used for vc-<backend>-state where the
10323 locking user (as a string) is returned.
10324 (vc-locking-user): Update, based on the above convention. The
10325 'vc-locking-user property has disappeared.
10326 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10327
10328 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10329 with a heuristic one.
10330 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10331 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10332 error. That allows us to get to 'needs-merge even in the
10333 stay-local case. There's still no way to detect 'needs-patch in
10334 such a setup (or to force an update for that matter).
10335 (vc-cvs-logentry-check): Remove, the default works as well.
10336
103372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10338
10339 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10340
10341 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10342 major-mode in which the buffer might have been put earlier. Use
10343 `remove' and `when'. Allow `okstatus' to be `async' and use
10344 `start-process' in this case.
10345 (vc-version-diff): Handle the case where the diff looks empty
10346 because of the use of an async process.
10347
103482000-09-04 Andre Spiegel <spiegel@gnu.org>
10349
10350 * vc.el (vc-next-action-on-file): Removed optional parameter
10351 `simple'. Recompute state unconditionally.
10352 (vc-default-toggle-read-only): Removed.
10353
10354 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10355 (vc-toggle-read-only): Undid prev change.
10356
10357 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10358 vc-cvs-simple-toggle. Redocumented.
10359 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10360 (vc-cvs-toggle-read-only): Removed.
10361
103622000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10363
10364 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10365 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10366 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10367 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10368 still is. So maybe it should be removed.
10369 (vc-head-version, vc-find-binary): Remove.
10370 (vc-recompute-state): Move from vc-hooks.el.
10371 (vc-next-action-on-file): Add a `simple' argument to allow
10372 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10373 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10374 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10375 (vc-dired-mode-map): Properly defvar it.
10376 (vc-print-log): Call log-view-mode if available.
10377 (small-temporary-file-directory): defvar instead of use boundp.
10378 (vc-merge-news): Moved to vc-cvs.el.
10379 (vc-default-merge-news): New function.
10380
10381 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10382 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10383 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10384 unknown `vc-latest-version' function. It should probably refer to
10385 vc-workfile-version or somesuch, but it's very unclear to me and I
10386 don't have SCCS to test things.
10387
10388 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10389 (vc-sccs-state-heuristic): Fix typo.
10390 (vc-sccs-workfile-unchanged-p): Add missing argument.
10391
10392 * vc-rcs.el: Require vc and vc-rcs-hooks.
10393 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10394 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10395 (vc-release-greater-or-equal-p): Move from vc.
10396 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10397 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10398 (vc-rcs-checkout): Add a missing `new-version' argument in the
10399 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10400
10401 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10402 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10403 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10404 than the apparently unbound `workfile-version'.
10405
10406 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10407 (vc-file-prop-obarray): Use `make-vector'.
10408 (vc-backend-functions): Add new hookable functions
10409 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10410 (vc-loadup): If neither backend nor default functions exist, use
10411 the backend function rather than nil.
10412 (vc-call-backend): If the function if not bound yet, try to load
10413 the non-hook file to see if it provides it.
10414 (vc-call): New macro plus use it wherever possible.
10415 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10416 nor `vc-find-binary' since it's only called from
10417 vc-mistrust-permission which is only used once the backend is known.
10418 (vc-checkout-model): Fix parenthesis.
10419 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10420
10421 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10422 (vc-cvs-release, vc-cvs-system-release): Remove.
10423 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10424 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10425 status symbols.
10426 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10427 (vc-cvs-toggle-read-only): First cut at a function to allow a
10428 cvs-status-free vc-toggle-read-only.
10429 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10430 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10431 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10432 (vc-cvs-checkout): Modify access rights directly if the user
10433 requested not to use `cvs edit'. And refresh the mode line.
10434
10435 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10436 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10437
104382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10439
10440 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10441 workfile' that got lost when the code was extracted from vc.el.
10442 And merged the tail with the rest of the code (not possible in the
10443 old vc.el where the tail was shared among all backends). And
10444 explicitly set the state to 'edited if `writable' is set.
10445
10446 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10447 (vc-cvs-state): Be careful to return the value from
10448 vc-cvs-parse-state.
10449 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10450 property but return it instead. Also be careful to handle a nil
10451 or "" `rev' when workfile is non-nil (it was handled properly when
10452 workfile was nil).
10453
10454 * vc.el: Removed those pesky unnecessary `(function' quotes.
10455 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10456 directly in the defvar.
10457 (vc-do-command): Bind inhibit-read-only so as to properly handle
10458 the case where the destination buffer has been made read-only.
10459 (vc-diff): Delegate to vc-version-diff in all cases.
10460 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10461 (vc-annotate-mode-variables): Removed (code moved partly to
10462 defvars and partly to vc-annotate-add-menu).
10463 (vc-annotate-mode): Turned into a derived-mode.
10464 (vc-annotate-add-menu): Moved in code in
10465 vc-annotate-mode-variables.
10466 (vc-update-change-log): Use make-temp-file if available.
10467
104682000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10469
10470 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10471 `vc-checkout-model' updated to `vc-cvs-update-model'.
10472
104732000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10474
10475 * vc.el (vc-next-action-on-file): Added handling of state
10476 `unlocked-changes'.
10477 (vc-checkout-carefully): Is now practically obsolete, unless the
10478 above is too slow to be enabled unconditionally.
10479 (vc-update-change-log): Fixed typo.
10480
10481 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10482
10483 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10484 Now handles state `unlocked-changes'.
10485 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10486
10487 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10488
10489 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10490 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10491 `unlocked-changes'.
10492 (vc-rcs-workfile-unchanged-p): Renamed from
10493 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10494 function yet, but supposed to become one soon.
10495
10496 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10497 `vc-steal-lock'.
10498 (vc-call-backend): Changed error message.
10499 (vc-state): Added description of state `unlocked-changes'.
10500
105012000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10502
10503 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10504 always return t in CVS-controlled directories.
10505
10506 * vc.el (vc-responsible-backend): New function.
10507 (vc-register): Largely rewritten.
10508 (vc-admin): Removed (implementation moved into vc-register).
10509 (vc-checkin): Redocumented.
10510 (vc-finish-logentry): If no backend defined yet (because we are in
10511 the process of registering), use the responsible backend.
10512
10513 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10514 Updated function lists.
10515 (vc-call-backend): Fixed typo.
10516
10517 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10518 New functions.
10519 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10520 Removed query option. Redocumented.
10521
105222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10523
10524 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10525
10526 * vc.el: Updated callers of `vc-checkout-required' to use
10527 `vc-checkout-model'.
10528
105292000-09-04 Martin Lorentzson <martinl@gnu.org>
10530
10531 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10532 stuff updated to reference this function instead of the old
10533 `vc-backend-release-p'.
10534
105352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10536
10537 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10538 vc-checkout-model. Return appropriate values. Updated callers.
10539
105402000-09-04 Martin Lorentzson <martinl@gnu.org>
10541
10542 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10543 (vc-backend-revert): Function moved into `vc-revert';
10544 `vc-next-action' must be updated to accomodate this change.
10545 (vc-backend-steal): Function moved into `vc-finish-steal'.
10546 (vc-backend-logentry-check): Function moved into
10547 `vc-finish-logentry'.
10548 (vc-backend-printlog): Function moved into `vc-print-log'.
10549 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10550 (vc-backend-assign-name): Function moved into
10551 `vc-create-snapshot'.
10552
105532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10554
10555 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10556 Rename to vc-checkout-model. Return appropriate values.
10557 Update callers.
10558
10559 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10560 to vc-checkout-model.
10561 (vc-checkout-required): Rename to vc-checkout-model.
10562 Re-implement and re-comment.
10563 (vc-after-save): Use vc-checkout-model.
10564
105652000-09-04 Martin Lorentzson <martinl@gnu.org>
10566
10567 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10568 Update to use the vc-BACKEND-diff functions instead.
10569 `vc-diff' is now working.
10570
10571 * vc-rcs.el (vc-rcs-logentry-check): New function.
10572
10573 * vc-cvs.el (vc-cvs-logentry-check): New function.
10574
10575 * vc-sccs.el (vc-sccs-diff): Function changed name from
10576 `vc-backend-diff'. This makes `vc-diff' work.
10577
10578 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10579 of functions possibly implemented in a vc-BACKEND library.
10580 (vc-checkout-required): Fix bug that caused an error to be
10581 signaled during `vc-after-save'.
10582
10583 * vc.el: Fix typo.
10584 This checkin is made with our new VC code base for the very first time.
10585 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10586
10587 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10588 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10589
10590 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10591 updated to `vc-uses-locking'.
10592 (vc-checkout-required): Call to backend function.
10593 `vc-checkout-required' updated to `vc-uses-locking' instead.
10594
10595 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10596 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10597
10598 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10599 to match the split into various backends.
10600 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10601 (vc-retrieve-snapshot): Bug fix.
10602
106032000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10604
10605 * vc-sccs.el (vc-sccs-release): Doc fix.
10606
106072000-09-04 Martin Lorentzson <martinl@gnu.org>
10608
10609 * vc.el (vc-next-action-on-file): Bug found and fixed.
10610 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10611 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10612
10613 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10614 (vc-rcs-checkout): Name space cleaned up. No more revision number
10615 crunching function names that are not prefixed with vc-rcs.
10616 (vc-rcs-checkout-model): Function added. References to
10617 `vc-checkout-model' replaced.
10618
106192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10620
10621 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10622 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10623 still need to be split, and implemented for RCS).
10624
106252000-09-04 Martin Lorentzson <martinl@gnu.org>
10626
10627 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10628
10629 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10630 required by the vc.el file.
10631
10632 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10633 required by the vc.el file.
10634 (vc-rcs-exists): Function added.
10635
10636 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10637 required by the vc.el file.
10638
10639 * vc.el (vc-admin): Updated to handle selection of appropriate
10640 backend. Current implementation is crufty and need re-thinking.
10641
10642 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10643
106442000-09-04 Martin Lorentzson <martinl@gnu.org>
10645
10646 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10647 beginning of annotate buffers correctly.
10648
10649 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10650 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10651 functionality updated quite a lot to support multiple backends.
10652 Variables `vc-annotate-mode', `vc-annotate-buffers',
10653 `vc-annotate-backend' added.
10654
10655 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10656 `vc-annotate-difference' added to supported backend functions.
10657
106582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10659
10660 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10661 Use with-temp-file instead of /bin/sh. Merged from mainline
10662
106632000-09-04 Martin Lorentzson <martinl@gnu.org>
10664
10665 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10666
10667 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10668
10669 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10670
106712000-09-04 Martin Lorentzson <martinl@gnu.org>
10672
10673 * vc-hooks.el: vc-state-heuristic added to
10674 vc-backend-hook-functions.
10675
10676 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10677
10678 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10679
10680 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10681 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10682 state to `reserved'.
10683
10684 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10685 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10686
106872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10688
10689 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10690 untouched.
10691
10692 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10693
10694 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10695 if defined. (Merged from main line, slightly adapted.)
10696
10697 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10698 millenium problem (merged from mainline).
10699
107002000-09-04 Martin Lorentzson <martinl@gnu.org>
10701
10702 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10703 part and moved the non-BACKEND stuff to vc.el.
10704
10705 * vc.el: Split the annotate feature into a BACKEND specific part
10706 and moved it from the vc-cvs.el file to this one.
10707
107082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10709
10710 * vc-hooks.el: Implement new state model.
10711 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10712 (vc-locking-user): Simplify. Now only needed if the file is
10713 locked by somebody else.
10714 (vc-lock-from-permissions): Remove. Functionality is in
10715 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10716 (vc-mode-line-string): New name for former vc-status. Adapted.
10717 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10718
10719 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10720 Various simplifications and adaptations all over the place.
10721
10722 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10723 Simplify and adapt the rest.
10724
10725 * vc.el (vc-resynch-window): Add TODO comment: check for
10726 interaction with view mode according to recent RCS change.
10727 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10728
107292000-09-04 Martin Lorentzson <martinl@gnu.org>
10730
10731 * vc.el: Convert the remaining function comments to docstrings.
10732
107332000-09-04 Martin Lorentzson <martinl@gnu.org>
10734
10735 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10736 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10737 (vc-minor-part, vc-previous-version): Functions that operate and
10738 compare revision numbers got proper documentation. Comments added
10739 about their possible removal.
10740
107412000-09-04 Martin Lorentzson <martinl@gnu.org>
10742
10743 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10744 the vc-backend.el files.
10745
10746 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10747
10748 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10749 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10750 (vc-rcs-previous-version): Functions added.
10751
10752 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10753
10754 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10755
107562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10757
10758 * vc-hooks.el (vc-master-templates): Is really obsolete.
10759 Comment out the definition for now. What is the right procedure
10760 to get rid of it?
10761 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10762 rewritten.
10763 (vc-default-registered): Remove.
10764 (vc-check-master-templates): New function; does mostly what the
10765 above did before.
10766 (vc-locking-user): Don't rely on the backend to set the property.
10767
10768 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10769 Rewrite documentation.
10770 (vc-rcs-templates-grabbed): New variable.
10771 (vc-rcs-grab-templates): New function.
10772 (vc-rcs-registered): Rewrite to use above mechanism.
10773
10774 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10775 Rewrite documentation.
10776 (vc-sccs-templates-grabbed): New variable.
10777 (vc-sccs-grab-templates): New function.
10778 (vc-sccs-registered): Rewrite to use above mechanism.
10779 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10780 Don't throw the result, simply return it.
10781
10782 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10783 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10784 (vc-cvs-registered): Does the check itself now. Simplify.
10785
10786 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10787 from main line.
10788
107892000-09-04 Martin Lorentzson <martinl@gnu.org>
10790
10791 * vc-cvs.el (vc-cvs-diff): New function.
10792
10793 * vc-sccs.el (vc-sccs-diff): New function.
10794
10795 * vc-rcs.el (vc-rcs-diff): New function.
10796 (vc-rcs-checkout): Bug (typo) found and fixed.
10797 (vc-rcs-register-switches): New variable.
10798
10799 * vc.el (vc-backend-diff): Function removed and placed in the
10800 backend files.
10801
108022000-09-04 Martin Lorentzson <martinl@gnu.org>
10803
10804 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10805
10806 * vc.el (vc-backend-checkout): Function removed and replaced in
10807 the vc-backend.el files.
10808
10809 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10810
10811 * vc.el (vc-backend-admin): Removed and replaced in the
10812 vc-backend.el files.
10813
10814 * vc.el (Martin): Removed all the annotate functionality since it
10815 is CVS backend specific.
10816
108172000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10818
10819 * spec.txt: Added specification of vc-state.
10820
10821 * vc-sccs-hooks.el (vc-sccs-master-properties):
10822 Remove handling of vc-latest-version and
10823 vc-your-latest-version. What used to be vc-latest-version, is now
10824 returned as vc-workfile-version.
10825 (vc-sccs-workfile-version): Adapt.
10826
108272000-09-04 Dave Love <fx@gnu.org>
10828
10829 * vc.el: [Merged from mainline.]
10830 (vc-dired-mode): Make the dired-move-to-filename-regexp
10831 regexp match the date, to avoid treating date as file size.
10832 Add YYYY S option to WESTERN/
10833
108342000-09-04 Dave Love <fx@gnu.org>
10835
10836 * vc.el: Require `compile' when compiling.
10837 (vc-logentry-check-hook): New option.
10838 (vc-steal-lock): Use compose-mail.
10839 (vc-dired-mode-map): Defvar when compiling.
10840 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10841 vc-sccs.el and renamed. Callers changed.
10842 (vc-backend-checkout, vc-backend-logentry-check)
10843 (vc-backend-merge-news): Doc fix.
10844 (vc-default-logentry-check): New function.
10845 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10846 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10847 (vc-backend-merge): Doc fix. Use backend functions.
10848 (vc-check-headers): Use backend functions.
10849
10850 * vc-cvs.el: Require vc when compiling.
10851 (vc-cvs-register-switches): Doc fix.
10852 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10853 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10854 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10855 New functions (code from vc.el).
10856 (vc-annotate-display-default): Fix interactive spec.
10857 (vc-annotate-time-span): Doc fix.
10858
10859 * vc-rcs.el: Require vc when compiling.
10860 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10861 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10862 (vc-rcs-checkin): New functions (code from vc.el).
10863 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10864 Doc fix.
10865 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10866
10867 * vc-sccs.el: Require vc when compiling.
10868 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10869 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10870 (vc-sccs-revert)
10871 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10872 from vc.el).
10873 (vc-sccs-add-triple, vc-sccs-record-rename)
10874 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10875 (vc-sccs-admin): Doc fix.
10876
108772000-09-04 Martin Lorentzson <martinl@gnu.org>
10878
10879 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10880 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10881 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10882 from vc.el.
10883
10884 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10885
10886 * vc-cvs.el: Moved the annotate functionality from vc.el.
10887 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10888
108892000-09-04 Dave Love <fx@gnu.org>
10890
10891 * vc.el (vc-backend-release): Call vc-system-release.
10892
10893 * vc-sccs.el (vc-sccs-system-release):
10894 Renamed from vc-sccs-backend-release.
10895
10896 * vc-rcs.el (vc-rcs-system-release):
10897 Renamed from vc-rcs-backend-release.
10898
10899 * vc-cvs.el (vc-cvs-system-release):
10900 Renamed from vc-cvs-backend-release.
10901
109022000-09-04 Dave Love <fx@gnu.org>
10903
10904 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10905 backend files.
10906 (vc-backend-release): Dispatch to backend functions.
10907 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10908 probably needs attention.]
10909
10910 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10911 (vc-sccs-backend-release): New function.
10912
10913 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10914 (vc-cvs-backend-release): New function.
10915
10916 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10917 Doc fix.
10918 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10919 (vc-default-dired-state-info): New function.
10920 (vc-dired-state-info): Dispatch to backends.
10921 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10922
10923 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10924 from vc.el and renamed.
10925
109262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10927
10928 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10929 (vc-version-other-window, vc-backend-assign-name): Removed
10930 references to vc-latest-version; sometimes changed into
10931 vc-workfile-version.
10932
10933 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10934 vc-rcs-master-workfile-version.
10935 (vc-rcs-workfile-version): Use the above. Don't call
10936 vc-latest-version (that was unreachable code, anyway).
10937 (vc-rcs-fetch-master-properties): Doc fix.
10938
10939 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10940 (vc-backend-hook-functions): Removed them from this list, too.
10941 (vc-fetch-properties): Removed.
10942 (vc-workfile-version): Doc fix.
10943
10944 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10945 (vc-rcs-workfile-version, vc-rcs-locking-user)
10946 (vc-rcs-uses-locking): Use it.
10947
10948 * vc-hooks.el (vc-consult-rcs-headers):
10949 Moved into vc-rcs-hooks.el, under the name
10950 vc-rcs-consult-headers.
10951
10952 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10953 headers.
10954 (vc-cvs-find-master): Use this name only; correct different
10955 versions of the name.
10956
10957 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10958 New functions.
10959 (vc-sccs-locking-user): Use the latter.
10960
10961 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10962 New functions.
10963
10964 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10965 Moved into both
10966 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10967 functions are implementation details of those two backends.
10968
109692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10970
10971 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10972 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10973
10974 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10975 (vc-sccs-parse-locks): SCCS-specific code moved here from
10976 vc-hooks.
10977
10978 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10979 code moved here from vc-hooks.
10980
10981 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10982 into back-end specific parts and removed. Callers not updated
10983 yet; because I guess these callers will disappear into back-end
10984 specific files anyway.
10985
109862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10987
10988 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10989 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10990 `vc-uses-locking'.
10991
10992 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10993 Store yes/no in the property, and return t/nil. Updated all
10994 callers.
10995
10996 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10997 vc-sccs-uses-locking. Don't set property.
10998 (vc-sccs-locking-user): Don't set property.
10999
11000 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11001 vc-cvs-uses-locking. Don't set property here; leave that to
11002 vc-hooks.
11003 (vc-cvs-locking-user): Reflect above change. Streamlined.
11004
11005 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11006 vc-rcs-uses-locking.
11007 (vc-rcs-locking-user): Reflect above change.
11008
110092000-09-04 Dave Love <fx@gnu.org>
11010
11011 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11012
11013 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11014
11015 * vc-hooks.el (vc-checkout-model): Punt to backends.
11016
11017 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11018
11019 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11020
11021 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11022 New functions.
11023
11024 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11025 New functions.
11026
11027 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11028 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11029
11030 * vc-hooks.el (vc-default-locking-user): New function.
11031 (vc-locking-user, vc-workfile-version): Punt to backends.
11032
110332000-09-04 Dave Love <fx@gnu.org>
11034
11035 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11036 (vc-master-workfile-version): Moved from vc-hooks.
11037
11038 * vc-rcs-hooks.el: Fix duplicate code in last change.
11039
11040 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11041 (vc-rcs-master-templates): Improve :type.
11042 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11043 vc-master-workfile-version): Moved from vc-hooks.
11044
11045 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11046 (vc-sccs-master-templates): Improve :type.
11047 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11048
11049 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11050
11051 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11052 (vc-cvs-master-templates): Improve :type. Use
11053 vc-cvs-find-cvs-master.
11054 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11055 from vc-hooks.
11056 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11057
11058 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11059 Moved to vc-cvs-hooks.
11060
11061 * vc-hooks.el: Add doc strings in various places. Simplify the
11062 minor mode setup.
11063 (vc-handled-backends): New user variable.
11064 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11065 simplification.
11066
110672000-09-04 Dave Love <fx@gnu.org>
11068
11069 * vc.el: Some doc fixes for autoloaded and interactive functions.
11070 Fix compilation warnings from ediff stuff.
11071 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11072
11073 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11074
11075 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11076
11077 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11078
110792000-09-04 Dave Love <fx@gnu.org>
11080
11081 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11082 New variable.
11083 (vc-make-backend-function, vc-loadup, vc-call-backend)
11084 (vc-backend-defines): New functions.
11085
11086 * vc-hooks.el: Various doc fixes.
11087 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11088 (vc-match-substring): Function removed. Callers changed to use
11089 match-string.
11090 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11091 Simplify.
11092
110932000-09-04 Dave Love <fx@gnu.org>
11094
11095 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11096 type.
11097 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11098 (vc-sccs-registered): Doc fix.
11099
11100 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11101 (vc-cvs-registered): Doc fix.
11102
11103 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11104 (vc-rcs-registered): Doc fix.
11105
111062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11107
11108 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11109
11110 * vc-hooks.el: vc-registered has been renamed
11111 vc-default-registered. Some functions have been moved to the
11112 backend specific files. they all support the
11113 vc-BACKEND-registered functions.
11114
111152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11116
11117 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11118
11119 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11120
111212000-09-04 Dave Love <fx@gnu.org>
11122
11123 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11124 menu-bar-update-hook.
11125
11126 * help.el (help-manyarg-func-alist): Add
11127 find-operation-coding-system.
11128
11129 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11130
11131 * custom.el (custom-set-variables): Print message about errors in
11132 setting.
11133
111342000-09-03 Andrew Innes <andrewi@gnu.org>
11135
11136 * makefile.w32-in: Change to DOS line endings.
11137
111382000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11139
11140 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11141 minor-mode keymaps, if they don't have one.
11142
111432000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11144
11145 * eshell/esh-module.el (eval-when-compile): Don't lose if
11146 esh-module.el's file name is truncated to DOS 8+3 limits.
11147
111482000-09-01 John Wiegley <johnw@gnu.org>
11149
11150 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11151 predicate, which caused entries in the completion list to be
11152 doubled.
11153
111542000-08-30 John Wiegley <johnw@gnu.org>
11155
11156 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11157 sending to subprocesses. Also, hook pre-command-hook if
11158 `eshell-send-direct-to-subprocesses' is non-nil.
11159 (eshell-send-direct-to-subprocesses): New config variable. If t,
11160 subprocess input is send immediately.
11161 (eshell-toggle-direct-send): New function.
11162 (eshell-self-insert-command): New function.
11163 (eshell-intercept-commands): New function.
11164 (eshell-send-input): If direct subprocess sending is enabled,
11165 don't echo any input to the Eshell buffer. Let the subprocess
11166 handle that. This requires "stty echo" in bash, for example.
11167
111682000-08-28 John Wiegley <johnw@gnu.org>
11169
11170 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11171 completion function for Eshell's implementation of `unset'.
11172
111732000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11174
11175 * info.el (Info-directory-list): Doc fix.
11176
111772000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11178
11179 * filecache.el (file-cache-add-directory-using-find): Don't quote
11180 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11181
111822000-08-31 Kenichi Handa <handa@etl.go.jp>
11183
11184 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11185 coding systems.
11186
111872000-08-30 Andrew Innes <andrewi@gnu.org>
11188
11189 * timer.el (run-with-idle-timer): Undo last change, so that timer
11190 is not activated immediately if Emacs is already idle. Some
11191 existing code relies on this behaviour.
11192
111932000-08-30 Miles Bader <miles@gnu.org>
11194
11195 * frame.el (set-frame-font): Do completion of font-name for
11196 interactive use.
11197
111982000-08-30 Kenichi Handa <handa@etl.go.jp>
11199
11200 * international/quail.el (quail-start-translation): Bind locally
11201 last-command-event, last-command, and this-command.
11202 (quail-start-conversion): Likewise.
11203 (quail-self-insert-command): Fix docstring.
11204
112052000-08-29 Gerd Moellmann <gerd@gnu.org>
11206
11207 * progmodes/executable.el
11208 (executable-make-buffer-file-executable-if-script-p): Check that
11209 buffer contains at least 2 characters.
11210
112112000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11212
11213 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11214
112152000-08-29 Dave Love <fx@gnu.org>
11216
11217 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11218 (diff-mode-shared-map): Bind mouse-2.
11219 (diff-imenu-generic-expression): New variable.
11220 (diff-mode): Use it.
11221
11222 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11223 (mouse-popup-menubar): Add minor mode menus.
11224 (popup-menu): Check for lookup-key returning number.
11225
112262000-08-29 Miles Bader <miles@gnu.org>
11227
11228 * comint.el (comint-send-input): Create overlays using the proper
11229 front/read-advance arguments.
11230
112312000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11232
11233 * ps-print.el: Even/odd pages printing. Doc fix.
11234 (ps-print-version): New version number (6.0).
11235 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11236 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11237 (ps-print-duplex-feature): Variable eliminated.
11238 (ps-even-or-odd-pages): New variable.
11239
11240 * progmodes/ebnf2ps.el: Doc fix.
11241 (ebnf-version): New version (3.3).
11242 (ebnf-user-arrow): Change variable customization to sexp.
11243 (ebnf-user-arrow): Function eliminated.
11244 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11245
112462000-08-29 Kenichi Handa <handa@etl.go.jp>
11247
11248 * help.el (help-xref-mule-regexp): New variable.
11249 (help-make-xrefs): Handle help-xref-mule-regexp.
11250
11251 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11252 variable.
11253 (describe-input-method): Temporarily activate the specfied input
11254 method to display the information.
11255 (describe-language-environment): Hyperlinks to mule related items.
11256
11257 * international/mule-diag.el (charset-multibyte-form-string): New
11258 function.
11259 (list-character-sets-1): Use charset-multibyte-form-string.
11260 (describe-character-set): New function.
11261 (describe-coding-system): Hyperlinks to safe character sets.
11262
11263 * international/quail.el (quail-help): New arg PACKAGE.
11264 Hyperlinks to mule related items.
11265 (quail-help-insert-keymap-description): Use
11266 substitute-command-keys instead of describe-bindings.
11267 (quail-translation-help): Hyperlinks to mule related items.
11268
112692000-08-28 John Wiegley <johnw@gnu.org>
11270
11271 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11272 have a defsubst call itself. Made `eshell-flatten-list' back into
11273 a function again.
11274
11275 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11276 catch, in case re-centering point at bottom messes up the display.
11277 This happens frequently in Emacs 21, due I believe to variable
11278 line heights.
11279
11280 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11281 to call `find-tag-interactive'.
11282
11283 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11284 the list of remember directories.
11285
112862000-08-28 John Wiegley <johnw@gnu.org>
11287
11288 * align.el: Test align-region-separate to see if it's a symbol.
11289
112902000-08-28 John Wiegley <johnw@gnu.org>
11291
11292 * eshell/esh-util.el (eshell-flatten-list): Made this function
11293 into a defsubst form. It gets used very frequently, although
11294 calls don't occur all that often.
11295
11296 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11297 examining it.
11298
11299 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11300 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11301 `eshell-protect'.
11302 (eshell-copy-handles): Created a new macro for duplicating the
11303 current set of open handles. This is needed by the looping
11304 functions.
11305 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11306 is not incorrectly stomped on.
11307
11308 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11309 declaration for pcomplete-use-paring.
11310 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11311 value of eshell-cmpl-use-paring.
11312 * pcomplete.el (pcomplete-use-paring): New config variable, to
11313 indicate whether paring should be used.
11314 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11315 completion alternatives that have already been used.
11316
11317 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11318 bound to C-c C-y, which will repeat the previous N arguments
11319 (based on prefix argument).
11320 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11321
11322 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11323 if there is no *Help* buffer. This is for XEmacs, which renames
11324 its help buffers uniquely. TODO: Find out what the current buffer
11325 name to delete is.
11326
11327 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11328 first entry that correlates to a passwd/group number. Later
11329 entries (used for group/user name aliasing to multiple IDs) are
11330 ignored.
11331
11332 * eshell/em-xtra.el (eshell/expr):
11333 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11334 (eshell-grep, eshell/diff, eshell/locate):
11335 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11336 argument list, before passing it to the system command.
11337
11338 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11339 `find-tag' for use at final position in Eshell buffers (which
11340 otherwise triggers an error on Emacs 21).
11341 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11342 buffer, if it is currently bound to `find-tag'.
11343
11344 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11345 in the list of matched Makefile names.
11346 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11347 directory, prefer its contents to Makefile.
11348
11349 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11350 directory parts (like "cd old new", or "cd =regexp"), are now case
11351 sensitive on non-Windows/DOS platforms.
11352
11353 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11354 types RET after an open delimiter (like "), display a message
11355 indicating that Eshell is waiting for the closing delimiter.
11356
11357 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11358 environment variables.
11359
11360 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11361 gracefully if the user enters incorrect arguments.
11362
11363 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11364 Eshell buffers.
11365
11366 * eshell/esh-var.el (eshell-interpolate-variable):
11367 * eshell/esh-mode.el (eshell-move-argument):
11368 * eshell/em-unix.el (eshell-du-sum-directory):
11369 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11370 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11371 (not (= ...)).
11372
11373 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11374 to ensure the `preserve' flag gets propagated when doing recursive
11375 directory copies.
11376
113772000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11378
11379 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11380 Don't convert \n into \0177 in memory.
11381 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11382 and back again, when reading and writing.
11383
113842000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11385
11386 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11387 testing of `fboundp' on `processp'.
11388
11389 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11390 (eshell/jobs): Don't call process-list if it is not bound.
11391 (eshell-gather-process-output): Support systems where async
11392 subprocesses aren't supported.
11393 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11394 variables.
11395
11396 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11397 eshell-do-eval returns t.
11398 (eshell-do-pipelines-synchronously): New defmacro.
11399 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11400 when async subprocesses aren't supported.
11401 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11402 if async subprocesses aren't supported.
11403 (eshell-resume-command): Don't assume STATUS is a string.
11404
11405 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11406
11407 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11408 (eshell-close-target, eshell-get-target): Use eshell-processp.
11409 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11410 fix.
11411 (eshell-get-target, eshell-create-handles): Doc fix.
11412
114132000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11414
11415 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11416 criterion to include commands that output something, as long as it
11417 leaves both the command and the end-of-buffer visible when the
11418 command has exited.
11419 (eshell-review-quick-commands): Adjust the help doc string
11420 accordingly.
11421
114222000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11423
11424 * locate.el (locate): Cleaned up locate command's interactive prompting
11425 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11426
11427 * filecache.el (file-cache-case-fold-search): New variable
11428 (file-cache-assoc-function): New variable
11429 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11430 Use file-cache-case-fold-search variable
11431 (file-cache-add-file): Use file-cache-assoc-function
11432 (file-cache-delete-file): likewise
11433 (file-cache-directory-name): likewise
11434 (file-cache-debug-read-from-minibuffer): likewise
11435
114362000-08-28 Gerd Moellmann <gerd@gnu.org>
11437
11438 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11439 (abbrev-table-name): New function.
11440 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11441 If non-nil list local abbrev, only.
11442
114432000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11444
11445 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11446 from Gnus support code, and use special article copy buffer
11447 `(gnus-original-article-buffer)' instead. This allows to get rid
11448 of article-hide-headers usage (which breaks in the latest Gnus
11449 version). Thanks to Detlev Zundel.
11450
114512000-08-28 Kenichi Handa <handa@etl.go.jp>
11452
11453 * international/quail.el (quail-use-package): Hide "... loaded"
11454 message.
11455 (quail-start-translation, quail-start-conversion): Likewise.
11456
11457 * international/kkc.el (kkc-region): Hide "... loaded" message.
11458
114592000-08-27 Dave Love <fx@gnu.org>
11460
11461 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11462
114632000-08-27 Miles Bader <miles@gnu.org>
11464
11465 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11466
114672000-08-27 Kenichi Handa <handa@etl.go.jp>
11468
11469 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11470 'ja-dic-cnv), not (require 'skkdic-cnv).
11471
114722000-08-26 Miles Bader <miles@gnu.org>
11473
11474 * faces.el (face-x-resources): Add entry for :inherit.
11475 * cus-face.el (custom-face-attributes): Add support for :inherit
11476 attribute. Add support for relative face heights.
11477 (custom-face-attributes-get): Treat `nil' as being a default value
11478 for :inherit (as well as `unspecified').
11479
11480 * faces.el (set-face-attribute): Update doc string.
11481 (face-attribute-name-alist): Add :inherit.
11482 (face-valid-attribute-values): Handle :inherit.
11483 (face-read-string): Rephrase prompt to be less confusing.
11484 Assume that DEFAULT is a string, since we must return a string.
11485 (face-read-integer): Use `format' to turn DEFAULT into an
11486 acceptable default for face-read-string. Match NEW-VALUE against
11487 the string "unspecified", not the symbol `unspecified', since
11488 that's what face-read-string returns.
11489 (read-face-attribute): Lookup a name for old-value in valid, and
11490 use it as a default if we find one. Treat all values from
11491 face-read-string as strings. If the default is used, don't do any
11492 more processing on the value, just use the old value directly.
11493 (read-face-and-attribute, modify-face): Tweak prompt.
11494 (read-face-name): Don't assume prompt ends with a space.
11495
11496 * faces.el (describe-face): Add support for :inherit attribute.
11497
114982000-08-25 Kenichi Handa <handa@etl.go.jp>
11499
11500 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11501 concat doesn't accept interger.
11502
11503 * international/kkc.el: Remove SKK from Keywords. Require
11504 ja-dic-utl instead of skkdic-utl.
11505
11506 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11507 Provide ja-dic-cnv instead of skkdic-cnv.
11508 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11509 (iso-2022-7bit-short): Add safe-charsets property.
11510 (skkdic-convert-postfix): Search Japanese chou-on character in
11511 addition to Hiragana character.
11512 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11513 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11514 (batch-skkdic-convert): Likewise.
11515
11516 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11517 Provide ja-dic-utl instead of skkdic-utl.
11518 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11519
115202000-08-24 Dave Love <fx@gnu.org>
11521
11522 * disp-table.el (standard-display-default): Make the test of `l'
11523 useful.
11524
11525 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11526 mod sample text.
11527
11528 * international/iso-ascii.el: Make pilcrow convenient string
11529 consistent with section.
11530 (iso-ascii-display): Set up multibyte characters as well as
11531 unibyte.
11532
115332000-08-24 Kenichi Handa <handa@etl.go.jp>
11534
11535 * international/mule-cmds.el (reset-language-environment): Set
11536 default-process-coding-system to '(undecided . iso-latin-1), which
11537 makes process I/O almost consistent with file I/O. Call this
11538 function when mule-cmds.el[c] is loaded.
11539
115402000-08-22 Andrew Innes <andrewi@gnu.org>
11541
11542 * makefile.w32-in: New file.
11543
115442000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11545
11546 * comint.el (comint-output-filter): Compare end of
11547 comint-last-output-overlay with the start of the newly inserted
11548 text, not the end, when deciding whether to extend it.
11549 Set saved-point's insertion type to advance after insertion.
11550
11551 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11552 since this is now done independently of font-lock mode.
11553
115542000-08-21 Gerd Moellmann <gerd@gnu.org>
11555
11556 * server.el (server-kill-new-buffers): New user option.
11557 (server-existing-buffer): New buffer-local variable.
11558 (server-visit-files): When using an existing buffer, set
11559 server-existing-buffer to t.
11560 (server-buffer-done): If server-kill-new-buffers is t, kill the
11561 buffer, unless it was already present before visiting it with
11562 Emacs server.
11563
115642000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11565
11566 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11567 even if the display doesn't support colors: some displays will
11568 support bold/underline faces.
11569
115702000-08-21 Gerd Moellmann <gerd@gnu.org>
11571
11572 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11573
11574 * startup.el (command-line): If user's init file had an error,
11575 add explanatory text to *Messages*.
11576
115772000-08-21 Kenichi Handa <handa@etl.go.jp>
11578
11579 * man.el (Man-getpage-in-background): Decode the process output by
11580 the system locale coding system.
11581
115822000-08-20 Dave Love <fx@gnu.org>
11583
11584 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11585 Don't test x-popup-menu.
11586 (function) <complete-function>: Complete only fbound symbols.
11587 <validate, value>: New.
11588 (variable) <complete-function>: Complete only bound symbols.
11589 (coding-system): Add :base-only, :complete-function, :validate,
11590 :value, :prompt-match.
11591 (widget-coding-system-prompt-value): Use read-coding-system and
11592 act on :base-only.
11593 (editable-field): Add :help-echo.
11594 (widget-push-button-gui, widget-push-button-cache)
11595 (widget-gui-action, widget-editable-list-gui): COmment out, along
11596 with uses.
11597 (widget-at): Make arg optional.
11598 (widget-echo-help): Adjust for current help-echo calling sequence.
11599 (widget-specify-field, widget-specify-button)
11600 (widget-specify-insert, widget-get-sibling, widget-image-find)
11601 (widget-convert, widget-insert, widget-leave-text)
11602 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11603 (widget-setup, widget-field-find, widget-before-change)
11604 (widget-after-change, widget-default-complete)
11605 (widget-default-create, widget-default-delete)
11606 (widget-push-button-value-create, editable-field)
11607 (widget-field-prompt-value, widget-field-validate)
11608 (widget-choice-value-create, widget-choice-action)
11609 (widget-choice-validate, widget-checklist-add-item)
11610 (widget-radio-add-item, widget-radio-chosen)
11611 (widget-radio-value-inline, widget-editable-list-value-create)
11612 (widget-editable-list-entry-create)
11613 (widget-documentation-link-add)
11614 (widget-documentation-string-value-create)
11615 (widget-regexp-validate, widget-file-complete)
11616 (widget-sexp-validate, widget-plist-convert-widget)
11617 (widget-plist-convert-widget, widget-alist-convert-widget)
11618 (widget-alist-convert-widget, widget-color-complete): Simplify,
11619 particularly to avoid bindings which aren't optimized out.
11620
11621 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11622 Doc fix.
11623 (down-list, backward-up-list, up-list, kill-sexp)
11624 (backward-kill-sexp, mark-sexp): Make arg optional.
11625 (lisp-complete-symbol): Add optional arg PREDICATE.
11626
11627 * cus-start.el: Add display-buffer-reuse-frames,
11628 file-coding-system-alist.
11629
116302000-08-20 Gerd Moellmann <gerd@gnu.org>
11631
11632 * startup.el (command-line): Clear realized faces after
11633 modifying TTY color mappings.
11634
116352000-08-20 Miles Bader <miles@gnu.org>
11636
11637 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11638 merely a subset of FACE's attributes.
11639
116402000-08-19 Miles Bader <miles@gnu.org>
11641
11642 * comint.el (comint-output-filter): Save the point with a marker,
11643 not just a buffer position.
11644
11645 * international/mule.el (set-buffer-process-coding-system): Make
11646 interactive prompt less confusing.
11647
116482000-08-19 Gerd Moellmann <gerd@gnu.org>
11649
11650 * hilit-chg.el: General cleanup of doc strings, comments and
11651 code formatting.
11652
116532000-08-19 Miles Bader <miles@gnu.org>
11654
11655 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11656 Compiler macro removed; beginning-of-line is no longer always
11657 equivalent to forward-line, in the presence of fields.
11658
11659 * comint.el (comint-output-filter): Remove ad-hoc saving of
11660 restriction, and just use save-restriction, now that it works
11661 correctly. Don't adjust comint-last-input-start to account for
11662 our insertion; it shouldn't have moved because we don't use
11663 insert-before-markers anymore. Comment out call to
11664 `force-mode-line-update'; why is it here?
11665
11666 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11667 while checking for prompt to delete. Use `forward-line 0'
11668 instead of beginning-of-line.
11669 (gud-filter): Temporarily widen gud comint buffer while
11670 examining output.
11671
116722000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11673
11674 * progmodes/sh-script.el: Big bag of typos.
11675
11676 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11677 check since ispell-process is not bound when ispell is not yet loaded.
11678
116792000-08-18 Dave Love <fx@gnu.org>
11680
11681 * image.el (find-image): Copy `spec' before using plist-put.
11682
116832000-08-18 Gerd Moellmann <gerd@gnu.org>
11684
11685 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11686 `portugues'.
11687
11688 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11689 backward-kill-sexp, analogous to kill-sexp.
11690
11691 * progmodes/icon.el (icon-indent-line)
11692 (icon-is-continuation-line): Handle comments specially.
11693
116942000-08-17 Ken Stevens <k.stevens@ieee.org>
11695
11696 * ispell.el: Set to standard author/maintainer/keyword fields.
11697 Fine tuning to menu map appearance and operation, and added help.
11698 Remove `start' and `end' error messages when compiling.
11699 (ispell-choices-win-default-height): Fixed comment string.
11700 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11701 castellano8 dictionaries.
11702 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11703 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11704 dictionary, added italiano dictionary.
11705 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11706 word character
11707 (ispell-tex-skip-alists): Added psfig support.
11708 (ispell-skip-html): Renamed from ispell-skip-sgml.
11709 (ispell-begin-skip-region-regexp, ispell-skip-region)
11710 (ispell-minor-check): Improved html skipping support to skip across
11711 code, and recognize `&' commands without propper `;' syntax;
11712 (ispell-process-line): Fix alignment error when manually
11713 correcting spelling.
11714 (ispell): Fix comment string.
11715 (ispell-add-per-file-word-list): Always put word list on new line.
11716
117172000-08-17 Gerd Moellmann <gerd@gnu.org>
11718
11719 * format.el (format-encode-run-method): Fix error message to say
11720 `encode' instead of `decode'. Use save-window-excursion around
11721 shell-command-on-region as in format-decode-run-method because
11722 shell-command-on-region can display a buffer with error output.
11723 (format-decode): Don't record undo information for the decoding.
11724 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11725 that number part of the temporary buffer name so that more than
11726 one decoding using a temporary buffer can happen safely.
11727
11728 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11729 of `A-z' in the regexp.
11730
11731 * hilit-chg.el: Fix typos in commentary.
11732
11733 * help.el (view-emacs-news): Rewritten for new naming scheme
11734 for old NEWS files.
11735
11736 * startup.el (command-line): Pop to *Messages* in case an error
11737 is signaled while loading user-init-file.
11738
117392000-08-17 Andreas Schwab <schwab@suse.de>
11740
11741 * files.el (insert-directory): Don't lose original file name,
11742 undoing an undocumented change.
11743
117442000-08-17 Alex Schroeder <alex@gnu.org>
11745
11746 * sql.el (sql-magic-go): Use comint-bol.
11747 (sql-copy-column): Use comint-line-beginning-position.
11748 (comint-line-beginning-position): Define a replacement for
11749 comint-line-beginning-position if it is not fboundp.
11750
117512000-08-17 Alex Schroeder <alex@gnu.org>
11752
11753 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11754 it didn't have any effect anyway.
11755
117562000-08-17 Alex Schroeder <alex@gnu.org>
11757
11758 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11759 --pset and pager=off instead of sending \\o|cat at the beginning
11760 of the session.
11761
117622000-08-17 Miles Bader <miles@gnu.org>
11763
11764 * progmodes/octave-inf.el: Add compatibility definition of
11765 comint-line-beginning-position.
11766
117672000-08-17 Kenichi Handa <handa@etl.go.jp>
11768
11769 * startup.el (normal-top-level): Look in each dir in load-path for
11770 a leim-list.el file too. This assures of loading leim-list.el
11771 that is created at Emacs installation time even if a user have his
11772 own leim-list.el.
11773
117742000-08-17 Miles Bader <miles@gnu.org>
11775
11776 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11777 foreground color to black if the background is dark.
11778
117792000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11780
11781 * loadhist.el (unload-feature): Typo.
11782
11783 * finder.el (finder-compile-keywords):
11784 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11785 to the generated file.
11786
11787 * mail/mh-e.el (mh-make-local-vars):
11788 Replace make-variable-buffer-local with make-local-variable.
11789
11790 * play/landmark.el:
11791 * options.el (Edit-options-{set,toggle,t,nil}):
11792 * mail/mailabbrev.el (mail-abbrevs-mode):
11793 * textmodes/tex-mode.el (tex-expand-files):
11794 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11795
11796 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11797
11798 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11799 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11800 Allow going past the last element.
11801 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11802 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11803 (cvs-mouse-toggle-mark): Don't move point.
11804 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11805
11806 * progmodes/compile.el (grep): Provide a default set of files.
11807 (next-error): Docstring fix.
11808 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11809
11810 * emacs-lisp/easy-mmode.el (define-minor-mode):
11811 Use `symbol-value' to keep the byte-compiler quiet.
11812
11813 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11814 (diff-find-source-location): New fun, extracted from diff-goto-source.
11815 (diff-goto-source): Use it.
11816 (diff-next-complex-hunk, diff-filter-lines): New function.
11817 (diff-apply-hunk): New command.
11818
11819 * smerge-mode.el (smerge-mode-menu): Doc fix.
11820
11821 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11822
118232000-08-16 Dave Love <fx@gnu.org>
11824
11825 * windmove.el (windmove) <defgroup>: Add :version.
11826
11827 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11828 (goto-address-fontify-p, goto-address-highlight-p)
11829 (goto-address-url-face, goto-address-url-mouse-face)
11830 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11831 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11832 (goto-address-fontify, goto-address-at-mouse): Simplify,
11833 (goto-address-at-point): browse-url-url-at-point,
11834 goto-address-find-address-at-point can return nil.
11835 (goto-address-find-address-at-point): Return nil on failure.
11836
11837 * align.el (align) <defgroup>: Add :version.
11838
11839 * calculator.el (calculator): Add :version.
11840 (calculator): Use two lines for calculator window if `modeline'
11841 face is boxed.
11842
11843 * play/5x5.el: Doc fixes.
11844 (5x5) <defgroup>: Add :version.
11845
11846 * play/fortune.el (fortune) <defgroup>: Add :version.
11847 (fortune-append): Fix error message.
11848 (fortune-from-region): Doc fix.
11849
11850 * play/pong.el (pong): Doc fix.
11851
11852 * play/morse.el: Keywords, commentary, autoloads.
11853
118542000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11855
11856 * desktop.el (desktop-save): Don't look at symbol-value of a
11857 member of minor-mode-alist, unless it is boundp.
11858
118592000-08-16 Sam Steingold <sds@gnu.org>
11860
11861 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11862 `while'; use `with-current-buffer' instead of `save-excursion'.
11863 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11864
118652000-08-16 Kenichi Handa <handa@etl.go.jp>
11866
11867 * international/ccl.el (declare-ccl-program): Docstring modified.
11868 (ccl-execute-with-args): Likewise.
11869
118702000-08-16 Miles Bader <miles@gnu.org>
11871
11872 * progmodes/sql.el: Add compatibility definition of
11873 comint-line-beginning-position.
11874
118752000-08-15 Gerd Moellmann <gerd@gnu.org>
11876
11877 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11878 'buffer-menu' property.
11879 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11880 fails.
11881 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11882 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11883 wasn't killed.
11884
11885 * buff-menu.el (list-buffers-noselect): Don't display the
11886 *Buffer List* buffer.
11887
11888 * font-lock.el: Require jit-lock to prevent a very late
11889 `Loading jit-lock' message.
11890
11891 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11892 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11893 mail address.
11894
118952000-08-15 Miles Bader <miles@gnu.org>
11896
11897 * textmodes/ispell.el (ispell-graphic-p): New constant.
11898 (ispell-choices-win-default-height, ispell-help): Use
11899 `ispell-graphic-p' instead of `xemacsp'.
11900
119012000-08-15 Dave Love <fx@gnu.org>
11902
11903 * simple.el: Autoload widget-convert when compiling.
11904 (mail-user-agent): Doc fix.
11905
11906 * help.el (function-called-at-point, variable-at-point): Use
11907 with-syntax-table.
11908 (help-manyarg-func-alist): Add insert-and-inherit.
11909
11910 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11911
11912 * delsel.el (delsel-unload-hook): New function.
11913
11914 * find-file.el: Doc fixes. Move provide to end.
11915 (ff) <defgroup>: Add :link.
11916 (ff-goto-click): Deleted.
11917 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11918 Use mouse-set-point.
11919
11920 * textmodes/tildify.el: Doc fixes.
11921 (tildify) <defgroup>: Add:version.
11922
11923 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11924 (glasses-custom-set): Use set-default, not set.
11925 (minor-mode-alist): Propertize the lighter.
11926 (glasses-mode): Provide optional arg.
11927
11928 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11929 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11930 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11931 option. Provide :type.
11932 (cwarn-configuration): Provide :type.
11933 (cwarn-mode): Doc fix.
11934
11935 * add-log.el (change-log-merge): Doc fix.
11936 (change-log-redate): New command.
11937
11938 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11939 Doze and Dog.
11940 (browse-url): Use dolist, not mapcar.
11941 (browse-url-at-point): Check for null url.
11942 (browse-url-event-buffer, browse-url-event-point): Functions
11943 deleted.
11944 (browse-url-at-mouse, browse-url-netscape): Simplify.
11945
11946 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11947 modes.
11948 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11949 Fix previous change to mapcan.
11950 (msb--init-file-alist, msb--add-separators)
11951 (msb--make-keymap-menu): Simplify.
11952 (msb--choose-file-menu): Use copy-sequence.
11953 (msb-mode-map): Add title to keymap.
11954 (msb-unload-hook): New function.
11955
11956 * bs.el: Fix indentation.
11957 (bs) <defgroup>: Add :links.
11958 (bs-show): Doc fix.
11959 (bs-apply-sort-faces): Don't use window-system.
11960 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11961
119622000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11963
11964 * calendar/timeclock.el (timeclock-file): Run .timelog through
11965 convert-standard-filename.
11966
119672000-08-14 Gerd Moellmann <gerd@gnu.org>
11968
11969 * emacs-lisp/authors.el: New file.
11970
11971 * paren.el (show-paren-priority): New user option.
11972 (show-paren-function): Set overlay priorities to
11973 show-paren-priority.
11974
119752000-08-14 Miles Bader <miles@gnu.org>
11976
11977 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11978 beginning-of-line with inhibit-field-text-motion bound.
11979
119802000-08-14 Gerd Moellmann <gerd@gnu.org>
11981
11982 * calendar/timeclock.el: New file.
11983
119842000-08-14 David Ponce <david@dponce.com>
11985
11986 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11987 `widget-button-click'. so that one can use left mouse button to
11988 click on dialog buttons.
11989
119902000-08-14 Emmanuel Briot <briot@gnat.com>
11991
11992 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11993 identifiers, since XML is case sensitive
11994
119952000-08-12 Miles Bader <miles@gnu.org>
11996
11997 * comint.el (comint-output-filter): Don't bother frobbing
11998 window-start, it doesn't seem to be necessary.
11999
12000 * comint.el (comint-send-string, comint-send-region): Make into
12001 real functions. Snapshot the prompt before sending.
12002
120032000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12004
12005 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12006 technique similar to Info-index, instead of relying on specific
12007 names of relevant Index nodes.
12008 (Info-goto-emacs-command-node): Bind Info-history to nil when
12009 going to the first node found by Info-find-emacs-command-nodes.
12010
120112000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12012
12013 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12014
120152000-08-10 Miles Bader <miles@gnu.org>
12016
12017 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12018
120192000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12020
12021 * info.el (Info-file-list-for-emacs): More elements for the
12022 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12023 and woman manuals.
12024
120252000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12026
12027 * comint.el (comint-send-input): Make the newline boundary overlay
12028 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12029 (comint-output-filter): Use `insert' instead of
12030 `insert-before-markers'. Extend comint-last-output-overlay when
12031 necessary since we can't rely on insert-before-markers to do it.
12032 * gud.el (gud-filter): Use `with-current-buffer' instead of
12033 save-excursion when inserting the output, so that point gets
12034 updated correctly; the old method relied on a rather dodgy
12035 side-effect of comint-output-filter to avoid the effect of
12036 save-excursion.
12037
120382000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12039
12040 * files.el (recover-file): Call insert-directory instead of
12041 invoking `ls' directly.
12042
120432000-08-10 Miles Bader <miles@gnu.org>
12044
12045 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12046 (comint-last-prompt-overlay): New variables.
12047 (comint-output-filter): Implement prompt highlighting.
12048 (comint-snapshot-last-prompt): New function.
12049 (comint-send-input): Snapshot the last prompt.
12050 Use comint-highlight-input-face.
12051 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12052 Use defface instead of defcustom.
12053 (send-invisible, comint-send-eof): Snapshot the last prompt.
12054 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12055 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12056
120572000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12058
12059 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12060 (regexp-opt-group): Use a list of chars for `letters'.
12061 (regexp-opt-charset): `chars' is now a list of chars.
12062 Use a char-table rather than a vector so it works for multibyte chars.
12063
12064 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12065 Set cvs-minor-current-files to the selected fileinfo.
12066 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12067 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12068
120692000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12070
12071 * files.el (insert-directory): Don't call access-file on
12072 directories on DOS and Windows.
12073
120742000-08-09 Kenichi Handa <handa@etl.go.jp>
12075
12076 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12077 longer if necessary.
12078 (ccl-embed-code): Call ccl-embed-data to store CODE in
12079 ccl-program-vector.
12080
120812000-08-09 Miles Bader <miles@gnu.org>
12082
12083 * comint.el (comint-output-filter): Properly handle the case where
12084 the text surrounded by comint-last-output-overlay was deleted.
12085
120862000-08-08 Gerd Moellmann <gerd@gnu.org>
12087
12088 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12089 non-nil.
12090 (Info-file-list-for-emacs): Remove "info" from the list because
12091 that leads to trying to use the documentation from file `info'
12092 in various situations where it isn't appropriate, for instance
12093 C-h C-k C-h i.
12094
12095 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12096 DIR and/or STRING are nil.
12097
12098 * progmodes/compile.el (compilation-setup): Make variable
12099 compilation-error-screen-columns buffer-local, as some comment
12100 in the code suggests it should be.
12101
12102 * files.el (auto-mode-interpreter-regexp): New variable.
12103 (set-auto-mode): Use it.
12104
12105 * indent.el (indent-for-tab-command): Doc fix.
12106
12107 * mouse-sel.el (mouse-sel-mode): Doc fix.
12108
12109 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12110 labels.
12111
12112 * help.el (print-help-return-message): When
12113 display-buffer-reuse-frames is set, let the help window been quit,
12114 instead of deleting it, which might delete a reused frame.
12115
121162000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12117
12118 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12119 rename a directory to a name that differs only by its letter case.
12120
121212000-08-08 Kenichi Handa <handa@etl.go.jp>
12122
12123 * international/quail.el (quail-define-rules): Handle Quail decode
12124 map correctly. Add code for supporting annotations.
12125 (quail-install-decode-map): New function.
12126 (quail-defrule-internal): New optional arguments decode-map and
12127 props.
12128 (quail-advice): New function.
12129
121302000-08-07 Sam Steingold <sds@gnu.org>
12131
12132 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12133 `defconst', `define-condition', `with-slots'.
12134 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12135
121362000-08-03 Miles Bader <miles@gnu.org>
12137
12138 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12139 New variable.
12140 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12141 comint-use-prompt-regexp-instead-of-fields.
12142 (comint-send-input): Add `input' field property to stuff we send to
12143 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12144 (comint-output-filter): Add `output' field property to process
12145 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12146 (comint-replace-by-expanded-history)
12147 (comint-get-old-input-default, comint-show-output)
12148 (comint-backward-matching-input, comint-forward-matching-input)
12149 (comint-next-prompt, comint-previous-prompt): Use field
12150 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12151 (comint-line-beginning-position): New function.
12152 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12153 (comint-replace-by-expanded-history-before-point): Use
12154 comint-line-beginning-position and line-end-position.
12155 (comint-last-output-overlay): New variable.
12156 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12157
12158 * shell.el (shell-prompt-pattern): Doc change.
12159 (shell-backward-command): Use line-beginning-position.
12160
12161 * gud.el (gud-gdb-complete-command): Use
12162 comint-line-beginning-position.
12163
12164 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12165 comint-bol doesn't actually go to the beginning of the line.
12166
12167 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12168 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12169 (try-expand-line-all-buffers): Likewise.
12170
12171 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12172 explicitly matching comint-prompt-regexp.
12173 (sql-copy-column): Use comint-line-beginning-position instead of
12174 explicitly matching comint-prompt-regexp.
12175
12176 * progmodes/octave-inf.el (inferior-octave-complete): Use
12177 comint-line-beginning-position.
12178
12179 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12180
12181 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12182 looking for a prompt, use `forward-line 0' instead of
12183 `beginning-of-line', to avoid getting caught by an input field.
12184
121852000-08-07 Gerd Moellmann <gerd@gnu.org>
12186
12187 * files.el (shell-quote-wildcard-pattern): Make sure to return
12188 PATTERN, in the Unix case.
12189
121902000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12191
12192 * play/zone.el (zone): Discard any pending input before running
12193 the randomly-chosen pgm.
12194
121952000-08-07 Kenichi Handa <handa@etl.go.jp>
12196
12197 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12198 checking the existence of any multibyte characters.
12199
122002000-08-06 Gerd Moellmann <gerd@gnu.org>
12201
12202 * help.el (describe-mode): Test minor-mode symbol for being
12203 bound before testing its value for being nil.
12204
12205 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12206 `first', `second', and `third'.
12207
12208 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12209 (second): Make it an alias for `cadr'.
12210
122112000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12212
12213 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12214 types of display support faces now.
12215
122162000-08-05 Gerd Moellmann <gerd@gnu.org>
12217
12218 * pcvs.el (require): Require `cl' during compilation, only.
12219
12220 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12221 (toplevel): Remove `remq' and `remove' from autoloads.
12222 (cl-fake-autoloads): New variable. If set, arrange for an error
12223 when CL functions etc. are autoloaded.
12224
122252000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12226
12227 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12228
12229 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12230 popped up, but the user clicks outside the menu, return an empty
12231 regexp (that causes unhighlight-regexp to have no effect).
12232
12233 * menu-bar.el (menu-bar-games-menu): Add Zone.
12234
12235 * hi-lock.el (toplevel): Require font-lock.
12236
122372000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12238
12239 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12240 (ebnf-8-bit-chars): New var for bug fix.
12241 (ebnf-string): Bug fix.
12242
122432000-08-03 Sam Steingold <sds@gnu.org>
12244
12245 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12246 instead of `buffer-string'.
12247 (require 'cl): Always, not just when compiling.
12248 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12249 necessary.
12250
122512000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12252
12253 * international/mule-cmds.el (select-safe-coding-system): Make
12254 the message text about selecting a safe coding system more clear.
12255
122562000-08-02 Gerd Moellmann <gerd@gnu.org>
12257
12258 * hi-lock.el: New file.
12259
12260 * play/zone.el: New file.
12261
12262 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12263 value of tab-width in the original buffer. Choose a line number
12264 format that's a multiple of the original buffer's tab width, so
12265 that lines appear right.
12266
12267 * textmodes/ispell.el (ispell): New function, replacing an alias.
12268 Spell-check active region if in transient-mark-mode and mark
12269 is active; otherwise spell-check buffer.
12270
122712000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12272
12273 * ps-mule.el: Fix a customization problem on
12274 ps-mule-font-info-database-default.
12275
122762000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12277
12278 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12279 display-mouse-p instead of window-system.
12280 (ebrowse-member-mode-map): Ditto.
12281
122822000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12283
12284 * progmodes/ebnf2ps.el: Update ps-print functions call.
12285 Indentation fix. Doc fix.
12286 (ebnf-version): New version number (3.2).
12287 (ebnf-format-color, ebnf-begin-job): Code fix.
12288
122892000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12290
12291 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12292 font lock support on window-system.
12293 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12294
12295 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12296 display-color-p, if fboundp, instead of window-system.
12297
122982000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12299
12300 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12301 instead of window-system.
12302
12303 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12304 window-system.
12305 (widget-choice-mouse-down-action): Use display-popup-menus-p
12306 instead of window-system.
12307
12308 * strokes.el (strokes-file): Run the file name through
12309 convert-standard-filename.
12310 (strokes-mode): Call display-mouse-p instead of looking at
12311 window-system. Change the error message accordingly.
12312
12313 * progmodes/cpp.el (toplevel): Support faces on tty's.
12314
12315 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12316 (lm-plot-square, lm-init-display): Don't use window-system.
12317
12318 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12319 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12320
12321 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12322 instead of looking at window-system.
12323
123242000-07-30 Gerd Moellmann <gerd@gnu.org>
12325
12326 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12327 of testing if iswitchb-prepost-hooks is bound, because the
12328 latter will always be true when invoking a recursive minibuffer
12329 from an active Iswitchb buffer.
12330
123312000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12332
12333 * files.el (shell-quote-wildcard-pattern): New function.
12334 (insert-directory): Call it. Only prepend "\" to command on Unix
12335 and GNU/Linux systems.
12336
123372000-07-30 Gerd Moellmann <gerd@gnu.org>
12338
12339 * eshell/esh-groups.el: Change custom :link file names
12340 from `eshell.info' to `eshell'.
12341
123422000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12343
12344 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12345 correctly in recursive ange-ftp listings.
12346
123472000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12348
12349 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12350 ps-header-font-size-internal and
12351 ps-header-title-font-size-internal variables are not set,
12352 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12353 face text property is (foreground-color . COLOR) or
12354 `(background-color . COLOR)', ps-print crashes. Doc fix.
12355 (ps-print-version): New version number (5.2.4).
12356 (ps-plot-region): Code fix.
12357 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12358 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12359 Bug fix 2.
12360
123612000-07-30 Milan Zamazal <pdm@freesoft.cz>
12362
12363 * glasses.el (glasses-make-readable): Fix uncapitalization of
12364 identifiers like `myXMLDocument'.
12365
123662000-07-28 Karl Fogel <kfogel@red-bean.com>
12367
12368 * mail/mail-hist.el (mail-hist-previous-input)
12369 (mail-hist-next-input): Do the obvious code factorization.
12370 (mail-hist-retrieve-and-insert): New func, contains common
12371 code of above two.
12372 If inserting a message body, leave point at top.
12373
123742000-07-28 Sam Steingold <sds@gnu.org>
12375
12376 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12377 Use `<=', not `<' to compare times!
12378 (ange-ftp-ls): Remove.
12379
123802000-07-27 Gerd Moellmann <gerd@gnu.org>
12381
12382 * play/cookie1.el: Add explanation of how to make cookie.el
12383 compatible with strfile(1) to comment.
12384
12385 * subr.el (remove, remq): New functions.
12386
12387 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12388 escape `*' in regexps.
12389 (midnight-find): Reverse order of arguments in the funcall of
12390 TEST.
12391
12392 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12393 and `.class'.
12394
12395 * play/meese.el: Add Commentary section.
12396
123972000-07-27 Alex Schroeder <alex@gnu.org>
12398
12399 * sql.el (sql-ms): Added autoload cookie.
12400 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12401 (sql-oracle): Ditto.
12402 (sql-help): Doc change.
12403
12404 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12405 types and exceptions.
12406
124072000-07-27 Alex Schroeder <alex@gnu.org>
12408
12409 * sql.el (sql-placeholder-history): New variable.
12410 (sql-query-placeholders-and-send): New function that will query
12411 the user and replace placeholders with user input.
12412 (sql-oracle): If running on NT, set comint-input-sender to
12413 sql-query-placeholders-and-send.
12414
12415 (sql-stop): If in the SQLi buffer, insert stop notification, else
12416 present it as a message.
12417
124182000-07-27 Alex Schroeder <alex@gnu.org>
12419
12420 * sql.el (sql-input-ring-separator): Doc change.
12421 (sql-input-ring-file-name): Doc change.
12422 (sql-interactive-mode): Use `sql-input-ring-separator' and
12423 `sql-input-ring-file-name' to set the comint-mode equivalents
12424 without making them local variables.
12425 (sql-stop): Don't bind `sql-input-ring-separator' and
12426 `sql-input-ring-file-name' dynamically to their comint-mode
12427 equivalents.
12428
124292000-07-27 Kenichi Handa <handa@etl.go.jp>
12430
12431 * international/mule.el (register-char-codings): New function.
12432 (make-coding-system): Handle `safe-chars' specification in the arg
12433 PROPERTY.
12434
12435 * international/mule-cmds.el
12436 (find-coding-systems-region-subset-p): This function deleted.
12437 (sort-coding-systems-predicate): New variable.
12438 (sort-coding-systems): New function.
12439 (find-coding-systems-region): Use
12440 find-coding-systems-region-internal.
12441 (find-coding-systems-string): Use find-coding-systems-region.
12442 (find-coding-systems-for-charsets): Check
12443 char-coding-system-table.
12444 (select-safe-coding-system-accept-default-p): New variable.
12445 (select-safe-coding-system): Mostly rewritten. New argument
12446 ACCEPT-DEFAULT-P.
12447 (select-message-coding-system): Call select-safe-coding-system
12448 with ACCEPT-DEFAULT-P arg.
12449 (reset-language-environment): Reset default-sendmail-coding-system
12450 to the default value iso-latin-1.
12451 (set-language-environment): Don't set the obsolete variable
12452 charset-origin-alist.
12453
12454 * international/codepage.el (cp-coding-system-for-codepage-1):
12455 Give `safe-chars' property to make-coding-system.
12456
12457 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12458 calling select-message-coding-system twice.
12459
12460 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12461 instead of `safe-charsets'.
12462 (cyrillic-alternativnyj): Likewise.
12463 (ccl-encode-alternativnyj): Don't check the charset
12464 cyrillic-iso8859-5.
12465
124662000-07-27 Kenichi Handa <handa@etl.go.jp>
12467
12468 * composite.el (compose-chars-after): Preserve match data.
12469
124702000-07-26 Sam Steingold <sds@gnu.org>
12471
12472 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12473 (ange-ftp-real-file-newer-than-file-p): New function.
12474 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12475 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12476
12477 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12478 * midnight.el (midnight-float-time): Ditto.
12479
124802000-07-26 Andreas Schwab <schwab@suse.de>
12481
12482 * files.el (normal-backup-enable-predicate): Correct
12483 interpretation of the return value of compare-strings.
12484
124852000-07-26 Gerd Moellmann <gerd@gnu.org>
12486
12487 * isearch.el (isearch-resume): New function.
12488 (isearch-done): Add something to command-history to resume
12489 the search.
12490 (isearch-yank-line, isearch-yank-word): Use
12491 buffer-substring-no-properties instead of buffer-substring.
12492
12493 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12494 of flyspell-mouse-map.
12495
12496 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12497 duplicate definition.
12498 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12499
12500 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12501 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12502
125032000-07-25 Sam Steingold <sds@gnu.org>
12504
12505 * net/ange-ftp.el: Get modtime over the net.
12506 (ange-ftp-file-modtime): New function.
12507 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12508 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12509 Use it.
12510 (ange-ftp-dot-to-slash): New function.
12511 (ange-ftp-fix-name-for-vms): Use it.
12512
12513 * midnight.el (midnight-buffer-display-time): Use
12514 `with-current-buffer'.
12515
125162000-07-25 Gerd Moellmann <gerd@gnu.org>
12517
12518 * find-dired.el: Update copyright notice.
12519 (find-dired): Offer to kill a running `find'.
12520
12521 * enriched.el (enriched-face-ans): For a `foreground-color'
12522 property, return '(("x-color" COLOR))' so that COLOR will be
12523 output as a parameter of the x-color annotation. Likewise for the
12524 `background-color' property. In the case of normal face
12525 properties, don't return annotations for unspecified foreground
12526 and background face attributes.
12527
125282000-07-25 Kenichi Handa <handa@etl.go.jp>
12529
12530 * language/japan-util.el (japanese-katakana-region): Fix handling
12531 HANKAKU argument.
12532
125332000-07-25 Miles Bader <miles@gnu.org>
12534
12535 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12536 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12537 constrain-to-field.
12538
125392000-07-24 Andrew Innes <andrewi@gnu.org>
12540
12541 * timer.el (timer-activate-when-idle): Add optional parameter
12542 DONT-WAIT. Update docstring.
12543 (run-with-idle-timer): Specify extra parameter to
12544 timer-activate-when-idle, so that timer will be activated
12545 immediately if Emacs is already idle.
12546
12547 * w32-fns.el (w32-using-nt): Fix docstring.
12548
125492000-07-24 Dave Love <fx@gnu.org>
12550
12551 * mouse.el (popup-menu): Set last-command-event.
12552 (mouse-major-mode-menu-prefix): Declare.
12553
125542000-07-24 Gerd Moellmann <gerd@gnu.org>
12555
12556 * textmodes/flyspell.el: Update to author's version 1.5d.
12557
12558 * progmodes/hideshow.el: Update copyright notice.
12559
12560 * vcursor.el: Set maintainer to FSF, since author cannot
12561 be reached.
12562
125632000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12564
12565 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12566 the prompt.
12567
12568 * mouse.el (popup-menu): Run the keymap through indirect-function,
12569 in case it was defined with define-prefix-key. If the menu is a
12570 list of keymaps, look up the binding of user's choice in each one
12571 of the keymaps.
12572 (mouse-popup-menubar): If the global and local menu-bar keymaps
12573 don't have a prompt string, create one and insert it into the
12574 keymap. Don't barf if current-local-map returns nil.
12575
125762000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12577
12578 * dired.el (dired-sort-R-check): Added to allow recursive listing
12579 to be undone.
12580 (dired-sort-other): Use it.
12581
125822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12583
12584 * Release of cc-mode 5.27
12585
125862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12587
12588 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12589 c-beginning-of-statement-1 that caused a bad case of recursion
12590 which could consume a lot of CPU in large classes in languages
12591 that have in-expression classes (i.e. Java and Pike).
12592
12593 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12594 statements before top level constructs (i.e. case 6 is moved
12595 before case 5 and is now case 4) to catch in-expression
12596 classes in top level expressions correctly.
12597
125982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12599
12600 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12601 objc-method-intro. Case 4 removed and case 5I added.
12602
12603 * cc-langs.el (c-append-paragraph-start): New variable used by
12604 c-common-init to get paragraph-start correct.
12605 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12606 initialize paragraph-start to make it correct both with and
12607 without the javadoc special case.
12608
12609 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12610 initialize paragraph-start for javadoc markup.
12611
12612 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12613 change by defaulting this to t. It's motivated by the
12614 confusing behavior that otherwise arise from the style system
12615 when editing both java and non-java files at the same time
12616 (see the comments about style setting in c-common-init).
12617
126182000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12619
12620 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12621 similar to the one in c-fill-paragraph to check the fill
12622 prefix from the adaptive fill function for sanity.
12623
126242000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12625
12626 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12627 defun block.
12628
a30eb617
DL
126292000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12630
12631 * cc-align.el (c-lineup-multi-inher): Handle lines with
12632 leading comma nicely. Extended to handle member initializers
12633 too.
12634
12635 * cc-engine.el: (c-beginning-of-inheritance-list,
12636 c-guess-basic-syntax): Fixed recognition of inheritance lists
12637 when the lines begins with a comma.
12638
a30eb617
DL
12639 * cc-vars.el (c-offsets-alist): Changed default for
12640 member-init-cont to c-lineup-multi-inher since it now handles
12641 member initializers and indents better for leading commas.
12642
126432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12644
12645 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12646 handling that caused class open lines to be recognized as
12647 statement-conts in some cases.
12648
12649 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12650 guessed by the adaptive fill function unless point is on the
12651 first line of a block comment.
12652
12653 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12654 when the buffer ends with a macro continuation char.
12655
12656 * cc-engine.el (c-guess-basic-syntax): Added support for
12657 function definitions as statements in Pike. The first
12658 statement in a lambda block is now labeled defun-block-intro
12659 instead of statement-block-intro.
12660
12661 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12662 so that the class surrounding point is selected, not the one
12663 innermost in the state.
12664
12665 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12666 recognition of switch labels having hanging multiline
12667 statements.
12668
12669 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12670 some code in c-guess-basic-syntax to a separate function.
12671 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12672 recognition of member inits with multiple line arglists.
12673 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12674 member-init-cont when the commas are in funny places.
12675
126762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12677
12678 * cc-defs.el (c-auto-newline): Removed this macro since it's
12679 not used anymore.
12680
12681 * cc-engine.el (c-looking-at-bos): New helper function.
12682 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12683 inexpr and toplevel classes apart in Pike.
12684
12685 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12686 of case 9A.
12687
12688 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12689 constant, since "class" can introduce an in-expression class
12690 in Pike nowadays.
12691
126922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12693
12694 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12695 indentation on cpp-macro lines.
12696
12697 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12698 a syntax modifier like comment-intro, to make it possible to
12699 get syntactic indentation for preprocessor directives. It's
12700 incompatible wrt to lineup functions on cpp-macro, but it has
12701 no observable effect in the 99.9% common case where cpp-macro
12702 is set to -1000.
12703
127042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12705
12706 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12707 member-init-cont when the preceding arglist is several lines.
12708
127092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12710
12711 * cc-styles.el (c-style-alist): The basic offset for the BSD
12712 style corrected to 8.
12713
127142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12715
12716 * cc-styles.el (c-style-alist): Adjusted the indentation of
12717 brace list openers in the gnu style.
12718
127192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12720
12721 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12722
12723 * cc-cmds.el (c-electric-brace, c-electric-slash,
12724 c-electric-star, c-electric-semi&comma, c-electric-colon,
12725 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12726 when c-syntactic-indentation is nil.
12727
12728 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12729 we were left at comments preceding the first statement when
12730 reaching the beginning of the buffer.
12731
12732 * cc-vars.el (c-syntactic-indentation): New variable to turn
12733 off all syntactic indentation.
12734
127352000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12736
12737 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12738 between the text and the block comment ender when it hangs,
12739 depending on how many there are before the fill.
12740
127412000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12742
12743 * cc-engine.el (c-beginning-of-closest-statement): New helper
12744 function to go back to the closest preceding statement start,
12745 which could be inside a conditional statement.
12746 * cc-engine.el (c-guess-basic-syntax): Use
12747 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12748
12749 * cc-engine.el (c-guess-basic-syntax): Better handling of
12750 arglist-intro, arglist-cont-nonempty and arglist-close when
12751 the arglist is nested inside parens. Cases 7A, 7C and 7F
12752 changed.
12753
12754 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12755 up-to-date with javadoc 1.2.
12756
127572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12758
12759 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12760 multiline Pike type decls.
12761
127622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12763
12764 * cc-cmds.el (c-indent-new-comment-line): Always break
12765 multiline comments in multiline mode, regardless of
12766 comment-multi-line.
12767
127682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12769
12770 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12771 fully::qualified::names in C++ member init lists. Preamble in
12772 case 5D changed.
12773
127742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12775
12776 * cc-langs.el (c-common-init): Handling of obsolete variables
12777 moved to c-initialize-cc-mode. More compatible style override
12778 when using global style variables.
12779 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12780 variables moved here.
12781
a30eb617
DL
12782 * cc-styles.el (c-make-styles-buffer-local): Flag style
12783 variable localness in c-style-variables-are-local-p to make
12784 the compatibility measure in c-common-init work well.
12785
12786 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12787 longer contain set-from-style.
12788 * cc-styles.el (c-initialize-builtin-style): Don't check for
12789 set-from-style on c-special-indent-hook.
12790 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12791 copy-alist is sufficient now.
12792
12793 * cc-styles.el (c-set-style, c-set-style-1,
12794 c-get-style-variables): Fixes to variable initialization so
12795 that duplicate entries in styles have the same effect
12796 regardless of DONT-OVERRIDE.
12797
12798 * cc-styles.el (c-set-style-2): Fixed bug where the
12799 initialization of inheriting styles failed when the
12800 dont-override flag is set.
12801
12802 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12803 on this.
12804
128052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12806
12807 * cc-defs.el (c-forward-comment): Removed the workaround
12808 introduced in 5.38 since it had worse side-effects. If a line
12809 contains the string "//\"", it regarded the // as a comment
12810 start since the \ temporarily doesn't have escape syntax.
12811
eb04d6cd 128122000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12813
12814 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12815 ada-xref.el before ada-prj.el, so that the Project menu is created
12816 when ada-prj tries to add to it.
12817 (ada-activate-keys-for-case): Suppress the characters that are not
12818 part of the Ada syntax. Better compatibility with else-mode
12819 (ada-adjust-case-interactive): When auto-casing is not active,
12820 correctly insert newlines (used to insert only ^M). Prevent the
12821 syntax table from being changed in case of an error
12822 (or '_' becomes part of a word and some commands are confused).
12823 Do nothing if ada-auto-case is nil.
12824 (ada-after-keyword-p): Ignore keywords that are also attributes
12825 (ada-batch-reformat): Update usage comment
12826 (ada-call-from-contextual-menu): New function
12827 (ada-case-read-exceptions): Reinitialize the casing exception list
12828 first to nil first, so that the casing exception file can be
12829 shared.
12830 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12831 files.
12832 (ada-compile-goto-error): Fix regexp used to detect a file:line
12833 anywhere in the error message
12834 (ada-contextual-menu-last-point): New variable
12835 (ada-create-keymap): If the variable delete-key-deletes-forward is
12836 t on XEmacs, it means that DEL should delete one character
12837 forward.
12838 (ada-create-menu): Use :included instead of :visible for XEmacs.
12839 New submenu "Options".
12840 (ada-end-stmt-re): Correctly indent "select ... then abort"
12841 statements.
12842 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12843 even if they don't match ada-fill-comment-prefix Fix handling of
12844 paragraphs on the first or last line of a file.
12845 (ada-format-paramlist): Fix handling of default parameter values.
12846 (ada-get-body-name): New function.
12847 (ada-get-current-indent): Optimized by searchling directly for an
12848 existing generic part or a statement outside of it. Handle
12849 ada-indent-align-comments when indenting comments Replaced some
12850 regexps by testing directly the next character. This results in a
12851 huge speedup on some files. New indentation scheme for renames
12852 statements. Stop looking for the 'while' or 'for' associated with
12853 a 'loop' at the first semicolon encountered. A "return" can also
12854 match an anonymous access subprogram declaration.
12855 (ada-get-indent-noindent): Ignore strings and comments when
12856 looking for the keywords "record" and "private".
12857 (ada-goto-matching-decl-start): When matching "if", make sure we
12858 are not in fact seeing "end if". Ignore "when" statements except
12859 when initial keyword was "begin". Fix handling of nested
12860 procedures. Add a recursive call to this function to skip over
12861 other 'end' statmts. Fix indentation for "when .. => begin"
12862 (ada-in-open-paren-p): Fix indentation for complex boolean
12863 expressions, where 'and then', 'or else' and parenthesis
12864 statements are mixed up.
12865 (ada-in-paramlist-p): Skip comments while searching for the
12866 beginning Fix handling of operator declarations.
12867 (ada-indent-align-comments): New variable
12868 (ada-indent-current): Change the syntax table only in the
12869 protected section, so that we are sure it is restored correctly.
12870 (ada-indent-on-previous-lines): Use ada-use-indent and
12871 ada-with-indent Correctly indent "select ... then"
12872 (ada-indent-region): Slight speedup.
12873 (ada-indent-renames): New variable.
12874 (ada-last-which-function-subprog, ada-last-which-function-line):
12875 New variables
12876 (ada-looking-at-semi-private): Correctly indent the 'private'
12877 keyword when it is the first word in a package declaration.
12878 (ada-loose-case-word): Stop searching if at the end of the buffer.
12879 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12880 even if point is not initially at the end of the word.
12881 (ada-matching-decl-start-re): Add "when".
12882 (ada-mode): Add support for abbrev-mode, outline-mode and
12883 which-func-mode Override the old find-file.el entry in
12884 ff-special-constructs since it is using the obsolete
12885 ada-spec-suffix variable
12886 (ada-no-auto-case): New function
12887 (ada-scan-paramlist): When parsing the argument type, accept
12888 spaces (as in "X 'Class", generated by Rational Rose).
12889 (ada-other-file-name): No longer loads the other file.
12890 (ada-popup-menu): Save and restore the current buffer and cursor
12891 position before and after displaying the menu.
12892 (ada-search-ignore-complex-boolean): New function.
12893 (ada-uncomment-region): Emacs21 already knows how to delete
12894 comments not starting in the first column.
12895 (ada-use-indent): New variable
12896 (ada-which-function): New function.
12897 (ada-with-indent): New variable
12898 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12899 can be batch-compiled from the command line.
12900
12901 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12902 Add to the menu when the file is loaded, not in ada-mode-hook.
12903 Add -toolbar to the default ddd command Switches moved from
12904 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12905 ada-prj-default-comp-opt
12906 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12907 Reference Manual to the menu
12908 (ada-check-current): rewritten as a call to ada-compile-current
12909 (ada-compile): Removed.
12910 (ada-compile-application, ada-compile-current, ada-check-current):
12911 Set the compilation-search-path so that compile.el automatically
12912 finds the sources in src_dir. Automatic scrollong of the
12913 compilation buffer. C-uC-cC-c asks for confirmation before
12914 compiling
12915 (ada-compile-current): New parameter, prj-field
12916 (ada-complete-identifier): Load the .ali file before doing
12917 processing
12918 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12919 conform to gnatmake's behavior.
12920 (ada-find-file-in-dir): New function
12921 (ada-find-references): Set the environment variables for gnatfind
12922 (ada-find-src-file-in-dir): New function.
12923 (ada-first-non-nil): Removed
12924 (ada-gdb-application): Add support for jdb, the java debugger.
12925 (ada-get-ada-file-name): Load the original-file first if not done
12926 yet.
12927 (ada-get-all-references): Handles the new ali syntax (parent types
12928 are found between <>).
12929 (ada-initialize-runtime-library): New function
12930 (ada-mode-hook): Always load a project file when a file is opened,
12931 so that the casing exceptions are correctly read.
12932 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12933 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12934 to open the project file, since the latter does not work with
12935 speedbar Get default values before loading the prj file, or the
12936 default executable file name is wrong. Use the absolute value of
12937 src_dir to initialize ada-search-directories and
12938 compilation-search-path,... Add the standard runtime library to
12939 the search path for find-file.
12940 (ada-prj-default-debugger): Was missing an opening '{'
12941 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12942 variables.
12943 (ada-prj-default-gnatmake-opt): New variable
12944 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12945 buffers, the project file is the default one Save the windows
12946 configuration before displaying the menu.
12947 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12948 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12949 ...) regexp-quote identifiers names to support operators +,
12950 -,... in regexps.
12951 (ada-remote): New function.
12952 (ada-run-application): Erase the output buffer before starting the
12953 run Support remote execution of the application. Use
12954 call-process, or the arguments are incorrectly parsed
12955 (ada-set-default-project-file): Reread the content of the active
12956 project file, not the one from the current buffer When a project
12957 file is set as the default project, all directories are
12958 automatically associated with it.
12959 (ada-set-environment): New function
12960 (ada-treat-cmd-string): New special variable ${current}
12961 (ada-treat-cmd-string): Revised. The substitution is now done for
12962 any ${...} substring
12963 (ada-xref-current): If no body was found, compiles the spec
12964 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12965 compiler to get rid of command line length limitations.
12966 (ada-xref-get-project-field): New function
12967 (ada-xref-project-files): New variable
12968 (ada-xref-runtime-library-specs-path)
12969 (ada-xref-runtime-library-ali-path): New variables
12970 (ada-xref-set-default-prj-values): Default run command now does a
12971 cd to the build directory. New field: main_unit Provide a default
12972 file name even if the current buffer has no prj file.
12973
12974 * ada-prj.el:
12975 Rewritten to show a tabbed-dialog.
12976 (ada-prj-add-ada-menu): Remove the map and name parameters.
12977 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12978 New function
12979 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12980 (ada-prj-load-from-file): New function
12981 (ada-prj-save): Always save fields that depend on the current buffer
12982 (ada-prj-show-value): New function
12983
12984 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12985 Ada mode. This will allow us to display the Ada menu in any buffer
12986 we want (for project items).
12987 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12988 number of spaces in the header.
12989
129902000-07-24 Dave Love <fx@gnu.org>
12991
12992 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12993
129942000-07-23 Noah Friedman <friedman@splode.com>
12995
12996 * type-break.el (type-break): perform autosave.
12997 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12998 (type-break-do-query): Cancel query schedule while performing
12999 actual query, to avoid possibility of a second query being made
13000 while first one is already in progress.
13001 (type-break-time-stamp-format): New variable.
13002 (type-break-time-stamp): New function.
13003 (type-break-time-warning): Use it.
13004 (type-break-keystroke-warning): Use it.
13005 (type-break-noninteractive-query): Use it.
13006
13007 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13008 cookie.
13009 Use add-minor-mode to set minor-mode-alist, if available.
13010 (eldoc-echo-area-use-multiline-p): New user option.
13011 (eldoc-echo-area-multiline-supported-p): New variable.
13012 (eldoc-docstring-format-sym-doc): Use them.
13013 (eldoc-mode): If not using idle timers, append to local post and
13014 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13015 (eldoc-display-message-no-interference-p): Don't interfere with
13016 edebug.
13017 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13018 (eldoc-function-arglist): New function.
13019 (eldoc-function-argstring): Use it.
13020
13021 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13022 auto save directory exists before calling directory-files.
13023
130242000-07-23 Dave Love <fx@gnu.org>
13025
13026 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13027 ^o, ^u.
13028
130292000-07-21 Dave Love <fx@gnu.org>
13030
13031 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13032 now passed to the function. It now works properly.
13033
13034 * smerge-mode.el (smerge-mode-menu): Fill it out.
13035
130362000-07-20 Gerd Moellmann <gerd@gnu.org>
13037
13038 * info-look.el (info-lookup): If *info* is shown in another frame
13039 on the same display, select that frame, instead of switching to
13040 the Info buffer in another window of the selected frame.
13041
13042 * simple.el (universal-argument-map): Bind numeric keypad keys
13043 kp-0 to kp-9 and kp-subtract.
13044 (digit-argument): Handle these keys.
13045
130462000-07-20 Dave Love <fx@gnu.org>
13047
13048 * net/goto-addr.el (goto-address-fontify): Don't bother with
13049 buffer-modified and read-only stuff -- irrelevant with overlays.
13050 Put an extra property on the overlays and use it to clean up in
13051 case goto-address is re-run.
13052
130532000-07-19 Richard M. Stallman <rms@gnu.org>
13054
13055 * timer.el (run-with-idle-timer): Doc fix.
13056
13057 * mail/mail-utils.el (mail-strip-quoted-names):
13058 Handle case where <...> appears inside "...".
13059 Use replace-match to edit the string more simply.
13060 (rmail-dont-reply-to): Cope with an unmatched ".
13061
130622000-07-19 Dave Love <fx@gnu.org>
13063
13064 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13065 implementation.
13066
13067 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13068 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13069 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13070
130712000-07-19 Gerd Moellmann <gerd@gnu.org>
13072
13073 * textmodes/refer.el: Correct maintainer's email address.
13074
13075 * progmodes/hideif.el: Correct author's email address.
13076 Fix typo in comment.
13077
13078 * xml.el: New file.
13079
13080 * mail/mailheader.el: Correct author's mail address.
13081
13082 * gnus/parse-time.el: Correct author's mail address.
13083
130842000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13085
13086 * comint.el (comint-highlight-input, comint-highlight-face):
13087 New user options.
13088 (comint-input-ring-file-name): Change custom type.
13089 (comint-mode-map): Bind mouse-2.
13090 (comint-insert-clicked-input): New function.
13091 (comint-send-input): Handle input highlighting.
13092
130932000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13094
13095 * mouse.el (popup-menu): New function.
13096 (mouse-major-mode-menu): Use it.
13097
130982000-07-18 Dave Love <fx@gnu.org>
13099
13100 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13101 improvements.
13102
131032000-07-18 Gerd Moellmann <gerd@gnu.org>
13104
13105 * faces.el (face-font-selection-order)
13106 (face-font-family-alternatives): Add custom type.
13107
131082000-07-18 Dave Love <fx@gnu.org>
13109
13110 * cus-edit.el (custom-variable-reset-saved)
13111 (custom-variable-reset-standard): Remove unused bindings.
13112
13113 * rect.el (open-rectangle-line): Remove unused let.
13114
13115 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13116
131172000-07-18 Gerd Moellmann <gerd@gnu.org>
13118
13119 * cdl.el: Fix `Maintainer' keyword.
13120
13121 * play/pong.el: Add author's email address.
13122
131232000-07-17 Sam Steingold <sds@gnu.org>
13124
13125 * files.el (insert-directory): Call `split-string' instead of
13126 re-implementing it.
13127
131282000-07-18 Gerd Moellmann <gerd@gnu.org>
13129
13130 * mail/vms-pmail.el: Change maintainer to FSF.
13131
13132 * net/goto-addr.el: Change maintainer to FSF.
13133
13134 * info.el (Info-title-face-alist): Removed.
13135
131362000-07-18 David Ponce <david@dponce.com>
13137
13138 * recentf.el (recentf-open-files): New command that works like
13139 `recentf-open-more-files', but shows the whole list of files (not just
13140 those omitted from the menu). Useful if you don't use a menu-bar!
13141 (recentf-open-more-files) Modified to use `recentf-open-files'.
13142
13143 (recentf-open-files, recentf-open-more-files)
13144 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13145
13146 (recentf-dialog-mode): New mode for dialogs. You can now just type
13147 "q" to cancel the dialogs.
13148
131492000-07-18 David Ponce <david@dponce.com>
13150
13151 * recentf.el: This is a major update of recentf.el. It adds new
13152 features to better organize the recentf menu and "More..." buffer.
13153
13154 Using new provided menu filtering functions you can now organize the
13155 recent files list:
13156
13157 - by major modes
13158 - by directories
13159 - by user defined rules
13160
13161 Finally, with the new `recentf-filter-changer' customizable filter you
13162 can define a ring of filters and dynamically (via the menu) cycle on
13163 each menu organization in the ring (a la msb).
13164
131652000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13166
13167 * eshell/eshell.el (eshell): Replace links to eshell.info with
13168 links to eshell, to avoid problems on systems where the manual is
13169 installed as `eshell'.
13170 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13171 * eshell/em-smart.el (eshell-smart): Ditto.
13172 * eshell/em-banner.el (eshell-banner): Ditto.
13173 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13174
13175 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13176 same-file check in the MS-DOS version (it does support inodes).
13177
13178 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13179
13180 * eshell/eshell.el (eshell-directory-name):
13181 Run default directory name through convert-standard-filename.
13182
131832000-07-18 Kenichi Handa <handa@etl.go.jp>
13184
13185 * international/mule-cmds.el (select-safe-coding-system):
13186 Fix typo in the comment.
13187
13188 * language/european.el (compound-text):
13189 Force katakana-jisx0201 to be designated to G1.
13190
13191 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13192 Don't translate some national variant characters of latin-jisx0201.
13193 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13194
13195 * international/kkc.el (kkc-after-update-conversion-functions):
13196 New variable.
13197 (kkc-update-conversion): Run functions in it at the tail.
13198
131992000-07-16 John Wiegley <johnw@gnu.org>
13200
13201 * lisp/align.el (align-newline-and-indent):
13202 Adding new function. for auto-aligning blocks of code on RET.
13203 (align-region): Fixed badly formatted minibuffer message.
13204
132052000-07-17 Kenichi Handa <handa@etl.go.jp>
13206
13207 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13208 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13209 the conversion list at first if appropriate.
13210 (kkc-next): Don't update kkc-next-count here.
13211 (kkc-prev): Don't update kkc-prev-count here.
13212 (kkc-show-conversion-list-update): Fix setting up of conversion
13213 list message.
13214
132152000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13216
13217 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13218
132192000-07-16 Dave Love <fx@gnu.org>
13220
13221 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13222 function to be more specific.
13223
13224 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13225 non-string help-echo.
13226 (widget-types-convert-widget): Defsubst it.
13227 (widget-echo-help): Try to cope with a help-echo function of two
13228 possible sorts.
13229
132302000-07-15 Jason Rumney <jasonr@gnu.org>
13231
13232 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13233 Declare as obsolete.
13234
13235 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13236
132372000-07-14 Gerd Moellmann <gerd@gnu.org>
13238
13239 * hilit-chg.el: Fix typo.
13240
132412000-07-14 Dave Love <fx@gnu.org>
13242
13243 * info.el (Info-mode-menu): Fix use of :help, :enable.
13244
132452000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13246
13247 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13248
132492000-07-13 Dave Love <fx@gnu.org>
13250
13251 * emacs-lisp/easymenu.el: Doc fixes.
13252 (easy-menu-remove): Defalias to ignore.
13253
13254 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13255 Call throw correctly.
13256
132572000-07-13 Gerd Moellmann <gerd@gnu.org>
13258
13259 * faces.el (frame-background-mode): Doc fix.
13260
13261 * simple.el (eval-expression-print-length): Change custom type to
13262 allow entering nil as value.
13263
132642000-07-13 Dave Love <fx@gnu.org>
13265
13266 * progmodes/fortran.el (fortran-imenu-generic-expression):
13267 Change definition layout.
13268 (fortran-mode-menu): Reinstate customize entries.
13269
13270 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13271 Use :filter, per old XEmacs code.
13272
132732000-07-12 Gerd Moellmann <gerd@gnu.org>
13274
13275 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13276 event when deciding what to send to the terminal.
13277
132782000-07-12 Dave Love <fx@gnu.org>
13279
13280 * cus-start.el: Add optional version as 4th element of specs and
13281 use it for several things new in v21. Remove load-path. Fix type
13282 of line-number-display-limit.
13283
132842000-07-11 Dave Love <fx@gnu.org>
13285
13286 * progmodes/fortran.el: Don't require easymenu.
13287 Use repeat counts in various regexps.
13288 (fortran-mode-syntax-table): Defvar directly.
13289 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13290 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13291 Use defvar, not defconst.
13292 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13293 (fortran-mode): Set fortran-comment-line-start-skip,
13294 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13295 (fortran-comment-indent): Use defsubst.
13296 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13297 Use fortran-comment-indent, not fortran-comment-indent-function.
13298 (fortran-comment-region, fortran-electric-line-number): Simplify.
13299 (fortran-auto-fill): New function.
13300 (fortran-do-auto-fill): Deleted.
13301 (fortran-find-comment-start-skip):
13302 Check for non-null comment-start-skip.
13303 (fortran-auto-fill-mode, fortran-fill-statement):
13304 Use fortran-auto-fill.
13305 (fortran-fill): Use fortran-auto-fill. Check for null
13306 comment-start-skip. Simplify final clause and use end-of-line finally.
13307
13308 * widget.el (widget-plist-member): New alias.
13309
133102000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13311
13312 * eshell/esh-module.el (toplevel): Reference
13313 byte-compile-current-file only if it is bound.
13314
133152000-07-10 Gerd Moellmann <gerd@gnu.org>
13316
13317 * dired.el: Don't require `dired-aux'.
13318
133192000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13320
13321 * dired-aux.el (dired-show-file-type): New function.
13322 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13323 (dired-show-file-type): Add autoload.
13324
133252000-07-10 Kenichi Handa <handa@etl.go.jp>
13326
13327 * international/mule-diag.el (describe-font): Adjusted for the
13328 change of fontset-info.
13329 (print-fontset): Likewise.
13330
133312000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13332
13333 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13334
133352000-07-07 Gerd Moellmann <gerd@gnu.org>
13336
13337 * bindings.el: Bind `[delete]' to delete-char.
13338
13339 * dired.el (dired-find-alternate-file): New function.
13340 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13341 (toplevel): Require dired-aux when compiling.
13342 (dired-buffers): Move defvar within file to avoid compiler warning.
13343
13344 * info.el (Info-last-search): Variable removed.
13345 (Info-search-history): New variable.
13346 (Info-search): New Info-search-history.
13347
13348 * battery.el, info-look.el: Change author's mail address.
13349
133502000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13351
13352 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13353 if rmail-ignored-headers is nil.
13354 (rmail-retry-failure): Bind rmail-ignored-headers and
13355 rmail-displayed-headers to nil.
13356
133572000-07-06 Gerd Moellmann <gerd@gnu.org>
13358
13359 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13360 (print-region-1): Don't hard code `-h' here.
13361
13362 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13363
133642000-07-01 Francesco Potorti` <pot@gnu.org>
13365
13366 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13367 exim can use "your message" instead of "the message".
13368
133692000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13370
13371 * facemenu.el: Docstrings fixes.
13372 (facemenu-get-face): Don't use internal-find-face.
13373 (facemenu-iterate): Rename arg to match the docstring.
13374
13375 * newcomment.el (uncomment-region): Be more careful when skipping
13376 backwards over `=' not to bump into BOBP.
13377
133782000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13379
13380 * ediff-diff.el (ediff-wordify): Use syntax table.
13381 * ediff-init.el (ediff-has-face-support-p): Use
13382 ediff-color-display-p.
13383 (ediff-color-display-p): Use display-color-p, changed to defun
13384 from defsubst.
13385 Got rid of special cases for NeXT and OS/2.
13386 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13387 face.
13388
133892000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13390
13391 * emacs-lisp/lucid.el: Require CL.
13392 (copy-tree, remprop): Remove, it's provided by CL.
13393 (map-keymap): Define in terms of cl-map-keymap.
13394 (extent-property, set-extent-end-glyph): New functions.
13395
13396 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13397
133982000-07-05 Gerd Moellmann <gerd@gnu.org>
13399
13400 * Makefile.in (DONTCOMPILE): Add comment that the name may
13401 not be changed without changing the make-dist script.
13402
13403 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13404 (cl-mapc): Use mapc instead of cl-old-mapc.
13405
134062000-07-05 Andrew Innes <andrewi@gnu.org>
13407
13408 * makefile.nt: Add support for `bootstrap' and related targets.
13409
134102000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13411
13412 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13413 (easy-menu-do-define): Use `menu-item' format.
13414 Handle case where easy-menu-create-menu returns a symbol.
13415 Manually call the potential top-level filter in the function binding.
13416 (easy-menu-filter-return): New arg NAME.
13417 Convert to a keymap if MENU is an XEmacs menu.
13418 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13419 (easy-menu-converted-items-table, easy-menu-convert-item):
13420 New var and fun to memoize easy-menu-convert-item-1.
13421 (easy-menu-do-add-item): Use it.
13422 (easy-menu-create-menu): Use easy-menu-convert-item.
13423 Wrap easy-menu-filter-return around any :filter specification.
13424 Don't convert the menu if a filter was specified.
13425 Tell easy-menu-make-symbol not to check for MENU being an expression.
13426 (easy-menu-make-symbol): New arg NOEXP.
13427
134282000-07-05 Gerd Moellmann <gerd@gnu.org>
13429
13430 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13431 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13432 (eval-defun): If called with prefix arg, instrument code for
13433 Edebug.
13434
13435 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13436 similar to that of eval-defun.
13437
134382000-07-04 Dave Love <fx@gnu.org>
13439
13440 * hl-line.el (hl-line-overlay): Make it permanent-local.
13441
13442 * calendar/todo-mode.el: Replaced with a working version, based on
13443 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13444
134452000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13446
13447 * paths.el (prune-directory-list): New function.
13448 (Info-default-directory-list): Rewritten to more methodically
13449 enumerate a big list of possible info directories (based on the
13450 list used by the standalone info reader).
13451
13452 * info.el (info-initialize): Use prune-directory-list to remove
13453 non-existent directories from Info-directory-list.
13454
13455 * paths.el (Info-default-directory-list): Try a list of possible
13456 info-directories instead of a single one. Add the possible
13457 info directory "/usr/share/info".
13458
13459 * woman.el (woman-man.conf-path): Explicitly include the debian
13460 man-db config file "/etc/manpath.config".
13461 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13462 are present in `manpath.config'.
13463 (woman-manpath): Include "/usr/share/man".
13464
134652000-07-03 Gerd Moellmann <gerd@gnu.org>
13466
13467 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13468
13469 * startup.el (command-line): Initialize blink-cursor based
13470 on window-system.
13471
13472 * frame.el (blink-cursor): Default to nil if not running under
13473 a window-system.
13474
13475 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13476 (face-x-resources): Remove duplicate entry for :font.
13477
13478 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13479 instead of cycling through windows with next-window.
13480
13481 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13482 of cycling through windows with next-window.
13483
13484 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13485 of cycling through windows with next-window.
13486
13487 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13488 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13489 instead of cycling through windows with next-window.
13490
13491 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13492 instead of cycling through windows with next-window.
13493
13494 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13495 of cycling through windows with next-window.
13496
13497 * terminal.el (te-process-output): Use walk-windows instead of
13498 cycling through windows with next-window.
13499
13500 * server.el (server-switch-buffer): Use some-window instead of
13501 cycling through windows with next-window.
13502
13503 * window.el (some-window): New function.
13504 (walk-windows): Remove reference to walk-windows-start.
13505
13506 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13507
135082000-07-03 Richard Stallman <rms@gnu.org>
13509
13510 * window.el (walk-windows): Guarantee termination by keeping a list
13511 of all the windows already handled.
13512
135132000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13514
13515 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13516 window-system.
13517
13518 * man.el (Man-notify-when-ready): Don't use window-system. If
13519 Man-notify-method is newframe, and the display is not
13520 multi-frame, select the frame created for the man page.
13521 (Man-init-defvars): Doc fix.
13522
135232000-06-28 Gerd Moellmann <gerd@gnu.org>
13524
13525 * faces.el (region): Change background color for light background.
13526
13527 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13528 attribute from mode-line face of Ediff control frame.
13529
13530 * replace.el (query-replace-map): Bind `e' like `E'.
13531
135322000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13533
13534 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13535 Change name to "Select All".
13536
13537 * dos-fns.el (convert-standard-filename): Fix last change.
13538
135392000-06-27 Gerd Moellmann <gerd@gnu.org>
13540
13541 * help.el (describe-variable): Don't insert a second `'s' in front
13542 of the string `value is shown below'. Since the syntax-table is
13543 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13544 an existing `'s', so that this won't be deleted.
13545
13546 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13547 * pcmpl-unix.el: New files.
13548
135492000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13550
13551 * wid-edit.el (widget-member): Use the new plist-member.
13552
135532000-06-26 Gerd Moellmann <gerd@gnu.org>
13554
13555 * replace.el (perform-replace): Undo change of 2000-04-04.
13556 Instead, move backward 1 character at the end of the loop when
13557 necessary.
13558
13559 * faces.el (fringe): Change face for different backgrounds.
13560
13561 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13562 patch from John.
13563
13564 * eshell/*.el: Change spelling of the Free Software Foundation.
13565
13566 * eshell/esh-toggle.el: Removed.
13567
13568 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13569
13570 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13571 interactively.
13572
135732000-06-26 Alex Schroeder <alex@gnu.org>
13574
13575 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13576 `define-key'; instead of checking `(emacs-version)' check for
13577 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13578 for `;' and `o' which might be electric.
13579
13580 (sql-electric-stuff): New user option.
13581 (sql-magic-go): New function which uses `sql-electric-stuff'.
13582 (sql-magic-semicolon): New function which uses
13583 `sql-electric-stuff'.
13584
13585 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13586 is not fboundp.
13587
13588 (sql-oracle-options): New variable.
13589 (sql-oracle): Use it.
13590
13591 (sql-imenu-generic-expression): Doc change.
13592 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13593 is used.
13594
13595 (sql-informix): Added command line parameter "-" to force
13596 sql-informix-program to use stdout.
13597
135982000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13599
13600 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13601 (cp864-decode-table): Doc fix.
13602 (cp720-decode-table): New variable, supports the Arabic OEM
13603 codepage used by Windows.
13604 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13605
136062000-06-23 Dave Love <fx@gnu.org>
13607
13608 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13609 (font-lock-fontify-anchored-keywords): Use
13610 line-beginning-position.
13611 (global-font-lock-mode): Use mapc.
13612
136132000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13614
13615 * eshell/esh-module.el: Require CL when compiling.
13616
136172000-06-23 Gerd Moellmann <gerd@gnu.org>
13618
13619 * comint.el (comint-substitute-in-file-name): Call replace-match
13620 with second and third arg t.
13621
13622 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13623 Specify foreground color.
13624
13625 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13626 color.
13627
13628 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13629
13630 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13631 cddr instead of cdddr.
13632
13633 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13634 instead of copy-list.
13635
13636 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13637 of copy-list.
13638
13639 * subdirs.el: Add eshell subdirectory.
13640
13641 * eshell: New subdirectory containing the Eshell package.
13642
13643 * pcomplete.el: New file.
13644
136452000-06-23 Paul Eggert <eggert@twinsun.com>
13646
13647 * mail/mailpost.el (post-mail-send-it): Make sure file has
13648 proper permissions from birth.
13649
13650 * files.el (basic-save-buffer-2): When temporarily setting
13651 file modes, set them to current modes plus 0200, not to 0777.
13652
13653 * emerge.el (emerge-make-temp-file): Make sure file has proper
13654 permissions from birth.
13655
136562000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13657
13658 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13659 backup file name through convert-standard-filename.
13660
13661 * dos-fns.el (convert-standard-filename): Convert leading
13662 directories as well. When long file names are supported, convert
13663 characters that are invalid in Windows file names.
13664
136652000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13666
13667 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13668 ps-print crashes. New feature: page selection for printing. Create
13669 raw-text-unix coding system for XEmacs. Doc fix.
13670 (ps-print-version): New version number (5.2.3).
13671 (ps-plot-region): Bug fix.
13672 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13673 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13674 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13675 funs.
13676 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13677 (ps-last-page): New vars.
13678
136792000-06-21 Gerd Moellmann <gerd@gnu.org>
13680
13681 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13682 empty option string.
13683
136842000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13685
13686 * man.el (man): Doc fix.
13687
136882000-06-21 Kenichi Handa <handa@etl.go.jp>
13689
13690 * international/mule-cmds.el (set-language-info-alist): Docstring
13691 fixed.
13692
136932000-06-20 Gerd Moellmann <gerd@gnu.org>
13694
13695 * version.el (emacs-version): Use ISO date format.
13696
13697 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13698 instead of `M-backspace'.
13699
13700 * simple.el (turn-off-auto-fill): New function.
13701
137022000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13703
13704 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13705 Renamed from with-buffer-prepared-for-font-lock and use
13706 inhibit-modification-hooks rather than setting *-change-functions.
13707 Update all functions to use the new name.
13708 (jit-lock-first-unfontify-pos): New semantics (and doc).
13709 (jit-lock-mode): Make non-interactive.
13710 Don't automatically turn on font-lock.
13711 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13712 Always use jit-lock-after-change.
13713 Remove and restore font-lock-after-change-function.
13714 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13715 (jit-lock-after-unfontify-buffer): Remove.
13716 (jit-lock-stealth-fontify):
13717 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13718 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13719
137202000-06-20 Sam Steingold <sds@gnu.org>
13721
13722 * emacs-lisp/cl-indent.el (toplevel): Indent
13723 `print-unreadable-object' properly. Untabify.
13724
137252000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13726
13727 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13728 Support for bibentry.
13729 (reftex-compile-variables): Fixed problem with end of section-re.
13730
13731 * texmodes/reftex-dcr.el (reftex-view-crossref,
13732 reftex-view-crossref-from-bibtex):
13733 Deal with changed `reftex-find-citation-regexp-format'.
13734 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13735 Replaced `remprop' with `put'.
13736 (reftex-view-crossref, reftex-view-crossref-when-idle):
13737 Support for bibentry.
13738
13739 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13740 New entry for bibentry package.
13741
13742 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13743 Regexp also matches "\nobibliography".
13744
13745 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13746 Call `reftex-ensure-write-access' before doing anything.
13747 (reftex-ensure-write-access): New function.
13748
137492000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13750
13751 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13752
13753 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13754
13755 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13756
13757 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13758
13759
137602000-06-20 Dave Love <fx@gnu.org>
13761
13762 * faces.el (frame-background-mode): Use set-default, not set, in
13763 setter.
13764 (frame-update-faces, frame-update-face-colors): Define with
13765 defalias.
13766
13767 * enriched.el (enriched-decode-foreground)
13768 (enriched-decode-background): Don't use internal-find-face.
13769
13770 * apropos.el: Doc fixes.
13771
13772 * cus-edit.el (customize-changed-options): Check arg.
13773 (customize-version-lessp): Don't require decimal point.
13774
13775 * custom.el (defcustom, defgroup): Doc fix.
13776
13777 * newcomment.el (comment) <defgroup>: Add :version.
13778 (comment-multi-line): Doc fix.
13779
13780 * emulation/mlsupport.el (define-hooked-local-abbrev,
13781 define-hooked-global-abbrev): Fix, using define-abbrev.
13782
137832000-06-19 Gerd Moellmann <gerd@gnu.org>
13784
13785 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13786 the whole buffer.
13787
137882000-06-19 Dave Love <fx@gnu.org>
13789
13790 * menu-bar.el (menu-bar-options-save): New function.
13791 (menu-bar-options-menu): Use it.
13792 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13793 Simplify.
13794
137952000-06-19 Andreas Schwab <schwab@suse.de>
13796
13797 * progmodes/etags.el (tags-query-replace): Put new parameters
13798 START and END at the end, for backward compatibility.
13799
138002000-06-19 Kenichi Handa <handa@etl.go.jp>
13801
13802 * international/codepage.el:
13803 (cp-coding-system-for-codepage-1): Delete special codes for
13804 generating xxx-dos coding system because now a CCL based coding
13805 system can handle EOL conversion by default.
13806
13807 * international/mule.el (make-coding-system): Generate subsidiary
13808 coding systems for EOL handling variants even for a CCL based
13809 coding system.
13810
138112000-06-19 Kenichi Handa <handa@etl.go.jp>
13812
13813 * international/isearch-x.el (isearch-minibuffer-input-method)
13814 (isearch-minibuffer-input-method-function): These variables
13815 deleted.
13816 (isearch-with-input-method): Don't use the above variables.
13817 (isearch-process-search-multibyte-characters): Likewise. Call
13818 read-string with the arg INHERIT-INPUT-METHOD t.
13819
138202000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13821
13822 * font-lock.el (font-lock-after-fontify-buffer)
13823 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13824
13825 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13826 Use consistent make-local-variable style for font-lock-fontified.
13827 (jit-lock-fontify-buffer):
13828 Don't bother checking for font-lock-mode and jit-lock-mode.
13829
13830 * time.el: Remove trailing ^M that prevent CVS-merging.
13831
138322000-06-16 Gerd Moellmann <gerd@gnu.org>
13833
13834 * Makefile.in (distclean): New target.
13835
138362000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13837
13838 * Makefile.in (srcdir): Define for update-subdirs.
13839
138402000-06-16 Gerd Moellmann <gerd@gnu.org>
13841
13842 * find-lisp.el: New file.
13843
138442000-06-16 Andrew Innes <andrewi@gnu.org>
13845
13846 * time.el (display-time-mail-function): New variable, to allow
13847 external packages to indicate when new mail is available.
13848 (display-time-update): Use it.
13849
138502000-06-16 Kenichi Handa <handa@etl.go.jp>
13851
13852 * international/mule.el (mule-version): Change version name to
13853 SAKAKI. AOI has already been used by Meadow.
13854
13855 * international/quail.el (quail-show-guidance-buf): To find the
13856 bottom window (but minibuffer), pay attention to the height of
13857 minibuffer.
13858
138592000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13860
13861 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13862 menu-bar menus. Add help strings. Don't remove the Edit menu
13863 from the menu bar, as the menu bar has enough space now.
13864
13865 * Makefile.in (SHELL): Make sure /bin/sh is used.
13866
13867 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13868 characters, which use series of two ^H characters instead of one.
13869
138702000-06-15 Gerd Moellmann <gerd@gnu.org>
13871
13872 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13873 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13874 functions.
13875 (Info-find-node-2): Try a case-sensitive search first, then
13876 do a case-insensitive search.
13877
13878 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13879 tutorials.
13880
13881 * complete.el (PC-env-vars-alist): New variable.
13882 (PC-complete-as-file-name): New function.
13883 (partial-completion-mode): Initialize PC-env-vars-alist from
13884 process-environment.
13885 (PC-do-completion): Handle completion of env vars.
13886
13887 * info.el (Info-set-mode-line): Show file name in mode line,
13888 use `*Info*' instead of `Info:'.
13889
13890 * startup.el (command-line-1): Change copyright messages to year
13891 2000.
13892
138932000-06-15 Dave Love <fx@gnu.org>
13894
13895 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13896 not local-map.
13897
138982000-06-15 Kenichi Handa <handa@etl.go.jp>
13899
13900 * international/mule.el (set-buffer-file-coding-system): Almost
13901 rewritten to handle `undecided' as no-op.
13902
139032000-06-14 Gerd Moellmann <gerd@gnu.org>
13904
13905 * Makefile.in: New file.
13906
13907 * Makefile: Removed.
13908
13909 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13910 (goto-address-highlight-keymap): Bind C-c RET.
13911
139122000-06-14 Kenichi Handa <handa@etl.go.jp>
13913
13914 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13915 inherits buffer-file-coding-system of the current buffer.
13916
13917 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13918 0. Give correct argument to set-auto-coding-function.
13919 (tar-expunge): For goto-char, use (point-min), not 0.
13920 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13921 (tar-subfile-save-buffer): Likewize.
13922
13923 * international/mule.el
13924 (after-insert-file-set-buffer-file-coding-system): Call
13925 set-buffer-file-coding-system with the arg FORCE t.
13926
139272000-06-13 Gerd Moellmann <gerd@gnu.org>
13928
13929 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13930 nil. Contemporary sendmails issue an X-Authentication-Warning if
13931 the sender is set with `-f'.
13932
139332000-06-13 Dave Love <fx@gnu.org>
13934
13935 * help.el (describe-function-1): Kluge around cases of functions
13936 fset to subrs whose doc doesn't match their symbol-name.
13937
13938 * image.el (insert-image): Default STRING to a space.
13939
13940 * info.el Doc fixes.
13941 (Info-build-node-completions): Match Ref tags.
13942
139432000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13944
13945 * frame.el (display-multi-frame-p, display-multi-font-p): New
13946 defaliases for display-graphic-p.
13947
13948 * hl-line.el: Fixed a typo in commentary.
13949
139502000-06-13 Kenichi Handa <handa@etl.go.jp>
13951
13952 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13953 fixed.
13954
139552000-06-12 Dave Love <fx@gnu.org>
13956
13957 * image.el (insert-image): Save a little consing.
13958
139592000-06-12 Kenichi Handa <handa@etl.go.jp>
13960
13961 * language/tibet-util.el: Convert all tibetan-1-column characters
13962 to the corresponding tibetan characters.
13963 (tibetan-add-components): Delete code for the special treatment of
13964 'a chung.
13965
13966 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13967 change.
13968 (tibetan-vowel-transcription-alist): More rules added.
13969 (tibetan-composite-vowel-alist): New variable.
13970 (tibetan-precomposition-rule-alist): More rules added.
13971
139722000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13973
13974 * startup.el (command-line): Only call menu-bar-mode if interactive.
13975
13976 * thingatpt.el (toplevel symbol-properties):
13977 * textmodes/makeinfo.el (makeinfo-compile):
13978 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13979 * progmodes/hideif.el (hif-compress-define-list)
13980 (hide-ifdef-use-define-alist):
13981 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13982 (ange-ftp-vms-add-file-entry):
13983 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13984 * man.el (Man-build-man-command):
13985 * mail/rnewspost.el (news-reply-header-hook):
13986 * info.el (Info-insert-dir):
13987 * emulation/mlconvert.el (backward-word, forward-word, setq):
13988 * emacs-lisp/gulp.el (gulp-send-requests):
13989 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13990 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13991 (byte-optimize-apply, end of file):
13992 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13993 (ad-make-freeze-definition):
13994 * startup.el (command-line, command-line-1): Don't quote lambdas.
13995
13996 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13997 (cvs-cleanup-removed): New function.
13998 (cvs-cleanup-functions): New var.
13999 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14000 some flexibility in specifying additional entries to auto-cleanup.
14001 (cvs-quickdir): New function.
14002 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14003 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14004 (cvs-mode-find-file): Check that we are on a filename or dirname
14005 when invoked through a mouse-click.
14006 (cvs-full-path): Remove.
14007 (cvs-dired-action): Re-introduced.
14008 (cvs-dired-noselect): Use it.
14009 (vc-post-command-functions): use this new hook if available.
14010
14011 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14012 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14013 (cvs-filename-map, cvs-dirname-map): Remove.
14014 (cvs-default-action): Remove.
14015 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14016 if the arg is really a keymap.
14017 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14018 Don't hardcode the mapping from state (aka type) to face, but check
14019 the var cvs-fi-<type>-face instead.
14020 (cvs-fileinfo-from-entries): New function.
14021
14022 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14023 Docstring fix.
14024 (cvs-find-file-and-jump): Change default to be safer.
14025 (cvs-mode-diff-map): Define it as a function as well.
14026 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14027 Bind mouse-2 in this global map rather than with text-properties.
14028
14029 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14030 file to resolve the ambiguity between C(conflict) and C(need-merge).
14031
140322000-06-12 Kenichi Handa <handa@etl.go.jp>
14033
14034 * international/mule.el (set-buffer-file-coding-system): If
14035 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14036 unconditionally.
14037
140382000-06-12 Dave Love <fx@gnu.org>
14039
14040 * wid-edit.el (widget-specify-button): Really suppress the face if
14041 required.
14042
140432000-06-11 Gerd Moellmann <gerd@gnu.org>
14044
14045 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14046
140472000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14048
14049 * imenu.el (imenu-generic-expression): Docstring fix.
14050
14051 * composite.el (composition-function-table): Move the `put'
14052 below the autoload cookie so we can load the file before loaddefs.
14053
14054 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14055
14056 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14057 Handle easy-mmode-define-global-mode.
14058 For complex macros like define-minor-mode that can generate
14059 several autoload entries, try to autoload entries in the
14060 macroexpanded code.
14061
14062 * emacs-lisp/easy-mmode.el (define-minor-mode):
14063 If KEYMAP is a symbol, just use it.
14064 Use byte-compile-current-file and load-file-name to infer the
14065 proper :require to pass to defcustom.
14066 Wrap the hook var into `progn' so as not to autoload it.
14067 Add a :autoload-end cookie.
14068 Be more careful about the evaluation of KEYMAP.
14069 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14070 (define-derived-mode): Move define-abbrev-table outside of defvar.
14071
140722000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14073
14074 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14075 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14076 (backup-compiled-files): Ignore errors during `tar'.
14077 (bootstrap): Make autoloads before elc files.
14078
140792000-06-10 Kenichi Handa <handa@etl.go.jp>
14080
14081 * international/mule.el (set-buffer-file-coding-system): If one of
14082 undecided-XXX is specified, change only EOL conversion.
14083
14084 * international/mule-conf.el (unix): New alias for the coding
14085 system undecided-unix.
14086
140872000-06-09 Dave Love <fx@gnu.org>
14088
14089 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14090
14091 * progmodes/executable.el: Byte compile dynamic.
14092 (executable-insert): Change custom type.
14093 (executable-find): Add autoload cookie.
14094 (executable-make-buffer-file-executable-if-script-p): New
14095 function. After Noah Friedman.
14096
14097 * files.el (after-save-hook): Customize, with
14098 executable-make-buffer-file-executable-if-script-p as an option.
14099
141002000-06-09 Kenichi Handa <handa@etl.go.jp>
14101
14102 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14103 "tib24p-mule.bdf" for Tibetan.
14104
14105 * composite.el (decompose-composite-char): Declare it as obsolete.
14106
14107 * man.el (Man-fontify-manpage): Pay attention to underline and
14108 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14109
141102000-06-08 Gerd Moellmann <gerd@gnu.org>
14111
14112 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14113 Set maintainer to FSF since author isn't reachable.
14114
141152000-06-08 Dave Love <fx@gnu.org>
14116
14117 * international/mule-cmds.el (select-safe-coding-system): If
14118 DEFAULT-CODING-SYSTEM is not specified, also check the most
14119 preferred coding-system if buffer-file-coding-system is
14120 `undecided'. From Handa.
14121
141222000-06-08 Kenichi Handa <handa@etl.go.jp>
14123
14124 * international/mule.el
14125 (after-insert-file-set-buffer-file-coding-system): If the buffer
14126 size is greater than INSERTED, judget that we are not visiting.
14127
141282000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14129
14130 * whitespace.el (defgroup whitespace): Comment out `:version'.
14131 XEmacs 20.4 has problems defining the group with this present.
14132 We'll have this commented out till get resolve the problem.
14133
141342000-06-07 John Wiegley <johnw@gnu.org>
14135
14136 * align.el (align-dq-string-modes, align-sq-string-modes)
14137 (align-open-comment-modes): Add pyhton-mode.
14138 (align-rules-list): Use get-text-property instead of
14139 text-properties-at.
14140 (align-rules-list): Add python-assignment.
14141 (align-rules-list): Change perl-comma-delimiter to
14142 basic-comma-delimiter. Use if for Perl modes and python-mode.
14143 (align-rules-list): Add python-chain-logic and
14144 basic-line-continuation.
14145
141462000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14147
14148 * apropos.el (apropos-mode-hook): New user variable.
14149 (apropos-mode): Run apropos-mode-hook.
14150
141512000-06-07 David Ponce <david@dponce.com>
14152
14153 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14154 commands. Require `wid-edit' at run-time.
14155
141562000-06-07 David Ponce <david@dponce.com>
14157
14158 * recentf.el: Added some "Commentary".
14159 (recentf-open-more-files, recentf-edit-list): Minor changes to
14160 move the point at the top of the file list. This behaviour is
14161 consistent with the menu one when the list contains a lot of
14162 files.
14163 (recentf-cleanup): Now displays the number of items removed from
14164 the list.
14165 (recentf-relative-filter) New menu filter to show filenames
14166 relative to `default-directory'.
14167
141682000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14169
14170 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14171 with/without giving an error if PostScript printer doesn't have this
14172 kind of page size. Zebra Stripe continues or restarts on next page.
14173 Manual/automatic paper feeding. Switch or not the header.
14174 (ps-print-version): New version number (5.2.2).
14175 (ps-windows-system): Include emx as a Windows system.
14176 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14177 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14178 (ps-background-text): Code fix.
14179 (ps-error-handler-message, ps-user-defined-prologue)
14180 (ps-print-prologue-header, ps-printer-name)
14181 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14182 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14183 (ps-use-face-background): Customization fix.
14184 (ps-n-up-database): Data fix.
14185 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14186 (ps-switch-header): New vars.
14187 (ps-xemacs-color-name, ps-face-foreground-name)
14188 (ps-face-background-name, ps-boolean-constant): New funs.
14189
141902000-06-07 Dave Love <fx@gnu.org>
14191
14192 * allout.el: New version from Manheimer.
14193
141942000-06-07 Kenichi Handa <handa@etl.go.jp>
14195
14196 * textmodes/fill.el (fill-find-break-point): Check the validity of
14197 charset.
14198
141992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14200
14201 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14202 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14203 Call display-color-p and display-mouse-p instead of looking at
14204 window-system.
14205
142062000-06-06 Dave Love <fx@gnu.org>
14207
14208 * image.el (find-image): Doc fix. Return nil if image not found.
14209 (put-image, insert-image): Make STRING arg optional.
14210
142112000-06-06 Kenichi Handa <handa@etl.go.jp>
14212
14213 * language/vietnamese.el: Remove eval-when-compile.
14214 (viet-viscii-nonascii-translation-table): Define it as a
14215 translation table made from viet-viscii-decode-table.
14216 (viet-viscii-encode-table): Define it as a translation table made
14217 from the reverse map of above.
14218 (viet-vscii-nonascii-translation-table): Define it as a
14219 translation table made from viet-vscii-decode-table.
14220 (viet-vscii-encode-table): Define it as a translation table made
14221 from the reverse map of above.
14222 (ccl-decode-viscii): Use translate-character.
14223 (ccl-encode-viscii, ccl-encode-viscii-font)
14224 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14225 Likewize.
14226
14227 * language/cyrillic.el: Remove eval-when-compile.
14228 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14229 translation table made from cyrillic-koi8-r-decode-table.
14230 (cyrillic-koi8-r-encode-table): Define it as a translation table
14231 made from the reverse map of above.
14232 (ccl-decode-koi8): Use translate-character.
14233 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14234 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14235 a translation table made from cyrillic-alternativnyj-decode-table.
14236 (cyrillic-alternativnyj-encode-table): Define it as a translation
14237 table made from the reverse map of above.
14238 (ccl-decode-alternativnyj): Use translate-character.
14239 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14240 Likewize
14241
14242 * international/mule-diag.el (non-iso-charset-alist): Specify
14243 translation table symbol instead of translation table itself.
14244 (list-block-of-chars): CHARSET may be a translation table symbol.
14245
14246 * international/mule.el (make-coding-system): If CODING-SYSTEM
14247 already exists, override it.
14248
14249 * international/fontset.el: Use family `proportional' for Tibetan
14250 fonts.
14251
14252 * international/ccl.el (ccl-compile-translate-character): Don't
14253 check if Rrr has property translation-table.
14254 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14255
142562000-06-05 Gerd Moellmann <gerd@gnu.org>
14257
14258 * info.el: Bind case-fold-search to t when searching in case
14259 a user sets it to nil in a hook.
14260
142612000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14262
14263 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14264 * hl-line.el (hl-line-mode): Use the new :global key argument.
14265
14266 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14267 (tar-clip-time-string): Prepend a space.
14268 (tar-grind-file-mode): Construct a string rather than modifying one.
14269 (tar-header-block-summarize): Fix docstring.
14270 Use `format' rather than an error-prone set of copy-loops.
14271
14272 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14273 (diff-goto-source, diff-unified->context, diff-context->unified)
14274 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14275 understand the format output by the `-p' argument to diff.
14276
14277 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14278 (sh-re-done): Use defconst.
14279 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14280 (sh-help-string-for-variable, sh-guess-basic-offset):
14281 Don't quote lambdas.
14282 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14283 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14284
14285 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14286 (mh-letter-mode): Derive from text-mode.
14287 This implicitly means that it now calls kill-all-local-variables.
14288 Also remove the Emacs-18 compatibility code.
14289
14290 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14291 Make use of symbol-property doc-string-elt.
14292 Use memq rather than a sequence of eq.
14293 (doc-string-elt): Fix the wrong or missing previously unused values.
14294 (autoload-print-form): New function extracted from
14295 generate-file-autoloads to allow recursion when handling progn
14296 so that defvar's and defun's docstrings are properly printed.
14297 (generate-file-autoloads): Use it.
14298
14299 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14300 Use find-file-hooks in the minor-mode function.
14301 Be careful not to loop indefinitely in the post-command-hook function.
14302
143032000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14304
14305 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14306 tty's.
14307 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14308 differences whenever appropriate.
14309 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14310 * viper.el (find-file, find-file-other-window): Get viper to do
14311 wildcards.
14312
143132000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14314
14315 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14316 (jit-lock-fontify-buffer): New function for JIT refontification.
14317 (jit-lock-mode): Fix docstring.
14318 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14319 Remove jit-lock-after-change from the _local_ hook.
14320 (jit-lock-function-1): Fix docstring.
14321
14322 * info.el (Info-on-current-buffer): Initialize info.
14323
14324 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14325
14326 * progmodes/tcl.el (tcl-indent-for-comment):
14327 Ignore comment-indent-hook.
14328
14329 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14330 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14331 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14332 and improve to use the lighter to guess the capitalization.
14333 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14334 Add keyword arguments to specify global-ness or the custom group.
14335 Add local-map and help-echo properties to the lighter.
14336 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14337 (easy-mmode-define-global-mode): New macro.
14338
143392000-06-02 Dave Love <fx@gnu.org>
14340
14341 * wid-edit.el: byte-compile-dynamic since we typically don't use
14342 all the widgets. Don't require cl or widget. Remove
14343 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14344 (widget-read-event): Removed. Callers changed to use read-event.
14345 (widget-button-release-event-p): Renamed from
14346 button-release-event-p.
14347 (widget-field-add-space, widget-field-use-before-change):
14348 Uncustomize.
14349 (widget-specify-field): Use keymap property, not local-map.
14350 (widget-specify-button): Obey :suppress-face.
14351 (widget-specify-insert): Use modern backquote syntax.
14352 (widget-image-directory): Renamed from widget-glyph-directory.
14353 (widget-image-enable): Renamed from widget-glyph-enable.
14354 (widget-image-find): Replaces widget-glyph-find.
14355 (widget-button-pressed-face): Move defvar.
14356 (widget-image-insert): Replaces widget-glyph-insert.
14357 (widget-convert): Use keywordp.
14358 (widget-leave-text, widget-children-value-delete): Use mapc.
14359 (widget-keymap): Remove XEmacs stuff.
14360 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14361 (widget-button-click): Don't set point at the click, but re-centre
14362 if we scroll out of window. Rewritten for images v. glyphs &c.
14363 (widget-tabable-at): Use POS arg, not point.
14364 (widget-beginning-of-line, widget-end-of-line)
14365 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14366 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14367 (widget-default-create): Use widget-image-insert; some rewriting.
14368 (widget-visibility-value-create)
14369 (widget-push-button-value-create, widget-toggle-value-create): Use
14370 widget-image-insert.
14371 (checkbox): Create on and off images dynamically.
14372 (documentation-link): Change :help-echo.
14373 (widget-documentation-link-echo-help): Remove.
14374
143752000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14376
14377 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14378
14379 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14380 (easy-mmode-define-toggle, define-minor-mode): Use it.
14381 (easy-mmode-define-keymap): Docstring fix.
14382 (define-derived-mode): Default PARENT to fundamental-mode.
14383 Add the derived-mode-parent symbol-property.
14384 (easy-mmode-derived-mode-p): New function.
14385
143862000-06-02 Dave Love <fx@gnu.org>
14387
14388 * files.el (convert-standard-filename): Doc fix.
14389 (normal-backup-enable-predicate): New function.
14390 (backup-enable-predicate): Use it to replace the lambda form.
14391
14392 * calendar/todo-mode.el: [This needs more work on the outline
14393 stuff.] Doc fixes.
14394 (todo) <defgroup>: Add :version.
14395 (todo-add-category): Don't use pushnew.
14396 (todo-cmd-raise): Fix typo.
14397 (todo-top-priorities): Change temp buffer name.
14398 (todo-category-alist): Avoid redundant lambda.
14399 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14400 Use outline-next-heading.
14401
14402 * autoarg.el: Rewritten to use define-minor-mode.
14403 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14404 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14405
144062000-06-02 Kenichi Handa <handa@etl.go.jp>
14407
14408 * isearch.el (isearch-other-meta-char): Fix previous change.
14409
144102000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14411
14412 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14413 (log-edit-done): Only add the comment to the ring if it's different
14414 from the last comment entered.
14415
14416 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14417
144182000-06-01 Dave Love <fx@gnu.org>
14419
14420 * hl-line.el: Rewritten using define-minor-mode.
14421
14422 * help.el (describe-function-1): Distinguish special form from
14423 builtin function. Sanity-check presence of arglist for builtins.
14424
144252000-06-01 Kenichi Handa <handa@etl.go.jp>
14426
14427 * international/characters.el: Fix syntax/category setting of
14428 Tibetan characters.
14429
14430 * language/tibet-util.el (tibetan-add-components): Fixes for new
14431 encoding of Tibetan characters.
14432 (tibetan-decompose-precomposition-alist): New variable.
14433 (tibetan-decompose-region): Convert precomposed characters to
14434 non-precomposed characters.
14435 (tibetan-decompose-string): Likewise.
14436 (tibetan-composition-function): Fix args to
14437 thibetan-compose-string.
14438
14439 * language/tibetan.el (tibetan-composable-pattern): More
14440 characters included.
14441 (tibetan-consonant-transcription-alist): Rule for "R" added.
14442 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14443 "+R" added.
14444 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14445
14446 * language/lao-util.el (lao-composition-function): Fix args to
14447 compose-string.
14448
14449 * language/thai-util.el (thai-composition-function): Fix args to
14450 compose-string.
14451
14452 * isearch.el (isearch-update): Set disable-point-adjustment to t
14453 to prevent the point moving to the end of a composition when a
14454 part of a composition is searched.
14455 (isearch-other-meta-char): If the key invoking this command can be
14456 mapped by function-key-map to a printing char, call
14457 isearch-process-search-char directly.
14458
144592000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14460
14461 * emacs-lisp/bytecomp.el:
14462 * frame.el:
14463 * international/mule-cmds.el:
14464 * international/mule-util.el:
14465 * international/mule.el:
14466 * mouse.el:
14467 * subr.el:
14468 * faces.el: Update calls to make-obsolete with a WHEN argument.
14469
14470 * byte-run.el (make-obsolete, make-obsolete-variable):
14471 Add an optional WHEN argument and change the format of the
14472 symbol-property information.
14473 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14474 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14475 new obsolete-symbol-property format and print WHEN if it is provided.
14476
144772000-05-31 Dave Love <fx@gnu.org>
14478
14479 * loadhist.el (loadhist-hook-functions): Remove
14480 before-change-function, after-change-function.
14481 (unload-feature): Deal with symbols which are both bound and
14482 fbound.
14483
14484 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14485 before-change-function, after-change-function.
14486
14487 * simple.el (newline): Don't bind before-change-function,
14488 after-change-function.
14489
144902000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14491
14492 * whitespace.el (whitespace-rescan-timer-time): Update interval
14493 set to 600 seconds (10 minutes) instead of 60 seconds since
14494 a large number of whitespace buffers causes emacs to `freeze'
14495 for a considerable amount of time.
14496
14497 * whitespace.el: Updated email address
14498
144992000-05-31 Dave Love <fx@gnu.org>
14500
14501 * add-log.el (change-log-font-lock-keywords) <function>: Add
14502 pattern for function of change.
14503 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14504 acknowledgements patterns.
14505
145062000-05-31 Kenichi Handa <handa@etl.go.jp>
14507
14508 * isearch.el (isearch-printing-char): If keyboard coding system is
14509 being used, call isearch-process-search-multibyte-characters.
14510
14511 * international/isearch-x.el: Mostly rewritten.
14512
14513 * international/quail.el (quail-start-conversion): Don't include
14514 unhandled events in the returned events, but set them in
14515 unread-command-events. Exit if all inputs are deleted.
14516
145172000-05-30 Jason Rumney <jasonr@gnu.org>
14518
14519 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14520
14521 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14522 Reenable code to create initial fontsets.
14523 Use set-fontset-font in place of put-charset-property.
14524
145252000-05-30 Gerd Moellmann <gerd@gnu.org>
14526
14527 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14528 label, ensure that the first colon isn't followed by another.
14529
14530 * paths.el (Info-default-directory-list): Doc fix.
14531
14532 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14533 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14534 send a query containing USER only, not USER@HOST.
14535
14536 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14537 and rmail-msgend to compute the restriction at the end, instead of
14538 computing it.
14539
145402000-05-29 Gerd Moellmann <gerd@gnu.org>
14541
14542 * dabbrev.el (dabbrev-expand): Don't display messages in the
14543 echo area if the minibuffer window is active.
14544
14545 * jit-lock.el (jit-lock-mode): Add after change function to
14546 local hook.
14547
145482000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14549
14550 * antlr-mode.el: New commands: hide/unhide actions,
14551 upcase/downcase literals.
14552 (antlr-tiny-action-length): New user option.
14553 (antlr-hide-actions): New command. Suggested by
14554 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14555 (antlr-mode-map): New binding [C-c C-v].
14556 (antlr-mode-menu): New entries.
14557 (antlr-downcase-literals): New command.
14558 (antlr-upcase-literals): Ditto.
14559
14560 * antlr-mode.el: Minor changes: indendation, mode-name.
14561 (antlr-indent-line): Indent cpp directive at column 0.
14562 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14563
14564 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14565 (antlr-font-lock-additional-keywords): Workaround for intentional
14566 bug in XEmacs version of font-lock.
14567 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14568 be used by a smarter version of `buffers-menu-grouping-function'.
14569
145702000-05-29 Gerd Moellmann <gerd@gnu.org>
14571
14572 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14573 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14574
145752000-05-29 Kenichi Handa <handa@etl.go.jp>
14576
14577 * international/encoded-kb.el
14578 (encoded-kbd-iso2022-designation-map): Pay attention to that
14579 charset-iso-final-char return -1 for eight-bit-control and
14580 eight-bit-graphic.
14581
145822000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14583
14584 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14585 (speedbar-easymenu-definition-base): Use display-graphic-p where
14586 available, instead of window-system.
14587
145882000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14589
14590 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14591 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14592 coding systems.
14593
145942000-05-26 Dave Love <fx@gnu.org>
14595
14596 * disp-table.el (standard-display-underline): Don't use
14597 internal-find-face.
14598
14599 * mail/reporter.el: Maintainer change. Doc fixes.
14600 (reporter-version): Deleted.
14601
14602 * emacs-lisp/elp.el: Maintainer change.
14603 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14604
146052000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14606
14607 * add-log.el (add-change-log-entry): Merge the current entry with the
14608 previous one if the previous one is empty.
14609
146102000-05-26 Dave Love <fx@gnu.org>
14611
14612 * loadhist.el (unload-feature): Fix interactive spec [from
14613 lijnzaad@ebi.ac.uk].
14614
14615 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14616 subr-arity to check primitives.
14617 (byte-compile-flush-pending, byte-compile-file-form-progn)
14618 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14619 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14620 mapcar.
14621
146222000-05-26 Kenichi Handa <handa@etl.go.jp>
14623
14624 * international/fontset.el: Set family names of non-latin charsets
14625 in default fontset to "*".
14626
14627 * international/mule-diag.el (print-fontset): Combine family part
14628 and registry part of the fontname by "-*-" instead of "-".
14629
14630 * international/mule-cmds.el (encode-coding-char): Make strings
14631 multibyte before calling encode-coding-string.
14632
146332000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14634
14635 * derived.el: Fix keywords.
14636 (define-derived-mode): Only define if needed.
14637
14638 * simple.el (fill-comment, comment-column, comment-start)
14639 (comment-start-skip, comment-end, comment-indent-function)
14640 (block-comment-start, block-comment-end, indent-for-comment)
14641 (set-comment-column, kill-comment, comment-padding, comment-region)
14642 (comment-multi-line, indent-new-comment-line): Remove.
14643
14644 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14645 function names for comment operations.
14646
14647 * newcomment.el: Add abundant autoload cookies.
14648 (comment-style): Don't depend on runtime data at compile-time.
14649 (comment-indent-hook): Remove.
14650 (comment-indent): Check if comment-indent-hook is bound.
14651 (comment-region): Docstring fix.
14652
146532000-05-25 Dave Love <fx@gnu.org>
14654
14655 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14656 byte-code-function-p.
14657
14658 * mail/rmailsum.el: Add provide.
14659
14660 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14661
14662 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14663 defcustom.
14664
146652000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14666
14667 * ediff-diff.el (ediff-exec-process): delete --binary option from
14668 non-buffer ediff jobs.
14669
146702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14671
14672 * hilit-chg.el (highlight-changes-mode): Ask about color or
14673 grayscale support, not about window-system.
14674
14675 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14676 window-system.
14677 (ffap-highlight): Always default to t.
14678
14679 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14680 display-popup-menus-p instead of looking at window-system.
14681
14682 * disp-table.el (standard-display-g1, standard-display-graphic):
14683 Only refuse to use string glyphs on X and MS-Windows.
14684
14685 * avoid.el: Remove window-system from commentary, suggest to use
14686 display-*-p instead.
14687
14688 * apropos.el (apropos-print): Use display-mouse-p instead of
14689 window-system.
14690
146912000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14692
14693 * international/codepage.el (cp-decoding-vector-for-codepage):
14694 Fill up unsupported characters with their own codes. From Kenichi
14695 Handa.
14696
146972000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14698
14699 * international/mule-diag.el (describe-char-after): Use
14700 display-graphic-p instead of window-system, so that this function
14701 works on MS-DOS.
14702
147032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14704
14705 * international/codepage.el (cp-make-coding-systems-for-codepage):
14706 Remove the eight-bit-graphic and eight-bit-control charsets from
14707 the list of charsets which we convert into `?'.
14708
147092000-05-25 Kenichi Handa <handa@etl.go.jp>
14710
14711 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14712 private charsets.
14713 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14714 japanese-jisx0213-2): New charsets.
14715
14716 * international/fontset.el: Setup default fontset for new charsets.
14717
147182000-05-24 Dave Love <fx@gnu.org>
14719
14720 * info.el (Info-find-node-2): Restructure [following "Vadim
14721 S. Solomin" <sovs@uic.nnov.ru>].
14722
14723 * icomplete.el: Fix header for Finder.
14724
147252000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14726
14727 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14728 STAY.
14729
14730 * rmail.el (rmail-automatic-folder-directives): New user variable.
14731 (rmail-show-message): Add call to `rmail-auto-file' during
14732 display.
14733 (rmail-auto-file): New function.
14734
147352000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14736
14737 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14738 account.
14739 (ediff-test-utility,ediff-diff-mandatory-option)
14740 (ediff-reset-diff-options): Utilities for proper initialization of
14741 ediff-diff-options and ediff-diff3-options on Windows.
14742
14743 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14744 variable.
14745
14746 * ediff-mult.el (ediff-filegroup-action): Use
14747 ediff-merge-filename-prefix.
14748
147492000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14750
14751 * viper-ex.el (ex-write): Set selective display to nil.
14752
147532000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14754
14755 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14756 aliases for hebrew-iso-8bit.
14757
147582000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14759
14760 * woman.el: New version from Francis J. Wright
14761 <F.J.Wright@Maths.QMW.ac.uk>.
14762 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14763 names in environment variables regardless of the path separator.
14764 (woman-topic-all-completions-1): Don't call file-name-directory-p
14765 on all files, since woman-file-regexp already filters out any
14766 directories.
14767
147682000-05-24 Kenichi Handa <handa@etl.go.jp>
14769
14770 * international/quail.el (quail-start-translation): Don't change
14771 modified-p of the current buffer.
14772 (quail-start-conversion): Likewise.
14773
14774 * international/kkc.el (kkc-region): Don't change modified-p of
14775 the current buffer.
14776
14777 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14778 conform to RFC1468.
14779 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14780
147812000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14782
14783 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14784 (speedbar-insert-button): Invisible text property fix.
14785 (speedbar-directory-plus): Renamed from speedbar-directory-+
14786 (speedbar-directory-minus): Renamed from speedbar-directory--
14787 (speedbar-page-plus): Renamed from speedbar-file-+
14788 (speedbar-page-minus): Renamed from speedbar-file--
14789 (speedbar-page): Renamed from speedbar-file-
14790 (speedbar-tag): Renamed from speedbar-tag-
14791 (speedbar-tag-plus): Renamed from speedbar-tag-+
14792 (speedbar-tag-minus): Renamed from speedbar-tag--
14793 (speedbar-expand-image-button-alist): Use above renames.
14794
14795 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14796 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14797 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14798 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14799 * sb-pg.xpm: Renamed from sb-file.xpm
14800 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14801 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14802
148032000-05-24 Kenichi Handa <handa@etl.go.jp>
14804
14805 * international/quail.el (quail-show-guidance-buf): Set
14806 current-input-method of the guidance buffer to the name of the
14807 curren input method.
14808
148092000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14810
14811 * progmodes/compile.el (compile-internal): Style typo.
14812
14813 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14814 quote vars and functions in the docstring.
14815
14816 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14817
14818 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14819 Don't quote lambdas.
14820
14821 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14822
148232000-05-23 Gerd Moellmann <gerd@gnu.org>
14824
14825 * startup.el (command-line): Determine source file of compiled
14826 user init file differently. Warn if compiled user init file
14827 is older than its source file.
14828
14829 * ffap.el (ffap-url-regexp): Add `https'.
14830
148312000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14832
14833 * files.el (make-backup-file-name-1): Replace slashes with `!'
14834 rather than `|' (which is not allowed on Windows). Replace the
14835 drive letters with a string "drive_X".
14836
148372000-05-23 Gerd Moellmann <gerd@gnu.org>
14838
14839 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14840
14841 * files.el (interpreter-mode-alist): Add `bash2'.
14842
148432000-05-22 Dave Love <fx@gnu.org>
14844
14845 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14846 mapc.
14847 (feature-file): Avoid calling symbol-name. Doc fix.
14848 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14849 (loadhist-hook-functions): Add mouse-position-function.
14850 (unload-feature): Change uses of mapcar.
14851
14852 * files.el (parse-colon-path): Doc fix.
14853 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14854 (set-auto-mode): Use mapc.
14855
14856 * complete.el (PC-look-for-include-file): Use :alnum: character
14857 class.
14858 (partial-completion-mode): Add autoload cookie.
14859
148602000-05-22 Sam Steingold <sds@gnu.org>
14861
14862 * info.el (Info-fontify-node): Fixed the call to
14863 `add-text-properties' (bug introduced on 2000-05-18).
14864
148652000-05-22 Dave Love <fx@gnu.org>
14866
14867 * bindings.el: Remove debug-ignored-errors set in other files.
14868
14869 * progmodes/etags.el: Add to debug-ignored-errors.
14870 (visit-tags-table-buffer): Clear out buffers holding old tables
14871 when making a new list.
14872 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14873 mapc.
14874
14875 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14876 quote keywords.
14877 (cmpl-string-case-type): Use character classes.
14878
14879 * comint.el:
14880 * textmodes/ispell.el:
14881 * imenu.el:
14882 * mail/mh-e.el:
14883 * progmodes/compile.el: Add to debug-ignored-errors.
14884
14885 * dabbrev.el: Add to debug-ignored-errors.
14886 (dabbrev-completion): Use mapc.
14887
148882000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14889
14890 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14891 (woman-mapcan, woman-parse-man.conf)
14892 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14893 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14894 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14895 path syntax better.
14896 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14897 (woman-manpath): Call woman-parse-man.conf.
14898 (woman-emulation): New defcustom, defaults to nroff.
14899 (woman-font-support): New defconst.
14900 (woman-use-symbol-font): New defcustom.
14901 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14902 "Emulation".
14903 Many functions: Doc fix.
14904
149052000-05-22 Kenichi Handa <handa@etl.go.jp>
14906
14907 * international/quail.el (quail-simple-translation-keymap): Map
14908 128..255 to quail-self-insert-command.
14909 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14910
149112000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14912
14913 * help.el (help-manyarg-func-alist): Typo.
14914
14915 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14916 intervals which makes it heaps simpler.
14917
14918 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14919 the nested comment markers.
14920
14921 * subr.el (remove-hook): Don't turn the hook's value into a list.
14922
149232000-05-21 Dave Love <fx@gnu.org>
14924
14925 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14926 are invalid characters.
14927
14928 * international/mule-util.el (detect-coding-with-priority): Use
14929 mapc. Remove redundant lambda.
14930
14931 * international/mule-diag.el (list-non-iso-charset-chars)
14932 (describe-fontset): Remove redundant lambda.
14933
14934 * emulation/crisp.el (brief-mode): New alias.
14935
14936 * emacs-lisp/ring.el (ring-elements): New function.
14937
14938 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14939 (easy-menu-do-add-item): Use keywordp.
14940
14941 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14942
14943 * replace.el: Doc and error message fixes.
14944 (replace-highlight): Use facep, not internal-find-face.
14945
149462000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14947
14948 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14949
14950 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14951 (log-edit-insert-changelog): Drop `:' as well.
14952
14953 * log-view.el: Fix file description.
14954 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14955 available.
14956 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14957 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14958
14959 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14960 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14961 Print a status message if the toggle is called interactively.
14962 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14963 for global minor modes and use `defcustom' for them.
14964 Use add-minor-mode.
14965 (easy-mmode-define-derived-mode): Remove.
14966 (define-derived-mode): Fancier default docstring.
14967 (easy-mmode-define-navigation): Signal an error rather than (ding).
14968
14969 * newcomment.el (comment-styles): New `box-multi'.
14970 (comment-normalize-vars): Better default for comment-continue to
14971 avoid whitespace-only continuations.
14972 (comment-search-forward): Always move even in the no-syntax case.
14973 (comment-padright): Only obey N if it's only obeyed for padleft.
14974 (comment-make-extra-lines): Better handling of empty continuations.
14975 Use `=' for the filler if comment-start has only one character.
14976 (uncomment-region): Try handling the special `=' filler.
14977 (comment-region): Allow LINES even if MULTI is nil.
14978 (comment-box): Choose box style based on comment-style.
14979
149802000-05-20 Kenichi Handa <handa@etl.go.jp>
14981
14982 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14983 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14984
149852000-05-20 Kenichi HANDA <handa@etl.go.jp>
14986
14987 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14988 and insert, not subst-char-in-region.
14989
14990 * international/mule-diag.el (list-character-sets-1): Handle
14991 charsets eight-bit-control and eight-bit-graphic.
14992 (list-iso-charset-chars): Likewise.
14993 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14994 charactes as is. Use indent-to to align characters.
14995
14996 * international/mule-cmds.el (find-multibyte-characters): Never
14997 exclude charsets eight-bit-control and eight-bit-graphic.
14998
149992000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15000
15001 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15002 Don't quote lambdas.
15003
15004 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15005
150062000-05-19 Gerd Moellmann <gerd@gnu.org>
15007
15008 * gud.el (gud-jdb-directories): Doc fix.
15009
150102000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15011
15012 * newcomment.el: New file.
15013
150142000-05-19 Gerd Moellmann <gerd@gnu.org>
15015
15016 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15017
150182000-05-18 Andreas Schwab <schwab@suse.de>
15019
15020 * dired.el (dired-between-files): Also skip lines beginning with
15021 `used'.
15022
150232000-05-18 Gerd Moellmann <gerd@gnu.org>
15024
15025 * msb.el (msb-menu-cond): Add choice `user'.
15026
150272000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15028
15029 * ps-print.el: Compatibility, customization and doc fix.
15030 (ps-printer-name-option): Replace defconst by defvar.
15031 (ps-postscript-code-directory): XEmacs compatibility.
15032 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15033 fix.
15034 (ps-user-defined-prologue, ps-print-prologue-header)
15035 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15036 compatibility and code fix.
15037 (ps-print-background-image, ps-print-background-text):
15038 Customization fix.
15039 (ps-line-number-start, ps-n-up-on): New vars.
15040
150412000-05-18 Espen Skoglund <esk@ira.uka.de>
15042
15043 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15044 the indent-comment function to just return the appropriate indent.
15045
150462000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15047
15048 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15049 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15050 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15051
150522000-05-18 Dave Love <fx@gnu.org>
15053
15054 * info.el (Info-fontify-node): Add intangible property as well as
15055 invisible.
15056
15057 * calendar/appt.el (appt-make-list): Match all lines of entry.
15058 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15059
150602000-05-18 Kenichi Handa <handa@etl.go.jp>
15061
15062 * international/mule-diag.el (describe-char-after): Call
15063 internal-char-font, not char-font. If internal-char-font returns
15064 nil, display "-- none --".
15065
150662000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15067
15068 * image.el (image-type-available-p): Don't reference image-types
15069 if it isn't bound.
15070
150712000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15072
15073 * autoarg.el (autoarg-mode): Typo in the :set argument.
15074
150752000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15076
15077 * startup.el (command-line-1): Don't signal an error if the
15078 directory for auto-save-list files does not yet exist.
15079
150802000-05-17 Kenichi Handa <handa@etl.go.jp>
15081
15082 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15083
150842000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15085
15086 * subr.el (remove-hook): `setq' hook-value, not `set'.
15087
150882000-05-16 Sam Steingold <sds@gnu.org>
15089
15090 * info.el (debug-ignored-errors): More errors to ignore.
15091
150922000-05-16 Dave Love <fx@gnu.org>
15093
15094 * cus-edit.el: Don't require cl or easymenu.
15095 (custom-variable-prompt): Test standard-value property, not
15096 user-variable-p.
15097
150982000-05-16 Sam Steingold <sds@gnu.org>
15099
15100 * subr.el (add-hook): `setq' hook-value, not `set'.
15101
151022000-05-16 Gerd Moellmann <gerd@gnu.org>
15103
15104 * startup.el (command-line-1): Mention the FAQ in the startup
15105 message.
15106
15107 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15108
15109 * progmodes/compile.el (compilation-parse-errors): Collect
15110 `nomessage' regexps last.
15111
15112 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15113
15114 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15115 to the function name.
15116
151172000-05-15 Dave Love <fx@gnu.org>
15118
15119 * speedbar.el (speedbar-recenter): Typo.
15120 (speedbar-expand-line): Make arg optional.
15121 (speedbar-mode): Avoid a compiler warning.
15122
151232000-05-15 Gerd Moellmann <gerd@gnu.org>
15124
15125 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15126 user-specified option string is empty.
15127
15128 * mouse.el (mouse-yank-at-click): Doc fix.
15129
151302000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15131
15132 * term/internal.el (IT-character-translations): More updates of
15133 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15134 documents.
15135
151362000-05-15 Gerd Moellmann <gerd@gnu.org>
15137
15138 * env.el (getenv): New function, interactively callable.
15139 (setenv, getenv): Remove autoload cookies.
15140
15141 * loadup.el: Load `env'.
15142
15143 * progmodes/f90.el: Change author's mail address.
15144
151452000-05-14 Dave Love <fx@gnu.org>
15146
15147 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15148 goto-addr as an option.
15149
15150 * help.el (help-xref-stack): Doc fix.
15151 (help-xref-following): New variable.
15152 (help-make-xrefs): Use it.
15153 (help-xref-go-back): Use position information from stack element.
15154 (help-follow): Make position in stack element a pair. Use
15155 help-xref-following.
15156
15157 * autoarg.el: New file.
15158
15159 * faces.el: Declare more functions obsolete.
15160
15161 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15162 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15163 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15164 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15165 Remove all the setup-...-environment functions.
15166
151672000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15168
15169 * speedbar.el: Updated the commentary section. xemacs20p now uses
15170 >= when detecting. Require `defimage' safely.
15171 (speedbar-easymenu-definition-base): Add toggle for images.
15172 (speedbar-easymenu-definition-special): Add flush cache & expand.
15173 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15174 (speedbar-reconfigure-keymaps-hook): New variable.
15175 (speedbar-frame-parameters): Updated documentation.
15176 (speedbar-use-imenu-flag): Updated custom tag
15177 (speedbar-dynamic-tags-function-list): New variable.
15178 (speedbar-tag-hierarchy-method): Updated doc & custom.
15179 (speedbar-indentation-width, speedbar-indentation-width) New
15180 variables.
15181 (speedbar-hide-button-brackets-flag): Customizable.
15182 (speedbar-vc-indicator): Doc update.
15183 (speedbar-ignored-path-expressions): Updated default value.
15184 (speedbar-supported-extension-expressions): Updated default value.
15185 (speedbar-syntax-table): Remove {} paren status.
15186 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15187 as "+". Added overlay aliases.
15188 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15189 `force-mode-line-update'.
15190 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15191 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15192 `mouse-set-point'
15193 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15194 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15195 of arbitrary text, and new helper functions.
15196 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15197 filename finder.
15198 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15199 (speedbar-directory-buttons): Update path search/expansion.
15200 (speedbar-make-tag-line): Pay attention to
15201 `speedbar-indentation-width'. Use more care w/ invisible
15202 properties.
15203 (speedbar-change-expand-button-char): Call
15204 `speedbar-insert-image-button-maybe'.
15205 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15206 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15207 (speedbar-trim-words-tag-hierarchy)
15208 (speedbar-simple-group-tag-hierarchy): New functions
15209 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15210 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15211 functions.
15212 (speedbar-mouse-set-point): New function
15213 (speedbar-power-click): Updated documentation.
15214 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15215 of tag prefix text.
15216 (speedbar-expand-line, speedbar-contract-line): Make more robust
15217 to strange text.
15218 (speedbar-expand-line): Takes universal argument to flush the
15219 cache.
15220 (speedbar-flush-expand-line): New function.
15221 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15222 Use new generator insertion method.
15223 (speedbar-fetch-dynamic-tags): New function.
15224 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15225 `speedbar-fetch-dynamic-imenu'.
15226 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15227 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15228 "Revert Buffer" menu items.
15229 (speedbar-buffer-buttons-engine): Be smarter when creating a
15230 filename tag (for expansion purposes.).
15231 (speedbar-highlight-one-tag-line,
15232 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15233 (speedbar-recenter): New functions.
15234 (defimage-speedbar): Image loading abstraction.
15235 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15236 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15237 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15238 (speedbar-tag-type, speedbar-tag-mail): New images.
15239 (speedbar-expand-image-button-alist): New variable.
15240 (speedbar-insert-image-button-maybe): Insert an image over some
15241 buttons.
15242
152432000-05-13 Kenichi Handa <handa@etl.go.jp>
15244
15245 * international/mule-cmds.el (encode-coding-char): An ASCII
15246 character is always encodable.
15247
15248 * international/mule-conf.el: Add more information in descriptions
15249 of character sets.
15250
15251 * international/mule-diag.el (describe-char-after): New function.
15252 (describe-font-internal): Adjusted for the change of font-info.
15253 (describe-font): Likewise.
15254 (print-fontset): Rewritten for the new fontset implementation.
15255 (describe-fontset): Include fontset alias names in completion.
15256 (list-fontsets): Adjusted for the change of print-fontset.
15257
15258 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15259 describe-char-after instead of displaying the detail in the echo
15260 area.
15261 (syntax-code-table): Format changed.
15262 (string-to-syntax): Adjusted for the above change.
15263
152642000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15265
15266 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15267
152682000-05-12 Dave Love <fx@gnu.org>
15269
15270 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15271 dependence. Use line-{beginning,end}-position, not
15272 point-at{b,e}ol. Some doc fixes.
15273 (todo-position): New function. Fix callers of position to use it.
15274 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15275
152762000-05-12 Gerd Moellmann <gerd@gnu.org>
15277
15278 * time.el (display-time-mail-icon): Use `:ascent center'.
15279
15280 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15281 handling FTP security extensions.
15282
152832000-05-11 Dave Love <fx@gnu.org>
15284
15285 * calendar/todo-mode.el: New file.
15286
152872000-05-11 Gerd Moellmann <gerd@gnu.org>
15288
15289 * comint.el (comint-read-input-ring): Move reference to
15290 comint-input-ring-size outside of the save-excursion. It was
15291 causing the default value to be the only one ever seen.
15292
15293 * font-lock.el: Update copyright. Remove Simon Marshall's email
15294 address on request from him.
15295
15296 * subr.el (substitute-key-definition): Add comment describing
15297 the meaning of PREFIX.
15298
152992000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15300
15301 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15302
15303 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15304 (add-minor-mode): Don't make the variable buffer-local and add a
15305 reference to define-minor-mode in the docstring.
15306
15307 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15308 HEADER/FOOTER and fix bug with trailing empty directory.
15309 (cvs-append-to-ignore): Use vc-editable-p if available.
15310 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15311 (vc-do-command): Tweak advice to handle the new VC.
15312
15313 * log-view.el (log-view-goto-rev): New function for the new VC.
15314 (log-view-minor-wrap): Use mark-active.
15315
15316 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15317 (log-edit-changelog-full-paragraphs): New var.
15318 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15319 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15320 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15321 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15322 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15323 Replace the `cvs' prefix with `log-edit'.
15324
15325 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15326
15327 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15328 (diff-font-lock-defaults): Explicitly turn off multiline.
15329 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15330 (diff-ediff-patch): Fix call to ediff-patch-file.
15331 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15332 Handle comments.
15333
15334 * frame.el (automatic-hscrolling): Typo.
15335
15336 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15337
153382000-05-09 Sam Steingold <sds@goems.com>
15339
15340 * apropos.el (apropos-print): use `describe-face' instead of
15341 `customize-face-other-window'.
15342
153432000-05-09 Dave Love <fx@gnu.org>
15344
15345 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15346
15347 * help.el (describe-variable): Have customize button pop the
15348 help-xref stack when invoked.
15349 (help-xref-symbol-regexp): Add `face'.
15350 (help-make-xrefs): Check for quoted face names and adapt regexp
15351 submatch numbers to cope.
15352 (help-xref-interned): Maybe insert face doc too. Separate
15353 sections with a line of hyphens.
15354
15355 * faces.el: Some doc fixes. Declare some functions obsolete.
15356 (describe-face): Add customize button. Return the help
15357 text. Fix prompt.
15358
153592000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15360
15361 * term/internal.el (IT-character-translations): Fix last change.
15362
153632000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15364
15365 * woman.el: New file
15366 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15367
153682000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15369
15370 * term/internal.el (IT-character-translations): Update ASCII
15371 simulations for greek-iso8859-7, add latin-iso8859-14 and
15372 latin-iso8859-15.
15373
15374 * international/mule-cmds.el (set-language-info-alist): Call
15375 define-prefix-command with 3 arguments, to make the map suitable
15376 for a menu.
15377
153782000-05-07 Dave Love <fx@gnu.org>
15379
15380 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15381
153822000-05-05 Dave Love <fx@gnu.org>
15383
15384 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15385 list in doc string. Don't quote keyword symbols.
15386 * emacs-lisp/cl.el: Likewise
15387 * emacs-lisp/cl-seq.el: Likewise
15388
153892000-05-05 Gerd Moellmann <gerd@gnu.org>
15390
15391 * abbrev.el (abbrev-mode): Make ARG optional.
15392
153932000-05-04 Gerd Moellmann <gerd@gnu.org>
15394
15395 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15396
15397 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15398
15399 * subr.el (substitute-key-definition): Clarify documentation.
15400
154012000-05-04 Milan Zamazal <pdm@freesoft.cz>
15402
15403 * glasses.el (glasses-convert-to-unreadable): Use
15404 `glasses-separator' instead of the hard-wired "_".
15405 (glasses-mode): Call `glasses-make-unreadable' only in a single
15406 place.
15407
154082000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15409
15410 * term/internal.el (cjk-codepages-alist): Add associations for
15411 Chinese and Korean codepages. Remove FIXME comment.
15412
154132000-05-03 Dave Love <fx@gnu.org>
15414
15415 * time.el (display-time-mail-face, display-time-use-mail-icon):
15416 New option.
15417 (display-time-mail-icon): New variable.
15418 (display-time-string-forms): Use the above. Fix the local-map.
15419
154202000-05-03 Gerd Moellmann <gerd@gnu.org>
15421
15422 * replace.el (query-replace-map): Add binding for `E'.
15423 (query-replace-help): Extend help text.
15424 (perform-replace): Allow editing the replacement string.
15425
15426 * make-mode.el (makefile-mode-abbrev-table): New variable.
15427 (makefile-mode): Set local abbrev table to
15428 makefile-mode-abbrev-table.
15429 (makefile-font-lock-keywords): Fontify includes and conditionals.
15430
15431 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15432 set TOGGLE's value.
15433
15434 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15435 mail-interactive-insert-alias.
15436 (mail-abbrev-complete-alias): New command.
15437 (mail-mode-map): Bind it to `M-TAB'.
15438
154392000-05-03 Kenichi Handa <handa@etl.go.jp>
15440
15441 * language/lao-util.el (lao-compose-region): New function.
15442
154432000-05-02 Gerd Moellmann <gerd@gnu.org>
15444
15445 * files.el (recover-session): Make directories as necessary
15446 if they don't exist yet.
15447
15448 * calendar/cal-french.el
15449 (french-calendar-multibyte-special-days-array)
15450 (french-calendar-special-days-array): Change French text.
15451 (calendar-french-date-string): Change output.
15452 (calendar-goto-french-date): Likewise.
15453
154542000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15455
15456 * wid-edit.el (widget-default-active): Obey `:always-active'.
15457 (widget-documentation-string-value-create): Set `:always-active'.
15458
154592000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15460
15461 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15462 default prefix to `~/_emacs.d/auto-save.list/_s'.
15463 (normal-top-level): Create the directory for auto-save files, if
15464 it doesn't already exist (in the ms-dos case only).
15465
154662000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15467
15468 * international/mule-cmds.el (set-language-environment): Don't
15469 concat an integer (dos-codepage), use format instead.
15470
154712000-05-02 Dave Love <fx@gnu.org>
15472
15473 * help.el (help-xref-on-pp): Check for constant symbols.
15474
154752000-04-29 Gerd Moellmann <gerd@gnu.org>
15476
15477 * startup.el (normal-top-level): Put a condition-case around
15478 the code loading subdirs.el.
15479
154802000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15481
15482 * ps-print.el: Upside-down and face background color printing,
15483 line number step, doc fix.
15484 (ps-print-version): New version number (5.2).
15485 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15486 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15487 (ps-spool-config): Var fix.
15488 (ps-printer-name-option): Const fix.
15489 (ps-print-upside-down, ps-use-face-background)
15490 (ps-line-number-step): New vars.
15491 (ps-window-system, ps-lp-system): New consts.
15492 (ps-face-background): New fun.
15493
154942000-04-28 Richard Stallman <rms@gnu.org>
15495
15496 * files.el (make-auto-save-file-name):
15497 Apply auto-save-file-name-transforms to visited file name
15498 before generating auto save file name.
15499 (auto-save-file-name-transforms): New variable.
15500
15501 * files.el (backup-enable-predicate):
15502 Correctly test for a file under a temporary directory.
15503
155042000-04-28 Gerd Moellmann <gerd@gnu.org>
15505
15506 * subr.el (add-minor-mode): Rewritten.
15507
155082000-04-28 Kenichi Handa <handa@etl.go.jp>
15509
15510 * mail/sendmail.el (sendmail-send-it): Set
15511 buffer-file-coding-system to the selected coding system for MIME
15512 header.
15513
155142000-04-27 Gerd Moellmann <gerd@gnu.org>
15515
15516 * dired.el (dired-move-to-filename-regexp): Allow format where
15517 YYYY is followed by two spaces.
15518
15519 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15520 in the second character class of the regexp.
15521
15522 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15523 mh-etc, too.
15524
15525 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15526 nil.
15527
15528 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15529
15530 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15531 argument.
15532
155332000-04-27 Sen Nagata <sen@eccosys.com>
15534
15535 * emacs-lisp/crm.el (crm-completion-table): New variable.
15536 (crm-collection-fn, crm-test-completion)
15537 (completing-read-multiple): Use it.
15538
155392000-04-27 Dave Love <fx@gnu.org>
15540
15541 * help.el (locate-library): Use mapc.
15542 (help-manyarg-func-alist): Add call-process-region.
15543
155442000-04-26 Gerd Moellmann <gerd@gnu.org>
15545
15546 * subr.el (add-minor-mode): Make argument MAP optional.
15547
15548 * desktop.el (desktop-save): Save list of minor modes.
15549 (desktop-create-buffer): Restore minor modes.
15550 (desktop-minor-mode-table): New user-option.
15551
15552 * subr.el (add-minor-mode): New function.
15553
15554 * image.el (find-image): New function.
15555 (defimage): Rewritten to find image at load time.
15556
15557 * startup.el (normal-top-level-add-to-load-path): Handle
15558 case that the default directory is not in load-path.
15559
15560 * help.el: Old patch from Stefan Monnier.
15561 (help-xref-on-pp): New function.
15562 (describe-variable): Use it to display xrefs in a symbol's value.
15563
155642000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15565
15566 * cus-edit.el (custom-face): Fix parenthesis.
15567
155682000-04-26 Kenichi Handa <handa@etl.go.jp>
15569
15570 * mail/rmail.el (rmail-expunge): When there are no deleted
15571 messages, do nothing.
15572
155732000-04-26 Dave Love <fx@gnu.org>
15574
15575 * international/mule-cmds.el (locale-translation-file-name):
15576 Defvar to nil.
15577 (set-locale-environment): Set it here (at runtime).
15578
155792000-04-25 Gerd Moellmann <gerd@gnu.org>
15580
15581 * replace.el (perform-replace): Add parameters START and END. Use
15582 them instead of the check for a region in Transient Mark mode.
15583 (query-replace-read-args): Return two more list elements for the
15584 start and end of the region in Transient Mark mode.
15585 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15586 (map-query-replace-regexp, replace-string, replace-regexp): Add
15587 optional last arguments START and END and pass them to
15588 perform-replace.
15589
15590 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15591 form with additional arguments for perform-replace.
15592
15593 * progmodes/etags.el (tags-query-replace): Add parameters START
15594 and END. Construct a form with additional arguments for
15595 perform-replace.
15596
15597 * simple.el (shell-command): Set default directory for "*Shell
15598 Command Output" buffer.
15599
15600 * language/european.el (iso-latin-4): Fix typo.
15601
15602 * emacs-lisp/crm.el: New file.
15603
156042000-04-24 Dave Love <fx@gnu.org>
15605
15606 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15607 (Custom-reset-saved, Custom-reset-standard)
15608 (custom-group-value-create, custom-group-set, custom-group-save)
15609 (custom-group-reset-current, custom-group-reset-saved)
15610 (custom-group-reset-standard): Use mapc.
15611 (custom-buffer-create-internal): Disable undo when creating items.
15612 Use mapc.
15613 (custom-face): Avoid redundant lambda.
15614
156152000-04-24 Gerd Moellmann <gerd@gnu.org>
15616
15617 * startup.el (auto-save-list-file-prefix): Set default to
15618 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15619
156202000-04-24 Sam Steingold <sds@gnu.org>
15621
15622 * time-stamp.el (time-stamp-string-preprocess): Always convert
15623 `field-result' to a string.
15624
156252000-04-24 Gerd Moellmann <gerd@gnu.org>
15626
15627 * frame.el (scrolling): New group.
15628 (automatic-hscrolling): New user-option.
15629
15630 * startup.el (command-line-x-option-alist): Add `-lsp' and
15631 `--line-spacing'.
15632
156332000-04-19 Dave Love <fx@gnu.org>
15634
15635 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15636 (cl-mapc): Rename from mapc. Fix the funcall.
15637
156382000-04-19 Gerd Moellmann <gerd@gnu.org>
15639
15640 * simple.el (clone-indirect-buffer-other-window): New command.
15641 (clone-indirect-buffer): Add optional arg NORECROD.
15642 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15643
15644 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15645
15646 * window.el (count-screen-lines): New function.
15647 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15648 instead of window-buffer-height.
15649
15650 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15651 non-existing variable comint-input-sentinel.
15652 (inferior-lisp-args-to-list): Removed.
15653 (inferior-lisp): Use split-string instead of
15654 inferior-lisp-args-to-list.
15655
15656 * hexl.el (hexl-insert-hex-string): New command.
15657
15658 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15659 instead of concat.
15660
156612000-04-18 Gerd Moellmann <gerd@gnu.org>
15662
15663 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15664 at the start of an existing but empty folder.
15665
156662000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15667
15668 * ps-mule.el: Customization fix, doc fix.
15669 (ps-multibyte-buffer): Customization fix.
15670
156712000-04-17 Richard M. Stallman <rms@gnu.org>
15672
15673 * subr.el (read-passwd): Use read-char-exclusive.
15674
156752000-04-17 Gerd Moellmann <gerd@gnu.org>
15676
15677 * textmodes/texinfo.el (texinfo-insert-@email)
15678 (texinfo-insert-@emph, texinfo-insert-@quotation)
15679 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15680 (texinfo-mode-map): Add key bindings for them.
15681
15682 * files.el (basic-save-buffer-2): Use a template with `$'
15683 instead of `#' for VMS.
15684
15685 * simple.el (clone-indirect-buffer): New function.
15686
156872000-04-16 Stephen Eglen <stephen@gnu.org>
15688
15689 * iswitchb.el (iswitchb-case): New function. If the user input
15690 contains any upper-case characters, the search is made
15691 case-sensitive.
15692
156932000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15694
15695 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15696 comment-end.
15697 (texinfo-font-lock-syntactic-keywords): New var.
15698 (texinfo-font-lock-keywords): Remove comment regexp.
15699 (texinfo-insert-block): New function.
15700 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15701 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15702 and font-lock-defaults. Use regexp-opt for outline-regexp.
15703 (texinfo-environments): New var.
15704 (texinfo-environment-regexp): Use regexp-opt and
15705 texinfo-environments.
15706
15707 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15708 ispell-process is bound since this might be eval'd before ispell
15709 is loaded.
15710 (ispell-message): Use a tiny bit less magic and a bit more hard
15711 data to figure out what kind of sc-cite-regexp to use.
15712
15713 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15714
15715 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15716 (insert-cyclic-diary-entry): Unquote the lambda.
15717
15718 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15719
15720 * files.el (backup-enable-predicate): Unquote the lambda.
15721
15722 * cus-edit.el (custom-face, face): Unquote the lambda.
15723
157242000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15725
15726 * ps-print.el: Check for line-beginning-position definition.
15727
15728 * ps-print.el: Fix counting lines in a region.
15729 (ps-print-version): New version number (5.1.5).
15730 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15731 (ps-printing-region): Fun code fix.
15732
157332000-04-15 Gerd Moellmann <gerd@gnu.org>
15734
15735 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15736 to file-directory-p.
15737
157382000-04-14 Gerd Moellmann <gerd@gnu.org>
15739
15740 * gud.el (gud-jdb-build-source-files-list): Check that directory
15741 exists before calling directory-files.
15742
157432000-04-13 Dave Love <fx@gnu.org>
15744
15745 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15746 syntax.
15747
15748 * emacs-lisp/cl-specs.el: Remove when, unless.
15749
15750 * emacs-lisp/cl-extra.el: Don't quote keywords.
15751 (cl-old-mapc): New variable.
15752 (mapc): Use it.
15753 (cl-map-intervals): Use with-current-buffer. Don't check for
15754 next-property-change.
15755 (cl-map-overlays): Use with-current-buffer.
15756 (cl-expt): Remove.
15757 (copy-tree, remprop): Define unconditionally.
15758
15759 * emacs-lisp/cl-compat.el (keywordp): Remove.
15760
15761 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15762 to use keywordp.
15763 (edebug-spec): Enable keywordp.
15764
15765 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15766 string-lessp.
15767
15768 * cus-start.el: Use keywordp.
15769
157702000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15771
15772 * diary-lib.el (include-other-diary-files): Fix the fix of
15773 2000-02-18 by doing a save-excursion.
15774
157752000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15776
15777 * ps-print.el: Customization fix, doc fix.
15778 (ps-print-version): New version number (5.1.4).
15779 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15780 (ps-print-preprint): Adjust code.
15781 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15782 (ps-print-prologue-header, ps-print-control-characters)
15783 (ps-spool-config): Customization fix.
15784
157852000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15786
15787 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15788 converted to the new menu-item format, names silightly changed,
15789 help strings added.
15790
15791 Support for spelling without async subprocesses:
15792
15793 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15794 (ispell-session-buffer): New variables.
15795 (ispell-start-process, ispell-process-status,
15796 ispell-accept-output, ispell-send-string): New functions, for
15797 Ispell invocation when async subprocesses aren't supported.
15798 (ispell-word, ispell-pdict-save, ispell-command-loop,
15799 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15800 to process-send-string with calls to ispell-send-string, and
15801 accept-process-output with ispell-accept-output.
15802 (ispell-init-process): Call ispell-process-status instead of
15803 process-status with.
15804 (ispell-init-process): Call ispell-start-process. Call
15805 ispell-accept-output and ispell-send-string. Don't call
15806 process-kill-without-query and kill-process if they are unbound.
15807 (ispell-async-processp): New function.
15808
158092000-04-12 Dave Love <fx@gnu.org>
15810
15811 * info.el: Add debug-ignored-errors.
15812 (Info-mode-menu): Add some items.
15813 (Info-directory): Add autoload cookie.
15814
15815 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15816 Modify `truncate-lines'. Make `describe-language-environment'
15817 always visible and add help. Modify `describe-key' help. Invoke
15818 Info-directory from `info'. New entry `emacs-manual'.
15819
158202000-04-10 Gerd Moellmann <gerd@gnu.org>
15821
b291c86c
SM
15822 * progmodes/ebrowse.el (ebrowse-tree-mode):
15823 Use propertized-buffer-identification.
a30eb617
DL
15824 (ebrowse-update-member-buffer-mode-line): Likewise.
15825 (ebrowse--mode-strings): Removed.
15826 (ebrowse--mode-line-props): Removed.
15827
15828 * files.el (auto-mode-alist): Add `EBROWSE'.
15829
15830 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15831 space before testing for end of buffer.
15832 (ebrowse-load): Removed.
15833 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15834 (ebrowse-create-tree-buffer): Rewritten.
15835 (ebrowse-tree-mode): Read tree from buffer.
15836
15837 * progmodes/ebrowse-ffh.el: Removed.
15838
158392000-04-10 Kenichi Handa <handa@etl.go.jp>
15840
15841 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15842
158432000-04-10 Gerd Moellmann <gerd@gnu.org>
15844
15845 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15846 at the wrong place.
15847
158482000-04-09 Dave Love <fx@gnu.org>
15849
b291c86c
SM
15850 * files.el (backup-enable-predicate):
15851 Use temporary-file-directory, small-temporary-file-directory.
15852 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15853 (make-backup-file-name-1): New function.
15854 (make-backup-file-name): Use it.
b291c86c 15855 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15856 (file-newest-backup): Use make-backup-file-name.
15857
158582000-04-09 Gerd Moellmann <gerd@gnu.org>
15859
15860 * progmodes/ebrowse-ffh.el: New file.
15861
86f6474c
SM
15862 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15863 Moved to ebrowse-ffh.el.
a30eb617
DL
15864 (ebrowse-load): Add autoload.
15865
15866 * finder.el (finder-commentary): Add autoload cookie.
15867
15868 * mail/rfc2368.el: Correct author's email address.
15869
15870 * progmodes/ebrowse.el: New file.
15871
15872 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15873 item help string.
15874 (easy-menu-do-add-item): Ditto.
15875 (easy-menu-define): Extend doc string.
15876
86f6474c 15877 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15878 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15879 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15880 with-buffer-unmodified.
15881
158822000-04-08 Dave Love <fx@gnu.org>
15883
15884 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15885 unless, when.
15886
158872000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15888
15889 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15890 (viper-flash-search-pattern): No operation when using Emacs
15891 doesn't support face.
15892 Use `viper-put-on-search-overlay'.
15893
158942000-04-04 Gerd Moellmann <gerd@gnu.org>
15895
15896 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15897 like C-r.
15898
15899 * progmodes/make-mode.el: Some doc fixes.
15900 (makefile-mode-abbrev-table): New variable.
15901 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15902 (makefile-font-lock-keywords): Fontify includes and conditionals.
15903 (toplevel): Require `dabbrev' and `add-log' when compiling.
15904
15905 * replace.el (perform-replace): Don't move forward one char
15906 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15907 to do that because it leaves point 1 position after the last
15908 replacement, after everything has been replaced.
15909
15910 * jit-lock.el (with-buffer-unmodified): New macro.
15911 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15912 modified state.
15913 (jit-lock-function-1): Extracted from jit-lock-function; not
15914 preserving buffer's modified state.
86f6474c
SM
15915 (jit-lock-function, jit-lock-stealth-fontify):
15916 Call jit-lock-function-1.
a30eb617
DL
15917
15918 * mail/rfc2368.el: Remove supernumerary copyright line.
15919
159202000-04-04 Milan Zamazal <pdm@freesoft.cz>
15921
15922 * glasses.el: Provide facilities for inserting space before left
15923 parentheses and uncapitalization of identifiers.
15924 (glasses-mode): Try to remove old overlays in all cases.
15925
159262000-04-03 Gerd Moellmann <gerd@gnu.org>
15927
15928 * progmodes/compile.el (compile-internal): Display the compilation
15929 buffer in a different frame, if it's already displayed there.
15930
15931 * mail/rfc2368.el: New file.
15932
15933 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15934 header and insert its value as mail body.
15935
15936 * subr.el (member-ignore-case): New function.
15937
15938 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15939 (dabbrev--find-expansion): Ignore buffers matching a regexp
15940 from dabbrev-ignored-regexps.
15941
15942 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15943 to extensions handled by gzip.
15944
159452000-04-03 Richard M. Stallman <rms@gnu.org>
15946
15947 * files.el (insert-directory): List the total free space
15948 along with the used space.
15949
15950 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15951 line is followed by one that matches CITATION-REGEXP, end the
15952 paragraph.
15953
159542000-04-03 Markus Rost <rost@delysid.gnu.org>
15955
15956 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15957 (rmail-make-basic-summary-line): Use that option.
15958
159592000-04-03 Kenichi Handa <handa@etl.go.jp>
15960
15961 * international/mule-cmds.el (encoded-string-description):
15962 Rewritten. Try pretty description for ISO 2022 escape sequences
15963 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15964 for hexadecimal format.
15965
159662000-04-01 Dave Love <fx@gnu.org>
15967
15968 * cpp.el: Change customization group to `c' from `C'.
15969
15970 * vcursor.el (vcursor-move): Use display-color-p.
15971
15972 * international/mule-util.el: Provide mule-utils.
15973 (string-to-sequence): Simplify and speed up.
15974
15975 * international/mule.el (make-coding-system): Purecopy doc-string.
15976
15977 * international/mule-cmds.el: Various menu changes.
15978 (describe-specified-language-support): Handle `Default'.
15979 (set-language-info): Purecopy `info'.
15980
159812000-03-31 Andrew Innes <andrewi@gnu.org>
15982
15983 * vc.el (vc-backend-diff): Return the correct status if we had to
15984 retry the rcsdiff command without the --brief option.
15985
159862000-03-31 Dave Love <fx@gnu.org>
15987
15988 * help.el (help-manyarg-func-alist): Correct several omissions.
15989
15990 * add-log.el: Don't require cl, fortran.
15991 (add-log-current-defun-function): Doc fix.
86f6474c 15992 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15993 (change-log-version-rcs): Function deleted.
86f6474c
SM
15994 (change-log-version-number-search): Doc fix.
15995 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15996 (add-change-log-entry): Just call add-log-current-defun to get
15997 defun. Simplify somewhat.
15998 (change-log-get-method-definition-1): Likewise.
15999 (add-log-current-defun): Return nil if calling
16000 add-log-current-defun-function does so. Move Fortran stuff to
16001 fortran.el. Return string without properties.
16002
16003 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16004 and :alpha: char classes.
16005
16006 * mail/supercite.el: Defvar curline when compiling.
16007 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16008 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16009 rather than a-zA-Z0-9 to allow non-ASCII characters.
16010
160112000-03-31 Gerd Moellmann <gerd@gnu.org>
16012
16013 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16014
16015 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16016 Re-enable new code.
16017
16018 * lpr.el (print-region-1): Use -d to specify printer name for
16019 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16020
160212000-03-31 Dave Love <fx@gnu.org>
16022
86f6474c
SM
16023 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16024 Look for function definition in symbol's function value slot first
a30eb617
DL
16025 instead of first consulting byte-compile-function-environment.
16026
160272000-03-31 Kenichi Handa <handa@etl.go.jp>
16028
16029 * language/european.el ("Polish"): New language environment.
16030 (setup-polish-environment): New function.
16031
160322000-03-30 Gerd Moellmann <gerd@gnu.org>
16033
16034 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16035 Disable new code.
16036
16037 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16038 trying to `load' the symbol of an autoload instead of the file
16039 recorded in the autoload. Fix error messages.
16040
160412000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16042
16043 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16044 (ps-print-version): New version number (5.1.3).
16045 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16046 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16047 (ps-generate-postscript-with-faces): Code fix.
16048 (ps-color-values): XEmacs compatibility.
16049 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16050 (ps-default-fg, ps-default-bg): Adjust customization.
16051 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16052 (ps-color-scale): Renaming old ps-color-value fun.
16053 (ps-print-headers): Replace ps-print-header group to avoid conflict
16054 with ps-print-header variable.
16055 (ps-print-miscellany): New group.
16056 (ps-format-color, ps-rgb-color): New funs.
16057 (ps-default-foreground): New var.
16058 (ps-printer-name-option): New const.
16059
160602000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16061
16062 * net/net-utils.el:
16063 (network-connection-host, network-connection-service): New variables
16064 (network-connection-mode): New mode, derived from comint-mode
16065 (network-connection-mode-setup): New function, saves host and
16066 service information in local variables.
16067
16068 * lisp/locate.el:
16069 (locate-word-at-point): Added this function
16070 (locate): Default to using locate-word-at-point as input
16071 Run dired-mode-hook
16072
160732000-03-29 Dave Love <fx@gnu.org>
16074
16075 * calendar/appt.el: Doc fixes.
16076 (appt-check): Convert min-to-app to a string before passing to
16077 appt-disp-window-function or concat.
16078 (appt-delete-window): Remove test for frame-root-window.
16079 (appt-select-lowest-window, appt-convert-time): Simplify.
16080
16081 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16082 (byte-compile-file-form-autoload):
16083 Update byte-compile-function-environment.
a30eb617
DL
16084
160852000-03-29 Andreas Schwab <schwab@suse.de>
16086
86f6474c 16087 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16088
16089 * dired.el (dired-insert-directory): If dired-free-space-program
16090 failed just delete its output.
16091
160922000-03-29 Dave Love <fx@gnu.org>
16093
16094 * international/iso-cvt.el: Move provide to end. Doc fixes.
16095 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16096 (iso-iso2sgml, iso-sgml2iso): New functions.
16097 (iso-cvt-define-menu): Fix some entries and use backquote for
16098 clarity.
16099
16100 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16101
161022000-03-28 Gerd Moellmann <gerd@gnu.org>
16103
16104 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16105 ISO-DATE. If non-nil, return date in ISO 8601 format.
16106
161072000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16108
16109 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16110 if it ever becomes used.
16111 (log-edit-mode-hook): Default to vc-log-mode-hook.
16112 (log-edit-mode): Fix the docstring.
16113
16114 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16115 the code.
16116
161172000-03-26 Dave Love <fx@gnu.org>
16118
16119 * net/browse-url.el (browse-url): Re-fix case of
16120 browse-url-browser-function being an alist.
16121 (browse-url): Add :link to defgroup.
16122
16123 * files.el: Doc fixes.
16124 (file-truename): Include `[' in wildcard characters.
16125 (automount-dir-prefix): Customize.
16126 (find-file-wildcards): Add :version.
16127 (find-file-noselect): Simplify a mapcar call.
16128
16129 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16130 compatible with inf-lisp version.
16131 (eval-defun-1): Fix custom-declare-variable case.
16132
161332000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16134
16135 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16136
161372000-03-24 Gerd Moellmann <gerd@gnu.org>
16138
16139 * Makefile (COMPILE_FIRST): New macro.
16140 (compile-files): Compile files from COMPILE_FIRST first.
16141
86f6474c 16142 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16143
16144 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16145 matching open parenthesis in column 0 to defun-prompt-regexp
16146 only if open-paren-in-column-0-is-defun-start is set.
16147
16148 * sun-curs.el: Require CL at compile-time only.
16149
16150 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16151 instead of copy-list which is a function from CL.
16152 (msb--choose-menu, msb--mode-menu-cond)
16153 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16154 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16155 (msb--aggregate-alist): Use mapcar instead of mapcan.
16156 Fix `(' in column 0 in doc string.
a30eb617
DL
16157 (msb--add-separators): Use mapcar instead of mapcan.
16158
16159 * cus-dep.el: Require CL at compile-time only.
16160
161612000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16162
16163 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16164 (byte-compile-warnings): New warning `noruntime'.
16165 (byte-compile-constants, byte-compile-variables): Fix docstring.
16166 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16167 execute `eval-whenc-compile's body.
16168 (byte-compile-unresolved-functions): Fix docstring.
16169 (byte-compile-eval): New function.
16170 (byte-compile-callargs-warn): Check if the function will be available
16171 at runtime (via property `byte-compile-noruntime').
16172 (byte-compile-print-syms): New function.
16173 (byte-compile-warn-about-unresolved-functions): Also warn about
16174 `noruntime' functions (and use `byte-compile-print-syms').
16175 (byte-compile-file): Capitalize the message.
16176
161772000-03-24 Gerd Moellmann <gerd@gnu.org>
16178
16179 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16180 (rmail-expunge): Ask for confirmation depending on the setting
16181 of rmail-confirm-expunge.
16182
161832000-03-23 Gerd Moellmann <gerd@gnu.org>
16184
16185 * Makefile (bootstrap-clean): If $(emacs) exists, build
16186 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16187 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16188
161892000-03-23 Dave Love <fx@gnu.org>
16190
16191 * net/browse-url.el: Restore previous use of
16192 browse-url-maybe-new-window.
16193
161942000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16195
16196 * ps-print.el: Skip banner page fix.
16197 (ps-print-version): New version number (5.1.2).
16198 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16199
162002000-03-23 Dave Pearson <davep@davep.org>
16201
16202 * net/quickurl.el Changed the type of parameter passed to the
16203 function defined by `quickurl-format-function'. Before only the
16204 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16205 and the function is responsible for extracting the parts it requires.
16206 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16207 (quickurl-insert): Changed the `funcall' of
16208 `quickurl-format-function' to match the above change.
16209 (quickurl-list-insert): Changed the `url' case so that it makes
16210 use of `quickurl-format-function', previous to this the format was
16211 hard wired.
16212
162132000-03-22 Gerd Moellmann <gerd@gnu.org>
16214
16215 * startup.el: Change some spellings for the X Window System.
16216
162172000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16218
86f6474c
SM
16219 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16220 Clean up the code and the regexp and make sure the cursor is
16221 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16222
162232000-03-22 Jason Rumney <jasonr@gnu.org>
16224
16225 * w32-fns.el (w32-charset-info-alist): Initialize.
16226
162272000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16228
16229 * ps-print.el: N-up last page fix.
16230 (ps-print-version): New version number (5.1.1).
16231 (ps-end-file, ps-end-job, ps-generate): Code fix.
16232
162332000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16234
16235 * files.el (find-file-run-dired): Update docstring.
16236 (find-directory-functions): New hook.
16237 (find-file-noselect): Run find-directory-functions rather than
16238 calling dired directly.
16239
16240 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16241
16242 * pcvs.el: Add a minimal leading commentary.
16243 (cvs-make-cvs-buffer): Change the header part by removing the startup
16244 message and adding a `Module' entry. Also replace the FOOTER and
16245 HEADER special fileinfos with the new support in ewoc for updating
16246 its own footer and header.
16247 (cvs-update-header): Update to use the header/footer of the ewoc.
16248 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16249 (cvs-is-within-p): New function.
16250 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16251 to only examine some subset of the buffers.
16252
16253 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16254 `format' instead of our own ad-hoc functions.
16255 Remove HEADER and FOOTER cases, now handled in the EWOC.
16256 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16257
16258 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16259 output to avoid scaring the user.
16260 (cvs-parse-table): Catch message for non-up-to-date commits.
16261
16262 * pcvs-defs.el (cvs-startup-message): Remove.
16263 (cvs-global-menu): New autoloaded menu.
16264
16265 * pcvs-util.el (cvs-string-fill): Remove.
16266
16267 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16268 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16269 PP part of it and also make it work for footers and headers.
16270 (ewoc-create): Drop POS and BUFFER arguments.
16271 Use the DLL's dummy node to store the end-of-footer position.
16272 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16273 (ewoc-refresh): Remove unused `header' variable.
16274 (ewoc-(get|set)-hf): New functions.
16275
16276 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16277 log-view-*-(message|file) and use easy-mmode-define-navigation.
16278 (log-view-message-re): Match SCCS format as well.
16279 And match the revision line rather than the dashed separator line.
16280 (log-view-mode): Use the new define-derived-mode.
16281 (log-view-current-tag): Fill in with an actual implementation.
16282
16283 * cvs-status.el (cvs-status-(prev|next)): Rename from
16284 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16285 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16286 to let the output "breathe" a little more (more readable).
16287 (cvs-status-mode): Use the new define-derived-mode.
16288
16289 * smerge-mode.el (smerge-auto-leave): New function and variable.
16290 (smerge-basic-map): Rename from smerge-basic-keymap.
16291 Change the bindings for smerge-diff-*.
16292 (smerge-*-map): Use easy-mmode-defmap.
16293 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16294 (smerge-keep-*): Use smerge-auto-leave.
16295
162962000-03-21 Jason Rumney <jasonr@gnu.org>
16297
16298 * cus-edit.el (custom-button-face): Use 3D look for w32.
16299 (custom-button-pressed-face): Likewise.
16300
163012000-03-21 Gerd Moellmann <gerd@gnu.org>
16302
16303 * progmodes/etags.el (tags-case-fold-search): New user-option.
16304 (tags-loop-eval): New function. Bind case-fold-search around eval
16305 depending on the value of tags-case-fold-search.
16306 (tags-loop-continue): Use tags-loop-eval.
16307 (find-tag-in-order): Bind case-fold-search depending on the value
16308 of tags-case-fold-search.
16309
163102000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16311
86f6474c 16312 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16313 (diff-end-of-hunk): Return the end position for use in
16314 `easy-mmode-define-navigation'.
16315 (diff-recenter): Remove.
16316 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16317 of `easy-mmode-define-navigation'.
16318 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16319 previous renaming) and fix to use new names.
16320 (diff-merge-strings): Use \n as separator: simpler, faster.
16321 (diff-mode): Use `define-derived-mode'.
16322
16323 * derived.el (define-derived-mode): Don't autoload anymore.
16324 Prefer the macro-only version provided by easy-mmode.el.
16325
16326 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16327 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16328 (easy-mmode-define-navigation): New macro.
16329
16330 * subr.el (combine-run-hooks): New function.
16331
163322000-03-21 Kenichi HANDA <handa@etl.go.jp>
16333
16334 * term/x-win.el: Fontsets related initialization is simplified.
16335
16336 * international/mule-diag.el (describe-font): Don't refer to
16337 global-fontset-alist, instead call font-list.
16338 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16339 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16340
86f6474c
SM
16341 * international/fontset.el (x-charset-registries): Variable removed,
16342 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16343 (register-alternate-fontnames): Function removed.
16344 (resolved-ascii-font): Variable removed.
16345 (x-compose-font-name): Ignore the second argument REDOCE.
16346 (x-complement-fontset-spec): Complement only an ASCII font and
16347 element for those charsets than can use that ASCII font.
16348 (generate-fontset-menu): Don't refer to global-fontset-alist,
16349 instead call fontset-list.
16350 (uninstantiated-fontset-alist): Variable removed.
16351 (x-style-funcs-alist): Likewise.
16352 (fontset-default-styles): Likewise.
16353 (x-modify-font-name): Function removed.
86f6474c 16354 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16355 (create-fontset-from-ascii-font): Docsting adjusted for the above
16356 change.
16357 (instantiate-fontset, resolve-fontset-name): Functions removed.
16358 (fontset-list): Now implemented by C code.
16359
16360 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16361 (describe-face): Include `font' attribute in the description.
16362
163632000-03-21 Kenichi Handa <handa@etl.go.jp>
16364
16365 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16366
163672000-03-20 Gerd Moellmann <gerd@gnu.org>
16368
16369 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16370 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16371 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16372
16373 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16374 about behavior of set-buffer-modified-p wrt redisplay.
16375
163762000-03-19 Richard M. Stallman <rms@gnu.org>
16377
16378 * view.el (view-mode-disable): Kill local binding of view-read-only.
16379
163802000-03-18 Gerd Moellmann <gerd@gnu.org>
16381
86f6474c 16382 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16383 is a string, convert it to a syntax cell using string-to-syntax.
16384
16385 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16386 (string-to-syntax): New function.
16387
16388 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16389 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16390 try to use passive ftp mode.
16391
163922000-03-17 Gerd Moellmann <gerd@gnu.org>
16393
16394 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16395
16396 * simple.el (append-to-buffer): Update point of windows after
16397 insertion.
16398
16399 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16400 forward then moving backward. Reindent.
16401
16402 * frame.el (other-frame): Call x-focus-frame only if
16403 focus-follows-mouse is off.
16404
164052000-03-17 Dave Love <fx@gnu.org>
16406
86f6474c 16407 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16408
164092000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16410
16411 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16412 regexp for labels cannot span several lines.
16413
16414 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16415 `(setq :<key> ':<key>)' to the macro expansion.
16416
164172000-03-16 Dave Love <fx@gnu.org>
16418
16419 * progmodes/f90.el (f90): Put custom group under `languages', not
16420 `fortran'.
16421 (f90-mode-hook): Customize.
16422 (f90-mode): Set add-log-current-defun-function.
16423 (f90-current-defun): New function.
16424
164252000-03-16 Gerd Moellmann <gerd@gnu.org>
16426
16427 * cus-edit.el (custom-variable-tag-face): Handle case that
16428 default face's height is not a number.
16429 (custom-face-tag-face, custom-group-tag-face-1)
16430 (custom-group-tag-face): Ditto.
16431 (custom-group-tag-face-1): Add :group.
16432
16433 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16434
164352000-03-15 Gerd Moellmann <gerd@gnu.org>
16436
16437 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16438 requiring easymenu.
16439
164402000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16441
16442 * ps-print.el: PostScript user-defined prologue, PostScript error
16443 handler, doc fix.
16444 (ps-print-version): New version number (5.1).
16445 (ps-user-defined-prologue, ps-error-handler-message)
16446 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16447 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16448 (ps-insert-string): New function.
16449
164502000-03-15 Kenichi Handa <handa@etl.go.jp>
16451
16452 * international/ccl.el (ccl-compile-expression): Don't generate
16453 invalid self-assignment code.
16454
164552000-03-14 Dave Love <fx@gnu.org>
16456
16457 * subr.el (replace-regexp-in-string): Renamed from
16458 replace-regexps-in-string. Doc fix.
16459
164602000-03-12 Dave Love <fx@gnu.org>
16461
16462 * cus-edit.el: Doc fixes.
86f6474c 16463 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16464 (custom-variable-tag-face, custom-face-tag-face)
16465 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16466 style which user identify as hyperlink.
16467 (hook): Don't add undefined functions to the hook.
16468 (debug-ignored-errors): Transfer message from bindings.el.
16469
164702000-03-12 Gerd Moellmann <gerd@gnu.org>
16471
86f6474c
SM
16472 * recentf.el (recentf-keep-non-readable-files-p):
16473 Remove double/nested definition.
a30eb617
DL
16474
164752000-03-12 Dave Love <fx@gnu.org>
16476
16477 * facemenu.el (facemenu-get-face): Use display-color-p.
16478 * enriched.el (enriched-decode-foreground): Likewise.
16479 (enriched-decode-background): Likewise.
16480 * isearch.el (isearch-highlight): Likewise.
16481 * info-look.el (info-lookup): Likewise.
16482 * simple.el (completion-setup-function): Likewise.
16483
16484 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16485 :options.
16486
16487 * bindings.el (mode-line-format): Fix line-number and
16488 column-number items. Add help-echo for the background.
16489 (mode-line-mule-info): Modify help-echo.
16490
16491 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16492
16493 * files.el (load-file): Allow completion to .elc.
16494
16495 * man.el: Doc fixes.
16496 (Man-init-defvars): Use display-color-p to set fontification.
16497
16498 * play/hanoi.el (hanoi-internal): Don't use oddp.
16499
165002000-03-12 Gerd Moellmann <gerd@gnu.org>
16501
16502 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16503
16504 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16505
165062000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16507
16508 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16509 Fix comment.
16510
165112000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16512
16513 * font-lock.el (font-lock-keywords): Fix the doc now that
16514 regexp-opt-depth is unnecessary.
16515 (save-buffer-state): Set an edebug spec.
16516 (font-lock-fontify-anchored-keywords): Properly handle the case when
16517 the matcher goes past the limit.
16518
16519 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16520 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16521
16522 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16523 dll.el and cookie.el (from Elib) with heavy renaming and other
16524 massaging.
16525
16526 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16527 Autoload the functions used.
16528 (easy-mmode-define-syntax): Fix CL typo.
16529 (easy-mmode-define-derived-mode): Improve the docstring generation.
16530
165312000-03-10 Gerd Moellmann <gerd@gnu.org>
16532
16533 * textmodes/texinfo.el (texinfo-version): Variable and function
16534 removed.
16535
165362000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16537
16538 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16539 allow more flexibility.
ff39b9a1 16540 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16541 (easy-mmode-defmap, easy-mmode-defsyntax)
16542 (easy-mmode-define-derived-mode): New macros.
16543
165442000-03-09 Didier Verna <didier@xemacs.org>
16545
16546 * rect.el (replace-rectangle): New function.
16547
165482000-03-09 Dave Love <fx@gnu.org>
16549
ff39b9a1 16550 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16551 (fortran-comment-line-start-skip): Don't match cpp stuff.
16552 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16553 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16554 (fortran-mode): Don't set fortran-comment-line-start-skip,
16555 fortran-comment-line-start here. Set comment-start,
16556 add-log-current-defun.
16557 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16558 (fortran-current-defun): New function.
16559
165602000-03-09 Gerd Moellmann <gerd@gnu.org>
16561
16562 * emacs-lisp/re-builder.el: New file.
16563
16564 * mouse.el (mouse-drag-region): Don't run up-event handler
16565 if hscroll has changed.
16566
16567 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16568 builtin operators, use `font-lock-builtin-face' for Emacs and
16569 `font-lock-preprocessor-face' otherwise.
16570
16571 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16572 `(defun (setf foo)' differently.
16573
165742000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16575
16576 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16577 (regexp-opt): Update comment and adapt the code the new meaning of
16578 the `paren' argument of regex-opt-group for shy-groups.
16579 (regexp-opt-depth): Handle shy groups as well as backslashed
16580 backslashes.
16581 (regexp-opt-group): Turn the leading comment into a docstring.
16582 Allow `paren' to be a string (the string to use to open a group).
16583 Remove open-presuf and close-presuf. Instead of checking for `all
16584 one-char' and then later on check for `several one-char', handle
16585 both cases close together. Also apply a more generic algorithm
16586 for suffixes (the mirror image of the algorithm used for
16587 prefixes). Use shy-groups. Use nreverse rather than reverse.
16588 (regexp-opt-try-suffix): Removed.
16589
16590 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16591 from comint-mode-map, so we can just inherit from it. Also, move
16592 the initialization into the `defvar' since there's no docstring
16593 anyway and it's fairly short.
16594 (inferior-scheme-mode): Define it as derived-mode: the code is
16595 shorter and this way we inherit from comint-mode-map rather than
16596 copying it.
16597
16598 * subr.el (replace-regexps-in-string): Properly handle the case
16599 where we match an empty string.
16600
16601 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16602 when the command has a directory component (such as "./testml").
16603 Also fix a typo in the comment.
16604
166052000-03-08 Gerd Moellmann <gerd@gnu.org>
16606
16607 * Makefile (compile-files): Compile files one by one because
16608 that's the only way to ensure a clean compilation environment for
16609 each individual file.
16610
16611 * frame.el (other-frame): Call x-focus-frame.
16612
166132000-03-07 Dave Love <fx@gnu.org>
16614
16615 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16616 :require to defcustom.
16617
ff39b9a1 16618 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16619
16620 * files.el (auto-mode-alist): Add configure.in.
16621
16622 * progmodes/autoconf.el: New file.
16623
166242000-03-07 Gerd Moellmann <gerd@gnu.org>
16625
16626 * mail/mh-e.el: Change maintainer to `none'.
16627
16628 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16629 to remove-hook and add-hook.
16630
166312000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16632
16633 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16634 it as the default.
16635 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16636 (sendmail-send-it): Conditionally add MIME headers specifying the
16637 used character set.
16638
166392000-03-07 Dave Love <fx@gnu.org>
16640
ff39b9a1
SM
16641 * winner.el: Fix keywords, autoload cookies.
16642 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16643
166442000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16645
16646 * international/mule.el: Modify comment about coding system
16647 property `coding-category'.
16648 (make-coding-system): New argument EOL-TYPE. Pay attention to
16649 coding-category property of PROPERTIES.
16650
ff39b9a1
SM
16651 * international/mule-conf.el (coding-category-utf-8)
16652 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16653 categories. Include them in the argument for set-coding-priority.
16654
ff39b9a1
SM
16655 * international/mule-cmds.el (reset-language-environment):
16656 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16657 coding-category-utf-16-le in the argument for set-coding-priority.
16658 (reset-language-environment): Initialize coding-category-utf-8,
16659 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16660
166612000-03-06 Karl Fogel <kfogel@red-bean.com>
16662
16663 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16664 code abstracted out of `bookmark-jump-noselect'. Now tries info
16665 extensions as well as compression extensions.
16666 (bookmark-jump-noselect): Use above new func.
16667
166682000-03-03 Gerd Moellmann <gerd@gnu.org>
16669
16670 * strokes.el: Change maintainer's mail address.
16671
166722000-03-03 Kenichi Handa <handa@etl.go.jp>
16673
16674 * international/mule-diag.el (list-character-sets): Make help-echo
16675 string by substitute-command-keys.
16676 (list-character-sets): Likewise.
16677 (sort-listed-character-sets): Call help-setup-xref.
16678
166792000-03-02 Gerd Moellmann <gerd@gnu.org>
16680
ff39b9a1 16681 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16682
166832000-03-01 Dave Love <fx@gnu.org>
16684
16685 * help.el (help-xref-go-back): Don't try to set position.
16686
ff39b9a1
SM
16687 * international/mule-diag.el (list-character-sets):
16688 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16689 (list-character-sets-1): Add help-echo to xrefs.
16690
166912000-03-02 Gerd Moellmann <gerd@gnu.org>
16692
16693 * frame.el (blink-cursor-mode): Switch cursor on when turning
16694 the mode off.
16695
16696 * add-log.el (add-log-current-defun): Add support for
16697 Autoconf mode.
16698
16699 * mail/rmail.el (rmail-quit-hook): New variable.
16700
167012000-03-01 Dave Love <fx@gnu.org>
16702
16703 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16704
16705 * help.el (help-xref-button): Add help-echo arg.
16706 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16707
ff39b9a1 16708 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16709
ff39b9a1 16710 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16711
167122000-03-01 Gerd Moellmann <gerd@gnu.org>
16713
16714 * image.el (defimage): Look for image files in load-path.
16715
ff39b9a1 16716 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16717
167182000-03-01 David Ponce <david.ponce@wanadoo.fr>
16719
ff39b9a1 16720 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16721
167222000-03-01 David Ponce <david.ponce@wanadoo.fr>
16723
ff39b9a1 16724 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16725 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16726 action to select/unselect a file.
16727 (recentf-edit-list): Code cleanup and improvement.
16728 (recentf-open-more-files-action): `recentf-open-more-files' button
16729 widget action to open a file.
ff39b9a1 16730 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16731 (recentf-more-collection): Deleted.
16732 (recentf-more-history): Deleted.
16733 (recentf-setup-more-completion): Deleted.
16734
167352000-03-01 David Ponce <david.ponce@wanadoo.fr>
16736
16737 * recentf.el (recentf-mode): No more needs that Emacs is running
16738 under a window-system.
16739
ff39b9a1 167402000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16741
16742 * recentf.el (recentf-edit-list): New command to edit the recent
16743 list which allow the user to remove files.
16744 (recentf-edit-selected-items): New global variable, used by
16745 `recentf-edit-list' to hold the list of files to be removed from
16746 the recent list.
16747 (recentf-make-menu-items): Updated to display a "Edit list..."
16748 menu item. Minor code cleanup.
16749
ff39b9a1 167502000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16751
16752 * recentf.el (recentf-open-more-files): New command to open files
16753 that are not displayed in the menu.
16754 (recentf-more-collection): New global variable holding the set of
16755 permissible completions used by `recentf-open-more-files'.
16756 (recentf-more-history): New global variable holding the history list
16757 used by `recentf-open-more-files' completion.
16758 (recentf-setup-more-completion): New function to setup completion for
16759 `recentf-open-more-files'.
16760 (recentf-make-menu-items): Updated to display a "More..." menu item.
16761
ff39b9a1 167622000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16763
16764 * recentf.el (recentf-menu-action): Doc fixed.
16765
ff39b9a1 167662000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16767
16768 * recentf.el (recentf-menu-filter): Doc updated.
16769 (recentf-update-menu-hook): Allow menu filters to force menu update.
16770 (recentf-make-menu-items): New menu filter handling.
16771 (recentf-make-menu-item): New helper function.
16772 (recentf-menu-elements): New menu handling function.
16773 (recentf-sort-ascending): Updated to new menu filter handling.
16774 (recentf-sort-descending): Updated to new menu filter handling.
16775 (recentf-sort-basenames-ascending): New menu filter function.
16776 (recentf-sort-basenames-descending): New menu filter function.
16777 (recentf-show-basenames): New menu filter function.
16778 (recentf-show-basenames-ascending): New menu filter function.
16779 (recentf-show-basenames-descending): New menu filter function.
16780
167812000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16782
16783 * diary-lib.el (list-diary-entries): Don't try to go forward at
16784 the end of the buffer.
16785
167862000-02-29 Kenichi Handa <handa@etl.go.jp>
16787
ff39b9a1
SM
16788 * international/mule-diag.el (list-character-sets):
16789 Completely rewritten.
a30eb617
DL
16790 (sort-listed-character-sets): New function.
16791 (list-character-sets-1): Completely rewritten.
16792 (list-character-sets-2): New function.
16793 (non-iso-charset-alist): New variable.
16794 (decode-codepage-char): New function.
16795 (charset-history): New variable.
16796 (read-charset) (list-block-of-chars)
16797 (list-iso-charset-chars)
16798 (list-non-iso-charset-chars)
16799 (list-charset-chars): New functions.
86f6474c 16800 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16801 (dump-charsets): Likewise.
16802
168032000-02-29 Gerd Moellmann <gerd@gnu.org>
16804
16805 * dired-x.el (dired-filename-at-point): Add `@' to valid
16806 file name characters.
16807 (dired-filename-at-point): Handle ange-ftp file names.
16808
16809 * frame.el (frame-notice-user-settings): Use assq-delete-all
16810 instead of assoc-delete-all.
16811 (frame-notice-user-settings): Ditto.
16812
16813 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16814 Don't copy alist.
16815
168162000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16817
16818 * calculator.el (calculator-use-menu): New option.
86f6474c 16819 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16820 (calculator-forced-input): Removed.
16821 (calculator-restart-other-mode): New variable.
16822 (calculator-mode-map): Set up menu.
16823
168242000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16825
86f6474c 16826 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16827
168282000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16829
86f6474c 16830 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16831 translate all ESC key sequences.
86f6474c 16832 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16833 they were saved.
86f6474c
SM
16834 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16835 * viper-util.el (viper-set-replace-overlay-glyphs)
16836 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16837 overlay is live.
86f6474c
SM
16838 * viper.el (viper-vi-state-mode-list): Add major modes.
16839 * ediff-wind.el: Minor comment changes.
16840 * ediff.el: Copyright notice date fix.
a30eb617
DL
16841
168422000-02-27 Jason Rumney <jasonr@gnu.org>
16843
16844 * faces.el (face-font-family-alternatives): Add arial to helv.
16845 (mode-line, header-line, tool-bar): Same default as x for w32.
16846 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16847 face-font-family-alternatives from working.
16848 * term/w32-win.el (mouse-set-font): Do not build fontset from
16849 chosen font.
16850
168512000-02-25 Sam Steingold <sds@goems.com>
16852
16853 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16854 properly.
16855
168562000-02-25 Richard M. Stallman <rms@gnu.org>
16857
16858 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16859
168602000-02-25 Gerd Moellmann <gerd@gnu.org>
16861
86f6474c 16862 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16863
16864 * frame.el (busy-cursor-delay-seconds): New option.
16865
168662000-02-24 Gerd Moellmann <gerd@gnu.org>
16867
16868 * frame.el (show-cursor-in-non-selected-windows): New option.
16869
168702000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16871
16872 * diary-lib.el (include-other-diary-files): Undo the selective
16873 display in any included file and don't kill it.
16874
168752000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16876
86f6474c
SM
16877 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16878 Menu items converted to (menu-item format, help strings added.
a30eb617 16879 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16880 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16881 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16882
168832000-02-23 Dave Love <fx@gnu.org>
16884
16885 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16886 (backward-kill-word): Revert addition of * to interactive spec --
16887 it's a feature.
16888
16889 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16890 (backward-kill-sentence, kill-sentence): Likewise.
16891
16892 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16893 scratch buffer name.
86f6474c 16894 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16895
16896 * term/w32-win.el (internal-face-interactive): Update prompt for
16897 new read-face-name.
16898
16899 * mail/footnote.el (footnote): Add :version to defgroup.
16900 (footnote-section-tag-regexp): Customize.
16901 (footnote-start-tag, footnote-end-tag): New option.
16902 (footnote-latin-regexp): New variable.
16903 (Footnote-latin): New function.
16904 (footnote-style-alist): Add element for latin style.
16905 (footnote-style): Moved.
16906 (Footnote-goto-footnote): Use eq to test arg.
16907
16908 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16909
16910 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16911 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16912 (byte-optimize-quote, byte-optimize-lapcode):
16913 Use byte-compile-const-symbol-p.
a30eb617
DL
16914 (byte-optimize-char-before): New optimization.
16915
16916 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16917 (byte-compile-const-symbol-p): New function.
16918 (byte-compile-constp, byte-compile-out-toplevel)
16919 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16920 Use it.
16921
16922 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16923
169242000-02-23 Kenichi Handa <handa@etl.go.jp>
16925
16926 * international/encoded-kb.el: Be sure to update minor-mode-alist
16927 and minor-mode-map-alist.
16928 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16929 codes SS2 and SS3 correctly.
16930 (encoded-kbd-self-insert-ccl): New function.
16931 (encoded-kbd-setup-keymap): New function.
16932 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16933 by calling encoded-kbd-setup-keymap.
16934
86f6474c
SM
16935 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16936 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16937
169382000-02-22 Dave Love <fx@gnu.org>
16939
16940 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16941 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16942 (lisp-mode-syntax-table): Set up for #|...|# comments.
16943 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16944 classes. Match `defface'.
16945 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16946 (eval-defun-1): Fix for defcustom.
16947 (lisp-indent-region): Doc fix.
16948
16949 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16950 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16951 (replace-regexps-in-string): New function.
16952
169532000-02-22 Gerd Moellmann <gerd@gnu.org>
16954
16955 * help.el (describe-variable): Set syntax table to
16956 emacs-lisp-mode-syntax-table when moving forward over the
16957 symbol's name.
16958
169592000-02-22 Dave Love <fx@gnu.org>
16960
16961 * xt-mouse.el: Doc fixes.
16962 (xterm-mouse-position-function): New function, replacing advice of
16963 mouse-position.
16964 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16965
16966 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16967
169682000-02-21 Gerd Moellmann <gerd@gnu.org>
16969
86f6474c
SM
16970 * format.el (format-annotate-single-property-change):
16971 Handle properties.with dotted-list values.
a30eb617
DL
16972 (format-proper-list-p): New function.
16973
16974 * enriched.el (enriched-face-ans): Handle '(foreground-color
16975 . COLOR) and (background-color . COLOR).
16976
169772000-02-20 Dave Love <fx@gnu.org>
16978
16979 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16980 and assignments to it.
16981 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16982 current local map.
16983 (make-flyspell-overlay): Use it.
16984 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16985
16986 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16987 (lm-get-header-re): Defun, not defsubst.
16988 (lm-get-package-name): Defun, not defsubst. Simplify.
16989 (lm-version): Doc fix. Simplify.
16990 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16991 (lm-crack-address, lm-last-modified-date, lm-commentary)
16992 (lm-verify, lm-synopsis): Simplify.
16993 (lm-report-bug): Require emacsbug. Use compose-mail.
16994
169952000-02-20 Gerd Moellmann <gerd@gnu.org>
16996
16997 * dired.el (dired-mode): Call propertized-buffer-identification
16998 to set mode-line-buffer-identification to something having
16999 the right text properties.
17000
17001 * bindings.el (propertized-buffer-identification): New function.
17002
170032000-02-20 Dave Love <fx@gnu.org>
17004
17005 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17006 check for t-mouse too.
17007
17008 * cus-start.el: Make echo-keystrokes `number'.
17009
170102000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17011
17012 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17013 Don't call ring-empty-p unless tags-location-ring is bound.
17014 From Noah Friedman <friedman@splode.com>.
17015
170162000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17017
17018 * progmodes/hideshow.el (hs-flag-region): No longer use
17019 `intangible' overlay property.
17020
17021 (hs-toggle-hiding): New command.
17022 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17023
17024 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17025 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17026 and deactivation.
17027
170282000-02-18 Gerd Moellmann <gerd@gnu.org>
17029
17030 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17031
170322000-02-17 Gerd Moellmann <gerd@gnu.org>
17033
17034 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17035
17036 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17037 of `*' to handle `(* ... *)' comments.
17038
170392000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17040
17041 * faces.el (list-faces-display): Use display-mouse-p instead of
17042 window-system.
17043
17044 * menu-bar.el (global-map): Menu-bar items converted to the new
17045 format (menu-item..., rearranged for better CUA compliance, and
17046 their names changed for better clarity. Help strings added.
17047
17048 * international/mule-cmds.el (mule-menu-keymap)
17049 (describe-language-environment-map, set-coding-system-map)
17050 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17051 form, add help strings. Change names of menu items for better clarity.
17052 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17053
170542000-02-17 Gerd Moellmann <gerd@gnu.org>
17055
17056 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17057 within the code.
17058
170592000-02-16 Dave Love <fx@gnu.org>
17060
17061 * faces.el: Don't require custom. Add more specific :groups to
17062 various deffaces.
17063 (set-face-attribute): Purecopy args.
17064 (read-face-name): Default to name at point and use it in prompt.
17065 Remove colon from arg in all callers.
17066 (list-faces-display): Hyperlink to face descriptions and customize
17067 buffers.
17068
170692000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17070
86f6474c 17071 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17072
170732000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17074
17075 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17076 at ':' characters by call to split-string.
17077
170782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17079
17080 * textmodes/bibtex.el: Added RCS version identification.
17081
170822000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17083
17084 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17085 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17086 (bibtex-field-const): Allow capital letters.
17087 (bibtex-start-of-string): Deleted because unused.
17088
17089 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17090 use the term 'reference' to describe a bibtex entry as a whole.
17091 Further, reference keys are no longer called 'labels'.
17092 (bibtex-keys): Renamed to bibtex-reference-keys.
17093 (bibtex-reformat-previous-labels): Renamed to
17094 bibtex-reformat-previous-reference-keys.
17095 (bibtex-reference-type): Renamed to bibtex-entry-type.
17096 (bibtex-reference-head): Renamed to bibtex-entry-head.
17097 (bibtex-reference-maybe-empty-head): Renamed to
17098 bibtex-entry-maybe-empty-head.
17099 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17100 (bibtex-search-reference): Renamed to bibtex-search-entry.
17101 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17102 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17103 (bibtex-entry-field-alist, bibtex-entry-head)
17104 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17105 (bibtex-map-entries, bibtex-search-entry)
17106 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17107 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17108 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17109 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17110 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17111 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17112 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17113
171142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17115
17116 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17117 comment.
17118 (bibtex-format-field-delimiters): New function, functionality
17119 extracted from bibtex-format-entry.
17120 (bibtex-autokey-get-yearfield-digits): New function, functionality
17121 extracted from bibtex-autokey-get-yearfield.
17122
17123 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17124 entries in order to avoid stack overflow in the regexp matcher if
17125 field contents become large.
86f6474c
SM
17126 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17127 (bibtex-field-string-part-not-braced)
17128 (bibtex-field-string-part-no-inner-braces)
17129 (bibtex-field-string-part-1-inner-brace)
17130 (bibtex-field-string-part-2-inner-braces)
17131 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17132 (bibtex-field-string-quoted, bibtex-field-string)
17133 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17134 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17135 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17136 Deleted as parsing is now performed by the following functions.
17137 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17138 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17139 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17140 (bibtex-parse-association, bibtex-field-name-for-parsing)
17141 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17142 (bibtex-search-forward-field, bibtex-search-backward-field)
17143 (bibtex-start-of-field, bibtex-end-of-field)
17144 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17145 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17146 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17147 (bibtex-parse-string, bibtex-search-forward-string)
17148 (bibtex-search-backward-string, bibtex-start-of-string)
17149 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17150 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17151 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17152 entries. Instead of reporting the results of the parsing by
17153 match-beginning or match-end, these functions return data structures
17154 that hold the corresponding positions.
17155 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17156 return values rather than by match-beginning or match-end.
17157 The following functions have been adapted to use the new
17158 parsing functions.
17159 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17160 (bibtex-enclosing-field, bibtex-format-entry)
17161 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17162 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17163 (bibtex-print-help-message, bibtex-end-of-entry)
17164 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17165 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17166 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17167 Use the new method for parsing.
17168 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17169 (bibtex-map-entries, bibtex-flash-head)
17170 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17171 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17172 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17173 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17174 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17175 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17176 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17177 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17178
171792000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17180
17181 * textmodes/bibtex.el: Copyright notice is up to date.
17182 Added constant 'bibtex-maintainer-salutation.
17183
86f6474c 17184 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17185 than make-temp-name, use match-string-no-properties and eliminate
17186 a quadratic behavior when building bibtex-strings.
17187
17188 * bibtex.el (bibtex-reference-key): Accept string entries whose
17189 reference key contains upper case letters.
17190
171912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17192
17193 * bibtex.el (bibtex-reference-head): Allow entries to start with
17194 a new line.
17195
171962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17197
17198 * bibtex.el: Hiding of entry bodies is not longer provided by
17199 bibtex.el directly. Instead the hideshow package can be used.
17200 Added a special bibtex entry to hs-special-modes-alist.
17201 (bibtex-hs-forward-sexp): Added for hideshow.el.
17202
172032000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17204
17205 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17206 proceedings entry type (for cross referencing). Thanks to Wagner
17207 Toledo Correa for the suggestion.
17208
17209 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17210
172112000-02-14 Kenichi Handa <handa@etl.go.jp>
17212
17213 * international/characters.el: Setup case table for Vietnamese.
17214
172152000-02-12 Gerd Moellmann <gerd@gnu.org>
17216
17217 * uniquify.el (toplevel): Require CL at compile time.
17218 (uniquify-push): Removed.
17219
17220 * shadowfile.el (shadow-when): Removed.
17221
17222 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17223 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17224
17225 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17226 regexp for paragraph-start.
17227
17228 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17229 commas as well.
17230
172312000-02-10 Dave Love <fx@gnu.org>
17232
17233 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17234 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17235 Deleted.
17236 (widget-specify-field, widget-specify-button): Don't use
17237 widget-mouse-help as help-echo property.
17238 (default): Use #'ignore for :validate and :mouse-down-action.
17239 (checkbox): Add help-echo.
17240 (widget-sexp-validate): Rewritten to clarify error messages.
17241 (character): Use char-valid-p in :match function.
17242 (widget-color-complete): Use facemenu-color-alist.
17243 (widget-color-action): Use facemenu-read-color.
17244
17245 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17246 set up `caar' &c that we now have.
17247
172482000-02-09 Ray Blaak <blaak@gnu.org>
17249
17250 * delphi.el: Make resourcestring a declaration region, like const
17251 and var.
17252
172532000-02-09 Dave Love <fx@gnu.org>
17254
17255 * bindings.el (mode-line-input-method-map): New variable.
17256 (mode-line-mule-info): Use it; fix last change.
17257 (mode-line-mode-menu): Move definition.
17258 (mode-line-mouse-sensitive-p): Deleted.
17259 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17260 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17261
17262 * startup.el (command-line-1): Don't call
17263 make-mode-line-mouse-sensitive.
17264
172652000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17266
86f6474c
SM
17267 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17268 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17269
172702000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17271
17272 * diff-mode.el (diff-kill-junk): New interactive function.
17273 (diff-reverse-direction): Use delete-and-extract-region.
17274 (diff-post-command-hook): Restrict the area so that the hook also works
17275 outside of any diff hunk. This is necessary for the minor-mode.
17276 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17277 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17278
17279 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17280 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17281 so that it can be used more easily in <foo>-mode-hook. Also make sure
17282 to avoid duplicate entries.
17283 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17284 (font-lock-remove-keywords): Just as was done for `add', allow it to
17285 work even if font-lock-mode is nil. Also make sure we don't modify
17286 any pre-existing list by forcing a copy-sequence. Finally rename
17287 `major-mode' to `mode'.
17288 (font-lock-fontify-syntactic-anchored-keywords)
17289 (font-lock-fontify-anchored-keywords)
17290 (font-lock-fontify-keywords-region): Use line-end-position.
17291 Don't make `font-lock-multiline' local (it's now done in
17292 font-lock-set-defaults).
86f6474c
SM
17293 (font-lock-set-defaults): Make `font-lock-multiline' local.
17294 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17295
172962000-02-06 Andrew Innes <andrewi@gnu.org>
17297
17298 * term/w32-win.el (x-handle-args): Comment out call to message,
17299 which occurs before window system is initialized.
17300
17301 * makefile.nt: Add support for recompiling lisp code.
17302
173032000-02-04 Dave Love <fx@gnu.org>
17304
17305 * bindings.el (mode-line-mule-info): Fix/extend last change.
17306
17307 * completion.el: Replace completion-dolist with dolist.
17308
86f6474c 17309 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17310
173112000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17312
86f6474c 17313 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17314 environment names before they go into the section regexp.
17315
86f6474c 17316 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17317 char class in regexp.
17318
86f6474c
SM
17319 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17320 Bind `case-fold-search' to nil.
a30eb617 17321
86f6474c
SM
17322 * progmodes/idlwave.el (idlwave-template):
17323 Respect `idlwave-abbrev-change-case'.
17324 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17325 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17326 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17327 (idlwave-rw-case): New function.
17328 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17329 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17330 (idlwave-surround): New argument LENGTH to support padding of
17331 operators longer than 1 char.
17332
17333 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17334 idlwave-shell-expression-overlay. Implemented printing of
17335 expressions on higher levels of the calling stack.
86f6474c 17336 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17337 (idlwave-retrieve-expression-from-level): New function.
17338 (idlwave-shell-last-calling-stack): Variable removed.
17339 (idlwave-shell-reset): Argument action reversed (`visible' to
17340 `hidden'). Also remove stop-line overlay.
17341 (idlwave-shell-calling-stack-routine): New variable.
17342 (idlwave-shell-parse-stack-and-display): Messages now display
17343 negative level numbers.
17344 (idlwave-shell-mode): Set `modeline-format'.
17345 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17346 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17347 (idlwave-shell-print-expression-function): New option.
17348
86f6474c
SM
17349 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17350 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17351 `tool-bar' instead of `toolbar'.
17352
173532000-02-02 Dave Love <fx@gnu.org>
17354
17355 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17356 emacs-lisp-mode-hook. Don't check for defalias being defined.
17357
17358 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17359 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17360 Use the new builtins directly.
a30eb617
DL
17361
17362 * whitespace.el (whitespace): Add :version to defgroup.
17363
17364 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17365 Doc fix.
17366
17367 * thingatpt.el (sexp-at-point, symbol-at-point)
17368 (number-at-point, list-at-point): Add autoload cookie.
17369
17370 * recentf.el (recentf): Add :version to defgroup.
17371
17372 * quickurl.el (quickurl): Add :version to defgroup.
17373
17374 * elide-head.el (elide-head): Use point-marker more.
17375
17376 * bs.el (bs): Add :version to defgroup.
17377
17378 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17379
17380 * progmodes/delphi.el (delphi): Add :version to defgroup.
17381
173822000-02-02 Gerd Moellmann <gerd@gnu.org>
17383
17384 * ange-ftp.el (ange-ftp-write-region): Handle case that
17385 succeeding process operation sets a different coding system.
17386
17387 * calculator.el: New file.
17388
173892000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17390
86f6474c 17391 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17392 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17393 (display-selections-p, display-screens, display-pixel-width)
17394 (display-pixel-height, display-mm-width, display-mm-height)
17395 (display-backing-store, display-save-under, display-planes)
17396 (display-color-cells, display-visual-class): New functions.
17397
17398 * term/tty-colors.el (tty-color-gray-shades): New function.
17399
17400 * faces.el (display-color-p): Use framep-on-display.
17401 (display-grayscale-p): New function.
17402
174032000-01-31 Dave Love <fx@gnu.org>
17404
17405 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17406 (create-fontset-from-x-resource): Don't concat integers.
17407
174082000-01-31 Inge Frick <inge@nada.kth.se>
17409
17410 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17411 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17412 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17413 window is not deleted. Modifies change 1998-04-26.
17414
174152000-01-31 Gerd Moellmann <gerd@gnu.org>
17416
17417 * windmove.el: New file.
17418
17419 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17420 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17421 progmodes/ebnf-yac.el: Update copyright and license info.
17422
86f6474c
SM
17423 * jit-lock.el (jit-lock-function): Widen before calculating
17424 end position.
a30eb617
DL
17425 (jit-lock-stealth-chunk-start): Rewritten.
17426
17427 * info.el (Info-title-face-alist): Removed.
86f6474c 17428 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17429 (Info-fontify-node): Use these faces.
17430
174312000-01-30 Gerd Moellmann <gerd@gnu.org>
17432
17433 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17434 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17435 `&allow-other-keywords'.
17436
17437 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17438 the list of directories scanned heuristically.
17439
86f6474c 17440 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17441
174422000-01-30 Jason Rumney <jasonr@gnu.org>
17443
17444 * w32-fns.el: Define w32-tty-standard-colors.
17445
17446 * startup.el (command-line): Use w32-tty-standard-colors when in
17447 w32 console mode.
17448
174492000-01-30 Dave Love <fx@gnu.org>
17450
17451 * jka-compr.el (jka-compr-load): Fix up load-history.
17452
17453 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17454
17455 * emacs-lisp/cl-macs.el: Revert previous change.
17456
174572000-01-29 Dave Love <fx@gnu.org>
17458
17459 * facemenu.el: Purecopy various strings.
17460
17461 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17462 years. Deal with three-digit years.
17463
86f6474c
SM
17464 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17465 Use defconst, purecopy.
a30eb617
DL
17466 (help-back-label): Purecopy it.
17467
174682000-01-18 Gerd Moellmann <gerd@gnu.org>
17469
17470 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17471 variable. If non-nil, order the buffer list according to the
17472 currently selected frame.
17473 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17474 non-nil, pass the selected frame to function buffer-list.
17475
174762000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17477
17478 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17479
174802000-01-28 Dave Love <fx@gnu.org>
17481
17482 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17483
17484 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17485 Don't use lisp-indent-hook property.
17486 (cl-abs): Remove.
17487
17488 * subr.el: Move out indent and edebug specs for when and unless.
17489
17490 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17491 when, unless.
17492
17493 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17494 unless, when.
17495
174962000-01-28 Gerd Moellmann <gerd@gnu.org>
17497
17498 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17499 `collecting' as synonym for `collect'.
17500
17501 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17502 for the case it contains spaces.
17503
86f6474c 17504 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17505
17506 * frame.el (delete-other-frames): New function.
17507 (toplevel): Bind it to C-x 5 1.
17508
17509 * sort.el (sort-numeric-base): New option.
17510 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17511 interpret it as octal or hexadecimal. Use sort-numeric-base
17512 as default base.
17513
17514 * progmodes/glasses.el: New file.
17515
175162000-01-27 Gerd Moellmann <gerd@gnu.org>
17517
17518 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17519 userids differently.
17520
17521 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17522 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17523 progmodes/ebnf-yac.el: New files.
17524
175252000-01-26 Dave Love <fx@gnu.org>
17526
17527 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17528 on a function with an empty body. [From Eric Ludlam.]
17529
175302000-01-25 Andre Spiegel <spiegel@gnu.org>
17531
17532 * vc.el (vc-version-diff): Make sure file name is expanded.
17533
175342000-01-25 Gerd Moellmann <gerd@gnu.org>
17535
17536 * scroll-bar.el (scroll-bar-timer): Variable removed.
17537 (scroll-bar-toolkit-scroll): Don't use a timer.
17538
175392000-01-25 Kenichi Handa <handa@etl.go.jp>
17540
86f6474c
SM
17541 * language/thai-util.el (thai-composition-function):
17542 Delete superfluous `a'.
a30eb617
DL
17543
175442000-01-24 Dave Love <fx@gnu.org>
17545
17546 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17547 end-of-defun-function.
17548
86f6474c 17549 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17550
175512000-01-22 Jason Rumney <jasonr@gnu.org>
17552
17553 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17554 conflicts with new face support.
17555
175562000-01-22 Richard M. Stallman <rms@gnu.org>
17557
17558 * replace.el (query-replace): Rename last arg to DELIMITED.
17559 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17560 (query-replace-regexp): Likewise.
17561
175622000-01-20 Richard M. Stallman <rms@gnu.org>
17563
17564 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17565
17566 * emacs-lisp/lisp.el (beginning-of-defun-function):
17567 Variable renamed from beginning-of-defun.
17568 Do not call make-variable-buffer-local.
17569 (beginning-of-defun-raw): Use new variable name; doc fix.
17570 (beginning-of-defun): Doc fix.
17571 (end-of-defun-function): Variable renamed from end-of-defun.
17572 Do not call make-variable-buffer-local.
17573 (end-of-defun): Use new variable name; doc fix.
17574
17575 * subr.el (dolist, dotimes): Copied from cl-macs.el
17576 and made to work.
17577
17578 * mail/undigest.el (rmail-digest-end-regexps):
17579 Variable replaces rmail-digest-end-regexp.
17580 Allows multiple regexps for detecting the end line.
17581 (undigestify-rmail-message): Corresponding changes.
17582
175832000-01-19 Dave Love <fx@gnu.org>
17584
17585 * files.el (user-init-file): Don't declare here -- is primitive.
17586
17587 * startup.el (command-line): Check for compiled user-init-file and
17588 set to uncompiled version if necessary.
17589
175902000-01-18 Gerd Moellmann <gerd@gnu.org>
17591
17592 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17593 (undigestify-rmail-message): Use it.
17594
17595 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17596
175972000-01-17 Gerd Moellmann <gerd@gnu.org>
17598
17599 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17600 of mini-buffer.
17601
176022000-01-14 Gerd Moellmann <gerd@gnu.org>
17603
17604 * emacs-lisp/copyright.el (copyright-update): Removed the
17605 requirement for a trailing space from `copyright-regexp', to
17606 support copyrights with owner specified on a separate line..
17607
17608 * align.el: New file.
17609
17610 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17611
17612 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17613
176142000-01-13 Dave Love <fx@gnu.org>
17615
17616 * ph.el: Removed. (Obsoleted by EUDC.)
17617
176182000-01-13 Gerd Moellmann <gerd@gnu.org>
17619
17620 * net/eudc.el (toplevel): Remove autoloaded code installing
17621 menu with easymenu, because that causes build problems.
17622
17623 * frame.el (frame-notice-user-settings): New variable.
17624 (frame-notice-user-settings): Don't modify frame parameters
17625 if called a second time.
17626
176272000-01-13 Richard M. Stallman <rms@gnu.org>
17628
17629 * frame.el (frame-notice-user-settings):
17630 Notice default-frame-parameters even for non-window frames.
17631
176322000-01-13 Gerd Moellmann <gerd@gnu.org>
17633
17634 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17635 for Emacs.
17636 (eudc-bob-can-display-inline-images): Extend for Emacs.
17637 (eudc-bob-toggle-inline-display): Ditto.
17638 (eudc-bob-display-jpeg): Ditto.
17639
176402000-01-12 Gerd Moellmann <gerd@gnu.org>
17641
17642 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17643 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17644 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17645
86f6474c
SM
17646 * add-log.el (add-change-log-entry): Fix error trying an
17647 `(insert nil)'.
a30eb617
DL
17648
17649 * subdirs.el: Add `net' directory.
17650
17651 * net: New directory.
17652
17653 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17654 eval-last-sexp. Don't bind debug-on-error here.
17655 (eval-last-sexp): New function. Bind debug-on-error if
17656 eval-expression-debug-on-error is non-nil.
17657 (eval-defun-2, eval-defun): Likewise.
17658
17659 * simple.el (eval-expression): Don't bind debug-on-error if
17660 eval-expression-debug-on-error is nil. Detect changed
17661 debug-on-error, and propagate new value to global binding, if
17662 eval-expression-debug-on-error is non-nil,
17663 (eval-expression-debug-on-error): Change doc string.
17664
176652000-01-11 Richard M. Stallman <rms@gnu.org>
17666
17667 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17668
17669 * emacs-lisp/lisp-mode.el (with-syntax-table):
17670 Set up lisp-indent-function property.
17671
17672 * subr.el (with-syntax-table): Moved from simple.el.
17673
17674 * simple.el (with-syntax-table): Moved to subr.el.
17675
176762000-01-11 Gerd Moellmann <gerd@gnu.org>
17677
17678 * tmm.el (tmm-shortcut): Delete region after prompt instead
17679 of erasing buffer.
17680
17681 * textmodes/fill.el (fill-common-string-prefix): New function.
17682 (fill-context-prefix): Use the longest common prefix of first
17683 and second line fill prefix, if there is one.
17684
176852000-01-11 Richard M. Stallman <rms@gnu.org>
17686
17687 * array.el (array-mode): Don't use make-variable-buffer-local.
17688 Use make-local-variable for `truncate-lines'.
17689
176902000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17691
17692 * add-log.el (add-log-current-defun): Handle user-defined
17693 add-log-current-function returning nil,
17694
17695 * add-log.el (add-change-log-entry): Insert version number
17696 if having found a current function
17697
86f6474c
SM
17698 * add-log.el (add-log-current-defun):
17699 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17700 level 1. Strip whitespace from defun found.
17701
177022000-01-10 John Wiegley <johnw@gnu.org>
17703
17704 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17705 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17706
177072000-01-10 Dave Love <fx@gnu.org>
17708
17709 * elide-head.el (elide-head): Use point-marker, not point.
17710
177112000-01-10 Gerd Moellmann <gerd@gnu.org>
17712
17713 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17714 before and after the year 2000.
17715
17716 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17717 Add ispell- prefix.
17718
177192000-01-10 Ken Stevens <k.stevens@ieee.org>
17720
17721 * ispell.el: Only define dictionaries in menus when they exist.
17722 (version18p): New variable.
17723 (version20p): New variable.
17724 (xemacsp): New variable.
17725 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17726 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17727 (ispell-dictionary-alist6): Russian command lines no longer accept
17728 run-together words.
17729 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17730 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17731 (check-ispell-version): Added documentation string. Return library
17732 path when called non-interactively.
a30eb617
DL
17733 (ispell-menu-map-needed): Uses new variables.
17734 (ispell-library-path): New variable.
17735 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17736 (ispell-word): Improved documentation string. Test for valid
17737 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17738 result in single words split into multiple words.
17739 Return replacement word.
a30eb617
DL
17740 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17741 replace in recursive query replace mode. Help message for
17742 recursive edit mode.
17743 (ispell-show-choices): Protect against bad framepop bindings.
17744 (ispell-help): Fix to work with XEmacs.
17745 (ispell-highlight-spelling-error): Use new variables.
17746 (ispell-overlay-window): Fix to work with XEmacs.
17747 (ispell-parse-output): Passed and returns location information
17748 tracking spelling corrections. Doesn't recheck same word on
17749 current line.
17750 (ispell-init-process): Protect against bogus XEmacs variable binding.
17751 Fix call to single argument in sleep-for. Use new variables.
17752 (ispell-region): Passed and returns location information tracking
17753 spelling corrections. Doesn't check same word on current line.
17754 Improved documentation string. Doesn't resend a line already
17755 checked to the ispell process - fixes bug in LaTeX parsing.
17756 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17757 (ispell-skip-region): No longer skips <TT> in SGML.
17758 (ispell-process-line): Tracks location information with spelling
17759 corrections. Added documentation string. Accounts for words
17760 already accepted on this line. Don't allow query-replace on line
17761 starting with math characters. Doesn't resend a line already sent
17762 to ispell process. Fixes alignment error bug.
17763
177642000-01-10 Richard M. Stallman <rms@gnu.org>
17765
17766 * dired-x.el (dired-guess-shell-alist-default):
17767 Suggest xloadimage, which is free, not xv, which isn't.
17768
17769 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17770 Don't ever include the host name or user name in the value.
17771
177722000-01-09 Gerd Moellmann <gerd@gnu.org>
17773
17774 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17775 of a real newline.
17776
177772000-01-09 Stephen Eglen <stephen@gnu.org>
17778
17779 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17780 for .png files.
17781
177822000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17783
17784 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17785
177862000-01-09 Gerd Moellmann <gerd@gnu.org>
17787
17788 * progmodes/cperl-mode.el: Replace ^F with ^L.
17789
86f6474c
SM
17790 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17791 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17792
177932000-01-08 Dave Love <fx@gnu.org>
17794
17795 * emacs-lisp/backquote.el: Remove inappropriate customization
17796 (allowing custom.el to use backquote).
17797
177982000-01-07 Dave Love <fx@gnu.org>
17799
17800 * add-log.el (add-log-debugging): Deleted.
17801 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17802 file. Remove debugging code.
17803 (change-log-get-method-definition, change-log-name): Add doc.
17804 (change-log-sortable-date-at): New function.
17805 (change-log-merge): New command.
17806
17807 * time.el (display-time-string-forms): Make the Mail string active.
17808 (display-time-update): Provide help-echo for load average.
17809
17810 * bindings.el (make-mode-line-mouse2-map): New function.
17811 (mode-line-modified): Use it and simplify.
17812 (mode-line-mule-info): Provide help-echo info.
17813 (minor-mode-alist): Activate the strings.
17814 (make-mode-line-mouse-sensitive): Simplify for
17815 mode-line-buffer-identification.
17816
178172000-01-07 Gerd Moellmann <gerd@gnu.org>
17818
17819 * play/pong.el: New file.
17820
178212000-01-06 Dave Love <fx@gnu.org>
17822
17823 * array.el: Assorted cleanups for compiler warnings, doc strings,
17824 `array-' prefix for symbols.
17825
178262000-01-05 Dave Love <fx@gnu.org>
17827
86f6474c
SM
17828 * textmodes/outline.el (outline-mode-menu-bar-map):
17829 Add outline-headers-as-kill.
a30eb617
DL
17830 (outline-mode): Define imenu-generic-expression.
17831 (outline-headers-as-kill): New command.
17832
17833 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17834 from paragraph-start.
17835 (paragraph-indent-minor-mode): New command.
17836
17837 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17838 M-C-e, M-C-h, C-j, C-xnd, TAB.
17839 (fortran-mode): Set beginning-of-defun, end-of-defun.
17840 (fortran-column-ruler): Simplify.
17841 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17842 (fortran-with-subprogram-narrowing): Likewise.
17843 (fortran-indent-subprogram): Call mark-defun.
17844 (fortran-check-for-matching-do): Change narrowing.
17845
17846 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17847 (cl-lucid-hash-tag): Delete.
17848 (cl-hash-table-p): Correct test for native table.
17849 (cl-hash-table-count): Use hash-table-count.
17850
17851 * browse-url.el (browse-url): Fix case of
17852 browse-url-browser-function being an alist.
17853
178542000-01-05 Carsten Dominik <cd@gnu.org>
17855
17856 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17857 (reftex-index-phrase-file-extension): New options.
17858
17859 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17860 Use new option `reftex-index-phrase-file-extension'.
17861
17862 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17863 `reftex-parse-file-extension'.
17864
178652000-01-05 Dave Love <fx@gnu.org>
17866
17867 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17868 (beginning-of-defun-raw): Use it.
17869 (end-of-defun): New variable.
17870 (end-of-defun): Use it.
17871 (check-parens): New command.
17872
178732000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17874
17875 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17876 (hs-show-block): Don't use `mapcar' when not accumulating.
17877
17878 Fix buglet in local variables initialization.
17879
178802000-01-05 Andreas Schwab <schwab@suse.de>
17881
17882 * hscroll.el (hscroll): Doc fix.
17883
178842000-01-05 Carsten Dominik <cd@gnu.org>
17885
86f6474c
SM
17886 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17887 Require idlw-toolbar.
a30eb617 17888
86f6474c 17889 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17890 file idlw-rinfo.el.
86f6474c
SM
17891 (idlwave-customize): Load must read file idlw-shell.el.
17892 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17893
178942000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17895
17896 * progmodes/idlw-shell.el: Also provide idlwave-shell
17897 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17898 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17899
86f6474c 17900 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17901 both reftex-dcr and reftex-vcr.
17902
17903 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17904
179052000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17906
17907 * ps-print.el: PostScript code now is in separate files, doc fix.
17908 (ps-print-version): New version number (5.0.3).
17909 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17910 local.
17911 (ps-spool-config): Initialization fix.
17912 (ps-print-prologue-1, ps-print-prologue-2)
17913 (ps-print-duplex-feature): PostScript code moved to separated file.
17914 (ps-background-image): Little code reformating.
17915 (ps-begin-file, ps-begin-job): Fix code.
17916 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17917 (ps-prologue-file): New fun.
17918
179192000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17920
17921 * ps-vars.el: Eliminated.
17922
17923 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17924 `;;;###autoload'.
17925
17926 * ps-print.el: ps-vars eliminated, doc fix.
17927 (ps-print-version): New version number (5.0.2).
17928 (ps-spool-config): Initialization fix.
17929 (ps-print-customize): New fun.
17930
179312000-01-04 Gerd Moellmann <gerd@gnu.org>
17932
86f6474c 17933 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17934
179352000-01-04 Dave Love <fx@gnu.org>
17936
17937 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17938 menu items.
17939
179402000-01-03 Dave Love <fx@gnu.org>
17941
17942 * elide-head.el (elide-head) [defgroup]: Add :version.
17943
17944 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17945 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17946 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17947 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17948
179492000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17950
17951 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17952 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17953
179542000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17955
17956 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17957 at comment end, and re-insert them after filling.
17958
179592000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17960
17961 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17962 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17963 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17964
179652000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17966
17967 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17968 the new name of face-color-supported-p.
17969
17970 * term/w32-win.el (xw-defined-colors): Likewise.
17971
179722000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17973
17974 * simple.el (completion-setup-function): Count completion-size
17975 from minibuffer-prompt-end, not from point-min.
17976
179772000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17978
17979 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17980 Pass the frame to tty-color-* functions.
17981 (display-color-p, frame-set-background-mode): Pass the frame to
17982 tty-display-color-p.
17983
17984 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17985 tty-color-alist.
17986 (tty-color-alist, tty-modify-color-alist): New functions.
17987 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17988 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17989 optional parameter FRAME.
a30eb617
DL
17990
179912000-01-01 Gerd Moellmann <gerd@gnu.org>
17992
86f6474c
SM
17993 * image.el (create-image, defimage): Don't assume image data is
17994 a string.
a30eb617
DL
17995
17996 * image.el (defimage): Handle specifications containing :data
17997 instead of :file.
17998 (image-type-from-data): New function.
17999 (image-type-from-file-header): Use it.
18000 (create-image): Add parameter DATA-P.
18001
18002See ChangeLog.8 for earlier changes.
18003
18004;; Local Variables:
18005;; coding: iso-2022-7bit
18006;; End: