(Indentation Commands): Document what indent-relative does when called
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5f0e1d42
EZ
12001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc
4 fix.
5
2ebf8f54
EZ
62001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
7
7a03d9cd
EZ
8 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
9
2ebf8f54
EZ
10 * dabbrev.el (dabbrev--select-buffers): Fix last change.
11
4de68712
RS
122001-06-20 Richard M. Stallman <rms@gnu.org>
13
14 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
15 broken out from dabbrev--find-expansion. Handle minibuffer
16 specially here.
17 (dabbrev--find-expansion): Simplify code in various ways.
18 Don't treat minibuffers specially.
19 Call dabbrev--make-friend-buffer-list.
20 (dabbrev--select-buffers): Don't treat minibuffers specially.
21 Simplify.
22 (dabbrev--scanning-message): Do nothing when minibuffer is current.
23
f84e9763 242001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 25
f84e9763
JW
26 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
27 Also, added a comment describing how to greatly speedup Eshell
28 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9
EZ
29
302001-06-18 John Wiegley <johnw@gnu.org>
b868ed49
JW
31
32 * eshell/esh-mode.el: Disabled a test that often yields false
33 failures.
f84e9763
JW
34
352001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
36
37 * woman.el (WoMan-highlight-references): Add help-echo to
38 mouse-highlighted text.
b868ed49 39
f7ac3e28
SM
402001-06-18 Stefan Monnier <monnier@cs.yale.edu>
41
42 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
43
f6f1beba
GM
442001-06-18 Gerd Moellmann <gerd@gnu.org>
45
f7ac3e28
SM
46 * international/quail.el (quail-start-conversion):
47 Reset quail-translating to nil.
db8f7303 48
f6f1beba
GM
49 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
50 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
51
1a0b9ae6
EZ
522001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
53
855eca56
EZ
54 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
55 mouse-highlighted text.
56
1a0b9ae6
EZ
57 * dired.el (dired-mark-pop-up): Fix last change.
58
e75e894b
EZ
592001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
60
218abc51
EZ
61 * calendar/calendar.el (generate-calendar-month): Add help-echo to
62 mouse-highlighted text.
63
d36ca65d
EZ
64 * net/quickurl.el (quickurl-url-file): Run through
65 convert-standard-filename.
66 (quickurl-list-populate-buffer): Add help-echo to
67 mouse-highlighted text.
68 (top-level): Update Dave's URL.
69
092924fd
EZ
70 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
71 mouse-highlighted text.
72
f7ac3e28
SM
73 * textmodes/page-ext.el (pages-copy-header-and-position):
74 Add help-echo to mouse-highlighted text.
092924fd
EZ
75
76 * tar-mode.el (tar-header-block-summarize): Add help-echo to
77 mouse-highlighted text.
78
79 * replace.el (occur): Add help-echo to mouse-highlighted text.
80
81 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
82 mouse-highlighted text.
83
84 * progmodes/cpp.el (cpp-make-button): Add help-echo to
85 mouse-highlighted text.
86
f7ac3e28
SM
87 * progmodes/compile.el (compile-reinitialize-errors):
88 Add help-echo to mouse-highlighted messages.
092924fd
EZ
89 (compilation-forget-errors): Remove help-echo property as well.
90
f7ac3e28
SM
91 * play/landmark.el (lm-plot-square, lm-init-display):
92 Add help-echo to mouse-highlighted text.
092924fd 93
f7ac3e28
SM
94 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
95 Add help-echo to mouse-highlighted text.
092924fd
EZ
96
97 * dired.el (dired-insert-set-properties): Add help-echo to
98 mouse-highlighted text.
f7ac3e28 99 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
100
101 * comint.el (comint-send-input): Add help-echo to
102 mouse-highlighted text.
103
104 * buff-menu.el (list-buffers-noselect): Add help-echo to
105 mouse-highlighted text.
106
107 * arc-mode.el (archive-summarize-files): Add help-echo to
108 mouse-highlighted text.
109
e75e894b
EZ
110 * ffap.el (ffap-machine-p): Always return nil if
111 open-network-stream is not fboundp.
112
f621ed9d
SM
1132001-06-17 Stefan Monnier <monnier@cs.yale.edu>
114
115 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
116 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
117 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
118 incorrectly binding chars between 128 and 256 to it.
119 (sgml-maybe-name-self): Handle latin-1 chars properly.
120 (sgml-tags-invisible): Bind buffer-file-name to nil.
121 Use unwind-protect and restore-buffer-modified-p.
122 (sgml-point-entered): Use buffer-substring-no-properties.
123 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
124 (html-mode): Don't force `imenu-sort-function'.
125
884e8578
EZ
1262001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
127
d5b49f47
EZ
128 * tar-mode.el: Fix the copyright notice.
129
ce6b1982
EZ
130 * font-lock.el (font-lock-comment-face): For tty's with dark
131 background, use "red1", since "lightred" is not one of the colors
132 recognized by tty-colors.el.
133
884e8578
EZ
134 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
135 create a buffer for extracted file, in case there's more than one
136 file by that name in an archive, possibly in different
137 directories. From Kevin Rodgers <kevinr@ihs.com>.
138
139 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
140 <alex@gnu.org>.
141
72190a54
MB
1422001-06-15 Miles Bader <miles@gnu.org>
143
f621ed9d
SM
144 * textmodes/texinfmt.el (texinfo-format-syntax-table):
145 Revert previous change.
72190a54 146
e4cdc335
RS
1472001-06-14 Richard M. Stallman <rms@gnu.org>
148
149 * replace.el (keep-lines-read-args): Return just a regexp.
150 Provide nil for the region args.
f621ed9d 151 (keep-lines, flush-lines, how-many):
e4cdc335
RS
152 Calculate the defaults for the region here, when args are nil.
153
c8c6b45a
EZ
1542001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
155
156 * rot13.el (rot13-other-window): Some more doc fix.
157
f54701d1
EZ
1582001-06-14 Per Starback <starback@ling.uu.se>
159
160 * replace.el (case-replace, query-replace-from-history-variable)
161 (query-replace-to-history-variable, keep-lines-read-args)
162 (occur-revert-function, query-replace-help): Dox fix.
163
1604ce98
EZ
1642001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
165
166 * rot13.el (rot13-other-window): Doc fix.
167
22058843
MB
1682001-06-14 Miles Bader <miles@gnu.org>
169
170 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
171 of " and \ to "." (punctuation).
172 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
173
e4cdc335
RS
1742001-06-13 Richard M. Stallman <rms@gnu.org>
175
176 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
177
178 * simple.el (shell-command-on-region): Never kill the
179 *Shell Command Output* buffer.
180
a62d56ab
SM
1812001-06-13 Stefan Monnier <monnier@cs.yale.edu>
182
183 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
184
4a0aa1d9
SM
1852001-06-10 Stefan Monnier <monnier@cs.yale.edu>
186
187 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
188 New var, to recognize ${ $' and PODs.
189 (perl-font-lock-syntactic-face-function): New function.
190 (perl-mode): Use them.
191 (perl-continuation-line-p): New function, from perl-calculate-indent.
192 (perl-calculate-indent): Use it, to properly handle continuation
193 lines of continuation lines.
194
b5a9911c
EZ
1952001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
196
197 * server.el (server-process, server-buffer-clients): Doc fix.
198 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
199
b868ed49 200>>>>>>> 1.2419
0f056ec1
JW
2012001-06-09 John Wiegley <johnw@gnu.org>
202
203 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
204 test if the last command was Lisp or not.
205 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
206 B x C".
207
e5e316b0
EZ
2082001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
209
210 * dos-w32.el (grep-regexp-alist): Remove definition, since the
211 general one on compile.el supports drive letters.
7f4350a7
CD
212
2132001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
214
5a905a7e 215 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 216 key description.
7f4350a7
CD
217
218 * textmodes/reftex-sel.el (reftex-select-jump): New command.
219
5a905a7e 220 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
221 (reftex-toc-jump): New command.
222
223 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 224 to parse international characters as well.
7f4350a7 225
5a905a7e 226 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 227 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 228
5a905a7e
SM
229 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
230
231 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 232 TAB to the key separators.
7f4350a7 233
73419021
EZ
2342001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
235
236 * international/mule.el (auto-coding-alist): Remove redundant
237 up-cased versions of the extensions (auto-coding-alist-lookup is
238 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
239 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
240
cada28bb
EZ
2412001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
242
243 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
244
4f7666dc
RS
2452001-06-01 Richard M. Stallman <rms@gnu.org>
246
247 * help.el (describe-variable): Put value on same line
248 with preceding text, if it is short enough to look good that way.
249
70079787
EZ
2502001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
251
252 * term/internal.el (IT-unicode-translations): New variable.
253 (IT-setup-unicode-display): New function.
254
c86f4619
GM
2552001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
256
257 * ps-print.el: Handle before-string and after-string overlay properties
258 in ps-print-*-with-faces commands. Doc fix.
259 (ps-print-version): New version number (6.5.2).
260 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
261 for XEmacs.
262 (ps-prefix-quote): Doc fix.
c6d452ad 263 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
264 (ps-basic-plot-str, ps-plot-string): New funs.
265
1ea98518
SM
2662001-05-31 Stefan Monnier <monnier@cs.yale.edu>
267
268 * progmodes/etags.el (tags-compression-info-list): Fix docstring
269 and :type spec.
270
2b1ec973
GM
2712001-05-31 Gerd Moellmann <gerd@gnu.org>
272
1ea98518
SM
273 * international/mule-cmds.el (inactivate-input-method):
274 Set input-method-function to nil.
2b1ec973 275
94843cc1
GM
276 * xml.el (xml-parse-tag): The document may contain invalid characters.
277 From ShengHuo ZHU <zsh@cs.rochester.edu>
278
9652931f
GM
2792001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
280
281 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
282 `rmail-summary-line-decoder' if the message does not have
283 a Subject: field.
9652931f 284
1ea98518 285 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 286
1ea98518
SM
287 * mail/rmail.el (rmail-insert-mime-resent-message-function):
288 New variable.
9652931f
GM
289 (rmail-resend): Modify to work in `rmail-view-buffer'; call
290 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
291 is non-nil.
292
f7ac3e28
SM
2932001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
294
295 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
296
b781e739
SS
2972001-05-29 Sam Steingold <sds@gnu.org>
298
00f51890
SS
299 * faces.el (face-valid-attribute-values): Bind `valid' directly
300 instead of using `setq'.
301
b781e739
SS
302 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
303 Use `tex-shell-buf'.
304 (tex-shell-proc): Use `tex-shell-running'.
305 (tex-shell-buf-no-error): New function.
306 (tex-send-tex-command): Use it.
307 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
308 (tex-kill-job): Check the process before calling `quit-process'.
309
3d0e328b
GM
3102001-05-29 Gerd Moellmann <gerd@gnu.org>
311
1ea98518
SM
312 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
313 UTF-8 sequences.
3d0e328b 314
8bd6307f
GM
3152001-05-28 Miles Bader <miles@gnu.org>
316
317 * comint.el (comint-carriage-motion): Renamed from
318 `comint-cr-magic'. Operate on the buffer instead of the string
319 (for use as a comint post-output filter, instead of as a
320 pre-output filter). Handle backspaces too. Add to the
321 `comint-output-filter-functions' hook instead of
322 `comint-preoutput-filter-functions'.
323
89c8dc6c
GM
3242001-05-28 Gerd Moellmann <gerd@gnu.org>
325
326 * language/japan-util.el (japanese-hankaku): Prefer the charset
327 `jisx0201' when the optional argument `ascii-only' is not specified.
328 (japanese-hankaku-region): Ditto.
329 From Katsumi Yamaoka <yamaoka@jpl.org>
330
f25c1b9b
SM
3312001-05-28 Stefan Monnier <monnier@cs.yale.edu>
332
333 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
334 (outline-invisible-p): New function.
335 (hide-leaves): Save excursion.
336 (hide-other): Stop looping when reaching bobp.
337
719bb352
EZ
3382001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
339
340 * cus-edit.el (custom-file): Fix last change.
341
d686d354
SM
3422001-05-27 Stefan Monnier <monnier@cs.yale.edu>
343
344 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
345 same definition in byte-compile-function-environment as `autoload'
346 would put in `symbol-function'.
347
348 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
349 patch to correct the error message as well.
350
49b1a638
EZ
3512001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
352
71261a01
EZ
353 * cus-edit.el (custom-file): Don't assume we were invoked with -q
354 unless ~/.emacs exists.
355
49b1a638
EZ
356 * novice.el (enable-command): If user-init-file is nil or does not
357 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
358
a434b175
SM
3592001-05-25 Stefan Monnier <monnier@cs.yale.edu>
360
15ca8de7
SM
361 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
362 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
363 Allow spaces around macro arguments.
364 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
365 indent-for-tab-command.
366 (latex-mode-map, plain-tex-mode-map): New keymaps.
367 Inherit from tex-mode-map.
368 (tex-common-initialization): Don't setup the keymap any more
369 since it's now done right by define-derived-mode.
370 (latex-mode): Set skeleton-end-hook to nil.
371 (latex-skeleton-end-hook): Remove.
372 (tex-latex-block, latex-insert-item): Simplify.
373 (latex-syntax-after): Use following-char rather than char-after.
374 (tex-discount-args-cmds, tex-count-words): New functions.
375
376 * textmodes/tildify.el (tildify-ignored-environments-alist):
377 Recognize \verb* as well.
378
379 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
380 (perl-comment-indent): Simplify to let newcomment.el do its job.
381 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
382 (perl-mark-function): Cleanup the namespace.
383 (perl-calculate-indent): Don't be fooled by nested functions.
384
385 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
386
a434b175
SM
387 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
388 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
389
4e7e1f03
AC
3902001-05-25 Andrew Choi <akochoi@i-cable.com>
391
392 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
393 actually be `\\'.
394 (ctlau-b5-converter): Likewise.
395
2bef0948
AC
3962001-05-24 Andrew Choi <akochoi@i-cable.com>
397
398 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
399 Change CTLauB.el to CTLau-b5.el.
400
d2d1851b
SM
4012001-05-23 Stefan Monnier <monnier@cs.yale.edu>
402
403 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
404 rather than beginning-of-line to avoid problems with fields.
405 (gud-perldb-massage-args): Use unless and push.
406 (gud-chdir-before-run): New var.
407 (gud-common-init): Use it.
408
5e3d4fbc
AC
4092001-05-24 Andrew Choi <akochoi@i-cable.com>
410
411 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
412 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 413 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 414 chinese-ctlaub.
d2d1851b
SM
415 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
416 New functions.
5e3d4fbc 417
0216c3df
GM
4182001-05-22 Gerd Moellmann <gerd@gnu.org>
419
f1f65349
GM
420 * cus-edit.el (custom-comment-show): Remove debug code.
421
0216c3df
GM
422 * language/japan-util.el (japanese-symbol-table): Fix handling of
423 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
424
e8a1ed31
SM
4252001-05-21 Stefan Monnier <monnier@cs.yale.edu>
426
427 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
428 Renamed by removing the silly `-flag' suffix.
429 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
430
7246200c
SM
4312001-05-20 Stefan Monnier <monnier@cs.yale.edu>
432
433 * replace.el (keep-lines-read-args): Use `copy-marker'.
434 (how-many): Save excursion properly.
435 (occur-mode): Use define-derived-mode.
436 (perform-replace): Use with-current-buffer.
437
7e971261
RS
4382001-05-20 Richard M. Stallman <rms@gnu.org>
439
65569e52
RS
440 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
441
cc9684e8
RS
442 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
443
9ca00e71
RS
444 * info.el (Info-read-subfile): Widen before finding the
445 desired node in the subfile.
446
7e971261
RS
447 * startup.el (command-line-1): When >2 files visited,
448 leave the last one visible, and make that the selected window.
449
7c5312b2
GM
4502001-05-20 Gerd Moellmann <gerd@gnu.org>
451
452 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
453
310e9a21
EZ
4542001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
455
7246200c
SM
456 * international/ccl.el (define-ccl-program): Fix a typo.
457 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
458
459 * international/mule.el (decode-char): Fix a typo. From Pavel
460 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
461
462 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
463 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
464
310e9a21
EZ
465 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
466 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
467
ef55aa6c
SS
4682001-05-18 Sam Steingold <sds@gnu.org>
469
7246200c 470 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
471 and [RET] to `cvs-mode-find-file'.
472
c9f3bebe
JW
4732001-05-18 John Wiegley <johnw@gnu.org>
474
475 * eshell/esh-ext.el (eshell-explicit-command-char): A new
476 configuration variable, which determines the initial character
477 that forces use of an external version of a command. The default
478 is *, but may be set to \, for example.
479
480 * eshell/esh-ext.el (eshell-explicit-command):
481 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 482
c9f3bebe
JW
483 * eshell/esh-cmd.el (eshell/which):
484 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 485
7c5312b2
GM
486 * eshell/em-cmpl.el (eshell-completion-command-name)
487 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
488 instead of ?*.
489
1c66d9fb
GM
4902001-05-18 Gerd Moellmann <gerd@gnu.org>
491
a724ed38
GM
492 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
493 subst-char-in-string.
494 (ange-ftp-after-parse-ls-hook): New variable.
495 (ange-ftp-ls): Run that hook.
496 From Peter Milliken <Peter.Milliken@GTECH.COM>.
497
0595722b
GM
498 * tmm.el (tmm-get-keymap): Fix handling of :filter.
499 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
500 text into *Completions*.
501
1c66d9fb
GM
502 * net/goto-addr.el (goto-address-at-point): Deal with URLs
503 part of which look like email addresses.
504
c5bdb93d
AI
5052001-05-18 Andrew Innes <andrewi@gnu.org>
506
7246200c
SM
507 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
508 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
509 cmd.exe's handling of FOR loops.
510 (autoloads): Set find-file-suppress-same-file-warnings to t to
511 avoid slew of spurious messages.
512
9a1211f2
GM
5132001-05-18 Simon Josefsson <simon@josefsson.org>
514
515 * mail/smtpmail.el (maybe-append-domain): Renamed to
516 `smtpmail-maybe-append-domain'.
517 (smtpmail-via-smtp): Use the new name.
518
29148a3f
GM
519 * net/browse-url.el (browse-url-browser-function): Add kde.
520 (browse-url-kde-program, browse-url-kde-args): New variables.
521 (browse-url-kde): New function.
522
9ab59a1a
MB
5232001-05-18 Miles Bader <miles@gnu.org>
524
7246200c
SM
525 * simple.el (delete-horizontal-space, just-one-space):
526 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
527 because it's more efficient for large files.
528
cebf1b97
GM
5292001-05-17 Gerd Moellmann <gerd@gnu.org>
530
f90c23ca
GM
531 * mail/rmail.el (rmail-require-mime-maybe): New function.
532 (rmail): Use it.
533 (rmail-mode): Handle the case of finding Rmail files.
534
cebf1b97
GM
535 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
536 functions.
537
df22166e
SM
5382001-05-17 Stefan Monnier <monnier@cs.yale.edu>
539
540 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
541 text-property after moving to the beginning of line and regardless
542 of the value of font-lock-multiline.
543
2ca0d5f1
GM
5442001-05-17 Gerd Moellmann <gerd@gnu.org>
545
e85e809a
GM
546 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
547
2ca0d5f1
GM
548 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
549 last coding system used before calling set-buffer-modified-p
550 because that function changes last-coding-system.
551
4c6a4739
EZ
5522001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
553
554 * files.el (switch-to-buffer-other-window)
555 (switch-to-buffer-other-frame): Add an xref to display-buffer in
556 the doc string.
557
f08cf35b
GM
5582001-05-17 Gerd Moellmann <gerd@gnu.org>
559
560 * language/slovak.el, language/czech.el: New maintainer.
561
2180ea97
SS
5622001-05-16 Sam Steingold <sds@gnu.org>
563
f08cf35b 564 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
565 sub-form of `defgeneric' correctly.
566
9bae8781
GM
5672001-05-16 Gerd Moellmann <gerd@gnu.org>
568
a90b3d3c
GM
569 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
570 of `c'.
571
1b7818b4 572 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
573 condition-case, test what outline-level returns instead, to
574 ease debugging.
1b7818b4 575
9bae8781
GM
576 * international/mule.el (auto-coding-regexp-alist): New user-option.
577 (auto-coding-from-file-contents): New function.
578 (set-auto-coding): Use it to determine a coding system.
579
7644c605
GM
5802001-05-15 Gerd Moellmann <gerd@gnu.org>
581
18a0a39e
GM
582 * mouse.el (mouse-delete-other-windows): Doc fix.
583
df22166e
SM
584 * emacs-lisp/lisp-mode.el (lisp-mode):
585 Make font-lock-keywords-case-fold-search a buffer-local variable with
586 make-local-variable before setting it.
7644c605 587
940cf42e
EZ
5882001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
589
590 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
591 prefixes.
592
557f7c34
GM
5932001-05-14 Gerd Moellmann <gerd@gnu.org>
594
595 * hexl.el (hexl-current-address): Print a message when called
596 interactively.
597
14d9b141
SM
5982001-05-11 Stefan Monnier <monnier@cs.yale.edu>
599
600 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
601
602 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
603
604 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
605
7bd2d083
GM
6062001-05-11 Gerd Moellmann <gerd@gnu.org>
607
47e72862
GM
608 * startup.el (command-line): If parameters have been changed in
609 the init files which influence font selection, clear the face
610 cache so that faces get realized with the new parameters.
611
14d9b141 612 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 613
0f49941f
SM
6142001-05-10 Stefan Monnier <monnier@cs.yale.edu>
615
616 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
617
cbeed4a8
EZ
6182001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
619
620 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
621 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
622
ff9aa2ca
GM
6232001-05-10 Gerd Moellmann <gerd@gnu.org>
624
625 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 626 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 627
b2c99950
JW
6282001-05-09 John Wiegley <johnw@gnu.org>
629
0f49941f
SM
630 * eshell/esh-util.el (eshell-convert-numeric-arguments):
631 Annotated the documentation string to tell users about
3cb27fd7
JW
632 `eshell-no-numeric-conversions'.
633
c26f6b27
JW
634 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
635 conversions if a Lisp function has the property
636 `eshell-no-numeric-conversions' set to a non-nil value.
637
638 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
639 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
640 property `eshell-no-numeric-conversions' on the following
641 functions (which all deal with filesystem entities, and never Lisp
642 numerical values): eshell/cd, eshell/pushd, eshell/popd,
643 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
644 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
645 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
646 eshell/which, eshell/addpath.
647
6482001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 649
d089e299
JW
650 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
651 encountered as an argument, don't convert it right away, but tag
652 the first character of the string with the text properties
653 `number', which signifies to `eshell-lisp-command' that the
654 argument should be passed through `string-to-number' if it is
655 actually used in the call to a Lisp function.
656
657 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
658 function, convert any string arguments that have been tagged as
659 "numbers", by calling string-to-number.
660
661 * eshell/esh-util.el (eshell-number-regexp): Now that number
662 conversions only happen for Lisp function calls, the number regexp
663 should now match all integer and floating point forms.
664
665 * eshell/esh-proc.el: Disable `eshell-stop-process' and
666 `eshell-continue-process', since they are both nonfunctional at
667 the moment.
668 (eshell-proc-initialize): Don't bind keys for
669 `eshell-stop-process' or `eshell-continue-process'.
670
0f49941f
SM
671 * eshell/em-unix.el (eshell-shuffle-files):
672 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
673
674 * eshell/em-hist.el (eshell-add-to-history): Reference to
675 `eshell-history-ring' needed to be `eshell-history-index'.
676
0f49941f
SM
677 * calendar/timeclock.el (timeclock-find-discrep):
678 Initialize `elapsed' to 0.
cb89da0f
JW
679 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
680 it's still nil.
b2c99950 681
ff39b9a1
SM
6822001-05-09 Stefan Monnier <monnier@cs.yale.edu>
683
684 * arc-mode.el (archive-int-to-mode): Construct the string directly.
685 (archive-mode): Use capitalize.
686 (archive-unique-fname): Use make-temp-file.
687
9e53a675
GM
6882001-05-09 Gerd Moellmann <gerd@gnu.org>
689
690 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
691
c8224de6
EZ
6922001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
693
c533a7e2
EZ
694 * tar-mode.el (tar-extract): Pay attention to the value of
695 coding-system-for-read, if it is non-nil.
696
ff39b9a1
SM
697 * calendar/holidays.el (holidays): Add an autoload cookie.
698 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 699
1c8c9fb8
JW
7002001-05-08 John Wiegley <johnw@gnu.org>
701
ff39b9a1
SM
702 * calendar/timeclock.el (timeclock-workday-remaining):
703 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
704 (timeclock-workday-elapsed): Don't accept a "relative" argument
705 for the current day's elapsed time. What could that have meant?
ff39b9a1 706 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
707 (timeclock-when-to-leave): Changed logic, similarly to what was
708 done for `timeclock-workday-remaining'.
709 (timeclock-find-discrep): Removed "today-only" argument, which had
710 no meaning. Fixed some more math problems. The function now
711 returns a three member list: (TOTAL-TIME-DISCREPANCY
712 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
713
5f47fb28
EZ
7142001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
715
716 * w32-fns.el (convert-standard-filename): Start replacing slashes
717 from the beginning of the file name, not from where the last
718 invalid character was. From "Andrew Maguire (SWW)"
719 <Andrew.Maguire@Smallworld.co.uk>
720
6da5c7da
GM
7212001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
722
723 The following changes are to provide infrastructure for handling
724 MIME messages to rmail. They don't affect the original behaviour
725 if rmail-enable-mime is nil.
726
727 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
728 (rmail-search-mime-message-function)
729 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
730 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
731 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
732 `rmail-view-buffer' is hidden.
6da5c7da
GM
733 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
734 call rmai-show-mime-function.
735 (rmail-display-labels): If rmail-enable-mime is non-nil, update
736 mode-line-process of rmail-view-buffer.
737 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
738 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
739 buffer.
ff39b9a1
SM
740 (rmail-next-message, rmail-next-undeleted-message): Be sure to
741 set-buffer to the Rmail buffer.
6da5c7da
GM
742 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
743 rmail-search-mime-header-function.
744 (rmail-search-message): New function.
745 (rmail-search): Call rmail-search-message to check if a message
746 matches REGEXP, lastly update point after calling
747 rmail-show-message.
ff39b9a1
SM
748 (rmail-undelete-previous-message, rmail-expunge-confirmed)
749 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
750 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
751 header region, refer to rmail-msgref-vector while setting the
752 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
753 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
754 If rmail-enable-mime is non-nil, call
6da5c7da
GM
755 rmail-insert-mime-forwarded-message-function instead of inserting
756 forwarded message by itself.
757
758 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
759 Rmail buffer.
760 (rmail-set-label, rmail-next-labeled-message): Likewise.
761
762 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
763 set-buffer to the Rmail buffer.
764 (rmail-output-to-rmail-file): Likewise.
765 (rmail-output): Likewise.
766
767 * mail/rmailsum.el (rmail-message-subject-p): Process the result
768 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
769 (rmail-new-summary): Be sure to go to the Rmail buffer.
770 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
771 rmail-view-buffer to nil.
772 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
773 rmail-view-buffer.
774 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
775 rmail-buffer.
776 (rmail-summary-scroll-msg-down): Likewise.
777 (rmail-summary-beginning-of-message): Likewise.
778 (rmail-summary-wipe): Likewise.
779 (rmail-summary-toggle-header): Use save-window-excursion, not
780 save-excursion. Update point in rmail-view-buffer, not in
781 rmail-buffer.
782 (rmail-summary-reply): Before calling rmail-reply, set buffer to
783 rmail-view-buffer, not rmail-buffer.
784
5092477a
GM
7852001-05-07 Gerd Moellmann <gerd@gnu.org>
786
1e9fc92e
GM
787 * cus-edit.el (custom-file): Signal an error if user-init-file is
788 nil (running -q).
789
1d053370
GM
790 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
791
ff39b9a1
SM
792 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
793 Add :version.
794
795 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
796 New option.
1b62b062
GM
797 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
798 only if smtpmail-warn-about-unknown-extensions is set.
799
f851a71c
GM
800 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
801 instead of rmail-sort-by-keywords.
802
ff39b9a1 803 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
804 rmail-sort-by-keywords.
805
ff39b9a1
SM
806 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
807 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
808 (rmail-summary-mode): Doc fix.
809
5092477a
GM
810 * mail/rmail.el (rmail-edit): New Custom group.
811
812 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
813 (rmail-edit-mode-hook): New user-option.
814
05be3833
RS
8152001-05-05 Richard M. Stallman <rms@gnu.org>
816
817 * help.el (help-xref-symbol-regexp): Recognize "source of"
818 and friends, meaning make a link to the source file.
819 (help-make-xrefs): Handle "source of" and friends
820 by constructing a link that visits the source file.
821
822 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
823
7dfb000f
SM
8242001-05-04 Stefan Monnier <monnier@cs.yale.edu>
825
5efe6a56
SM
826 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
827 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
828 Renamed from perl-font-lock-keywords to avoid clashes.
829 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
830 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
831 Updated correspondingly.
832
7dfb000f
SM
833 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
834 Typo `nonexistant' -> `nonexistent'.
835
88bbb8cb
EZ
8362001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
837
7dfb000f
SM
838 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
839 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
840 `c-electric-delete-forward' always deletes forward and
841 `c-electric-delete' only contains the code necessary for XEmacs to
842 choose between backward and forward deletion.
7dfb000f 843
88bbb8cb
EZ
844 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
845 get the electric behavior on that key too.
846 (c-fill-paragraph): Fixed bogus direct use of
847 c-comment-prefix-regexp, which caused an error when it's a list.
848
a1af8dcf
EZ
8492001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
850
851 * dired-aux.el (dired-diff): Doc fix.
852
853 * dired.el (dired-diff): Likewise.
854
ddfb4005
EZ
8552001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
856
857 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
858
b36581fb
SM
8592001-05-02 Stefan Monnier <monnier@cs.yale.edu>
860
80a00b6a
SM
861 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
862 if both the buffer and the file are read-only.
863
b36581fb
SM
864 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
865 rather than font-lock-string-face.
866 (sh-get-indent-info): Treat heredocs like strings.
867
470bbe9b
GM
8682001-05-02 Gerd Moellmann <gerd@gnu.org>
869
b36581fb
SM
870 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
871 a newline following `}'.
3356df63
GM
872 (texinfo-format-email): New function.
873 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
874 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
875 Add `display'.
3356df63
GM
876 (texinfo-sort-region): Goto point-min before sorting.
877 (texinfo-set): Remove leading white space from value.
878 From yagi@is.titech.ac.jp.
879
470bbe9b
GM
880 * replace.el (query-replace-regexp-eval): Doc fix.
881
a9d2fd1d
SM
8822001-05-01 Stefan Monnier <monnier@cs.yale.edu>
883
884 * diff-mode.el (diff-nonexistant-face): New face.
885 (diff-font-lock-keywords): Use it.
886
2b3e941a
EZ
8872001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
888
22cd6fd3
EZ
889 * font-lock.el (font-lock-mode): Doc fix.
890
2b3e941a
EZ
891 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
892 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
893
50df7214
GM
8942001-04-30 Gerd Moellmann <gerd@gnu.org>
895
a9d2fd1d
SM
896 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
897 backslash at the start of the here-document delimiter.
a9793e45
GM
898 (sh-font-lock-syntactic-keywords): Likewise.
899
50df7214
GM
900 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
901
e2f599e9
EZ
9022001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
903
904 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
905 (tty-color-translate, tty-color-by-index, tty-color-values)
906 (tty-color-desc): Doc fix.
907
dcaf31d3
EZ
9082001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
909
910 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
911 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
912 Mention dired-dwim-target in the doc string.
dcaf31d3 913
a6a06429
MB
9142001-04-28 Miles Bader <miles@gnu.org>
915
916 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
917 (dabbrev--find-expansion): Use it.
918 (dabbrev--select-buffers): Don't select ignored buffers.
919
5a5d9185
GM
9202001-04-27 Gerd Moellmann <gerd@gnu.org>
921
a9d2fd1d 922 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 923
c5b82005
RS
9242001-04-26 Richard M. Stallman <rms@gnu.org>
925
926 * dabbrev.el: Add doc strings for some functions.
927 (dabbrev--eliminate-newlines): New variable.
928 (dabbrev--substitute-expansion): Convert newlines to spaces
929 if dabbrev--eliminate-newlines is set.
930 If abbrev and expansion are both all-lower-case,
931 leave dabbrev--last-case-pattern nil.
932
7cff9c6f
GM
9332001-04-26 Gerd Moellmann <gerd@gnu.org>
934
935 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
936 if necessary, like in rmail-show-message.
937
efa89c1f
GM
9382001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
939
940 * ps-print.el: Color specified by number is forced to be float number.
941 (ps-print-version): New version number (6.5.1.1).
942 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
943 initialization.
944 (ps-prefix-quote): New internal var.
945 (ps-print-quote): New fun.
946 (ps-setup, ps-output-frame-properties, ps-float-format)
947 (ps-format-color): Code fix.
a9d2fd1d
SM
948 (ps-plot-region): Eliminate redundant foreground color text setting.
949
d3111e5a
EZ
9502001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
951
952 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
953
a728644c
GM
9542001-04-25 Gerd Moellmann <gerd@gnu.org>
955
956 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
957
4ecdf04d
EZ
9582001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
959
4645bb68
EZ
960 * info.el (Info-additional-directory-list): Doc fix.
961
4ecdf04d 962 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
963 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
964 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 965
7cd512f2
SM
9662001-04-25 Stefan Monnier <monnier@cs.yale.edu>
967
1dc64fca
SM
968 * progmodes/make-mode.el (makefile-font-lock-keywords):
969 Rationalize the rules for includes and conditionals and use the
970 keyword face for them.
971
7cd512f2
SM
972 * faces.el (modify-face): Add compatibility for non-interactive use.
973
ffeb5c1c
JW
9742001-04-24 John Wiegley <johnw@gnu.org>
975
976 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
977 fix from last night, since it wasn't finding eshell/cd.
978
35f901fa
GM
9792001-04-24 Gerd Moellmann <gerd@gnu.org>
980
981 * rect.el (string-rectangle): Revert to 20.x behaviour.
982 (replace-rectangle): Make it an alias for string-rectangle.
983 (string-insert-rectangle): New function.
984
c7b1b508
JW
9852001-04-23 John Wiegley <johnw@gnu.org>
986
987 * eshell/em-unix.el (eshell/diff): Fixed problems that were
988 occurring with Emacs 21's diff.el/compile.el interaction layer.
989
9902001-04-23 Colin Walters <walters@cis.ohio-state.edu>
991
992 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
993 case where the function was defined in a file, but not part of an
994 eshell module.
995
157975e3
JW
9962001-04-23 John Wiegley <johnw@gnu.org>
997
998 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
999 code to work around a redisplay problem I've been having.
1000
3dc630b9
JW
10012001-04-23 John Wiegley <johnw@gnu.org>
1002
1003 * calendar/timeclock.el (timeclock-day-required): If the time
1004 required for a particular day is not set, use `timeclock-workday'.
1005 (timeclock-find-discrep): Added some sample code in a comment.
1006
1007 * eshell/eshell.el (eshell-command): Made a few changes so that
1008 `eshell-command' could be called programmatically.
1009
7cd512f2 1010 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1011
7cd512f2 1012 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1013
3ae14dd9 10142001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1015
1016 * calendar/timeclock.el: Updated copyright.
1017 (timeclock-generate-report): Don't report the daily or two-week
1018 total, if no time has been worked in that period.
1019 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1020 final computational form, which was unnecessary; corrected a
1021 parsing problem when timeclock-relative was nil.
1022
3ae14dd9 10232001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1024
1025 * calendar/timeclock.el (timeclock-modeline-display): Check if
1026 `list-entry' is null.
1027 (timeclock-use-display-time): The first argument to `set-variable'
1028 must be a symbol.
1029
53e1a74c
EZ
10302001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1031
1032 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1033 (calendar-today-marker, calendar-holiday-marker):
1034 Use display-color-p instead of window-system.
53e1a74c
EZ
1035 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1036 instead of window-system.
1037 (calendar-hide-window): Use display-multi-frame-p instead of
1038 window-system.
1039
1040 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1041 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1042 Use display-multi-frame-p instead of window-system.
53e1a74c 1043
23b809c2
GM
10442001-04-23 Gerd Moellmann <gerd@gnu.org>
1045
1d14e80c
GM
1046 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1047
23b809c2
GM
1048 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1049 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1050
b5eeaa1d
GM
10512001-04-23 Alex Schroeder <alex@gnu.org>
1052
1053 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1054 line-end-position a defalias is used for point-at-bol and point-at-eol.
1055
b5eeaa1d
GM
10562001-04-23 Alex Schroeder <alex@gnu.org>
1057
1058 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1059 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1060
ac1470eb
EZ
10612001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1062
1063 * textmodes/paragraphs.el (sentence-end): Doc fix.
1064
624ef9b3
GM
10652001-04-20 Alex Schroeder <alex@gnu.org>
1066
1067 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1068 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1069
10702001-04-20 Alex Schroeder <alex@gnu.org>
1071
1072 * sql.el (sql-db2-program): New option.
1073 (sql-db2-options): New option.
1074 (sql-db2): New function.
1075
10762001-04-20 Alex Schroeder <alex@gnu.org>
1077
1078 * sql.el (sql-mode-menu): Added highlighting entries.
1079 (sql-highlight-oracle-keywords): New function.
1080 (sql-highlight-postgres-keywords): New function.
1081 (sql-highlight-ansi-keywords): New function.
1082
10832001-04-20 Alex Schroeder <alex@gnu.org>
1084
1085 * sql.el (sql-help): Doc change.
1086
2a83a11d
SM
10872001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1088
1089 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1090
6f4dd4dc
GM
10912001-04-18 Gerd Moellmann <gerd@gnu.org>
1092
0f8d6dc7
GM
1093 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1094 for defmethod.
1095
6f4dd4dc
GM
1096 * comint.el (comint-cr-magic): New function.
1097 (toplevel): Add it to comint-preoutput-filter-functions.
1098
90200fcc
AI
10992001-04-18 Andrew Innes <andrewi@gnu.org>
1100
1101 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1102 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1103 (recompile): Remove stuff to set EMACSLOADPATH.
1104
daa66f34
GM
11052001-04-18 Gerd Moellmann <gerd@gnu.org>
1106
edc5c81d
GM
1107 * language/slovak.el ("Slovak"): Add tutorial entry.
1108
daa66f34
GM
1109 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1110 browse-url-new-window-p.
1111
5d5845dc
EZ
11122001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1113
1114 * info.el (Info-menu-update): When there are no menus and/or no
1115 cross references in the node, make the respective items of the
1116 Info menu-bar menu inactive.
1117
1c8addd0
GM
11182001-04-17 Gerd Moellmann <gerd@gnu.org>
1119
f4f480bd
GM
1120 * indent.el (indent-for-tab-command): Call indent-line-function
1121 with no argument if PREFIX-ARG is non-nil.
1122
1c8addd0
GM
1123 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1124
8f9ab403
EZ
11252001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1126
1127 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1128 an async subprocess if start-process is unavailable. Suggested by
1129 Tim Van Holder <tim.van.holder@pandora.be>.
1130
60322163
EZ
11312001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1132
1133 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1134 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1135
e372bc67
EZ
11362001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1137
1138 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1139 manual.
1140
28037ecf
SM
11412001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1142
1143 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1144 (cvs-menu): Add a few entries.
1145
1146 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1147 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1148 lock file appears to be reachable from Emacs.
1149 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1150 (cvs-mode-find-file): Look for cvs-header-face rather than
1151 cvs-dirname-face (which doesn't exist).
1152 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1153
1154 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1155
5d5e7f53
EZ
11562001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1157
1158 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1159 normal-erase-is-backspace on a tty. Instead, bind some keys such
1160 as [delete] directly, like pc-select.el did before
1161 normal-erase-is-backspace was invented.
1162
118562e1 11632001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1164
1165 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1166
6c9e58c4
JW
11672001-04-11 John Wiegley <johnw@gnu.org>
1168
28037ecf
SM
1169 * eshell/em-ls.el (eshell-ls-insert-directory):
1170 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1171 buffers, if Eshell's ls is being used.
1172
118562e1 11732001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1174
28037ecf
SM
1175 * calendar/timeclock.el (timeclock-completing-read): New function.
1176 (timeclock-ask-for-project, timeclock-ask-for-reason):
1177 Call `timeclock-completing-read'.
978bd3ea
JW
1178
1179 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1180 required where `member' was being used.
1181
118562e1 11822001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1183
28037ecf
SM
1184 * eshell/em-hist.el (eshell-previous-matching-input):
1185 Don't display "History item" if the the minibuffer is active.
978bd3ea 1186
30cb0001
GM
11872001-04-11 Gerd Moellmann <gerd@gnu.org>
1188
1189 * startup.el (command-line): Output a newline after printing
1190 an error from loading the window system's init file.
1191
e38af9bd
EZ
11922001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1193
28037ecf
SM
1194 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1195 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1196 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1197 keywords whose arguments routinely include @@.
1198
bbf63a7b
GM
11992001-04-10 Gerd Moellmann <gerd@gnu.org>
1200
28037ecf
SM
1201 * emacs-lisp/advice.el (ad-make-advised-definition):
1202 Construct advice for subrs differently.
afffeb57 1203
3fe35f35 1204 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1205 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1206
c8d6d636 1207 * simple.el (completion-list-mode-finish): New function.
28037ecf 1208 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1209
2a52f40e 1210 * language/european.el ("Polish"): Change sample text.
28037ecf 1211 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1212
cf8b1bef
GM
1213 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1214 parameter.
1215
bbf63a7b
GM
1216 * faces.el (menu): Doc fix.
1217
719d83ad 12182001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1219
1220 * ps-print.el: Footer implementation. Doc fix.
1221 (ps-print-version): New version number (6.5.1).
1222 (ps-header-frame-alist): New customization var for header frame
1223 properties.
1224 (ps-line-number-color): New customization var for line number color.
1225 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1226 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1227 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1228 (ps-right-footer): New customization vars for footers.
1229 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1230 footers.
1231 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1232 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1233 Code fix.
319acba0
GM
1234 (ps-prologue-file): Indentation fix.
1235 (ps-print-quote): Fun eliminated.
1236 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1237 (ps-output-frame-properties): New fun.
1238 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1239 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1240
e372bc67 12412001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1242
1243 * eshell/eshell.el (eshell-command): Needed a "%s" format
1244 specifier, in case the buffer contains percent characters.
1245
e372bc67 12462001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1247
1248 * calendar/timeclock.el (timeclock-generate-report): Added a
1249 missing insert of the project name.
1250
9f9a5e7a
GM
12512001-04-09 Gerd Moellmann <gerd@gnu.org>
1252
9170e5d4 1253 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1254
865e97c1 1255 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1256 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1257 From: Dave Love <fx@gnu.org>.
1258
cf3885ac 1259 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1260 (server-visit-files): Run server-visit-hook after going to
1261 line 1 so that the hook can set point as it sees fit.
1262
9f9a5e7a
GM
1263 * bindings.el (mode-line-modified): Unify help messages.
1264
51f32106
EZ
12652001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1266
1267 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1268 All callers changed.
1269
e02160a3
EZ
12702001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1271
8e6bb0d0
EZ
1272 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1273 long file names aren't supported, truncate the file names in
1274 quail-misc-package-ext-info to 8+3 before matching them against
1275 FILENAME.
1276
1277 * dos-fns.el (dos-truncate-to-8+3): New function.
1278
ec321d77
EZ
1279 * progmodes/compile.el (grep-compute-defaults): Use null-device
1280 instead of literal /dev/null. Reported by Jens Schmidt
1281 <schmidt@mathematik.uni-kl.de>.
1282
e02160a3
EZ
1283 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1284
cf3885ac
SM
12852001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1286
1287 * textmodes/sgml-mode.el: Add unknown maintainer.
1288 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1289 (html-mode-map): Use set-keymap-parent.
1290
3ffb33bb
DL
12912001-04-06 Dave Love <fx@gnu.org>
1292
1293 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1294 Remove redundant string-to-list.
1295
8f625692
SM
12962001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1297
1298 * composite.el (reference-point-alist): Doc fix.
1299
1087f198
SS
13002001-04-05 Sam Steingold <sds@gnu.org>
1301
8f625692
SM
1302 * font-lock.el (font-lock-keywords-case-fold-search):
1303 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1304 file made font-lock case-insensitive.
1305
a55e4e68
GM
13062001-04-05 Gerd Moellmann <gerd@gnu.org>
1307
0e4892e2
GM
1308 * faces.el (defface menu): Doc fix.
1309
4d664b04
GM
1310 * wid-edit.el (widget-color-sample-face-get): Don't make
1311 faces for undefined colors.
1312
a55e4e68
GM
1313 * version.el (emacs-version): Include LessTif/Motif version info.
1314
f383cd0d
GM
13152001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1316
1317 * ps-mule.el: Eliminate cl package dependence.
1318 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1319 if they aren't defined yet.
1320 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1321 Eliminate cl package dependence.
1322
de28797f
SM
13232001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1324
1325 * progmodes/cc-cmds.el (c-outline-level):
1326 Bind buffer-invisibility-spec. Originally from Dave Love, but
1327 got lost when incorporating version 5.26.
1328
32df8b47
EZ
13292001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1330
de28797f
SM
1331 * emulation/pc-select.el (pc-selection-mode):
1332 Call normal-erase-is-backspace-mode instead of binding
1333 keys individually.
58e4f61d 1334
7f62656b
EZ
1335 * cus-load.el (normal-erase-is-backspace): Use it instead of
1336 delete-key-deletes-forward.
1337
1338 * startup.el (command-line): Use normal-erase-is-backspace and
1339 normal-erase-is-backspace-mode.
1340
1341 * simple.el (normal-erase-is-backspace): Rename from
1342 delete-key-deletes-forward. Doc fix.
1343 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1344 delete-key-deletes-forward-mode. Doc fix.
1345 Run normal-erase-is-backspace-hook.
7f62656b 1346
32df8b47 1347 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1348 ``human-readable'' format produced by GNU `ls'.
1349 (dired-move-to-filename-regexp): Recognize ISO format dates.
1350 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1351
5efa6032
GM
13522001-04-04 Gerd Moellmann <gerd@gnu.org>
1353
1354 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1355 New functions.
de28797f
SM
1356 (lm-verify): Check keywords.
1357 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1358
d757aac1
EL
13592001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1360
1361 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1362 `xemacs' feature instead of for the function `set-extent-property'.
1363
9832760a
SM
13642001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1365
1366 * mail/mh-utils.el (mh-folder-hist): New var.
1367 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1368
d565f6aa
EZ
13692001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1370
1371 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1372 region, position point on the first or last 16-byte group.
1373 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1374 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1375 hexl-beginning-of-line.
1376
24c0fd39
GM
13772001-04-03 Gerd Moellmann <gerd@gnu.org>
1378
5efa6032
GM
1379 * icomplete.el (icomplete-mode): Treat an argument like other
1380 modes do.
1381
b3f6107b
GM
1382 * startup.el (fancy-splash-head): Use splash8.xpm for color
1383 depth 8.
1384
24d451c5
SM
1385 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1386 Add an antry for ``converts''.
476bf681 1387
24d451c5
SM
1388 * language/slovak.el ("Slovak"): Add documentation string.
1389 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1390
450f6970
GM
1391 * language/czech.el ("Czech"): Add documentation string.
1392 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1393
24d451c5
SM
1394 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1395 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1396
13972001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1398
1399 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1400 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1401 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1402 Use `defsubst' rather than a macro to ease debugging.
1403 (mail-extr-last): Remove (use `last' instead).
1404 (mail-extract-address-components): Properly reset the syntax-table
1405 after parsing an address. Use `last' rather than mail-extr-last.
1406 Make sure the end marker stays at the very end.
24c0fd39 1407
2b908342
EZ
14082001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1409
1410 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1411 last change.
1412
acfb077d
GM
14132001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1414
1415 * ps-print.el: Line and paragraph spacing feature. Region to cut
1416 out when printing. Doc fix.
1417 (ps-print-version): New version number (6.5).
24d451c5
SM
1418 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1419 New vars. Line and paragraph spacing feature.
acfb077d
GM
1420 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1421 out when printing.
1422 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1423 (ps-get-font-size, ps-begin-job, ps-continue-line)
1424 (ps-plot-region): Code fix.
1425 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1426 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1427 New internal vars.
acfb077d
GM
1428 (ps-get-size): New fun.
1429 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1430 (ps-next-line): Replace defun by defsubst.
1431 (ps-mule-plot-string): Autoload doc fix.
1432
1433 * ps-bdf.el: XEmacs compatibility. Doc fix.
1434 (installation-directory, coding-system-for-read): Declare vars if
1435 it's not declared yet.
1436 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1437
1438 * ps-mule.el: XEmacs compatibility. Doc fix.
1439 (leading-code-private-22): Declare var if it's not declared yet.
1440 (charset-bytes, charset-dimension, charset-id, charset-width)
1441 (find-charset-region, split-char, char-width, chars-in-region)
1442 (forward-point, decompose-composite-char, encode-coding-string)
1443 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1444 Define funs if not defined yet.
1445 (encode-composition-rule, find-composition): Define funs if not
1446 loaded yet.
1447 (ps-mule-prologue): PostScript code fix.
1448
14492001-04-02 Kenichi Handa <handa@etl.go.jp>
1450
1451 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1452 non-nil, generate font for the header strings.
1453 (ps-mule-prepare-font): Likewise.
1454 (ps-mule-generate-glyphs): Likewise.
1455 (ps-mule-string-encoding): Likewise.
1456 (ps-mule-header-charsets): New variable.
1457 (ps-mule-encode-header-string): New function.
1458 (ps-mule-header-string-charsets): New function.
1459 (ps-mule-begin-job): Check charsets in the header strings. If there
1460 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1461
1462 * ps-print.el (ps-generate-header-line): Encode the header string by
1463 ps-mule-encode-header-string.
1464 (ps-mule-encode-header-string): Declare autoload.
1465
c0eb3c10
GM
14662001-04-02 Gerd Moellmann <gerd@gnu.org>
1467
24d451c5
SM
1468 * frame.el (cursor-in-non-selected-windows):
1469 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1470
a3d0b0e0
KH
14712001-03-31 Kenichi Handa <handa@etl.go.jp>
1472
1473 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1474 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1475 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1476 (tsang-quick-converter): New function.
24d451c5
SM
1477 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1478 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1479 (miscdic-convert, batch-miscdic-convert): New functions.
1480
55f7832c
KH
14812001-03-30 Kenichi Handa <handa@etl.go.jp>
1482
a2217cd8
KH
1483 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1484 eight-bit-control chars.
1485
55f7832c 1486 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1487 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1488
911a2406
EZ
14892001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1490
1491 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1492 string as well.
1493
1a518f2c
AS
14942001-03-30 Andreas Schwab <schwab@suse.de>
1495
1496 * files.el (backup-directory-alist): Fix typo.
1497
ef080b16
EZ
14982001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1499
1500 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1501 <eggert@twinsun.com>.
1502
e4174a55
DL
15032001-03-30 Dave Love <fx@gnu.org>
1504
1505 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1506
9d5d1075
EZ
15072001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1508
1509 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1510
a27b451e
MB
15112001-03-30 Miles Bader <miles@gnu.org>
1512
1513 * subr.el (interactive-form): Fix paren typo.
1514
aea51abe
EZ
15152001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1516
1517 * emacs-lisp/profile.el: Say that it's obsolete in the header
1518 line, so that finder.el puts that into its data-base.
1519 Suggested by Alex Schroeder <alex@gnu.org>.
1520
249dd409
EZ
15212001-03-29 Paul Eggert <eggert@twinsun.com>
1522
1523 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1524 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1525
1ac1fa96
SM
15262001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1527
1528 * generic.el (generic-mode-set-comments): Use "" rather than nil
1529 for comment-end.
1530
e2b8a830
GM
15312001-03-29 Gerd Moellmann <gerd@gnu.org>
1532
1ac1fa96
SM
1533 * emacs-lisp/advice.el (ad-make-advised-definition):
1534 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1535
1536 * subr.el (interactive-form): New function.
1537
8b2375e7
AS
15382001-03-29 Andre Spiegel <spiegel@gnu.org>
1539
1540 * vc-sccs.el (vc-sccs-register): Use relative file names.
1541
f827b862
GM
15422001-03-28 Gerd Moellmann <gerd@gnu.org>
1543
e59d0e9d
GM
1544 * bookmark.el (bookmark-get-bookmark): Handle case that
1545 BOOKMARK is not a string.
1546
deb2613a
GM
1547 * image.el (image-type-regexps): Change type for PS files
1548 to `postscript'.
1549
f827b862
GM
1550 * subr.el (read-passwd): Clear command history after each
1551 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1552
3c9449d0
KH
15532001-03-27 Kenichi Handa <handa@etl.go.jp>
1554
1555 * international/kkc.el (kkc-save-init-file): Locally bind
1556 print-length to nil.
1557
e6b13c74
GM
15582001-03-26 Gerd Moellmann <gerd@gnu.org>
1559
e120bebf
GM
1560 * textmodes/flyspell.el: Some doc fixes.
1561 (flyspell-maybe-correct-transposition)
1562 (flyspell-maybe-correct-doubling): Use a temporary buffer
1563
1564 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1565
5f6c5771 1566 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1567 (byte-optimize-form-code-walker): Diagnose too few arguments
1568 for `if' and `while'.
1569
2b984c45
KH
15702001-03-26 Kenichi Handa <handa@etl.go.jp>
1571
1572 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1573 Prepend `\' to "\<quail-translation-docstring>".
1574
bf2150fa
GM
15752001-03-26 Gerd Moellmann <gerd@gnu.org>
1576
5f6c5771
SM
1577 * autorevert.el (global-auto-revert-non-file-buffers):
1578 Remove duplicate defcustom.
bf2150fa 1579
a0d59316
MB
15802001-03-26 Miles Bader <miles@gnu.org>
1581
5f6c5771
SM
1582 * international/latin1-disp.el (latin1-char-displayable-p):
1583 Add leading "-" for X font pattern.
a0d59316 1584
9edbff6c
KH
15852001-03-26 Kenichi Handa <handa@etl.go.jp>
1586
5f6c5771
SM
1587 * international/mule-diag.el (describe-coding-system):
1588 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1589 charsets they can encode.
1590
50b57199
EZ
15912001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1592
1593 * help.el (view-lossage): Mention open-dribble-file in the doc
1594 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1595
5b83f9c0
SM
15962001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1597
1598 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1599 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1600
e0ecbf5c
KH
16012001-03-23 Kenichi Handa <handa@etl.go.jp>
1602
5b83f9c0
SM
1603 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1604 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1605 multibyte sequence can work correctly.
1606 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1607 property of the coding system.
1608
1cc218de
SM
16092001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1610
1611 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1612 Fix transcription typo.
1613
a3db02ad
RV
16142001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1615
1616 * whitespace.el: Add buffer local variables to toggle testing of
1617 whitespaces in buffers without affecting the default values.
a3db02ad 1618 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1619 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1620 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1621 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1622
83c9cb8e
SM
16232001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1624
1625 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1626
180d5509
GM
16272001-03-21 Gerd Moellmann <gerd@gnu.org>
1628
eeb5b5c1
GM
1629 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1630 bs-cycle-configuration-name. From Juanma Barranquero
1631 <lektu@uol.com.br>.
1632
170a9e70
GM
1633 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1634 and cc-vars.el.
1635
180d5509
GM
1636 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1637 headers. Always invoke sendmail with option -t.
1638
130c507e
GM
16392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1640
1641 * Release of cc-mode 5.28.
1642
16432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1644
1645 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1646 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1647 It's instead taken care of by the default value for c-default-style.
130c507e 1648
130c507e
GM
16492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1650
1651 * cc-align.el (c-lineup-math): Fix bug where lineup was
1652 triggered by equal signs in string literals.
1653
16542000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1655
1656 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1657 limit detection when at the ends of the buffer.
1658
1659 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1660 "for" statement clause in case 7F; a better one is done
1661 earlier in case 7D anyway.
1662
16632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1664
1665 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1666 somewhat more and did a small optimization.
1667
16682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1669
1670 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1671 Use the limit argument only to limit the syntactic context
1672 search, not to limit the actual movement.
1673
1674 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1675 inside multiline strings, just like in comments. Also various
1676 fixes to the paragraph and comment prefix recognition, block
1677 comment ender handling etc.
1678
16792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1680
1681 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1682 the relative position of the point.
1683
1684 * cc-cmds.el (c-electric-continued-statement): New function to
1685 use as abbrev hook to reindent for keywords such as "else"
1686 that continues an earlier statement.
1687
1688 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1689 like classes.
1690
1691 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1692 (pike-mode): Populate the default abbrev tables to reindent for
1693 keywords such as "else" that can continue earlier statements.
1694 Abbrev mode is therefore turned on by default now. (Note that
1695 this doesn't apply to idl-mode, since IDL afaik doesn't have
1696 statements at all.)
1697
16982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1699
1700 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1701 bracelists where the declaration contains template arguments.
1702
17032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1704
83c9cb8e
SM
1705 * cc-cmds.el (c-comment-indent):
1706 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1707 syntactic indentation. Fixes bug with lineup functions that
1708 return vectors.
1709
1710 * cc-engine.el (c-get-syntactic-indentation): Split the
1711 indentation sum calculation from `c-indent-line' to a separate
1712 function.
1713
17142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1715
1716 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1717 Fixed places where it was assumed that preprocessor directives
1718 have to start in column zero.
1719
1720 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1721 template arguments after a class identifier properly.
1722
1723 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1724 lists for `new Foo[]' constructs in Java as expressions and
1725 not top level definition brace lists on the top level, so that
1726 they'll get indented consistently with the same type of
1727 expression in a normal block.
1728
17292000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1730
1731 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1732 whether the adaptive filling package fails to keep the comment
1733 prefix is now kludged further to check for filladapt-mode
1734 which doesn't have that problem. This is really icky, but it's
1735 the only way that works with the current misfeatures/bugs in
1736 both adaptive-fill-mode and filladapt-mode.
1737
1738 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1739 around point is recognized more robust.
1740
17412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1742
1743 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1744 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1745 (c-lit-type): Fixed all internal variables used dynamically so
1746 that they are always bound.
1747
1748 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1749 errors:
1750
1751 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1752 the region is fully reindented even when an error occurs.
1753 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1754 whole lot of code that tried to optimize indentation of whole
1755 sexps but in reality accomplishes nothing.
1756
1757 (c-indent-sexp): Use c-indent-region.
1758
1759 (c-parsing-error): Changed this variable to hold the message
1760 for any syntactic error that is discovered.
1761
1762 (c-parse-state): Search backward from point instead of the bod
1763 position when the latter is invalid. This makes CC Mode
1764 recover faster when there are unbalanced close braces.
1765
1766 (c-backward-to-start-of-if): Use c-parsing-error to report
1767 dangling "else" clauses instead of throwing an error, and fall
1768 back to a reasonable position.
1769
83c9cb8e 1770 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1771
83c9cb8e 1772 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1773
17742000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1775
1776 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1777 paragraph recognition when moving by sentence in literals.
1778
83c9cb8e
SM
1779 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1780 start regexp for javadoc to recognize javadoc markup in general instead
1781 of a specific set of keywords, to be more future-safe.
130c507e
GM
1782
1783 (c-Pike-pikedoc-paragraph-start)
1784 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1785 pikedoc markup.
1786
83c9cb8e 1787 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1788
83c9cb8e 1789 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1790
1791 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1792
1793 (c-comment-prefix-regexp): Made it possible to use an
1794 association list on this to specify mode specific regexps.
1795 The default value now use a special regexp in Pike mode to
1796 recognize pikedoc markup.
1797
1798 (c-current-comment-prefix): New variable containing the actual
1799 regexp from c-comment-prefix-regexp for the current buffer.
1800
18012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1802
1803 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1804 lists: We can't look at the syntax, since a brace list can get
1805 recognized as a plain statement-cont.
1806
1807 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1808 special brace list opener broken over two lines got recognized
1809 as a statement on the second line. Case 9A changed.
1810
18112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1812
1813 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1814 adjustment after line is reindented.
1815
18162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1817
1818 * cc-defs.el (c-point): Added optional argument for position
1819 to use instead of the current point.
1820
1821 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1822 the in-expression block symbols when the construct starts at
1823 boi, to avoid the extra level of indentation in that case.
1824 Cases 4, 16A and 17E affected.
1825
18262000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1827
1828 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1829 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1830
1831 * cc-engine.el (c-indent-line): Use the syntax already bound
1832 to `c-syntactic-context', if there is any.
1833
18342000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1835
1836 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1837 wasn't added up correctly when a lineup function returned nil.
1838
18392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1840
1841 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1842 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1843
18442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1845
1846 * cc-align.el (c-lineup-dont-change): Return an absolute
1847 indentation column to work correctly in the case when several
1848 syntactic elements are processed for the same line.
1849
1850 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1851 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1852 (c-set-offset): Added absolute indentation column settings by
1853 using the vector type.
1854
130c507e
GM
18552000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1856
1857 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1858 Implemented two new cleanups `space-before-funcall' and
1859 `compact-empty-funcall'.
1860
130c507e
GM
18612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1862
1863 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1864 helping building regexps.
1865
1866 * cc-engine.el (c-on-identifier): New function for detecting
1867 identifiers. It takes keywords into account.
1868
1869 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1870 lists. `c-keywords' is set to a regexp matching all keywords
1871 in the current language.
1872
18732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1874
1875 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1876 list of characters to skip backwards over at the beginning of
1877 a statement, since it can precede string literals in Pike.
1878
18792000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1880
1881 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1882 recognition when standing on the last line in a C++ comment
1883 with nothing but whitespace after the prefix.
1884
1885 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1886 given no limit argument.
1887
18882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1889
1890 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1891 recognition for the `[]= operator symbol in Pike.
1892
18932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1894
1895 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1896 around a bug in `eval-when-compile' in the byte compiler.
1897
1898 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1899 value when count is zero and there's no token start within the limit.
130c507e
GM
1900
1901 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1902 "prefix comments", i.e. comments which are followed by code on
1903 the same line.
1904
1905 * cc-mode-19.el: Fixes so that checks that must be done at
1906 compile time also are done then.
1907
19082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1909
1910 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1911 time and at runtime, and only when it's needed.
1912
19132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1914
1915 Major cleanup for less error prone and more warning free
1916 compilation, including some fixes for bugs due to different
1917 compilation orders. Thanks to Martin Buchholz for providing
1918 the basis for all this.
1919
1920 * cc-bytecomp.el: New file that provides some byte compilation
1921 features: It ensures that files always are loaded from the
1922 current source directory during compilation, and it provides a
1923 set of macros to turn off specific compiler warnings for
1924 specific symbols. (It's not CC Mode specific in any way.)
1925
1926 Fixed a nearly acyclic dependency tree (both runtime and
1927 compile-time) between all files.
1928
1929 * cc-defs.el: Separated all macros before the inline functions,
1930 to ensure correct compilation.
1931
1932 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1933 cc-defs.el to cc-engine.el and made it a function instead.
1934
1935 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1936 about char-after.
1937
1938 * cc-vars.el: Cope even when there isn't a custom package
1939 containing defcustom available.
1940
1941 * cc-make.el: Removed since it's no longer necessary.
1942
1943 README: Updated installation instructions.
1944
19452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1946
1947 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1948 improve the modularity: Moved all mode init stuff from
1949 cc-langs.el to cc-mode.el, including the keymap
1950 initialization; cc-langs now only contains the various
1951 variables for configuring the language syntax.
1952
83c9cb8e
SM
1953 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1954 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1955 dependency analysis suggests they belong there (which also
83c9cb8e 1956 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1957
19582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1959
1960 * cc-cmds.el (c-fn-region-is-active-p): New function that
1961 wraps the corresponding macro, for use in places that aren't
1962 compiled. Thanks to Martin Buchholz for pointing out this.
1963
83c9cb8e 1964 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1965
1966 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1967 add things to the bug report.
1968
19692000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1970
1971 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1972 returned prefix could contain a newline when the search for a
1973 good prefix line failed.
1974
19752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1976
1977 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1978 (c-toggle-auto-hungry-state): Made the argument optional, as
1979 the documentation says it is.
1980
19812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1982
1983 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1984 multiline string syntax, #"...", as a cpp macro.
1985
7008ccac
GM
19862001-03-21 Paul Eggert <eggert@twinsun.com>
1987
83c9cb8e
SM
1988 * international/mule-cmds.el (set-locale-environment):
1989 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1990 caller specifies a non-nil locale name.
3c9449d0 1991
c2478129 19922001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1993
1994 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1995 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1996
117e4b0c
GM
19972001-03-20 Gerd Moellmann <gerd@gnu.org>
1998
7194219d
GM
1999 * follow.el (follow-avoid-tail-recenter): Doc fix.
2000
5721ae13
GM
2001 * custom.el (custom-set-variables): Avoid reversing the list
2002 of args needlessly.
2003
7b8bbf72
GM
2004 * startup.el (fancy-splash-head): Don't change the colors of the
2005 XPM image on a dark background.
2006
a91ad7c9
GM
2007 * comint.el (comint-exec-1): Set columns of the terminal to
2008 window-width instead of frame-width.
2009
fa88947e
GM
2010 * info.el (Info-scroll-down): Add missing WINDOW arg for
2011 pos-visible-in-window-p.
2012
1741905c
GM
2013 * ehelp.el (electric-help-mode-hook): Add defcustom.
2014
117e4b0c
GM
2015 * mail/sendmail.el (mail-mode): Activate case-folding in
2016 font-lock-defaults.
2017
e84c695d
SM
20182001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2019
2020 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2021 (completion-ignored-extensions): Remove duplicate ".class".
2022
fc774041
AS
20232001-03-19 Andreas Schwab <schwab@suse.de>
2024
83c9cb8e
SM
2025 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2026 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2027
c2c097cc
GM
20282001-03-19 Gerd Moellmann <gerd@gnu.org>
2029
2030 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2031 methods since there are not prefix input methods.
2032
fbe2e958
KH
20332001-03-19 Kenichi Handa <handa@etl.go.jp>
2034
83c9cb8e
SM
2035 * international/mule-cmds.el (read-input-method-name):
2036 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2037
da47e491
SM
20382001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2039
2040 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2041
4986c2c6 20422001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2043
4986c2c6
MK
2044 * ediff-util.el: Copyright years.
2045 (ediff-choose-syntax-table): New function.
2046 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2047
4986c2c6
MK
2048 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2049 with-syntax-table.
83c9cb8e 2050
4986c2c6 2051 * ediff.el: Date of last update, copyright years.
83c9cb8e 2052
4986c2c6 2053 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2054
4986c2c6
MK
2055 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2056 of Scott Bronson.
2057 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2058 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2059 Deleted functions.
2060 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2061 ex-token-list.
83c9cb8e 2062
4986c2c6 2063 * viper-util.el: Spaces, indentation.
83c9cb8e 2064
4986c2c6 2065 * viper.el: Changed version, modification time.
83c9cb8e 2066
3c799aec 20672001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2068
2069 * calendar/timeclock.el (timeclock-workday-remaining):
2070 Check whether `discrep' is non-null before using it.
3c799aec 2071
ae3ce418
JW
20722001-03-16 John Wiegley <johnw@gnu.org>
2073
2074 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2075 first-time checkins.
2076 (timeclock-log-data): Fixed problem with reading timelog log file.
2077 Resulting data in the "day list" was incorrect.
2078 (timeclock-find-discrep): Check if `timeclock-file' is readable
2079 before opening it.
2080 (timeclock-time-less-p): New function.
2081 (timeclock-day-base): New function.
2082 (timeclock-geometric-mean): New function.
2083 (timeclock-generate-report): Generate a summary report based on
2084 the contents of the log file. This uses `timeclock-log-data', and
2085 is an example of writing a timelog manipulation function.
2086 (timeclock-visit-timelog): A quick command for opening the timelog
2087 file.
2088 (timeclock-log-data): Bound the variable event.
2089
c8d4a9bb
KH
20902001-03-16 Kenichi Handa <handa@etl.go.jp>
2091
83c9cb8e
SM
2092 * international/mule-cmds.el (select-safe-coding-system):
2093 Fix typo: symbol-name -> symbol-value.
11d56c64 2094
c8d4a9bb
KH
2095 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2096 before substitute-in-file-name to handle double slashes in FILE
2097 correctly.
2098
c899e7e6
GM
20992001-03-15 Gerd Moellmann <gerd@gnu.org>
2100
2101 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2102 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2103
819dce0f
GM
21042001-03-14 Gerd Moellmann <gerd@gnu.org>
2105
697617d9
GM
2106 * bindings.el (features): Add `md5' and `overlay' to the list.
2107
819dce0f
GM
2108 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2109 bound before using it. It's not bound when configured without X,
2110 for instance.
2111
e0067a9d
TTN
21122001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2113
2114 * progmodes/hideshow.el: Update copyright.
2115 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2116 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2117
afcdc0a1
GM
21182001-03-13 Gerd Moellmann <gerd@gnu.org>
2119
e0067a9d 2120 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2121 a non-list.
2122
30564c48
EZ
21232001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2124
2125 * startup.el (fancy-splash-tail, command-line-1): Fix the
2126 copyright year.
2127
2b8e24b3
KH
21282001-03-13 Kenichi Handa <handa@etl.go.jp>
2129
2130 * term.el: These changes are based on a patch sent from Yong Lu
2131 <lyongu@yahoo.com>.
2132 (term-set-escape-char): Bind M-x to execute-extended-command in
2133 term-raw-escape-map.
2134 (term-move-columns): Don't try to move to negagive column.
2135 (term-emulate-terminal): Insert a string before deleting a text to
2136 overwrite.
2137
789b6186
GM
21382001-03-12 Gerd Moellmann <gerd@gnu.org>
2139
b0778a31
GM
2140 * play/life.el (life): Rearrange code so that all calls to
2141 life-display-generation are in a catch-form.
2142
04528cda
GM
2143 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2144 file that isn't interesting. In an interesting file, push the old
2145 value of point on the mark ring.
2146
760cefb5
GM
2147 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2148 New function.
2149 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2150 Use it.
2151
83c9cb8e
SM
2152 * emacs-lisp/autoload.el (generate-file-autoloads):
2153 Remove warning about line lengths.
789b6186 2154
a2ffbafe
FP
21552001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2156
2157 * progmodes/etags.el (tags-compression-info-list): New variable.
2158 (find-tag-in-order): Use it to deal with compressed source files.
2159 (tag-file-name-match-p): New function.
2160 (etags-recognize-tags-table): Use it for better match of file names.
2161
5c9d9d92
KH
21622001-03-12 Kenichi Handa <handa@etl.go.jp>
2163
ba3e9b9b
KH
2164 * international/mule-cmds.el (register-input-method): Doc fix.
2165
5c9d9d92
KH
2166 * international/quail.el (quail-translate-key): Fix condition to
2167 check if there's another breaking point in the current key.
2168
40beecee
EZ
21692001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2170
2171 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2172 Babyl header to the newly-created output file, bind
2173 coding-system-for-write to either rmail-file-coding-system or
2174 emacs-mule-unix.
2175
75c6cb7f
SM
21762001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2177
2178 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2179 Fix the name and regexp used for subsubsections.
2180
5ec17636
DL
21812001-03-10 Dave Love <fx@gnu.org>
2182
2183 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2184 and save-buffer if buffer-file-name non-nil. From rms.
2185
6d2e2c02
AS
21862001-03-10 Andre Spiegel <spiegel@gnu.org>
2187
2188 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2189 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2190 to reflect that.
2191 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2192 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2193 variable bindings that might affect the diff command.
2194 (vc-print-log): Don't switch to the *vc* buffer before the
2195 command, so that local variable bindings are preserved.
2196
789b6186 2197 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2198 not the current buffer.
2199 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2200
789b6186 2201 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2202 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2203
b18f5523
SM
22042001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2205
2206 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2207 so ^, $, *, ? and + are interpreted correctly.
2208
3cfd8357
GM
22092001-03-09 Gerd Moellmann <gerd@gnu.org>
2210
c085b77c 2211 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2212 mode-line-key-binding. Handle any event on a string.
2213 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2214
3cfd8357
GM
2215 * comint.el (comint-insert-clicked-input): Use the last key
2216 from this-command-keys to lookup the global key definition.
2217
348f797a
KH
22182001-03-09 Kenichi Handa <handa@etl.go.jp>
2219
3ebf3717
KH
2220 * international/characters.el: Add category `j' for
2221 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2222
348f797a
KH
2223 * international/mule-conf.el (no-conversion): Fix docstring.
2224 (raw-text): Fix docstring.
2225
e1fbabaf
GM
22262001-03-08 Gerd Moellmann <gerd@gnu.org>
2227
96e8e603
GM
2228 * simple.el (choose-completion-string): When not leaving the
2229 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2230 is set.
2231
e1fbabaf
GM
2232 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2233 parameter `(minibuffer . t)'.
2234
f9db8f19
SM
22352001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2236
2237 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2238 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2239 (sh-mode): Remove `make-local-variable' for unused var
2240 `font-lock-unfontify-region-function'.
2241
02756877
RS
22422001-03-07 Richard M. Stallman <rms@gnu.org>
2243
132bf46d
RS
2244 * info.el (Info-scroll-down): Fix previous change.
2245
02756877
RS
2246 * mail/rmail.el (rmail-toggle-header): Use a window which
2247 is showing the Rmail buffer, rather than the selected window.
2248
eeb24429
DL
22492001-03-07 Dave Love <fx@gnu.org>
2250
2251 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2252 now, to avoid problems with binding imenu directly to a mouse event.
2253
3bdf2660
GM
22542001-03-07 Gerd Moellmann <gerd@gnu.org>
2255
2256 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2257 second arg t.
2258
22592001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2260
2261 * log-edit.el (log-edit-common-indent): New var.
2262 (log-edit-set-common-indentation): Renamed from
2263 log-edit-delete-common-indentation. Use the new var.
2264 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2265
2266 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2267 (cvs-mode-add-change-log-entry-other-window):
2268 Don't presume change-log-default-name is defined.
2269
2270 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2271
2272 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2273 the "tree" operation as well.
2274
2275 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2276
2277 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2278 to match paragraph-start.
2279
2280 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2281 comment-start-skip and set comment-end-skip as well.
2282 (sgml-comment-indent): Fix for new value of comment-start-skip.
2283 (html-autoview-mode): Don't bother using make-local-hook.
2284
2ad02767
GM
22852001-03-07 Gerd Moellmann <gerd@gnu.org>
2286
189638d5 2287 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2288 variables, otherwise long Custom entries would make them ineffective.
189638d5 2289
2ad02767
GM
2290 * uniquify.el: Set maintainer to FSF.
2291
656f8cae
EZ
22922001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2293
2294 * dired-aux.el (dired-do-shell-command): Doc fix.
2295
c83965c4
SM
22962001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2297
04af43bc
SM
2298 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2299
2300 * which-func.el (which-func-modes): Add cperl-mode.
2301 (which-func-mode-global): Use define-minor-mode.
2302
2303 * info-look.el: Docstring fixes and dead code eliminated.
2304 (cperl-mode): Add support.
2305 (emacs-lisp-mode): List all entries from elisp manual, whether
2306 or not they are currently (f)bound or not. Update regexp.
2307
2308 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2309
c83965c4
SM
2310 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2311 so that C-h m shows the correct information.
2312 Use make-local-variable rather than make-variable-buffer-local.
2313 (cperl-info-buffer, cperl-setup-tmp-buf):
2314 Use make-local-variable rather than make-variable-buffer-local.
2315 (cperl-msb-fix, cperl-get-help-defer):
2316 Check major-mode for `cperl-mode' as well.
2317
2318 * progmodes/cperl-mode.el: Updated to author version 4.23.
2319 (cperl-electric-pod): SYNOPSIS was misspelled.
2320 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2321 (cperl-after-expr-p): Make true after __END__.
2322
f16a7aa5
GM
23232001-03-06 Gerd Moellmann <gerd@gnu.org>
2324
157ae273 2325 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2326 bookmark-completion-ignore-case is t.
157ae273 2327
f16a7aa5
GM
2328 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2329 switch, like xterm, and concat resource strings, with a newline
2330 between them.
2331
abaddb98
EZ
23322001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2333
a2ffbafe 2334 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2335 (cp773-decode-table, cp774-decode-table): New variables.
2336
abaddb98
EZ
2337 * man.el (Man-hyphenated-reference-regexp): New variable.
2338 (Man-build-references-alist): Use it to search for referenced
2339 manpages. If hyphenated is non-nil, record a concatenated word in
2340 Man-refpages-alist only if it matches Man-reference-regexp.
2341 Update word's length when it is concatenated. Reverse the list,
2342 to get the first manpage at the head.
2343 (Man-possibly-hyphenated-word): New function.
2344 (Man-follow-manual-reference): Use it instead of current-word to
2345 find a manpage at point, in a way that accounts for hyphenated
2346 references.
2347
eb3f61dd
GM
23482001-03-06 Alex Schroeder <alex@gnu.org>
2349
2350 * sql.el (sql-interbase): New function.
2351 (sql-interbase-program): New option.
2352 (sql-interbase-options): New option.
2353 And some typos fixed: "customise" to "customize".
2354
fa84f42a
DL
23552001-03-06 Dave Love <fx@gnu.org>
2356
83c9cb8e
SM
2357 * textmodes/flyspell.el (flyspell-region):
2358 Set up flyspell-local-mouse-map.
fa84f42a 2359
fda3411d
RS
23602001-03-05 Richard M. Stallman <rms@gnu.org>
2361
a2ffbafe 2362 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2363 Don't call rmail-beginning-of-message.
2364 Don't discard From: field. Do discard Received: field.
2365 Use unwind-protect to re-prune.
2366 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2367
e972ab1f
KH
23682001-03-06 Kenichi Handa <handa@etl.go.jp>
2369
2370 * international/quail.el (quail-title): Add autoload cookie.
2371
335db3c1
DL
23722001-03-05 Dave Love <fx@gnu.org>
2373
2374 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2375 new defs.
2376
278dd6ac
KH
23772001-03-05 Kenichi Handa <handa@etl.go.jp>
2378
83c9cb8e
SM
2379 * language/ethio-util.el (ethio-toggle-space):
2380 Update current-input-method-title if necessary.
36d5e61d
KH
2381 (ethio-toggle-punctuation): Likewise.
2382
341cd4f0
KH
2383 * international/quail.el (quail-title): Fix for the case that a
2384 title of an input method is specified by a list of the same form
2385 as used in mode-line-format.
2386
83c9cb8e
SM
2387 * international/mule-cmds.el (activate-input-method):
2388 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2389 respect that value.
2390
10ebaeb6
GM
23912001-03-05 Gerd Moellmann <gerd@gnu.org>
2392
2393 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2394
7a65c85c
GM
23952001-03-05 Alex Schroeder <alex@gnu.org>
2396
2397 * sql.el (sql-sybase): Fix typo (was: query user about server two
2398 times instead of server and database).
2399
2400 * sql.el (sql-sybase): Doc change.
2401 (sql-mysql): Doc change.
2402 (sql-postgres): Doc change.
2403
b86644f2
KH
24042001-03-05 Kenichi Handa <handa@etl.go.jp>
2405
83c9cb8e
SM
2406 * international/mule-conf.el (emacs-mule, raw-text):
2407 Docstring modified.
b86644f2 2408
e30bd7b7
EZ
24092001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2410
2411 * term/internal.el: Update copyright notice.
2412
2413 * term/pc-win.el: Update copyright notice.
2414
7e365285
DL
24152001-03-02 Dave Love <fx@gnu.org>
2416
83c9cb8e
SM
2417 * files.el (insert-file-contents-literally):
2418 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2419 not jka-compr-compression-info-list.
7e365285 2420
75ed43a6
SM
24212001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2422
2423 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2424 spaces in default comment-start-skip settings rather than \s-.
2425
53c4b1e6
EZ
24262001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2427
2428 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2429 default-frame-alist as well.
2430
028d739a
DL
24312001-03-01 Dave Love <fx@gnu.org>
2432
2433 * textmodes/reftex.el (defvar): Wrap some defvars in
2434 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2435
2436 * subr.el (event-basic-type): Doc fix.
2437
2438 * international/quail.el: Doc fixes.
2439
2440 * international/utf-8.el: Doc fixes.
2441
2442 * international/mule-cmds.el: Doc fixes.
2443 (leim-list-header): Fix header text.
2444
2445 * international/mule.el (coding-system-category): Doc fix.
2446
2447 * international/ccl.el (ccl-compile): Doc fix.
2448
15d1caef
SM
24492001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2450
2451 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2452 rather than (before|after)-change-functions.
2453
f84ff02c
GM
24542001-03-01 Gerd Moellmann <gerd@gnu.org>
2455
2456 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2457 scroll-left and scroll-right being called interactively so that
2458 they set the window's min_hscroll.
2459
e0c1e774
EZ
24602001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2461
2462 * info.el (info-insert-file-contents-1): Accept an additional
2463 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2464 `suffix'; otherwise use the complicated MS-DOS code.
2465 All callers changed.
e0c1e774
EZ
2466 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2467 can access long file names, try the long file-name version of
2468 `info-insert-file-contents-1', then the short file-name version.
2469
b8b2ea31 24702001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2471
af122766
KH
2472 * language/ethio-util.el (setup-ethiopic-environment-internal):
2473 Change bindings of functions keys to conform to "Emacs Lisp Coding
2474 Convention".
2475
2476 * language/ethiopic.el ("Ethiopic"): Add documentation.
2477
b8b2ea31
KH
24782001-02-28 Kenichi Handa <handa@etl.go.jp>
2479
1d64e2ad
KH
2480 * international/utf-8.el (mule-utf-8): Set coding-category
2481 property to coding-category-utf-8.
2482
91cb6e51
RS
24832001-02-27 Richard M. Stallman <rms@gnu.org>
2484
2485 * lpr.el (lpr-page-header-switches, print-region-1):
2486 Undo 2000-07-06 change.
7298f3f7
RS
2487 (lpr-add-switches): Default to t on gnu/linux.
2488
c0cb1027
GM
24892001-02-27 Gerd Moellmann <gerd@gnu.org>
2490
2491 * bs.el (bs-attributes-list): Doc fix.
2492
01459648
GM
24932001-02-26 Gerd Moellmann <gerd@gnu.org>
2494
baebd8a5 2495 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2496
01459648
GM
2497 * help.el (view-order-manuals): Use goto-address.
2498
2499 * startup.el (command-line-1): Add info about ordering manuals
2500 to the not so fancy splash screens.
2501
f93e614e
AS
25022001-02-26 Andre Spiegel <spiegel@gnu.org>
2503
01459648
GM
2504 * vc.el (vc-default-workfile-unchanged-p)
2505 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2506
12435002
GM
25072001-02-26 Gerd Moellmann <gerd@gnu.org>
2508
a2ffbafe 2509 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2510 fontify in the right buffer.
2511
12435002
GM
2512 * allout.el (outline-flag-region): Move macro in front of first
2513 use to avoid a run-time error.
2514
425de386
AI
25152001-02-24 Andrew Innes <andrewi@gnu.org>
2516
2517 * makefile.w32-in: Fix copyright notice.
2518
66c56ed1
KH
25192001-02-24 Kenichi Handa <handa@etl.go.jp>
2520
4c1593ce
KH
2521 * international/utf-8.el (mule-utf-8): Set correct value for
2522 valid-codes property.
2523
66c56ed1
KH
2524 * international/fontset.el (x-complement-fontset-spec): In the
2525 case that we use ASCII font for the other charsets, use only
15d1caef 2526 family and registry part of it.
66c56ed1 2527
119171dd
EZ
25282001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2529
2530 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2531 (shrink-window-if-larger-than-buffer): Doc fix.
2532
932c309e
SM
25332001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2534
2535 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2536 predicate passed to completing-read.
2537
9b760e36
EZ
25382001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2539
2540 * startup.el (command-line): Fix last change.
2541
5c39a60f
JR
25422001-02-23 Jason Rumney <jasonr@gnu.org>
2543
2544 * startup.el (tool-bar-originally-present): New variable.
2545 (command-line): Set it if the tool-bar is switched on at startup.
2546
2547 * frame.el (frame-notice-user-settings): Only adjust frame height
2548 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2549 From E. Jay Berkenbilt.
5c39a60f 2550
cb91b2c7
SM
25512001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2552
39b557e8
SM
2553 * server.el (server-switch-buffer): Only switch window if the
2554 current one is dedicated.
2555
cb91b2c7
SM
2556 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2557 rather than using (match-beginning 0) when searching for break point.
2558
9238a8df
EZ
25592001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2560
2561 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2562 @ follows an accent command such as @'. Support optional braces
2563 in commands that insert accents, like makeinfo does.
2564
3473f362
GM
25652001-02-22 Gerd Moellmann <gerd@gnu.org>
2566
2567 * startup.el (fancy-splash-text): Add a line for ordering
2568 manuals. Reverse order of splash screens shown.
2569 (use-fancy-splash-screens-p): Adapt to the text line added.
2570
2571 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2572 manuals from the FSF.
2573
2574 * help.el (view-order-manuals): New function.
2575 (toplevel): Bind C-h C-m to this function.
2576
76a4de07
SM
25772001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2578
2579 * newcomment.el (comment-forward): Skip the comment-start before
2580 searching for the comment-end.
2581
75b71d85
DL
25822001-02-21 Dave Love <fx@gnu.org>
2583
2f4c9a87
DL
2584 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2585
75b71d85
DL
2586 * international/mule-cmds.el, international/mule.el: Doc fixes.
2587
2588 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2589 (fortune) <defgroup>: Add :link.
2590 (fortune-from-region): Use eq, not eql.
2591
ffc9ff0c
GM
25922001-02-21 Gerd Moellmann <gerd@gnu.org>
2593
2594 * startup.el (fancy-splash-screens): Use display-hourglass
2595 instead of display-busy-cursor.
2596
2597 * frame.el (display-hourglass): Renamed from busy-cursor.
2598 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2599 (show-cursor-in-non-selected-windows): Doc fix.
2600
f34eb373
DL
26012001-02-20 Dave Love <fx@gnu.org>
2602
2603 * international/utf-8.el: Doc and commentary fixes.
2604
f55e4a7e
EZ
26052001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2606
2607 * ehelp.el (with-electric-help): Doc fix.
2608
fa97adf6
GM
26092001-02-20 Gerd Moellmann <gerd@gnu.org>
2610
2611 * msb.el (msb-mode): Call the update-buffers function explicitly
2612 with a FORCE argument.
2613
2614 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2615 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2616 returns nil.
2617
54ed3bd2
GM
26182001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2619
2620 * ps-print.el: Timestamp package replacement. Some enhancements.
2621 Some XEmacs compatibility. Doc fix.
2622 (ps-print-version): New version number (6.4).
2623 (ps-printer-name): Initialization fix.
2624 (ps-zebra-stripe-follow): Funcionality enhancement.
2625 (ps-prologue-file): Code enhancement.
2626 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2627 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2628 (ps-get-page-dimensions)
54ed3bd2
GM
2629 (ps-generate-header, ps-begin-file, ps-begin-job)
2630 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2631 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2632 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2633 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2634
e8ebf97d
MB
26352001-02-20 Miles Bader <miles@gnu.org>
2636
2637 * image-file.el (image-file-name-extensions): Add "tif".
2638
136b27c5
GM
26392001-02-19 Gerd Moellmann <gerd@gnu.org>
2640
2641 * wid-edit.el (widget-button-click): Save the selected window
2642 around the code handling clicks on buttons.
2643
6ebbcf59
DL
26442001-02-18 Dave Love <fx@gnu.org>
2645
2646 * imenu.el (imenu--generic-function): Use mapc to iterate over
2647 syntax characters.
2648
595ded73
RS
26492001-02-17 Richard M. Stallman <rms@gnu.org>
2650
b9fe3dc8
RS
2651 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2652
595ded73
RS
2653 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2654
f3f053f3
GM
26552001-02-16 Gerd Moellmann <gerd@gnu.org>
2656
2657 * mouse.el (mouse-save-then-kill): If the distance from the new
2658 point to the mark is equal to the distance of point from the new
2659 point, move point instead of the mark.
2660
11570a8f
DL
26612001-02-16 Dave Love <fx@gnu.org>
2662
2663 * textmodes/flyspell.el (flyspell-get-word): Return string without
2664 properties.
2665
fb339cd5
EZ
26662001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2667
2668 * generic.el (generic-find-file-regexp): Doc fix.
2669 (generic-ignore-files-regexp): New defcustom.
2670 (generic-mode-find-file-hook): If the file's name matches the
2671 regexp in `generic-ignore-files-regexp', don't enter
2672 default-generic-mode. Doc fix.
2673
c56b1c1b
GM
26742001-02-16 Gerd Moellmann <gerd@gnu.org>
2675
a2ffbafe 2676 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2677 Add autoload cookies.
2678
a2ffbafe 2679 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2680 of cal-tex-24.
2681
0d140e65
EZ
26822001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2683
81558867
EZ
2684 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2685
0d140e65
EZ
2686 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2687 the character class after the (optional) drive, to support file
2688 names with embedded blanks.
2689
713f7b15
SS
26902001-02-15 Sam Steingold <sds@gnu.org>
2691
2692 * textmodes/tex-mode.el (tex-shell-running):
2693 Check the process buffer too.
2694
9a2a6f73
DL
26952001-02-15 Dave Love <fx@gnu.org>
2696
2697 * battery.el (battery-status-function): Fix doc, :type.
2698
15d1caef 2699 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2700
fe10cef0
GM
27012001-02-15 Gerd Moellmann <gerd@gnu.org>
2702
2703 * subr.el (read-passwd): Clear Lisp memory holding password.
2704
126f5d4d
MB
27052001-02-15 Miles Bader <miles@gnu.org>
2706
2707 * info.el (Info-copy-current-node-name): New function.
2708 (Info-mode-menu): Add it to the menu.
2709
92e98d63
RS
27102001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2711
2712 * international/mule-cmds.el (toggle-input-method): Doc fix.
2713
dd4e0e55
SM
27142001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2715
2716 * replace.el (occur): Stop at end of buffer.
2717
402dbbd1
EZ
27182001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2719
2720 * international/mule-cmds.el (set-input-method): Another doc fix.
2721
e9fcba3d
GM
27222001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2723
2724 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2725
78ad1cd5
MB
27262001-02-13 Miles Bader <miles@gnu.org>
2727
713f7b15 2728 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2729 (set-face-stipple): Treat a value of nil as being `unspecified'.
2730
fce9d9dc
DL
27312001-02-12 Dave Love <d.love@dl.ac.uk>
2732
2733 * international/latin1-disp.el: Doc fixes.
2734 (latin1-display) <defgroup>: Add :link.
2735 (latin1-display) <function>: Set variable latin1-display.
2736
bc406911
EZ
27372001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2738
2739 * international/mule-cmds.el (set-input-method): Doc fix.
2740
68514d48
EL
27412001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2742
2743 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2744 (speedbar-line-file): Return nil if not a file.
2745 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2746
513bea45 27472001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2748
513bea45
MK
2749 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2750 for remote files.
bc406911 2751 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2752 with raw-text.
713f7b15 2753
513bea45 2754 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2755
83c9cb8e
SM
2756 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2757 Better handling of the diff mode.
713f7b15 2758
513bea45 2759 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2760
bc406911 2761 * viper.texi: Fix typos.
713f7b15 2762
521d4010
DL
27632001-02-11 Dave Love <fx@gnu.org>
2764
36fd8e17
DL
2765 * shadowfile.el: Doc fixes.
2766 (shadow) <defgroup>: Add :link.
2767 (shadowfile-unload-hook): New function.
2768 (shadow-initialize): Use defalias, not fset.
2769 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2770 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2771
521d4010
DL
2772 * international/mule.el: Doc and message fixes.
2773
36fd8e17
DL
2774 * international/ccl.el (define-ccl-program): Doc fix.
2775
92395bbe
KH
27762001-02-11 Kenichi Handa <handa@etl.go.jp>
2777
2778 * faces.el (mode-line): Set :line-width property to -1.
2779
103db06c
RS
27802001-02-10 Richard M. Stallman <rms@gnu.org>
2781
08b78974
RS
2782 * complete.el (partial-completion-mode): Doc fix.
2783
103db06c
RS
2784 * simple.el (delete-key-deletes-forward-mode):
2785 Change `let' to `let*' to fix gross bug in last change.
2786
2787 * repeat.el (repeat): Don't let execute-kbd-macro alter
2788 real-last-command.
2789
a6a1ee53
EZ
27902001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2791
2792 * simple.el (eval-expression): Doc fix.
2793
d2f288c6
DL
27942001-02-09 Dave Love <fx@gnu.org>
2795
038f4ae3
DL
2796 * imenu.el (imenu-generic-expression): Doc fix.
2797
83c9cb8e
SM
2798 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2799 From Juanma Barranquero.
038f4ae3 2800
15d1caef 2801 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2802
9804b846
KH
28032001-02-09 Kenichi Handa <handa@etl.go.jp>
2804
2805 * faces.el (set-face-attribute): Describe the case of a negative
2806 value specified for :line-width.
2807
532f5197
SM
28082001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2809
2810 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2811 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2812
1d279666
DL
28132001-02-08 Dave Love <fx@gnu.org>
2814
4681ca3a
DL
2815 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2816 widget-plist-value-type.
2817 (widget-alist-convert-widget): Replace binding of
2818 widget-alist-value-type.
2819
1d279666
DL
2820 * textmodes/paragraphs.el (sentence-end): Doc fix.
2821
83c9cb8e
SM
2822 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2823 Remove `backward-line'.
1d279666 2824
532f5197
SM
2825 * play/pong.el (pong-blank-color, pong-bat-color)
2826 (pong-ball-color, pong-border-color, pong-left-key)
2827 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2828 (pong-pause-key, pong-resume-key, pong-timer-delay):
2829 * mail/mh-comp.el (mh-compose-letter-function):
2830 * eshell/esh-mode.el (eshell-skip-prompt-function):
2831 * emulation/viper-ex.el (ex-unix-type-shell-options):
2832 * recentf.el (recentf-menu-filter):
2833 * ps-print.el (ps-print-region-function):
2834 * lpr.el (print-region-function):
2835 * forms.el (forms-mode-hooks):
2836 * dirtrack.el (dirtrack-directory-change-hook):
2837 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2838 * textmodes/spell.el (spell-filter):
2839 * textmodes/fill.el (adaptive-fill-function):
2840 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2841 * progmodes/etags.el (find-tag-default-function):
2842 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2843 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2844
6f676109
EZ
28452001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2846
751d3bc4
EZ
2847 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2848 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2849 Meyering <jim@meyering.net>.
2850
6f676109
EZ
2851 * loadup.el: Revert last change.
2852
d3c26cdf
KH
28532001-02-07 Kenichi Handa <handa@etl.go.jp>
2854
83c9cb8e
SM
2855 * international/mule.el (transform-make-coding-system-args):
2856 Make it work also for coding systems not using CCL.
d3c26cdf 2857
44806980
EZ
28582001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2859
9889af08
EZ
2860 * simple.el (previous-matching-history-element)
2861 (next-matching-history-element): Doc fix.
2862
44806980
EZ
2863 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2864 specific part.
2865
1e36ff68
DL
28662001-02-06 Dave Love <fx@gnu.org>
2867
713f7b15 2868 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2869 (add-log-buffer-file-name-function, add-log-file-name-function):
2870 Fix :type.
2871 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2872
c7ca58df
EZ
28732001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2874
fecd556a
EZ
2875 * info.el (info-initialize): Remove the test for system-type when
2876 invocation-directory is non-nil.
2877
c7ca58df
EZ
2878 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2879 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2880
587b5737
AI
28812001-02-06 Andrew Innes <andrewi@gnu.org>
2882
2883 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2884 absolute.
2885
baf7eee4
GM
28862001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2887
2888 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2889 buffers. When hi-lock turned on rather than only checking current
2890 buffer for regexps, all buffers are checked. Moved activation of
2891 font-lock to hi-lock-refontify. When font-lock turned off rather
2892 than removing added highlighting just in current buffer, remove it
2893 in all buffers. Changed edit menu text from "Automatic
2894 Highlighting" to "Regexp Highlighting" Documentation for
2895 highlighting phrases, minor documentation changes.
2896 (hi-lock-set-file-patterns): Execute only if there are new or
2897 existing file patterns.
2898 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2899 unfontify and, if a support mode is active, will not refontify the
2900 whole buffer. If necessary, turn on font lock. (Removed
2901 font-lock-unfontify and font-lock support-mode-specific calls,
2902 such as lazy-lock-fontify-window.)
2903 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2904 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2905 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2906 (hi-lock-face-phrase-buffer): New function. Also added related
2907 menu item and keybinding.
2908 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2909 (hi-lock-process-phrase): New function.
2910 (hi-lock-line-face-buffer): Doc fixes.
2911 (hi-lock-face-buffer): Doc fixes.
2912 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2913
36710aa6
GM
29142001-02-06 Gerd Moellmann <gerd@gnu.org>
2915
2916 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2917 dabbrev-ignored-regexps.
2918
d3f22784
EZ
29192001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2920
2921 * simple.el (kill-line): Doc fix.
2922
5cb3c8d4
DL
29232001-02-05 Dave Love <fx@gnu.org>
2924
2925 * loadup.el: Revert last two changes -- bootstrapping works with
2926 regenerated loaddefs.
2927
e6297e7d
EZ
29282001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2929
1e14b095
EZ
2930 * isearch.el (isearch-forward): Doc fix.
2931
e6297e7d
EZ
2932 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2933 of font-lock-defaults to backward-paragraph.
2934
e16f52ce
GM
29352001-02-05 Gerd Moellmann <gerd@gnu.org>
2936
2937 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2938 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2939
01d19dd7
GM
29402001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2941
2942 * ebnf2ps.el: Eliminate time-stamp functions.
2943 (ebnf-version): New version (3.5).
2944 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2945 format-time-string.
2946
24886813
GM
29472001-02-05 Gerd Moellmann <gerd@gnu.org>
2948
2949 * simple.el (next-line): Goto end-of-line before inserting a newline.
2950
65e70fc4
MB
29512001-02-05 Miles Bader <miles@gnu.org>
2952
2953 * image-file.el (insert-image-file): When visiting an image, also
2954 set `truncate-lines' to t so that any fringe arrow looks correct.
2955
482f06c9
KH
29562001-02-05 Kenichi Handa <handa@etl.go.jp>
2957
2958 * isearch.el (isearch-forward): Add description about input method
2959 in the docsting.
2960
02399da7
SM
29612001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2962
2963 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2964
2c366083
EZ
29652001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2966
2967 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2968 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2969
bdadfce3
GM
29702001-02-02 Gerd Moellmann <gerd@gnu.org>
2971
79fb38c0
GM
2972 * wid-edit.el (widget-button-click): Fix last change.
2973
bdadfce3
GM
2974 * frame.el (frame-notice-user-settings): When resizing the initial
2975 frame because the tool bar is off, also change the frame's top
2976 position if a negative top position was specified.
2977
33155ffb
MB
29782001-02-02 Miles Bader <miles@gnu.org>
2979
2980 * image-file.el (insert-image-file): When visiting an image,
2981 suppress the cursor in the image buffer.
2982
1355ba0c
DL
29832001-02-01 Dave Love <fx@gnu.org>
2984
2985 * progmodes/f90.el (f90-mode): Remove startup message.
2986
fb758d2d 2987 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2988
01acdb05
GM
29892001-02-01 Gerd Moellmann <gerd@gnu.org>
2990
2991 * startup.el (command-line): Fix code determining whether or not
2992 to use delete-key-deletes-forward-mode.
2993
5b1ee316
AS
29942001-02-01 Andre Spiegel <spiegel@gnu.org>
2995
2996 * vc.el (vc-diff-switches): New user option.
2997 (vc-version-diff): Use it.
2998 (vc-diff-switches-list): New macro.
2999
83c9cb8e
SM
3000 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3001 New customization options.
5b1ee316
AS
3002 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3003
3004 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3005
00b1e7a1
GM
30062001-02-01 Gerd Moellmann <gerd@gnu.org>
3007
3008 * msb.el (toplevel): Quote hook symbols.
3009
85827036
KH
30102001-02-01 Kenichi Handa <handa@etl.go.jp>
3011
8e028499 3012 * international/mule.el (make-coding-system): Add description
3c948dde 3013 about recognized properties in the docstring.
8e028499 3014
85827036
KH
3015 * international/mule-conf.el: Remove unused charsets
3016 mac-roman-lower and mac-roman-upper.
3017
7ccf7ab9
GM
30182001-01-31 Gerd Moellmann <gerd@gnu.org>
3019
2441692d
GM
3020 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3021 is in front of the left-margin, if any.
3022
ee5cece0
GM
3023 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3024 like `delete'.
3025
83c9cb8e 3026 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3027
7ccf7ab9
GM
3028 * term/w32-win.el (mouse-set-font): Doc fix.
3029
b4f30ec5 30302001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3031
b4f30ec5
GM
3032 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3033 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3034 on already.
3035
03e0fe6e
GM
30362001-01-31 Markus Rost <rost@math.ohio-state.edu>
3037
3038 * files.el (save-buffer): Don't give message if (buffer-file-name)
3039 returns nil.
713f7b15 3040
8f289acc
EZ
30412001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3042
cb4aae04
EZ
3043 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3044
dbd98b19
EZ
3045 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3046 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3047
8f289acc
EZ
3048 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3049 display problems.
3050
c12553c1
KH
30512001-01-31 Kenichi Handa <handa@etl.go.jp>
3052
c7bf5db9
KH
3053 * international/mule.el (charset-info): Fix docstring.
3054
3055 * international/mule-diag.el (describe-character-set): Check final
3056 char valid before printing it.
c12553c1 3057
14f16b9c
GM
30582001-01-30 Gerd Moellmann <gerd@gnu.org>
3059
efaa080b
GM
3060 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3061
eef93f99
GM
3062 * frame.el (frame-notice-user-settings): Do the tool-bar
3063 stuff only for graphical displays. Fix a braino.
713f7b15 3064
14f16b9c
GM
3065 * frame.el (frame-initialize): Create initial frame visible.
3066 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3067 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3068
3069 * startup.el (command-line): Remove manipulation of frame
3070 height for tool bars.
3071
4ad25e43
EZ
30722001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3073
3074 * lpr.el: Compatibility with XEmacs and doc fixes.
3075 (lpr-windows-system, lpr-lp-system): New vars.
3076 (lpr-printer-switch): New defcustom.
3077 (printer-name, lpr-command): Customization fix.
3078 (print-region-1): Code fix.
3079 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3080 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3081 New functions.
4ad25e43 3082
e8f044a0
GM
30832001-01-29 Gerd Moellmann <gerd@gnu.org>
3084
3085 * msb.el (toplevel): Fix the eval-after-load.
3086
850d5045
GM
30872001-01-29 Dave Love <fx@gnu.org>
3088
762fe76e
DL
3089 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3090
3091 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3092
83c9cb8e 3093 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3094 (tcl-using-emacs-19-23): Consider Emacs 21+.
3095 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3096 (tcl-add-emacs-menu): Supply menu name.
3097 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3098
3a768251
GM
30992001-01-29 Gerd Moellmann <gerd@gnu.org>
3100
3101 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3102
274d02f7
SM
31032001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3104
3105 * pcvs.el (cvs-mark-fis-dead): New function.
3106 (cvs-mode-add): Use it.
3107 (cvs-mode-add-change-log-entry-other-window):
3108 Rebind change-log-default-name to itself rather than to nil.
3109
ed5d446e
SS
31102001-01-29 Sam Steingold <sds@gnu.org>
3111
efaa080b 3112 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3113 `autoload' statements.
3114
e2a80284
EZ
31152001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3116
8e1db7b3
EZ
3117 * files.el (confirm-kill-emacs): Doc fix.
3118
ff2a1c79
EZ
3119 * frame.el (frame-initialize): Doc fix.
3120
e7b0deaf
EZ
3121 * time-stamp.el (time-stamp-string): Doc fix.
3122
83c9cb8e
SM
3123 * woman.el (WoMan-log-1): Make the log buffer writable.
3124 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3125
005913e4
GM
31262001-01-29 Gerd Moellmann <gerd@gnu.org>
3127
3128 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3129 the `make-variable-buffer-local'.
3130
58622cc5
GM
31312001-01-29 Dave Love <fx@gnu.org>
3132
3133 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3134 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3135 Add autoload cookie.
58622cc5
GM
3136 (ansi-color-apply-sequence): Fix typo.
3137
0404d031
GM
31382001-01-29 Gerd Moellmann <gerd@gnu.org>
3139
ed5d446e 3140 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3141 Postscript printing in black and white.
3142
0404d031
GM
3143 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3144 X-Mailman-Version, Precedence, List-Help, List-Post,
3145 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3146 Content-Type, Content-Length.
3147
3b6ed359
DL
31482001-01-29 Dave Love <fx@gnu.org>
3149
ddd16e7a
DL
3150 * elide-head.el (elide-head): Make overlay evaporate.
3151
83c9cb8e 3152 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3153
8005142f
EZ
31542001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3155
3156 * isearch.el (isearch-highlight): Don't punt if the display
3157 doesn't support colors, since isearch faces are defined for
3158 monochrome displays as well.
3159
84728570
SS
31602001-01-27 Sam Steingold <sds@gnu.org>
3161
3162 * shell.el (shell-write-history-on-exit): Make sure that we are in
3163 the shell buffer (M-x tex-file RET inserted the error message into
3164 the TeX buffer).
3165
e26f9ced
EZ
31662001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3167
3168 * simple.el (transient-mark-mode): Doc fix.
3169
dc0274bd
GM
31702001-01-27 Gerd Moellmann <gerd@gnu.org>
3171
83c9cb8e 3172 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3173
c1acacc4
EZ
31742001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3175
f5058b96
EZ
3176 * shell.el (shell-unquote-argument): If the shell is one of the
3177 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3178 quote character.
3179 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3180 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3181
c1acacc4 3182 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3183 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3184
103db06c 31852001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3186
84728570 3187 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3188 Treat a one-capital-letter abbrev as "not all upper case",
3189 so as to force preservation of the expansion's pattern
3190 if the expansion starts with a capital letter.
3191
cfa70244
EZ
31922001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3193
cfee9de7
EZ
3194 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3195 Doc fix.
3196
cfa70244
EZ
3197 * simple.el (transient-mark-mode): Document the fact that many
3198 commands act on the region when mark is active.
3199
17d90d6b
KH
32002001-01-27 Kenichi Handa <handa@etl.go.jp>
3201
3202 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3203 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3204 (quail-show-guidance-buf): Make the multibyteness of current
3205 buffer inherited to Quail guidance buffer.
3206 (quail-help): Make the multibyteness of current buffer inherited
3207 to Quail help buffer.
3208
61076b20
DL
32092001-01-26 Dave Love <fx@gnu.org>
3210
c47e2c68
DL
3211 * time-stamp.el: Doc fixes.
3212
84728570 3213 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3214 (delphi-keyword-face, delphi-other-face): Fix :type.
3215
940f14b4
DL
3216 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3217
3218 * mail/feedmail.el (feedmail): Add :link.
3219 (feedmail-send-it): Doc fix.
3220
3221 * mail/sendmail.el: Doc fixes.
3222 (sendmail-send-it): Fix the non-ASCII regexp and use
3223 rfc2047-encode-string.
3224
61076b20
DL
3225 * dired.el, dired-aux.el: Revert last change.
3226
6c317bd2
GM
32272001-01-26 Gerd Moellmann <gerd@gnu.org>
3228
3229 * makefile.w32-in (DONTCOMPILE): Add various term files.
3230
32312001-01-26 Dave Love <fx@gnu.org>
3232
3233 * Makefile.in (DONTCOMPILE): Add various term files.
3234
1c636b5f
GM
32352001-01-26 Gerd Moellmann <gerd@gnu.org>
3236
af900b23
GM
3237 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3238
15fa6db0 3239 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3240 the echo area is resized to fit the size of the startup message.
15fa6db0 3241
1c636b5f
GM
3242 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3243 part of which is a constant.
3244
9b1adbd5
EZ
32452001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3246
83c9cb8e 3247 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3248
103db06c 32492001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3250
3251 * simple.el (next-line): Don't let `newline' expand abbrevs.
3252 Simplify slightly.
3253 (open-line): Don't let `newline' expand abbrevs.
3254
219227ea
JW
32552001-01-25 John Wiegley <johnw@gnu.org>
3256
3257 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3258 to `repeat' in the :type field.
3259
3260 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3261 allow a choice of regexp or nil.
d2906bf8 3262 (pcomplete-dir-ignore): Same.
219227ea
JW
3263
3264 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3265 a command) to always fail.
3266
ceba0dac
GM
32672001-01-25 Gerd Moellmann <gerd@gnu.org>
3268
3269 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3270 discard the result.
3271 (iswitchb-to-end): Likewise.
3272
9b0630e5
SS
32732001-01-25 Sam Steingold <sds@gnu.org>
3274
3275 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3276 Require vc.
9b0630e5 3277
a2ed9670
SM
32782001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3279
f0c1adab
SM
3280 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3281
a2ed9670
SM
3282 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3283
34ac3367
DL
32842001-01-25 Dave Love <fx@gnu.org>
3285
61076b20
DL
3286 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3287 (describe-coding-system): Tweak the English text.
3288
34ac3367
DL
3289 * loadup.el: Preload international/ccl for utf-8.
3290
4685e6b7
EZ
32912001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3292
3293 * mail/rmail.el (rmail-redecode-body): Doc fix.
3294
0fdb4475
KH
32952001-01-25 Kenichi Handa <handa@etl.go.jp>
3296
83c9cb8e
SM
3297 * international/mule-cmds.el (reset-language-environment):
3298 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3299
83c9cb8e
SM
3300 * international/mule-conf.el (coding-category-utf-8):
3301 Initialize to mule-utf-8.
0fdb4475 3302
9b0630e5 3303 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3304
3305 * international/utf-8.el: New file.
3306
245ed2b1
SM
33072001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3308
3309 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3310
e95b0c08
SS
33112001-01-24 Sam Steingold <sds@gnu.org>
3312
3313 * dired.el (dired-replace-in-string): Removed.
3314 (dired-sort-toggle): Use `replace-regexps-in-string'
3315 instead of `dired-replace-in-string'.
9b0630e5 3316
ceba0dac
GM
3317 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3318 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3319
e95b0c08
SS
3320 * gs.el (gs-replace-in-string): Removed.
3321 (gs-options): Use `replace-regexps-in-string'
3322 instead of `gs-replace-in-string'.
3323
c3902c3e
EZ
33242001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3325
3326 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3327 bug report is mailed to an email list and posted to a news group.
3328
b66b6aeb
GM
33292001-01-24 Gerd Moellmann <gerd@gnu.org>
3330
83c9cb8e
SM
3331 * comint.el (comint-replace-by-expanded-history-before-point):
3332 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3333
b66b6aeb
GM
3334 * startup.el (tool-bar-images-pixel-height): New variable.
3335 (command-line): After loading the user's init file, when
3336 tool-bar-mode is on, increase the frame's size by some lines for
3337 the tool-bar.
3338
3339 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3340
ff890e66
SZ
33412001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3342
3343 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3344 (chinese-big5): MIME:Big5.
3345
04363179
GM
33462001-01-24 Gerd Moellmann <gerd@gnu.org>
3347
e95b0c08 3348 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3349 Handle commands with prefix args.
3350
d56aaa64
GM
33512001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3352
3353 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3354 being a list of numbers.
3355 (diary-mail-entries): Rewritten.
3356
99858627
DL
33572001-01-23 Dave Love <fx@gnu.org>
3358
7aeb1fa9
DL
3359 * international/mule.el (make-coding-system): Fix typo.
3360
83c9cb8e
SM
3361 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3362 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3363
5a43decf
EZ
33642001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3365
3366 * font-lock.el (font-lock-mode): Doc fix.
3367
b0e98867
KH
33682001-01-23 Kenichi Handa <handa@etl.go.jp>
3369
3370 * international/mule.el (make-translation-table): Fix docstring.
3371
9c8acefd
EZ
33722001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3373
fd4976b8
EZ
3374 * mail/rmail.el (rmail-redecode-body): New function.
3375
9c8acefd
EZ
3376 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3377
871e0439
GM
33782001-01-22 Gerd Moellmann <gerd@gnu.org>
3379
21c2bbe0
GM
3380 * isearch.el (isearch-lazy-highlight-case-fold-search)
3381 (isearch-lazy-highlight-regexp): New variables.
3382 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3383 case-fold search or regexp search has been toggled.
3384
5710730c
GM
3385 * wid-edit.el (widget-button-click): Avoid a save-excursion
3386 around running a global binding.
3387
871e0439
GM
3388 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3389 to 0.25.
3390
d0554957
MB
33912001-01-20 Miles Bader <miles@gnu.org>
3392
3393 * cus-edit.el (custom-face-save): Do post-processing on the face's
3394 new value like `custom-face-set' does.
3395
1519f618
EZ
33962001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3397
ccd87890
EZ
3398 * mail/emacsbug.el (report-emacs-bug): Report the value of
3399 LC_CTYPE, not LC_TYPE.
3400
1519f618
EZ
3401 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3402 isearch-toggle-regexp and isearch-edit-string to doc string.
3403
9724173b
GM
34042001-01-19 Gerd Moellmann <gerd@gnu.org>
3405
48bb9196
GM
3406 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3407 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3408
e95b0c08 3409 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3410 font-lock-beginning-of-syntax-function to nil.
3411
dc81f8a2
EZ
34122001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3413
3414 * mail/emacsbug.el (report-emacs-bug): Report values of
3415 locale-coding-system, default-enable-multibyte-characters, and the
3416 environment variables LC_ALL, LC_TYPE, and LANG.
3417
99327974
GM
34182001-01-19 Gerd Moellmann <gerd@gnu.org>
3419
83c9cb8e 3420 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3421
2be6ecc6
GM
3422 * font-lock.el (font-lock-multiline): Default to nil.
3423 (font-lock-default-fontify-region): If font-lock-multiline is
3424 nil, don't check the property `font-lock-multiline'.
3425
99327974
GM
3426 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3427 is nil, don't check the `font-lock-multiline' text property.
3428
2550055a
MK
34292001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3430
0a949811 3431 * viper.el: Call initial-major-mode on startup.
e95b0c08 3432
0a949811 3433 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3434
8501998a 3435 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3436
2550055a 34372001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3438
0a949811 3439 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3440 diff mode, if available.
e95b0c08 3441
0a949811 34422001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3443
8501998a 3444 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3445
2550055a
MK
3446 * ediff-init.el (subst-char-in-string): Define and use it, unless
3447 it's already defined.
e95b0c08 3448
8962e303
GM
34492001-01-18 Gerd Moellmann <gerd@gnu.org>
3450
3451 * tooltip.el (tooltip-hide-delay): New user-option.
3452 (tooltip-show): Use tooltip-hide-delay instead of the default.
3453
6b453381
KH
34542001-01-18 Kenichi Handa <handa@etl.go.jp>
3455
3456 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3457 kill-local-variable doesn't work for enable-multibyte-characters.
3458
9eaf396b
DL
34592001-01-17 Dave Love <fx@gnu.org>
3460
cebd37ce
DL
3461 * ediff-init.el (ediff-before-setup-hook)
3462 (ediff-merge-filename-prefix): Add :version.
3463
9eaf396b
DL
3464 * international/latin1-disp.el: Require disp-table.
3465 (latin1-display): Fix :set.
3466
3467 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3468
f864120f
GM
34692001-01-17 Gerd Moellmann <gerd@gnu.org>
3470
3471 * isearch.el (isearch-lazy-highlight-initial-delay)
3472 (isearch-lazy-highlight-interval): Default to 0.
3473
34742001-01-17 Bob Glickstein <bobg@zanshin.com>
3475
3476 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3477 1 here rather than each time through
3478 isearch-lazy-highlight-new-loop.
3479 (isearch-lazy-highlight-max): Variable deleted.
3480 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3481 isearch-lazy-highlight-max but controls a single invocation of
3482 isearch-lazy-highlight-update.
3483 (isearch-lazy-highlight-wrapped): Variable recreated.
3484 (isearch-lazy-highlight-window-start): New variable.
3485 (isearch-lazy-highlight-cleanup): Restored to behavior of
3486 before 2-Jan.
3487 (isearch-lazy-highlight-remove-overlays): Function deleted;
3488 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3489 behavior removed.
3490 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3491 isearch-lazy-highlight-update in a loop rather than just once.
3492 Test isearch-invalid-regexp here and decide not to start a new
3493 loop, rather than testing it each time through
3494 isearch-lazy-highlight-update.
3495 (isearch-lazy-highlight-search): Function restored.
3496 (isearch-lazy-highlight-update): Get called in a timer loop again,
3497 but this time highlight more than one match each time through.
83c9cb8e
SM
3498 Only highlight matches in the visible part of the window.
3499 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3500 the edge of the window. Use sit-for to force redisplay and ensure
3501 window-start is credible. "Face suppressing" behavior removed;
3502 overlay priorities should make it unnecessary, right?
3503 (isearch-highlight): Face suppressing behavior removed.
3504 (isearch-dehighlight): Face suppressing behavior removed.
3505 (isearch-set-lazy-highlight-faces-at): Removed.
3506
076ec540
KH
35072001-01-17 Kenichi Handa <handa@etl.go.jp>
3508
3509 * language/european.el ("Latin-1"): Make the format of description
3510 about additional language environments same as that of Latin-2.
3511
92328ec5
DL
35122001-01-16 Dave Love <fx@gnu.org>
3513
39f2174e
DL
3514 * isearch.el (isearch-lazy-highlight): Add :version.
3515
92328ec5
DL
3516 * simple.el (backward-delete-char-untabify-method)
3517 (next-line-add-newlines): Add :version.
3518
f251459d
GM
35192001-01-16 Gerd Moellmann <gerd@gnu.org>
3520
9d4850e5
GM
3521 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3522 Don't bind <delete> otherwise.
3523
3524 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3525 and <delete> via function-key-map.
3526
f251459d
GM
3527 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3528 Subject line only if point is after the `Subject:'.
3529
771ffcf7
KH
35302001-01-16 Kenichi Handa <handa@etl.go.jp>
3531
bda6b481
KH
3532 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3533 japanese-jisx0213-2 in `charset' property of this lang. env.
3534
35793af7
KH
3535 * language/european.el ("Latin-1"): Add description for Dutch and
3536 Spanish lang. env.
3537
771ffcf7
KH
3538 * international/mule.el (decode-char): Fix conditions.
3539 (encode-char): Handle eight-bit-control too.
1c8102ff 3540 (transform-make-coding-system-args): New function.
50c29104
KH
3541 (make-coding-system): Accept XEmacs style arguments for CCL base
3542 coding system.
771ffcf7 3543
e1cf67b6
GM
35442001-01-15 Gerd Moellmann <gerd@gnu.org>
3545
3546 * progmodes/etags.el (find-tag-noselect): Save the value of
3547 tags-file-name before switching buffers, for the case it has a
3548 buffer-local value.
3549
b3287acf
GM
35502001-01-15 Alex Schroeder <alex@gnu.org>
3551
9eaf396b
DL
3552 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3553 From Dave Love <fx@gnu.org>.
b3287acf
GM
3554 (ansi-color-for-comint-mode): Fix :version.
3555
35562001-01-15 Alex Schroeder <alex@gnu.org>
3557
3558 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3559
8d7ff9c8
EZ
35602001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3561
3562 * dired.el (dired-insert-directory): If file-system-info fails,
3563 remove the " free " part, but don't signal an error.
3564
dbe99ae9
SS
35652001-01-12 Sam Steingold <sds@gnu.org>
3566
3567 * bookmark.el (bookmark-maybe-historicize-string):
3568 Use new backquote syntax.
3569
103db06c 35702001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3571
3572 * subr.el (last): Handle a list that doesn't end in nil.
3573
ca2ddd8e
SS
35742001-01-12 Sam Steingold <sds@gnu.org>
3575
3576 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3577 to `backward-delete-char-untabify'.
3578
1751c874
DL
35792001-01-12 Dave Love <fx@gnu.org>
3580
3581 * cus-edit.el (customize-menu-create): Fix the :filter following
3582 easymenu change.
3583
3584 * wid-edit.el (function): Add :match-alternatives.
3585 (widget-color-action): Doc fix.
3586
3cccce8d
GM
35872001-01-12 Gerd Moellmann <gerd@gnu.org>
3588
3589 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3590
18bfd6b5
KH
35912001-01-12 Kenichi Handa <handa@etl.go.jp>
3592
83c9cb8e 3593 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3594
18bfd6b5
KH
3595 * international/ccl.el (define-ccl-program): Fix docstring.
3596
562e00da
DL
35972001-01-11 Dave Love <fx@gnu.org>
3598
14fd0da3
DL
3599 * international/mule-cmds.el (standard-display-european-internal):
3600 Set display table for 2208 as for 160.
3601
3602 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3603
562e00da
DL
3604 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3605 entry for custom-menu-create change.
3606 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3607 don't cons it in the search loop.
3608
3609 * imenu.el (imenu--truncate-items): Revert last change.
3610
6e961dcd
EZ
36112001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3612
3613 * info.el (Info-setup-header-line): If the node header includes
3614 either Next: or Prev: links, don't show the File: and Node: parts
3615 in the header line.
3616
2c2ff7f2
GM
36172001-01-11 Gerd Moellmann <gerd@gnu.org>
3618
a7ee2d2e
GM
3619 * comint.el (comint-goto-process-mark): Don't print a message
3620 when running in batch mode.
3621
c5348233
GM
3622 * isearch.el (isearch-search): In the condition-case handler for
3623 `error', set isearch-invalid-regexp to the whole error message.
3624
422717d1
GM
3625 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3626 ensure that eval-after-load works for files dumped with Emacs.
3627
3628 * help.el (load-symbol-file-load-history): New function extracted
3629 from function symbol-file.
3630 (symbol-file): Use it.
3631
83c9cb8e 3632 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3633
926861fb
EZ
36342001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3635
3636 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3637 behave as if there were no prefix argument.
3638 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3639 argument were nil.
3640
afa1f52c
RS
36412001-01-11 Richard M. Stallman <rms@gnu.org>
3642
ca2ddd8e 3643 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3644 Don't look for more potential matches once maximum is exceeded.
3645 Use overlays-in to check correctly for overlap with current match.
3646 Ignore empty matches.
3647
47a9f362
MB
36482001-01-11 Miles Bader <miles@gnu.org>
3649
3650 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3651 (ispell-overlay-window, ispell-help, ispell-show-choices)
3652 (ispell-command-loop): Use it instead of `window-height'.
3653
d196f58d
GM
36542001-01-10 Gerd Moellmann <gerd@gnu.org>
3655
cf523f0e
GM
3656 * files.el (confirm-kill-emacs): New user-option.
3657 (save-buffers-kill-emacs): Ask for final confirmation before
3658 killing Emacs.
3659
d196f58d
GM
3660 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3661 to nil.
3662
7c6c3d8e
GM
36632001-01-10 Dave Love <fx@gnu.org>
3664
1f8be15d
DL
3665 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3666
83c9cb8e 3667 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3668
3669 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3670
3671 * calculator.el (calculator-number-digits): Fix :type.
3672
0d5184de
DL
3673 * vc-cvs.el (vc-cvs-header): Fix :type.
3674 * vc-rcs.el (vc-rcs-header): Fix :type.
3675 * vc-sccs.el (vc-sccs-header): Fix :type.
3676
3677 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3678
7c6c3d8e
GM
3679 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3680
8c9f73a2
GM
3681 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3682
457b792c
GM
36832001-01-10 Gerd Moellmann <gerd@gnu.org>
3684
3685 * simple.el (set-variable): Force a thorough redisplay for the
3686 case that the variable has an effect on the display, like
3687 `tab-width' has.
3688
d2622d08
AS
36892001-01-10 Andre Spiegel <spiegel@gnu.org>
3690
3691 * vc.el: Add documentation for backend interface.
3692
ae4b5f4f
KH
36932001-01-10 Kenichi Handa <handa@etl.go.jp>
3694
e0844717
KH
3695 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3696
ae4b5f4f
KH
3697 * international/mule-conf.el (latin-extra-code-table): Set to t
3698 for \223 and \224.
3699
3184082b
KH
37002001-01-09 Kenichi Handa <handa@etl.go.jp>
3701
3702 * international/mule-cmds.el (locale-language-names): Map "es" to
3703 "Spanish" and "nl" to "Dutch".
3704
732b9cdd
GM
37052001-01-09 Gerd Moellmann <gerd@gnu.org>
3706
1dfca644
GM
3707 * bindings.el (global-map): Bind <home> to beginning-of-line,
3708 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3709 C-<end> to end-of-buffer.
3710
732b9cdd
GM
3711 * language/european.el: Add Dutch and Spanish language info
3712 to be able to use the appropriate tutorials.
3713
37142001-01-09 Alex Schroeder <alex@gnu.org>
3715
3716 * ansi-color.el (ansi-color-process-output): Use markers instead
3717 of positions for start and end of region.
3718 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3719 Previously, occasional mistakes happend when fontifying many
3720 chunks of output (eg. ls --color=yes /dev). This happened
3721 whenever an overlay was created up to the end of the region, which
3722 coincided with the process-mark. New text would then be added
3723 within that overlay instead of after it.
3724 (ansi-color-make-extent): Overlays are created with the property
3725 `modification-hooks' set to '(ansi-color-freeze-overlay).
3726 (ansi-color-freeze-overlay): New function. When inserting text at
3727 the end of the overlay, the overlay will resize.
3728
37292000-01-09 Alex Schroeder <alex@gnu.org>
3730
3731 * ansi-color.el (ansi-color-process-output): Doc change.
3732 (ansi-color-unfontify-region): Doc change. No longer installed
3733 automatically in font-lock-unfontify-region-function.
3734 (ansi-color-apply): Doc change.
3735 (ansi-color-apply-on-region): Use extents or overlays instead of
3736 text-properties.
3737 (ansi-color-make-extent): New function.
3738 (ansi-color-set-extent-face): New function.
3739
37402000-01-09 Alex Schroeder <alex@gnu.org>
3741
3742 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3743 both use ansi-color-process-output, now.
3744 (ansi-color-process-output): Doesn't return string anymore. It is
3745 installed in comint-output-filter-functions for both Emacs and
3746 XEmacs, now.
3747 (ansi-color-unfontify-region): Simplified code removing variables
3748 pos and start-ansi.
3749 (ansi-color-apply): Put text-property ansi-color before putting
3750 text-property face because ansi-color-unfontify-region is called
3751 immediately after the call to put-text-property.
3752 (ansi-color-context-region): Doc change.
3753 (ansi-color-filter-region): Simplified code.
3754 (ansi-color-apply-on-region): Changed start to start-marker, using
3755 a marker explicitly. Put text-property ansi-color before putting
3756 text-property face because ansi-color-unfontify-region is called
3757 immediately after the call to put-text-property.
3758
37592000-01-09 Alex Schroeder <alex@gnu.org>
3760
3761 * ansi-color.el (ansi-color-faces-vector): Doc change.
3762 (ansi-color-for-comint-mode): Changed :type property to choice.
3763 (ansi-color-last-context): Removed.
3764 (ansi-color-process-output): Don't use ansi-color-last-context, as
3765 the main functions will store their context now.
3766 (ansi-color-context): Doc change.
3767 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3768 Uses ansi-color-context such that repeated calls will strip
3769 partial escape sequences, too.
3770 (ansi-color-apply): Simplified code. Colorize end of string if
3771 face is not null. Store context in new (FACE STRING) format, such
3772 that repeated calls will strip partial escape sequences, too.
3773 Append faces to face property using ansi-color-apply-sequence such
3774 that cumulative mode actually works.
3775 (ansi-color-context-region): New variable.
3776 (ansi-color-filter-region): Rewrote it based on
3777 ansi-color-apply-on-region. Uses ansi-color-context-region such
3778 that repeated calls will strip partial escape sequences, too.
3779 (ansi-color-apply-on-region): Simplified code. Colorize end of
3780 region if face is not null. Store context in new (FACE POS)
3781 format, such that repeated calls will strip partial escape
3782 sequences, too. Append faces to face property using
83c9cb8e 3783 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3784 (ansi-color-apply-sequence): New function.
3785 (ansi-color-get-face): When the default face is added to the list
3786 of faces, all previous settings are discarded and the list of
3787 faces is set to '(default).
3788
37892000-01-09 Alex Schroeder <alex@gnu.org>
3790
3791 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3792 face, such that ansi-color-apply and ansi-color-apply-on-region
3793 will do the right thing.
3794 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3795 returns nil, set the list of faces back to nil instead of
83c9cb8e 3796 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3797
37982000-01-09 Alex Schroeder <alex@gnu.org>
3799
3800 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3801 (ansi-color-process): Doc change.
3802 (ansi-color-last-context): New buffer-local variable.
3803 (ansi-color-process-output): New function. It is automatically
3804 added to comint-output-filter-functions if this is XEmacs.
3805 (ansi-color-unfontify-region): New optional parameter for XEmacs
3806 compatibility. Check wether font-lock-syntactic-keywords is
3807 boundp before removing the syntax table text property, as XEmacs
3808 doesn't have it.
3809 (ansi-color-filter-region): Doc change.
3810 (ansi-color-apply-on-region): Doc change.
3811 (ansi-color-make-face): New function. Compatibility layer for
3812 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3813 (ansi-color-make-color-map): Use ansi-color-make-face.
3814 (ansi-color-get-face): Avoid face text property '(nil) as results
3815 in an errow for XEmacs.
3816
38172000-01-09 Alex Schroeder <alex@gnu.org>
3818
83c9cb8e
SM
3819 * ansi-color.el (ansi-color-unfontify-region): New function.
3820 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3821 ansi-color. When the package is loaded, a lambda expression is
3822 put onto font-lock-mode-hook. This lambda expression will check
3823 font-lock-unfontify-region-function and replace
83c9cb8e 3824 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3825 (ansi-color-apply): Add text-property ansi-color in addition to
3826 text-property face.
3827 (ansi-color-apply-on-region): Add text-property ansi-color in
3828 addition to text-property face.
3829 (save-buffer-state): Copy of the macro that is also used by
3830 lazy-lock and font-lock.
3831
3832 (ansi-color-for-comint-mode): New option.
3833 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3834 (ansi-color-for-comint-mode-off): Ditto.
3835 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3836 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3837 decide what to do. This function is added to
3838 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3839
3840 (ansi-color-for-shell-mode-set): Removed.
3841 (ansi-color-for-shell-mode): Removed.
3842
38432000-01-09 Alex Schroeder <alex@gnu.org>
3844
3845 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3846 the lambda expression from the ansi-color-for-shell-mode :set
3847 property. Additionally, modify shell-mode-hook to enable or
3848 disable font-lock-mode for future shell buffers.
3849 (ansi-color-for-shell-mode): The :set property calls
3850 ansi-color-for-shell-mode-set instead of a lambda expression.
3851
38522000-01-09 Alex Schroeder <alex@gnu.org>
3853
3854 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3855 (ansi-color-context): New variable.
3856 (ansi-color-apply): Save context between calls.
3857
fb55ff10
EZ
38582001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3859
83c9cb8e
SM
3860 * isearch.el (isearch, isearch-lazy-highlight-face):
3861 New definitions for face colors and attributes.
29910493 3862
fb55ff10
EZ
3863 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3864 of display-mouse-p.
3865
134d6265
KH
38662001-01-09 Kenichi Handa <handa@etl.go.jp>
3867
3868 * international/mule.el (make-coding-system): If the coding system
3869 accepts extra latin codes, register such codes as safe for the
3870 coding system.
3871
103db06c 38722001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3873
984c9f75
RS
3874 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3875 don't mention the file name or the date here, because they are
3876 logged at the start of the file.
3877
38782001-01-08 Richard M. Stallman <rms@gnu.org>
3879
78b8eee8
RS
3880 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3881 Change screen-width to frame-width.
3882
1460e5d4
EZ
38832001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3884
3885 * info.el (Info-search): Print the default as part of the prompt.
3886
56f24bc1
AS
38872001-01-08 Andre Spiegel <spiegel@gnu.org>
3888
ca2ddd8e 3889 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3890 constant implementations in backends.
3891
3892 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3893 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3894
3895 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3896 WRITABLE to EDITABLE.
3897
3898 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3899 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3900 to EDITABLE.
3901
b7812d30
EZ
39022001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3903
3904 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3905 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3906
7e56ea04
GM
39072001-01-08 Gerd Moellmann <gerd@gnu.org>
3908
3909 * isearch.el (isearch-old-signal-hook): Removed.
3910 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3911 instead of setting signal-hook-function.
3912 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3913
a758f97d
GM
39142001-01-08 Kevin Gallagher <kevingal@onramp.net>
3915
3916 * emulation/edt.el: Update to version 4.0. Provide support for
3917 EDT scroll margins at top and bottom of the window. Provide an
3918 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3919 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3920 user when file-related buffer modifications exist.
3921 Provide support for running EDT Emulation in XEmacs.
3922 Provide customize access to some user updatable variables.
3923 Add Commentary section to file header.
3924 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3925
3926 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3927 for detecting a keypress that generates an ASCII key sequence.
3928 (Previously, only a keypress that generates a vector was
3929 recognized.) Embed Window Manager name into name of the generated
3930 EDT Emulation initialization file since the initialization file is
3931 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3932
30db89f9
EZ
39332001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3934
4deb3ba9
EZ
3935 * mail/sendmail.el (mail-mode): Doc fix.
3936
30db89f9
EZ
3937 * info.el (Info-goto-emacs-command-node): Doc fix.
3938 (Info-goto-emacs-key-command-node): Doc fix.
3939
c3f2772b
EZ
39402001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3941
8726e79b 3942 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3943 systems without long file-name support.
3944
0dac6924
AI
39452001-01-06 Andrew Innes <andrewi@gnu.org>
3946
3947 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3948
4e6ef391
EZ
39492001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3950
380866a2
EZ
3951 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3952 (isearch-lazy-highlight-update): Doc fix.
3953
148b5960
EZ
3954 * ffap.el (ffap-bindings): Doc fix.
3955
4e6ef391
EZ
3956 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3957
4cb1bcc2
DL
39582001-01-05 Dave Love <fx@gnu.org>
3959
3960 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3961
3828218c
GM
39622001-01-05 Gerd Moellmann <gerd@gnu.org>
3963
83c9cb8e
SM
3964 * mouse-drag.el (mouse-drag-safe-scroll):
3965 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3966
1f4139d5
GM
3967 * isearch.el (isearch-old-signal-hook): New variable.
3968 (isearch-mode): Set signal-hook-function to isearch-done.
3969 (isearch-done): Restore old signal-hook-function.
3970
3828218c
GM
3971 * info.el (Info-fontify-node): Mark one more char as intangible.
3972
3970013f
KH
39732000-01-05 Kenichi Handa <handa@etl.go.jp>
3974
83c9cb8e
SM
3975 * composite.el (compose-last-chars): New argument COMPONENTS.
3976 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3977 COMPONENTS.
3978
3979 * international/quail.el (quail-input-string-to-events): New function.
3980 (quail-input-method): Convert input string to events here.
3981 (quail-start-translation): Return input string, not event list.
3982 (quail-start-conversion): Likewise.
3983
f3b05e99
GM
39842001-01-04 Gerd Moellmann <gerd@gnu.org>
3985
ca2ddd8e 3986 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3987 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3988 and tooltip-add-timeout.
3989 (tooltip-show): Set border color from faces's foreground.
3990 (tooltip-show-help-function): If called with the same help string
3991 as last time, do nothing.
3992 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3993
0f2ac578
GM
3994 * startup.el (fancy-splash-screens): Don't bind show-help-function
3995 to nil.
3996
f3b05e99
GM
3997 * tooltip.el (tooltip-frame-parameters): Remove colors.
3998 (tooltip): New face
3999 (tooltip-set-param): New function.
4000 (tooltip-show): Set up color frame parameters from face `tooltip'.
4001 Display the tooltip text in face `tooltip'.
4002
8416e94a
DL
40032001-01-04 Dave Love <fx@gnu.org>
4004
4005 * whitespace.el (whitespace-global-mode): Fix typo.
4006
4007 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4008
30db89f9
EZ
40092001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4010
83c9cb8e
SM
4011 * help.el (help-for-help): Fix a typo in a doc string.
4012 From kwzh@gnu.org (Karl Heuer).
30db89f9 4013
b847eb8c
DL
40142001-01-03 Dave Love <fx@gnu.org>
4015
4016 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4017 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4018 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4019 (dired-guess-shell-alist-user): Customize.
4020 (dired-x-help-address): Set to bug-gnu-emacs.
4021 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4022 (dired-default-directory): Renamed from default-directory.
4023
4024 * hl-line.el (hl-line): Doc fix.
4025
43c4b570
KF
40262001-01-03 Karl Fogel <kfogel@red-bean.com>
4027
1bf6b1bf 4028 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4029
984c9f75 40302001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4031
4032 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4033 to remove all the current alternative-match highlighting.
4034 If nil, remove only what's outside the current window.
4035 (isearch-lazy-highlight-remove-overlays): Take optional
4036 region within which NOT to remove them.
4037 (isearch-lazy-highlight-new-loop): Greatly simplified.
4038 (isearch-lazy-highlight-update): Find all the other occurrences
4039 visible in the window, in just one call.
4040 (isearch-lazy-highlight-start): Now holds start of region to scan.
4041 (isearch-lazy-highlight-end): Now holds end of region to scan.
4042 (isearch-lazy-highlight-wrapped): Variable deleted.
4043 (isearch-lazy-highlight-search): Function deleted.
4044
13d6a61c
AI
40452000-01-02 Andrew Innes <andrewi@gnu.org>
4046
4047 * w32-fns.el (convert-standard-filename): Do length check on name
4048 before aref.
4049
064866e7
DL
40502001-01-02 Dave Love <fx@gnu.org>
4051
b33e041b
DL
4052 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4053 value.
4054 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4055
4056 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4057
8166ffd5
DL
4058 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4059 read syntax.
4060
064866e7
DL
4061 * calendar/todo-mode.el (todo): Add :link, :version.
4062 (todo-save-top-priorities): Remove autoload cookie.
4063 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4064 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4065
6dde6abc
GM
40662001-01-02 Gerd Moellmann <gerd@gnu.org>
4067
4068 * comint.el (comint-input-history-ignore): New variable.
4069 (comint-read-input-ring): Ignore entries matching
4070 comint-input-history-ignore.
4071
1a8a9daf
GM
40722001-01-02 Eric M. Ludlam <zappo@gnu.org>
4073
4074 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4075 (lm-copyright-mark): New function.
4076 (lm-crack-copyright): New function.
4077 (lm-verify): Check that the file has a copyright.
4078 Check that the file is copyright Free Software Foundation.
4079
9c92eb53
KH
40802000-12-30 Kenichi Handa <handa@etl.go.jp>
4081
4082 * international/mule-diag.el (print-fontset): Indent font name by
4083 24 columns, not 25.
4084
49172314
GM
40852000-12-29 Gerd Moellmann <gerd@gnu.org>
4086
762a68ec
GM
4087 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4088 in Subject line.
4089
49172314 4090 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4091 Use mail-mode-hook instead of mail-setup-hook.
4092 Otherwise continuing an interrupted message with C-u C-x m for
4093 instance, winds up in Mail mode without abbrevs.
49172314 4094
bd7a2e26
GM
40952000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4096
4097 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4098 non-nil. Adding almost all customization variables on ps-setup.
4099 Doc fix.
bd7a2e26
GM
4100 (ps-print-version): New version number (6.3.3).
4101 (ps-end-with-control-d): Initialization fix.
4102 (ps-lines-printed): New var.
4103 (ps-skip-newline): New fun.
4104 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4105 (ps-next-line, ps-continue-line, ps-plot-region)
4106 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4107
2b3f28a4
KH
41082000-12-29 Kenichi Handa <handa@etl.go.jp>
4109
83c9cb8e
SM
4110 * international/fontset.el (x-complement-fontset-spec):
4111 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4112 registered in x-font-name-charset-alist.
4113 (create-fontset-from-fontset-spec): Adjusted for the above change.
4114 The name of fontset alias should be a unresolved ASCII font name.
4115
2ece9174
GM
41162000-12-28 Gerd Moellmann <gerd@gnu.org>
4117
4118 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4119 and delete in isearch-mode-map.
4120
cbe3ad7a
RS
41212000-12-28 Richard M. Stallman <rms@gnu.org>
4122
ca2ddd8e 4123 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4124 Use xpdf instead of acroread.
4125
a816f1c5
KH
41262000-12-28 Kenichi Handa <handa@etl.go.jp>
4127
f086e73c
KH
4128 * textmodes/artist.el (artist-butlast): Deleted.
4129 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4130 artist-butlast.
f086e73c 4131
a816f1c5
KH
4132 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4133
4134 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4135
b202115b
EZ
41362000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4137
4138 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4139
4140 * ls-lisp.el: Better support for the Mac and MS-Windows.
4141 (ls-lisp): New defgroup.
4142 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4143 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4144 (ls-lisp-support-shell-wildcards): New defcustoms.
4145 (ls-lisp-parse-symlink): New function.
4146 (insert-directory): Code to convert switches to a list and set up
4147 the wildcard argument copied from ls-lisp-insert-directory.
4148 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4149 for -C and -R switches.
4150 (ls-lisp-column-format): New function.
ca2ddd8e 4151 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4152 (ls-lisp-format-time): Add doc strings.
4153 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4154 Support ls-lisp-dirs-first.
4155 (ls-lisp-classify, ls-lisp-extension): New functions.
4156 (ls-lisp-format): Optionally support emulation of symlinks.
4157 Support -i, -s, and -G switches.
4158
6061fbf0
GM
41592000-12-27 Gerd Moellmann <gerd@gnu.org>
4160
5e25feee
GM
4161 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4162
6061fbf0
GM
4163 * version.el (emacs-version): Print X scroll bar information.
4164
4165 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4166 instead of x-toolkit-scroll-bars-p.
4167
4168 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4169 of x-toolkit-scroll-bars-p.
4170
25050dab
EZ
41712000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4172
83c9cb8e 4173 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4174 (ffap-bindings): Doc fix, to reflect the above change.
4175
c1786874
KH
41762000-12-27 Kenichi Handa <handa@etl.go.jp>
4177
4178 * term.el (term-char-mode): Define all non-ascii self-inserting
4179 characters to 'term-send-raw in term-raw-map.
4180
7261ece3 41812000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4182
83c9cb8e 4183 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4184
83c9cb8e
SM
4185 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4186 Changed initialization; use add-hook.
6061fbf0 4187 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4188
6061fbf0 4189 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4190
6061fbf0
GM
4191 * ediff.el (ediff-patch-buffer): Bug fix.
4192 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4193
83f40583
SM
41942000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4195
4196 * subr.el (combine-run-hooks): Remove.
4197
4198 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4199 and remove the rogue second spec.
4200
bdd6d4e8
GM
42012000-12-23 Gerd Moellmann <gerd@gnu.org>
4202
4203 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4204
26736ce3
SM
42052000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4206
0e86b6b0
SM
4207 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4208 Use minibuffer menu prompt for the `=' prefix.
4209 (smerge-command-prefix): Change default to C-^.
6eabfb26 4210 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4211
26736ce3
SM
4212 * skeleton.el (skeleton-internal-1): Make sure the first line of
4213 the region is also re-indented.
d21584d6
SM
4214 (skeleton-end-newline): New var.
4215 (skeleton-end-hook): Use it.
26736ce3 4216
95fa4fd7
MB
42172000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4218
4219 * comint.el (comint-password-prompt-regexp): Support CVS.
4220
f060b834
GM
42212000-12-22 Gerd Moellmann <gerd@gnu.org>
4222
83c9cb8e
SM
4223 * simple.el (delete-key-deletes-forward-mode): Simplify.
4224 Also backspace key combinations, depending on
856ff7a7
GM
4225 delete-key-deletes-forward.
4226
4227 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4228
f060b834
GM
4229 * simple.el (delete-key-deletes-forward): Doc fix.
4230
653558a1
GM
42312000-08-22 Emmanuel Briot <briot@gnat.com>
4232
4233 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4234 white spaces are relevant in the XML file.
653558a1
GM
4235 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4236 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4237 of XML files.
653558a1
GM
4238 (xml-parse-tag): Check that the casing is the same in the start
4239 tag and end tag, since XML is case-sensitive. Allows for spaces
4240 in the end tag, after the name of the tag.
4241 (xml-parse-attlist): Allow for the character '-' in the name of
4242 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4243 the properties in the XML tree, since they are not relevant.
653558a1 4244
3ad93d8d
SM
42452000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4246
4247 * generic.el (generic-read-type): Undo last change, inline into
4248 `generic-mode' and then remove.
4249 (generic-mode): Inline generic-read-type.
4250 (define-generic-mode): Push the symbol name rather than the symbol
4251 onto generic-mode-list.
4252
177f4e88
GM
42532000-12-21 Gerd Moellmann <gerd@gnu.org>
4254
8e15274f
GM
4255 * generic.el (generic-read-type): Build an alist for
4256 completing-read as in 20.7.
4257
4258 * play/landmark.el (lm): Use interactive spec `P'.
4259 (toplevel): Don't set debug-on-error.
4260
83c9cb8e 4261 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4262
6ba384dc
GM
42632000-12-21 Dave Pearson <davep@davep.org>
4264
4265 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4266
647a066c
GM
42672000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4268
4269 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4270 ranges like \177-\237, but accepts the character sequence from \177 to
4271 \237. Doc fix.
4272 (ebnf-version): New version (3.4).
4273 (ebnf-setup): Code fix.
4274 (ebnf-range-regexp): New fun.
4275 (ebnf-8-bit-chars): Const fix.
4276
4277 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4278 entry. Doc fix.
4279 (ebnf-bnf-lex): Code fix.
4280 (ebnf-bnf-comment-chars): Const fix.
4281
4282 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4283 entry. Doc fix.
4284 (ebnf-iso-comment-chars): Const fix.
4285
4286 * ebnf-otz.el: Doc fix.
4287
4288 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4289 entry. Doc fix.
4290 (ebnf-yac-skip-code): Code fix.
4291 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4292
bc22fd18
EZ
42932000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4294
4295 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4296 (recover-file): Use it instead of insert-directory.
4297 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4298
587fc3f9
KH
42992000-12-21 Kenichi Handa <handa@etl.go.jp>
4300
83c9cb8e
SM
4301 * international/mule-cmds.el (select-safe-coding-system):
4302 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4303
587fc3f9
KH
4304 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4305
01860fb9
MB
43062000-12-21 Miles Bader <miles@gnu.org>
4307
83c9cb8e 4308 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4309
3f9d67a6
KH
43102000-12-21 Kenichi Handa <handa@etl.go.jp>
4311
9fd1c1f7
KH
4312 * international/mule-diag.el (describe-char-after): Make *Help*
4313 buffer inherit multibyteness of the current buffer.
4314
3f9d67a6
KH
4315 * international/mule.el (make-char): Docstring adjusted for the
4316 change of make-char-internal.
4317
c9669fac
SM
43182000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4319
4320 * international/iso-cvt.el: Docstrings fix.
4321
19594307
DL
43222000-12-20 Dave Love <fx@gnu.org>
4323
4324 * subr.el (eval-after-load): Doc fix.
4325
b1a447b3
KH
43262000-12-20 Kenichi Handa <handa@etl.go.jp>
4327
4328 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4329 for numbers.
4330
09877d5d
MB
43312000-12-20 Miles Bader <miles@gnu.org>
4332
4333 * international/quail.el (quail-help): Resize the help window
4334 again after it has all its contents. Remove unneeded progn.
4335
71d4497a
GM
43362000-12-19 Gerd Moellmann <gerd@gnu.org>
4337
4338 * pcmpl-linux.el: Fix copy/paste error.
4339
741e56a0
AI
43402000-12-19 Andrew Innes <andrewi@gnu.org>
4341
83c9cb8e 4342 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4343
cc24d91c
CD
43442000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4345
ba4c05aa
CD
4346 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4347
4348 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4349
4350 * progmodes/idlw-shell.el: Fixed copyright notice.
4351
4352 * progmodes/idlwave.el: Fixed copyright notice.
4353
71d4497a 4354 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4355 TAB as key separators.
4356
524c8caf
GM
43572000-12-19 Alex Schroeder <alex@gnu.org>
4358
4359 * sql.el (sql-sybase-options): New option.
4360 (sql-sybase): Use it. Add sql-database to the list of parameters
4361 provided for login. The options -w 2048 -n are not used any more.
4362 (sql-postgres-options): Changed default from "--pset" to "-P".
4363 (sql-mysql-options): Doc change.
4364 (sql-stop): Doc change.
4365
b5fa513d
KH
43662000-12-19 Kenichi Handa <handa@etl.go.jp>
4367
4368 * international/quail.el (quail-input-method): Always hide
4369 the guidance buffer on exiting.
4370
91c9e6ce
GM
43712000-12-18 Gerd Moellmann <gerd@gnu.org>
4372
c6da4eb4
GM
4373 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4374 isn't fboundp.
4375
3d2a0e0b
GM
4376 * server.el (server-buffer-done): Bury the buffer before
4377 killing it.
4378
91c9e6ce
GM
4379 * faces.el (face-spec-set): Interpret a nil in specs for
4380 foreground and background colors as `unspecified', for
4381 compatibility with 20.x.
4382
40fa0008
DL
43832000-12-18 Dave Love <fx@gnu.org>
4384
22adbe54
DL
4385 * simple.el (mail-user-agent): Doc fix.
4386 (input-mode-8-bit): Removed.
4387
4388 * international/mule.el (set-keyboard-coding-system): Doc fix.
4389 (keyboard-coding-system): New option.
4390
40fa0008
DL
4391 * mail/sendmail.el (send-mail-function): Customize.
4392
6f4745e2
EZ
43932000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4394
4395 * international/codepage.el (cp866-decode-table): New table.
4396
82b90229
GM
43972000-12-18 Gerd Moellmann <gerd@gnu.org>
4398
4399 * version.el (emacs-version): Remove `%a' from the time format
4400 because the weekday doesn't fit well into each locale.
4401
5a047002
MB
44022000-12-18 Miles Bader <miles@gnu.org>
4403
7f49aa07
MB
4404 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4405
ca2ddd8e 4406 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4407 Check that emacs-major-version is `=' to 20, not `>='.
4408 (artist-replace-chars): Use `make-string' instead of a loop.
4409
22ea2607
EZ
44102000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4411
4412 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4413 (cvs-execute-single-file): Don't change directory.
4414 Patch from Per Cederqvist.
4415
6c825f8e
EZ
44162000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4417
83c9cb8e
SM
4418 * textmodes/ispell.el (check-ispell-version):
4419 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4420 of -vv.
4421
8ff06845
KH
44222000-12-16 Kenichi Handa <handa@etl.go.jp>
4423
af4bb4c8
KH
4424 * international/mule-diag.el (mule-diag): Insert information about
4425 configure options, multibyte awareness, language env.
4426
8ff06845
KH
4427 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4428 regexp to search for candidates.
4429
b24e84ab
EZ
44302000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4431
4432 * info.el (Info-forward-node): If the node has an
4433 Info-header-line, widen the buffer before searching for "next:"
4434 and "up:" pointers, and set the search limit to stay in the
4435 current node.
4436
7981d89f
MB
44372000-12-16 Miles Bader <miles@gnu.org>
4438
4439 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4440
88ee7917
MB
44412000-12-15 Miles Bader <miles@gnu.org>
4442
4443 * comint.el (comint-send-string, comint-send-region): Also accept
4444 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4445 process-send-string/region.
4446
0c28d842
GM
44472000-12-15 Gerd Moellmann <gerd@gnu.org>
4448
4ea7fdca
GM
4449 * isearch.el (isearch-lazy-highlight-max): New user-option.
4450 (isearch-lazy-highlight-update): Don't highlight more than
4451 isearch-lazy-highlight-max matches.
4452
0c28d842
GM
4453 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4454
984c9f75 44552000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4456
8062e53a
GM
4457 * sort.el (sort-columns): Fix error message.
4458
3ffa545b
GM
4459 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4460 `upcase' or `downcase' or nil.
4461 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4462 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4463 (dabbrev--substitute-expansion): New arg record-case-pattern.
4464 If it is non-nil, set dabbrev--last-case-pattern.
4465 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4466
4467 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4468
c2d7f289
MB
44692000-12-15 Miles Bader <miles@gnu.org>
4470
b6348438
MB
4471 * paths.el (Info-default-directory-list): Don't delete
4472 configure-info-directory from the list of standard info
83c9cb8e 4473 directories when appending it to the end -- their order is important.
b6348438 4474
f9056dd9
MB
4475 * faces.el (read-face-attribute): If there's no entry for the
4476 user's input in VALID, just use it as-is (this will often result
4477 in an error, but it may be OK for e.g. colors using hexadecimal
4478 notation, and at least will yield a better error message).
4479
c2d7f289 4480 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4481 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4482 Variables removed.
4483 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4484 window is really the right size. Use vertical-motion
4485 rather than forward-line.
4486 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4487 (ispell-command-loop, ispell-show-choices): Use the variable
4488 ispell-choices-win-default-height, rather than the function.
4489 (ispell-choices-win-default-height): Function removed.
4490 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4491
8f530b95
SM
44922000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4493
4494 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4495
6d435deb
EZ
44962000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4497
83c9cb8e
SM
4498 * paths.el (Info-default-directory-list):
4499 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4500 put it first in the list; otherwise put it last. Doc string
4501 changed accordingly.
4502
4503 * info.el (Info-directory-list): Change doc string to reflect the
4504 change in Info-default-directory-list.
4505
6d435deb
EZ
4506 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4507 windows-nt as windowed environments, even under -nw.
4508
4509 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4510 if not fboundp. Switch delete-forward mode for the <delete> key
4511 on all PC platforms, even under -nw.
4512
4513 * term/internal.el ([M-delete]): Remap to M-d.
4514
9d7d9263
GM
45152000-12-14 Gerd Moellmann <gerd@gnu.org>
4516
4517 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4518
7cf0153a
EZ
45192000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4520
4521 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4522
5e5b3d41
GM
45232000-12-14 Gerd Moellmann <gerd@gnu.org>
4524
5f368d29
GM
4525 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4526 if appropriate.
4527
4528 * simple.el (delete-key-deletes-forward): New user-option.
4529 (delete-key-deletes-forward-mode): New function.
4530
9d7d9263 4531 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4532
83c9cb8e
SM
4533 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4534 Test if symbol is bound before getting its value.
5e5b3d41
GM
4535
4536 * tooltip.el (tooltip-show): If an error is signaled in
4537 x-show-tip, display that error, and display the help in the
4538 echo area.
ca2ddd8e 4539
191b83b6
KH
45402000-12-14 Kenichi Handa <handa@etl.go.jp>
4541
83c9cb8e
SM
4542 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4543 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4544
6192b604
KF
45452000-12-13 Karl Fogel <kfogel@red-bean.com>
4546
4547 * bookmark.el: Provide a generic exit hook, as suggested by
4548 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4549 (bookmark-exit-hook): New var.
4550 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4551 old raw lambda form in `kill-emacs-hook', and runs new
4552 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4553 as logically that feature must have been provided if this function
4554 is running.
4555 Removed ;;;###autoload before the `add-hook' call.
4556
5edf6b55
SM
45572000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4558
4559 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4560 (easy-menu-current-active-maps): New function.
4561 (easy-menu-get-map): Use it.
4562 Make a proper menu entry when creating a new keymap.
4563
16b5e8e6
KH
45642000-12-13 Kenichi Handa <handa@etl.go.jp>
4565
d49fc4eb
KH
4566 * international/characters.el: Fix cases and syntaxes for
4567 mule-unicode-0100-24ff.
4568
3b53d876
KH
4569 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4570 that a Japanese character is not appended after day and year.
4571
16b5e8e6
KH
4572 * info.el (Info-suffix-list): Change format for a command that
4573 requires arguments.
4574 (info-insert-file-contents): Adjusted for the above change.
4575
1df1c518
AS
45762000-12-12 Andreas Schwab <schwab@suse.de>
4577
4578 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4579 on the name of the tar buffer. Verify that the existing buffer is
4580 visiting the same subfile.
4581
a7a07b98
DL
45822000-12-12 Dave Love <fx@gnu.org>
4583
4584 * subdirs.el: Add obsolete.
4585
4fdbd809
GM
45862000-12-12 Gerd Moellmann <gerd@gnu.org>
4587
bfdb75ee
GM
4588 * mail/rmailsum.el (rmail-summary-expunge)
4589 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4590 instead of rmail-confirm-expunge.
4591
4fdbd809
GM
4592 * replace.el (perform-replace): Don't use an empty match adjacent
4593 to a non-empty match when computing the next match before the
4594 replacement is performed.
4595
e9a59cad
GM
45962000-12-12 Milan Zamazal <pdm@freesoft.cz>
4597
4598 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4599 definition (patch by Stefan Monnier).
4600 (glasses-mode): Use jit-lock instead of `after-change-functions'
4601 (patch by Stefan Monnier).
4602
c2def7a0
MB
46032000-12-12 Miles Bader <miles@gnu.org>
4604
4605 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4606 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4607
591b63b4
AC
46082000-12-12 Andrew Choi <akochoi@i-cable.com>
4609
4610 * term/mac-win.el: Remove load for ls-lisp.
4611
a924cf63 4612 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4613
5ff4ba3d
MB
46142000-12-12 Miles Bader <miles@gnu.org>
4615
4616 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4617 Respect field end too.
4618 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4619 (newline-and-indent, reindent-then-newline-and-indent):
4620 Use `delete-horizontal-space'.
5ff4ba3d 4621
d0c679bc
SM
46222000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4623
adf9c994
SM
4624 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4625 (so as to obey the field property in the minibuffer).
4626
4b0cd42d
SM
4627 * obsolete/c-mode.el: Moved from lisp/progmodes.
4628 * obsolete/auto-show.el: Moved from lisp.
4629 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4630
89f85863
CD
46312000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4632
4633 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4634 changes to list them here.
89f85863 4635
83c9cb8e
SM
4636 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4637 Too many changes to list them here.
89f85863 4638
83c9cb8e
SM
4639 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4640 Too many changes to list them here.
89f85863
CD
4641
4642 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4643
3e0d35ce
GM
46442000-12-11 Gerd Moellmann <gerd@gnu.org>
4645
83c9cb8e 4646 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4647
ca2ddd8e 4648 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4649 Comment fix.
4650
3e0d35ce
GM
4651 * hscroll.el: Moved to `obsolete' subdir.
4652
ff904dd6
MB
46532000-12-11 Miles Bader <miles@gnu.org>
4654
4655 * window.el (window-text-height): Function removed (now in C).
4656
fb97d87f
SM
46572000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4658
4659 * log-edit.el (log-edit-parent-buffer): New var.
4660 (log-edit): Set it. Add BUFFER argument.
4661 (log-edit-done): Use char-before.
4662 Don't bother checking validity of vc-comment-ring.
4663 Only bury the buffer if log-edit popped it up.
4664
4665 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4666 (cvs-mode-diff-help): Remove.
4667 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4668 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4669
4670 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4671 Remove binding for ? now made unnecessary.
4672
7de77417
CD
46732000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4674
83c9cb8e 4675 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4676 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4677
4678 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4679 when master file is not open.
4680
4efa209f
SM
46812000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4682
4683 * progmodes/ada-stmt.el: Update `maintainer'.
4684
0a8052bd
GM
46852000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4686
4687 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4688 choices to match documentation string.
4689
a12167c5
MB
46902000-12-09 Miles Bader <miles@gnu.org>
4691
2161605d
MB
4692 * minibuf-eldef.el: New file.
4693
a12167c5
MB
4694 * window.el (fit-window-to-buffer): Don't pass last argument to
4695 pos-visible-in-window-p, now that its meaning is inverted.
4696
9ea8de1b
EZ
46972000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4698
4699 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4700 <ceder@lysator.liu.se>.
4701
5002ddbb
SM
47022000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4703
b6114d80
SM
4704 * autoinsert.el (auto-insert-alist): Add missing final \n.
4705
ee8d23ee
SM
4706 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4707 (cvs-menu-map): Remove.
4708 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4709 (cvs-mode-quit): Turn it back into a plain function.
4710
5002ddbb 4711 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4712 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4713
4714 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4715 file where it's more visible.
4716 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4717 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4718 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4719 (texinfo-inside-macro-p): Only catch `scan-error's.
4720 (texinfo-inside-env-p): Make better use of the match info.
4721 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4722 (texinfo-insert-@end): Slight re-organization.
4723 Also remove useless `looking-at' call.
4724
30cd075d
AI
47252000-12-08 Andrew Innes <andrewi@gnu.org>
4726
4727 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4728 accessible in -nw mode.
4729
4730 * term/w32-win.el: Remove stuff about selection timeout, which is
4731 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4732 it is accessible in -nw mode.
4733
01b91009
DL
47342000-12-08 Dave Love <fx@gnu.org>
4735
83c9cb8e
SM
4736 * emacs-lisp/lisp-mode.el (lisp-mode):
4737 Set font-lock-keywords-case-fold-search.
01b91009 4738
842b2a94
GM
47392000-12-08 Gerd Moellmann <gerd@gnu.org>
4740
4741 * textmodes/ispell.el (ispell): Doc fix.
4742
f9d5f611
KH
47432000-12-08 Kenichi Handa <handa@etl.go.jp>
4744
4745 * international/quail.el (quail-insert-decode-map): Check the
4746 frame width of a window displaying the current buffer, not that of
4747 the selected frame.
4748 (quail-help): Make sure that the help buffer has window before
4749 inserting text in it.
4750
e04d21aa
SS
47512000-12-07 Sam Steingold <sds@gnu.org>
4752
4753 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4754 Backquote is used in isearch.el, so autoloading saves nothing.
4755
fc3e23a4
EZ
47562000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4757
83c9cb8e
SM
4758 * startup.el (normal-top-level-add-subdirs-to-load-path):
4759 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4760
fc3e23a4
EZ
4761 * dired.el (dired-insert-directory): If file-system-info is
4762 fboundp, call it instead of invoking dired-free-space-program.
4763
796ecd10
GM
47642000-12-07 Gerd Moellmann <gerd@gnu.org>
4765
0f5f7c3e
GM
4766 * server.el (server-visit-files): Push files on file-name-history.
4767
3764ba49
GM
4768 * progmodes/cc-langs.el: Update copyright.
4769
8e7931da
GM
4770 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4771
ae0d7485 4772 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4773
796ecd10
GM
4774 * bindings.el (mode-line-mode-menu): Reverse the order
4775 of define-keys so that the menu appears in alphabetical order.
4776
ae0d7485
GM
47772000-12-07 Milan Zamazal <pdm@freesoft.cz>
4778
4779 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4780 of the function.
4781
e2849090
DL
47822000-12-07 Dave Love <fx@gnu.org>
4783
4784 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4785
4786 * facemenu.el (facemenu-unlisted-faces): Fix value.
4787
5c7f629c
SM
47882000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4789
4790 * font-lock.el (font-lock-default-fontify-region):
4791 Include the terminating \n (off-by-one error).
4792 (font-lock-set-defaults): Use dolist.
4793
4794 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4795
73481ae3
KH
47962000-12-07 Kenichi Handa <handa@etl.go.jp>
4797
83c9cb8e
SM
4798 * international/mule-cmds.el (describe-language-environment):
4799 Fix for the case that an input method title is not string but a list.
ffbaa122 4800
73481ae3
KH
4801 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4802 of wrong SIZE record.
4803
e2896b22
DL
48042000-12-06 Dave Love <fx@gnu.org>
4805
67292061
DL
4806 * newcomment.el (comment-region, comment-dwim): Doc fix.
4807
4808 * textmodes/texinfo.el: Require tex-mode when compiling.
4809 (texinfo-update-node): Doc fix.
4810 (texinfo-imenu-generic-expression): Add @anchor.
4811 (texinfo-font-lock-keywords): Add @uref.
4812 (texinfo-inside-macro-p): Don't use ignore-errors.
4813 (texinfo-insert-quote): Match more contexts.
4814
e76938e7
DL
4815 * international/mule.el (decode-char, encode-char): Doc fix.
4816 (auto-coding-alist): Customize.
4817
4818 * files.el (load-file): Fix change of 2000-03-12.
4819
e2896b22
DL
4820 * wid-edit.el (widget-text-keymap): Doc fix.
4821
6610f4b2
AI
48222000-12-06 Andrew Innes <andrewi@gnu.org>
4823
4824 * makefile.w32-in (lisp): Set to an absolute directory, namely
4825 $(CURDIR).
4826
9e3366e4
EZ
48272000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4828
4829 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4830 read generated-autoload-file, and set buffer-file-coding-system to
4831 raw-text-unix after reading the file.
4832
83c9cb8e
SM
4833 * international/mule-conf.el (file-coding-system-alist):
4834 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4835
d94d636f
GM
48362000-12-06 Gerd Moellmann <gerd@gnu.org>
4837
384333ee
GM
4838 * replace.el (occur): Make line-number-width 1 smaller for the
4839 colon following the line number.
4840
83c9cb8e
SM
4841 * startup.el (fancy-splash-text, command-line-1):
4842 Use `File' for the menu name instead of `Files'.
e04d21aa 4843
d4b72d58
GM
4844 * tmm.el: Update copyright.
4845
d94d636f
GM
4846 * cus-start.el: Add entry for even-window-heights.
4847
6e424019
MB
48482000-12-06 Miles Bader <miles@gnu.org>
4849
4850 * faces.el (frame-set-background-mode): Avoid stomping on
4851 locally modified faces.
4852
e6477b58
KH
48532000-12-06 Kenichi Handa <handa@etl.go.jp>
4854
4855 * international/fontset.el: Correct the font registries for
4856 japanese-jisx0213-1 and japanese-jisx0213-2.
4857
21999ab9
GM
48582000-12-05 Gerd Moellmann <gerd@gnu.org>
4859
57d6e381
GM
4860 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4861
21999ab9
GM
4862 * iswitchb.el: Update customization commentary.
4863
7422819c
GM
48642000-12-05 Rob Riepel <riepel@Stanford.EDU>
4865
4866 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4867 (tpu-search-highlight): Fixed comparison of overlay end positions.
4868 (tpu-trim-line-ends): Implemented trimming logic locally.
4869
4870 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4871 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4872
73daff18
KH
48732000-12-05 Kenichi Handa <handa@etl.go.jp>
4874
4875 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4876 to cn-gb.
4877 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4878
6a4cd002
DL
48792000-12-04 Dave Love <fx@gnu.org>
4880
4881 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4882
6452929e
GM
48832000-12-04 Gerd Moellmann <gerd@gnu.org>
4884
e04d21aa 4885 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4886 (rmail-summary-expunge-and-save): Ask for confirmation with
4887 rmail-expunge-confirmed.
4888
4889 * mail/rmail.el (rmail-expunge-confirmed): New function.
4890 (rmail-expunge): Use it.
4891
1790abf4
FP
48922000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4893
0c68ce6f 4894 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4895 (etags-recognize-tags-table, find-tag-in-order):
4896 New functionality: interpret file names as tags.
e04d21aa 4897
7a53d8c8
EZ
48982000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4901 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4902 the first subnode until the bottom of the current node is visible.
7a53d8c8 4903
caa15ef7
GM
49042000-12-04 Gerd Moellmann <gerd@gnu.org>
4905
4906 * format.el (format-decode): Don't change buffer's undo list.
4907
e225faa7
KH
49082000-12-04 Kenichi Handa <handa@etl.go.jp>
4909
4910 * faces.el (face-font-registry-alternatives): Add entries for CJK
4911 fonts. Doc-string adjusted for the actual usage of this data.
4912
4913 * international/fontset.el: Change the font registries for CJK
4914 fonts in the default fontset. Don't append '*' to registries.
4915
8b262a65
SM
49162000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4917
e04d21aa 4918 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4919 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4920
4921 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4922 (derived-mode-p): New function.
4923 (derived-mode-make-docstring): Add `docstring' argument.
4924 Use it if available and complete it if necessary.
4925
33c4460b
AS
49262000-12-03 Andreas Schwab <schwab@suse.de>
4927
4928 * type-break.el (type-break): Don't make parent of itself.
4929
5c9b3fac
MB
49302000-12-03 Miles Bader <miles@gnu.org>
4931
4932 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4933
27ce741e
SM
49342000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4935
07c16ec4
SM
4936 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4937 (tex-main-file, tex-file): Simplify.
4938 (tex-generate-zap-file-name): Use subst-char-in-string.
4939 (tex-strip-dots): Remove.
4940
c19cc275
SM
4941 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4942
27ce741e
SM
4943 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4944 to check if the match succeeded.
4945
285991dc
GM
49462000-12-02 Gerd Moellmann <gerd@gnu.org>
4947
4948 * startup.el (use-fancy-splash-screens-p): New function.
4949 (command-line-1): Use it to determine whether or not to use
4950 a fancy splash screen.
4951
52dca1b2
AS
49522000-12-02 Andreas Schwab <schwab@suse.de>
4953
4954 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4955
d3e7e7cf
EZ
49562000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4957
2dce2360
EZ
4958 * international/mule.el (make-char): Fix last change.
4959
9768eaa7
EZ
4960 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4961 New defcustoms.
4962 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4963 autoloading tex-mode; instead, do the same manually.
4964 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4965 with numeric argument. Docstring fix.
4966 (toplevel): Require cl when compiling.
e04d21aa 4967
285991dc 4968 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4969
0dd5e255
JR
49702000-12-02 Jason Rumney <jasonr@gnu.org>
4971
4972 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4973 the Emacs Lisp manual)
4974
fbb87147
EZ
49752000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4976
5cbb3e93
EZ
4977 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4978
fbb87147
EZ
4979 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4980 the Emacs Lisp manual).
4981
1636ca09
GM
49822000-12-02 Gerd Moellmann <gerd@gnu.org>
4983
4984 * simple.el (next-line-add-newlines): Change default to nil.
4985
68875f0e
EZ
49862000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4987
83c9cb8e
SM
4988 * files.el (revert-buffer, recover-file):
4989 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4990
fd9ac94c
GM
49912000-12-01 Gerd Moellmann <gerd@gnu.org>
4992
4993 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4994
45450dd5
MB
49952000-12-01 Miles Bader <miles@gnu.org>
4996
4997 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4998
09df8881
KH
49992000-12-01 Kenichi Handa <handa@etl.go.jp>
5000
5001 * international/mule-diag.el (describe-char-after): Fix typo.
5002 (describe-character-set, non-iso-charset-alist): Fix typo.
5003
dea0a87d
MB
50042000-12-01 Miles Bader <miles@gnu.org>
5005
b170205b
MB
5006 * image-file.el (image-file-name-regexp): Automatically add
5007 upper-case variants of each filename extension in
5008 `image-file-name-extensions', since they seem to be common.
5009
e04d21aa 5010 * simple.el (minibuffer-contents)
dea0a87d
MB
5011 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5012 New functions.
5013 * filecache.el (file-cache-directory-name)
5014 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5015
eb04d6cd 50162000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5017
dea0a87d
MB
5018 * filecache.el (file-cache-minibuffer-complete): Don't try to
5019 delete the minibuffer prompt.
5020
a8a1b05d
DL
50212000-11-30 Dave Love <fx@gnu.org>
5022
5023 * cus-start.el: Fix read-buffer-function type.
5024
693c4692
GM
50252000-11-30 Gerd Moellmann <gerd@gnu.org>
5026
5027 * md5.el: Removed. There's a built-in function, now.
5028
2c0b1898
GM
50292000-11-30 Markus Rost <rost@math.ohio-state.edu>
5030
5031 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5032 as dummy 0-th char of rmail-deleted-vector.
5033
63dfcf4b
EZ
50342000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5035
5036 * ps-print.el (ps-end-job): Bind case-fold-search only after
5037 switching to ps-spool-buffer.
5038
50392000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5040
5041 * ps-print.el: Line number font customization. PostScript: Lines and
5042 PageCount are initialized on each page. Doc Fix.
5043 (ps-print-version): New version number (6.3.2).
5044 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5045 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5046 (ps-right-header): Customization fix.
5047 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5048 Fix code.
5049 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5050 New vars.
5051
df3aedcf
GM
50522000-11-30 Gerd Moellmann <gerd@gnu.org>
5053
edfb795e
GM
5054 * bs.el: Fix typos and spelling errors.
5055 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5056 (bs-configuration): Doc fix.
e04d21aa 5057
df3aedcf
GM
5058 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5059
8b8a7f01
GM
50602000-11-30 Rob Riepel <riepel@Stanford.EDU>
5061
5062 * emulation/tpu-edt.el (tpu-version): New version.
5063 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5064 (tpu-original-mode-line): Variable deleted.
5065 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5066 (tpu-set-mode-line): Don't redefine mode-line-format.
5067 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5068 (tpu-update-mode-line): New mark flag logic.
5069 (tpu-get): Use find-file-wildcards.
5070 (tpu-search-highlight): Move overlay less, reset overlay properly.
5071 (tpu-unselect): Deactivate mark.
5072 (tpu-lm-replace): Reset overlay properly.
5073 (tpu-forward-line): Use forward-visible-line.
5074 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5075
83c9cb8e 5076 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5077
c069a9d3
GM
50782000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5079
5080 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5081
b02cd40b
GM
50822000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5083
5084 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5085 and skip whitespace and newlines.
e04d21aa 5086
b7a90344
SM
50872000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5088
5089 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5090
be6bbb55
GM
50912000-11-29 Gerd Moellmann <gerd@gnu.org>
5092
0383ed60
GM
5093 * help.el (describe-function-1): Regexp-quote function name
5094 when used as part of a regexp.
5095
83c9cb8e
SM
5096 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5097 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5098 (tool-bar-add-item): Likewise, and handle unspecified colors.
5099
5100 * enriched.el (enriched-face-ans): Use face-attribute instead
5101 of face-foreground and face-background.
5102
5103 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5104 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5105
7423978d
GM
5106 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5107
ef128c78
GM
5108 * play/5x5.el: Remove version info.
5109
a81fc510
GM
5110 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5111
be6bbb55
GM
5112 * frame.el (blink-cursor-mode): Doc fix.
5113
f9396e03
GM
51142000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5115
5116 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5117 to create Makefile rules.
5118 (antlr-tool-command): New user option.
5119 (antlr-ask-about-save): New user option.
5120 (antlr-makefile-specification): New user option.
5121 (antlr-file-formats-alist): New variable.
5122 (antlr-special-file-formats): New variable.
5123 (antlr-unknown-file-formats): New user option.
5124 (antlr-help-unknown-file-text): New variable.
5125 (antlr-help-rules-intro): New variable.
5126 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5127 (antlr-mode-menu): Add entries.
5128 (antlr-file-dependencies): New function.
5129 (antlr-directory-dependencies): New function.
5130 (antlr-superclasses-glibs): New function.
5131 (antlr-run-tool): New command.
5132 (antlr-makefile-insert-variable): New function.
5133 (antlr-insert-makefile-rules): New function.
5134 (antlr-show-makefile-rules): New command.
5135
5136 * antlr-mode.el: More Emacs/XEmacs stuff.
5137 (antlr-no-action-keywords): New constant with value nil.
5138 (antlr-font-lock-keywords-alist): Use it. Old value would break
5139 syntax highlighting in Emacs-21.0.
5140 (antlr-default-directory): Emacs/XEmacs dependend function.
5141 (antlr-read-shell-command): Ditto.
5142 (antlr-with-displaying-help-buffer): Ditto.
5143
51442000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5145
5146 * antlr-mode.el: imenu, parsing and highlighting changes.
5147 (antlr-imenu-create-index-function): Don't create extra submenus
5148 for definitions in different grammar classes. It is not necessary
5149 for the menu and would make command `imenu' awkward to use.
5150 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5151 header actions and more than one.
5152 (antlr-font-lock-tokendef-face): Changed color.
5153 (antlr-font-lock-tokenref-face): Changed color.
5154 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5155 (antlr-mode-syntax-table): New variable.
5156 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5157 (antlr-with-syntax-table): Don't copy syntax table.
5158
51592000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5160
5161 * antlr-mode.el: Minor changes: language setting.
5162 (antlr-language-alist): The value for file option "language" can
5163 be both an identifier and a string.
5164 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5165 (antlr-language-limit-n-regexp): Change accordingly.
5166
51672000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5168
5169 * antlr-mode.el: Minor changes: tabs, hiding.
5170 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5171 (antlr-action-visibility): Also allow value nil to also hide the
5172 braces. Renamed from `antlr-tiny-action-length'.
5173 Suggested by Jay@aol.com.
5174 (antlr-hide-actions): Change accordingly. Hide line if completely
5175 hidden action is on a line of its own.
e04d21aa 5176
6ad948eb
SM
51772000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5178
5179 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5180
5181 * sort.el (sort-columns): Don't concat strings with numbers.
5182
9c6a4107
DL
51832000-11-29 Dave Love <fx@gnu.org>
5184
5185 * cus-edit.el (face): Fix :format.
5186
5187 * mail/feedmail.el: Require smtpmail when compiling.
5188 (mail-do-fcc): Autoload.
5189 (feedmail) <defgroup>: Fix :link.
5190 (feedmail-nuke-body-in-fcc): Fix :type.
5191 (feedmail-send-it): Add autoload cookie.
5192
053b8d35
SM
51932000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5194
5195 * newcomment.el (comment-indent): Save excursion around call to
5196 comment-indent-function.
5197
242c13e8
MB
51982000-11-29 Miles Bader <miles@gnu.org>
5199
5200 * subr.el (member-ignore-case): Return the tail of the list who's
5201 car matches, like `member', not the matching element itself.
5202
8f4b5f28
KH
52032000-11-29 Kenichi Handa <handa@etl.go.jp>
5204
5205 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5206 should not contain `\n'.
5207
bebe4a2c
GM
52082000-11-28 Gerd Moellmann <gerd@gnu.org>
5209
fd9ac94c 5210 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5211
ba7e40eb
GM
5212 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5213
75ab0c79
GM
5214 * dired-aux.el (dired-do-create-files): Construct default file
5215 name for dired-mark-read-file-name so that when the user enters
5216 just RET, the target file will end up in the target directory.
5217
bebe4a2c
GM
5218 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5219 local-abbrev-table before changing buffers because it might
5220 have a buffer-local binding.
5221
fa6d1ca8
MB
52222000-11-28 Miles Bader <miles@gnu.org>
5223
5224 * simple.el (delete-horizontal-space): Handle fields more generally.
5225
8d2c2642
GM
52262000-11-28 Gerd Moellmann <gerd@gnu.org>
5227
5228 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5229
8b31236d
DL
52302000-11-28 Dave Love <fx@gnu.org>
5231
3cbd02d2
DL
5232 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5233 comment-start-skip locally.
5234
8b31236d
DL
5235 * progmodes/fortran.el (fortran-mode): Don't set
5236 fortran-comment-line-start-skip. Set comment-start to
5237 fortran-comment-line-start.
5238 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5239 (fortran-comment-line-start-skip): Simplify slightly.
5240
ae4bf56d
GM
52412000-11-28 Gerd Moellmann <gerd@gnu.org>
5242
17ef7534
GM
5243 * play/5x5.el: Remove RCS keyword.
5244
fd9ac94c 5245 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5246
665b27a6
GM
52472000-11-28 Milan Zamazal <pdm@freesoft.cz>
5248
83c9cb8e
SM
5249 * textmodes/tildify.el (tildify-string-alist):
5250 Add `plain-tex-mode' here.
665b27a6 5251
fe3c2ae3
GM
52522000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5253
5254 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5255 reference.
5256
d970106b
MB
52572000-11-28 Miles Bader <miles@gnu.org>
5258
36b80a0d
MB
5259 * cus-face.el (custom-face-attributes): Add post-filter function
5260 for :box. Make pre-filter function for :box handle all cases.
5261
d970106b
MB
5262 * wid-edit.el (widget-choose): Make sure pop-up window is large
5263 enough to display all the choices, as there's no way to scroll it.
5264
5a2bae6c
KH
52652000-11-28 Kenichi Handa <handa@etl.go.jp>
5266
5267 * international/mule-conf.el: Make the coding system no-conversion
5268 safe for all characters.
5269
9e836e23
DL
52702000-11-27 Dave Love <fx@gnu.org>
5271
8b31236d
DL
5272 * net/ldap.el (ldap) <defgroup>: Add :version.
5273
9e836e23
DL
5274 * tooltip.el (tooltip-use-echo-area): Doc fix.
5275
5276 * cus-start.el <minibuffer-prompt-properties>: Add version.
5277 <read-buffer-function>: Add.
5278
5279 * apropos.el (apropos-print): Add help-echo to active text.
5280
5281 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5282
4a74d071
GM
52832000-11-27 Gerd Moellmann <gerd@gnu.org>
5284
5285 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5286 type, group and version.
5287
76058c27
EZ
52882000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5289
4a74d071 5290 * select.el (x-get-selection): Docstring fix.
76058c27 5291
fd9ac94c 52922000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5293
fd9ac94c 5294 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5295
49060c51
AI
52962000-11-27 Andrew Innes <andrewi@gnu.org>
5297
5298 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5299
5300 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5301
b2a8e429
MB
53022000-11-27 Miles Bader <miles@gnu.org>
5303
5304 * dired.el (dired-get-filename): Return filename verbatim if
5305 LOCALP is `verbatim'.
5306 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5307 `verbatim' so that we don't inadvertently delete a non-existant
5308 directory name.
5309
5ac0366d
KH
53102000-11-27 Kenichi Handa <handa@etl.go.jp>
5311
5312 * international/characters.el: Specify cases and syntaxes for
5313 mule-unicode-0100-24ff.
5314
67f1cf4c
GM
53152000-11-27 Gerd Moellmann <gerd@gnu.org>
5316
5317 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5318 that foreground and/or background colors of the face `tool-bar'
5319 are unspecified.
5320
46c56972
MB
53212000-11-27 Miles Bader <miles@gnu.org>
5322
e04d21aa 5323 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5324 (widget-field-end): Handle widget field `pseudo-overlays'.
5325 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5326 if it's there instead of in `widget-field-list'.
5327
46c56972 5328 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5329 (help-make-xrefs): Delete extraneous newlines at the end of the
5330 docstring.
46c56972 5331
640a9cdd
JR
53322000-11-25 Jason Rumney <jasonr@gnu.org>
5333
5334 * startup.el (command-line): Call set-locale-environment after
5335 Window System init file is read, as it can result in a call to
5336 redraw-frame.
5337
0b3f96d4
EZ
53382000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5339
5340 * simple.el (shell-command): Mention the effect of the prefix
5341 argument in the doc string.
5342
8da6e2a1
MB
53432000-11-25 Miles Bader <miles@gnu.org>
5344
a658d039
MB
5345 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5346
8da6e2a1 5347 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5348 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5349
d3416cca
JR
53502000-11-24 Jason Rumney <jasonr@gnu.org>
5351
5352 * international/mule-cmds.el (locale-language-names): Add "jp" as
5353 a non-standard alternative for Japanese.
5354
17e37f53
AS
53552000-11-24 Andre Spiegel <spiegel@gnu.org>
5356
5357 * vc-hooks.el: Require 'cl during compilation.
5358
9aa5f148
GM
53592000-11-24 Gerd Moellmann <gerd@gnu.org>
5360
ba193890
GM
5361 * faces.el (face-set-after-frame-default): Let face attributes
5362 specified for new frames override frame parameters.
5363
9aa5f148
GM
5364 * startup.el (command-line): Fix computation of the source file
5365 for user-init-file when user-init-file is a compiled file.
5366
51a1edab
MB
53672000-11-24 Miles Bader <miles@gnu.org>
5368
e04d21aa 5369 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5370 (custom-post-filter-face-spec): New functions.
5371 (custom-face-set, custom-face-value-create): Filter the face spec
5372 before and after customization.
5373 (custom-face-set): If VALUE specifies a null face, pass a
5374 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5375 * cus-face.el (custom-face-attributes): Remove SET and GET
5376 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5377 cases they're needed.
5378
1ed74431
MB
5379 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5380 that it's distinguishable from the :off-glyph on dark-background
5381 displays. Set its background color too.
5382
67ee1125
MB
5383 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5384 so that people can easily turn it off.
5385
7d027816 53862000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5387
7d027816 5388 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5389
9aa5f148 5390 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5391
9aa5f148 5392 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5393
9aa5f148 5394 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5395 redundant skip-small-frames test.
e04d21aa 5396
9aa5f148 5397 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5398 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5399
9aa5f148
GM
5400 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5401 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5402 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5403 New functions.
e04d21aa 5404
9aa5f148 5405 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5406
9aa5f148 5407 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5408
f07fa1b8
KH
54092000-11-24 Kenichi Handa <handa@etl.go.jp>
5410
83c9cb8e
SM
5411 * international/mule-diag.el (list-iso-charset-chars):
5412 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5413 (list-non-iso-charset-chars): Fix the `while' condition.
5414
ba8299ff
SM
54152000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5416
79372165
SM
5417 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5418 if the variable is make-variable-buffer-local.
5419
83c9cb8e
SM
5420 * progmodes/ada-stmt.el (ada-template-map):
5421 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5422 (ada-stmt-mode-hook): New function extracted from old code.
5423 Only change the buffer-local side of skeleton-*.
5424 (ada-mode-hook): Use it.
5425
68a887fa
EZ
54262000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5427
5428 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5429 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5430 we expect to be returned by minibuffer-depth once we prompt the
5431 user in the minibuffer.
5432 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5433 as recorded in iswitchb-minibuf-depth, return non-nil.
5434
3b345582
EZ
54352000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5436
5437 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5438 (hscroll-window-maybe): Docstring fix.
5439
595dead2
DL
54402000-11-23 Dave Love <fx@gnu.org>
5441
5442 * rect.el (string-rectangle): Don't test delete-selection-mode.
5443
1e66b27a
GM
54442000-11-23 Gerd Moellmann <gerd@gnu.org>
5445
02790ce2
GM
5446 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5447 is in the tool bar.
5448
1e66b27a 5449 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5450 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5451
a4caa65d
SM
54522000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5453
5454 * textmodes/outline.el (outline-flag-region):
5455 Don't bind inhibit-read-only since we don't modify the buffer.
5456 (outline-isearch-open-invisible): Don't jump to overlay-start
5457 since we're trying to unhide text around point.
5458 (outline-discard-overlays): Use dolist.
5459
5460 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5461
03e757c1
GM
54622000-11-22 Gerd Moellmann <gerd@gnu.org>
5463
83c9cb8e 5464 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5465
1598a961
SM
54662000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5467
5468 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5469 Fix ARG regexp to skip quoted braces.
5470 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5471 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5472 are (correctly) handled separately).
5473 Remove `caption' and `footnote' from `citations': they contain text.
5474 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5475 (latex-skeleton-end-hook): New function.
5476 (latex-mode): Use it.
5477 (tex-start-tex-marker): Remove.
5478 (tex-send-tex-command): Don't set tex-start-tex-marker.
5479 (tex-error-parse-syntax-table): New var.
5480 (tex-compilation-parse-errors): Use it.
5481 Ignore tex-start-tex-marker. Don't bother with marker-position.
5482 (tex-validate-buffer): Don't bother with marker-position.
5483
5484 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5485 (flyspell-generic-progmode-verify): Use it.
1598a961 5486
eaae8106
SS
54872000-11-22 Sam Steingold <sds@gnu.org>
5488
83c9cb8e 5489 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5490
eaae8106 5491 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5492 `ada-remove-trailing-spaces'.
eaae8106 5493 (ada-remove-trailing-spaces): Removed.
e04d21aa 5494
eaae8106 5495 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5496
1598a961
SM
5497 * textmodes/picture.el (picture-clean): Removed.
5498 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5499
a41d49e9
GM
55002000-11-22 Gerd Moellmann <gerd@gnu.org>
5501
e053c60f
GM
5502 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5503
a41d49e9
GM
5504 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5505 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5506 do anything special when jit-lock is active.
a41d49e9
GM
5507 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5508
197615f3
DL
55092000-11-22 Dave Love <fx@gnu.org>
5510
ddbfaa9f
DL
5511 * calendar/todo-mode.el (todo-top-priorities): Use
5512 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5513
ddc3c695
DL
5514 * language/chinese.el, language/cyrillic.el:
5515 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5516 * language/hebrew.el, language/indian.el, language/japanese.el:
5517 * language/korean.el, language/lao.el, language/misc-lang.el:
5518 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5519 Use provide.
5520
fb9fa98d
DL
5521 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5522 (custom-variable-set): Improve validation error mesage.
5523
197615f3
DL
5524 * rect.el (string-rectangle): Revert last change.
5525 (string-rectangle-line): New arg DELETE.
5526 (string-rectangle): Check delete-selection-mode.
5527
5528 * emacs-lisp/edebug.el (edebug-version)
5529 (edebug-maintainer-address): Deleted.
5530 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5531 (edebug-read-function): Account for other `'#' read forms.
5532 (edebug-mode-menus): Make some items toggles.
5533 (edebug-outside-unread-command-event, unread-command-event):
5534 Remove these to avoid warnings.
5535
f4117c4d
GM
55362000-11-22 David Ponce <david@dponce.com>
5537
5538 * recentf.el (recentf-menu-items-for-commands)
5539 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5540 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5541
f4117c4d
GM
5542 (recentf-build-dir-rules, recentf-dump-variable)
5543 (recentf-edit-list, recentf-open-files-item)
5544 (recentf-open-files): Replaced unnecessary `mapcar' with new
5545 built-in `mapc'.
eaae8106 5546
f8e2f3f2
MB
55472000-11-23 Miles Bader <miles@gnu.org>
5548
5549 * faces.el (menu): Make inverse-video on ttys too.
5550
4c4a541d
SM
55512000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5552
5553 * simple.el (comment-line-break-function): Use the new name
5554 indent-new-comment-line -> comment-indent-new-line.
5555 (clone-indirect-buffer): Don't ignore NORECORD.
5556 (next-completion): Properly handle the case where items are adjacent.
5557
5558 * mouse.el (popup-menu): Stupid typo.
5559
980d836e
GM
55602000-11-22 Gerd Moellmann <gerd@gnu.org>
5561
60e8e0a5
GM
5562 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5563 maintainer, keywords tags.
5564
980d836e
GM
5565 * rect.el (replace-rectangle): Don't call string-rectangle-line
5566 with too many arguments.
5567
e08b2069
AS
55682000-11-22 Andre Spiegel <spiegel@gnu.org>
5569
60e8e0a5 5570 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5571 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5572 vc-locking-user, which no longer exists.
5573
5574 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5575
c6779d8d
DL
55762000-11-22 Dave Love <fx@gnu.org>
5577
5578 * md5.el (md5): Provide.
5579 (md5): Fix error call.
5580
e672fdce
MB
55812000-11-22 Miles Bader <miles@gnu.org>
5582
eaae8106 5583 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5584 (refill-fill-paragraph-at): Remove debugging code.
5585
80e24c04
MB
5586 * calendar/calendar.el (generate-calendar-window): When we don't
5587 call `fit-window-to-buffer', make sure the top line is fully visible.
5588
3a17d6cc
MB
5589 * image-file.el (insert-image-file): Don't make `read-only'
5590 property rear-nonsticky.
5591
ae1a21c6
MB
5592 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5593 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5594 stashing away its original value.
5595 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5596 in the recursive edit.
5597 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5598 (isearch-done): Restore `minibuffer-message-timeout'.
5599
e672fdce
MB
5600 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5601
3ea79df8
SM
56022000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5603
5604 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5605
5606 * find-lisp.el (find-lisp-find-files-internal):
5607 Use dolist, when and file-name-as-directory.
5608
980d836e 5609 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5610 (define-derived-mode, define-minor-mode): Add specs.
5611
5612 * window.el: General comment and spacing fixes.
5613 (save-selected-window): Use backquotes.
5614 (window-safely-shrinkable-p): New function.
5615 (shrink-window-if-larger-than-buffer): Use it.
5616
5617 * subr.el (make-local-hook): Docstring fix.
5618
5619 * shell.el (shell-mode): Use define-derived-mode.
5620
5621 * newcomment.el (comment-indent): Insert comment before calling
5622 comment-indent-function. Don't insert in column 0.
5623 (comment-dwim): Indent before inserting comment.
5624
5625 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5626 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5627 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5628 Use mapc rather than map.
5629
5630 * files.el (find-buffer-visiting): Compare all attributes before
5631 declaring two files identical (rather than just their inode-no).
5632 (auto-mode-alist): Use \' rather than $.
5633
5634 * which-func.el: Update maintainer line.
5635
5636 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5637 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5638 (uniquify-buffer-file-name): Use it.
5639
8f62f2b8
MB
56402000-11-22 Miles Bader <miles@gnu.org>
5641
5642 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5643 * simple.el (minibuffer-avoid-prompt): New function.
5644
fb279a6d
GM
56452000-11-21 Gerd Moellmann <gerd@gnu.org>
5646
5647 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5648
867092e9
MB
56492000-11-21 Miles Bader <miles@gnu.org>
5650
ef860850
MB
5651 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5652 inclusion of `track-mouse'.
5653
867092e9
MB
5654 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5655 (refill-adjust-ignorable-overlay): New function.
5656 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5657 only the paragraph's tail if possible.
5658 Update `refill-ignorable-overlay'.
5659 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5660
5661 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5662 point inside the fill-prefix.
5663
5664 * textmodes/refill.el (refill-post-command-function): Don't reset
5665 refill-doit in the case where a self-insertion command doesn't
5666 case a refill. Use `refill-fill-paragraph-at', getting position
5667 from `refill-doit'.
5668 (refill-after-change-function): Set `refill-doit' to END.
5669 (refill-fill-paragraph-at): New function, mostly from old
5670 refill-fill-paragraph.
5671 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5672 (refill-pre-command-function): New function.
5673 (refill-mode): Add it to `pre-command-hook'.
5674
ff9ab414
GM
56752000-11-20 Gerd Moellmann <gerd@gnu.org>
5676
29a01b72
GM
5677 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5678
ff9ab414
GM
5679 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5680 javadoc tags.
eaae8106 5681
885b211b
AS
56822000-11-20 Andre Spiegel <spiegel@gnu.org>
5683
5684 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5685 vc.el).
5686
eaae8106 5687 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5688 require vc.
eaae8106
SS
5689
5690 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5691 checkouts.
eaae8106 5692
d1838556
DL
56932000-11-20 Dave Love <fx@gnu.org>
5694
5695 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5696
2b69bc11 56972000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5698
2b69bc11
GM
5699 * calculator.el (calculator-paste): Use `if' instead of `and'
5700 and `or'.
5701 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5702
b95b34e5
GM
57032000-11-19 Gerd Moellmann <gerd@gnu.org>
5704
030de92f
GM
5705 * info.el (info-menu-5): Doc fix.
5706
b95b34e5
GM
5707 * textmodes/artist.el: New file.
5708
54970452
AS
57092000-11-19 Andre Spiegel <spiegel@gnu.org>
5710
eaae8106 5711 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5712 and differentiate according to checkout model.
5713 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5714 since this function is only concerned with master state.
5715
83c9cb8e
SM
5716 * vc-hooks.el (vc-workfile-unchanged-p)
5717 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5718
83c9cb8e
SM
5719 * vc.el (vc-workfile-unchanged-p)
5720 (vc-default-workfile-unchanged-p): See above.
54970452 5721
e5a9dabf
MB
57222000-11-19 Miles Bader <miles@gnu.org>
5723
5724 * image-file.el (insert-image-file): Make `intangible' and
5725 `read-only' properties rear-nonsticky too.
5726
24127af0
GM
57272000-11-18 Gerd Moellmann <gerd@gnu.org>
5728
d392e9c5 5729 * ps-print.el: Update copyright notice.
eaae8106 5730
d392e9c5
GM
5731 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5732 (tooltip-show): Use the offsets.
5733
24127af0 5734 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5735 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5736 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5737
2b69bc11 57382000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5739
2b69bc11
GM
5740 * ps-print.el (toplevel): Test for find-coding-system being
5741 fboundp before calling ps-x-find-coding-system.
08ea6f17 5742
66321b2f
SM
57432000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5744
5745 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5746 (vc-version-backup-file): Docstring fix.
5747
046110c6
GM
57482000-11-16 Gerd Moellmann <gerd@gnu.org>
5749
4104194e
GM
5750 * files.el (basic-save-buffer): Don't add a newline if
5751 find-file-literally is non-nil.
5752 (find-file-literally): Extend doc string.
5753
046110c6
GM
5754 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5755 sort(1) with the `-f' argument.
5756
6505c16e
AS
57572000-11-16 Andre Spiegel <spiegel@gnu.org>
5758
fd063975
AS
5759 * vc.el: Updated backend documentation.
5760 (vc-default-check-headers): New function.
5761
3d02dd81 5762 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5763
5764 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5765 up-to-date.
eaae8106 5766 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5767 the minibuffer is not active.
fd063975 5768
eaae8106 5769 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5770 `vc-cvs-use-edit' is on.
eaae8106
SS
5771 (vc-cvs-checkout): When this is used for reverting the workfile,
5772 make a backup of the original contents and revert to that in case
8791d617 5773 of error.
eaae8106 5774 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5775 remote repositories.
eaae8106 5776
6505c16e
AS
5777 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5778 for both version and ratio in the minibuffer.
fd063975 5779
eaae8106 5780 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5781 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5782
a13f0660
KH
57832000-11-16 Kenichi Handa <handa@etl.go.jp>
5784
5785 * international/quail.el (quail-start-translation): Don't call
5786 `message' before reading key sequence.
5787
1389a414
MB
57882000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5789
5790 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5791
9256a532
KH
57922000-11-16 Kenichi Handa <handa@etl.go.jp>
5793
5794 * window.el (fit-window-to-buffer): Be sure to acquire at least
5795 one text line even if the buffer is empty.
5796
0e14fe9f
GM
57972000-11-16 Gerd Moellmann <gerd@gnu.org>
5798
eaae8106 5799 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5800 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5801 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5802
da645c53
DL
58032000-11-15 Dave Love <fx@gnu.org>
5804
83c9cb8e
SM
5805 * wid-edit.el (widget-specify-field, widget-specify-button):
5806 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5807 widget-mouse-help.
5808 (widget-mouse-help): New function.
5809 (widget-echo-help): Rewritten for :help-echo functions only taking
5810 a widget arg.
5811
83c9cb8e
SM
5812 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5813 Use display-graphic-p.
b12057b9
DL
5814 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5815 and that JPEG is available.
5816 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5817
da645c53
DL
5818 * international/mule-cmds.el (locale-charset-language-names):
5819 Match @euro.
5820
6d133d1f
GM
58212000-11-15 Gerd Moellmann <gerd@gnu.org>
5822
83c9cb8e
SM
5823 * faces.el (face-set-after-frame-default):
5824 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5825 default face from X resources.
5826
49ac2ac5
EZ
58272000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5828
5829 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5830 Don't set EMACSLOADPATH.
5831
4fb0a34c
EZ
58322000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5833
5834 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5835 texinfo-insert-@url.
5836 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5837 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5838
bb304a7a
SM
58392000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5840
82bc80bf
SM
5841 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5842 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5843 (checkdoc-minor-keymap): Backward compatibility.
5844 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5845 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5846 (checkdoc-this-string-valid-engine): Be a bit more strict
5847 to avoid matching substrings of `...' quoted vars/funs.
5848 (checkdoc-defun-info): Only look for `interactive' if alone.
5849 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5850
e8c87124
SM
5851 * progmodes/compile.el (grep): `tag-default' can be nil.
5852
bb304a7a
SM
5853 * newcomment.el (comment-indent): Paren typo.
5854
8628686a
DL
58552000-11-14 Dave Love <fx@gnu.org>
5856
25c269ef
DL
5857 * calculator.el: New maintainer version.
5858
66321b2f 5859 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5860
8628686a
DL
5861 * cmuscheme.el: Doc fixes.
5862 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5863 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5864
5865 * xscheme.el (scheme-program-name): Don't define here.
5866
5867 * progmodes/scheme.el (scheme-program-name): New variable
5868 (originally in cmuscheme).
5869
88f0a1eb
MB
58702000-11-14 Miles Bader <miles@gnu.org>
5871
5872 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5873 Handle header-lines. Don't loop forever if we can't enlarge the
5874 window anymore. Simplify a bit.
5875
cd9a000c
KH
58762000-11-14 Kenichi Handa <handa@etl.go.jp>
5877
5878 * window.el (fit-window-to-buffer): Don't check
5879 window-text-height. Assure that the last line is fully visible.
5880
83c9cb8e
SM
5881 * international/quail.el (quail-show-guidance-buf):
5882 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5883 buffer.
5884 (quail-update-guidance): Avoid making the guidance buffer shorter.
5885
d3fcda22
SM
58862000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5887
bdbd9606
SM
5888 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5889 rather than `prepend' and add an interesting comment.
5890 (tex-math-face, tex-font-lock-syntactic-face-function):
5891 New face and function to use it.
5892 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5893 than `menu-enable' symbol property.
5894 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5895 (tex-mode): Add some latex-mode commands for auto-selection.
5896 Use tex-font-lock-syntactic-face-function.
5897 (tex-insert-quote): Simplify.
5898 (tex-shell): New mode.
5899 (tex-start-shell): Use it.
5900 (tex-shell-proc, tex-shell-buf): New functions.
5901 (tex-send-command): Use it.
5902 (tex-main-file): Fix the meaning of the new arg REALFILE.
5903 (tex-send-tex-command): New function split from `tex-start-tex'.
5904 Set compilation-last-buffer and compilation-parsing-end.
5905
d3fcda22
SM
5906 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5907 when it follows non-comment text on the line.
5908
5909 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5910 Set font-lock-defaults.
5911 (lisp-mode-shared-map): Init inside the defvar.
5912 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5913 Use define-derived-mode.
5914
bdab1d43
MB
59152000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5916
5917 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5918
936ae731
GM
59192000-11-14 Gerd Moellmann <gerd@gnu.org>
5920
83c9cb8e
SM
5921 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5922 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5923 recursion; see comment there.
5924
1695ca2b
EZ
59252000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5926
5927 * faces.el (face-spec-set-match-display): Revert the change from
5928 2000-10-24. Add a FIXME for after v21.1.
5929
9d348294
MB
59302000-11-13 Miles Bader <miles@gnu.org>
5931
5932 * textmodes/fill.el (skip-line-prefix): New function.
5933 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5934 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5935 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5936 point inside the fill-prefix.
9d348294 5937
b85fa13c
MB
59382000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5939
83c9cb8e
SM
5940 * calendar/calendar.el (generate-calendar-window):
5941 Use `fit-window-to-buffer'.
b85fa13c 5942
a0b47716
SM
59432000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5944
5945 * gud.el (gud-minor-mode): New var.
5946 (gud-symbol, gud-val): New functions.
5947 (gud-find-file): Copy gud-minor-mode to the new buffer.
5948 (gud-menu-map): Include entries for commands that are not always
5949 available, using :enable to (de)activate them.
5950 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5951 (gud-mode-map): New map.
eaae8106 5952 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5953 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5954 Don't set up gud's menu (it's done by the minor-mode).
5955 (gud-minibuffer-local-map): New.
5956 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5957 (gud-query-cmdline): New function.
5958 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5959 (gud-mode): Use define-derived-mode.
5960 Don't set up gud's menu (it's done by the minor-mode).
5961 (gud-chop-words): Remove.
5962 (gud-common-init): Use split-string instead.
5963 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5964
5965 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5966 Add keyword arg :name.
5967
5968 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5969 (diff-count-matches, diff-split-hunk): New functions.
5970 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5971
5972 * pcvs-info.el (cvs-fi-conflict-face): New var.
5973
5974 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5975 Make it into a simple syntax-table, shared among all submodes.
5976 (sh-heredoc-face): Re-introduce.
5977 (sh-font-lock-syntactic-face-function): New function.
5978 (sh-mode): Use it. Also use define-derived-mode.
5979 Remove old bogus setting of indent-region-function.
5980 (sh-set-shell): Don't set the syntax-table any more.
5981 (sh-mode-syntax-table) <defun>: Remove.
5982
f5ed37df
MB
59832000-11-12 Miles Bader <miles@gnu.org>
5984
5985 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5986 message if interactive.
5987
0b074c2f
DL
59882000-11-12 Dave Love <fx@gnu.org>
5989
5990 * mail/feedmail.el: Fix header,
5991 (feedmail) <defgroup>: Add :link.
5992
5993 * view.el: Use local-map property, not keymap on mode-line string.
5994
83c9cb8e
SM
5995 * scroll-all.el (scroll-all-mode): Customize variable.
5996 Add autoload cookie to function.
0b074c2f
DL
5997
5998 * lazy-lock.el: Remove compatibility code.
5999
6000 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6001 (finder-help-echo): New variable.
6002 (finder-mouse-face-on-line): Add help-echo stuff.
6003 (finder-list-keywords, finder-list-matches): Use mapc.
6004
6005 * faces.el (face-font-registry-alternatives): Add :version.
6006
6007 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6008 tags-table-list.
6009
a0b47716 6010 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6011
a0b47716 6012 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6013 (mail-mode): Use [:alnum:] in some regexps.
6014
6d502396
DL
60152000-11-10 Dave Love <fx@gnu.org>
6016
6017 * ediff.el (ediff-regions-internal, ediff-documentation):
6018 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6019 fundamental mode.
6020
6021 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6022 buffer into fundamental mode.
6023 (ediff-set-difference): Use copy-sequence if available.
6024
83c9cb8e
SM
6025 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6026 Check ediff-patch-map non-nil.
6d502396
DL
6027 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6028 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6029 buffer into fundamental mode.
6030
6031 * ediff-merg.el (state-or-merge): Defvar when compiling.
6032
a82fe213
JR
60332000-11-10 Jason Rumney <jasonr@gnu.org>
6034
6035 * w32-fns.el (w32-add-charset-info): New function.
6036 (w32-charset-info-alist): Use it.
6037
52d89894
GM
60382000-11-10 Gerd Moellmann <gerd@gnu.org>
6039
6040 * faces.el (face-font-registry-alternatives): New user-option.
6041
178932de
SM
60422000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6043
d7fa3319
SM
6044 * textmodes/texinfo.el (texinfo-block-default): New var.
6045 (texinfo-insert-block): Use it. Insert a newline if needed.
6046
178932de
SM
6047 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6048 (fill-region-as-paragraph): Use it.
6049
6050 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6051 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6052 Tweak paragraph regexps to allow a leading [ \t]*.
6053 (tex-latex-block): Insert a newline if necessary.
6054 (latex-insert-item): Only insert a newline if necessary.
6055 (tex-guess-main-file): New function.
6056 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6057 Set tex-main-file if TeX-master is provided.
6058 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6059
bd02b8e0
GM
60602000-11-10 Gerd Moellmann <gerd@gnu.org>
6061
6062 * startup.el (command-line): Set the default tooltip-mode
6063 to t for graphical displays which implement x-show-tip.
6064
6065 * tooltip.el (tooltip-mode): Add a comment about startup.el
6066 setting the default value of this user-option.
6067
b29b03eb
SM
60682000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6069
6070 * font-lock.el (font-lock-*-face) <defvar>: Move.
6071 (font-lock-defaults-alist): Mark obsolete.
6072 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6073 (font-lock-mode): Use define-minor-mode.
6074 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6075 (font-lock-turn-off-thing-lock): Be more explicit.
6076 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6077 (font-lock-syntactic-face-function): New var.
6078 (font-lock-fontify-syntactically-region): Use it.
6079 (font-lock-doc-face): New.
6080
6081 * pcvs.el (cvs-enabledp): Ignore errors.
6082 (cvs-commit-filelist): Never query.
6083 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6084 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6085 (cvs-do-removal): Use cvs-partition rather than delete-if.
6086 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6087 cvs-bury-buffer.
6088
6089 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6090 Allow `next' to jump to after the end of the last match.
6091
778fbc46
GM
60922000-11-09 Gerd Moellmann <gerd@gnu.org>
6093
730c746c
GM
6094 * simple.el (byte-compiling-files-p): New function.
6095
6096 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6097 if it is there.
6098
6099 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6100 nil again.
6101
778fbc46
GM
6102 * textmodes/ispell.el (ispell-library-path): Don't call
6103 check-ispell-version when byte-compiling because that starts
6104 an ispell process, and ispell might not be installed.
6105 (toplevel): Don't set up a menu when byte-compiling.
6106
6107 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6108 it, so that a boundp test can be used to determine if we're
6109 currently byte-compiling.
6110
5912c5bb
DL
61112000-11-09 Dave Love <fx@gnu.org>
6112
83c9cb8e 6113 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6114
7bb054a5
GM
61152000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6116
83c9cb8e
SM
6117 * ps-print.el: Patch for variable initialization when spooling.
6118 Doc fix.
7bb054a5
GM
6119 (ps-output-list): Fun eliminated.
6120 (ps-begin-file, ps-begin-job): Code fix.
6121
9db2706e
DL
61222000-11-08 Dave Love <fx@gnu.org>
6123
83c9cb8e 6124 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6125
f7eb32aa
GM
61262000-11-08 Gerd Moellmann <gerd@gnu.org>
6127
6128 * simple.el (shell-command, display-message-or-buffer)
6129 (shell-command-on-region): Mention resize-mini-windows in the doc
6130 string.
6131 (display-message-or-buffer): Take the value of resize-mini-windows
6132 into account.
6133
7b01b08c
GM
61342000-11-07 Gerd Moellmann <gerd@gnu.org>
6135
acad3c0b
GM
6136 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6137
7b01b08c
GM
6138 * dired.el (dired-between-files): Add `^. find' as an alternative
6139 to the regular expression, for find-dired.
6140
6f602bd0
SM
61412000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6142
6143 * textmodes/texnfo-upd.el: Require texinfo.
6144 (defmacro, defgroup): Remove.
6145 (texinfo-section-to-generic-alist): Remove.
6146 Use texinfo-section-list instead (i.e. level is changed string->int).
6147 (texinfo-filter): New function.
6148 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6149 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6150 Use it. And use regexp-opt.
6151 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6152 (texinfo-update-menu-region-beginning)
6153 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6154 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6155 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6156 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6157 (texinfo-sequential-node-update): Remove autoload cookie.
6158
6159 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6160 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6161 (texinfo-chapter-level-regexp): Remove.
6162 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6163
bb216218
DL
61642000-11-06 Dave Love <fx@gnu.org>
6165
6f602bd0 6166 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6167
6f602bd0
SM
6168 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6169 Match defun*.
bb216218 6170
ff8dd5d5
KH
61712000-11-06 Kenichi Handa <handa@etl.go.jp>
6172
6173 * composite.el (composition-function-table): Variable declaration
6174 moved to src/composite.c.
6175 (compose-chars-after): New optional arg object.
6176
e9da51a1
GM
61772000-11-06 Gerd Moellmann <gerd@gnu.org>
6178
e0c12c68
GM
6179 * bindings.el (mode-line-toggle-read-only)
6180 (mode-line-toggle-modified, mode-line-widen)
6181 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6182 (make-mode-line-mouse2-map): Rewritten.
6183 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6184 functions so that C-h k can show something with a doc string.
eaae8106 6185
e9da51a1
GM
6186 * startup.el (fancy-splash-delay): Set to 10 seconds.
6187 (fancy-splash-max-time): New user-option.
6188 (fancy-splash-stop-time): New variable.
6189 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6190 (fancy-splash-screens-1): Throw `stop-splashing' when current
6191 time is greater than fancy-splash-stop-time.
6192
611dbdf0
SM
61932000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6194
4d2806e2
SM
6195 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6196
611dbdf0
SM
6197 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6198 Prompt user for a file rather than raising an error.
6199 (cvs-enabledp): Fix call to cvs-mode-marked.
6200 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6201 (cvs-mode-insert): Use it. Change the init prompt' value.
6202 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6203
6204 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6205 Don't pass default arg to ewoc-locate.
6206 (ewoc-collect): Return result in the right order.
6207
6208 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6209
6210 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6211 (cvs-status-get-tags): Fix regexp.
6212 (cvs-status-trees, cvs-status-cvstrees):
6213 Combine after change hooks and don't sit-for.
4d2806e2
SM
6214 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6215 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6216 Use make-char rather than hard-coded cryptic data.
6217 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6218
6219 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6220
6221 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6222 (cvs-insert-strings): New function.
6223
937b2877
MB
62242000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6225
6226 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6227 `mwheel-scroll-amount'.
6228 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6229 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6230 string-matching against the version string.
6231
c6c97763
KH
62322000-11-06 Kenichi Handa <handa@etl.go.jp>
6233
6eaec747
KH
6234 * language/thai.el ("Thai"): Set a lisp form that produces
6235 composed string in `sample-text' language info.
6236
6237 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6238 composed string in `sample-text' language info.
6239
83c9cb8e
SM
6240 * international/mule-cmds.el (describe-language-environment):
6241 Eval `sample-text' data and insert the result.
6eaec747 6242
c6c97763
KH
6243 * international/mule-conf.el (compound-text): Define this coding
6244 system here. Make x-ctext and ctext aliases of it.
6245
6246 * language/european.el (compound-text, ctext): Moved to
6247 international/mule-conf.el.
6248
d1145f85
AI
62492000-11-05 Andrew Innes <andrewi@gnu.org>
6250
6251 * w32-fns.el (w32-version): New function.
6252
178a6a45
SM
62532000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6254
6255 * progmodes/awk-mode.el: Update copyright.
6256 (awk-mode-abbrev-table): Remove.
6257 (awk-font-lock-keywords): Use regexp-opt.
6258 (awk-mode): Use define-derived-mode.
6259
6260 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6261 when extracting a suffix.
6262
1ba90166
AS
62632000-11-04 Andre Spiegel <spiegel@gnu.org>
6264
6265 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6266 auto-save-mode.
6267
546790cb
JR
62682000-11-04 Jason Rumney <jasonr@gnu.org>
6269
6270 * language/european.el (decode-mac-roman): Test against r1 not r0.
6271
d247e32d
SM
62722000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6273
fbf44f44
SM
6274 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6275 (icon-mode): Define indent-line-function.
6276 (icon-comment-indent): Simplify.
6277 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6278
6279 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6280
6281 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6282 Bind change-log-default-mode to defeat the caching done on it.
6283 Don't bother saving excursion any more.
6284
6285 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6286
6287 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6288 (set-frame-font): Use the new name (and the old for compatibility).
6289
eaae8106
SS
6290 * toolbar/tool-bar.el (tool-bar-mode):
6291 * time.el (display-time-mode):
6292 * recentf.el (recentf-mode):
6293 * paren.el (show-paren-mode):
6294 * mwheel.el (mouse-wheel-mode):
6295 * msb.el (msb-mode):
6296 * jka-compr.el (auto-compression-mode):
6297 * image-file.el (auto-image-file-mode):
6298 * hl-line.el (hl-line-mode):
6299 * delsel.el (delete-selection-mode):
6300 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6301 * complete.el (partial-completion-mode): Drop unneeded positional args.
6302
eaae8106 6303 * info.el (Info-mode):
79372165 6304 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6305
d247e32d
SM
6306 * log-edit.el (log-edit-menu): New menu.
6307
4921558e
MB
63082000-11-03 Miles Bader <miles@gnu.org>
6309
6310 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6311 definition, so that trailing spaces are handled properly.
6312 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6313
1fc02b3c
GM
63142000-11-03 Gerd Moellmann <gerd@gnu.org>
6315
6316 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6317 tab character.
6318 (fancy-splash-screens): Set tab-width to 20.
6319
51d001f7
DL
63202000-11-03 Dave Love <fx@gnu.org>
6321
6322 * comint.el (comint-completion-addsuffix): Fix custom type.
6323
ba22aeff
SM
63242000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6325
6326 * font-lock.el (font-lock-buffers): Remove.
6327 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6328 (font-lock-change-major-mode): Remove.
6329 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6330 (font-lock-default-fontify-region): Extend the multiline
6331 fontification to whole lines.
6332 (font-lock-fontify-anchored-keywords)
6333 (font-lock-fontify-keywords-region): If matching just one
6334 line (with \n) only mark the \n as multiline.
6335
6336 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6337 Correctly handle the case where several :group args are supplied.
6338 Allow :extra-args.
6339 (easy-mmode-define-global-mode): Allow :extra-args.
6340 Correctly handle the case where several :group args are supplied.
6341
9c887ada
MB
63422000-11-02 Miles Bader <miles@gnu.org>
6343
eaae8106 6344 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6345 (holiday-face): Remove dependency on `window-system'.
6346
7f25090d
KR
63472000-11-02 Ken Raeburn <raeburn@gnu.org>
6348
6349 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6350 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6351 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6352
7dd6009c
DL
63532000-11-02 Dave Love <fx@gnu.org>
6354
6355 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6356
94821e4f
EZ
63572000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6358
6359 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6360 punctuation in the warning inserted into the *mail* buffer.
6361
1ac3fc42
GM
63622000-11-02 Gerd Moellmann <gerd@gnu.org>
6363
57731876
GM
6364 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6365 (authors-public-domain-p): New function.
6366 (authors-print): Use it.
6367
975f82c9
GM
6368 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6369
1ac3fc42
GM
6370 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6371
4b3eb10f
GM
63722000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6373
975f82c9 6374 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6375 (ps-print-version): New version number (6.3.1).
6376 (ps-even-or-odd-pages): Customization fix.
6377 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6378 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6379 (ps-page-count): Var replaced by `ps-page-column'.
6380 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6381 (ps-print-sheet-p): New fun.
6382
7da794df
MB
63832000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6384
6385 * tooltip.el (tooltip-gud-tips-setup): New function.
6386 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6387 (tooltip-mode): Call tooltip-gud-tips-setup.
6388 (tooltip-gud-tips): Use `gud-basic-call' instead of
6389 process-send-string, so the prompt gets frobbed appropriately.
6390 Handle nil return value from `tooltip-gud-print-command'.
6391
0e40b809
EL
63922000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6393
6394 * comint.el (comint-add-to-input-history): New function.
6395 (comint-send-input): Use `comint-add-to-input-history'.
6396
50ada0db
MB
63972000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6398
973a3104
MB
6399 * info.el (info-menu-header): New face.
6400 (Info-fontify-menu-headers): New function.
6401 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6402
50ada0db
MB
6403 * info.el (Info-insert-dir): Don't include blank lines at
6404 beginning of additional dir files (one is added automatically).
6405
bff53411
SM
64062000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6407
6408 * emacs-lisp/easy-mmode.el (define-minor-mode):
6409 Revert the latest changes.
6410 Allow the three positional arguments to be skipped and replaced
6411 by keyword arguments.
6412 Add a :toggle argument to determine whether a nil arg means toggle
6413 or means turn-on. The default is unchanged.
6414 Add a call to force-mode-line-update.
6415
6b8a0b2d
DL
64162000-11-01 Dave Love <fx@gnu.org>
6417
83c9cb8e 6418 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6419
5bf99100
MB
64202000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6421
83c9cb8e
SM
6422 * calendar/calendar.el (diary-face, holiday-face):
6423 Add dark-background variants.
5bf99100 6424
a4032611
SS
64252000-10-31 Sam Steingold <sds@gnu.org>
6426
6427 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6428 `tex-main-file' does not have directory in it.
6429
c286608e
SM
64302000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6431
6432 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6433
4836835a
TTN
64342000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6435
6436 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6437 functional change.
6438
26dcb81b
GM
64392000-10-31 Gerd Moellmann <gerd@gnu.org>
6440
6441 * files.el (find-file-noselect): When we expand a wildcard, return
6442 a list of buffers, as we should do according to the doc string.
6443
49fc4500
KR
64442000-10-31 Ken Raeburn <raeburn@gnu.org>
6445
6446 * loadup.el (top level): Adjust load path if program name is
6447 "../src/bootstrap-emacs", in case it's not dumped and thus the
6448 load path adjustment hasn't already been done.
6449
ea0c615d
GM
64502000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6451
83c9cb8e
SM
6452 * ps-print.el: Fix bug on selected pages for printing.
6453 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6454 is on. Try to avoid warning messages when compiling. Doc Fix.
6455 (ps-print-version): New version number (6.3).
6456 (ps-color-device): Use `color-values' to determine if device
6457 supports color.
6458 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6459 (ps-print-page-p): Changed from defsubst to defun.
6460 (ps-page-number): Changed from defmacro to defun.
6461 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6462 printing.
c286608e 6463 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6464 (ps-end-file, ps-dummy-page): Funs eliminated.
6465 (ps-print-color-scale): Changed default value.
6466 (ps-page-n-up, ps-print-page-p): New internal vars.
6467 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6468 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6469
9e20722f
GM
6470 * delim-col.el: Little programming improvement.
6471 (delimit-columns-str): New macro.
6472 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6473
d7a0fd00
KH
64742000-10-31 Kenichi Handa <handa@etl.go.jp>
6475
c286608e
SM
6476 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6477 Moved to european.el.
d7a0fd00
KH
6478 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6479 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6480 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6481 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6482
234be340
DL
64832000-10-30 Dave Love <fx@gnu.org>
6484
6485 * progmodes/cc-menus.el (imenu-generic-expression)
6486 (imenu-progress-message): Only defvar when compiling.
6487
4edc4a39
DL
6488 * emacs-lisp/elp.el (elp-unload-hook): New function.
6489
6490 * loadhist.el (unload-feature): Call elp-restore-function,
6491 checking for symbols; don't use elp-restore-all.
6492 (loadhist-hook-functions): Doc fix.
6493
70c825df
SM
64942000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6495
6496 * log-edit.el (log-edit-confirm): Fix the default.
6497
1d3baf74
GM
64982000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6499
6500 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6501 delimit-columns-format.
6502 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6503
1ec321a7
MB
65042000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6505
6506 * comint.el (comint-replace-by-expanded-history): Don't use
6507 comint-get-old-input (we're not looking at *old* input).
6508 (comint-get-old-input-default): If using fields, signal an error
6509 when the point is not in an input field.
6510
70737ea9
KH
65112000-10-30 Kenichi Handa <handa@etl.go.jp>
6512
6513 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6514 and mule-unicode-e000-ffff.
6515
fa0cb51d 6516 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6517 (make-coding-system): Accept a symbol of translation table as a
6518 value of property `safe-chars'.
6519
6520 * international/mule-cmds.el (encode-coding-char): Check property
6521 safe-chars instead of safe-charsets.
6522
6523 * international/fontset.el (fontset-default): Modified for
6524 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6525 (x-font-name-charset-alist): Likewise.
6526 (ccl-encode-unicode-font): New CCL program. Record it in
6527 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6528
70c825df
SM
6529 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6530 New translation tables.
70737ea9
KH
6531 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6532 programs are modified and moved from mac-win.el.
6533 (mac-roman): Definition of this coding system is modified and
6534 moved from mac-win.el.
4836835a 6535
fda2ce24 65362000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6537
1d3baf74 6538 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6539 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6540
dd4d3cb6
MB
65412000-10-29 Miles Bader <miles@gnu.org>
6542
6543 * custom.el (custom-add-to-group): Allow multiple entries for a
6544 given value OPTION, as long as their widget types are different.
6545 * cus-edit.el (custom-face-value-create): If face name doesn't end
6546 with "face", add such here (similar to custom group widgets).
6547
6548 * comint.el (comint-highlight-prompt): Add :type.
6549
dace60cf
JW
65502000-10-28 John Wiegley <johnw@gnu.org>
6551
dace60cf
JW
6552 * calendar/timeclock.el (timeclock-log): Doc fix.
6553 (timeclock-last-event): Doc fix.
83c9cb8e 6554 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6555 (timeclock-find-discrep): Use a temp buffer to read in the
6556 timelog, instead of visiting the file.
6557 (timeclock-log-data): A new function, along with a host of helper
6558 functions, for the purpose of making timelog data accessible to
6559 programmers.
6560
6561 * eshell/esh-mode.el (window-height test): Make certain that
6562 `eshell-stringify-t' is non-nil.
6563 (eshell-password-prompt-regexp): Changed to a much simpler
6564 password regexp.
6565 (eshell-send-input): If `eshell-invoke-directly' returns t,
6566 directly invoke the parsed command using `eval'. This improves
6567 turn-around time on simple commands by a factor of three or
6568 greater, such as cd, ls, pwd, etc. -- which get used very often.
6569 It also conserves thousands of cons cells per call (since
6570 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6571 in the Pacific Cookie Company).
6572
6573 * eshell/esh-test.el (eshell-test): Whitespace fix.
6574
83c9cb8e
SM
6575 * eshell/em-ls.el (eshell-ls-insert-directory):
6576 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6577
6578 * eshell/em-script.el (eshell-script-initialize): Add names to
6579 `eshell-complex-commands, since `source' and `.' are complex.
6580
0467b076
EZ
6581 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6582 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6583 `eshell-copy-handles'.
6584 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6585 bodies.
6586 (eshell-separate-commands): Whitespace fix.
6587 (eshell-complex-commands): Added a new list of names, for
6588 determining whether a given command is as simple as it looks.
6589 (eshell-invoke-directly): New function. Returns t if a command
6590 should be invoked directly (using `eval'), rather than indirectly
6591 using `eshell-do-eval'.
6592 (eshell-do-eval): Whitespace fix.
6593
6594 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6595 which provides an emulation of the DOS shell behavior of assuming
6596 that cp/mv/ln should copy/move/link to the current directory.
6597 (eshell-remove-entries): Added a doc string.
6598 (eshell-shuffle-files): Removed the check for `target' being null.
6599 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6600 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6601 it to do a smarter check of whether a destination was provided.
6602 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6603 (eshell/ln): Enable `:preserve-args', and use
6604 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6605 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6606 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6607 list after flattening it. This makes it possible to cat files
6608 with numerical names.
6609 (eshell-unix-initialize): Added several names to
6610 `eshell-complex-commands.
6611 (eshell-unix-command-complex-p): Return t if a given command name
6612 may result in external processes being invoked.
6613
6614 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6615 variable nil by default, since it slows down glob processing by a
6616 factor of two or more, and increases memory consumption.
6617
6618 * eshell/em-smart.el: Added a note about how memory consumptive
6619 smart display mode can be (at least this is true in Emacs 21).
6620 (eshell-smart-initialize): Whitespace fix.
6621 (eshell-refresh-windows): Use `if' instead of `when'.
6622 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6623 not necessary.
83c9cb8e 6624 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6625
6626 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6627 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6628 Whitespace fix.
6629 (eshell-ls-exclude-hidden): Added this variable in addition to
6630 `eshell-ls-exclude-regexp'. This one prevents files beginning
6631 with . from even being read, which can improve memory consumption
6632 quite a bit.
6633 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6634 read file entries beginning with a dot. In home directories with
6635 lots of hidden files, fully two-thirds of the time spent in ls is
6636 used to read directory entries that are immediately thrown away.
6637 (eshell-ls-initial-args): Added back this configuration variable,
6638 for specifying default initial arguments to every call to ls.
6639 Much faster than using an alias to do the same thing.
6640 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6641 (eshell-ls-dir): Whitespace change.
6642
6643 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6644
83c9cb8e 6645 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6646 (eshell-stringify-t): Added a customization variable, to indicate
6647 whether `t' should be rendered as a string at all. If not, one
6648 can still determine if the result of an expression is true using
6649 "file-exists-p FILE && echo true".
6650 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6651 stringify t!
6652
6653 * eshell/esh-module.el: Whitespace fix.
6654
83c9cb8e
SM
6655 * eshell/em-alias.el (eshell-alias-initialize):
6656 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6657 (eshell-command-aliased-p): New function that returns t if a
6658 command name names an aliased.
6659
657f9cb8 66602000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6661
0467b076 6662 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6663 redrawing the screen when changing cursor color.
0467b076
EZ
6664 (viper-insert-state-pre-command-sentinel)
6665 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6666 (viper-replace-state-post-command-sentinel):
6667 Use viper-preserve-cursor-color.
657f9cb8
MK
6668 Many functions changed to use viper= instead of = when comparing
6669 characters.
0467b076 6670 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6671 working with characters.
0467b076 6672 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6673 Many functions changed to use viper= instead of = when comparing
6674 characters.
0467b076 6675 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6676
0467b076 6677 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6678 Several typos fixed in various docstrings.
0467b076 6679 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6680 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6681 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6682 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6683 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6684 (ediff-get-selected-buffers): New function.
6685 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6686 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6687 Use save-window-excursion.
0467b076 6688 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6689 termination check in while loop.
0467b076 6690 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6691 dired buffer.
0467b076
EZ
6692 (ediff-files,ediff-merge-files,ediff-files3)
6693 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6694
4f490d99
DL
66952000-10-28 Dave Love <fx@gnu.org>
6696
6697 * info.el (Info-fontify-node): Add help-echo for menu items.
6698
45b84006
EZ
66992000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6700
5ebc02b3
EZ
6701 * startup.el (normal-top-level): If the value of $TERM indicates
6702 we are running from xterm or one of its work-alikes, default to a
6703 light background mode.
6704
45b84006
EZ
6705 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6706 * faces.el (tty-handle-reverse-video): New function.
6707 (tty-create-frame-with-faces): Call it.
6708
6709 * frame.el (frame-notice-user-settings): Don't apply
6710 default-frame-alist and initial-frame-alist to MS-DOS frames.
6711 Call tty-handle-reverse-video, frame-set-background-mode, and
6712 face-set-after-frame-default for non-MS-DOS frames.
6713
6714 * startup.el (tty-long-option-alist): New variable.
6715 (tty-handle-args): New function.
6716 (command-line): Call tty-handle-args.
6717
6718 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6719 startup.el now does that for all character-terminal frames.
6720
eab6e8b9
MB
67212000-10-28 Miles Bader <miles@gnu.org>
6722
83c9cb8e
SM
6723 * emacs-lisp/easy-mmode.el (define-minor-mode):
6724 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6725 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6726 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6727 version using `easy-mmode-define-global-mode'.
6728 Add :conditional-turn-on keyword argument.
eab6e8b9 6729
51a29efc
DL
67302000-10-28 Dave Love <fx@gnu.org>
6731
83c9cb8e
SM
6732 * international/latin1-disp.el (latin1-char-displayable-p):
6733 Don't use window-system.
51a29efc 6734
d71d7114
EZ
67352000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6736
6737 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6738 Don't call find-buffer-file-type-coding-system. Instead, just
6739 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6740 if the file is on an untranslated filesystem.
6741 (add-untranslated-filesystem): Use "D" instead of "f" inside
6742 interactive.
6743
1f9cab4b
DL
67442000-10-27 Dave Love <fx@gnu.org>
6745
70c825df 6746 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6747 (refill-mode): Use it.
6748
70c825df
SM
67492000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6750
6751 * international/quail.el (quail-activate): Don't make-local-hook.
6752
7432cf10
AS
67532000-10-27 Andre Spiegel <spiegel@gnu.org>
6754
4836835a 6755 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6756 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6757 (vc-make-version-backup): Don't do it on MS-DOS without long file
6758 names.
4836835a 6759
7432cf10
AS
6760 * vc.el (vc-version-other-window): If an automatic backup of the
6761 desired version exists, rename it instead of copying it.
6762
4836835a
TTN
6763 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6764 after command. If there's an unexpected error, signal it instead
7432cf10 6765 of being silent.
e1483c38 6766 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6767
05ea7ef2
MB
67682000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6769
fd1035aa
MB
6770 * shell.el (shell): Add BUFFER argument.
6771 * comint.el (make-comint-in-buffer): New function.
6772 (make-comint): Use it.
6773
05ea7ef2
MB
6774 * faces.el (face-spec-choose): Change syntax so that the list of
6775 attribute-value pairs is now the cdr of each clause, not the cadr.
6776 Detect old-style entries, and handle them. Use pop.
6777
835a55fe
SM
67782000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6779
f5ab1cdd
SM
6780 * cus-edit.el (custom-mode-map): Use a sparse map.
6781 (custom-mode): Don't bother with make-local-hook.
6782
6783 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6784
835a55fe
SM
6785 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6786
c13b0ec8
GM
67872000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6788
6789 * ps-print.el: Avoid compilation gripes.
6790 (ps-print-version): New version number (6.2.1).
4836835a 6791
e9f63196
DL
67922000-10-26 Dave Love <fx@gnu.org>
6793
0b95284b
DL
6794 * menu-bar.el: Modify some menu item help strings.
6795 (menu-bar-help-menu): Add link to MORE.STUFF.
6796
e9f63196
DL
6797 * cus-edit.el (custom-mode): Add `special' mode-class property.
6798
6799 * wid-browse.el (widget-browse-mode): Likewise.
6800
6801 * wid-edit.el (widget-specify-field): Revert to using local-map
6802 property, not keymap.
6803
e276a14a
MB
68042000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6805
c1545d88
MB
6806 * wid-edit.el (widget-field-end): When checking for a `boundary'
6807 field, do so in the correct buffer.
6808
3c1b77ca
MB
6809 * simple.el (undo): Correctly distinguish between numeric and
6810 non-numeric prefix args in non-transient-mark-mode, as per the doc
6811 string. When in transient-mark-mode, treat all prefix-args as
6812 numeric.
6813
f5ab1cdd
SM
6814 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6815 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6816
6817 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6818 (comint-mode-map): Reverse order of `comint-write-output' and
6819 `comint-append-output-to-file'.
6820 (comint-append-output-to-file): Reinstate this function, for the
6821 benefit of the menu.
6822
d97151cb
SM
68232000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6824
6825 * vc.el (vc-version-other-window): Bind `file'.
6826
ea7d6f5b
GM
68272000-10-25 Gerd Moellmann <gerd@gnu.org>
6828
f5ab1cdd 6829 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6830
6831 * emacs-lisp/authors.el (batch-update-authors): New function.
6832 (authors-fixed-entries): New defconst.
6833 (authors-add-fixed-entries): New function.
6834 (authors): Call it.: Don't process lispref/.
6835
17c25cea
JR
68362000-10-25 Jason Rumney <jasonr@gnu.org>
6837
6838 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6839 Merge x w32 and mac definitions.
6840
4ecda532
GM
68412000-10-25 Gerd Moellmann <gerd@gnu.org>
6842
6843 * menu-bar.el (menu-bar-options-menu): Add a help string for
6844 `uniquify'.
6845
b6735035
GM
68462000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6847
f5ab1cdd
SM
6848 * time-stamp.el (time-stamp-string-preprocess):
6849 Fix a wrong type argument error.
b6735035 6850
f4cbc7a0
MB
68512000-10-25 Miles Bader <miles@gnu.org>
6852
6853 * recentf.el (recentf-mode): Variable removed.
6854 (recentf-mode): Use `define-minor-mode'.
6855
6856 * mwheel.el (mouse-wheel-mode): New global minor mode.
6857 (mwheel-install): Use `mouse-wheel-mode'.
6858
f4b020f6
DL
68592000-10-25 Dave Love <fx@gnu.org>
6860
f5ab1cdd
SM
6861 * progmodes/cperl-mode.el (cperl-mode):
6862 Set normal-auto-fill-function correctly.
072cb6f9 6863
83c9cb8e
SM
6864 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6865 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6866 bindings.
f4b020f6 6867
ebe2a441
MB
68682000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6869
ff4dcd4b
MB
6870 * wid-edit.el (widget-field-at): New function.
6871 (widget-at, widget-field-activate): Use it.
6872 (widget-tabable-at): Use `widget-at'.
6873 (widget-specify-field): If the terminating character of the widget
6874 field (which is read-only) is a newline, put it into a special
6875 `boundary' field so that C-n/C-p act more naturally.
6876 (widget-field-end): Also don't subtract one if a special
6877 `boundary' field has been added after the widget field.
6878
83c9cb8e
SM
6879 * comint.el (comint-output-filter, comint-send-input):
6880 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6881 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6882
ebe2a441
MB
6883 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6884 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6885 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6886
fe50b6ab
GM
68872000-10-24 Gerd Moellmann <gerd@gnu.org>
6888
53df4dda 6889 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6890 (authors): Set file coding system to iso-2022-7bit.
6891 Add file-local variables to output buffer.
53df4dda 6892
4836835a 6893 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6894 WARN is nil.
6895
53df4dda
GM
68962000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6897
6898 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6899
6900 * delim-col.el: Now there is a column formatting mechanism.
6901 Modified to customization mechanisms convention. Doc fix.
6902 (columns): New group for delim-col.
6903 (delimit-columns-before, delimit-columns-after)
6904 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6905 (delimit-columns-end): New vars.
6906 (delimit-columns-customize, delimit-columns-format): New funs.
6907 (delimit-columns-region, delimit-columns-rectangle)
6908 (delimit-columns-rectangle-line): Modified to support column
6909 formatting.
4836835a 6910
a9839779
DL
69112000-10-24 Dave Love <fx@gnu.org>
6912
6913 * log-edit.el (log-edit): Add :version and a :group for vc.
6914
df0267b8
GM
69152000-10-24 Gerd Moellmann <gerd@gnu.org>
6916
9acc3873
GM
6917 * files.el (after-find-file): Don't print a message ``New file''
6918 if WARN is nil.
6919
83c9cb8e
SM
6920 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6921 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6922 get duplicate tool-bar entries because we'll see the global ones
6923 on more than one path through keymaps.
6924
1946f901
GM
6925 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6926
df0267b8
GM
6927 * progmodes/cmacexp.el: Change Francesco's email address.
6928
ae3b264b
KH
69292000-10-24 Kenichi Handa <handa@etl.go.jp>
6930
6931 * window.el (fit-window-to-buffer): Adjust point of the window
6932 buffer, not that of the current buffer.
6933
23afac01
EZ
69342000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6935
6936 * progmodes/cmacexp.el: Update the euthor's email address.
6937
22d1a4ed
MB
69382000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6939
6940 * faces.el (face-spec-set-match-display): Add `graphic' display
6941 type (the inverse of `tty'). Use `display-graphic-p' instead of
6942 the window-system variable.
6943
f408aa48
KH
69442000-10-24 Kenichi Handa <handa@etl.go.jp>
6945
83c9cb8e
SM
6946 * international/isearch-x.el (isearch-with-input-method):
6947 Call input-method-function with the first event in
f408aa48
KH
6948 unread-command-events.
6949
94fe8a31
MB
69502000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6951
83c9cb8e 6952 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6953
8f47302e
AC
69542000-10-24 Andrew Choi <akochoi@i-cable.com>
6955
6956 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6957 New charsets.
6958
6959 * term/mac-win.el: Remove definitions of mac-roman-lower and
6960 mac-roman-upper, require dired, and define instead of set
6961 mac-ready-for-drag-n-drop to avoid compilation error.
6962
446c097e
AI
69632000-10-23 Andrew Innes <andrewi@gnu.org>
6964
83c9cb8e
SM
6965 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6966 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6967 expand-file-name after convert-standard-filename to ensure
6968 expected directory separators are used.
6969
379b70e7
EZ
69702000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6971
6972 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6973
85c766e9
DL
69742000-10-23 Dave Love <fx@gnu.org>
6975
b7e03a67
DL
6976 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6977 (tool-bar-add-item): Set foreground and background for XBM icons.
6978
83c9cb8e
SM
6979 * international/latin1-disp.el (latin1-char-displayable-p):
6980 New function (from Handa).
b7e03a67
DL
6981 (latin1-display-check-font): Use it.
6982
0dcf8835 6983 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6984 using :key-sequence, making it much more usable.
6985 Use nconc, not append.
0dcf8835
DL
6986 (imenu--create-keymap-1): Avoid append.
6987
85c766e9 6988 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6989
cb3069bb
MB
69902000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6991
6992 [the following changes fix a bug where `define-minor-mode' didn't
6993 correctly generate :require clauses for defcustoms in compiled files]
6994 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6995 (byte-compile-log-file, byte-compile-log-1): Don't set
6996 `byte-compile-current-file' to nil. Instead set
6997 `byte-compile-last-logged-file' to it. Test whether
6998 byte-compile-current-file equals byte-compile-last-logged-file
6999 instead of whether its nil.
3b6542ba 7000 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7001
6db6243b
SM
70022000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7003
7004 * textmodes/refill.el: Fix var names in doc.
7005 (refill-mode): Don't bother with make-local-hook anymore.
7006
98490598
MB
70072000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7008
e01cd227
MB
7009 * faces.el (face-user-default-spec, face-default-spec): New functions.
7010 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7011 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7012 Use `face-user-default-spec'. Simplify code slightly.
7013
4836835a 7014 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7015 (woman-unknown-face): Add dark-background variants.
7016 (woman-default-faces): Renamed from `woman-colour-faces'.
7017 Set using the stored defaults, rather than using hard-wired colors.
7018 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7019 Just make the foreground `unspecified' rather than "black".
7020 (woman-menu): Rename menu entries accordingly.
7021
98490598
MB
7022 * faces.el (header-line): Make more reasonable on mono/grayscale
7023 displays.
7024
1a578e9b
AC
70252000-10-23 Andrew Choi <akochoi@i-cable.com>
7026
7027 * cus-edit.el (custom-button-face): Use 3D look for mac.
7028 (custom-button-pressed-face): Likewise.
7029
7030 * faces.el (set-face-attributes-from-resources): Handle mac frames
7031 in the same way as x and w32 frames.
7032 (face-valid-attribute-values): Likewise.
7033 (read-face-attribute): Likewise.
7034 (defined-colors): Likewise.
7035 (color-defined-p): Likewise.
7036 (color-values): Likewise.
7037 (display-grayscale-p): Likewise.
7038 (face-set-after-frame-default): Likewise.
7039 (mode-line): Same default face as for x and w32.
7040 (tool-bar): Likewise.
7041
7042 * frame.el: Remove call to frame-notice-user-settings at end of
7043 the file.
7044
83c9cb8e 7045 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7046 as for x, pc, and w32 frame types.
7047
7048 * term/mac-win.el: New file.
7049
aaaf7be7
DL
70502000-10-22 Dave Love <fx@gnu.org>
7051
7052 * textmodes/refill.el: New file.
7053
5392d654
AS
70542000-10-22 Andre Spiegel <spiegel@gnu.org>
7055
4836835a 7056 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7057 MANUAL and REGEXP.
4836835a 7058 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7059 New functions.
7060 (vc-before-save): Use the latter.
7061 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7062 confusion.
7063
4836835a 7064 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7065 expected by vc[-hooks].el.
7066
7067 * vc.el (vc-checkout): Added `-p' suffix in call to
7068 vc-make-version-backups-p; use vc-make-version-backup to actually
7069 make the backup.
7070 (vc-version-other-window, vc-version-backup-file): Handle both
7071 automatic and manual backups.
7072 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7073 of all of them.
7074
1e221c16
MB
70752000-10-22 Miles Bader <miles@gnu.org>
7076
7ff4fda5
MB
7077 * comint.el (comint-highlight-input, comint-highlight-prompt):
7078 Renamed, `-face' at end removed.
7079 (comint-send-input, comint-output-filter): Use renamed faces.
7080
3511cde8
MB
7081 * window.el (fit-window-to-buffer): Change defaulting of
7082 MAX-HEIGHT slightly.
7083
1e221c16
MB
7084 * faces.el (color-values, color-defined-p): Use `member', not
7085 `memq', because it works correctly for strings.
7086 (frame-set-background-mode): Actually, "unspecified-fg" and
7087 "unspecified-bg" *are* strings. Use `member', not `memq', and
7088 `equal', not `eq', when a string value is possible.
7089
b6ef4898
EZ
70902000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7091
7092 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7093
34939e2c
SM
70942000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7095
7096 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7097 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7098 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7099 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7100 (sh-font-lock-syntactic-keywords): Use them.
7101 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7102 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7103 (sh-mode): Don't override font-lock-unfontify-region-function.
7104 Use a copy of sh-font-lock-syntactic-keywords.
7105 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7106 Don't call sh-scan-buffer since font-lock does it on the fly.
7107 (sh-get-indent-info): Use `face' rather than `syntax-table'
7108 text-property to detect here-documents.
7109 Replace sh-special-syntax with sh-st-punc.
7110 (sh-prev-line): Use `face' rather than `syntax-table'
7111 text-property to skip over here-documents.
7112 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7113 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7114 (sh-electric-less, sh-set-here-doc-region)
4836835a 7115 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7116 (sh-scan-buffer, sh-rescan-buffer): Remove.
7117
f3d3c491
AI
71182000-10-21 Andrew Innes <andrewi@gnu.org>
7119
7120 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7121 remote (ange-ftp) file names.
7122
b86c791c
MB
71232000-10-21 Miles Bader <miles@gnu.org>
7124
d9c30bdf
MB
7125 * window.el (fit-window-to-buffer): New function.
7126 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7127 (window-text-height): Don't expect minibuffers to have mode-lines.
7128
d9c30bdf 7129 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7130 * international/quail.el (quail-update-guidance):
7131 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7132
617fee5a
MB
7133 * international/quail.el (quail-show-guidance-buf): Make sure
7134 guidance window really has enough room.
7135 (quail-update-guidance): If quail-guidance-win is already shown,
7136 make sure its height is OK.
7137
b86c791c
MB
7138 * window.el (window-text-height, set-window-text-height):
7139 New functions.
7140 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7141 instead of `window-height' & `mode-line-window-height-fudge'.
7142 (mode-line-window-height-fudge): Add FACE parameter.
7143 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7144 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7145
e34850d1
MB
71462000-10-20 Miles Bader <miles@gnu.org>
7147
7148 * window.el (height-affecting-face-attributes): Use `defconst'.
7149
7150 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7151 New function, conditionally aliased to `mode-line-window-height-fudge'.
7152 (ispell-help): Use it.
7153 (ispell-choices-win-default-height): Don't include mode-line fudge.
7154 (ispell-choices-win-default-height): New function.
7155 (ispell-show-choices, ispell-command-loop): Use function
7156 `ispell-choices-win-default-height' instead of variable.
7157
a8b883c2
MB
71582000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7159
8c6e4a58
MB
7160 * window.el (mode-line-window-height-fudge): New variable.
7161 (height-affecting-face-attributes): New variable.
7162 (mode-line-window-height-fudge): New function.
7163 (shrink-window-if-larger-than-buffer): Use it.
7164 * help.el (resize-temp-buffer-window): Likewise.
7165
a8b883c2
MB
7166 * info.el (Info-fontify-node): Add support for @subsubsection
7167 titles, which use `Info-title-4-face'.
7168 (Info-title-4-face): New face.
7169 (Info-title-3-face): Inherit from Info-title-4-face instead of
7170 variable-pitch.
7171
e64c3a75
JR
71722000-10-19 Jason Rumney <jasonr@gnu.org>
7173
7174 * dired.el (dired-insert-directory): Do not let errors signalled by
7175 attempt to run dired-free-space-program prevent dired from working.
7176
c70fe852
SM
71772000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7178
7179 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7180
877cf6b4
GM
71812000-10-19 Gerd Moellmann <gerd@gnu.org>
7182
5de037e0
GM
7183 * dirtrack.el (dirtrack): Fix call to run-hooks.
7184
6deb9af9
GM
7185 * cmuscheme.el (cmuscheme-program-name): Renamed from
7186 scheme-program-name because xscheme.el contains a defcustom with
7187 the same name. As a consequence, customizing group `cmuscheme'
7188 loaded `xscheme' which redefined run-scheme.
7189 (run-scheme): Use cmuscheme-program-name.
7190
83c9cb8e 7191 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7192
e597d8fb 7193 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7194 anonymous address, and add a website for Befrienders International.
4836835a 7195
3e9cb08f
GM
71962000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7197
c70fe852
SM
7198 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7199 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7200 (ps-print-version): New version number (6.2).
7201 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7202 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7203 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7204 (ps-x-extent-priority, ps-x-extent-start-position)
7205 (ps-x-face-font-instance, ps-x-find-coding-system)
7206 (ps-x-font-instance-properties, ps-x-make-color-instance)
7207 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7208 avoid compilation gripes without defining functions.
7209 (ps-e-find-composition): Alias for function find-composition, to have a
7210 suitable function depending on Emacs version.
7211 (ps-color-device, ps-color-values, ps-face-foreground-name)
7212 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7213 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7214 (ps-print-ensure-fontified): Function definitions surrounded by
7215 `eval-and-compile' to avoid compilation gripes.
7216 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7217 by symbol-value to avoid compilation gripes.
7218 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7219 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7220
d8abcd91
MB
72212000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7222
13ab33c4
MB
7223 * startup.el (normal-top-level): Call `frame-set-background-mode'
7224 after `frame-notice-user-settings' because the latter doesn't call
7225 the former on a tty.
7226
d8abcd91
MB
7227 * faces.el (frame-set-background-mode): `unspecified' &c are
7228 symbols, not strings.
7229
e8bce0a9
EZ
72302000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7231
c70fe852
SM
7232 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7233 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7234
c70fe852
SM
7235 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7236 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7237
773272d8
KH
72382000-10-19 Kenichi Handa <handa@etl.go.jp>
7239
c70fe852 7240 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7241 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7242 for ISO10646-1 fonts.
7243 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7244
772139c0
EZ
72452000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7246
7247 * faces.el (frame-set-background-mode): If a tty frame defines a
7248 background color, use that to compute the background mode, instead
7249 of always defaulting to "dark".
7250
d134a19f
MB
72512000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7252
8bb84cb2
MB
7253 * comint.el (comint-write-output): New function.
7254 (comint-mode-map): Add it to the menu.
e40a778f 7255 Bind `C-c C-s' to comint-write-output.
d134a19f 7256
dada41e1
GM
72572000-10-18 Gerd Moellmann <gerd@gnu.org>
7258
7259 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7260 Use fancy-splash-delay.
7261
9b5360aa
GM
72622000-10-18 Alex Schroeder <alex@gnu.org>
7263
7264 * progmodes/sql.el (sql-sybase-options): New option.
7265 (sql-sybase): Use it. Add sql-database to the list of parameters
7266 provided for login. The options -w 2048 -n are not used any more.
7267
9035a35a
GM
7268 * comint.el (comint-read-input-ring): Bugfix such that the first
7269 and the last entry of the input ring file are not lost.
7270
3556c6dd
GM
72712000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7272
7273 * ps-print.el: Internal variable changes to defcustom,
7274 make-local-hook changes to defvar. Doc fix.
7275 (ps-print-version): New version number (6.1).
7276 (ps-setup, ps-do-despool): Code fix.
7277 (ps-printer-name): Customization fix.
7278 (ps-printer-name-option): Now is a defcustom instead of an
7279 internal variable.
7280 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7281 (ps-print-begin-column-hook): Now are defvar instead of
7282 make-local-hook.
4836835a 7283
4e217e50
MB
72842000-10-18 Miles Bader <miles@gnu.org>
7285
7286 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7287 (comint-kill-output): Changed into an alias for `comint-delete-output',
7288 and made obsolete.
7289 (comint-mode-map): Rename references to comint-kill-output.
7290
34460354
EZ
72912000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7292
7293 * diff-mode.el (diff-header-face, diff-file-header-face)
7294 (diff-changed-face): Add bold and italic attributes to tty faces.
7295 (diff-function-face): New face.
7296 (diff-font-lock-keywords): Use it.
7297
17ea3cdb
MB
72982000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7299
7300 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7301 Remove commented-out call to force-mode-line-update.
7302 (comint-kill-output): Use `forward-line 0' instead of
7303 beginning-of-line to make sure we get past the prompt.
7304
9244f2c7
SM
73052000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7306
7307 * diff-mode.el (diff-header-face, diff-file-header-face):
7308 Add specific setting for dark background.
7309 (diff-context-face): Renamed from diff-comment-face.
7310 Set explicitly rather than inheriting from font-lock-comment-face.
7311
1592c1ef
EZ
73122000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7313
7314 * startup.el (command-line): Move the code which sets the default
7315 TTY colors to before before-init-hook.
7316
f86292a9
GM
73172000-10-17 Gerd Moellmann <gerd@gnu.org>
7318
7319 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7320
f7f2e883
EZ
73212000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7322
e854cc22
EZ
7323 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7324 extensions, for MS-DOS.
7325
f7f2e883
EZ
7326 * diff-mode.el (diff-header-face, diff-file-header-face)
7327 (diff-changed-face): Define tty-specific colors.
7328
c7b4f0f9
GM
73292000-10-17 Gerd Moellmann <gerd@gnu.org>
7330
7331 * startup.el (fancy-splash-text): Realign the text.
7332
12a72271
EZ
73332000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7334
7335 * font-lock.el (font-lock-comment-face): Define a separate default
7336 for dark-background tty's.
7337
61dfccfd
MB
73382000-10-17 Miles Bader <miles@gnu.org>
7339
7340 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7341 being obscured by whizzy mode-lines on graphics displays.
7342
333cd59e
EZ
73432000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7344
7345 * info.el (Info-title-1-face, Info-title-2-face)
7346 (Info-title-3-face): Define colors for tty's.
dada41e1 7347 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7348
dbf1fcc1
EZ
73492000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7350
7351 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7352 reverse from the frame parameters, and don't invert foreground and
7353 background colors.
7354
ac629823
MB
73552000-10-16 Miles Bader <miles@gnu.org>
7356
7357 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7358 string "*Info*". Call propertized-buffer-identification to spruce
7359 up the result.
7360
76eebffc
GM
73612000-10-16 Gerd Moellmann <gerd@gnu.org>
7362
3a6b59d9
GM
7363 * help.el: Provide `help' for the sake of define-minor-mode
7364 which generates defcustoms with requires.
7365
6569c3d3
GM
7366 * jit-lock.el (jit-lock-after-change): If we're in text that
7367 matches a multi-line font-lock pattern, make sure the whole text
7368 will be redisplayed.
7369
c2e0a611
GM
7370 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7371 author's name is unknown.
7372
76eebffc
GM
7373 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7374 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7375 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7376 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7377 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7378 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7379 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7380 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7381 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7382 Add author information.
7383
cf1e7b12
MB
73842000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7385
7386 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7387 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7388 full-color version (using the Gimp) to eliminate dithering artifacts.
7389
5586f3eb
SM
73902000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7391
7392 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7393
7394 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7395
ad64a888
DL
73962000-10-15 Dave Love <fx@gnu.org>
7397
83c9cb8e 7398 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7399
7400 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7401
7402 * whitespace.el: Doc fixes.
7403 (top-level): Don't add hooks here.
7404 (whitespace-running-emacs): Deleted.
7405 (timer): Don't require.
7406 (whitespace): Add back :version conditional on xemacs test.
7407 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7408 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7409 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7410 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7411 Avoid specific xemacs test.
7412 (whitespace-global-mode): New option.
7413 (whitespace-global-mode): New command.
7414 (whitespace-unload-hook): New function.
7415
7416 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7417 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7418 (Info-fontify-node): `Goto' goes to `Go to'.
7419 (Info-fontify-node): Add help-echo to xref links.
7420
1ef49fc6
EZ
74212000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7422
7423 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7424
8b7707e1
SM
74252000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7426
b3b7f42f
SM
7427 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7428 Use plist-get and allow :inherit.
7429
7430 * emacs-lisp/cl-macs.el (cl-do-arglist):
7431 Use plist-get and plist-member instead of memq.
7432
3c7fafc7
SM
7433 * emacs-lisp/ewoc.el (ewoc-location): New function.
7434 (ewoc-enter-after, ewoc-enter-before): Document return value.
7435 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7436 Don't need make-local-hook any more.
7437 (cvs-addto-collection): Return the new tin.
7438 (cvs-mode-insert): Jump to the new line.
7439
8b7707e1
SM
7440 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7441
7442 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7443
7444 * font-lock.el (font-lock-syntactically-fontified): New var.
7445 (font-lock-fontify-syntactic-keywords-region): Use it.
7446 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7447
7448 * diff-mode.el (diff-find-file-name): Fix regexp.
7449
7450 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7451 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7452
7453 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7454 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7455 (sh-mode): Don't make all vars local here.
7456 (sh-kw): Reformat.
7457 (sh-set-shell): Use dolist. Don't set indent-region-function.
7458 (sh-mode-syntax-table): Use pop.
7459 (sh-remember-variable): Use push.
7460 (sh-help-string-for-variable): Use memq.
7461 (sh-safe-backward-sexp): Remove.
7462 (sh-safe-forward-sexp): Add ARG.
7463 (sh-get-indent-info, sh-prev-stmt): Use it.
7464 (sh-prev-line): Simplify by using forward-comment.
7465 (sh-this-is-a-continuation): Simplify.
7466 (sh-learn-buffer-indent): Use dolist.
7467 (sh-do-nothing): Remove.
7468 (sh-set-char-syntax, sh-set-here-doc-region):
7469 Use inhibit-modification-hooks.
7470 (sh-name-style): Use mapcar and push.
7471 (sh-load-style): Use dolist.
7472 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7473 (sh-case, sh-while-getopts): Use propertize directly rather
7474 than sh-electric-rparen.
7475
74762000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7477
7478 * textmodes/tex-mode.el: Require CL when compiling.
7479 (tex-mode-syntax-table): Init immediately.
7480 (tex-mode-map): Bind M-RET to latex-insert-item.
7481 (latex-mode): Set indent-line-function to latex-indent.
7482 (tex-common-initialization): Don't setup the syntax-table any more.
7483 (latex-insert-item): New skeleton.
7484 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7485 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7486 (latex-indent, latex-find-indent): New functions.
4836835a 7487 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7488 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7489 (tex-compilation-parse-errors): Use with-syntax-table.
7490
86b7fcbb
MB
74912000-10-15 Miles Bader <miles@gnu.org>
7492
7493 * font-lock.el (font-lock-comment-face): Change dark-background,
7494 color, non-tty, default to `chocolate1'.
7495
57a24508
JW
74962000-10-13 John Wiegley <johnw@gnu.org>
7497
7498 * eshell/esh-util.el (require): Added a missing `require' form,
7499 needed when compiling (for an ange-ftp macro definition).
7500
40ad3db4
DL
75012000-10-13 Dave Love <fx@gnu.org>
7502
7503 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7504
db460189
GM
75052000-10-13 Gerd Moellmann <gerd@gnu.org>
7506
83c9cb8e 7507 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7508
4836835a 7509 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7510 transparent -colors 8).
7511
3b5e21df
GM
75122000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7513
7514 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7515 that breaks with old list format timestamps.
7516 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7517 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7518
16908a3f
JW
75192000-10-13 John Wiegley <johnw@gnu.org>
7520
d7103dda
JW
7521 * align.el, pcomplete.el, calendar/timeclock.el,
7522 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7523
dace60cf 7524 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7525 faulty math, where holiday hours were being computing as seconds.
7526
b6b70cda
JW
75272000-10-13 John Wiegley <johnw@gnu.org>
7528
7529 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7530 specifying what "other" kinds of buffers should be saved.
7531 This used to be hard-coded.
b6b70cda
JW
7532 (desktop-buffer-misc-functions): A global for specifying how
7533 auxiliary data should be determined for special buffer types.
7534 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7535 instead of hard-coding the special buffer types.
7536 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7537 auxiliary data, instead of hard-coding for Info buffers and dired.
7538 (desktop-buffer-info-misc-data): Aux function for determining Info
7539 buffer auxiliary info.
7540 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7541 (desktop-buffer-info): Changed this function to use the info
7542 gathered above.
7543 (desktop-create-buffer): Be a little more careful about what
7544 `minor-mode' means before calling it. This is important for some
7545 buffer types.
7546
8c6b1d83
JW
75472000-10-13 John Wiegley <johnw@gnu.org>
7548
7549 * eshell/esh-util.el: Added a global form which declares an
7550 autoload for `parse-time-string', if that function is not already
7551 defined, and if parse-time.el is available on the user's system.
7552
7553 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7554 to be aware of ange-ftp user info.
83c9cb8e 7555 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7556 (eshell-ls-annotate): Use `eshell-file-attributes'.
7557 (eshell-ls-file): Made the user-id printing code a bit smarter.
7558
7559 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7560 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7561 It's manual, but there's no other way to know when the current user
7562 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7563 (fboundp): Bind `ange-cache'.
7564 (eshell-directory-files-and-attributes): Re-organized the logic a
7565 bit to use `eshell-file-attributes' instead of `file-attributes'.
7566 The former is more sensitive to directories that are read via FTP,
7567 and knows how to use ange-ftp to determine full attribute
7568 information, instead of just the name and last modtime.
7569 (eshell-current-ange-uids): Return the current user id when in a
7570 remote directory.
7571 (eshell-parse-ange-ls): Parse a full directory listing that has
7572 been returned by ange-ftp.
7573 (eshell-file-attributes): This beefed up version of
7574 `file-attributes' is only special if the user is currently in a
7575 remote directory, in which case it does a lot of work to find out
7576 what the real attributes of a file are, as they appear on the
7577 remote machine. This makes usage of remote directories (i.e.,
7578 ange-ftp pathnames) much more useful. You can now use Eshell as a
7579 full-fledged FTP client, with much more manipulation ability than
7580 most other clients.
7581
7582 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7583 variable, which means that Eshell's du should always be preferred
7584 in remote directories.
7585 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7586 just `file-attributes'.
7587 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7588 when reading remote directories. This is an Eshell-specific
7589 variable (not part of ange-ftp).
7590 (eshell/ln): Bind `ange-cache'.
7591 (eshell/du): Added some extra logic for determining when to use
7592 Eshell's du (which is slow), and when to use the external version
7593 (which may or may not exist).
7594
83c9cb8e
SM
7595 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7596 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7597 `get-buffer-process', since backgrounded processes don't count in
7598 the context of this function's logic.
7599
7600 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7601 `forward-char', so that null strings are parsed correctly.
7602
87730e84 76032000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7604
83c9cb8e
SM
7605 * eshell/em-pred.el (eshell-pred-file-type)
7606 (eshell-pred-file-links, eshell-pred-file-size):
7607 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7608
7609 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7610 that remote file globbing is more efficient.
7611
7612 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7613 gathering the files and attributes within a directory.
7614
7615 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7616 the command line is a special file (not a regular file, directory
7617 or symlink), always attempt to call the external version of cat.
7618
87730e84 76192000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7620
7621 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7622 Eshell-friendly version of find-tag.
7623
1c7e37a9
MB
76242000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7625
4836835a 7626 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7627 (image-file-name-regexps): Add autoload cookies.
7628
11a7f341
KH
76292000-10-13 Kenichi Handa <handa@etl.go.jp>
7630
7631 * international/mule-cmds.el (select-safe-coding-system): If FROM
7632 is string, show it in *Warning* buffer.
7633
8ddddcb0
EZ
76342000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7635
7636 * startup.el (normal-top-level): Use display-popup-menus-p instead
7637 of window-system.
7638 (command-line): Use display-graphic-p instead of window-system.
7639 (command-line-1): Use display-popup-menus-p and display-mouse-p
7640 instead of window-system.
7641
72200f89
SS
76422000-10-12 Sam Steingold <sds@gnu.org>
7643
7644 * tooltip.el (tooltip-use-echo-area): New user variable.
7645 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7646
8661c643
DL
76472000-10-12 Dave Love <fx@gnu.org>
7648
d0b40dc1
DL
7649 * recentf.el: Maintainer's checkdoc fixes.
7650
83c9cb8e
SM
7651 * startup.el (normal-top-level-add-subdirs-to-load-path):
7652 Use character class, not ASCII when matching file names.
a622451f
DL
7653 (fancy-splash-head): Add trailing slash to URL.
7654 (command-line): Don't require XPM support for toolbar.
7655
8661c643
DL
7656 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7657 (cperl-invalid-face): Revert last change.
7658 (cperl-init-faces): Quote cperl-invalid-face.
7659
ef2ed8ab
KH
76602000-10-12 Kenichi Handa <handa@etl.go.jp>
7661
7662 * startup.el (fancy-splash-text): Remove superfluous quote.
7663
b0da379e
GM
76642000-10-12 Gerd Moellmann <gerd@gnu.org>
7665
dbeb499b
GM
7666 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7667 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7668 (command-line-1): Don't use fancy-splash-pending-command.
7669 (fancy-splash-screens-1): Goto point-min after inserting text.
7670
d861718a
GM
7671 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7672
b0da379e
GM
7673 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7674 instead of shared-lisp-mode-map.
7675
4fb2ad98
MB
76762000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7677
1cb4393e
MB
7678 * faces.el (header-line): Change tty-variant to use underlining.
7679
4fb2ad98
MB
7680 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7681 (isearch-highlight): Restore lazy-isearch face properties at old
7682 position, and suppress them at new position.
7683 (isearch-dehighlight): Restore lazy-isearch face properties.
7684 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7685 over the real isearch overlay, but in that case, don't give it a
7686 face property. Use `push'.
7687
eb991b25
KH
76882000-10-12 Kenichi Handa <handa@etl.go.jp>
7689
7690 * man.el (Man-getpage-in-background): Fix previous change.
7691 Decode the process output only when we are in multibyte mode.
7692
a818c1c0
DL
76932000-10-11 Dave Love <fx@gnu.org>
7694
c990f53a
DL
7695 * info.el (Info-mode-menu): Fix some help.
7696 (info-tool-bar-map): Add entry for Info-last.
7697
a818c1c0
DL
7698 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7699 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7700 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7701 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7702 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7703 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7704 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7705 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7706 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7707 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7708 Reduce colour requirements to 25 overall. (Probably wants
7709 revisiting from the originals to reduce further.)
7710
c1b096cb
EZ
77112000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7712
7713 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7714 buffer-file-coding-system, instead of raw-text.
7715 (dehexlify-buffer): Bind coding-system-for-read to
7716 buffer-file-coding-system, instead of raw-text.
7717
5c8b7eaf
SS
77182000-10-11 Sam Steingold <sds@gnu.org>
7719
83c9cb8e 7720 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7721 `underline' - fixes the bug introduced on 2000-09-21.
7722
2cfbdb7a
DL
77232000-10-11 Dave Love <fx@gnu.org>
7724
83c9cb8e
SM
7725 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7726 Avoid compiler warnings.
2cfbdb7a
DL
7727 (scheme-mode): Doc fix.
7728 (scheme-font-lock-keywords-1): Match `define-syntax'.
7729
77302000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7731
7732 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7733 face specs as well as default ones. Only do anything if the
7734 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7735 (region): Make dark-background `region' face less in-your-face.
4b33f290 7736
690ec649
SS
77372000-10-10 Sam Steingold <sds@gnu.org>
7738
7739 * chistory.el, ielm.el, ledit.el:
7740 * progmodes/inf-lisp.el, progmodes/scheme.el:
7741 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7742
3b95d6bb
SM
77432000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7744
7745 * textmodes/texinfo.el: Update copyright and fix typo.
7746
7747 * desktop.el (desktop-modes-not-to-save): New var.
7748 (desktop-save-buffer-p): Use it.
a30eb617
DL
7749 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7750 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7751
77522000-10-10 Dave Love <fx@gnu.org>
7753
7754 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7755 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7756
7757 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7758 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7759 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7760 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7761 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7762 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7763 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7764 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7765 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7766 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7767 the .xpms; probably need retouching.
7768
77692000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7770
7771 * subr.el (add-to-list): Add optional argument APPEND.
7772 * battery.el (display-battery): Use `add-to-list'.
7773
77742000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7775
83c9cb8e
SM
7776 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7777 properties.
a30eb617
DL
7778 (zone, zone-when-idle, zone-leave-me-alone)
7779 (zone-pgm-whack-chars): Use new symbol properties.
7780
7781 * battery.el (display-battery): Doc spelling fix.
7782
7783 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7784 property.
7785
77862000-10-09 Dave Love <fx@gnu.org>
7787
7788 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7789 has been initialized before calling tool-bar-setup.
7790 (tool-bar-add-item-from-menu): Add autoload cookie.
7791
77922000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7793
7794 * menu-bar.el (send-mail-item-name): New function.
7795 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7796 of mail-user-agent in the menu. Don't display the "Send Mail"
7797 item if mail-user-agent is nil or its value is ignore.
7798 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7799 if read-mail-command is nil or its value is ignore.
7800
7801 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7802
78032000-10-09 Miles Bader <miles@gnu.org>
7804
7805 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7806 Correct image size.
7807 * toolbar/left_arrow.xpm: Correct image size.
7808
7809 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7810 will be done by the definition of `auto-compression-mode' if
7811 necessary. Move code to uninstall existing file-name handler
7812 before definition of `auto-compression-mode'.
7813
7814 * image-file.el (auto-image-file-mode): Move to the end of the
7815 file, because `define-minor-mode' actually calls the mode-function
7816 if the associated variable is non-nil, which requires that all
7817 needed functions be already defined.
7818
7819 * mouse.el (popup-menu): Balance parens.
7820
78212000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7822
7823 * mouse.el (popup-menu): Move the command call outside the loop
7824 so that popup-menu returns whatever the command returns.
7825
7826 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7827 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7828 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7829 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7830
7831 * vc.el (vc-version-diff): diff-switches can be a list.
7832 Use relative filenames for prettier output.
7833
7834 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7835 (vc-post-command-functions): Remove old-VC compatibility code.
7836
7837 * newcomment.el (comment-indent-default): Autoload.
7838
7839 * font-lock.el (font-lock-defaults): Make buffer-local.
7840 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7841 (font-lock-choose-keywords):
7842 Ignore LEVEL unless KEYWORDS is a list of syms.
7843 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7844 Don't wrap regexp-opt things in \(...\) unnecessarily.
7845
7846 * jit-lock.el: Don't require font-lock any more.
7847 (jit-lock-functions): Make buffer-local.
7848 (jit-lock-saved-fontify-buffer-function): Remove.
7849 (jit-lock-mode): Remove autoload cookie.
7850 Remove font-lock specific code.
7851 (jit-lock-unregister): Don't bother handling complex hooks any more.
7852 (jit-lock-refontify): New function.
7853 (jit-lock-fontify-buffer): Use it.
7854 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7855 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7856 Add optional args START and END.
7857 Never call font-lock-fontify-region directly.
7858 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7859
7860 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7861
78622000-10-08 Dave Love <fx@gnu.org>
7863
7864 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7865
7866 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7867
7868 * play/studly.el (studlify-region, studlify-word): Add autoload
7869 cookie.
7870
7871 * play/morse.el (morse-region, unmorse-region): Add autoload
7872 cookie.
7873
7874 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7875 concat.
7876
7877 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7878 insist on symbols starting with word syntax.
7879 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7880 (eval-defun-1): Doc fix.
7881 (indent-sexp): Use nconc to build up indent-stack.
7882
7883 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7884 Gnus with little use.
7885 (mail-setup-hook): Add mail-abbrevs-setup to options.
7886
7887 * recentf.el: Doc fixes.
7888
7889 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7890 Clean up remainder.
7891
7892 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7893 without timezone and (8) with timezone to enforce some whitespace.
7894 Simplify code somewhat.
7895
7896 * options.el (list-options): Doc that you should use customize.
7897
7898 * iswitchb.el (iswitchb-mode): Add :require.
7899
7900 * info.el (Info-goto-node, Info-menu): Doc fix.
7901 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7902 (info-tool-bar-map): New variable.
7903 (Info-mode): Use it.
7904 (Info-edit-map): Define all in defvar.
7905 (speedbar-attached-frame): Avoid compiler warning.
7906
7907 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7908 (global-map): Bind [tool-bar] to a filtered map.
7909 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7910 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7911 Allow PBM icons.
7912 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7913
7914 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7915 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7916 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7917 icons, except up_arrow, which is left-arrow rotated.
7918
7919 * imenu.el (imenu-add-to-menubar): Fix last change.
7920
79212000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7922
7923 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7924 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7925
79262000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7927
7928 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7929 typos in doc strings.
7930
7931 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7932 the doc strings how to customize Font Lock faces.
7933
7934 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7935 computing growth when dragging the header line.
7936
79372000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7938
7939 * simple.el (kill-line): Doc fix.
7940
79412000-10-08 Miles Bader <miles@gnu.org>
7942
7943 * faces.el (secondary-selection): Make foreground visible on tty.
7944
7945 * jka-compr.el (auto-compression-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 (with-auto-compression-mode): Add autoload cookie.
7950
79512000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7952
7953 * files.el (find-backup-file-name) [ms-dos]: If support for long
7954 file names is not available, behave as if version-control were set
7955 to never.
7956
79572000-10-07 Dave Love <fx@gnu.org>
7958
7959 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7960 (browse-url-gnome-moz): New function.
7961 (browse-url-browser-function): Use it.
7962 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7963
79642000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7965
7966 * indent.el (tab-always-indent): New var.
7967 (indent-for-tab-command): Use it.
7968
7969 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7970 raise an error. This way it can still default to a sane value.
7971
79722000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7973
7974 * startup.el (fancy-splash-screens): Use local rather than global map.
7975 Don't use `update-menu-bindings' any more.
7976 Get rid of assumptions about keymap representation.
7977
79782000-10-06 Dave Love <fx@gnu.org>
7979
7980 * textmodes/fill.el (sentence-end-double-space)
7981 (sentence-end-without-period): Doc fix.
7982 (adaptive-fill-regexp): Purecopy.
7983 (unjustify-current-line): Use line-end-position.
7984 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7985
7986 * net/eudc-vars.el (eudc): Add :version, :link.
7987
7988 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7989
7990 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7991 Fix for define-minor-mode.
7992 (function-at-point): Alias to function-called-at-point.
7993
7994 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7995
7996 * simple.el (backward-word): Doc fix.
7997
7998 * image-file.el (image-file-name-regexp): image-file-regexps ->
7999 image-file-name-regexps.
8000 (image-file-name-extensions): Add pbm.
8001
80022000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8003
8004 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8005 and add filename to the names so that diff-mode can jump to source.
8006
8007 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8008 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8009 (tex-font-lock-keywords-1): Remove.
8010 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8011 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8012 (font-lock-default-fontify-region):
8013 Expand beg..end correctly when just following a multiline region.
8014 (font-lock-fontify-anchored-keywords):
8015 Include the anchor text as part of the multiline.
8016
80172000-10-06 Gerd Moellmann <gerd@gnu.org>
8018
8019 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8020 latter needs the autoloaded define-minor-mode macro during the
8021 bootstrap.
8022
8023 * startup.el (command-line): For now, activate tool-bar-mode only
8024 if XPM images are supported.
8025
8026 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8027 window by dragging a header-line at the top of the frame; that's
8028 confusing because the header-line doesn't move.
8029 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8030 of treating the event as a list. Some cleanup.
8031
80322000-10-06 Miles Bader <miles@gnu.org>
8033
8034 * simple.el (display-message-or-buffer): New function.
8035 (shell-command-on-region): Use `display-message-or-buffer'.
8036
8037 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8038 docstring parts.
8039
8040 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8041 (smbclient-prompt-regexp): Add usage note to doc string.
8042 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8043 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8044 Use add-hook for adding the comint filter function, and only do so
8045 if it's not already in the global hook list.
8046 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8047 to `make-local-variable'.
8048 (nslookup-font-lock-keywords): Remove prompt entry.
8049 (nslookup): Don't set the process-filter.
8050 (finger): Exit the loop correctly when the regexps list runs out.
8051 (ftp, smbclient, smbclient-list-shares):
8052 Set the real major mode immediately, not after execing.
8053 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8054
8055 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8056
80572000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8058
8059 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8060
8061 * which-func.el (which-func-format): Remove spurious space.
8062 (which-func-mode): Don't make it permanent-local.
8063 (which-func-ff-hook): Allow which-func-maxout to be nil.
8064 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8065 (which-func-mode): Simplify.
8066 Use post-command-idle-hook rather than post-command-hook.
8067 Go through all buffers and update their state.
8068 (which-function): Also try add-log-current-defun-function.
8069
8070 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8071 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8072 Update call to with-vc-properties accordingly.
8073 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8074 (vc-revert-buffer): More careful about window selection and deletion.
8075 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8076
8077 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8078 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8079 (cvs-dired-action): Change the default to quickdir.
8080
8081 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8082 if comment-indent-function returns nil.
8083 (comment-indent-default): New function.
8084 (comment-indent-function): Use it and document the new semantics.
8085
8086 * image-file.el: Docstring fixes.
8087
8088 * help.el (help-xref-on-pp): Use match-string.
8089 (describe-variable): New arg BUFFER.
8090 Store the current buffer in the help-xref-stack.
8091 (temp-buffer-resize-mode): Use define-minor-mode.
8092
8093 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8094 consistently with its docstring.
8095 Set jit-lock-first-unfontify-pos in an idempotent way.
8096 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8097
80982000-10-05 Alex Schroeder <alex@gnu.org>
8099
8100 * sql.el (sql-mysql-options): New variable.
8101 (sql-mysql): Use it.
8102
81032000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8104
8105 * image.el (image): New group.
8106
8107 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8108 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8109
81102000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8111
8112 * net/net-utils.el (nslookup-font-lock-keywords)
8113 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8114 Ignore the value of wqindow-system; always define keywords
8115
81162000-10-05 Kenichi Handa <handa@etl.go.jp>
8117
8118 * startup.el (fancy-splash-screens): Remove the code for
8119 debugging; `(trace-to-stderr "EXITTT\n")'.
8120
81212000-10-05 Miles Bader <miles@gnu.org>
8122
8123 * diff-mode.el (diff-goto-source): Update call to
8124 `diff-hunk-status-msg' to reflect new REV variable.
8125
81262000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8127
8128 * progmodes/icon.el (icon-mode):
8129 Don't gratuitously override the default for comment-column.
8130
8131 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8132
8133 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8134 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8135 (jit-lock-functions): New var.
8136 (jit-lock-function-1): Use it if non-nil.
8137 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8138 Set the `fontified' property before doing the fontification to avoid
8139 repeatedly going through the same error.
8140 Don't turn errors into messages.
8141 (jit-lock-register, jit-lock-unregister): New functions.
8142
8143 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8144 Use with-current-buffer.
8145
8146 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8147 Turn comment into docstring.
8148
8149 * apropos.el (apropos-mode): Use define-derived-mode.
8150
81512000-10-04 Gerd Moellmann <gerd@gnu.org>
8152
8153 * startup.el (fancy-splash-pending-command): New variable.
8154 (fancy-splash-pre-command): New function.
8155 (fancy-splash-screens): Rewritten.
8156 (command-line-1): If fancy-splash-pending-command is set, call it
8157 interactively.
8158
81592000-10-04 Dave Love <fx@gnu.org>
8160
8161 * toolbar/tool-bar.el (tool-bar-setup): New function.
8162 (tool-bar-mode): Use it.
8163
8164 * subr.el (substitute-key-definition): Doc fix.
8165 (play-sound-file): New command.
8166
81672000-10-04 Andre Spiegel <spiegel@gnu.org>
8168
8169 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8170 vc-version-backup-file-name): New functions.
8171
8172 * files.el (basic-save-buffer): Call vc-before-save before saving.
8173
8174 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8175 vc-cvs-stay-local-p.
8176
8177 * vc.el (vc-revert-buffer): Handle empty diff properly.
8178 (vc-version-backup-file): New function.
8179 (vc-checkout): Create a version backup if necessary.
8180 (vc-checkin): If a version backup file exists, delete it.
8181 (vc-version-diff): Diff locally using version backups, if available.
8182 (vc-revert-file): If there's a version backup, revert locally.
8183 (vc-transfer-file): Use version backup for base version, if
8184 available. If not, ask for confirmation whether to get it from the
8185 server. Update mode line before check-in.
8186
81872000-10-04 Dave Love <fx@gnu.org>
8188
8189 * toolbar/tool-bar.el (tool-bar-setup): New function.
8190 (tool-bar-mode): Use it.
8191
81922000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8193
8194 * net/net-utils.el (nslookup-font-lock-keywords)
8195 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8196 Only set if window-system is non-nil
8197 (net-utils-run-program): Returns buffer.
8198 (network-connection-reconnect): Added this function.
8199
8200 * generic.el:
8201 Incorporates extensive cleanup and docfixes by
8202 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8203 Uses cl compile-time macros.
8204 (generic-mode-name, generic-comment-list)
8205 (generic-keywords-list, generic-font-lock-expressions)
8206 (generic-mode-function-list, generic-mode-syntax-table):
8207 Removed variables.
8208 (generic-mode-alist): Renamed to generic-mode-list.
8209 (generic-find-file-regexp): Default changed to "^#".
8210 (generic-read-type): Uses completing read on generic-mode-list.
8211 (generic-mode-sanity-check): removed this function.
8212 (generic-add-to-auto-mode): Removed this function
8213 (generic-mode-internal): Bind mode-specific definitions
8214 into function instead of putting them in alist.
8215 (generic-mode-set-comments): Reworked extensively.
8216 (generic-mode-find-file-hook): Simplified regexp searching
8217 (generic-make-keywords-list): Omit extra pair of parens
8218
8219 * find-lisp.el (find-lisp-find-files-internal):
8220 Make sure directory name ends with "/".
8221
8222 * generic-x.el (apache-conf-generic-mode):
8223 Regexp now allows leading whitespace.
8224 (rc-generic-mode): Added eval-when-compile
8225 around generic-make-keywords-list.
8226 Deleted duplicate regexp
8227 (rul-generic-mode): Added eval-when-compile
8228 around generic-make-keywords-list.
8229 (etc-fstab-generic-mode): New generic mode.
8230 (rul-generic-mode): Removed one eval-when-compile
8231 which caused a max-specpdl-size exceeded error.
8232
82332000-10-04 Miles Bader <miles@gnu.org>
8234
8235 * simple.el (minibuffer-temporary-goal-position): New variable.
8236 (next-history-element): Try to keep the position of point in the
8237 input string constant.
8238
8239 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8240 (dired-do-create-files): If there's only one file, pass it in as
8241 the DEFAULT arg to dired-mark-read-file-name.
8242
82432000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8244
8245 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8246 (diff-goto-source): Be smarter when choosing REVERSE or not.
8247
8248 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8249 (texinfo-mode-menu): Add an explicit shortcut for update all.
8250
82512000-10-03 Andre Spiegel <spiegel@gnu.org>
8252
8253 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8254 factorize backend-specific code cleanly (this was essentially
8255 conceived by Stefan Monnier).
8256 (vc-unregister): Function removed.
8257 (vc-revert-file): New function.
8258 (vc-revert-buffer): Delegate some of the work to it.
8259
8260 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8261 default branch unconditionally.
8262 (vc-rcs-set-default-branch): New function.
8263 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8264 (vc-rcs-checkin): If an appropriate default branch has been set,
8265 force creation of that branch.
8266 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8267 code (as suggested by Stefan Monnier).
8268
82692000-10-02 Gerd Moellmann <gerd@gnu.org>
8270
8271 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8272 highlighting overlay with a different face over the overlay
8273 isearch uses to highlight the current match because that can lead
8274 to bad face combinations.
8275
8276 * loadup.el (toplevel): Load faces before isearch.
8277
8278 * isearch.el (isearch-faces): New custom group.
8279 (isearch): New defface; was already tested for in the code.
8280 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8281 (isearch-highlight): Always use face `isearch'.
8282
82832000-10-02 Dave Love <fx@gnu.org>
8284
8285 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8286 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8287 comparison of opcode with operand.
8288
82892000-10-03 Miles Bader <miles@gnu.org>
8290
8291 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8292 buffer, since the echo area will now grow to accommodate them.
8293
82942000-10-02 Andre Spiegel <spiegel@gnu.org>
8295
8296 * vc-hooks.el (vc-registered): If FILE used to be registered under
8297 a certain backend, try that one first.
8298
8299 * vc.el (vc-responsible-backend): Undo the previous change in the
8300 argument list. Handle multiple backends correctly.
8301 (vc-find-new-backend): Function removed.
8302 (vc-register): Use vc-responsible-backend, as before.
8303 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8304
83052000-10-02 Gerd Moellmann <gerd@gnu.org>
8306
8307 * startup.el (fancy-splash-head): Change message below the
8308 logo.
8309
83102000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8311
8312 * diff-mode.el (diff-goto-source): Emit a status message.
8313 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8314 (diff-test-hunk): Fix doc string.
8315 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8316 (diff-advance-after-apply-hunk): New variable.
8317 (diff-apply-hunk): Don't return a value.
8318
83192000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8320
8321 * vc.el (vc-editable-p): Minor optimization.
8322 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8323 (vc-find-new-backend): New function split from vc-responsible-backend.
8324 (vc-register): Use it.
8325 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8326 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8327 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8328 (vc-clear-headers): Don't use find-file.
8329 (vc-revert-buffer): Use `and' again (must have been a braino).
8330 (vc-switch-backend): Only prompt if requested.
8331 Short circuit if nothing is to be done.
8332 Don't use vc-resynch-buffer which could lose unsaved editing.
8333 (vc-default-receive-file): Update call to vc-unregister.
8334 (with-vc-file, vc-next-action-on-file):
8335 Use vc-backend rather than vc-registered.
8336 (vc-next-action-on-file): Use intern-soft.
8337 Deal with read-only *vc-diff* buffer.
8338 (vc-transfer-file): Docstring fix.
8339
8340 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8341 (vc-rcs-receive-file): Avoid with-vc-properties.
8342 Update call to vc-unregister.
8343 Use constant `RCS' rather than (dynamically bound) var `backend'.
8344
83452000-10-01 Andre Spiegel <spiegel@gnu.org>
8346
8347 * vc.el (vc-next-action-on-file): Update mode line only if file
8348 is visited.
8349 (vc-start-entry): New argument initial-contents. Don't visit the file
8350 if it isn't already visited. Brought documentation up-to-date.
8351 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8352 (vc-checkin): New optional arg initial-contents, which is passed to
8353 vc-start-entry.
8354 (vc-finish-logentry): Make sure to bury log buffer only if there
8355 really is one. Call `vc-resynch-buffer' on log-file, not
8356 buffer-file-name.
8357 (vc-default-comment-history, vc-default-wash-log): New functions.
8358 (vc-index-of): Removed.
8359 (vc-transfer-file): Make do without the above.
8360 (vc-default-receive-file): Call comment-history unconditionally. Pass
8361 the resulting string to vc-checkin, instead of inserting it into the
8362 comment ring.
8363
8364 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8365 unconditionally. Use the comments as initial contents of the log
8366 entry buffer. Document the trick to force branch creation with no
8367 changes.
8368
83692000-10-01 Miles Bader <miles@gnu.org>
8370
8371 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8372 `recenter' with an arg to prevent redrawing the display.
8373
83742000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8375
8376 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8377
8378 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8379
8380 * progmodes/c-mode.el (c-mode):
8381 Don't gratuitously override the default for comment-column.
8382
8383 * textmodes/tex-mode.el (latex-metasection-list): New var.
8384 (latex-imenu-create-index): Use it.
8385 Move the regexp construction outside loops (and use push).
8386 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8387 (tex-font-lock-keywords): Moved from font-lock.el.
8388 (tex-comment-indent): Remove.
8389 (tex-common-initialization): Don't set comment-indent-function.
8390 (latex-block-default): New var.
8391 (tex-latex-block): Use it to provide a default choice.
8392 Add any unknown choice to latex-block-names.
8393 Insert [...] after {...}.
8394 (tex-last-unended-begin): Simplify regexp.
8395 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8396 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8397 (latex-mode): Set forward-sexp-function.
8398
8399 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8400 Add regexp for @ignore ... @end ignore.
8401 (texinfo-heading-face): New face.
8402 (texinfo-font-lock-keywords): Use it.
8403 (texinfo-mode-menu): New menu.
8404 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8405 New functions.
8406 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8407 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8408 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8409 Remove declaration.
8410 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8411
8412 * delsel.el (delete-selection-mode): Use define-minor-mode.
8413
8414 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8415
84162000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8417
8418 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8419
84202000-09-30 Gerd Moellmann <gerd@gnu.org>
8421
8422 * replace.el (keep-lines-read-args): New function.
8423 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8424 read arguments interactively. Add parameters RSTART and REND.
8425 Operate on the active region in Transient Mark mode.
8426
8427 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8428
8429 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8430 (authors-obsolete-files-regexps): New variable.
8431 (authors-add): Don't record changes in obsolete files.
8432
84332000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8434
8435 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8436
8437 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8438 (comment-indent): Make sure there's a space between code and comment.
8439 Shift comments left to avoid going past fill-column.
8440
84412000-09-29 Gerd Moellmann <gerd@gnu.org>
8442
8443 * startup.el (startup-echo-area-message): New function.
8444 (display-startup-echo-area-message): Use it.
8445 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8446 (fancy-splash-default-action): New function.
8447 (fancy-splash-screens-1): New function.
8448 (fancy-splash-head): Put a help-echo and a keymap under the image.
8449
84502000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8451
8452 * diff-mode.el (diff-add-log-file-name): Remove.
8453 (diff-mode): Use add-log-buffer-file-name-function.
8454
8455 * add-log.el (find-change-log): New arg BUFFER-FILE.
8456 (add-log-file-name): Obey add-log-file-name-function.
8457 (add-log-buffer-file-name-function): New var.
8458 (add-change-log-entry): Use it.
8459
84602000-09-29 Miles Bader <miles@gnu.org>
8461
8462 * image-file.el (image-file-name-extensions): New variable.
8463 (image-file-name-regexps): Renamed from `image-file-regexps'.
8464 New default value is nil. Call `auto-image-file-mode'.
8465 (image-file-name-regexp): New function.
8466 (auto-image-file-mode): New minor mode.
8467 (insert-image-file): Don't make conditional on the image-file
8468 handler being enabled.
8469 (image-file-handler): Make the call here conditional instead.
8470 (set-image-file-handler-enabled, enable-image-file-handler)
8471 (disable-image-file-handler): Functions removed.
8472
8473 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8474 string.
8475
84762000-09-29 Gerd Moellmann <gerd@gnu.org>
8477
8478 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8479 it's a function from CL.
8480 (latex-imenu-create-index): Replace eval-when-compile with progn
8481 because latex-section-alist is not bound while compiling.
8482
84832000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8484
8485 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8486 (outline-mode): Use define-derived-mode.
8487
8488 * progmodes/perl-mode.el (perl-mode):
8489 * progmodes/awk-mode.el (awk-mode):
8490 * progmodes/asm-mode.el (asm-mode):
8491 Don't gratuitously override the default for comment-column.
8492
8493 * emacs-lisp/lisp.el (lisp-complete-symbol):
8494 Distinguish the let-binding case from the funcall case.
8495 (forward-sexp-function): New variable.
8496 (forward-sexp): Use it.
8497
8498 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8499 (easy-mmode-defmap): Remove the now useless autoload.
8500
8501 * time.el (display-time-mode): Use define-minor-mode.
8502
8503 * subr.el (add-minor-mode): Don't eval NAME.
8504 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8505 Use if rather than cond.
8506
8507 * simple.el (read-expression-map): Define more properly.
8508 (comment-indent-hook): Remove.
8509 (string-to-syntax): Bug fix.
8510
8511 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8512 (cvs-ediff-diff): Fix typo.
8513 (cvs-revert-if-needed): Don't bother preserving read-only.
8514
8515 * paren.el (show-paren-mode): Use define-minor-mode.
8516
8517 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8518 (toggle-auto-compression): Remove.
8519 (jka-compr-build-file-regexp): Remove useless grouping.
8520
8521 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8522 Avoid user-reserved bindings.
8523 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8524 (diff-header-face): Revert to grey85.
8525
8526 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8527
8528 * complete.el (partial-completion-mode) <defcustom>: Remove.
8529 (partial-completion-mode): Use define-minor-mode.
8530 (PC-do-completion): Understand `completion-auto-help = delay'
8531 to mean to popup the completion buffer only the second time.
8532 (PC-include-file-all-completions, PC-include-file-all-completions)
8533 (PC-include-file-all-completions): Don't quote lambda.
8534
8535 * comint.el (comint-mode-hook): Docstring fix.
8536 (comint-mode): Use define-derived-mode.
8537 (comint-mode-map): Remove obsolete comment.
8538 (make-comint): Minor stylistic change.
8539 (comint-insert-clicked-input): Be more careful to find the overlay.
8540 Use this-command-keys rather than hardcoding mouse-2.
8541
8542 * font-lock.el: Replace confusing (,@ with ,
8543 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8544 Don't use regexp-opt-depth. Spice up the regexp for args.
8545 Don't distinguish between cmds that can take an opt arg or not.
8546 Use `append' and `prepend' rather than `keep'.
8547
8548 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8549 (latex-outline-regexp): New var.
8550 (latex-outline-level): New fun.
8551 (latex-section-alist): New var.
8552 (latex-imenu-create-index): Use it. Use `push' as well.
8553 (tex-shell-map): Initialize it properly.
8554 (tex-mode): Minor stylistic change.
8555 (plain-tex-mode): Use define-derived-mode.
8556 (latex-mode): Use define-derived-mode.
8557 Construct the paragraph regexps in a more readable way.
8558 Set the buffer-local outline-{level,regexp} vars.
8559 (slitex-mode): Derive from latex-mode.
8560 (tex-common-initialization): Don't kill-all-vars anymore.
8561 Add setting for comment-add and font-lock-defaults.
8562 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8563 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8564 (tex-start-tex): New arg DIR (and send a chdir command for it).
8565 Also display the shell buffer and save it in tex-last-buffer-texed.
8566 (tex-region): Use expand-file-name rather than concat.
8567 Remove code made useless by changes in tex-start-tex.
8568 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8569
8570 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8571
85722000-09-28 Dave Love <fx@gnu.org>
8573
8574 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8575
85762000-09-28 Gerd Moellmann <gerd@gnu.org>
8577
8578 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8579 `append'.
8580
85812000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8582
8583 * info.el (Info-extract-pointer): Undo last change.
8584 Instead, fix the position of the `bound' arg to re-search-backward.
8585
85862000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8587
8588 * info.el (Info-extract-pointer):
8589 Widen more carefully, to avoid finding pointers in other nodes.
8590 (Info-index): Use push.
8591
85922000-09-27 Gerd Moellmann <gerd@gnu.org>
8593
8594 * frame.el (set-frame-font): Remove call to obsolete function
8595 frame-update-faces.
8596 (set-foreground-color, set-background-color): Likewise for
8597 frame-update-face-colors.
8598
85992000-09-27 Miles Bader <miles@gnu.org>
8600
8601 * image-file.el: New file.
8602
86032000-09-27 Gerd Moellmann <gerd@gnu.org>
8604
8605 * frame.el (frame-notice-user-settings): Don't call
8606 frame-update-faces, which is a no-op now.
8607
8608 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8609 tool-bar-lines.
8610
86112000-09-27 Dave Love <fx@gnu.org>
8612
8613 * mouse.el: Fix last change.
8614
86152000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8616
8617 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8618
86192000-09-22 Kenichi Handa <handa@etl.go.jp>
8620
8621 * international/quail.el (quail-help): The output message is
8622 improved.
8623
86242000-09-26 Dave Love <fx@gnu.org>
8625
8626 * mouse.el (popup-menu): If POSITION is nil, set it using
8627 mouse-position.
8628
86292000-09-25 Sam Steingold <sds@gnu.org>
8630
8631 * net/browse-url.el (browse-url-file-url): Check for null maps.
8632
86332000-09-26 Gerd Moellmann <gerd@gnu.org>
8634
8635 * frame.el (frame-notice-user-settings): Don't add a
8636 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8637
8638 * frame.el (frame-notice-user-settings):
8639 Make tool-bar-mode and default-frame-alist consistent.
8640
8641 * toolbar/tool-bar.el (tool-bar-help): New function.
8642
86432000-09-25 Gerd Moellmann <gerd@gnu.org>
8644
8645 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8646 current-load-list in top-level forms. Else this leaks a cons cell
8647 every time a defun is called.
8648
8649 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8650
86512000-09-25 Dave Love <fx@gnu.org>
8652
8653 * startup.el (fancy-splash-head): Check XPM is available.
8654
8655 * autoinsert.el (auto-insert): Doc fix.
8656 (auto-insert-alist): Following GNU notices, don't say `copyright
8657 _by_'. Use line-beginning-position.
8658 (auto-insert): Check buffer-file-name is non-nil before use.
8659
86602000-09-25 Gerd Moellmann <gerd@gnu.org>
8661
8662 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8663 starting with `@def' or `@multitable', in addition to ones
8664 specified by the user in auto-fill-inhibit-regexp.
8665
86662000-09-25 Markus Rost <rost@math.ohio-state.edu>
8667
8668 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8669 rmail-dont-reply-to-names matches the empty string.
8670
86712000-09-25 Gerd Moellmann <gerd@gnu.org>
8672
8673 * startup.el (command-line-1, fancy-splash-text): Change the
8674 text to sound more friendly.
8675
86762000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8677
8678 * progmodes/hideshow.el: Update author email address.
8679 Generally, sync w/ maintainer version 5.22.
8680 (hs-hide-all-non-comment-function): New var.
8681 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8682 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8683 (hs-show-region): Delete this command.
8684 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8685
86862000-09-22 Dave Love <fx@gnu.org>
8687
8688 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8689 (hl-line-highlight): Specify buffer when moving overlay.
8690
8691 * progmodes/fortran.el (fortran-mode): Locally set
8692 normal-auto-fill-function.
8693 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8694 (fortran-mode-map): Adjust auto-fill menu entry.
8695
86962000-09-22 Gerd Moellmann <gerd@gnu.org>
8697
8698 * vc-rcs.el (toplevel): Require `vc' when compiling.
8699
8700 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8701
87022000-09-22 Andre Spiegel <spiegel@gnu.org>
8703
8704 * vc.el (vc-switch-backend): Signal an error if the file is not
8705 registered under the new backend.
8706
8707 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8708 without explicit revision number.
8709
87102000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8711
8712 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8713 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8714 (diff-xor): New function.
8715 (diff-find-source-location): Use it. Fix a stupid name clash.
8716 (diff-hunk-status-msg): New function.
8717 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8718 (diff-test-hunk): Use diff-find-source-location.
8719 (diff-goto-source): Favor the `reverse'.
8720 (diff-hunk-text): Properly handle one-sided context diffs.
8721 (diff-apply-hunk): When done, advance to the next hunk.
8722
87232000-09-21 Gerd Moellmann <gerd@gnu.org>
8724
8725 * startup.el (command-line): If frame was created with a non-zero
8726 tool-bar-lines parameter, switch tool-bar-mode on.
8727
8728 * add-log.el (change-log-date-face, change-log-name-face)
8729 (change-log-email-face, change-log-file-face)
8730 (change-log-list-face, change-log-conditionals-face)
8731 (change-log-function-face, change-log-acknowledgement-face):
8732 New faces, inheriting from font-lock faces.
8733 (change-log-font-lock-keywords): Use them.
8734
87352000-09-21 Dave Love <fx@gnu.org>
8736
8737 * progmodes/cperl-mode.el (top-level): Clean up
8738 `eval-when-compile's and assorted defvars.
8739 (cperl-invalid-face): Don't double-quote value. Change custom
8740 type.
8741 (cperl-mode): Set normal-auto-fill-function and don't zap
8742 auto-fill-function.
8743 (cperl-imenu--function-name-regexp-perl): Renamed from
8744 imenu-example--function-name-regexp-perl.
8745 (cperl-imenu--create-perl-index): Renamed from
8746 imenu-example--create-perl-index.
8747 (cperl-xsub-scan): Don't require cl.
8748
8749 * msb.el (msb-mode-map): Use substitute-key-definition.
8750 (msb-mode): Use msb-mode-map.
8751
87522000-09-21 Andre Spiegel <spiegel@gnu.org>
8753
8754 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8755 New functions.
8756 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8757 (vc-switch-backend): New function.
8758 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8759 (vc-register): Fix prompt.
8760 (vc-unregister, vc-default-unregister): New functions.
8761 (vc-version-diff): Handle empty buffer in sentinel.
8762
8763 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8764 (vc-rcs-state-heuristic): Use it to guess the state of files with
8765 non-strict locking.
8766 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8767 been set with -b, but not created yet.
8768 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8769 contents in order to find the state.
8770 (vc-rcs-checkin): Allow creation of branches with no changes.
8771 (vc-rcs-unregister, vc-rcs-receive-file)
8772 (vc-rcs-set-non-strict-locking): New functions.
8773
8774 * vc-hooks.el (vc-name): Force correct computation of the value
8775 in case it is missing.
8776
87772000-09-21 Gerd Moellmann <gerd@gnu.org>
8778
8779 * startup.el (fancy-splash-tail): Use a different foreground
8780 color on a dark frame background.
8781
87822000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8783
8784 * info.el: Use the correct capitalization when making Info-mode
8785 and Info-edit-mode `special' modes.
8786
87872000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8788
8789 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8790 (diff-mode): Add support for add-log.el.
8791 (diff-hunk-text): Use char offsets rather than line offsets.
8792 (diff-find-source-location): Replace LINE with line-offset (nil
8793 if not found) and always set POS to a meaningful position.
8794 Adapt to the new char-offsets.
8795 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8796 Adapt to the new diff-find-source-location.
8797 (diff-goto-source): Adapt to the new diff-find-source-location.
8798
8799 * add-log.el (add-log-file-name): New function (split out of
8800 add-change-log-entry).
8801 (add-change-log-entry): Use it.
8802 Call add-log-file-name-function with the changelog file name if
8803 the current buffer is not associated with any file.
8804 Avoid find-file if the selected window is dedicated.
8805
8806 * diff-mode.el (diff-find-source-location):
8807 Move code from diff-apply-hunk. Return buffer rather than file.
8808 (diff-apply-hunk): Use the new result from diff-find-source-location.
8809 (diff-goto-source): Use the new diff-find-source-location.
8810
88112000-09-20 Dave Love <fx@gnu.org>
8812
8813 * iswitchb.el: Some doc fixes.
8814 (iswitchb-mode-map): Define completely initially. Inherit
8815 minibuffer-local-map.
8816 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8817 fundamental-mode.
8818 (iswitchb-global-map): New variable.
8819 (iswitchb-summaries-to-end): Amalgamate regexps.
8820 (iswitchb-mode): New.
8821 (iswitchb-mode-hook): New variable.
8822 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8823 `extensions'.
8824
88252000-09-20 Gerd Moellmann <gerd@gnu.org>
8826
8827 * ehelp.el (electric-help): New defgroup.
8828 (electric-help-shrink-window): New user-option.
8829 (with-electric-help): Use it.
8830
8831 * window.el (shrink-window-if-larger-than-buffer): If face
8832 `mode-line' has a :box, and we're on a graphical frame, add 1
8833 to the needed window height.
8834
8835 * frame.el (frame-notice-user-settings): Add a last parameter nil
8836 to a call to `append', because the last list passed to `append' is
8837 not copied, and so subsequent calls to assq-delete-all will modify
8838 default-frame-alist.
8839
8840 * startup.el (fancy-splash-image): Change :type.
8841 (fancy-splash-head): Use an XBM image if appropriate.
8842 (command-line-1): Show splash screens in more cases.
8843
8844 * startup.el (fancy-splash-text): Don't quote faces.
8845
8846 * dired.el (dired-font-lock-keywords): Undo last change.
8847 (dired-readin): Bind indent-tabs-mode to nil.
8848
8849 * startup.el (fancy-splash-head): If frame's background mode
8850 is `dark', change the black background of the image to gray.
8851 (fancy-splash-screens): Display startup echo area message.
8852 (display-startup-echo-area-message): New function.
8853
88542000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8855
8856 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8857
8858 * info.el (info-header-node): Tweak for color ttys.
8859
8860 * faces.el (face-valid-attribute-values): Make sure directories we
8861 search for stipples both exist and are readable before trying to
8862 search them.
8863
8864 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8865 in the dry-run case.
8866
8867 * jka-compr.el (with-auto-compression-mode): New macro.
8868
8869 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8870 (custom-group-tag-face, custom-variable-tag-face): Use relative
8871 :height and inherit from `variable-pitch' face instead of
8872 hardwiring :family.
8873 * hi-lock.el (hi-black-hb): Likewise.
8874
8875 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8876 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8877 toolbar-add-item, if image doesn't have a mask add a `:mask
8878 heuristic'.
8879
88802000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8881
8882 * diff-mode.el: Docstring fixes.
8883 (diff-header-face, diff-comment-face): New faces.
8884 (diff-font-lock-keywords): Highlight a bit differently.
8885 (diff-find-source-location): Don't return SPAN any more.
8886 (diff-hunk-text): Don't bother erasing the temp buffer.
8887 (diff-find-text): Drop argument LINE.
8888 (diff-apply-hunk): Update calls to diff-find-text.
8889 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8890
8891 * calendar/calendar.el: Docstring fixes.
8892 (calendar-make-alist): Don't quote lambda.
8893 (calendar-star-date): Use make-local-variable.
8894
88952000-09-19 Dave Love <fx@gnu.org>
8896
8897 * toolbar/tool-bar.el: Renamed from toolbar.el.
8898 Change `toolbar' to `tool-bar' generally in symbols.
8899 Make some items invisible in `special' major modes.
8900 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8901 Add arg PROPS.
8902
8903 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8904 Add :version here.
8905 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8906
89072000-09-19 Gerd Moellmann <gerd@gnu.org>
8908
8909 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8910
8911 * files.el (find-file-suppress-same-file-warnings): New user-option.
8912 (find-file-noselect): Use it.
8913
8914 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8915 (fancy-splash-screen): Defgroup.
8916
8917 * add-log.el (change-log-font-lock-keywords): Match names
8918 more exactly for the case that font-lock-constant-face is
8919 underlined.
8920
89212000-09-19 Richard M. Stallman <rms@gnu.org>
8922
8923 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8924
89252000-09-19 Andre Spiegel <spiegel@gnu.org>
8926
8927 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8928
89292000-09-19 Gerd Moellmann <gerd@gnu.org>
8930
8931 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8932 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8933 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8934 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8935 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8936 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8937 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8938 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8939 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8940 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8941 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8942 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8943
8944 * startup.el (fancy-splash-text): New variable.
8945 (fancy-splash-delay, fancy-splash-image): New user-options.
8946 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8947 (fancy-splash-screens): New functions.
8948 (command-line-1): If display has a `display' frame parameter, has
8949 colors, and we have XPM support, show more fancy splash screens.
8950
89512000-09-19 Dave Love <fx@gnu.org>
8952
8953 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8954 with null `help'. Use modern backquote syntax.
8955
89562000-09-19 Gerd Moellmann <gerd@gnu.org>
8957
8958 * font-lock.el (font-lock-mode): Change message telling the user
8959 that ``the buffer is too big''.
8960
8961 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8962 for instance for the case that tab-width is 2.
8963
89642000-09-18 Gerd Moellmann <gerd@gnu.org>
8965
8966 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8967 toolbar-add-item, if image doesn't have a mask add a `:mask
8968 heuristic'.
8969
89702000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8971
8972 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8973 and return a cons if it's non-nil.
8974 (diff-apply-hunk): Try to jump to the line in the source text
8975 corresponding to the position of point in the in the hunk.
8976
8977 * info.el (Info-title-3-face, Info-title-2-face)
8978 (Info-title-1-face): Use face inheritance and relative sizes
8979 instead of hard-wiring things.
8980
8981 * faces.el (secondary-selection): Make dark-background variant sane.
8982
89832000-09-16 Andrew Innes <andrewi@gnu.org>
8984
8985 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8986 read-only, since they aren't under VC now.
8987
89882000-09-17 Dave Love <fx@gnu.org>
8989
8990 * tmm.el: Replace mapcar with mapc in several places.
8991
8992 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8993 ad-unadvise.
8994
8995 * international/latin1-disp.el: New file.
8996
8997 * calendar/cal-move.el (scroll-calendar-left)
8998 (scroll-calendar-right): Make arg optional (for active mode line).
8999
9000 * calendar/calendar.el (calendar-mode-line-format): Make fields
9001 mouse-sensitive.
9002 (calendar-read-date, calendar-read-date, calendar-window-list):
9003 Unquote lambda.
9004 (calendar-month-name): Use aref, not sref.
9005
9006 * view.el (minor-mode-alist): Propertize the string.
9007
9008 * international/characters.el (standard-case-table): Add entries
9009 for Greek.
9010
90112000-09-18 Miles Bader <miles@gnu.org>
9012
9013 * info.el (info-node, info-xref): Add dark-background variants.
9014
9015 * faces.el (header-line): Change defaults to be less confusing
9016 when mixed with mode-lines.
9017
9018 * info.el (Info-fontify-node): Make a few cleanups.
9019 Add extra `help-echo' and `local-map' props to node xrefs.
9020 Use header-specific faces for node-names & xrefs.
9021 (Info-use-header-line): New variable.
9022 (info-header-xref, info-header-node): New faces.
9023 (Info-setup-header-line): New function.
9024 (Info-select-node): Call Info-setup-header-line when enabled.
9025 (Info-extract-pointer): Work even if the header line is hidden.
9026 (Info-header-line): New variable.
9027
90282000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9029
9030 * vms-patch.el (print-region-function): Don't quote lambda.
9031
9032 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9033
9034 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9035 (lm-get-header-re): Allow spaces between the header and the colon.
9036 (lm-header): Allow $ in non-RCS headers.
9037 (lm-header-multiline): Put the strings back into order.
9038 Stop at an empty line. Don't require two space chars if the
9039 line is clearly not another header line.
9040
9041 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9042 (popup-menu-popup): Remove.
9043
90442000-09-15 Gerd Moellmann <gerd@gnu.org>
9045
9046 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9047 specification if or if not tool-bar item contains an `:enabled'
9048 property.
9049
9050 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9051 current buffer has no file name.
9052
90532000-09-15 Dave Love <fx@gnu.org>
9054
9055 * strokes.el: Sync with maintainer's current version with changes
9056 for Emacs, but avoid runtime cl and levents.
9057 (toplevel): Change autoloads and compilation requires.
9058 (strokes-version, strokes-bug-address, strokes-lift): Values
9059 changed.
9060 (strokes-xpm-header, strokes-insinuated): New variable.
9061 (strokes): Add :link.
9062 (strokes-mode): Customized.
9063 (strokes-while-inhibiting-garbage-collector): New macro.
9064 (strokes-remassoc): Avoid remove-if.
9065 (strokes-fix-button2-command): Don't use ad-do-it.
9066 (strokes-insinuate): New function.
9067 (strokes-button-press-event-p, strokes-button-release-event-p):
9068 New functions, used instead of non-`strokes-' versions..
9069 (strokes-mouse-event-p): Rewritten.
9070 (strokes-event-closest-point): Avoid event-point.
9071 (strokes-get-grid-position): Avoid cdadr, caadr
9072 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9073 functions.
9074 (strokes-help): Use with-output-to-temp-buffer.
9075 (strokes-window-configuration-changed-p): New function.
9076 (strokes-update-window-configuration): Use buffer-live-p,
9077 strokes-window-configuration-changed-p.
9078 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9079 (strokes-char-face): New face.
9080 (strokes-char-table, strokes-base64-chars): New variable.
9081 (strokes-xpm-for-stroke, strokes-list-strokes)
9082 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9083 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9084 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9085 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9086 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9087 functions.
9088
90892000-09-15 Gerd Moellmann <gerd@gnu.org>
9090
9091 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9092
9093 * image.el (create-image): Doc fix.
9094
9095 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9096 instead of `:heuristic-mask t'.
9097
90982000-09-14 Andrew Innes <andrewi@gnu.org>
9099
9100 * makefile.w32-in: Revert to Unix line endings.
9101
91022000-09-14 Andrew Innes <andrewi@gnu.org>
9103
9104 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9105 when installing.
9106
9107 * makefile.nt (DONTCOMPILE): Fix typo.
9108
9109 * shell.el (shell-write-history-on-exit): New function.
9110 (shell-dumb-shell-regexp): New custom variable.
9111 (shell-mode): Make shell-write-history-on-exit the process
9112 sentinel if shell name matches shell-dumb-shell-regexp.
9113
9114 * w32-fns.el: Comment out before-init-hook function which resets
9115 source-directory based; this breaks bootstrap.
9116
91172000-09-14 Dave Love <fx@gnu.org>
9118
9119 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9120 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9121 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9122 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9123 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9124 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9125 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9126 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9127 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9128
9129 * toolbar/toolbar.el: New.
9130
9131 * subdirs.el: Add toolbar.
9132
91332000-09-14 Gerd Moellmann <gerd@gnu.org>
9134
9135 * indent.el (indent-for-tab-command): Doc fix.
9136
91372000-09-14 Alex Schroeder <alex@gnu.org>
9138
9139 * ansi-color.el (ansi-colors): Doc change.
9140 (ansi-color-get-face): Simplified regexp.
9141 (ansi-color-faces-vector): Added more faces, doc change.
9142 (ansi-color-names-vector): Doc change.
9143 (ansi-color-regexp): Simplified regexp.
9144 (ansi-color-parameter-regexp): New regexp.
9145 (ansi-color-filter-apply): Doc change.
9146 (ansi-color-filter-region): Doc change.
9147 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9148 deal with zero length parameters.
9149 (ansi-color-apply-on-region): Doc change.
9150 (ansi-color-map): Doc change.
9151 (ansi-color-map-update): Removed debugging message.
9152 (ansi-color-get-face-1): Added condition-case to trap
9153 args-out-of-range errors.
9154 (ansi-color-get-face): Doc change.
9155 (ansi-color-make-face): Removed.
9156 (ansi-color-for-shell-mode): New option.
9157
91582000-09-13 Kenichi Handa <handa@etl.go.jp>
9159
9160 * international/quail.el (quail-start-translation): Translate KEY
9161 if necessary even if it doesn't have any mapping in the current
9162 input method.
9163 (quail-start-conversion): Likewise.
9164 (quail-help): The output message is improved.
9165
91662000-09-13 Miles Bader <miles@gnu.org>
9167
9168 * comint.el (comint-output-filter): Revert to using
9169 `insert-before-markers'. Add bletcherous hack to undo damage
9170 caused by `insert-before-markers'. Put `front-sticky' property on
9171 overlays created here so that the field code understands how the
9172 overlay works. Use a let when making comint-last-prompt-overlay,
9173 so that the code is easier to read.
9174
91752000-09-13 Dave Love <fx@gnu.org>
9176
9177 * wid-edit.el (widget-default-format-handler): DTRT when
9178 doc-property is a function.
9179
91802000-09-12 Francesco Potorti` <pot@gnu.org>
9181
9182 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9183 filed name if it's not there.
9184
91852000-09-12 Dave Love <fx@gnu.org>
9186
9187 * simple.el (read-mail-command): Doc fix.
9188 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9189
9190 * vc.el (vc-dired-listing-switches): Fix :version.
9191
9192 * vc-hooks.el: Doc fixes.
9193
9194 * subr.el (add-minor-mode): Use toggle-fun arg.
9195
9196 * speedbar.el: Add :version to several defcustoms.
9197
9198 * imenu.el (imenu--truncate-items, imenu--cleanup)
9199 (imenu--generic-function): Avoid mapcar.
9200 (imenu--replace-spaces): Function removed.
9201 (imenu--completion-buffer): Use subst-char-in-string.
9202 (imenu-add-to-menubar): Use keymap inheritance.
9203
92042000-09-12 Miles Bader <miles@gnu.org>
9205
9206 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9207 (diff-mode-map): Bind `diff-test-hunk'.
9208 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9209
92102000-09-11 Gerd Moellmann <gerd@gnu.org>
9211
9212 * bytecomp.el (byte-compile-defvar): Undo last change
9213 because it breaks '(make-variable-buffer-local (defvar ...)'
9214 which is used at least in dired.
9215
92162000-09-12 Kenichi Handa <handa@etl.go.jp>
9217
9218 * international/quail.el (quail-define-package): Docstring
9219 modified.
9220
92212000-09-12 Kenichi Handa <handa@etl.go.jp>
9222
9223 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9224 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9225 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9226 docstring of "chinese-py".
9227
9228 * international/quail.el (quail-translation-docstring): New
9229 variable.
9230 (quail-show-keyboard-layout): Docstring modified.
9231 (quail-select-current): Likewise.
9232 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9233 infinite recursive call.
9234 (quail-help): Check quail-translation-docstring. Format of the
9235 output changed.
9236 (quail-help-insert-keymap-description): Adjusted for the above
9237 change.
9238
92392000-09-11 Gerd Moellmann <gerd@gnu.org>
9240
9241 * bytecomp.el (byte-compile-defvar): Only cons onto
9242 current-load-list in top-level forms. Else this leaks a cons cell
9243 every time a defun is called.
9244
92452000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9246
9247 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9248 Now understands non-unified diffs. Some functionality moved into
9249 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9250 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9251 modify anything. Only reposition point in the patched file if the
9252 patch succeeds. Only pop up another window if POPUP is true.
9253 Emit a message describing what happened if successful, and at what
9254 line-offset. Automatically detect reversed hunks and do something
9255 appropriate.
9256 (diff-hunk-text, diff-find-text): New functions.
9257 (diff-filter-lines): Function removed.
9258 (diff-test-hunk): New function.
9259 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9260
92612000-09-10 Dave Love <fx@gnu.org>
9262
9263 * textmodes/tildify.el: Minor doc/commentary fixes.
9264 (tildify) <defgroup>: Add :version.
9265
9266 * faces.el (face-x-resources): Make custom type more specific.
9267 (frame-background-mode): Use mapc.
9268 (region) <defcustom>: Add :version.
9269
92702000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9271
9272 * vc-sccs.el (vc-sccs-register):
9273 * vc-rcs.el (vc-rcs-register):
9274 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9275 * vc.el (vc-register): Clear file's properties.
9276
92772000-09-08 Gerd Moellmann <gerd@gnu.org>
9278
9279 * faces.el (face-spec-set): Only face-spec-reset-face when
9280 ATTRS is non-nil.
9281
92822000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9283
9284 * help.el (help-insert-xref-button): Fix a typo in doc string.
9285
92862000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9287
9288 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9289 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9290 methods.
9291
9292 * menu-bar.el (read-mail-item-name): New function.
9293 (menu-bar-tools-menu): Use it to compute and display the package
9294 used to read email.
9295 (menu-bar-tools-menu): Fix typo in GUD's help string.
9296
92972000-09-07 Dave Love <fx@gnu.org>
9298
9299 * diff-mode.el (diff-mouse-goto-source): New function.
9300
9301 * vc-sccs.el: Doc fixes.
9302 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9303
9304 * vc-rcs.el: Doc fixes.
9305 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9306 (vc-rcs-checkout-switches, vc-rcs-header)
9307 (vc-rcs-master-templates): Add or change :version.
9308
9309 * vc-cvs.el: Doc fixes.
9310 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9311 (vc-cvs-stay-local): Add :version.
9312
9313 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9314
93152000-09-07 Kenichi Handa <handa@etl.go.jp>
9316
9317 * international/quail.el (quail-help): Fix previous change.
9318
93192000-09-07 Gerd Moellmann <gerd@gnu.org>
9320
9321 * faces.el (color-values): Doc fix.
9322
9323 * faces.el (frame-set-background-mode): Use frame-parameter
9324 instead of frame-parameters.
9325
9326 * frame.el (filtered-frame-list): Reduce consing.
9327 (frames-on-display-list): Call frame-parameter instead of
9328 frame-parameters.
9329
93302000-09-07 Kenichi Handa <handa@etl.go.jp>
9331
9332 * language/devan-util.el (devanagari-to-indian-region): In the
9333 loop, change the following char, not preceding char.
9334
93352000-09-07 Gerd Moellmann <gerd@gnu.org>
9336
9337 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9338 instead of frame-parameters.
9339
9340 * faces.el (set-face-attribute): Simplify by calling
9341 internal-set-lisp-face-attribute with FRAME being 0.
9342
9343 * vc.el: Remove `Id' version control keyword.
9344
93452000-09-07 Kenichi Handa <handa@etl.go.jp>
9346
9347 * help.el (help-make-xrefs): Adjusted for the change of
9348 help-xref-mule-regexp.
9349 (help-insert-xref-button): New function.
9350
9351 * international/mule-cmds.el (help-xref-mule-regexp-template):
9352 Include the pattern for character set.
9353 (leim): New group.
9354
9355 * international/quail.el: Don't require face.
9356 (quail): New group.
9357 (quail-other-command): Dummy command to make quail-help work better.
9358 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9359 (quail-keyboard-layout-substitution): New variable.
9360 (quail-update-keyboard-layout): New function.
9361 (quail-keyboard-layout-type): New customizable variable.
9362 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9363 (quail-keyboard-translate): Pay attention to
9364 quail-keyboard-layout-substitution.
9365 (quail-insert-kbd-layout): New function.
9366 (quail-show-keyboard-layout): New function.
9367 (quail-get-translation): If the definition is a vector of length
9368 1, and the element is a string of length 1, return the character
9369 in that string.
9370 (quail-update-current-translations): Fix the case of
9371 relative-index out of range.
9372 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9373 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9374 Show key sequences for all available characters.
9375 (quail-help-insert-keymap-description): Don't show such verbose
9376 key bindings as quail-self-insert-command.
9377
9378 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9379 Format changed, and each element now have extra documentations.
9380 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9381 Adjusted for the change of quail-cxterm-package-ext-info.
9382
93832000-09-06 Gerd Moellmann <gerd@gnu.org>
9384
9385 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9386 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9387 during bootstrap.
9388
93892000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9390
9391 * vc.el: (toplevel): Don't require `dired' at run-time.
9392 (vc-dired-resynch-file): Remove autoload cookie.
9393
93942000-09-05 Andre Spiegel <spiegel@gnu.org>
9395
9396 * vc.el: Made several backend functions optional.
9397 (vc-default-responsible-p): New function.
9398 (vc-merge): Use RET for first version to trigger merge-news, not
9399 prefix arg.
9400 (vc-annotate): Handle backends that do not support annotation.
9401 (vc-default-merge-news): Removed. The existence of a merge-news
9402 implementation is now checked on caller sites.
9403
9404 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9405 case.
9406
9407 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9408 special case that has been removed from the default in vc-hooks.el.
9409
94102000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9411
9412 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9413
94142000-09-05 Andre Spiegel <spiegel@gnu.org>
9415
9416 * vc-hooks.el: Require vc during compilation.
9417 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9418 macro `with-vc-properties' in vc.el.
9419 (vc-file-getprop): Doc fix.
9420 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9421
9422 * vc.el: Require dired-aux during compilation.
9423 (vc-name-assoc-file): Moved to vc-sccs.el.
9424 (with-vc-properties): New macro.
9425 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9426 vc-finish-steal): Use it.
9427 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9428 to the backend-specific function is now supposed to do the checkout,
9429 too.
9430 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9431
9432 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9433 set file properties; that gets done in the generic code now.
9434
9435 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9436 Changed parameter list, added code from vc.el that does the
9437 checkout, possibly with a double-take.
9438
9439 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9440 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9441 the above under the new name.
9442 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9443 parameter list, added checkout command.
9444 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9445 properties; that gets done in the generic code now.
9446
94472000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9448
9449 * vc.el: Docstring fixes (courtesy of checkdoc).
9450
94512000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9452
9453 * vc.el (vc-checkout-writable-buffer-hook)
9454 (vc-checkout-writable-buffer): Remove.
9455 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9456 (vc-log-mode): Make it into a clean derived major mode.
9457 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9458 vc-log-mode if log-edit is not available.
9459 (vc-dired-mode-map): Don't set-keymap-parent yet.
9460 (vc-dired-mode): Do set-keymap-parent here.
9461 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9462
94632000-09-05 Gerd Moellmann <gerd@gnu.org>
9464
9465 * faces.el (set-face-attribute, face-spec-reset-face)
9466 (face-spec-set): Avoid consing by removing calls to `apply'.
9467
9468 * frame.el (frame-parameter): Move to C code.
9469
94702000-09-05 Dave Love <fx@gnu.org>
9471
9472 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9473 insert-before-markers-and-inherit. Now checked systematically!
9474
94752000-09-05 Alex Schroeder <alex@gnu.org>
9476
9477 * sql.el (sql-postgres): Use sql-postgres-options.
9478 (sql-postgres-options): New variable.
9479
94802000-09-05 Alex Schroeder <alex@gnu.org>
9481
9482 * sql.el (sql-mode-menu): Work around missing variable mark-active
9483 in XEmacs.
9484 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9485 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9486 compatibility.
9487
94882000-09-04 Gerd Moellmann <gerd@gnu.org>
9489
9490 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9491
9492 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9493
9494 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9495
94962000-09-04 Andre Spiegel <spiegel@gnu.org>
9497
9498 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9499 don't support anything else under SCCS yet.
9500
9501 * vc-hooks.el: Minor doc fixes.
9502
95032000-09-04 Andre Spiegel <spiegel@gnu.org>
9504
9505 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9506 not necessary. If verbose in state `needs-patch', do the same as
9507 under `up-to-date'. When NOT verbose and `needs-patch', check out
9508 latest version instead of `merge-news'.
9509 (vc-next-action-dired): Don't mess with default-directory here; it
9510 breaks other parts of dired. It is the job of the
9511 backend-specific functions to adjust it temporarily if they need it.
9512 (vc-next-action): Remove a special CVS case.
9513 (vc-clear-headers): New optional arg FILE.
9514 (vc-checkin, vc-checkout): Set properties vc-state and
9515 vc-checkout-time properly.
9516 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9517 (vc-print-log): Use new backend function `show-log-entry'.
9518 (vc-cancel-version): Do the checks in a different order. Added a
9519 FIXME concerning RCS-only code.
9520
9521 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9522 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9523
9524 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9525
9526 * vc-hooks.el (vc-default-mode-line-string): Show state
9527 `needs-patch' as a `-' too.
9528
95292000-09-04 Andre Spiegel <spiegel@gnu.org>
9530
9531 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9532 (vc-default-could-register): New function.
9533 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9534 (vc-resynch-buffer): Call vc-dired-resynch-file.
9535 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9536 vc-resynch-buffer instead of vc-resynch-window.
9537 (vc-next-action-dired): Don't redisplay here, that gets done as a
9538 result of the individual file operations.
9539 (vc-retrieve-snapshot): Corrected prompt order.
9540
9541 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9542
9543 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9544 as well.
9545 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9546 hostname regexps. Updated all callers.
9547 (vc-cvs-responsible-p): Handle directories as well.
9548 (vc-cvs-could-register): New function.
9549 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9550 properties up-to-date.
9551
9552 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9553 user whether to create one.
9554
95552000-09-04 Andre Spiegel <spiegel@gnu.org>
9556
9557 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9558 check out a non-existing file.
9559
9560 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9561 workfile does not exist.
9562
9563 * vc.el (vc-version-diff): Use `require' to check for existence of
9564 diff-mode.
9565
95662000-09-04 Andre Spiegel <spiegel@gnu.org>
9567
9568 * vc-cvs.el (vc-cvs-registered): Use new function
9569 vc-cvs-parse-entry to do the actual work.
9570
95712000-09-04 Andre Spiegel <spiegel@gnu.org>
9572
9573 * vc-hooks.el (vc-find-backend-function): If function doesn't
9574 exist, return nil instead of error.
9575 (vc-call-backend): Doc fix.
9576
9577 * vc.el (vc-do-command): Doc fix.
9578 (vc-finish-logentry): When checking in from vc-dired, choose the
9579 right backend for logentry check.
9580 (vc-dired-mode-map): Inherit from dired-mode-map.
9581 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9582 simplified.
9583 (vc-dired-state-info): Removed, updated caller.
9584 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9585 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9586 (vc-dired-listing-switches): New variable.
9587 (vc-directory): Use it, instead of dired-listing-switches.
9588
9589 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9590 (vc-cvs-dir-state): New function.
9591 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9592 (vc-cvs-parse-entry): New function, also to be used in
9593 vc-cvs-registered.
9594
95952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9596
9597 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9598 *or* single-window-frames.
9599
96002000-09-04 Andre Spiegel <spiegel@gnu.org>
9601
9602 * vc.el (vc-update-changelog): Split into generic part and default
9603 implementation. Doc string adapted.
9604 (vc-default-update-changelog): New function. Call the `rcs2log'
9605 script in exec-directory, to fix a long-standing nuisance.
9606
9607 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9608 simply signals an error.
9609
96102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9611
9612 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9613 control-flow more clear and to avoid running `cvs' twice.
9614
9615 * vc.el (vc-next-action-on-file): Doc fix.
9616 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9617 (vc-print-log): Eval `file' before constructing the continuation.
9618
96192000-09-04 Andre Spiegel <spiegel@gnu.org>
9620
9621 * vc.el (vc-next-action-on-file): Corrected several messages.
9622 (vc-merge): Add prefix arg `merge-news'; handle it.
9623
9624 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9625 is not reached. It is.
9626 (vc-cvs-merge): Set state to 'edited after merge.
9627 (vc-cvs-merge-news): Set workfile version to nil if not known.
9628 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9629
9630 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9631 via stdout. (Merge from main line.)
9632
96332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9634
9635 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9636 detection.
9637
96382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9639
9640 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9641 against kill-all-local-variables.
9642 (vc-log-edit): Don't save vc-parent-buffer any more.
9643 (vc-last-comment-match): Initialize to an empty string.
9644 (vc-post-command-functions): New hook.
9645 (vc-do-command): Run it.
9646 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9647 (vc-finish-logentry): Only add the comment to the ring if it's
9648 different from the last comment entered.
9649 (vc-new-comment-index): New function.
9650 (vc-previous-comment): Use it. Make the minibuffer message
9651 slightly less terse.
9652 (vc-comment-search-reverse): Make it work forward as well. Don't
9653 set vc-comment-ring-index if no match is found. Use
9654 vc-new-comment-index.
9655 (vc-comment-search-forward): Use vc-comment-search-reverse.
9656 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9657 define-derived-mode will do it for us. Bind `v' to a keymap that
9658 inherits from vc-prefix-map so that we can bind `vt' without
9659 binding C-x v t.
9660 (vc-retrieve-snapshot): Parenthesis typo.
9661
9662 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9663 to 1. Make sure to switch to *vc* before looking for an error
9664 message. Use vc-parse-buffer.
9665
96662000-09-04 Andre Spiegel <spiegel@gnu.org>
9667
9668 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9669 and NAME.
9670 (vc-retrieve-snapshot): Split into two parts.
9671 (vc-default-retrieve-snapshot): New function.
9672
9673 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9674 (vc-cvs-retrieve-snapshot): New function (untested).
9675 (vc-cvs-stay-local): Default to t.
9676 (vc-cvs-remote-p): New function and property.
9677 (vc-cvs-state): Stay local only if the above is t.
9678 (vc-handle-cvs): Removed.
9679 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9680 done via vc-handled-backends now.
9681 (vc-cvs-header): Escape Id.
9682
96832000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9684
9685 * vc.el (vc-do-command): Remove unused commands.
9686 (vc-version-diff): Make sure default-directory ends with a slash.
9687 Move the window commands into a vc-exec-after.
9688 (vc-print-log): Move more of the code into the `vc-exec-after'.
9689
96902000-09-04 Andre Spiegel <spiegel@gnu.org>
9691
9692 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9693 (vc-print-log): Search current revision from beginning of buffer.
9694 (vc-revert-buffer): Clear echo area after the diff is finished.
9695 (vc-prefix-map): Removed definition of "t" for terse display in vc
9696 dired.
9697 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9698 definition of "vt" for terse display.
9699 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9700
97012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9702
9703 * vc.el (vc-exec-after): Avoid caddr.
9704
97052000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9706
9707 * vc.el (vc-exec-after): New function.
9708 (vc-do-command): Use it to add a termination message for async
9709 procs.
9710 (vc-checkout): Try to handle a missing-backend situation.
9711 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9712 of a directory with a backend using async diffs.
9713 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9714 present.
9715
9716 * vc-sccs.el (vc-sccs-state-heuristic): Use
9717 file-ownership-preserved-p.
9718
9719 * vc-rcs.el (vc-rcs-state-heuristic): Use
9720 file-ownership-preserved-p.
9721 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9722
97232000-09-04 Andre Spiegel <spiegel@gnu.org>
9724
9725 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9726 vc-do-command.
9727
9728 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9729 when there are no changes.
9730
97312000-09-04 Andre Spiegel <spiegel@gnu.org>
9732
9733 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9734
9735 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9736
97372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9738
9739 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9740
9741 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9742 the `fset' outside of the defvar so that it works even if
9743 vc-prefix-map was already defined.
9744 (vc-setup-buffer): New function, split out of vc-do-command.
9745 (vc-do-command): Allow BUFFER to be t to mean `just use the
9746 current buffer without any fuss'.
9747 (vc-version-diff): Change the `diff' backend operation to just put
9748 the diff in the current buffer without erasing it. Always use
9749 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9750 shrink-window-if-larger-than-buffer.
9751 (vc-print-log): Change the `print-log' backend operation to just
9752 put the log in the current buffer without erasing it. Protect
9753 shrink-window-if-larger-than-buffer.
9754 (vc-update-change-log): Fix setd typo.
9755
9756 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9757 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9758
9759 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9760 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9761 CMP.
9762
9763 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9764 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9765 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9766
97672000-09-04 Andre Spiegel <spiegel@gnu.org>
9768
9769 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9770 not possible, use vc-BACKEND-workfile-unchanged-p.
9771 (vc-default-workfile-unchanged-p): New function. Delegates to a
9772 full vc-BACKEND-diff.
9773
9774 * vc-hooks.el (vc-simple-command): Removed.
9775
9776 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9777 instead of vc-simple-command.
9778 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9779 avoid doing a diff when opening a file.
9780 (vc-rcs-state): Added check for unlocked-changes.
9781 (vc-rcs-header): Escape Id.
9782 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9783 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9784 version.
9785
9786 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9787 (vc-sccs-diff): Remove optional arg CMP.
9788 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9789 SCCS-specific function.
9790
9791 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9792 vc-simple-command.
9793
97942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9795
9796 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9797 (with-vc-file, vc-merge): Use vc-editable-p.
9798 (vc-do-command): Remove unused var vc-file and fix the
9799 doubly-defined `status' var. Add a user message when starting an
9800 async command.
9801 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9802 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9803 Use with-current-buffer.
9804 (vc-buffer-sync): Use unless.
9805 (vc-next-action-on-file): If the file is 'edited by read-only,
9806 make it read-write instead of trying to commit.
9807 (vc-version-diff, vc-update-change-log): Use `setq
9808 default-directory' rather than `cd'.
9809 (vc-log-edit): Don't forget to set default-directory in the
9810 buffer.
9811
9812 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9813 (vc-sccs-state-heuristic): Use file-writable-p instead of
9814 comparing userids.
9815 (vc-sccs-checkout): Use `unless'.
9816
9817 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9818 of comparing userids.
9819 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9820 Simplify the logic by eliminating unreachable code.
9821 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9822 just do a recursive call if we need to retry.
9823 (vc-rcs-checkout): Handle the case where rcs is missing by making
9824 the buffer read-write if requested and re-signalling the error.
9825
9826 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9827
98282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9829
9830 * vc-hooks.el (vc-handled-backends): Docstring change.
9831 (vc-ignore-vc-files): Mark obsolete.
9832 (vc-registered): Check vc-ignore-vc-files.
9833 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9834 vc-ignore-vc-files.
9835
9836 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9837
98382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9839
9840 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9841 files since ange-ftp already has vc-registered return nil.
9842
9843 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9844 (vc-sccs-workfile-version): Use with-temp-buffer and new
9845 vc-parse-buffer and don't bother setting the property.
9846 (vc-sccs-add-triple): Use with-current-buffer and
9847 find-file-noselect.
9848 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9849
9850 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9851 derives from the old vc-parse-buffer but uses the revision number
9852 rather than the date (much easier to compare robustly).
9853 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9854 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9855 locking-user more directly. Check strict locking and set
9856 checkout-model appropriately.
9857 (vc-rcs-parse-locks): Remove.
9858 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9859 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9860 (vc-rcs-system-release): Use with-current-buffer and
9861 vc-parse-buffer.
9862 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9863
9864 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9865 (vc-simple-command): Docstring fix.
9866 (vc-registered): Align the way the file-handler is called with the
9867 way the function itself works.
9868 (vc-file-owner): Remove.
9869
9870 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9871 extraction of fields and call to file-attributes because of a
9872 temporary bug in rcp.el.
9873 (vc-cvs-fetch-status): Use with-current-buffer.
9874
98752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9876
9877 * vc.el (vc-do-command): Use file-relative-name.
9878 (vc-responsible-backend): Use vc-backend if possible.
9879 (vc-create-snapshot): Improve the `interactive' spec. Add support
9880 for branches and dispatch to backend-specific `create-snapshot'.
9881 (vc-default-create-snapshot): New function, containing the bulk of
9882 the old vc-create-snapshot.
9883 (vc-retrieve-snapshot): Improve the interactive spec.
9884
9885 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9886 (vc-backend-hook-functions): Remove.
9887 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9888 (vc-backend): Reintroduce the test for `file = nil' now that I
9889 know why it was there (and added a comment to better remember).
9890
9891 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9892 code from vc-sccs-hooks.el.
9893 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9894 'vc anymore.
9895 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9896 and file-directory-p instead of file-exists-p.
9897 (vc-sccs-check-headers): Simplify the regexp.
9898
9899 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9900 from vc-rcs-hooks.el. Don't require 'vc anymore.
9901 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9902 file-directory-p instead of file-exists-p.
9903
9904 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9905 from vc-cvs-hooks.el.
9906 (proto vc-cvs-registered): Require 'vc-cvs instead of
9907 'vc-cvs-hooks. Don't require 'vc anymore.
9908 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9909 file-directory-p instead of file-exists-p.
9910 (vc-cvs-create-snapshot): New function, replacing
9911 vc-cvs-assign-name.
9912 (vc-cvs-assign-name): Remove.
9913
99142000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9915
9916 * vc-cvs.el (vc-cvs-header): New var.
9917
9918 * vc-rcs.el (vc-rcs-exists): Remove.
9919 (vc-rcs-header): New var.
9920
9921 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9922 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9923 (vc-sccs-header): New var.
9924
9925 * vc.el (vc-do-command): Get rid of the `last' argument.
9926 (vc-header-alist): Remove, replaced by vc-X-header.
9927 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9928 (vc-dired-hook): Use expand-file-name instead of concat.
9929 (vc-directory): Use file-name-as-directory.
9930 (vc-snapshot-precondition, vc-create-snapshot)
9931 (vc-retrieve-snapshot): Allow the command to operate on any
9932 directory.
9933
9934 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9935 just removing the 'WORKFILE argument or by removing the 'MASTER
9936 argument and replacing `file' with (vc-name file).
9937
99382000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9939
9940 * vc.el: Update Copyright and add a crude list of backend funs.
9941 (vc-writable-p): New function.
9942 (with-vc-file): Use vc-writable-p.
9943 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9944 (vc-register): Avoid vc-name.
9945 (vc-locking-user): Remove.
9946 (vc-steal-lock): Make the `owner' arg non-optional.
9947 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9948 vc-checkout-model.
9949 (vc-default-dired-state-info): Use vc-state instead of
9950 vc-locking-user and return special strings for special states.
9951 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9952 and get rid of one of the special CVS cases.
9953 (vc-cancel-version): prettify error message with \\[...].
9954 (vc-rename-master): New function.
9955 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9956 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9957 the CVS special case generic.
9958 (vc-default-record-rename): Remove.
9959 (vc-file-tree-walk-internal): Only call FUNC for files that are
9960 under control of some VC backend and replace `concat' with
9961 expand-file-name.
9962 (vc-file-tree-walk): Update docstring.
9963 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9964 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9965
9966 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9967 vc-sccs-record-rename. Use `find-file-noselect' rather than
9968 `find-file' and call `vc-rename-master' to do the actual move.
9969 (vc-sccs-diff): Remove unused `backend' variable.
9970
9971 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9972 to delay loading of vc-sccs until it is really used.
9973 (vc-sccs-master-templates): Preload.
9974 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9975 (vc-sccs-project-dir): Remove (merged into
9976 vc-sccs-search-project-dir).
9977 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9978 rather than `concat', make sure it is preloaded and don't bother
9979 to check that the file actually exists.
9980 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9981 `locks' argument (use buffer's content instead) and eliminate n^2
9982 behavior.
9983
9984 * vc-rcs.el: Update Copyright.
9985 (vc-rcs-rename-file): New function.
9986 (vc-rcs-diff): Remove unused `backend' variable.
9987
9988 * vc-hooks.el: Update Copyright.
9989 (vc-backend): Don't accept a nil argument any more.
9990 (vc-up-to-date-p): Turn into a defsubst.
9991 (vc-possible-master): New function.
9992 (vc-check-master-templates): Use `vc-possible-master' and allow
9993 funs in vc-X-master-templates to return a non-existent file.
9994
9995 * vc-cvs.el: Update Copyright.
9996 (vc-cvs-diff): Remove unused `backend' variable.
9997 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9998
9999 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10000
100012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10004 since it can be called from vc-rcs.el.
10005 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10006
100072000-09-04 Andre Spiegel <spiegel@gnu.org>
10008
10009 * vc.el (vc-version-diff): Expand file name read from the
10010 minibuffer. Handle the case when a previous version number can't
10011 be guessed. Give suitable messages when there were no differences
10012 found.
10013 (vc-clear-headers): Call backend-specific implementation, if one
10014 exists.
10015 (vc-cancel-version): Made error checks generic. When done, clear
10016 headers generically, too.
10017
10018 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10019 from vc-clear-headers in vc.el.
10020
10021 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10022 correctly.
10023 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10024 optional. Handle the case when it's not there.
10025
100262000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10027
10028 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10029
100302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10031
10032 * vc-hooks.el (vc-loadup): Remove.
10033 (vc-find-backend-function): Use `require'. Also, handle the case
10034 where vc-BACKEND-hooks.el doesn't exist.
10035 (vc-call-backend): Cleanup.
10036
100372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10038
10039 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10040 vc-rcs-grab-templates)
10041 (vc-rcs-registered): Remove. The default function works as well.
10042 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10043 vc-sccs-grab-templates)
10044 (vc-sccs-registered): Remove. The default function works as well.
10045
10046 * vc.el (vc-version-diff): Left out a vc- in call to
10047 vc-call-backend.
10048 (vc-default-dired-state-info, vc-default-record-rename)
10049 (vc-default-merge-news): Update for the new backend argument.
10050
10051 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10052 using the default function.
10053 (vc-call-backend): If calling the default function, pass it the
10054 backend as first argument. Update the docstring accordingly.
10055 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10056 for the new backend argument.
10057 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10058 (vc-find-backend-function): Use the new name.
10059 (vc-default-registered): New function.
10060
100612000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10062
10063 * vc.el (vc-merge): Use vc-find-backend-function.
10064
10065 * vc-hooks.el (vc-backend-functions): Remove.
10066 (vc-loadup): Don't setup 'vc-functions.
10067 (vc-find-backend-function): New function.
10068 (vc-call-backend): Use above fun and populate 'vc-functions
10069 lazily.
10070 (vc-backend-defines): Remove.
10071
100722000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10073
10074 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10075 Call vc-call-backend without the leading vc-.
10076 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10077 (vc-check-headers): Call vc-call-backend without the leading vc-.
10078 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10079 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10080 Call vc-call-backend without the leading vc-.
10081
10082 * vc-cvs.el (tail): Provide vc-cvs.
10083 * vc-sccs.el (tail): Provide vc-sccs.
10084 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10085
10086 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10087 (vc-make-backend-function, vc-call): Pass names without leading
10088 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10089 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10090 (vc-call-backend): Always try to load vc-X-hooks.
10091 (vc-registered): Remove vc- in call to vc-call-backend.
10092
100932000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10094
10095 * vc.el (vc-process-filter): New function.
10096 (vc-do-command): Setup `vc-process-filter' for the async process.
10097 (vc-maybe-resolve-conflicts): New function to reduce
10098 code-duplication. Additionally, it puts the buffer in
10099 `smerge-mode' if applicable.
10100 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10101 calling `merge-news'.
10102 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10103 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10104 interfacing to log-edit.el.
10105 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10106 log-edit is available.
10107 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10108
101092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10110
10111 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10112 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10113 defvar and the initialization.
10114 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10115
10116 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10117 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10118
10119 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10120
101212000-09-04 Andre Spiegel <spiegel@gnu.org>
10122
10123 * vc.el (vc-file-clear-masterprops): Removed.
10124 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10125 (vc-version-diff): Use buffer-size without argument.
10126 (vc-register): Heed vc-initial-comment.
10127
10128 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10129 default branch.
10130
10131 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10132 file name and workfile version.
10133 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10134
10135 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10136 vc-file-clear-masterprops.
10137
10138 * vc-sccs.el (vc-sccs-checkout): Removed call to
10139 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10140 rather than user login name.
10141
10142
101432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10144
10145 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10146 `want-differences-if-changed' and simplify.
10147 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10148 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10149 output (which is invalid for async vc-diff) to decide whether to
10150 do the revert silently or not.
10151
101522000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10153
10154 * vc-hooks.el (vc-loadup): Load files quietly.
10155 (vc-call-backend): Oops, brain fart.
10156
101572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10158
10159 * vc-cvs.el (vc-cvs-state): Typo.
10160 (vc-cvs-merge-news): Return the status code rather than the error msg.
10161
101622000-09-04 Andre Spiegel <spiegel@gnu.org>
10163
10164 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10165 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10166 vc-state or vc-up-to-date-p.
10167 (vc-merge): Use vc-backend-defines to check whether merging is
10168 possible. Set state to 'edited after successful merge.
10169
10170 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10171 return that name. Redocumented.
10172
101732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10174
10175 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10176 new `vc-state' semantics.
10177 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10178 'vc-locking-user to the current user.
10179 (vc-merge): Inline vc-backend-merge. Comment out code that I
10180 don't understand and hence can't adapt to the new `vc-state' and
10181 `vc-locking-user' semantics.
10182 (vc-backend-merge): Remove.
10183
10184 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10185 rather than 'vc-locking-user.
10186
10187 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10188
10189 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10190 (vc-state): Don't use 'reserved any more. Just use the same
10191 convention as the one used for vc-<backend>-state where the
10192 locking user (as a string) is returned.
10193 (vc-locking-user): Update, based on the above convention. The
10194 'vc-locking-user property has disappeared.
10195 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10196
10197 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10198 with a heuristic one.
10199 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10200 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10201 error. That allows us to get to 'needs-merge even in the
10202 stay-local case. There's still no way to detect 'needs-patch in
10203 such a setup (or to force an update for that matter).
10204 (vc-cvs-logentry-check): Remove, the default works as well.
10205
102062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10207
10208 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10209
10210 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10211 major-mode in which the buffer might have been put earlier. Use
10212 `remove' and `when'. Allow `okstatus' to be `async' and use
10213 `start-process' in this case.
10214 (vc-version-diff): Handle the case where the diff looks empty
10215 because of the use of an async process.
10216
102172000-09-04 Andre Spiegel <spiegel@gnu.org>
10218
10219 * vc.el (vc-next-action-on-file): Removed optional parameter
10220 `simple'. Recompute state unconditionally.
10221 (vc-default-toggle-read-only): Removed.
10222
10223 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10224 (vc-toggle-read-only): Undid prev change.
10225
10226 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10227 vc-cvs-simple-toggle. Redocumented.
10228 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10229 (vc-cvs-toggle-read-only): Removed.
10230
102312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10232
10233 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10234 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10235 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10236 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10237 still is. So maybe it should be removed.
10238 (vc-head-version, vc-find-binary): Remove.
10239 (vc-recompute-state): Move from vc-hooks.el.
10240 (vc-next-action-on-file): Add a `simple' argument to allow
10241 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10242 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10243 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10244 (vc-dired-mode-map): Properly defvar it.
10245 (vc-print-log): Call log-view-mode if available.
10246 (small-temporary-file-directory): defvar instead of use boundp.
10247 (vc-merge-news): Moved to vc-cvs.el.
10248 (vc-default-merge-news): New function.
10249
10250 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10251 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10252 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10253 unknown `vc-latest-version' function. It should probably refer to
10254 vc-workfile-version or somesuch, but it's very unclear to me and I
10255 don't have SCCS to test things.
10256
10257 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10258 (vc-sccs-state-heuristic): Fix typo.
10259 (vc-sccs-workfile-unchanged-p): Add missing argument.
10260
10261 * vc-rcs.el: Require vc and vc-rcs-hooks.
10262 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10263 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10264 (vc-release-greater-or-equal-p): Move from vc.
10265 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10266 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10267 (vc-rcs-checkout): Add a missing `new-version' argument in the
10268 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10269
10270 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10271 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10272 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10273 than the apparently unbound `workfile-version'.
10274
10275 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10276 (vc-file-prop-obarray): Use `make-vector'.
10277 (vc-backend-functions): Add new hookable functions
10278 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10279 (vc-loadup): If neither backend nor default functions exist, use
10280 the backend function rather than nil.
10281 (vc-call-backend): If the function if not bound yet, try to load
10282 the non-hook file to see if it provides it.
10283 (vc-call): New macro plus use it wherever possible.
10284 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10285 nor `vc-find-binary' since it's only called from
10286 vc-mistrust-permission which is only used once the backend is known.
10287 (vc-checkout-model): Fix parenthesis.
10288 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10289
10290 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10291 (vc-cvs-release, vc-cvs-system-release): Remove.
10292 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10293 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10294 status symbols.
10295 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10296 (vc-cvs-toggle-read-only): First cut at a function to allow a
10297 cvs-status-free vc-toggle-read-only.
10298 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10299 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10300 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10301 (vc-cvs-checkout): Modify access rights directly if the user
10302 requested not to use `cvs edit'. And refresh the mode line.
10303
10304 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10305 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10306
103072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10308
10309 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10310 workfile' that got lost when the code was extracted from vc.el.
10311 And merged the tail with the rest of the code (not possible in the
10312 old vc.el where the tail was shared among all backends). And
10313 explicitly set the state to 'edited if `writable' is set.
10314
10315 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10316 (vc-cvs-state): Be careful to return the value from
10317 vc-cvs-parse-state.
10318 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10319 property but return it instead. Also be careful to handle a nil
10320 or "" `rev' when workfile is non-nil (it was handled properly when
10321 workfile was nil).
10322
10323 * vc.el: Removed those pesky unnecessary `(function' quotes.
10324 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10325 directly in the defvar.
10326 (vc-do-command): Bind inhibit-read-only so as to properly handle
10327 the case where the destination buffer has been made read-only.
10328 (vc-diff): Delegate to vc-version-diff in all cases.
10329 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10330 (vc-annotate-mode-variables): Removed (code moved partly to
10331 defvars and partly to vc-annotate-add-menu).
10332 (vc-annotate-mode): Turned into a derived-mode.
10333 (vc-annotate-add-menu): Moved in code in
10334 vc-annotate-mode-variables.
10335 (vc-update-change-log): Use make-temp-file if available.
10336
103372000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10338
10339 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10340 `vc-checkout-model' updated to `vc-cvs-update-model'.
10341
103422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10343
10344 * vc.el (vc-next-action-on-file): Added handling of state
10345 `unlocked-changes'.
10346 (vc-checkout-carefully): Is now practically obsolete, unless the
10347 above is too slow to be enabled unconditionally.
10348 (vc-update-change-log): Fixed typo.
10349
10350 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10351
10352 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10353 Now handles state `unlocked-changes'.
10354 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10355
10356 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10357
10358 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10359 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10360 `unlocked-changes'.
10361 (vc-rcs-workfile-unchanged-p): Renamed from
10362 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10363 function yet, but supposed to become one soon.
10364
10365 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10366 `vc-steal-lock'.
10367 (vc-call-backend): Changed error message.
10368 (vc-state): Added description of state `unlocked-changes'.
10369
103702000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10371
10372 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10373 always return t in CVS-controlled directories.
10374
10375 * vc.el (vc-responsible-backend): New function.
10376 (vc-register): Largely rewritten.
10377 (vc-admin): Removed (implementation moved into vc-register).
10378 (vc-checkin): Redocumented.
10379 (vc-finish-logentry): If no backend defined yet (because we are in
10380 the process of registering), use the responsible backend.
10381
10382 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10383 Updated function lists.
10384 (vc-call-backend): Fixed typo.
10385
10386 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10387 New functions.
10388 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10389 Removed query option. Redocumented.
10390
103912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10392
10393 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10394
10395 * vc.el: Updated callers of `vc-checkout-required' to use
10396 `vc-checkout-model'.
10397
103982000-09-04 Martin Lorentzson <martinl@gnu.org>
10399
10400 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10401 stuff updated to reference this function instead of the old
10402 `vc-backend-release-p'.
10403
104042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10405
10406 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10407 vc-checkout-model. Return appropriate values. Updated callers.
10408
104092000-09-04 Martin Lorentzson <martinl@gnu.org>
10410
10411 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10412 (vc-backend-revert): Function moved into `vc-revert';
10413 `vc-next-action' must be updated to accomodate this change.
10414 (vc-backend-steal): Function moved into `vc-finish-steal'.
10415 (vc-backend-logentry-check): Function moved into
10416 `vc-finish-logentry'.
10417 (vc-backend-printlog): Function moved into `vc-print-log'.
10418 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10419 (vc-backend-assign-name): Function moved into
10420 `vc-create-snapshot'.
10421
104222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10423
10424 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10425 Rename to vc-checkout-model. Return appropriate values.
10426 Update callers.
10427
10428 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10429 to vc-checkout-model.
10430 (vc-checkout-required): Rename to vc-checkout-model.
10431 Re-implement and re-comment.
10432 (vc-after-save): Use vc-checkout-model.
10433
104342000-09-04 Martin Lorentzson <martinl@gnu.org>
10435
10436 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10437 Update to use the vc-BACKEND-diff functions instead.
10438 `vc-diff' is now working.
10439
10440 * vc-rcs.el (vc-rcs-logentry-check): New function.
10441
10442 * vc-cvs.el (vc-cvs-logentry-check): New function.
10443
10444 * vc-sccs.el (vc-sccs-diff): Function changed name from
10445 `vc-backend-diff'. This makes `vc-diff' work.
10446
10447 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10448 of functions possibly implemented in a vc-BACKEND library.
10449 (vc-checkout-required): Fix bug that caused an error to be
10450 signaled during `vc-after-save'.
10451
10452 * vc.el: Fix typo.
10453 This checkin is made with our new VC code base for the very first time.
10454 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10455
10456 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10457 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10458
10459 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10460 updated to `vc-uses-locking'.
10461 (vc-checkout-required): Call to backend function.
10462 `vc-checkout-required' updated to `vc-uses-locking' instead.
10463
10464 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10465 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10466
10467 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10468 to match the split into various backends.
10469 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10470 (vc-retrieve-snapshot): Bug fix.
10471
104722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10473
10474 * vc-sccs.el (vc-sccs-release): Doc fix.
10475
104762000-09-04 Martin Lorentzson <martinl@gnu.org>
10477
10478 * vc.el (vc-next-action-on-file): Bug found and fixed.
10479 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10480 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10481
10482 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10483 (vc-rcs-checkout): Name space cleaned up. No more revision number
10484 crunching function names that are not prefixed with vc-rcs.
10485 (vc-rcs-checkout-model): Function added. References to
10486 `vc-checkout-model' replaced.
10487
104882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10489
10490 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10491 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10492 still need to be split, and implemented for RCS).
10493
104942000-09-04 Martin Lorentzson <martinl@gnu.org>
10495
10496 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10497
10498 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10499 required by the vc.el file.
10500
10501 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10502 required by the vc.el file.
10503 (vc-rcs-exists): Function added.
10504
10505 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10506 required by the vc.el file.
10507
10508 * vc.el (vc-admin): Updated to handle selection of appropriate
10509 backend. Current implementation is crufty and need re-thinking.
10510
10511 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10512
105132000-09-04 Martin Lorentzson <martinl@gnu.org>
10514
10515 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10516 beginning of annotate buffers correctly.
10517
10518 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10519 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10520 functionality updated quite a lot to support multiple backends.
10521 Variables `vc-annotate-mode', `vc-annotate-buffers',
10522 `vc-annotate-backend' added.
10523
10524 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10525 `vc-annotate-difference' added to supported backend functions.
10526
105272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10528
10529 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10530 Use with-temp-file instead of /bin/sh. Merged from mainline
10531
105322000-09-04 Martin Lorentzson <martinl@gnu.org>
10533
10534 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10535
10536 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10537
10538 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10539
105402000-09-04 Martin Lorentzson <martinl@gnu.org>
10541
10542 * vc-hooks.el: vc-state-heuristic added to
10543 vc-backend-hook-functions.
10544
10545 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10546
10547 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10548
10549 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10550 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10551 state to `reserved'.
10552
10553 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10554 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10555
105562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10557
10558 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10559 untouched.
10560
10561 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10562
10563 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10564 if defined. (Merged from main line, slightly adapted.)
10565
10566 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10567 millenium problem (merged from mainline).
10568
105692000-09-04 Martin Lorentzson <martinl@gnu.org>
10570
10571 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10572 part and moved the non-BACKEND stuff to vc.el.
10573
10574 * vc.el: Split the annotate feature into a BACKEND specific part
10575 and moved it from the vc-cvs.el file to this one.
10576
105772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10578
10579 * vc-hooks.el: Implement new state model.
10580 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10581 (vc-locking-user): Simplify. Now only needed if the file is
10582 locked by somebody else.
10583 (vc-lock-from-permissions): Remove. Functionality is in
10584 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10585 (vc-mode-line-string): New name for former vc-status. Adapted.
10586 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10587
10588 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10589 Various simplifications and adaptations all over the place.
10590
10591 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10592 Simplify and adapt the rest.
10593
10594 * vc.el (vc-resynch-window): Add TODO comment: check for
10595 interaction with view mode according to recent RCS change.
10596 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10597
105982000-09-04 Martin Lorentzson <martinl@gnu.org>
10599
10600 * vc.el: Convert the remaining function comments to docstrings.
10601
106022000-09-04 Martin Lorentzson <martinl@gnu.org>
10603
10604 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10605 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10606 (vc-minor-part, vc-previous-version): Functions that operate and
10607 compare revision numbers got proper documentation. Comments added
10608 about their possible removal.
10609
106102000-09-04 Martin Lorentzson <martinl@gnu.org>
10611
10612 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10613 the vc-backend.el files.
10614
10615 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10616
10617 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10618 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10619 (vc-rcs-previous-version): Functions added.
10620
10621 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10622
10623 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10624
106252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10626
10627 * vc-hooks.el (vc-master-templates): Is really obsolete.
10628 Comment out the definition for now. What is the right procedure
10629 to get rid of it?
10630 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10631 rewritten.
10632 (vc-default-registered): Remove.
10633 (vc-check-master-templates): New function; does mostly what the
10634 above did before.
10635 (vc-locking-user): Don't rely on the backend to set the property.
10636
10637 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10638 Rewrite documentation.
10639 (vc-rcs-templates-grabbed): New variable.
10640 (vc-rcs-grab-templates): New function.
10641 (vc-rcs-registered): Rewrite to use above mechanism.
10642
10643 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10644 Rewrite documentation.
10645 (vc-sccs-templates-grabbed): New variable.
10646 (vc-sccs-grab-templates): New function.
10647 (vc-sccs-registered): Rewrite to use above mechanism.
10648 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10649 Don't throw the result, simply return it.
10650
10651 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10652 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10653 (vc-cvs-registered): Does the check itself now. Simplify.
10654
10655 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10656 from main line.
10657
106582000-09-04 Martin Lorentzson <martinl@gnu.org>
10659
10660 * vc-cvs.el (vc-cvs-diff): New function.
10661
10662 * vc-sccs.el (vc-sccs-diff): New function.
10663
10664 * vc-rcs.el (vc-rcs-diff): New function.
10665 (vc-rcs-checkout): Bug (typo) found and fixed.
10666 (vc-rcs-register-switches): New variable.
10667
10668 * vc.el (vc-backend-diff): Function removed and placed in the
10669 backend files.
10670
106712000-09-04 Martin Lorentzson <martinl@gnu.org>
10672
10673 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10674
10675 * vc.el (vc-backend-checkout): Function removed and replaced in
10676 the vc-backend.el files.
10677
10678 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10679
10680 * vc.el (vc-backend-admin): Removed and replaced in the
10681 vc-backend.el files.
10682
10683 * vc.el (Martin): Removed all the annotate functionality since it
10684 is CVS backend specific.
10685
106862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10687
10688 * spec.txt: Added specification of vc-state.
10689
10690 * vc-sccs-hooks.el (vc-sccs-master-properties):
10691 Remove handling of vc-latest-version and
10692 vc-your-latest-version. What used to be vc-latest-version, is now
10693 returned as vc-workfile-version.
10694 (vc-sccs-workfile-version): Adapt.
10695
106962000-09-04 Dave Love <fx@gnu.org>
10697
10698 * vc.el: [Merged from mainline.]
10699 (vc-dired-mode): Make the dired-move-to-filename-regexp
10700 regexp match the date, to avoid treating date as file size.
10701 Add YYYY S option to WESTERN/
10702
107032000-09-04 Dave Love <fx@gnu.org>
10704
10705 * vc.el: Require `compile' when compiling.
10706 (vc-logentry-check-hook): New option.
10707 (vc-steal-lock): Use compose-mail.
10708 (vc-dired-mode-map): Defvar when compiling.
10709 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10710 vc-sccs.el and renamed. Callers changed.
10711 (vc-backend-checkout, vc-backend-logentry-check)
10712 (vc-backend-merge-news): Doc fix.
10713 (vc-default-logentry-check): New function.
10714 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10715 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10716 (vc-backend-merge): Doc fix. Use backend functions.
10717 (vc-check-headers): Use backend functions.
10718
10719 * vc-cvs.el: Require vc when compiling.
10720 (vc-cvs-register-switches): Doc fix.
10721 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10722 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10723 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10724 New functions (code from vc.el).
10725 (vc-annotate-display-default): Fix interactive spec.
10726 (vc-annotate-time-span): Doc fix.
10727
10728 * vc-rcs.el: Require vc when compiling.
10729 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10730 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10731 (vc-rcs-checkin): New functions (code from vc.el).
10732 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10733 Doc fix.
10734 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10735
10736 * vc-sccs.el: Require vc when compiling.
10737 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10738 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10739 (vc-sccs-revert)
10740 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10741 from vc.el).
10742 (vc-sccs-add-triple, vc-sccs-record-rename)
10743 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10744 (vc-sccs-admin): Doc fix.
10745
107462000-09-04 Martin Lorentzson <martinl@gnu.org>
10747
10748 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10749 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10750 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10751 from vc.el.
10752
10753 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10754
10755 * vc-cvs.el: Moved the annotate functionality from vc.el.
10756 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10757
107582000-09-04 Dave Love <fx@gnu.org>
10759
10760 * vc.el (vc-backend-release): Call vc-system-release.
10761
10762 * vc-sccs.el (vc-sccs-system-release):
10763 Renamed from vc-sccs-backend-release.
10764
10765 * vc-rcs.el (vc-rcs-system-release):
10766 Renamed from vc-rcs-backend-release.
10767
10768 * vc-cvs.el (vc-cvs-system-release):
10769 Renamed from vc-cvs-backend-release.
10770
107712000-09-04 Dave Love <fx@gnu.org>
10772
10773 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10774 backend files.
10775 (vc-backend-release): Dispatch to backend functions.
10776 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10777 probably needs attention.]
10778
10779 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10780 (vc-sccs-backend-release): New function.
10781
10782 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10783 (vc-cvs-backend-release): New function.
10784
10785 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10786 Doc fix.
10787 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10788 (vc-default-dired-state-info): New function.
10789 (vc-dired-state-info): Dispatch to backends.
10790 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10791
10792 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10793 from vc.el and renamed.
10794
107952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10796
10797 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10798 (vc-version-other-window, vc-backend-assign-name): Removed
10799 references to vc-latest-version; sometimes changed into
10800 vc-workfile-version.
10801
10802 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10803 vc-rcs-master-workfile-version.
10804 (vc-rcs-workfile-version): Use the above. Don't call
10805 vc-latest-version (that was unreachable code, anyway).
10806 (vc-rcs-fetch-master-properties): Doc fix.
10807
10808 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10809 (vc-backend-hook-functions): Removed them from this list, too.
10810 (vc-fetch-properties): Removed.
10811 (vc-workfile-version): Doc fix.
10812
10813 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10814 (vc-rcs-workfile-version, vc-rcs-locking-user)
10815 (vc-rcs-uses-locking): Use it.
10816
10817 * vc-hooks.el (vc-consult-rcs-headers):
10818 Moved into vc-rcs-hooks.el, under the name
10819 vc-rcs-consult-headers.
10820
10821 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10822 headers.
10823 (vc-cvs-find-master): Use this name only; correct different
10824 versions of the name.
10825
10826 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10827 New functions.
10828 (vc-sccs-locking-user): Use the latter.
10829
10830 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10831 New functions.
10832
10833 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10834 Moved into both
10835 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10836 functions are implementation details of those two backends.
10837
108382000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10839
10840 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10841 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10842
10843 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10844 (vc-sccs-parse-locks): SCCS-specific code moved here from
10845 vc-hooks.
10846
10847 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10848 code moved here from vc-hooks.
10849
10850 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10851 into back-end specific parts and removed. Callers not updated
10852 yet; because I guess these callers will disappear into back-end
10853 specific files anyway.
10854
108552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10856
10857 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10858 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10859 `vc-uses-locking'.
10860
10861 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10862 Store yes/no in the property, and return t/nil. Updated all
10863 callers.
10864
10865 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10866 vc-sccs-uses-locking. Don't set property.
10867 (vc-sccs-locking-user): Don't set property.
10868
10869 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10870 vc-cvs-uses-locking. Don't set property here; leave that to
10871 vc-hooks.
10872 (vc-cvs-locking-user): Reflect above change. Streamlined.
10873
10874 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10875 vc-rcs-uses-locking.
10876 (vc-rcs-locking-user): Reflect above change.
10877
108782000-09-04 Dave Love <fx@gnu.org>
10879
10880 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10881
10882 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10883
10884 * vc-hooks.el (vc-checkout-model): Punt to backends.
10885
10886 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10887
10888 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10889
10890 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10891 New functions.
10892
10893 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10894 New functions.
10895
10896 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10897 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10898
10899 * vc-hooks.el (vc-default-locking-user): New function.
10900 (vc-locking-user, vc-workfile-version): Punt to backends.
10901
109022000-09-04 Dave Love <fx@gnu.org>
10903
10904 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10905 (vc-master-workfile-version): Moved from vc-hooks.
10906
10907 * vc-rcs-hooks.el: Fix duplicate code in last change.
10908
10909 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10910 (vc-rcs-master-templates): Improve :type.
10911 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10912 vc-master-workfile-version): Moved from vc-hooks.
10913
10914 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10915 (vc-sccs-master-templates): Improve :type.
10916 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10917
10918 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10919
10920 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10921 (vc-cvs-master-templates): Improve :type. Use
10922 vc-cvs-find-cvs-master.
10923 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10924 from vc-hooks.
10925 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10926
10927 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10928 Moved to vc-cvs-hooks.
10929
10930 * vc-hooks.el: Add doc strings in various places. Simplify the
10931 minor mode setup.
10932 (vc-handled-backends): New user variable.
10933 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10934 simplification.
10935
109362000-09-04 Dave Love <fx@gnu.org>
10937
10938 * vc.el: Some doc fixes for autoloaded and interactive functions.
10939 Fix compilation warnings from ediff stuff.
10940 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10941
10942 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10943
10944 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10945
10946 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10947
109482000-09-04 Dave Love <fx@gnu.org>
10949
10950 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10951 New variable.
10952 (vc-make-backend-function, vc-loadup, vc-call-backend)
10953 (vc-backend-defines): New functions.
10954
10955 * vc-hooks.el: Various doc fixes.
10956 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10957 (vc-match-substring): Function removed. Callers changed to use
10958 match-string.
10959 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10960 Simplify.
10961
109622000-09-04 Dave Love <fx@gnu.org>
10963
10964 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10965 type.
10966 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10967 (vc-sccs-registered): Doc fix.
10968
10969 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10970 (vc-cvs-registered): Doc fix.
10971
10972 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10973 (vc-rcs-registered): Doc fix.
10974
109752000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10976
10977 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10978
10979 * vc-hooks.el: vc-registered has been renamed
10980 vc-default-registered. Some functions have been moved to the
10981 backend specific files. they all support the
10982 vc-BACKEND-registered functions.
10983
109842000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10985
10986 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10987
10988 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10989
109902000-09-04 Dave Love <fx@gnu.org>
10991
10992 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10993 menu-bar-update-hook.
10994
10995 * help.el (help-manyarg-func-alist): Add
10996 find-operation-coding-system.
10997
10998 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10999
11000 * custom.el (custom-set-variables): Print message about errors in
11001 setting.
11002
110032000-09-03 Andrew Innes <andrewi@gnu.org>
11004
11005 * makefile.w32-in: Change to DOS line endings.
11006
110072000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11008
11009 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11010 minor-mode keymaps, if they don't have one.
11011
110122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11013
11014 * eshell/esh-module.el (eval-when-compile): Don't lose if
11015 esh-module.el's file name is truncated to DOS 8+3 limits.
11016
110172000-09-01 John Wiegley <johnw@gnu.org>
11018
11019 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11020 predicate, which caused entries in the completion list to be
11021 doubled.
11022
110232000-08-30 John Wiegley <johnw@gnu.org>
11024
11025 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11026 sending to subprocesses. Also, hook pre-command-hook if
11027 `eshell-send-direct-to-subprocesses' is non-nil.
11028 (eshell-send-direct-to-subprocesses): New config variable. If t,
11029 subprocess input is send immediately.
11030 (eshell-toggle-direct-send): New function.
11031 (eshell-self-insert-command): New function.
11032 (eshell-intercept-commands): New function.
11033 (eshell-send-input): If direct subprocess sending is enabled,
11034 don't echo any input to the Eshell buffer. Let the subprocess
11035 handle that. This requires "stty echo" in bash, for example.
11036
110372000-08-28 John Wiegley <johnw@gnu.org>
11038
11039 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11040 completion function for Eshell's implementation of `unset'.
11041
110422000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11043
11044 * info.el (Info-directory-list): Doc fix.
11045
110462000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11047
11048 * filecache.el (file-cache-add-directory-using-find): Don't quote
11049 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11050
110512000-08-31 Kenichi Handa <handa@etl.go.jp>
11052
11053 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11054 coding systems.
11055
110562000-08-30 Andrew Innes <andrewi@gnu.org>
11057
11058 * timer.el (run-with-idle-timer): Undo last change, so that timer
11059 is not activated immediately if Emacs is already idle. Some
11060 existing code relies on this behaviour.
11061
110622000-08-30 Miles Bader <miles@gnu.org>
11063
11064 * frame.el (set-frame-font): Do completion of font-name for
11065 interactive use.
11066
110672000-08-30 Kenichi Handa <handa@etl.go.jp>
11068
11069 * international/quail.el (quail-start-translation): Bind locally
11070 last-command-event, last-command, and this-command.
11071 (quail-start-conversion): Likewise.
11072 (quail-self-insert-command): Fix docstring.
11073
110742000-08-29 Gerd Moellmann <gerd@gnu.org>
11075
11076 * progmodes/executable.el
11077 (executable-make-buffer-file-executable-if-script-p): Check that
11078 buffer contains at least 2 characters.
11079
110802000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11081
11082 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11083
110842000-08-29 Dave Love <fx@gnu.org>
11085
11086 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11087 (diff-mode-shared-map): Bind mouse-2.
11088 (diff-imenu-generic-expression): New variable.
11089 (diff-mode): Use it.
11090
11091 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11092 (mouse-popup-menubar): Add minor mode menus.
11093 (popup-menu): Check for lookup-key returning number.
11094
110952000-08-29 Miles Bader <miles@gnu.org>
11096
11097 * comint.el (comint-send-input): Create overlays using the proper
11098 front/read-advance arguments.
11099
111002000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11101
11102 * ps-print.el: Even/odd pages printing. Doc fix.
11103 (ps-print-version): New version number (6.0).
11104 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11105 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11106 (ps-print-duplex-feature): Variable eliminated.
11107 (ps-even-or-odd-pages): New variable.
11108
11109 * progmodes/ebnf2ps.el: Doc fix.
11110 (ebnf-version): New version (3.3).
11111 (ebnf-user-arrow): Change variable customization to sexp.
11112 (ebnf-user-arrow): Function eliminated.
11113 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11114
111152000-08-29 Kenichi Handa <handa@etl.go.jp>
11116
11117 * help.el (help-xref-mule-regexp): New variable.
11118 (help-make-xrefs): Handle help-xref-mule-regexp.
11119
11120 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11121 variable.
11122 (describe-input-method): Temporarily activate the specfied input
11123 method to display the information.
11124 (describe-language-environment): Hyperlinks to mule related items.
11125
11126 * international/mule-diag.el (charset-multibyte-form-string): New
11127 function.
11128 (list-character-sets-1): Use charset-multibyte-form-string.
11129 (describe-character-set): New function.
11130 (describe-coding-system): Hyperlinks to safe character sets.
11131
11132 * international/quail.el (quail-help): New arg PACKAGE.
11133 Hyperlinks to mule related items.
11134 (quail-help-insert-keymap-description): Use
11135 substitute-command-keys instead of describe-bindings.
11136 (quail-translation-help): Hyperlinks to mule related items.
11137
111382000-08-28 John Wiegley <johnw@gnu.org>
11139
11140 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11141 have a defsubst call itself. Made `eshell-flatten-list' back into
11142 a function again.
11143
11144 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11145 catch, in case re-centering point at bottom messes up the display.
11146 This happens frequently in Emacs 21, due I believe to variable
11147 line heights.
11148
11149 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11150 to call `find-tag-interactive'.
11151
11152 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11153 the list of remember directories.
11154
111552000-08-28 John Wiegley <johnw@gnu.org>
11156
11157 * align.el: Test align-region-separate to see if it's a symbol.
11158
111592000-08-28 John Wiegley <johnw@gnu.org>
11160
11161 * eshell/esh-util.el (eshell-flatten-list): Made this function
11162 into a defsubst form. It gets used very frequently, although
11163 calls don't occur all that often.
11164
11165 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11166 examining it.
11167
11168 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11169 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11170 `eshell-protect'.
11171 (eshell-copy-handles): Created a new macro for duplicating the
11172 current set of open handles. This is needed by the looping
11173 functions.
11174 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11175 is not incorrectly stomped on.
11176
11177 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11178 declaration for pcomplete-use-paring.
11179 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11180 value of eshell-cmpl-use-paring.
11181 * pcomplete.el (pcomplete-use-paring): New config variable, to
11182 indicate whether paring should be used.
11183 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11184 completion alternatives that have already been used.
11185
11186 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11187 bound to C-c C-y, which will repeat the previous N arguments
11188 (based on prefix argument).
11189 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11190
11191 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11192 if there is no *Help* buffer. This is for XEmacs, which renames
11193 its help buffers uniquely. TODO: Find out what the current buffer
11194 name to delete is.
11195
11196 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11197 first entry that correlates to a passwd/group number. Later
11198 entries (used for group/user name aliasing to multiple IDs) are
11199 ignored.
11200
11201 * eshell/em-xtra.el (eshell/expr):
11202 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11203 (eshell-grep, eshell/diff, eshell/locate):
11204 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11205 argument list, before passing it to the system command.
11206
11207 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11208 `find-tag' for use at final position in Eshell buffers (which
11209 otherwise triggers an error on Emacs 21).
11210 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11211 buffer, if it is currently bound to `find-tag'.
11212
11213 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11214 in the list of matched Makefile names.
11215 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11216 directory, prefer its contents to Makefile.
11217
11218 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11219 directory parts (like "cd old new", or "cd =regexp"), are now case
11220 sensitive on non-Windows/DOS platforms.
11221
11222 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11223 types RET after an open delimiter (like "), display a message
11224 indicating that Eshell is waiting for the closing delimiter.
11225
11226 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11227 environment variables.
11228
11229 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11230 gracefully if the user enters incorrect arguments.
11231
11232 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11233 Eshell buffers.
11234
11235 * eshell/esh-var.el (eshell-interpolate-variable):
11236 * eshell/esh-mode.el (eshell-move-argument):
11237 * eshell/em-unix.el (eshell-du-sum-directory):
11238 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11239 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11240 (not (= ...)).
11241
11242 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11243 to ensure the `preserve' flag gets propagated when doing recursive
11244 directory copies.
11245
112462000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11247
11248 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11249 Don't convert \n into \0177 in memory.
11250 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11251 and back again, when reading and writing.
11252
112532000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11254
11255 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11256 testing of `fboundp' on `processp'.
11257
11258 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11259 (eshell/jobs): Don't call process-list if it is not bound.
11260 (eshell-gather-process-output): Support systems where async
11261 subprocesses aren't supported.
11262 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11263 variables.
11264
11265 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11266 eshell-do-eval returns t.
11267 (eshell-do-pipelines-synchronously): New defmacro.
11268 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11269 when async subprocesses aren't supported.
11270 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11271 if async subprocesses aren't supported.
11272 (eshell-resume-command): Don't assume STATUS is a string.
11273
11274 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11275
11276 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11277 (eshell-close-target, eshell-get-target): Use eshell-processp.
11278 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11279 fix.
11280 (eshell-get-target, eshell-create-handles): Doc fix.
11281
112822000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11283
11284 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11285 criterion to include commands that output something, as long as it
11286 leaves both the command and the end-of-buffer visible when the
11287 command has exited.
11288 (eshell-review-quick-commands): Adjust the help doc string
11289 accordingly.
11290
112912000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11292
11293 * locate.el (locate): Cleaned up locate command's interactive prompting
11294 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11295
11296 * filecache.el (file-cache-case-fold-search): New variable
11297 (file-cache-assoc-function): New variable
11298 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11299 Use file-cache-case-fold-search variable
11300 (file-cache-add-file): Use file-cache-assoc-function
11301 (file-cache-delete-file): likewise
11302 (file-cache-directory-name): likewise
11303 (file-cache-debug-read-from-minibuffer): likewise
11304
113052000-08-28 Gerd Moellmann <gerd@gnu.org>
11306
11307 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11308 (abbrev-table-name): New function.
11309 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11310 If non-nil list local abbrev, only.
11311
113122000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11313
11314 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11315 from Gnus support code, and use special article copy buffer
11316 `(gnus-original-article-buffer)' instead. This allows to get rid
11317 of article-hide-headers usage (which breaks in the latest Gnus
11318 version). Thanks to Detlev Zundel.
11319
113202000-08-28 Kenichi Handa <handa@etl.go.jp>
11321
11322 * international/quail.el (quail-use-package): Hide "... loaded"
11323 message.
11324 (quail-start-translation, quail-start-conversion): Likewise.
11325
11326 * international/kkc.el (kkc-region): Hide "... loaded" message.
11327
113282000-08-27 Dave Love <fx@gnu.org>
11329
11330 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11331
113322000-08-27 Miles Bader <miles@gnu.org>
11333
11334 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11335
113362000-08-27 Kenichi Handa <handa@etl.go.jp>
11337
11338 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11339 'ja-dic-cnv), not (require 'skkdic-cnv).
11340
113412000-08-26 Miles Bader <miles@gnu.org>
11342
11343 * faces.el (face-x-resources): Add entry for :inherit.
11344 * cus-face.el (custom-face-attributes): Add support for :inherit
11345 attribute. Add support for relative face heights.
11346 (custom-face-attributes-get): Treat `nil' as being a default value
11347 for :inherit (as well as `unspecified').
11348
11349 * faces.el (set-face-attribute): Update doc string.
11350 (face-attribute-name-alist): Add :inherit.
11351 (face-valid-attribute-values): Handle :inherit.
11352 (face-read-string): Rephrase prompt to be less confusing.
11353 Assume that DEFAULT is a string, since we must return a string.
11354 (face-read-integer): Use `format' to turn DEFAULT into an
11355 acceptable default for face-read-string. Match NEW-VALUE against
11356 the string "unspecified", not the symbol `unspecified', since
11357 that's what face-read-string returns.
11358 (read-face-attribute): Lookup a name for old-value in valid, and
11359 use it as a default if we find one. Treat all values from
11360 face-read-string as strings. If the default is used, don't do any
11361 more processing on the value, just use the old value directly.
11362 (read-face-and-attribute, modify-face): Tweak prompt.
11363 (read-face-name): Don't assume prompt ends with a space.
11364
11365 * faces.el (describe-face): Add support for :inherit attribute.
11366
113672000-08-25 Kenichi Handa <handa@etl.go.jp>
11368
11369 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11370 concat doesn't accept interger.
11371
11372 * international/kkc.el: Remove SKK from Keywords. Require
11373 ja-dic-utl instead of skkdic-utl.
11374
11375 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11376 Provide ja-dic-cnv instead of skkdic-cnv.
11377 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11378 (iso-2022-7bit-short): Add safe-charsets property.
11379 (skkdic-convert-postfix): Search Japanese chou-on character in
11380 addition to Hiragana character.
11381 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11382 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11383 (batch-skkdic-convert): Likewise.
11384
11385 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11386 Provide ja-dic-utl instead of skkdic-utl.
11387 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11388
113892000-08-24 Dave Love <fx@gnu.org>
11390
11391 * disp-table.el (standard-display-default): Make the test of `l'
11392 useful.
11393
11394 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11395 mod sample text.
11396
11397 * international/iso-ascii.el: Make pilcrow convenient string
11398 consistent with section.
11399 (iso-ascii-display): Set up multibyte characters as well as
11400 unibyte.
11401
114022000-08-24 Kenichi Handa <handa@etl.go.jp>
11403
11404 * international/mule-cmds.el (reset-language-environment): Set
11405 default-process-coding-system to '(undecided . iso-latin-1), which
11406 makes process I/O almost consistent with file I/O. Call this
11407 function when mule-cmds.el[c] is loaded.
11408
114092000-08-22 Andrew Innes <andrewi@gnu.org>
11410
11411 * makefile.w32-in: New file.
11412
114132000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11414
11415 * comint.el (comint-output-filter): Compare end of
11416 comint-last-output-overlay with the start of the newly inserted
11417 text, not the end, when deciding whether to extend it.
11418 Set saved-point's insertion type to advance after insertion.
11419
11420 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11421 since this is now done independently of font-lock mode.
11422
114232000-08-21 Gerd Moellmann <gerd@gnu.org>
11424
11425 * server.el (server-kill-new-buffers): New user option.
11426 (server-existing-buffer): New buffer-local variable.
11427 (server-visit-files): When using an existing buffer, set
11428 server-existing-buffer to t.
11429 (server-buffer-done): If server-kill-new-buffers is t, kill the
11430 buffer, unless it was already present before visiting it with
11431 Emacs server.
11432
114332000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11434
11435 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11436 even if the display doesn't support colors: some displays will
11437 support bold/underline faces.
11438
114392000-08-21 Gerd Moellmann <gerd@gnu.org>
11440
11441 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11442
11443 * startup.el (command-line): If user's init file had an error,
11444 add explanatory text to *Messages*.
11445
114462000-08-21 Kenichi Handa <handa@etl.go.jp>
11447
11448 * man.el (Man-getpage-in-background): Decode the process output by
11449 the system locale coding system.
11450
114512000-08-20 Dave Love <fx@gnu.org>
11452
11453 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11454 Don't test x-popup-menu.
11455 (function) <complete-function>: Complete only fbound symbols.
11456 <validate, value>: New.
11457 (variable) <complete-function>: Complete only bound symbols.
11458 (coding-system): Add :base-only, :complete-function, :validate,
11459 :value, :prompt-match.
11460 (widget-coding-system-prompt-value): Use read-coding-system and
11461 act on :base-only.
11462 (editable-field): Add :help-echo.
11463 (widget-push-button-gui, widget-push-button-cache)
11464 (widget-gui-action, widget-editable-list-gui): COmment out, along
11465 with uses.
11466 (widget-at): Make arg optional.
11467 (widget-echo-help): Adjust for current help-echo calling sequence.
11468 (widget-specify-field, widget-specify-button)
11469 (widget-specify-insert, widget-get-sibling, widget-image-find)
11470 (widget-convert, widget-insert, widget-leave-text)
11471 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11472 (widget-setup, widget-field-find, widget-before-change)
11473 (widget-after-change, widget-default-complete)
11474 (widget-default-create, widget-default-delete)
11475 (widget-push-button-value-create, editable-field)
11476 (widget-field-prompt-value, widget-field-validate)
11477 (widget-choice-value-create, widget-choice-action)
11478 (widget-choice-validate, widget-checklist-add-item)
11479 (widget-radio-add-item, widget-radio-chosen)
11480 (widget-radio-value-inline, widget-editable-list-value-create)
11481 (widget-editable-list-entry-create)
11482 (widget-documentation-link-add)
11483 (widget-documentation-string-value-create)
11484 (widget-regexp-validate, widget-file-complete)
11485 (widget-sexp-validate, widget-plist-convert-widget)
11486 (widget-plist-convert-widget, widget-alist-convert-widget)
11487 (widget-alist-convert-widget, widget-color-complete): Simplify,
11488 particularly to avoid bindings which aren't optimized out.
11489
11490 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11491 Doc fix.
11492 (down-list, backward-up-list, up-list, kill-sexp)
11493 (backward-kill-sexp, mark-sexp): Make arg optional.
11494 (lisp-complete-symbol): Add optional arg PREDICATE.
11495
11496 * cus-start.el: Add display-buffer-reuse-frames,
11497 file-coding-system-alist.
11498
114992000-08-20 Gerd Moellmann <gerd@gnu.org>
11500
11501 * startup.el (command-line): Clear realized faces after
11502 modifying TTY color mappings.
11503
115042000-08-20 Miles Bader <miles@gnu.org>
11505
11506 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11507 merely a subset of FACE's attributes.
11508
115092000-08-19 Miles Bader <miles@gnu.org>
11510
11511 * comint.el (comint-output-filter): Save the point with a marker,
11512 not just a buffer position.
11513
11514 * international/mule.el (set-buffer-process-coding-system): Make
11515 interactive prompt less confusing.
11516
115172000-08-19 Gerd Moellmann <gerd@gnu.org>
11518
11519 * hilit-chg.el: General cleanup of doc strings, comments and
11520 code formatting.
11521
115222000-08-19 Miles Bader <miles@gnu.org>
11523
11524 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11525 Compiler macro removed; beginning-of-line is no longer always
11526 equivalent to forward-line, in the presence of fields.
11527
11528 * comint.el (comint-output-filter): Remove ad-hoc saving of
11529 restriction, and just use save-restriction, now that it works
11530 correctly. Don't adjust comint-last-input-start to account for
11531 our insertion; it shouldn't have moved because we don't use
11532 insert-before-markers anymore. Comment out call to
11533 `force-mode-line-update'; why is it here?
11534
11535 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11536 while checking for prompt to delete. Use `forward-line 0'
11537 instead of beginning-of-line.
11538 (gud-filter): Temporarily widen gud comint buffer while
11539 examining output.
11540
115412000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11542
11543 * progmodes/sh-script.el: Big bag of typos.
11544
11545 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11546 check since ispell-process is not bound when ispell is not yet loaded.
11547
115482000-08-18 Dave Love <fx@gnu.org>
11549
11550 * image.el (find-image): Copy `spec' before using plist-put.
11551
115522000-08-18 Gerd Moellmann <gerd@gnu.org>
11553
11554 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11555 `portugues'.
11556
11557 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11558 backward-kill-sexp, analogous to kill-sexp.
11559
11560 * progmodes/icon.el (icon-indent-line)
11561 (icon-is-continuation-line): Handle comments specially.
11562
115632000-08-17 Ken Stevens <k.stevens@ieee.org>
11564
11565 * ispell.el: Set to standard author/maintainer/keyword fields.
11566 Fine tuning to menu map appearance and operation, and added help.
11567 Remove `start' and `end' error messages when compiling.
11568 (ispell-choices-win-default-height): Fixed comment string.
11569 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11570 castellano8 dictionaries.
11571 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11572 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11573 dictionary, added italiano dictionary.
11574 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11575 word character
11576 (ispell-tex-skip-alists): Added psfig support.
11577 (ispell-skip-html): Renamed from ispell-skip-sgml.
11578 (ispell-begin-skip-region-regexp, ispell-skip-region)
11579 (ispell-minor-check): Improved html skipping support to skip across
11580 code, and recognize `&' commands without propper `;' syntax;
11581 (ispell-process-line): Fix alignment error when manually
11582 correcting spelling.
11583 (ispell): Fix comment string.
11584 (ispell-add-per-file-word-list): Always put word list on new line.
11585
115862000-08-17 Gerd Moellmann <gerd@gnu.org>
11587
11588 * format.el (format-encode-run-method): Fix error message to say
11589 `encode' instead of `decode'. Use save-window-excursion around
11590 shell-command-on-region as in format-decode-run-method because
11591 shell-command-on-region can display a buffer with error output.
11592 (format-decode): Don't record undo information for the decoding.
11593 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11594 that number part of the temporary buffer name so that more than
11595 one decoding using a temporary buffer can happen safely.
11596
11597 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11598 of `A-z' in the regexp.
11599
11600 * hilit-chg.el: Fix typos in commentary.
11601
11602 * help.el (view-emacs-news): Rewritten for new naming scheme
11603 for old NEWS files.
11604
11605 * startup.el (command-line): Pop to *Messages* in case an error
11606 is signaled while loading user-init-file.
11607
116082000-08-17 Andreas Schwab <schwab@suse.de>
11609
11610 * files.el (insert-directory): Don't lose original file name,
11611 undoing an undocumented change.
11612
116132000-08-17 Alex Schroeder <alex@gnu.org>
11614
11615 * sql.el (sql-magic-go): Use comint-bol.
11616 (sql-copy-column): Use comint-line-beginning-position.
11617 (comint-line-beginning-position): Define a replacement for
11618 comint-line-beginning-position if it is not fboundp.
11619
116202000-08-17 Alex Schroeder <alex@gnu.org>
11621
11622 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11623 it didn't have any effect anyway.
11624
116252000-08-17 Alex Schroeder <alex@gnu.org>
11626
11627 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11628 --pset and pager=off instead of sending \\o|cat at the beginning
11629 of the session.
11630
116312000-08-17 Miles Bader <miles@gnu.org>
11632
11633 * progmodes/octave-inf.el: Add compatibility definition of
11634 comint-line-beginning-position.
11635
116362000-08-17 Kenichi Handa <handa@etl.go.jp>
11637
11638 * startup.el (normal-top-level): Look in each dir in load-path for
11639 a leim-list.el file too. This assures of loading leim-list.el
11640 that is created at Emacs installation time even if a user have his
11641 own leim-list.el.
11642
116432000-08-17 Miles Bader <miles@gnu.org>
11644
11645 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11646 foreground color to black if the background is dark.
11647
116482000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11649
11650 * loadhist.el (unload-feature): Typo.
11651
11652 * finder.el (finder-compile-keywords):
11653 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11654 to the generated file.
11655
11656 * mail/mh-e.el (mh-make-local-vars):
11657 Replace make-variable-buffer-local with make-local-variable.
11658
11659 * play/landmark.el:
11660 * options.el (Edit-options-{set,toggle,t,nil}):
11661 * mail/mailabbrev.el (mail-abbrevs-mode):
11662 * textmodes/tex-mode.el (tex-expand-files):
11663 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11664
11665 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11666
11667 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11668 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11669 Allow going past the last element.
11670 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11671 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11672 (cvs-mouse-toggle-mark): Don't move point.
11673 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11674
11675 * progmodes/compile.el (grep): Provide a default set of files.
11676 (next-error): Docstring fix.
11677 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11678
11679 * emacs-lisp/easy-mmode.el (define-minor-mode):
11680 Use `symbol-value' to keep the byte-compiler quiet.
11681
11682 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11683 (diff-find-source-location): New fun, extracted from diff-goto-source.
11684 (diff-goto-source): Use it.
11685 (diff-next-complex-hunk, diff-filter-lines): New function.
11686 (diff-apply-hunk): New command.
11687
11688 * smerge-mode.el (smerge-mode-menu): Doc fix.
11689
11690 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11691
116922000-08-16 Dave Love <fx@gnu.org>
11693
11694 * windmove.el (windmove) <defgroup>: Add :version.
11695
11696 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11697 (goto-address-fontify-p, goto-address-highlight-p)
11698 (goto-address-url-face, goto-address-url-mouse-face)
11699 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11700 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11701 (goto-address-fontify, goto-address-at-mouse): Simplify,
11702 (goto-address-at-point): browse-url-url-at-point,
11703 goto-address-find-address-at-point can return nil.
11704 (goto-address-find-address-at-point): Return nil on failure.
11705
11706 * align.el (align) <defgroup>: Add :version.
11707
11708 * calculator.el (calculator): Add :version.
11709 (calculator): Use two lines for calculator window if `modeline'
11710 face is boxed.
11711
11712 * play/5x5.el: Doc fixes.
11713 (5x5) <defgroup>: Add :version.
11714
11715 * play/fortune.el (fortune) <defgroup>: Add :version.
11716 (fortune-append): Fix error message.
11717 (fortune-from-region): Doc fix.
11718
11719 * play/pong.el (pong): Doc fix.
11720
11721 * play/morse.el: Keywords, commentary, autoloads.
11722
117232000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11724
11725 * desktop.el (desktop-save): Don't look at symbol-value of a
11726 member of minor-mode-alist, unless it is boundp.
11727
117282000-08-16 Sam Steingold <sds@gnu.org>
11729
11730 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11731 `while'; use `with-current-buffer' instead of `save-excursion'.
11732 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11733
117342000-08-16 Kenichi Handa <handa@etl.go.jp>
11735
11736 * international/ccl.el (declare-ccl-program): Docstring modified.
11737 (ccl-execute-with-args): Likewise.
11738
117392000-08-16 Miles Bader <miles@gnu.org>
11740
11741 * progmodes/sql.el: Add compatibility definition of
11742 comint-line-beginning-position.
11743
117442000-08-15 Gerd Moellmann <gerd@gnu.org>
11745
11746 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11747 'buffer-menu' property.
11748 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11749 fails.
11750 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11751 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11752 wasn't killed.
11753
11754 * buff-menu.el (list-buffers-noselect): Don't display the
11755 *Buffer List* buffer.
11756
11757 * font-lock.el: Require jit-lock to prevent a very late
11758 `Loading jit-lock' message.
11759
11760 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11761 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11762 mail address.
11763
117642000-08-15 Miles Bader <miles@gnu.org>
11765
11766 * textmodes/ispell.el (ispell-graphic-p): New constant.
11767 (ispell-choices-win-default-height, ispell-help): Use
11768 `ispell-graphic-p' instead of `xemacsp'.
11769
117702000-08-15 Dave Love <fx@gnu.org>
11771
11772 * simple.el: Autoload widget-convert when compiling.
11773 (mail-user-agent): Doc fix.
11774
11775 * help.el (function-called-at-point, variable-at-point): Use
11776 with-syntax-table.
11777 (help-manyarg-func-alist): Add insert-and-inherit.
11778
11779 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11780
11781 * delsel.el (delsel-unload-hook): New function.
11782
11783 * find-file.el: Doc fixes. Move provide to end.
11784 (ff) <defgroup>: Add :link.
11785 (ff-goto-click): Deleted.
11786 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11787 Use mouse-set-point.
11788
11789 * textmodes/tildify.el: Doc fixes.
11790 (tildify) <defgroup>: Add:version.
11791
11792 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11793 (glasses-custom-set): Use set-default, not set.
11794 (minor-mode-alist): Propertize the lighter.
11795 (glasses-mode): Provide optional arg.
11796
11797 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11798 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11799 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11800 option. Provide :type.
11801 (cwarn-configuration): Provide :type.
11802 (cwarn-mode): Doc fix.
11803
11804 * add-log.el (change-log-merge): Doc fix.
11805 (change-log-redate): New command.
11806
11807 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11808 Doze and Dog.
11809 (browse-url): Use dolist, not mapcar.
11810 (browse-url-at-point): Check for null url.
11811 (browse-url-event-buffer, browse-url-event-point): Functions
11812 deleted.
11813 (browse-url-at-mouse, browse-url-netscape): Simplify.
11814
11815 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11816 modes.
11817 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11818 Fix previous change to mapcan.
11819 (msb--init-file-alist, msb--add-separators)
11820 (msb--make-keymap-menu): Simplify.
11821 (msb--choose-file-menu): Use copy-sequence.
11822 (msb-mode-map): Add title to keymap.
11823 (msb-unload-hook): New function.
11824
11825 * bs.el: Fix indentation.
11826 (bs) <defgroup>: Add :links.
11827 (bs-show): Doc fix.
11828 (bs-apply-sort-faces): Don't use window-system.
11829 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11830
118312000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11832
11833 * calendar/timeclock.el (timeclock-file): Run .timelog through
11834 convert-standard-filename.
11835
118362000-08-14 Gerd Moellmann <gerd@gnu.org>
11837
11838 * emacs-lisp/authors.el: New file.
11839
11840 * paren.el (show-paren-priority): New user option.
11841 (show-paren-function): Set overlay priorities to
11842 show-paren-priority.
11843
118442000-08-14 Miles Bader <miles@gnu.org>
11845
11846 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11847 beginning-of-line with inhibit-field-text-motion bound.
11848
118492000-08-14 Gerd Moellmann <gerd@gnu.org>
11850
11851 * calendar/timeclock.el: New file.
11852
118532000-08-14 David Ponce <david@dponce.com>
11854
11855 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11856 `widget-button-click'. so that one can use left mouse button to
11857 click on dialog buttons.
11858
118592000-08-14 Emmanuel Briot <briot@gnat.com>
11860
11861 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11862 identifiers, since XML is case sensitive
11863
118642000-08-12 Miles Bader <miles@gnu.org>
11865
11866 * comint.el (comint-output-filter): Don't bother frobbing
11867 window-start, it doesn't seem to be necessary.
11868
11869 * comint.el (comint-send-string, comint-send-region): Make into
11870 real functions. Snapshot the prompt before sending.
11871
118722000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11873
11874 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11875 technique similar to Info-index, instead of relying on specific
11876 names of relevant Index nodes.
11877 (Info-goto-emacs-command-node): Bind Info-history to nil when
11878 going to the first node found by Info-find-emacs-command-nodes.
11879
118802000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11881
11882 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11883
118842000-08-10 Miles Bader <miles@gnu.org>
11885
11886 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11887
118882000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11889
11890 * info.el (Info-file-list-for-emacs): More elements for the
11891 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11892 and woman manuals.
11893
118942000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11895
11896 * comint.el (comint-send-input): Make the newline boundary overlay
11897 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11898 (comint-output-filter): Use `insert' instead of
11899 `insert-before-markers'. Extend comint-last-output-overlay when
11900 necessary since we can't rely on insert-before-markers to do it.
11901 * gud.el (gud-filter): Use `with-current-buffer' instead of
11902 save-excursion when inserting the output, so that point gets
11903 updated correctly; the old method relied on a rather dodgy
11904 side-effect of comint-output-filter to avoid the effect of
11905 save-excursion.
11906
119072000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11908
11909 * files.el (recover-file): Call insert-directory instead of
11910 invoking `ls' directly.
11911
119122000-08-10 Miles Bader <miles@gnu.org>
11913
11914 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11915 (comint-last-prompt-overlay): New variables.
11916 (comint-output-filter): Implement prompt highlighting.
11917 (comint-snapshot-last-prompt): New function.
11918 (comint-send-input): Snapshot the last prompt.
11919 Use comint-highlight-input-face.
11920 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11921 Use defface instead of defcustom.
11922 (send-invisible, comint-send-eof): Snapshot the last prompt.
11923 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11924 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11925
119262000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11927
11928 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11929 (regexp-opt-group): Use a list of chars for `letters'.
11930 (regexp-opt-charset): `chars' is now a list of chars.
11931 Use a char-table rather than a vector so it works for multibyte chars.
11932
11933 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11934 Set cvs-minor-current-files to the selected fileinfo.
11935 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11936 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11937
119382000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11939
11940 * files.el (insert-directory): Don't call access-file on
11941 directories on DOS and Windows.
11942
119432000-08-09 Kenichi Handa <handa@etl.go.jp>
11944
11945 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11946 longer if necessary.
11947 (ccl-embed-code): Call ccl-embed-data to store CODE in
11948 ccl-program-vector.
11949
119502000-08-09 Miles Bader <miles@gnu.org>
11951
11952 * comint.el (comint-output-filter): Properly handle the case where
11953 the text surrounded by comint-last-output-overlay was deleted.
11954
119552000-08-08 Gerd Moellmann <gerd@gnu.org>
11956
11957 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11958 non-nil.
11959 (Info-file-list-for-emacs): Remove "info" from the list because
11960 that leads to trying to use the documentation from file `info'
11961 in various situations where it isn't appropriate, for instance
11962 C-h C-k C-h i.
11963
11964 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11965 DIR and/or STRING are nil.
11966
11967 * progmodes/compile.el (compilation-setup): Make variable
11968 compilation-error-screen-columns buffer-local, as some comment
11969 in the code suggests it should be.
11970
11971 * files.el (auto-mode-interpreter-regexp): New variable.
11972 (set-auto-mode): Use it.
11973
11974 * indent.el (indent-for-tab-command): Doc fix.
11975
11976 * mouse-sel.el (mouse-sel-mode): Doc fix.
11977
11978 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11979 labels.
11980
11981 * help.el (print-help-return-message): When
11982 display-buffer-reuse-frames is set, let the help window been quit,
11983 instead of deleting it, which might delete a reused frame.
11984
119852000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11986
11987 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11988 rename a directory to a name that differs only by its letter case.
11989
119902000-08-08 Kenichi Handa <handa@etl.go.jp>
11991
11992 * international/quail.el (quail-define-rules): Handle Quail decode
11993 map correctly. Add code for supporting annotations.
11994 (quail-install-decode-map): New function.
11995 (quail-defrule-internal): New optional arguments decode-map and
11996 props.
11997 (quail-advice): New function.
11998
119992000-08-07 Sam Steingold <sds@gnu.org>
12000
12001 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12002 `defconst', `define-condition', `with-slots'.
12003 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12004
120052000-08-03 Miles Bader <miles@gnu.org>
12006
12007 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12008 New variable.
12009 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12010 comint-use-prompt-regexp-instead-of-fields.
12011 (comint-send-input): Add `input' field property to stuff we send to
12012 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12013 (comint-output-filter): Add `output' field property to process
12014 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12015 (comint-replace-by-expanded-history)
12016 (comint-get-old-input-default, comint-show-output)
12017 (comint-backward-matching-input, comint-forward-matching-input)
12018 (comint-next-prompt, comint-previous-prompt): Use field
12019 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12020 (comint-line-beginning-position): New function.
12021 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12022 (comint-replace-by-expanded-history-before-point): Use
12023 comint-line-beginning-position and line-end-position.
12024 (comint-last-output-overlay): New variable.
12025 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12026
12027 * shell.el (shell-prompt-pattern): Doc change.
12028 (shell-backward-command): Use line-beginning-position.
12029
12030 * gud.el (gud-gdb-complete-command): Use
12031 comint-line-beginning-position.
12032
12033 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12034 comint-bol doesn't actually go to the beginning of the line.
12035
12036 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12037 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12038 (try-expand-line-all-buffers): Likewise.
12039
12040 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12041 explicitly matching comint-prompt-regexp.
12042 (sql-copy-column): Use comint-line-beginning-position instead of
12043 explicitly matching comint-prompt-regexp.
12044
12045 * progmodes/octave-inf.el (inferior-octave-complete): Use
12046 comint-line-beginning-position.
12047
12048 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12049
12050 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12051 looking for a prompt, use `forward-line 0' instead of
12052 `beginning-of-line', to avoid getting caught by an input field.
12053
120542000-08-07 Gerd Moellmann <gerd@gnu.org>
12055
12056 * files.el (shell-quote-wildcard-pattern): Make sure to return
12057 PATTERN, in the Unix case.
12058
120592000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12060
12061 * play/zone.el (zone): Discard any pending input before running
12062 the randomly-chosen pgm.
12063
120642000-08-07 Kenichi Handa <handa@etl.go.jp>
12065
12066 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12067 checking the existence of any multibyte characters.
12068
120692000-08-06 Gerd Moellmann <gerd@gnu.org>
12070
12071 * help.el (describe-mode): Test minor-mode symbol for being
12072 bound before testing its value for being nil.
12073
12074 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12075 `first', `second', and `third'.
12076
12077 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12078 (second): Make it an alias for `cadr'.
12079
120802000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12081
12082 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12083 types of display support faces now.
12084
120852000-08-05 Gerd Moellmann <gerd@gnu.org>
12086
12087 * pcvs.el (require): Require `cl' during compilation, only.
12088
12089 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12090 (toplevel): Remove `remq' and `remove' from autoloads.
12091 (cl-fake-autoloads): New variable. If set, arrange for an error
12092 when CL functions etc. are autoloaded.
12093
120942000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12095
12096 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12097
12098 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12099 popped up, but the user clicks outside the menu, return an empty
12100 regexp (that causes unhighlight-regexp to have no effect).
12101
12102 * menu-bar.el (menu-bar-games-menu): Add Zone.
12103
12104 * hi-lock.el (toplevel): Require font-lock.
12105
121062000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12107
12108 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12109 (ebnf-8-bit-chars): New var for bug fix.
12110 (ebnf-string): Bug fix.
12111
121122000-08-03 Sam Steingold <sds@gnu.org>
12113
12114 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12115 instead of `buffer-string'.
12116 (require 'cl): Always, not just when compiling.
12117 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12118 necessary.
12119
121202000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12121
12122 * international/mule-cmds.el (select-safe-coding-system): Make
12123 the message text about selecting a safe coding system more clear.
12124
121252000-08-02 Gerd Moellmann <gerd@gnu.org>
12126
12127 * hi-lock.el: New file.
12128
12129 * play/zone.el: New file.
12130
12131 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12132 value of tab-width in the original buffer. Choose a line number
12133 format that's a multiple of the original buffer's tab width, so
12134 that lines appear right.
12135
12136 * textmodes/ispell.el (ispell): New function, replacing an alias.
12137 Spell-check active region if in transient-mark-mode and mark
12138 is active; otherwise spell-check buffer.
12139
121402000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12141
12142 * ps-mule.el: Fix a customization problem on
12143 ps-mule-font-info-database-default.
12144
121452000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12146
12147 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12148 display-mouse-p instead of window-system.
12149 (ebrowse-member-mode-map): Ditto.
12150
121512000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12152
12153 * progmodes/ebnf2ps.el: Update ps-print functions call.
12154 Indentation fix. Doc fix.
12155 (ebnf-version): New version number (3.2).
12156 (ebnf-format-color, ebnf-begin-job): Code fix.
12157
121582000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12159
12160 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12161 font lock support on window-system.
12162 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12163
12164 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12165 display-color-p, if fboundp, instead of window-system.
12166
121672000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12168
12169 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12170 instead of window-system.
12171
12172 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12173 window-system.
12174 (widget-choice-mouse-down-action): Use display-popup-menus-p
12175 instead of window-system.
12176
12177 * strokes.el (strokes-file): Run the file name through
12178 convert-standard-filename.
12179 (strokes-mode): Call display-mouse-p instead of looking at
12180 window-system. Change the error message accordingly.
12181
12182 * progmodes/cpp.el (toplevel): Support faces on tty's.
12183
12184 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12185 (lm-plot-square, lm-init-display): Don't use window-system.
12186
12187 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12188 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12189
12190 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12191 instead of looking at window-system.
12192
121932000-07-30 Gerd Moellmann <gerd@gnu.org>
12194
12195 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12196 of testing if iswitchb-prepost-hooks is bound, because the
12197 latter will always be true when invoking a recursive minibuffer
12198 from an active Iswitchb buffer.
12199
122002000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12201
12202 * files.el (shell-quote-wildcard-pattern): New function.
12203 (insert-directory): Call it. Only prepend "\" to command on Unix
12204 and GNU/Linux systems.
12205
122062000-07-30 Gerd Moellmann <gerd@gnu.org>
12207
12208 * eshell/esh-groups.el: Change custom :link file names
12209 from `eshell.info' to `eshell'.
12210
122112000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12212
12213 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12214 correctly in recursive ange-ftp listings.
12215
122162000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12217
12218 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12219 ps-header-font-size-internal and
12220 ps-header-title-font-size-internal variables are not set,
12221 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12222 face text property is (foreground-color . COLOR) or
12223 `(background-color . COLOR)', ps-print crashes. Doc fix.
12224 (ps-print-version): New version number (5.2.4).
12225 (ps-plot-region): Code fix.
12226 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12227 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12228 Bug fix 2.
12229
122302000-07-30 Milan Zamazal <pdm@freesoft.cz>
12231
12232 * glasses.el (glasses-make-readable): Fix uncapitalization of
12233 identifiers like `myXMLDocument'.
12234
122352000-07-28 Karl Fogel <kfogel@red-bean.com>
12236
12237 * mail/mail-hist.el (mail-hist-previous-input)
12238 (mail-hist-next-input): Do the obvious code factorization.
12239 (mail-hist-retrieve-and-insert): New func, contains common
12240 code of above two.
12241 If inserting a message body, leave point at top.
12242
122432000-07-28 Sam Steingold <sds@gnu.org>
12244
12245 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12246 Use `<=', not `<' to compare times!
12247 (ange-ftp-ls): Remove.
12248
122492000-07-27 Gerd Moellmann <gerd@gnu.org>
12250
12251 * play/cookie1.el: Add explanation of how to make cookie.el
12252 compatible with strfile(1) to comment.
12253
12254 * subr.el (remove, remq): New functions.
12255
12256 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12257 escape `*' in regexps.
12258 (midnight-find): Reverse order of arguments in the funcall of
12259 TEST.
12260
12261 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12262 and `.class'.
12263
12264 * play/meese.el: Add Commentary section.
12265
122662000-07-27 Alex Schroeder <alex@gnu.org>
12267
12268 * sql.el (sql-ms): Added autoload cookie.
12269 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12270 (sql-oracle): Ditto.
12271 (sql-help): Doc change.
12272
12273 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12274 types and exceptions.
12275
122762000-07-27 Alex Schroeder <alex@gnu.org>
12277
12278 * sql.el (sql-placeholder-history): New variable.
12279 (sql-query-placeholders-and-send): New function that will query
12280 the user and replace placeholders with user input.
12281 (sql-oracle): If running on NT, set comint-input-sender to
12282 sql-query-placeholders-and-send.
12283
12284 (sql-stop): If in the SQLi buffer, insert stop notification, else
12285 present it as a message.
12286
122872000-07-27 Alex Schroeder <alex@gnu.org>
12288
12289 * sql.el (sql-input-ring-separator): Doc change.
12290 (sql-input-ring-file-name): Doc change.
12291 (sql-interactive-mode): Use `sql-input-ring-separator' and
12292 `sql-input-ring-file-name' to set the comint-mode equivalents
12293 without making them local variables.
12294 (sql-stop): Don't bind `sql-input-ring-separator' and
12295 `sql-input-ring-file-name' dynamically to their comint-mode
12296 equivalents.
12297
122982000-07-27 Kenichi Handa <handa@etl.go.jp>
12299
12300 * international/mule.el (register-char-codings): New function.
12301 (make-coding-system): Handle `safe-chars' specification in the arg
12302 PROPERTY.
12303
12304 * international/mule-cmds.el
12305 (find-coding-systems-region-subset-p): This function deleted.
12306 (sort-coding-systems-predicate): New variable.
12307 (sort-coding-systems): New function.
12308 (find-coding-systems-region): Use
12309 find-coding-systems-region-internal.
12310 (find-coding-systems-string): Use find-coding-systems-region.
12311 (find-coding-systems-for-charsets): Check
12312 char-coding-system-table.
12313 (select-safe-coding-system-accept-default-p): New variable.
12314 (select-safe-coding-system): Mostly rewritten. New argument
12315 ACCEPT-DEFAULT-P.
12316 (select-message-coding-system): Call select-safe-coding-system
12317 with ACCEPT-DEFAULT-P arg.
12318 (reset-language-environment): Reset default-sendmail-coding-system
12319 to the default value iso-latin-1.
12320 (set-language-environment): Don't set the obsolete variable
12321 charset-origin-alist.
12322
12323 * international/codepage.el (cp-coding-system-for-codepage-1):
12324 Give `safe-chars' property to make-coding-system.
12325
12326 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12327 calling select-message-coding-system twice.
12328
12329 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12330 instead of `safe-charsets'.
12331 (cyrillic-alternativnyj): Likewise.
12332 (ccl-encode-alternativnyj): Don't check the charset
12333 cyrillic-iso8859-5.
12334
123352000-07-27 Kenichi Handa <handa@etl.go.jp>
12336
12337 * composite.el (compose-chars-after): Preserve match data.
12338
123392000-07-26 Sam Steingold <sds@gnu.org>
12340
12341 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12342 (ange-ftp-real-file-newer-than-file-p): New function.
12343 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12344 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12345
12346 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12347 * midnight.el (midnight-float-time): Ditto.
12348
123492000-07-26 Andreas Schwab <schwab@suse.de>
12350
12351 * files.el (normal-backup-enable-predicate): Correct
12352 interpretation of the return value of compare-strings.
12353
123542000-07-26 Gerd Moellmann <gerd@gnu.org>
12355
12356 * isearch.el (isearch-resume): New function.
12357 (isearch-done): Add something to command-history to resume
12358 the search.
12359 (isearch-yank-line, isearch-yank-word): Use
12360 buffer-substring-no-properties instead of buffer-substring.
12361
12362 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12363 of flyspell-mouse-map.
12364
12365 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12366 duplicate definition.
12367 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12368
12369 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12370 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12371
123722000-07-25 Sam Steingold <sds@gnu.org>
12373
12374 * net/ange-ftp.el: Get modtime over the net.
12375 (ange-ftp-file-modtime): New function.
12376 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12377 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12378 Use it.
12379 (ange-ftp-dot-to-slash): New function.
12380 (ange-ftp-fix-name-for-vms): Use it.
12381
12382 * midnight.el (midnight-buffer-display-time): Use
12383 `with-current-buffer'.
12384
123852000-07-25 Gerd Moellmann <gerd@gnu.org>
12386
12387 * find-dired.el: Update copyright notice.
12388 (find-dired): Offer to kill a running `find'.
12389
12390 * enriched.el (enriched-face-ans): For a `foreground-color'
12391 property, return '(("x-color" COLOR))' so that COLOR will be
12392 output as a parameter of the x-color annotation. Likewise for the
12393 `background-color' property. In the case of normal face
12394 properties, don't return annotations for unspecified foreground
12395 and background face attributes.
12396
123972000-07-25 Kenichi Handa <handa@etl.go.jp>
12398
12399 * language/japan-util.el (japanese-katakana-region): Fix handling
12400 HANKAKU argument.
12401
124022000-07-25 Miles Bader <miles@gnu.org>
12403
12404 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12405 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12406 constrain-to-field.
12407
124082000-07-24 Andrew Innes <andrewi@gnu.org>
12409
12410 * timer.el (timer-activate-when-idle): Add optional parameter
12411 DONT-WAIT. Update docstring.
12412 (run-with-idle-timer): Specify extra parameter to
12413 timer-activate-when-idle, so that timer will be activated
12414 immediately if Emacs is already idle.
12415
12416 * w32-fns.el (w32-using-nt): Fix docstring.
12417
124182000-07-24 Dave Love <fx@gnu.org>
12419
12420 * mouse.el (popup-menu): Set last-command-event.
12421 (mouse-major-mode-menu-prefix): Declare.
12422
124232000-07-24 Gerd Moellmann <gerd@gnu.org>
12424
12425 * textmodes/flyspell.el: Update to author's version 1.5d.
12426
12427 * progmodes/hideshow.el: Update copyright notice.
12428
12429 * vcursor.el: Set maintainer to FSF, since author cannot
12430 be reached.
12431
124322000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12433
12434 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12435 the prompt.
12436
12437 * mouse.el (popup-menu): Run the keymap through indirect-function,
12438 in case it was defined with define-prefix-key. If the menu is a
12439 list of keymaps, look up the binding of user's choice in each one
12440 of the keymaps.
12441 (mouse-popup-menubar): If the global and local menu-bar keymaps
12442 don't have a prompt string, create one and insert it into the
12443 keymap. Don't barf if current-local-map returns nil.
12444
124452000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12446
12447 * dired.el (dired-sort-R-check): Added to allow recursive listing
12448 to be undone.
12449 (dired-sort-other): Use it.
12450
124512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12452
12453 * Release of cc-mode 5.27
12454
124552000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12456
12457 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12458 c-beginning-of-statement-1 that caused a bad case of recursion
12459 which could consume a lot of CPU in large classes in languages
12460 that have in-expression classes (i.e. Java and Pike).
12461
12462 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12463 statements before top level constructs (i.e. case 6 is moved
12464 before case 5 and is now case 4) to catch in-expression
12465 classes in top level expressions correctly.
12466
124672000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12468
12469 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12470 objc-method-intro. Case 4 removed and case 5I added.
12471
12472 * cc-langs.el (c-append-paragraph-start): New variable used by
12473 c-common-init to get paragraph-start correct.
12474 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12475 initialize paragraph-start to make it correct both with and
12476 without the javadoc special case.
12477
12478 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12479 initialize paragraph-start for javadoc markup.
12480
12481 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12482 change by defaulting this to t. It's motivated by the
12483 confusing behavior that otherwise arise from the style system
12484 when editing both java and non-java files at the same time
12485 (see the comments about style setting in c-common-init).
12486
124872000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12488
12489 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12490 similar to the one in c-fill-paragraph to check the fill
12491 prefix from the adaptive fill function for sanity.
12492
124932000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12494
12495 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12496 defun block.
12497
a30eb617
DL
124982000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12499
12500 * cc-align.el (c-lineup-multi-inher): Handle lines with
12501 leading comma nicely. Extended to handle member initializers
12502 too.
12503
12504 * cc-engine.el: (c-beginning-of-inheritance-list,
12505 c-guess-basic-syntax): Fixed recognition of inheritance lists
12506 when the lines begins with a comma.
12507
a30eb617
DL
12508 * cc-vars.el (c-offsets-alist): Changed default for
12509 member-init-cont to c-lineup-multi-inher since it now handles
12510 member initializers and indents better for leading commas.
12511
125122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12513
12514 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12515 handling that caused class open lines to be recognized as
12516 statement-conts in some cases.
12517
12518 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12519 guessed by the adaptive fill function unless point is on the
12520 first line of a block comment.
12521
12522 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12523 when the buffer ends with a macro continuation char.
12524
12525 * cc-engine.el (c-guess-basic-syntax): Added support for
12526 function definitions as statements in Pike. The first
12527 statement in a lambda block is now labeled defun-block-intro
12528 instead of statement-block-intro.
12529
12530 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12531 so that the class surrounding point is selected, not the one
12532 innermost in the state.
12533
12534 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12535 recognition of switch labels having hanging multiline
12536 statements.
12537
12538 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12539 some code in c-guess-basic-syntax to a separate function.
12540 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12541 recognition of member inits with multiple line arglists.
12542 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12543 member-init-cont when the commas are in funny places.
12544
125452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12546
12547 * cc-defs.el (c-auto-newline): Removed this macro since it's
12548 not used anymore.
12549
12550 * cc-engine.el (c-looking-at-bos): New helper function.
12551 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12552 inexpr and toplevel classes apart in Pike.
12553
12554 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12555 of case 9A.
12556
12557 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12558 constant, since "class" can introduce an in-expression class
12559 in Pike nowadays.
12560
125612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12562
12563 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12564 indentation on cpp-macro lines.
12565
12566 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12567 a syntax modifier like comment-intro, to make it possible to
12568 get syntactic indentation for preprocessor directives. It's
12569 incompatible wrt to lineup functions on cpp-macro, but it has
12570 no observable effect in the 99.9% common case where cpp-macro
12571 is set to -1000.
12572
125732000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12574
12575 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12576 member-init-cont when the preceding arglist is several lines.
12577
125782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12579
12580 * cc-styles.el (c-style-alist): The basic offset for the BSD
12581 style corrected to 8.
12582
125832000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12584
12585 * cc-styles.el (c-style-alist): Adjusted the indentation of
12586 brace list openers in the gnu style.
12587
125882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12589
12590 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12591
12592 * cc-cmds.el (c-electric-brace, c-electric-slash,
12593 c-electric-star, c-electric-semi&comma, c-electric-colon,
12594 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12595 when c-syntactic-indentation is nil.
12596
12597 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12598 we were left at comments preceding the first statement when
12599 reaching the beginning of the buffer.
12600
12601 * cc-vars.el (c-syntactic-indentation): New variable to turn
12602 off all syntactic indentation.
12603
126042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12605
12606 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12607 between the text and the block comment ender when it hangs,
12608 depending on how many there are before the fill.
12609
126102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12611
12612 * cc-engine.el (c-beginning-of-closest-statement): New helper
12613 function to go back to the closest preceding statement start,
12614 which could be inside a conditional statement.
12615 * cc-engine.el (c-guess-basic-syntax): Use
12616 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12617
12618 * cc-engine.el (c-guess-basic-syntax): Better handling of
12619 arglist-intro, arglist-cont-nonempty and arglist-close when
12620 the arglist is nested inside parens. Cases 7A, 7C and 7F
12621 changed.
12622
12623 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12624 up-to-date with javadoc 1.2.
12625
126262000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12627
12628 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12629 multiline Pike type decls.
12630
126312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12632
12633 * cc-cmds.el (c-indent-new-comment-line): Always break
12634 multiline comments in multiline mode, regardless of
12635 comment-multi-line.
12636
126372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12638
12639 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12640 fully::qualified::names in C++ member init lists. Preamble in
12641 case 5D changed.
12642
126432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12644
12645 * cc-langs.el (c-common-init): Handling of obsolete variables
12646 moved to c-initialize-cc-mode. More compatible style override
12647 when using global style variables.
12648 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12649 variables moved here.
12650
a30eb617
DL
12651 * cc-styles.el (c-make-styles-buffer-local): Flag style
12652 variable localness in c-style-variables-are-local-p to make
12653 the compatibility measure in c-common-init work well.
12654
12655 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12656 longer contain set-from-style.
12657 * cc-styles.el (c-initialize-builtin-style): Don't check for
12658 set-from-style on c-special-indent-hook.
12659 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12660 copy-alist is sufficient now.
12661
12662 * cc-styles.el (c-set-style, c-set-style-1,
12663 c-get-style-variables): Fixes to variable initialization so
12664 that duplicate entries in styles have the same effect
12665 regardless of DONT-OVERRIDE.
12666
12667 * cc-styles.el (c-set-style-2): Fixed bug where the
12668 initialization of inheriting styles failed when the
12669 dont-override flag is set.
12670
12671 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12672 on this.
12673
126742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12675
12676 * cc-defs.el (c-forward-comment): Removed the workaround
12677 introduced in 5.38 since it had worse side-effects. If a line
12678 contains the string "//\"", it regarded the // as a comment
12679 start since the \ temporarily doesn't have escape syntax.
12680
eb04d6cd 126812000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12682
12683 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12684 ada-xref.el before ada-prj.el, so that the Project menu is created
12685 when ada-prj tries to add to it.
12686 (ada-activate-keys-for-case): Suppress the characters that are not
12687 part of the Ada syntax. Better compatibility with else-mode
12688 (ada-adjust-case-interactive): When auto-casing is not active,
12689 correctly insert newlines (used to insert only ^M). Prevent the
12690 syntax table from being changed in case of an error
12691 (or '_' becomes part of a word and some commands are confused).
12692 Do nothing if ada-auto-case is nil.
12693 (ada-after-keyword-p): Ignore keywords that are also attributes
12694 (ada-batch-reformat): Update usage comment
12695 (ada-call-from-contextual-menu): New function
12696 (ada-case-read-exceptions): Reinitialize the casing exception list
12697 first to nil first, so that the casing exception file can be
12698 shared.
12699 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12700 files.
12701 (ada-compile-goto-error): Fix regexp used to detect a file:line
12702 anywhere in the error message
12703 (ada-contextual-menu-last-point): New variable
12704 (ada-create-keymap): If the variable delete-key-deletes-forward is
12705 t on XEmacs, it means that DEL should delete one character
12706 forward.
12707 (ada-create-menu): Use :included instead of :visible for XEmacs.
12708 New submenu "Options".
12709 (ada-end-stmt-re): Correctly indent "select ... then abort"
12710 statements.
12711 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12712 even if they don't match ada-fill-comment-prefix Fix handling of
12713 paragraphs on the first or last line of a file.
12714 (ada-format-paramlist): Fix handling of default parameter values.
12715 (ada-get-body-name): New function.
12716 (ada-get-current-indent): Optimized by searchling directly for an
12717 existing generic part or a statement outside of it. Handle
12718 ada-indent-align-comments when indenting comments Replaced some
12719 regexps by testing directly the next character. This results in a
12720 huge speedup on some files. New indentation scheme for renames
12721 statements. Stop looking for the 'while' or 'for' associated with
12722 a 'loop' at the first semicolon encountered. A "return" can also
12723 match an anonymous access subprogram declaration.
12724 (ada-get-indent-noindent): Ignore strings and comments when
12725 looking for the keywords "record" and "private".
12726 (ada-goto-matching-decl-start): When matching "if", make sure we
12727 are not in fact seeing "end if". Ignore "when" statements except
12728 when initial keyword was "begin". Fix handling of nested
12729 procedures. Add a recursive call to this function to skip over
12730 other 'end' statmts. Fix indentation for "when .. => begin"
12731 (ada-in-open-paren-p): Fix indentation for complex boolean
12732 expressions, where 'and then', 'or else' and parenthesis
12733 statements are mixed up.
12734 (ada-in-paramlist-p): Skip comments while searching for the
12735 beginning Fix handling of operator declarations.
12736 (ada-indent-align-comments): New variable
12737 (ada-indent-current): Change the syntax table only in the
12738 protected section, so that we are sure it is restored correctly.
12739 (ada-indent-on-previous-lines): Use ada-use-indent and
12740 ada-with-indent Correctly indent "select ... then"
12741 (ada-indent-region): Slight speedup.
12742 (ada-indent-renames): New variable.
12743 (ada-last-which-function-subprog, ada-last-which-function-line):
12744 New variables
12745 (ada-looking-at-semi-private): Correctly indent the 'private'
12746 keyword when it is the first word in a package declaration.
12747 (ada-loose-case-word): Stop searching if at the end of the buffer.
12748 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12749 even if point is not initially at the end of the word.
12750 (ada-matching-decl-start-re): Add "when".
12751 (ada-mode): Add support for abbrev-mode, outline-mode and
12752 which-func-mode Override the old find-file.el entry in
12753 ff-special-constructs since it is using the obsolete
12754 ada-spec-suffix variable
12755 (ada-no-auto-case): New function
12756 (ada-scan-paramlist): When parsing the argument type, accept
12757 spaces (as in "X 'Class", generated by Rational Rose).
12758 (ada-other-file-name): No longer loads the other file.
12759 (ada-popup-menu): Save and restore the current buffer and cursor
12760 position before and after displaying the menu.
12761 (ada-search-ignore-complex-boolean): New function.
12762 (ada-uncomment-region): Emacs21 already knows how to delete
12763 comments not starting in the first column.
12764 (ada-use-indent): New variable
12765 (ada-which-function): New function.
12766 (ada-with-indent): New variable
12767 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12768 can be batch-compiled from the command line.
12769
12770 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12771 Add to the menu when the file is loaded, not in ada-mode-hook.
12772 Add -toolbar to the default ddd command Switches moved from
12773 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12774 ada-prj-default-comp-opt
12775 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12776 Reference Manual to the menu
12777 (ada-check-current): rewritten as a call to ada-compile-current
12778 (ada-compile): Removed.
12779 (ada-compile-application, ada-compile-current, ada-check-current):
12780 Set the compilation-search-path so that compile.el automatically
12781 finds the sources in src_dir. Automatic scrollong of the
12782 compilation buffer. C-uC-cC-c asks for confirmation before
12783 compiling
12784 (ada-compile-current): New parameter, prj-field
12785 (ada-complete-identifier): Load the .ali file before doing
12786 processing
12787 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12788 conform to gnatmake's behavior.
12789 (ada-find-file-in-dir): New function
12790 (ada-find-references): Set the environment variables for gnatfind
12791 (ada-find-src-file-in-dir): New function.
12792 (ada-first-non-nil): Removed
12793 (ada-gdb-application): Add support for jdb, the java debugger.
12794 (ada-get-ada-file-name): Load the original-file first if not done
12795 yet.
12796 (ada-get-all-references): Handles the new ali syntax (parent types
12797 are found between <>).
12798 (ada-initialize-runtime-library): New function
12799 (ada-mode-hook): Always load a project file when a file is opened,
12800 so that the casing exceptions are correctly read.
12801 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12802 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12803 to open the project file, since the latter does not work with
12804 speedbar Get default values before loading the prj file, or the
12805 default executable file name is wrong. Use the absolute value of
12806 src_dir to initialize ada-search-directories and
12807 compilation-search-path,... Add the standard runtime library to
12808 the search path for find-file.
12809 (ada-prj-default-debugger): Was missing an opening '{'
12810 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12811 variables.
12812 (ada-prj-default-gnatmake-opt): New variable
12813 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12814 buffers, the project file is the default one Save the windows
12815 configuration before displaying the menu.
12816 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12817 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12818 ...) regexp-quote identifiers names to support operators +,
12819 -,... in regexps.
12820 (ada-remote): New function.
12821 (ada-run-application): Erase the output buffer before starting the
12822 run Support remote execution of the application. Use
12823 call-process, or the arguments are incorrectly parsed
12824 (ada-set-default-project-file): Reread the content of the active
12825 project file, not the one from the current buffer When a project
12826 file is set as the default project, all directories are
12827 automatically associated with it.
12828 (ada-set-environment): New function
12829 (ada-treat-cmd-string): New special variable ${current}
12830 (ada-treat-cmd-string): Revised. The substitution is now done for
12831 any ${...} substring
12832 (ada-xref-current): If no body was found, compiles the spec
12833 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12834 compiler to get rid of command line length limitations.
12835 (ada-xref-get-project-field): New function
12836 (ada-xref-project-files): New variable
12837 (ada-xref-runtime-library-specs-path)
12838 (ada-xref-runtime-library-ali-path): New variables
12839 (ada-xref-set-default-prj-values): Default run command now does a
12840 cd to the build directory. New field: main_unit Provide a default
12841 file name even if the current buffer has no prj file.
12842
12843 * ada-prj.el:
12844 Rewritten to show a tabbed-dialog.
12845 (ada-prj-add-ada-menu): Remove the map and name parameters.
12846 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12847 New function
12848 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12849 (ada-prj-load-from-file): New function
12850 (ada-prj-save): Always save fields that depend on the current buffer
12851 (ada-prj-show-value): New function
12852
12853 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12854 Ada mode. This will allow us to display the Ada menu in any buffer
12855 we want (for project items).
12856 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12857 number of spaces in the header.
12858
128592000-07-24 Dave Love <fx@gnu.org>
12860
12861 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12862
128632000-07-23 Noah Friedman <friedman@splode.com>
12864
12865 * type-break.el (type-break): perform autosave.
12866 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12867 (type-break-do-query): Cancel query schedule while performing
12868 actual query, to avoid possibility of a second query being made
12869 while first one is already in progress.
12870 (type-break-time-stamp-format): New variable.
12871 (type-break-time-stamp): New function.
12872 (type-break-time-warning): Use it.
12873 (type-break-keystroke-warning): Use it.
12874 (type-break-noninteractive-query): Use it.
12875
12876 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12877 cookie.
12878 Use add-minor-mode to set minor-mode-alist, if available.
12879 (eldoc-echo-area-use-multiline-p): New user option.
12880 (eldoc-echo-area-multiline-supported-p): New variable.
12881 (eldoc-docstring-format-sym-doc): Use them.
12882 (eldoc-mode): If not using idle timers, append to local post and
12883 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12884 (eldoc-display-message-no-interference-p): Don't interfere with
12885 edebug.
12886 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12887 (eldoc-function-arglist): New function.
12888 (eldoc-function-argstring): Use it.
12889
12890 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12891 auto save directory exists before calling directory-files.
12892
128932000-07-23 Dave Love <fx@gnu.org>
12894
12895 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12896 ^o, ^u.
12897
128982000-07-21 Dave Love <fx@gnu.org>
12899
12900 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12901 now passed to the function. It now works properly.
12902
12903 * smerge-mode.el (smerge-mode-menu): Fill it out.
12904
129052000-07-20 Gerd Moellmann <gerd@gnu.org>
12906
12907 * info-look.el (info-lookup): If *info* is shown in another frame
12908 on the same display, select that frame, instead of switching to
12909 the Info buffer in another window of the selected frame.
12910
12911 * simple.el (universal-argument-map): Bind numeric keypad keys
12912 kp-0 to kp-9 and kp-subtract.
12913 (digit-argument): Handle these keys.
12914
129152000-07-20 Dave Love <fx@gnu.org>
12916
12917 * net/goto-addr.el (goto-address-fontify): Don't bother with
12918 buffer-modified and read-only stuff -- irrelevant with overlays.
12919 Put an extra property on the overlays and use it to clean up in
12920 case goto-address is re-run.
12921
129222000-07-19 Richard M. Stallman <rms@gnu.org>
12923
12924 * timer.el (run-with-idle-timer): Doc fix.
12925
12926 * mail/mail-utils.el (mail-strip-quoted-names):
12927 Handle case where <...> appears inside "...".
12928 Use replace-match to edit the string more simply.
12929 (rmail-dont-reply-to): Cope with an unmatched ".
12930
129312000-07-19 Dave Love <fx@gnu.org>
12932
12933 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12934 implementation.
12935
12936 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12937 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12938 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12939
129402000-07-19 Gerd Moellmann <gerd@gnu.org>
12941
12942 * textmodes/refer.el: Correct maintainer's email address.
12943
12944 * progmodes/hideif.el: Correct author's email address.
12945 Fix typo in comment.
12946
12947 * xml.el: New file.
12948
12949 * mail/mailheader.el: Correct author's mail address.
12950
12951 * gnus/parse-time.el: Correct author's mail address.
12952
129532000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12954
12955 * comint.el (comint-highlight-input, comint-highlight-face):
12956 New user options.
12957 (comint-input-ring-file-name): Change custom type.
12958 (comint-mode-map): Bind mouse-2.
12959 (comint-insert-clicked-input): New function.
12960 (comint-send-input): Handle input highlighting.
12961
129622000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12963
12964 * mouse.el (popup-menu): New function.
12965 (mouse-major-mode-menu): Use it.
12966
129672000-07-18 Dave Love <fx@gnu.org>
12968
12969 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12970 improvements.
12971
129722000-07-18 Gerd Moellmann <gerd@gnu.org>
12973
12974 * faces.el (face-font-selection-order)
12975 (face-font-family-alternatives): Add custom type.
12976
129772000-07-18 Dave Love <fx@gnu.org>
12978
12979 * cus-edit.el (custom-variable-reset-saved)
12980 (custom-variable-reset-standard): Remove unused bindings.
12981
12982 * rect.el (open-rectangle-line): Remove unused let.
12983
12984 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12985
129862000-07-18 Gerd Moellmann <gerd@gnu.org>
12987
12988 * cdl.el: Fix `Maintainer' keyword.
12989
12990 * play/pong.el: Add author's email address.
12991
129922000-07-17 Sam Steingold <sds@gnu.org>
12993
12994 * files.el (insert-directory): Call `split-string' instead of
12995 re-implementing it.
12996
129972000-07-18 Gerd Moellmann <gerd@gnu.org>
12998
12999 * mail/vms-pmail.el: Change maintainer to FSF.
13000
13001 * net/goto-addr.el: Change maintainer to FSF.
13002
13003 * info.el (Info-title-face-alist): Removed.
13004
130052000-07-18 David Ponce <david@dponce.com>
13006
13007 * recentf.el (recentf-open-files): New command that works like
13008 `recentf-open-more-files', but shows the whole list of files (not just
13009 those omitted from the menu). Useful if you don't use a menu-bar!
13010 (recentf-open-more-files) Modified to use `recentf-open-files'.
13011
13012 (recentf-open-files, recentf-open-more-files)
13013 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13014
13015 (recentf-dialog-mode): New mode for dialogs. You can now just type
13016 "q" to cancel the dialogs.
13017
130182000-07-18 David Ponce <david@dponce.com>
13019
13020 * recentf.el: This is a major update of recentf.el. It adds new
13021 features to better organize the recentf menu and "More..." buffer.
13022
13023 Using new provided menu filtering functions you can now organize the
13024 recent files list:
13025
13026 - by major modes
13027 - by directories
13028 - by user defined rules
13029
13030 Finally, with the new `recentf-filter-changer' customizable filter you
13031 can define a ring of filters and dynamically (via the menu) cycle on
13032 each menu organization in the ring (a la msb).
13033
130342000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13035
13036 * eshell/eshell.el (eshell): Replace links to eshell.info with
13037 links to eshell, to avoid problems on systems where the manual is
13038 installed as `eshell'.
13039 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13040 * eshell/em-smart.el (eshell-smart): Ditto.
13041 * eshell/em-banner.el (eshell-banner): Ditto.
13042 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13043
13044 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13045 same-file check in the MS-DOS version (it does support inodes).
13046
13047 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13048
13049 * eshell/eshell.el (eshell-directory-name):
13050 Run default directory name through convert-standard-filename.
13051
130522000-07-18 Kenichi Handa <handa@etl.go.jp>
13053
13054 * international/mule-cmds.el (select-safe-coding-system):
13055 Fix typo in the comment.
13056
13057 * language/european.el (compound-text):
13058 Force katakana-jisx0201 to be designated to G1.
13059
13060 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13061 Don't translate some national variant characters of latin-jisx0201.
13062 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13063
13064 * international/kkc.el (kkc-after-update-conversion-functions):
13065 New variable.
13066 (kkc-update-conversion): Run functions in it at the tail.
13067
130682000-07-16 John Wiegley <johnw@gnu.org>
13069
13070 * lisp/align.el (align-newline-and-indent):
13071 Adding new function. for auto-aligning blocks of code on RET.
13072 (align-region): Fixed badly formatted minibuffer message.
13073
130742000-07-17 Kenichi Handa <handa@etl.go.jp>
13075
13076 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13077 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13078 the conversion list at first if appropriate.
13079 (kkc-next): Don't update kkc-next-count here.
13080 (kkc-prev): Don't update kkc-prev-count here.
13081 (kkc-show-conversion-list-update): Fix setting up of conversion
13082 list message.
13083
130842000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13085
13086 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13087
130882000-07-16 Dave Love <fx@gnu.org>
13089
13090 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13091 function to be more specific.
13092
13093 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13094 non-string help-echo.
13095 (widget-types-convert-widget): Defsubst it.
13096 (widget-echo-help): Try to cope with a help-echo function of two
13097 possible sorts.
13098
130992000-07-15 Jason Rumney <jasonr@gnu.org>
13100
13101 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13102 Declare as obsolete.
13103
13104 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13105
131062000-07-14 Gerd Moellmann <gerd@gnu.org>
13107
13108 * hilit-chg.el: Fix typo.
13109
131102000-07-14 Dave Love <fx@gnu.org>
13111
13112 * info.el (Info-mode-menu): Fix use of :help, :enable.
13113
131142000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13115
13116 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13117
131182000-07-13 Dave Love <fx@gnu.org>
13119
13120 * emacs-lisp/easymenu.el: Doc fixes.
13121 (easy-menu-remove): Defalias to ignore.
13122
13123 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13124 Call throw correctly.
13125
131262000-07-13 Gerd Moellmann <gerd@gnu.org>
13127
13128 * faces.el (frame-background-mode): Doc fix.
13129
13130 * simple.el (eval-expression-print-length): Change custom type to
13131 allow entering nil as value.
13132
131332000-07-13 Dave Love <fx@gnu.org>
13134
13135 * progmodes/fortran.el (fortran-imenu-generic-expression):
13136 Change definition layout.
13137 (fortran-mode-menu): Reinstate customize entries.
13138
13139 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13140 Use :filter, per old XEmacs code.
13141
131422000-07-12 Gerd Moellmann <gerd@gnu.org>
13143
13144 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13145 event when deciding what to send to the terminal.
13146
131472000-07-12 Dave Love <fx@gnu.org>
13148
13149 * cus-start.el: Add optional version as 4th element of specs and
13150 use it for several things new in v21. Remove load-path. Fix type
13151 of line-number-display-limit.
13152
131532000-07-11 Dave Love <fx@gnu.org>
13154
13155 * progmodes/fortran.el: Don't require easymenu.
13156 Use repeat counts in various regexps.
13157 (fortran-mode-syntax-table): Defvar directly.
13158 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13159 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13160 Use defvar, not defconst.
13161 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13162 (fortran-mode): Set fortran-comment-line-start-skip,
13163 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13164 (fortran-comment-indent): Use defsubst.
13165 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13166 Use fortran-comment-indent, not fortran-comment-indent-function.
13167 (fortran-comment-region, fortran-electric-line-number): Simplify.
13168 (fortran-auto-fill): New function.
13169 (fortran-do-auto-fill): Deleted.
13170 (fortran-find-comment-start-skip):
13171 Check for non-null comment-start-skip.
13172 (fortran-auto-fill-mode, fortran-fill-statement):
13173 Use fortran-auto-fill.
13174 (fortran-fill): Use fortran-auto-fill. Check for null
13175 comment-start-skip. Simplify final clause and use end-of-line finally.
13176
13177 * widget.el (widget-plist-member): New alias.
13178
131792000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13180
13181 * eshell/esh-module.el (toplevel): Reference
13182 byte-compile-current-file only if it is bound.
13183
131842000-07-10 Gerd Moellmann <gerd@gnu.org>
13185
13186 * dired.el: Don't require `dired-aux'.
13187
131882000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13189
13190 * dired-aux.el (dired-show-file-type): New function.
13191 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13192 (dired-show-file-type): Add autoload.
13193
131942000-07-10 Kenichi Handa <handa@etl.go.jp>
13195
13196 * international/mule-diag.el (describe-font): Adjusted for the
13197 change of fontset-info.
13198 (print-fontset): Likewise.
13199
132002000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13201
13202 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13203
132042000-07-07 Gerd Moellmann <gerd@gnu.org>
13205
13206 * bindings.el: Bind `[delete]' to delete-char.
13207
13208 * dired.el (dired-find-alternate-file): New function.
13209 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13210 (toplevel): Require dired-aux when compiling.
13211 (dired-buffers): Move defvar within file to avoid compiler warning.
13212
13213 * info.el (Info-last-search): Variable removed.
13214 (Info-search-history): New variable.
13215 (Info-search): New Info-search-history.
13216
13217 * battery.el, info-look.el: Change author's mail address.
13218
132192000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13220
13221 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13222 if rmail-ignored-headers is nil.
13223 (rmail-retry-failure): Bind rmail-ignored-headers and
13224 rmail-displayed-headers to nil.
13225
132262000-07-06 Gerd Moellmann <gerd@gnu.org>
13227
13228 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13229 (print-region-1): Don't hard code `-h' here.
13230
13231 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13232
132332000-07-01 Francesco Potorti` <pot@gnu.org>
13234
13235 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13236 exim can use "your message" instead of "the message".
13237
132382000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13239
13240 * facemenu.el: Docstrings fixes.
13241 (facemenu-get-face): Don't use internal-find-face.
13242 (facemenu-iterate): Rename arg to match the docstring.
13243
13244 * newcomment.el (uncomment-region): Be more careful when skipping
13245 backwards over `=' not to bump into BOBP.
13246
132472000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13248
13249 * ediff-diff.el (ediff-wordify): Use syntax table.
13250 * ediff-init.el (ediff-has-face-support-p): Use
13251 ediff-color-display-p.
13252 (ediff-color-display-p): Use display-color-p, changed to defun
13253 from defsubst.
13254 Got rid of special cases for NeXT and OS/2.
13255 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13256 face.
13257
132582000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13259
13260 * emacs-lisp/lucid.el: Require CL.
13261 (copy-tree, remprop): Remove, it's provided by CL.
13262 (map-keymap): Define in terms of cl-map-keymap.
13263 (extent-property, set-extent-end-glyph): New functions.
13264
13265 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13266
132672000-07-05 Gerd Moellmann <gerd@gnu.org>
13268
13269 * Makefile.in (DONTCOMPILE): Add comment that the name may
13270 not be changed without changing the make-dist script.
13271
13272 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13273 (cl-mapc): Use mapc instead of cl-old-mapc.
13274
132752000-07-05 Andrew Innes <andrewi@gnu.org>
13276
13277 * makefile.nt: Add support for `bootstrap' and related targets.
13278
132792000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13280
13281 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13282 (easy-menu-do-define): Use `menu-item' format.
13283 Handle case where easy-menu-create-menu returns a symbol.
13284 Manually call the potential top-level filter in the function binding.
13285 (easy-menu-filter-return): New arg NAME.
13286 Convert to a keymap if MENU is an XEmacs menu.
13287 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13288 (easy-menu-converted-items-table, easy-menu-convert-item):
13289 New var and fun to memoize easy-menu-convert-item-1.
13290 (easy-menu-do-add-item): Use it.
13291 (easy-menu-create-menu): Use easy-menu-convert-item.
13292 Wrap easy-menu-filter-return around any :filter specification.
13293 Don't convert the menu if a filter was specified.
13294 Tell easy-menu-make-symbol not to check for MENU being an expression.
13295 (easy-menu-make-symbol): New arg NOEXP.
13296
132972000-07-05 Gerd Moellmann <gerd@gnu.org>
13298
13299 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13300 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13301 (eval-defun): If called with prefix arg, instrument code for
13302 Edebug.
13303
13304 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13305 similar to that of eval-defun.
13306
133072000-07-04 Dave Love <fx@gnu.org>
13308
13309 * hl-line.el (hl-line-overlay): Make it permanent-local.
13310
13311 * calendar/todo-mode.el: Replaced with a working version, based on
13312 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13313
133142000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13315
13316 * paths.el (prune-directory-list): New function.
13317 (Info-default-directory-list): Rewritten to more methodically
13318 enumerate a big list of possible info directories (based on the
13319 list used by the standalone info reader).
13320
13321 * info.el (info-initialize): Use prune-directory-list to remove
13322 non-existent directories from Info-directory-list.
13323
13324 * paths.el (Info-default-directory-list): Try a list of possible
13325 info-directories instead of a single one. Add the possible
13326 info directory "/usr/share/info".
13327
13328 * woman.el (woman-man.conf-path): Explicitly include the debian
13329 man-db config file "/etc/manpath.config".
13330 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13331 are present in `manpath.config'.
13332 (woman-manpath): Include "/usr/share/man".
13333
133342000-07-03 Gerd Moellmann <gerd@gnu.org>
13335
13336 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13337
13338 * startup.el (command-line): Initialize blink-cursor based
13339 on window-system.
13340
13341 * frame.el (blink-cursor): Default to nil if not running under
13342 a window-system.
13343
13344 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13345 (face-x-resources): Remove duplicate entry for :font.
13346
13347 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13348 instead of cycling through windows with next-window.
13349
13350 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13351 of cycling through windows with next-window.
13352
13353 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13354 of cycling through windows with next-window.
13355
13356 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13357 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13358 instead of cycling through windows with next-window.
13359
13360 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13361 instead of cycling through windows with next-window.
13362
13363 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13364 of cycling through windows with next-window.
13365
13366 * terminal.el (te-process-output): Use walk-windows instead of
13367 cycling through windows with next-window.
13368
13369 * server.el (server-switch-buffer): Use some-window instead of
13370 cycling through windows with next-window.
13371
13372 * window.el (some-window): New function.
13373 (walk-windows): Remove reference to walk-windows-start.
13374
13375 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13376
133772000-07-03 Richard Stallman <rms@gnu.org>
13378
13379 * window.el (walk-windows): Guarantee termination by keeping a list
13380 of all the windows already handled.
13381
133822000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13383
13384 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13385 window-system.
13386
13387 * man.el (Man-notify-when-ready): Don't use window-system. If
13388 Man-notify-method is newframe, and the display is not
13389 multi-frame, select the frame created for the man page.
13390 (Man-init-defvars): Doc fix.
13391
133922000-06-28 Gerd Moellmann <gerd@gnu.org>
13393
13394 * faces.el (region): Change background color for light background.
13395
13396 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13397 attribute from mode-line face of Ediff control frame.
13398
13399 * replace.el (query-replace-map): Bind `e' like `E'.
13400
134012000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13402
13403 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13404 Change name to "Select All".
13405
13406 * dos-fns.el (convert-standard-filename): Fix last change.
13407
134082000-06-27 Gerd Moellmann <gerd@gnu.org>
13409
13410 * help.el (describe-variable): Don't insert a second `'s' in front
13411 of the string `value is shown below'. Since the syntax-table is
13412 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13413 an existing `'s', so that this won't be deleted.
13414
13415 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13416 * pcmpl-unix.el: New files.
13417
134182000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13419
13420 * wid-edit.el (widget-member): Use the new plist-member.
13421
134222000-06-26 Gerd Moellmann <gerd@gnu.org>
13423
13424 * replace.el (perform-replace): Undo change of 2000-04-04.
13425 Instead, move backward 1 character at the end of the loop when
13426 necessary.
13427
13428 * faces.el (fringe): Change face for different backgrounds.
13429
13430 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13431 patch from John.
13432
13433 * eshell/*.el: Change spelling of the Free Software Foundation.
13434
13435 * eshell/esh-toggle.el: Removed.
13436
13437 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13438
13439 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13440 interactively.
13441
134422000-06-26 Alex Schroeder <alex@gnu.org>
13443
13444 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13445 `define-key'; instead of checking `(emacs-version)' check for
13446 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13447 for `;' and `o' which might be electric.
13448
13449 (sql-electric-stuff): New user option.
13450 (sql-magic-go): New function which uses `sql-electric-stuff'.
13451 (sql-magic-semicolon): New function which uses
13452 `sql-electric-stuff'.
13453
13454 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13455 is not fboundp.
13456
13457 (sql-oracle-options): New variable.
13458 (sql-oracle): Use it.
13459
13460 (sql-imenu-generic-expression): Doc change.
13461 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13462 is used.
13463
13464 (sql-informix): Added command line parameter "-" to force
13465 sql-informix-program to use stdout.
13466
134672000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13468
13469 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13470 (cp864-decode-table): Doc fix.
13471 (cp720-decode-table): New variable, supports the Arabic OEM
13472 codepage used by Windows.
13473 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13474
134752000-06-23 Dave Love <fx@gnu.org>
13476
13477 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13478 (font-lock-fontify-anchored-keywords): Use
13479 line-beginning-position.
13480 (global-font-lock-mode): Use mapc.
13481
134822000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13483
13484 * eshell/esh-module.el: Require CL when compiling.
13485
134862000-06-23 Gerd Moellmann <gerd@gnu.org>
13487
13488 * comint.el (comint-substitute-in-file-name): Call replace-match
13489 with second and third arg t.
13490
13491 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13492 Specify foreground color.
13493
13494 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13495 color.
13496
13497 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13498
13499 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13500 cddr instead of cdddr.
13501
13502 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13503 instead of copy-list.
13504
13505 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13506 of copy-list.
13507
13508 * subdirs.el: Add eshell subdirectory.
13509
13510 * eshell: New subdirectory containing the Eshell package.
13511
13512 * pcomplete.el: New file.
13513
135142000-06-23 Paul Eggert <eggert@twinsun.com>
13515
13516 * mail/mailpost.el (post-mail-send-it): Make sure file has
13517 proper permissions from birth.
13518
13519 * files.el (basic-save-buffer-2): When temporarily setting
13520 file modes, set them to current modes plus 0200, not to 0777.
13521
13522 * emerge.el (emerge-make-temp-file): Make sure file has proper
13523 permissions from birth.
13524
135252000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13526
13527 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13528 backup file name through convert-standard-filename.
13529
13530 * dos-fns.el (convert-standard-filename): Convert leading
13531 directories as well. When long file names are supported, convert
13532 characters that are invalid in Windows file names.
13533
135342000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13535
13536 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13537 ps-print crashes. New feature: page selection for printing. Create
13538 raw-text-unix coding system for XEmacs. Doc fix.
13539 (ps-print-version): New version number (5.2.3).
13540 (ps-plot-region): Bug fix.
13541 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13542 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13543 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13544 funs.
13545 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13546 (ps-last-page): New vars.
13547
135482000-06-21 Gerd Moellmann <gerd@gnu.org>
13549
13550 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13551 empty option string.
13552
135532000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13554
13555 * man.el (man): Doc fix.
13556
135572000-06-21 Kenichi Handa <handa@etl.go.jp>
13558
13559 * international/mule-cmds.el (set-language-info-alist): Docstring
13560 fixed.
13561
135622000-06-20 Gerd Moellmann <gerd@gnu.org>
13563
13564 * version.el (emacs-version): Use ISO date format.
13565
13566 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13567 instead of `M-backspace'.
13568
13569 * simple.el (turn-off-auto-fill): New function.
13570
135712000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13572
13573 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13574 Renamed from with-buffer-prepared-for-font-lock and use
13575 inhibit-modification-hooks rather than setting *-change-functions.
13576 Update all functions to use the new name.
13577 (jit-lock-first-unfontify-pos): New semantics (and doc).
13578 (jit-lock-mode): Make non-interactive.
13579 Don't automatically turn on font-lock.
13580 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13581 Always use jit-lock-after-change.
13582 Remove and restore font-lock-after-change-function.
13583 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13584 (jit-lock-after-unfontify-buffer): Remove.
13585 (jit-lock-stealth-fontify):
13586 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13587 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13588
135892000-06-20 Sam Steingold <sds@gnu.org>
13590
13591 * emacs-lisp/cl-indent.el (toplevel): Indent
13592 `print-unreadable-object' properly. Untabify.
13593
135942000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13595
13596 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13597 Support for bibentry.
13598 (reftex-compile-variables): Fixed problem with end of section-re.
13599
13600 * texmodes/reftex-dcr.el (reftex-view-crossref,
13601 reftex-view-crossref-from-bibtex):
13602 Deal with changed `reftex-find-citation-regexp-format'.
13603 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13604 Replaced `remprop' with `put'.
13605 (reftex-view-crossref, reftex-view-crossref-when-idle):
13606 Support for bibentry.
13607
13608 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13609 New entry for bibentry package.
13610
13611 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13612 Regexp also matches "\nobibliography".
13613
13614 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13615 Call `reftex-ensure-write-access' before doing anything.
13616 (reftex-ensure-write-access): New function.
13617
136182000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13619
13620 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13621
13622 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13623
13624 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13625
13626 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13627
13628
136292000-06-20 Dave Love <fx@gnu.org>
13630
13631 * faces.el (frame-background-mode): Use set-default, not set, in
13632 setter.
13633 (frame-update-faces, frame-update-face-colors): Define with
13634 defalias.
13635
13636 * enriched.el (enriched-decode-foreground)
13637 (enriched-decode-background): Don't use internal-find-face.
13638
13639 * apropos.el: Doc fixes.
13640
13641 * cus-edit.el (customize-changed-options): Check arg.
13642 (customize-version-lessp): Don't require decimal point.
13643
13644 * custom.el (defcustom, defgroup): Doc fix.
13645
13646 * newcomment.el (comment) <defgroup>: Add :version.
13647 (comment-multi-line): Doc fix.
13648
13649 * emulation/mlsupport.el (define-hooked-local-abbrev,
13650 define-hooked-global-abbrev): Fix, using define-abbrev.
13651
136522000-06-19 Gerd Moellmann <gerd@gnu.org>
13653
13654 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13655 the whole buffer.
13656
136572000-06-19 Dave Love <fx@gnu.org>
13658
13659 * menu-bar.el (menu-bar-options-save): New function.
13660 (menu-bar-options-menu): Use it.
13661 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13662 Simplify.
13663
136642000-06-19 Andreas Schwab <schwab@suse.de>
13665
13666 * progmodes/etags.el (tags-query-replace): Put new parameters
13667 START and END at the end, for backward compatibility.
13668
136692000-06-19 Kenichi Handa <handa@etl.go.jp>
13670
13671 * international/codepage.el:
13672 (cp-coding-system-for-codepage-1): Delete special codes for
13673 generating xxx-dos coding system because now a CCL based coding
13674 system can handle EOL conversion by default.
13675
13676 * international/mule.el (make-coding-system): Generate subsidiary
13677 coding systems for EOL handling variants even for a CCL based
13678 coding system.
13679
136802000-06-19 Kenichi Handa <handa@etl.go.jp>
13681
13682 * international/isearch-x.el (isearch-minibuffer-input-method)
13683 (isearch-minibuffer-input-method-function): These variables
13684 deleted.
13685 (isearch-with-input-method): Don't use the above variables.
13686 (isearch-process-search-multibyte-characters): Likewise. Call
13687 read-string with the arg INHERIT-INPUT-METHOD t.
13688
136892000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13690
13691 * font-lock.el (font-lock-after-fontify-buffer)
13692 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13693
13694 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13695 Use consistent make-local-variable style for font-lock-fontified.
13696 (jit-lock-fontify-buffer):
13697 Don't bother checking for font-lock-mode and jit-lock-mode.
13698
13699 * time.el: Remove trailing ^M that prevent CVS-merging.
13700
137012000-06-16 Gerd Moellmann <gerd@gnu.org>
13702
13703 * Makefile.in (distclean): New target.
13704
137052000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13706
13707 * Makefile.in (srcdir): Define for update-subdirs.
13708
137092000-06-16 Gerd Moellmann <gerd@gnu.org>
13710
13711 * find-lisp.el: New file.
13712
137132000-06-16 Andrew Innes <andrewi@gnu.org>
13714
13715 * time.el (display-time-mail-function): New variable, to allow
13716 external packages to indicate when new mail is available.
13717 (display-time-update): Use it.
13718
137192000-06-16 Kenichi Handa <handa@etl.go.jp>
13720
13721 * international/mule.el (mule-version): Change version name to
13722 SAKAKI. AOI has already been used by Meadow.
13723
13724 * international/quail.el (quail-show-guidance-buf): To find the
13725 bottom window (but minibuffer), pay attention to the height of
13726 minibuffer.
13727
137282000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13729
13730 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13731 menu-bar menus. Add help strings. Don't remove the Edit menu
13732 from the menu bar, as the menu bar has enough space now.
13733
13734 * Makefile.in (SHELL): Make sure /bin/sh is used.
13735
13736 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13737 characters, which use series of two ^H characters instead of one.
13738
137392000-06-15 Gerd Moellmann <gerd@gnu.org>
13740
13741 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13742 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13743 functions.
13744 (Info-find-node-2): Try a case-sensitive search first, then
13745 do a case-insensitive search.
13746
13747 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13748 tutorials.
13749
13750 * complete.el (PC-env-vars-alist): New variable.
13751 (PC-complete-as-file-name): New function.
13752 (partial-completion-mode): Initialize PC-env-vars-alist from
13753 process-environment.
13754 (PC-do-completion): Handle completion of env vars.
13755
13756 * info.el (Info-set-mode-line): Show file name in mode line,
13757 use `*Info*' instead of `Info:'.
13758
13759 * startup.el (command-line-1): Change copyright messages to year
13760 2000.
13761
137622000-06-15 Dave Love <fx@gnu.org>
13763
13764 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13765 not local-map.
13766
137672000-06-15 Kenichi Handa <handa@etl.go.jp>
13768
13769 * international/mule.el (set-buffer-file-coding-system): Almost
13770 rewritten to handle `undecided' as no-op.
13771
137722000-06-14 Gerd Moellmann <gerd@gnu.org>
13773
13774 * Makefile.in: New file.
13775
13776 * Makefile: Removed.
13777
13778 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13779 (goto-address-highlight-keymap): Bind C-c RET.
13780
137812000-06-14 Kenichi Handa <handa@etl.go.jp>
13782
13783 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13784 inherits buffer-file-coding-system of the current buffer.
13785
13786 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13787 0. Give correct argument to set-auto-coding-function.
13788 (tar-expunge): For goto-char, use (point-min), not 0.
13789 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13790 (tar-subfile-save-buffer): Likewize.
13791
13792 * international/mule.el
13793 (after-insert-file-set-buffer-file-coding-system): Call
13794 set-buffer-file-coding-system with the arg FORCE t.
13795
137962000-06-13 Gerd Moellmann <gerd@gnu.org>
13797
13798 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13799 nil. Contemporary sendmails issue an X-Authentication-Warning if
13800 the sender is set with `-f'.
13801
138022000-06-13 Dave Love <fx@gnu.org>
13803
13804 * help.el (describe-function-1): Kluge around cases of functions
13805 fset to subrs whose doc doesn't match their symbol-name.
13806
13807 * image.el (insert-image): Default STRING to a space.
13808
13809 * info.el Doc fixes.
13810 (Info-build-node-completions): Match Ref tags.
13811
138122000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13813
13814 * frame.el (display-multi-frame-p, display-multi-font-p): New
13815 defaliases for display-graphic-p.
13816
13817 * hl-line.el: Fixed a typo in commentary.
13818
138192000-06-13 Kenichi Handa <handa@etl.go.jp>
13820
13821 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13822 fixed.
13823
138242000-06-12 Dave Love <fx@gnu.org>
13825
13826 * image.el (insert-image): Save a little consing.
13827
138282000-06-12 Kenichi Handa <handa@etl.go.jp>
13829
13830 * language/tibet-util.el: Convert all tibetan-1-column characters
13831 to the corresponding tibetan characters.
13832 (tibetan-add-components): Delete code for the special treatment of
13833 'a chung.
13834
13835 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13836 change.
13837 (tibetan-vowel-transcription-alist): More rules added.
13838 (tibetan-composite-vowel-alist): New variable.
13839 (tibetan-precomposition-rule-alist): More rules added.
13840
138412000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13842
13843 * startup.el (command-line): Only call menu-bar-mode if interactive.
13844
13845 * thingatpt.el (toplevel symbol-properties):
13846 * textmodes/makeinfo.el (makeinfo-compile):
13847 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13848 * progmodes/hideif.el (hif-compress-define-list)
13849 (hide-ifdef-use-define-alist):
13850 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13851 (ange-ftp-vms-add-file-entry):
13852 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13853 * man.el (Man-build-man-command):
13854 * mail/rnewspost.el (news-reply-header-hook):
13855 * info.el (Info-insert-dir):
13856 * emulation/mlconvert.el (backward-word, forward-word, setq):
13857 * emacs-lisp/gulp.el (gulp-send-requests):
13858 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13859 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13860 (byte-optimize-apply, end of file):
13861 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13862 (ad-make-freeze-definition):
13863 * startup.el (command-line, command-line-1): Don't quote lambdas.
13864
13865 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13866 (cvs-cleanup-removed): New function.
13867 (cvs-cleanup-functions): New var.
13868 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13869 some flexibility in specifying additional entries to auto-cleanup.
13870 (cvs-quickdir): New function.
13871 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13872 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13873 (cvs-mode-find-file): Check that we are on a filename or dirname
13874 when invoked through a mouse-click.
13875 (cvs-full-path): Remove.
13876 (cvs-dired-action): Re-introduced.
13877 (cvs-dired-noselect): Use it.
13878 (vc-post-command-functions): use this new hook if available.
13879
13880 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13881 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13882 (cvs-filename-map, cvs-dirname-map): Remove.
13883 (cvs-default-action): Remove.
13884 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13885 if the arg is really a keymap.
13886 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13887 Don't hardcode the mapping from state (aka type) to face, but check
13888 the var cvs-fi-<type>-face instead.
13889 (cvs-fileinfo-from-entries): New function.
13890
13891 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13892 Docstring fix.
13893 (cvs-find-file-and-jump): Change default to be safer.
13894 (cvs-mode-diff-map): Define it as a function as well.
13895 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13896 Bind mouse-2 in this global map rather than with text-properties.
13897
13898 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13899 file to resolve the ambiguity between C(conflict) and C(need-merge).
13900
139012000-06-12 Kenichi Handa <handa@etl.go.jp>
13902
13903 * international/mule.el (set-buffer-file-coding-system): If
13904 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13905 unconditionally.
13906
139072000-06-12 Dave Love <fx@gnu.org>
13908
13909 * wid-edit.el (widget-specify-button): Really suppress the face if
13910 required.
13911
139122000-06-11 Gerd Moellmann <gerd@gnu.org>
13913
13914 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13915
139162000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13917
13918 * imenu.el (imenu-generic-expression): Docstring fix.
13919
13920 * composite.el (composition-function-table): Move the `put'
13921 below the autoload cookie so we can load the file before loaddefs.
13922
13923 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13924
13925 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13926 Handle easy-mmode-define-global-mode.
13927 For complex macros like define-minor-mode that can generate
13928 several autoload entries, try to autoload entries in the
13929 macroexpanded code.
13930
13931 * emacs-lisp/easy-mmode.el (define-minor-mode):
13932 If KEYMAP is a symbol, just use it.
13933 Use byte-compile-current-file and load-file-name to infer the
13934 proper :require to pass to defcustom.
13935 Wrap the hook var into `progn' so as not to autoload it.
13936 Add a :autoload-end cookie.
13937 Be more careful about the evaluation of KEYMAP.
13938 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13939 (define-derived-mode): Move define-abbrev-table outside of defvar.
13940
139412000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13942
13943 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13944 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13945 (backup-compiled-files): Ignore errors during `tar'.
13946 (bootstrap): Make autoloads before elc files.
13947
139482000-06-10 Kenichi Handa <handa@etl.go.jp>
13949
13950 * international/mule.el (set-buffer-file-coding-system): If one of
13951 undecided-XXX is specified, change only EOL conversion.
13952
13953 * international/mule-conf.el (unix): New alias for the coding
13954 system undecided-unix.
13955
139562000-06-09 Dave Love <fx@gnu.org>
13957
13958 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13959
13960 * progmodes/executable.el: Byte compile dynamic.
13961 (executable-insert): Change custom type.
13962 (executable-find): Add autoload cookie.
13963 (executable-make-buffer-file-executable-if-script-p): New
13964 function. After Noah Friedman.
13965
13966 * files.el (after-save-hook): Customize, with
13967 executable-make-buffer-file-executable-if-script-p as an option.
13968
139692000-06-09 Kenichi Handa <handa@etl.go.jp>
13970
13971 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13972 "tib24p-mule.bdf" for Tibetan.
13973
13974 * composite.el (decompose-composite-char): Declare it as obsolete.
13975
13976 * man.el (Man-fontify-manpage): Pay attention to underline and
13977 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13978
139792000-06-08 Gerd Moellmann <gerd@gnu.org>
13980
13981 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13982 Set maintainer to FSF since author isn't reachable.
13983
139842000-06-08 Dave Love <fx@gnu.org>
13985
13986 * international/mule-cmds.el (select-safe-coding-system): If
13987 DEFAULT-CODING-SYSTEM is not specified, also check the most
13988 preferred coding-system if buffer-file-coding-system is
13989 `undecided'. From Handa.
13990
139912000-06-08 Kenichi Handa <handa@etl.go.jp>
13992
13993 * international/mule.el
13994 (after-insert-file-set-buffer-file-coding-system): If the buffer
13995 size is greater than INSERTED, judget that we are not visiting.
13996
139972000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13998
13999 * whitespace.el (defgroup whitespace): Comment out `:version'.
14000 XEmacs 20.4 has problems defining the group with this present.
14001 We'll have this commented out till get resolve the problem.
14002
140032000-06-07 John Wiegley <johnw@gnu.org>
14004
14005 * align.el (align-dq-string-modes, align-sq-string-modes)
14006 (align-open-comment-modes): Add pyhton-mode.
14007 (align-rules-list): Use get-text-property instead of
14008 text-properties-at.
14009 (align-rules-list): Add python-assignment.
14010 (align-rules-list): Change perl-comma-delimiter to
14011 basic-comma-delimiter. Use if for Perl modes and python-mode.
14012 (align-rules-list): Add python-chain-logic and
14013 basic-line-continuation.
14014
140152000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14016
14017 * apropos.el (apropos-mode-hook): New user variable.
14018 (apropos-mode): Run apropos-mode-hook.
14019
140202000-06-07 David Ponce <david@dponce.com>
14021
14022 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14023 commands. Require `wid-edit' at run-time.
14024
140252000-06-07 David Ponce <david@dponce.com>
14026
14027 * recentf.el: Added some "Commentary".
14028 (recentf-open-more-files, recentf-edit-list): Minor changes to
14029 move the point at the top of the file list. This behaviour is
14030 consistent with the menu one when the list contains a lot of
14031 files.
14032 (recentf-cleanup): Now displays the number of items removed from
14033 the list.
14034 (recentf-relative-filter) New menu filter to show filenames
14035 relative to `default-directory'.
14036
140372000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14038
14039 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14040 with/without giving an error if PostScript printer doesn't have this
14041 kind of page size. Zebra Stripe continues or restarts on next page.
14042 Manual/automatic paper feeding. Switch or not the header.
14043 (ps-print-version): New version number (5.2.2).
14044 (ps-windows-system): Include emx as a Windows system.
14045 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14046 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14047 (ps-background-text): Code fix.
14048 (ps-error-handler-message, ps-user-defined-prologue)
14049 (ps-print-prologue-header, ps-printer-name)
14050 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14051 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14052 (ps-use-face-background): Customization fix.
14053 (ps-n-up-database): Data fix.
14054 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14055 (ps-switch-header): New vars.
14056 (ps-xemacs-color-name, ps-face-foreground-name)
14057 (ps-face-background-name, ps-boolean-constant): New funs.
14058
140592000-06-07 Dave Love <fx@gnu.org>
14060
14061 * allout.el: New version from Manheimer.
14062
140632000-06-07 Kenichi Handa <handa@etl.go.jp>
14064
14065 * textmodes/fill.el (fill-find-break-point): Check the validity of
14066 charset.
14067
140682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14069
14070 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14071 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14072 Call display-color-p and display-mouse-p instead of looking at
14073 window-system.
14074
140752000-06-06 Dave Love <fx@gnu.org>
14076
14077 * image.el (find-image): Doc fix. Return nil if image not found.
14078 (put-image, insert-image): Make STRING arg optional.
14079
140802000-06-06 Kenichi Handa <handa@etl.go.jp>
14081
14082 * language/vietnamese.el: Remove eval-when-compile.
14083 (viet-viscii-nonascii-translation-table): Define it as a
14084 translation table made from viet-viscii-decode-table.
14085 (viet-viscii-encode-table): Define it as a translation table made
14086 from the reverse map of above.
14087 (viet-vscii-nonascii-translation-table): Define it as a
14088 translation table made from viet-vscii-decode-table.
14089 (viet-vscii-encode-table): Define it as a translation table made
14090 from the reverse map of above.
14091 (ccl-decode-viscii): Use translate-character.
14092 (ccl-encode-viscii, ccl-encode-viscii-font)
14093 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14094 Likewize.
14095
14096 * language/cyrillic.el: Remove eval-when-compile.
14097 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14098 translation table made from cyrillic-koi8-r-decode-table.
14099 (cyrillic-koi8-r-encode-table): Define it as a translation table
14100 made from the reverse map of above.
14101 (ccl-decode-koi8): Use translate-character.
14102 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14103 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14104 a translation table made from cyrillic-alternativnyj-decode-table.
14105 (cyrillic-alternativnyj-encode-table): Define it as a translation
14106 table made from the reverse map of above.
14107 (ccl-decode-alternativnyj): Use translate-character.
14108 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14109 Likewize
14110
14111 * international/mule-diag.el (non-iso-charset-alist): Specify
14112 translation table symbol instead of translation table itself.
14113 (list-block-of-chars): CHARSET may be a translation table symbol.
14114
14115 * international/mule.el (make-coding-system): If CODING-SYSTEM
14116 already exists, override it.
14117
14118 * international/fontset.el: Use family `proportional' for Tibetan
14119 fonts.
14120
14121 * international/ccl.el (ccl-compile-translate-character): Don't
14122 check if Rrr has property translation-table.
14123 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14124
141252000-06-05 Gerd Moellmann <gerd@gnu.org>
14126
14127 * info.el: Bind case-fold-search to t when searching in case
14128 a user sets it to nil in a hook.
14129
141302000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14131
14132 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14133 * hl-line.el (hl-line-mode): Use the new :global key argument.
14134
14135 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14136 (tar-clip-time-string): Prepend a space.
14137 (tar-grind-file-mode): Construct a string rather than modifying one.
14138 (tar-header-block-summarize): Fix docstring.
14139 Use `format' rather than an error-prone set of copy-loops.
14140
14141 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14142 (diff-goto-source, diff-unified->context, diff-context->unified)
14143 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14144 understand the format output by the `-p' argument to diff.
14145
14146 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14147 (sh-re-done): Use defconst.
14148 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14149 (sh-help-string-for-variable, sh-guess-basic-offset):
14150 Don't quote lambdas.
14151 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14152 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14153
14154 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14155 (mh-letter-mode): Derive from text-mode.
14156 This implicitly means that it now calls kill-all-local-variables.
14157 Also remove the Emacs-18 compatibility code.
14158
14159 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14160 Make use of symbol-property doc-string-elt.
14161 Use memq rather than a sequence of eq.
14162 (doc-string-elt): Fix the wrong or missing previously unused values.
14163 (autoload-print-form): New function extracted from
14164 generate-file-autoloads to allow recursion when handling progn
14165 so that defvar's and defun's docstrings are properly printed.
14166 (generate-file-autoloads): Use it.
14167
14168 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14169 Use find-file-hooks in the minor-mode function.
14170 Be careful not to loop indefinitely in the post-command-hook function.
14171
141722000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14173
14174 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14175 tty's.
14176 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14177 differences whenever appropriate.
14178 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14179 * viper.el (find-file, find-file-other-window): Get viper to do
14180 wildcards.
14181
141822000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14183
14184 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14185 (jit-lock-fontify-buffer): New function for JIT refontification.
14186 (jit-lock-mode): Fix docstring.
14187 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14188 Remove jit-lock-after-change from the _local_ hook.
14189 (jit-lock-function-1): Fix docstring.
14190
14191 * info.el (Info-on-current-buffer): Initialize info.
14192
14193 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14194
14195 * progmodes/tcl.el (tcl-indent-for-comment):
14196 Ignore comment-indent-hook.
14197
14198 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14199 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14200 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14201 and improve to use the lighter to guess the capitalization.
14202 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14203 Add keyword arguments to specify global-ness or the custom group.
14204 Add local-map and help-echo properties to the lighter.
14205 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14206 (easy-mmode-define-global-mode): New macro.
14207
142082000-06-02 Dave Love <fx@gnu.org>
14209
14210 * wid-edit.el: byte-compile-dynamic since we typically don't use
14211 all the widgets. Don't require cl or widget. Remove
14212 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14213 (widget-read-event): Removed. Callers changed to use read-event.
14214 (widget-button-release-event-p): Renamed from
14215 button-release-event-p.
14216 (widget-field-add-space, widget-field-use-before-change):
14217 Uncustomize.
14218 (widget-specify-field): Use keymap property, not local-map.
14219 (widget-specify-button): Obey :suppress-face.
14220 (widget-specify-insert): Use modern backquote syntax.
14221 (widget-image-directory): Renamed from widget-glyph-directory.
14222 (widget-image-enable): Renamed from widget-glyph-enable.
14223 (widget-image-find): Replaces widget-glyph-find.
14224 (widget-button-pressed-face): Move defvar.
14225 (widget-image-insert): Replaces widget-glyph-insert.
14226 (widget-convert): Use keywordp.
14227 (widget-leave-text, widget-children-value-delete): Use mapc.
14228 (widget-keymap): Remove XEmacs stuff.
14229 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14230 (widget-button-click): Don't set point at the click, but re-centre
14231 if we scroll out of window. Rewritten for images v. glyphs &c.
14232 (widget-tabable-at): Use POS arg, not point.
14233 (widget-beginning-of-line, widget-end-of-line)
14234 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14235 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14236 (widget-default-create): Use widget-image-insert; some rewriting.
14237 (widget-visibility-value-create)
14238 (widget-push-button-value-create, widget-toggle-value-create): Use
14239 widget-image-insert.
14240 (checkbox): Create on and off images dynamically.
14241 (documentation-link): Change :help-echo.
14242 (widget-documentation-link-echo-help): Remove.
14243
142442000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14245
14246 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14247
14248 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14249 (easy-mmode-define-toggle, define-minor-mode): Use it.
14250 (easy-mmode-define-keymap): Docstring fix.
14251 (define-derived-mode): Default PARENT to fundamental-mode.
14252 Add the derived-mode-parent symbol-property.
14253 (easy-mmode-derived-mode-p): New function.
14254
142552000-06-02 Dave Love <fx@gnu.org>
14256
14257 * files.el (convert-standard-filename): Doc fix.
14258 (normal-backup-enable-predicate): New function.
14259 (backup-enable-predicate): Use it to replace the lambda form.
14260
14261 * calendar/todo-mode.el: [This needs more work on the outline
14262 stuff.] Doc fixes.
14263 (todo) <defgroup>: Add :version.
14264 (todo-add-category): Don't use pushnew.
14265 (todo-cmd-raise): Fix typo.
14266 (todo-top-priorities): Change temp buffer name.
14267 (todo-category-alist): Avoid redundant lambda.
14268 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14269 Use outline-next-heading.
14270
14271 * autoarg.el: Rewritten to use define-minor-mode.
14272 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14273 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14274
142752000-06-02 Kenichi Handa <handa@etl.go.jp>
14276
14277 * isearch.el (isearch-other-meta-char): Fix previous change.
14278
142792000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14280
14281 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14282 (log-edit-done): Only add the comment to the ring if it's different
14283 from the last comment entered.
14284
14285 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14286
142872000-06-01 Dave Love <fx@gnu.org>
14288
14289 * hl-line.el: Rewritten using define-minor-mode.
14290
14291 * help.el (describe-function-1): Distinguish special form from
14292 builtin function. Sanity-check presence of arglist for builtins.
14293
142942000-06-01 Kenichi Handa <handa@etl.go.jp>
14295
14296 * international/characters.el: Fix syntax/category setting of
14297 Tibetan characters.
14298
14299 * language/tibet-util.el (tibetan-add-components): Fixes for new
14300 encoding of Tibetan characters.
14301 (tibetan-decompose-precomposition-alist): New variable.
14302 (tibetan-decompose-region): Convert precomposed characters to
14303 non-precomposed characters.
14304 (tibetan-decompose-string): Likewise.
14305 (tibetan-composition-function): Fix args to
14306 thibetan-compose-string.
14307
14308 * language/tibetan.el (tibetan-composable-pattern): More
14309 characters included.
14310 (tibetan-consonant-transcription-alist): Rule for "R" added.
14311 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14312 "+R" added.
14313 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14314
14315 * language/lao-util.el (lao-composition-function): Fix args to
14316 compose-string.
14317
14318 * language/thai-util.el (thai-composition-function): Fix args to
14319 compose-string.
14320
14321 * isearch.el (isearch-update): Set disable-point-adjustment to t
14322 to prevent the point moving to the end of a composition when a
14323 part of a composition is searched.
14324 (isearch-other-meta-char): If the key invoking this command can be
14325 mapped by function-key-map to a printing char, call
14326 isearch-process-search-char directly.
14327
143282000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14329
14330 * emacs-lisp/bytecomp.el:
14331 * frame.el:
14332 * international/mule-cmds.el:
14333 * international/mule-util.el:
14334 * international/mule.el:
14335 * mouse.el:
14336 * subr.el:
14337 * faces.el: Update calls to make-obsolete with a WHEN argument.
14338
14339 * byte-run.el (make-obsolete, make-obsolete-variable):
14340 Add an optional WHEN argument and change the format of the
14341 symbol-property information.
14342 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14343 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14344 new obsolete-symbol-property format and print WHEN if it is provided.
14345
143462000-05-31 Dave Love <fx@gnu.org>
14347
14348 * loadhist.el (loadhist-hook-functions): Remove
14349 before-change-function, after-change-function.
14350 (unload-feature): Deal with symbols which are both bound and
14351 fbound.
14352
14353 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14354 before-change-function, after-change-function.
14355
14356 * simple.el (newline): Don't bind before-change-function,
14357 after-change-function.
14358
143592000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14360
14361 * whitespace.el (whitespace-rescan-timer-time): Update interval
14362 set to 600 seconds (10 minutes) instead of 60 seconds since
14363 a large number of whitespace buffers causes emacs to `freeze'
14364 for a considerable amount of time.
14365
14366 * whitespace.el: Updated email address
14367
143682000-05-31 Dave Love <fx@gnu.org>
14369
14370 * add-log.el (change-log-font-lock-keywords) <function>: Add
14371 pattern for function of change.
14372 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14373 acknowledgements patterns.
14374
143752000-05-31 Kenichi Handa <handa@etl.go.jp>
14376
14377 * isearch.el (isearch-printing-char): If keyboard coding system is
14378 being used, call isearch-process-search-multibyte-characters.
14379
14380 * international/isearch-x.el: Mostly rewritten.
14381
14382 * international/quail.el (quail-start-conversion): Don't include
14383 unhandled events in the returned events, but set them in
14384 unread-command-events. Exit if all inputs are deleted.
14385
143862000-05-30 Jason Rumney <jasonr@gnu.org>
14387
14388 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14389
14390 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14391 Reenable code to create initial fontsets.
14392 Use set-fontset-font in place of put-charset-property.
14393
143942000-05-30 Gerd Moellmann <gerd@gnu.org>
14395
14396 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14397 label, ensure that the first colon isn't followed by another.
14398
14399 * paths.el (Info-default-directory-list): Doc fix.
14400
14401 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14402 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14403 send a query containing USER only, not USER@HOST.
14404
14405 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14406 and rmail-msgend to compute the restriction at the end, instead of
14407 computing it.
14408
144092000-05-29 Gerd Moellmann <gerd@gnu.org>
14410
14411 * dabbrev.el (dabbrev-expand): Don't display messages in the
14412 echo area if the minibuffer window is active.
14413
14414 * jit-lock.el (jit-lock-mode): Add after change function to
14415 local hook.
14416
144172000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14418
14419 * antlr-mode.el: New commands: hide/unhide actions,
14420 upcase/downcase literals.
14421 (antlr-tiny-action-length): New user option.
14422 (antlr-hide-actions): New command. Suggested by
14423 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14424 (antlr-mode-map): New binding [C-c C-v].
14425 (antlr-mode-menu): New entries.
14426 (antlr-downcase-literals): New command.
14427 (antlr-upcase-literals): Ditto.
14428
14429 * antlr-mode.el: Minor changes: indendation, mode-name.
14430 (antlr-indent-line): Indent cpp directive at column 0.
14431 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14432
14433 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14434 (antlr-font-lock-additional-keywords): Workaround for intentional
14435 bug in XEmacs version of font-lock.
14436 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14437 be used by a smarter version of `buffers-menu-grouping-function'.
14438
144392000-05-29 Gerd Moellmann <gerd@gnu.org>
14440
14441 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14442 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14443
144442000-05-29 Kenichi Handa <handa@etl.go.jp>
14445
14446 * international/encoded-kb.el
14447 (encoded-kbd-iso2022-designation-map): Pay attention to that
14448 charset-iso-final-char return -1 for eight-bit-control and
14449 eight-bit-graphic.
14450
144512000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14452
14453 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14454 (speedbar-easymenu-definition-base): Use display-graphic-p where
14455 available, instead of window-system.
14456
144572000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14458
14459 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14460 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14461 coding systems.
14462
144632000-05-26 Dave Love <fx@gnu.org>
14464
14465 * disp-table.el (standard-display-underline): Don't use
14466 internal-find-face.
14467
14468 * mail/reporter.el: Maintainer change. Doc fixes.
14469 (reporter-version): Deleted.
14470
14471 * emacs-lisp/elp.el: Maintainer change.
14472 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14473
144742000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14475
14476 * add-log.el (add-change-log-entry): Merge the current entry with the
14477 previous one if the previous one is empty.
14478
144792000-05-26 Dave Love <fx@gnu.org>
14480
14481 * loadhist.el (unload-feature): Fix interactive spec [from
14482 lijnzaad@ebi.ac.uk].
14483
14484 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14485 subr-arity to check primitives.
14486 (byte-compile-flush-pending, byte-compile-file-form-progn)
14487 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14488 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14489 mapcar.
14490
144912000-05-26 Kenichi Handa <handa@etl.go.jp>
14492
14493 * international/fontset.el: Set family names of non-latin charsets
14494 in default fontset to "*".
14495
14496 * international/mule-diag.el (print-fontset): Combine family part
14497 and registry part of the fontname by "-*-" instead of "-".
14498
14499 * international/mule-cmds.el (encode-coding-char): Make strings
14500 multibyte before calling encode-coding-string.
14501
145022000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14503
14504 * derived.el: Fix keywords.
14505 (define-derived-mode): Only define if needed.
14506
14507 * simple.el (fill-comment, comment-column, comment-start)
14508 (comment-start-skip, comment-end, comment-indent-function)
14509 (block-comment-start, block-comment-end, indent-for-comment)
14510 (set-comment-column, kill-comment, comment-padding, comment-region)
14511 (comment-multi-line, indent-new-comment-line): Remove.
14512
14513 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14514 function names for comment operations.
14515
14516 * newcomment.el: Add abundant autoload cookies.
14517 (comment-style): Don't depend on runtime data at compile-time.
14518 (comment-indent-hook): Remove.
14519 (comment-indent): Check if comment-indent-hook is bound.
14520 (comment-region): Docstring fix.
14521
145222000-05-25 Dave Love <fx@gnu.org>
14523
14524 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14525 byte-code-function-p.
14526
14527 * mail/rmailsum.el: Add provide.
14528
14529 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14530
14531 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14532 defcustom.
14533
145342000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14535
14536 * ediff-diff.el (ediff-exec-process): delete --binary option from
14537 non-buffer ediff jobs.
14538
145392000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14540
14541 * hilit-chg.el (highlight-changes-mode): Ask about color or
14542 grayscale support, not about window-system.
14543
14544 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14545 window-system.
14546 (ffap-highlight): Always default to t.
14547
14548 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14549 display-popup-menus-p instead of looking at window-system.
14550
14551 * disp-table.el (standard-display-g1, standard-display-graphic):
14552 Only refuse to use string glyphs on X and MS-Windows.
14553
14554 * avoid.el: Remove window-system from commentary, suggest to use
14555 display-*-p instead.
14556
14557 * apropos.el (apropos-print): Use display-mouse-p instead of
14558 window-system.
14559
145602000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14561
14562 * international/codepage.el (cp-decoding-vector-for-codepage):
14563 Fill up unsupported characters with their own codes. From Kenichi
14564 Handa.
14565
145662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14567
14568 * international/mule-diag.el (describe-char-after): Use
14569 display-graphic-p instead of window-system, so that this function
14570 works on MS-DOS.
14571
145722000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14573
14574 * international/codepage.el (cp-make-coding-systems-for-codepage):
14575 Remove the eight-bit-graphic and eight-bit-control charsets from
14576 the list of charsets which we convert into `?'.
14577
145782000-05-25 Kenichi Handa <handa@etl.go.jp>
14579
14580 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14581 private charsets.
14582 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14583 japanese-jisx0213-2): New charsets.
14584
14585 * international/fontset.el: Setup default fontset for new charsets.
14586
145872000-05-24 Dave Love <fx@gnu.org>
14588
14589 * info.el (Info-find-node-2): Restructure [following "Vadim
14590 S. Solomin" <sovs@uic.nnov.ru>].
14591
14592 * icomplete.el: Fix header for Finder.
14593
145942000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14595
14596 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14597 STAY.
14598
14599 * rmail.el (rmail-automatic-folder-directives): New user variable.
14600 (rmail-show-message): Add call to `rmail-auto-file' during
14601 display.
14602 (rmail-auto-file): New function.
14603
146042000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14605
14606 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14607 account.
14608 (ediff-test-utility,ediff-diff-mandatory-option)
14609 (ediff-reset-diff-options): Utilities for proper initialization of
14610 ediff-diff-options and ediff-diff3-options on Windows.
14611
14612 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14613 variable.
14614
14615 * ediff-mult.el (ediff-filegroup-action): Use
14616 ediff-merge-filename-prefix.
14617
146182000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14619
14620 * viper-ex.el (ex-write): Set selective display to nil.
14621
146222000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14623
14624 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14625 aliases for hebrew-iso-8bit.
14626
146272000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14628
14629 * woman.el: New version from Francis J. Wright
14630 <F.J.Wright@Maths.QMW.ac.uk>.
14631 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14632 names in environment variables regardless of the path separator.
14633 (woman-topic-all-completions-1): Don't call file-name-directory-p
14634 on all files, since woman-file-regexp already filters out any
14635 directories.
14636
146372000-05-24 Kenichi Handa <handa@etl.go.jp>
14638
14639 * international/quail.el (quail-start-translation): Don't change
14640 modified-p of the current buffer.
14641 (quail-start-conversion): Likewise.
14642
14643 * international/kkc.el (kkc-region): Don't change modified-p of
14644 the current buffer.
14645
14646 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14647 conform to RFC1468.
14648 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14649
146502000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14651
14652 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14653 (speedbar-insert-button): Invisible text property fix.
14654 (speedbar-directory-plus): Renamed from speedbar-directory-+
14655 (speedbar-directory-minus): Renamed from speedbar-directory--
14656 (speedbar-page-plus): Renamed from speedbar-file-+
14657 (speedbar-page-minus): Renamed from speedbar-file--
14658 (speedbar-page): Renamed from speedbar-file-
14659 (speedbar-tag): Renamed from speedbar-tag-
14660 (speedbar-tag-plus): Renamed from speedbar-tag-+
14661 (speedbar-tag-minus): Renamed from speedbar-tag--
14662 (speedbar-expand-image-button-alist): Use above renames.
14663
14664 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14665 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14666 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14667 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14668 * sb-pg.xpm: Renamed from sb-file.xpm
14669 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14670 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14671
146722000-05-24 Kenichi Handa <handa@etl.go.jp>
14673
14674 * international/quail.el (quail-show-guidance-buf): Set
14675 current-input-method of the guidance buffer to the name of the
14676 curren input method.
14677
146782000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14679
14680 * progmodes/compile.el (compile-internal): Style typo.
14681
14682 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14683 quote vars and functions in the docstring.
14684
14685 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14686
14687 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14688 Don't quote lambdas.
14689
14690 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14691
146922000-05-23 Gerd Moellmann <gerd@gnu.org>
14693
14694 * startup.el (command-line): Determine source file of compiled
14695 user init file differently. Warn if compiled user init file
14696 is older than its source file.
14697
14698 * ffap.el (ffap-url-regexp): Add `https'.
14699
147002000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14701
14702 * files.el (make-backup-file-name-1): Replace slashes with `!'
14703 rather than `|' (which is not allowed on Windows). Replace the
14704 drive letters with a string "drive_X".
14705
147062000-05-23 Gerd Moellmann <gerd@gnu.org>
14707
14708 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14709
14710 * files.el (interpreter-mode-alist): Add `bash2'.
14711
147122000-05-22 Dave Love <fx@gnu.org>
14713
14714 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14715 mapc.
14716 (feature-file): Avoid calling symbol-name. Doc fix.
14717 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14718 (loadhist-hook-functions): Add mouse-position-function.
14719 (unload-feature): Change uses of mapcar.
14720
14721 * files.el (parse-colon-path): Doc fix.
14722 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14723 (set-auto-mode): Use mapc.
14724
14725 * complete.el (PC-look-for-include-file): Use :alnum: character
14726 class.
14727 (partial-completion-mode): Add autoload cookie.
14728
147292000-05-22 Sam Steingold <sds@gnu.org>
14730
14731 * info.el (Info-fontify-node): Fixed the call to
14732 `add-text-properties' (bug introduced on 2000-05-18).
14733
147342000-05-22 Dave Love <fx@gnu.org>
14735
14736 * bindings.el: Remove debug-ignored-errors set in other files.
14737
14738 * progmodes/etags.el: Add to debug-ignored-errors.
14739 (visit-tags-table-buffer): Clear out buffers holding old tables
14740 when making a new list.
14741 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14742 mapc.
14743
14744 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14745 quote keywords.
14746 (cmpl-string-case-type): Use character classes.
14747
14748 * comint.el:
14749 * textmodes/ispell.el:
14750 * imenu.el:
14751 * mail/mh-e.el:
14752 * progmodes/compile.el: Add to debug-ignored-errors.
14753
14754 * dabbrev.el: Add to debug-ignored-errors.
14755 (dabbrev-completion): Use mapc.
14756
147572000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14758
14759 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14760 (woman-mapcan, woman-parse-man.conf)
14761 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14762 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14763 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14764 path syntax better.
14765 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14766 (woman-manpath): Call woman-parse-man.conf.
14767 (woman-emulation): New defcustom, defaults to nroff.
14768 (woman-font-support): New defconst.
14769 (woman-use-symbol-font): New defcustom.
14770 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14771 "Emulation".
14772 Many functions: Doc fix.
14773
147742000-05-22 Kenichi Handa <handa@etl.go.jp>
14775
14776 * international/quail.el (quail-simple-translation-keymap): Map
14777 128..255 to quail-self-insert-command.
14778 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14779
147802000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14781
14782 * help.el (help-manyarg-func-alist): Typo.
14783
14784 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14785 intervals which makes it heaps simpler.
14786
14787 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14788 the nested comment markers.
14789
14790 * subr.el (remove-hook): Don't turn the hook's value into a list.
14791
147922000-05-21 Dave Love <fx@gnu.org>
14793
14794 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14795 are invalid characters.
14796
14797 * international/mule-util.el (detect-coding-with-priority): Use
14798 mapc. Remove redundant lambda.
14799
14800 * international/mule-diag.el (list-non-iso-charset-chars)
14801 (describe-fontset): Remove redundant lambda.
14802
14803 * emulation/crisp.el (brief-mode): New alias.
14804
14805 * emacs-lisp/ring.el (ring-elements): New function.
14806
14807 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14808 (easy-menu-do-add-item): Use keywordp.
14809
14810 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14811
14812 * replace.el: Doc and error message fixes.
14813 (replace-highlight): Use facep, not internal-find-face.
14814
148152000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14816
14817 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14818
14819 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14820 (log-edit-insert-changelog): Drop `:' as well.
14821
14822 * log-view.el: Fix file description.
14823 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14824 available.
14825 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14826 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14827
14828 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14829 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14830 Print a status message if the toggle is called interactively.
14831 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14832 for global minor modes and use `defcustom' for them.
14833 Use add-minor-mode.
14834 (easy-mmode-define-derived-mode): Remove.
14835 (define-derived-mode): Fancier default docstring.
14836 (easy-mmode-define-navigation): Signal an error rather than (ding).
14837
14838 * newcomment.el (comment-styles): New `box-multi'.
14839 (comment-normalize-vars): Better default for comment-continue to
14840 avoid whitespace-only continuations.
14841 (comment-search-forward): Always move even in the no-syntax case.
14842 (comment-padright): Only obey N if it's only obeyed for padleft.
14843 (comment-make-extra-lines): Better handling of empty continuations.
14844 Use `=' for the filler if comment-start has only one character.
14845 (uncomment-region): Try handling the special `=' filler.
14846 (comment-region): Allow LINES even if MULTI is nil.
14847 (comment-box): Choose box style based on comment-style.
14848
148492000-05-20 Kenichi Handa <handa@etl.go.jp>
14850
14851 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14852 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14853
148542000-05-20 Kenichi HANDA <handa@etl.go.jp>
14855
14856 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14857 and insert, not subst-char-in-region.
14858
14859 * international/mule-diag.el (list-character-sets-1): Handle
14860 charsets eight-bit-control and eight-bit-graphic.
14861 (list-iso-charset-chars): Likewise.
14862 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14863 charactes as is. Use indent-to to align characters.
14864
14865 * international/mule-cmds.el (find-multibyte-characters): Never
14866 exclude charsets eight-bit-control and eight-bit-graphic.
14867
148682000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14869
14870 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14871 Don't quote lambdas.
14872
14873 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14874
148752000-05-19 Gerd Moellmann <gerd@gnu.org>
14876
14877 * gud.el (gud-jdb-directories): Doc fix.
14878
148792000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14880
14881 * newcomment.el: New file.
14882
148832000-05-19 Gerd Moellmann <gerd@gnu.org>
14884
14885 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14886
148872000-05-18 Andreas Schwab <schwab@suse.de>
14888
14889 * dired.el (dired-between-files): Also skip lines beginning with
14890 `used'.
14891
148922000-05-18 Gerd Moellmann <gerd@gnu.org>
14893
14894 * msb.el (msb-menu-cond): Add choice `user'.
14895
148962000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14897
14898 * ps-print.el: Compatibility, customization and doc fix.
14899 (ps-printer-name-option): Replace defconst by defvar.
14900 (ps-postscript-code-directory): XEmacs compatibility.
14901 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14902 fix.
14903 (ps-user-defined-prologue, ps-print-prologue-header)
14904 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14905 compatibility and code fix.
14906 (ps-print-background-image, ps-print-background-text):
14907 Customization fix.
14908 (ps-line-number-start, ps-n-up-on): New vars.
14909
149102000-05-18 Espen Skoglund <esk@ira.uka.de>
14911
14912 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14913 the indent-comment function to just return the appropriate indent.
14914
149152000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14916
14917 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14918 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14919 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14920
149212000-05-18 Dave Love <fx@gnu.org>
14922
14923 * info.el (Info-fontify-node): Add intangible property as well as
14924 invisible.
14925
14926 * calendar/appt.el (appt-make-list): Match all lines of entry.
14927 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14928
149292000-05-18 Kenichi Handa <handa@etl.go.jp>
14930
14931 * international/mule-diag.el (describe-char-after): Call
14932 internal-char-font, not char-font. If internal-char-font returns
14933 nil, display "-- none --".
14934
149352000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14936
14937 * image.el (image-type-available-p): Don't reference image-types
14938 if it isn't bound.
14939
149402000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14941
14942 * autoarg.el (autoarg-mode): Typo in the :set argument.
14943
149442000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14945
14946 * startup.el (command-line-1): Don't signal an error if the
14947 directory for auto-save-list files does not yet exist.
14948
149492000-05-17 Kenichi Handa <handa@etl.go.jp>
14950
14951 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14952
149532000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14954
14955 * subr.el (remove-hook): `setq' hook-value, not `set'.
14956
149572000-05-16 Sam Steingold <sds@gnu.org>
14958
14959 * info.el (debug-ignored-errors): More errors to ignore.
14960
149612000-05-16 Dave Love <fx@gnu.org>
14962
14963 * cus-edit.el: Don't require cl or easymenu.
14964 (custom-variable-prompt): Test standard-value property, not
14965 user-variable-p.
14966
149672000-05-16 Sam Steingold <sds@gnu.org>
14968
14969 * subr.el (add-hook): `setq' hook-value, not `set'.
14970
149712000-05-16 Gerd Moellmann <gerd@gnu.org>
14972
14973 * startup.el (command-line-1): Mention the FAQ in the startup
14974 message.
14975
14976 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14977
14978 * progmodes/compile.el (compilation-parse-errors): Collect
14979 `nomessage' regexps last.
14980
14981 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14982
14983 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14984 to the function name.
14985
149862000-05-15 Dave Love <fx@gnu.org>
14987
14988 * speedbar.el (speedbar-recenter): Typo.
14989 (speedbar-expand-line): Make arg optional.
14990 (speedbar-mode): Avoid a compiler warning.
14991
149922000-05-15 Gerd Moellmann <gerd@gnu.org>
14993
14994 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14995 user-specified option string is empty.
14996
14997 * mouse.el (mouse-yank-at-click): Doc fix.
14998
149992000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15000
15001 * term/internal.el (IT-character-translations): More updates of
15002 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15003 documents.
15004
150052000-05-15 Gerd Moellmann <gerd@gnu.org>
15006
15007 * env.el (getenv): New function, interactively callable.
15008 (setenv, getenv): Remove autoload cookies.
15009
15010 * loadup.el: Load `env'.
15011
15012 * progmodes/f90.el: Change author's mail address.
15013
150142000-05-14 Dave Love <fx@gnu.org>
15015
15016 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15017 goto-addr as an option.
15018
15019 * help.el (help-xref-stack): Doc fix.
15020 (help-xref-following): New variable.
15021 (help-make-xrefs): Use it.
15022 (help-xref-go-back): Use position information from stack element.
15023 (help-follow): Make position in stack element a pair. Use
15024 help-xref-following.
15025
15026 * autoarg.el: New file.
15027
15028 * faces.el: Declare more functions obsolete.
15029
15030 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15031 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15032 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15033 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15034 Remove all the setup-...-environment functions.
15035
150362000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15037
15038 * speedbar.el: Updated the commentary section. xemacs20p now uses
15039 >= when detecting. Require `defimage' safely.
15040 (speedbar-easymenu-definition-base): Add toggle for images.
15041 (speedbar-easymenu-definition-special): Add flush cache & expand.
15042 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15043 (speedbar-reconfigure-keymaps-hook): New variable.
15044 (speedbar-frame-parameters): Updated documentation.
15045 (speedbar-use-imenu-flag): Updated custom tag
15046 (speedbar-dynamic-tags-function-list): New variable.
15047 (speedbar-tag-hierarchy-method): Updated doc & custom.
15048 (speedbar-indentation-width, speedbar-indentation-width) New
15049 variables.
15050 (speedbar-hide-button-brackets-flag): Customizable.
15051 (speedbar-vc-indicator): Doc update.
15052 (speedbar-ignored-path-expressions): Updated default value.
15053 (speedbar-supported-extension-expressions): Updated default value.
15054 (speedbar-syntax-table): Remove {} paren status.
15055 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15056 as "+". Added overlay aliases.
15057 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15058 `force-mode-line-update'.
15059 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15060 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15061 `mouse-set-point'
15062 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15063 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15064 of arbitrary text, and new helper functions.
15065 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15066 filename finder.
15067 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15068 (speedbar-directory-buttons): Update path search/expansion.
15069 (speedbar-make-tag-line): Pay attention to
15070 `speedbar-indentation-width'. Use more care w/ invisible
15071 properties.
15072 (speedbar-change-expand-button-char): Call
15073 `speedbar-insert-image-button-maybe'.
15074 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15075 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15076 (speedbar-trim-words-tag-hierarchy)
15077 (speedbar-simple-group-tag-hierarchy): New functions
15078 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15079 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15080 functions.
15081 (speedbar-mouse-set-point): New function
15082 (speedbar-power-click): Updated documentation.
15083 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15084 of tag prefix text.
15085 (speedbar-expand-line, speedbar-contract-line): Make more robust
15086 to strange text.
15087 (speedbar-expand-line): Takes universal argument to flush the
15088 cache.
15089 (speedbar-flush-expand-line): New function.
15090 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15091 Use new generator insertion method.
15092 (speedbar-fetch-dynamic-tags): New function.
15093 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15094 `speedbar-fetch-dynamic-imenu'.
15095 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15096 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15097 "Revert Buffer" menu items.
15098 (speedbar-buffer-buttons-engine): Be smarter when creating a
15099 filename tag (for expansion purposes.).
15100 (speedbar-highlight-one-tag-line,
15101 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15102 (speedbar-recenter): New functions.
15103 (defimage-speedbar): Image loading abstraction.
15104 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15105 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15106 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15107 (speedbar-tag-type, speedbar-tag-mail): New images.
15108 (speedbar-expand-image-button-alist): New variable.
15109 (speedbar-insert-image-button-maybe): Insert an image over some
15110 buttons.
15111
151122000-05-13 Kenichi Handa <handa@etl.go.jp>
15113
15114 * international/mule-cmds.el (encode-coding-char): An ASCII
15115 character is always encodable.
15116
15117 * international/mule-conf.el: Add more information in descriptions
15118 of character sets.
15119
15120 * international/mule-diag.el (describe-char-after): New function.
15121 (describe-font-internal): Adjusted for the change of font-info.
15122 (describe-font): Likewise.
15123 (print-fontset): Rewritten for the new fontset implementation.
15124 (describe-fontset): Include fontset alias names in completion.
15125 (list-fontsets): Adjusted for the change of print-fontset.
15126
15127 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15128 describe-char-after instead of displaying the detail in the echo
15129 area.
15130 (syntax-code-table): Format changed.
15131 (string-to-syntax): Adjusted for the above change.
15132
151332000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15134
15135 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15136
151372000-05-12 Dave Love <fx@gnu.org>
15138
15139 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15140 dependence. Use line-{beginning,end}-position, not
15141 point-at{b,e}ol. Some doc fixes.
15142 (todo-position): New function. Fix callers of position to use it.
15143 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15144
151452000-05-12 Gerd Moellmann <gerd@gnu.org>
15146
15147 * time.el (display-time-mail-icon): Use `:ascent center'.
15148
15149 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15150 handling FTP security extensions.
15151
151522000-05-11 Dave Love <fx@gnu.org>
15153
15154 * calendar/todo-mode.el: New file.
15155
151562000-05-11 Gerd Moellmann <gerd@gnu.org>
15157
15158 * comint.el (comint-read-input-ring): Move reference to
15159 comint-input-ring-size outside of the save-excursion. It was
15160 causing the default value to be the only one ever seen.
15161
15162 * font-lock.el: Update copyright. Remove Simon Marshall's email
15163 address on request from him.
15164
15165 * subr.el (substitute-key-definition): Add comment describing
15166 the meaning of PREFIX.
15167
151682000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15169
15170 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15171
15172 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15173 (add-minor-mode): Don't make the variable buffer-local and add a
15174 reference to define-minor-mode in the docstring.
15175
15176 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15177 HEADER/FOOTER and fix bug with trailing empty directory.
15178 (cvs-append-to-ignore): Use vc-editable-p if available.
15179 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15180 (vc-do-command): Tweak advice to handle the new VC.
15181
15182 * log-view.el (log-view-goto-rev): New function for the new VC.
15183 (log-view-minor-wrap): Use mark-active.
15184
15185 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15186 (log-edit-changelog-full-paragraphs): New var.
15187 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15188 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15189 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15190 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15191 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15192 Replace the `cvs' prefix with `log-edit'.
15193
15194 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15195
15196 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15197 (diff-font-lock-defaults): Explicitly turn off multiline.
15198 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15199 (diff-ediff-patch): Fix call to ediff-patch-file.
15200 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15201 Handle comments.
15202
15203 * frame.el (automatic-hscrolling): Typo.
15204
15205 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15206
152072000-05-09 Sam Steingold <sds@goems.com>
15208
15209 * apropos.el (apropos-print): use `describe-face' instead of
15210 `customize-face-other-window'.
15211
152122000-05-09 Dave Love <fx@gnu.org>
15213
15214 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15215
15216 * help.el (describe-variable): Have customize button pop the
15217 help-xref stack when invoked.
15218 (help-xref-symbol-regexp): Add `face'.
15219 (help-make-xrefs): Check for quoted face names and adapt regexp
15220 submatch numbers to cope.
15221 (help-xref-interned): Maybe insert face doc too. Separate
15222 sections with a line of hyphens.
15223
15224 * faces.el: Some doc fixes. Declare some functions obsolete.
15225 (describe-face): Add customize button. Return the help
15226 text. Fix prompt.
15227
152282000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15229
15230 * term/internal.el (IT-character-translations): Fix last change.
15231
152322000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15233
15234 * woman.el: New file
15235 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15236
152372000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15238
15239 * term/internal.el (IT-character-translations): Update ASCII
15240 simulations for greek-iso8859-7, add latin-iso8859-14 and
15241 latin-iso8859-15.
15242
15243 * international/mule-cmds.el (set-language-info-alist): Call
15244 define-prefix-command with 3 arguments, to make the map suitable
15245 for a menu.
15246
152472000-05-07 Dave Love <fx@gnu.org>
15248
15249 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15250
152512000-05-05 Dave Love <fx@gnu.org>
15252
15253 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15254 list in doc string. Don't quote keyword symbols.
15255 * emacs-lisp/cl.el: Likewise
15256 * emacs-lisp/cl-seq.el: Likewise
15257
152582000-05-05 Gerd Moellmann <gerd@gnu.org>
15259
15260 * abbrev.el (abbrev-mode): Make ARG optional.
15261
152622000-05-04 Gerd Moellmann <gerd@gnu.org>
15263
15264 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15265
15266 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15267
15268 * subr.el (substitute-key-definition): Clarify documentation.
15269
152702000-05-04 Milan Zamazal <pdm@freesoft.cz>
15271
15272 * glasses.el (glasses-convert-to-unreadable): Use
15273 `glasses-separator' instead of the hard-wired "_".
15274 (glasses-mode): Call `glasses-make-unreadable' only in a single
15275 place.
15276
152772000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15278
15279 * term/internal.el (cjk-codepages-alist): Add associations for
15280 Chinese and Korean codepages. Remove FIXME comment.
15281
152822000-05-03 Dave Love <fx@gnu.org>
15283
15284 * time.el (display-time-mail-face, display-time-use-mail-icon):
15285 New option.
15286 (display-time-mail-icon): New variable.
15287 (display-time-string-forms): Use the above. Fix the local-map.
15288
152892000-05-03 Gerd Moellmann <gerd@gnu.org>
15290
15291 * replace.el (query-replace-map): Add binding for `E'.
15292 (query-replace-help): Extend help text.
15293 (perform-replace): Allow editing the replacement string.
15294
15295 * make-mode.el (makefile-mode-abbrev-table): New variable.
15296 (makefile-mode): Set local abbrev table to
15297 makefile-mode-abbrev-table.
15298 (makefile-font-lock-keywords): Fontify includes and conditionals.
15299
15300 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15301 set TOGGLE's value.
15302
15303 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15304 mail-interactive-insert-alias.
15305 (mail-abbrev-complete-alias): New command.
15306 (mail-mode-map): Bind it to `M-TAB'.
15307
153082000-05-03 Kenichi Handa <handa@etl.go.jp>
15309
15310 * language/lao-util.el (lao-compose-region): New function.
15311
153122000-05-02 Gerd Moellmann <gerd@gnu.org>
15313
15314 * files.el (recover-session): Make directories as necessary
15315 if they don't exist yet.
15316
15317 * calendar/cal-french.el
15318 (french-calendar-multibyte-special-days-array)
15319 (french-calendar-special-days-array): Change French text.
15320 (calendar-french-date-string): Change output.
15321 (calendar-goto-french-date): Likewise.
15322
153232000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15324
15325 * wid-edit.el (widget-default-active): Obey `:always-active'.
15326 (widget-documentation-string-value-create): Set `:always-active'.
15327
153282000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15329
15330 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15331 default prefix to `~/_emacs.d/auto-save.list/_s'.
15332 (normal-top-level): Create the directory for auto-save files, if
15333 it doesn't already exist (in the ms-dos case only).
15334
153352000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15336
15337 * international/mule-cmds.el (set-language-environment): Don't
15338 concat an integer (dos-codepage), use format instead.
15339
153402000-05-02 Dave Love <fx@gnu.org>
15341
15342 * help.el (help-xref-on-pp): Check for constant symbols.
15343
153442000-04-29 Gerd Moellmann <gerd@gnu.org>
15345
15346 * startup.el (normal-top-level): Put a condition-case around
15347 the code loading subdirs.el.
15348
153492000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15350
15351 * ps-print.el: Upside-down and face background color printing,
15352 line number step, doc fix.
15353 (ps-print-version): New version number (5.2).
15354 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15355 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15356 (ps-spool-config): Var fix.
15357 (ps-printer-name-option): Const fix.
15358 (ps-print-upside-down, ps-use-face-background)
15359 (ps-line-number-step): New vars.
15360 (ps-window-system, ps-lp-system): New consts.
15361 (ps-face-background): New fun.
15362
153632000-04-28 Richard Stallman <rms@gnu.org>
15364
15365 * files.el (make-auto-save-file-name):
15366 Apply auto-save-file-name-transforms to visited file name
15367 before generating auto save file name.
15368 (auto-save-file-name-transforms): New variable.
15369
15370 * files.el (backup-enable-predicate):
15371 Correctly test for a file under a temporary directory.
15372
153732000-04-28 Gerd Moellmann <gerd@gnu.org>
15374
15375 * subr.el (add-minor-mode): Rewritten.
15376
153772000-04-28 Kenichi Handa <handa@etl.go.jp>
15378
15379 * mail/sendmail.el (sendmail-send-it): Set
15380 buffer-file-coding-system to the selected coding system for MIME
15381 header.
15382
153832000-04-27 Gerd Moellmann <gerd@gnu.org>
15384
15385 * dired.el (dired-move-to-filename-regexp): Allow format where
15386 YYYY is followed by two spaces.
15387
15388 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15389 in the second character class of the regexp.
15390
15391 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15392 mh-etc, too.
15393
15394 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15395 nil.
15396
15397 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15398
15399 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15400 argument.
15401
154022000-04-27 Sen Nagata <sen@eccosys.com>
15403
15404 * emacs-lisp/crm.el (crm-completion-table): New variable.
15405 (crm-collection-fn, crm-test-completion)
15406 (completing-read-multiple): Use it.
15407
154082000-04-27 Dave Love <fx@gnu.org>
15409
15410 * help.el (locate-library): Use mapc.
15411 (help-manyarg-func-alist): Add call-process-region.
15412
154132000-04-26 Gerd Moellmann <gerd@gnu.org>
15414
15415 * subr.el (add-minor-mode): Make argument MAP optional.
15416
15417 * desktop.el (desktop-save): Save list of minor modes.
15418 (desktop-create-buffer): Restore minor modes.
15419 (desktop-minor-mode-table): New user-option.
15420
15421 * subr.el (add-minor-mode): New function.
15422
15423 * image.el (find-image): New function.
15424 (defimage): Rewritten to find image at load time.
15425
15426 * startup.el (normal-top-level-add-to-load-path): Handle
15427 case that the default directory is not in load-path.
15428
15429 * help.el: Old patch from Stefan Monnier.
15430 (help-xref-on-pp): New function.
15431 (describe-variable): Use it to display xrefs in a symbol's value.
15432
154332000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15434
15435 * cus-edit.el (custom-face): Fix parenthesis.
15436
154372000-04-26 Kenichi Handa <handa@etl.go.jp>
15438
15439 * mail/rmail.el (rmail-expunge): When there are no deleted
15440 messages, do nothing.
15441
154422000-04-26 Dave Love <fx@gnu.org>
15443
15444 * international/mule-cmds.el (locale-translation-file-name):
15445 Defvar to nil.
15446 (set-locale-environment): Set it here (at runtime).
15447
154482000-04-25 Gerd Moellmann <gerd@gnu.org>
15449
15450 * replace.el (perform-replace): Add parameters START and END. Use
15451 them instead of the check for a region in Transient Mark mode.
15452 (query-replace-read-args): Return two more list elements for the
15453 start and end of the region in Transient Mark mode.
15454 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15455 (map-query-replace-regexp, replace-string, replace-regexp): Add
15456 optional last arguments START and END and pass them to
15457 perform-replace.
15458
15459 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15460 form with additional arguments for perform-replace.
15461
15462 * progmodes/etags.el (tags-query-replace): Add parameters START
15463 and END. Construct a form with additional arguments for
15464 perform-replace.
15465
15466 * simple.el (shell-command): Set default directory for "*Shell
15467 Command Output" buffer.
15468
15469 * language/european.el (iso-latin-4): Fix typo.
15470
15471 * emacs-lisp/crm.el: New file.
15472
154732000-04-24 Dave Love <fx@gnu.org>
15474
15475 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15476 (Custom-reset-saved, Custom-reset-standard)
15477 (custom-group-value-create, custom-group-set, custom-group-save)
15478 (custom-group-reset-current, custom-group-reset-saved)
15479 (custom-group-reset-standard): Use mapc.
15480 (custom-buffer-create-internal): Disable undo when creating items.
15481 Use mapc.
15482 (custom-face): Avoid redundant lambda.
15483
154842000-04-24 Gerd Moellmann <gerd@gnu.org>
15485
15486 * startup.el (auto-save-list-file-prefix): Set default to
15487 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15488
154892000-04-24 Sam Steingold <sds@gnu.org>
15490
15491 * time-stamp.el (time-stamp-string-preprocess): Always convert
15492 `field-result' to a string.
15493
154942000-04-24 Gerd Moellmann <gerd@gnu.org>
15495
15496 * frame.el (scrolling): New group.
15497 (automatic-hscrolling): New user-option.
15498
15499 * startup.el (command-line-x-option-alist): Add `-lsp' and
15500 `--line-spacing'.
15501
155022000-04-19 Dave Love <fx@gnu.org>
15503
15504 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15505 (cl-mapc): Rename from mapc. Fix the funcall.
15506
155072000-04-19 Gerd Moellmann <gerd@gnu.org>
15508
15509 * simple.el (clone-indirect-buffer-other-window): New command.
15510 (clone-indirect-buffer): Add optional arg NORECROD.
15511 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15512
15513 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15514
15515 * window.el (count-screen-lines): New function.
15516 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15517 instead of window-buffer-height.
15518
15519 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15520 non-existing variable comint-input-sentinel.
15521 (inferior-lisp-args-to-list): Removed.
15522 (inferior-lisp): Use split-string instead of
15523 inferior-lisp-args-to-list.
15524
15525 * hexl.el (hexl-insert-hex-string): New command.
15526
15527 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15528 instead of concat.
15529
155302000-04-18 Gerd Moellmann <gerd@gnu.org>
15531
15532 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15533 at the start of an existing but empty folder.
15534
155352000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15536
15537 * ps-mule.el: Customization fix, doc fix.
15538 (ps-multibyte-buffer): Customization fix.
15539
155402000-04-17 Richard M. Stallman <rms@gnu.org>
15541
15542 * subr.el (read-passwd): Use read-char-exclusive.
15543
155442000-04-17 Gerd Moellmann <gerd@gnu.org>
15545
15546 * textmodes/texinfo.el (texinfo-insert-@email)
15547 (texinfo-insert-@emph, texinfo-insert-@quotation)
15548 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15549 (texinfo-mode-map): Add key bindings for them.
15550
15551 * files.el (basic-save-buffer-2): Use a template with `$'
15552 instead of `#' for VMS.
15553
15554 * simple.el (clone-indirect-buffer): New function.
15555
155562000-04-16 Stephen Eglen <stephen@gnu.org>
15557
15558 * iswitchb.el (iswitchb-case): New function. If the user input
15559 contains any upper-case characters, the search is made
15560 case-sensitive.
15561
155622000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15563
15564 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15565 comment-end.
15566 (texinfo-font-lock-syntactic-keywords): New var.
15567 (texinfo-font-lock-keywords): Remove comment regexp.
15568 (texinfo-insert-block): New function.
15569 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15570 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15571 and font-lock-defaults. Use regexp-opt for outline-regexp.
15572 (texinfo-environments): New var.
15573 (texinfo-environment-regexp): Use regexp-opt and
15574 texinfo-environments.
15575
15576 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15577 ispell-process is bound since this might be eval'd before ispell
15578 is loaded.
15579 (ispell-message): Use a tiny bit less magic and a bit more hard
15580 data to figure out what kind of sc-cite-regexp to use.
15581
15582 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15583
15584 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15585 (insert-cyclic-diary-entry): Unquote the lambda.
15586
15587 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15588
15589 * files.el (backup-enable-predicate): Unquote the lambda.
15590
15591 * cus-edit.el (custom-face, face): Unquote the lambda.
15592
155932000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15594
15595 * ps-print.el: Check for line-beginning-position definition.
15596
15597 * ps-print.el: Fix counting lines in a region.
15598 (ps-print-version): New version number (5.1.5).
15599 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15600 (ps-printing-region): Fun code fix.
15601
156022000-04-15 Gerd Moellmann <gerd@gnu.org>
15603
15604 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15605 to file-directory-p.
15606
156072000-04-14 Gerd Moellmann <gerd@gnu.org>
15608
15609 * gud.el (gud-jdb-build-source-files-list): Check that directory
15610 exists before calling directory-files.
15611
156122000-04-13 Dave Love <fx@gnu.org>
15613
15614 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15615 syntax.
15616
15617 * emacs-lisp/cl-specs.el: Remove when, unless.
15618
15619 * emacs-lisp/cl-extra.el: Don't quote keywords.
15620 (cl-old-mapc): New variable.
15621 (mapc): Use it.
15622 (cl-map-intervals): Use with-current-buffer. Don't check for
15623 next-property-change.
15624 (cl-map-overlays): Use with-current-buffer.
15625 (cl-expt): Remove.
15626 (copy-tree, remprop): Define unconditionally.
15627
15628 * emacs-lisp/cl-compat.el (keywordp): Remove.
15629
15630 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15631 to use keywordp.
15632 (edebug-spec): Enable keywordp.
15633
15634 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15635 string-lessp.
15636
15637 * cus-start.el: Use keywordp.
15638
156392000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15640
15641 * diary-lib.el (include-other-diary-files): Fix the fix of
15642 2000-02-18 by doing a save-excursion.
15643
156442000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15645
15646 * ps-print.el: Customization fix, doc fix.
15647 (ps-print-version): New version number (5.1.4).
15648 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15649 (ps-print-preprint): Adjust code.
15650 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15651 (ps-print-prologue-header, ps-print-control-characters)
15652 (ps-spool-config): Customization fix.
15653
156542000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15655
15656 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15657 converted to the new menu-item format, names silightly changed,
15658 help strings added.
15659
15660 Support for spelling without async subprocesses:
15661
15662 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15663 (ispell-session-buffer): New variables.
15664 (ispell-start-process, ispell-process-status,
15665 ispell-accept-output, ispell-send-string): New functions, for
15666 Ispell invocation when async subprocesses aren't supported.
15667 (ispell-word, ispell-pdict-save, ispell-command-loop,
15668 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15669 to process-send-string with calls to ispell-send-string, and
15670 accept-process-output with ispell-accept-output.
15671 (ispell-init-process): Call ispell-process-status instead of
15672 process-status with.
15673 (ispell-init-process): Call ispell-start-process. Call
15674 ispell-accept-output and ispell-send-string. Don't call
15675 process-kill-without-query and kill-process if they are unbound.
15676 (ispell-async-processp): New function.
15677
156782000-04-12 Dave Love <fx@gnu.org>
15679
15680 * info.el: Add debug-ignored-errors.
15681 (Info-mode-menu): Add some items.
15682 (Info-directory): Add autoload cookie.
15683
15684 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15685 Modify `truncate-lines'. Make `describe-language-environment'
15686 always visible and add help. Modify `describe-key' help. Invoke
15687 Info-directory from `info'. New entry `emacs-manual'.
15688
156892000-04-10 Gerd Moellmann <gerd@gnu.org>
15690
b291c86c
SM
15691 * progmodes/ebrowse.el (ebrowse-tree-mode):
15692 Use propertized-buffer-identification.
a30eb617
DL
15693 (ebrowse-update-member-buffer-mode-line): Likewise.
15694 (ebrowse--mode-strings): Removed.
15695 (ebrowse--mode-line-props): Removed.
15696
15697 * files.el (auto-mode-alist): Add `EBROWSE'.
15698
15699 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15700 space before testing for end of buffer.
15701 (ebrowse-load): Removed.
15702 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15703 (ebrowse-create-tree-buffer): Rewritten.
15704 (ebrowse-tree-mode): Read tree from buffer.
15705
15706 * progmodes/ebrowse-ffh.el: Removed.
15707
157082000-04-10 Kenichi Handa <handa@etl.go.jp>
15709
15710 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15711
157122000-04-10 Gerd Moellmann <gerd@gnu.org>
15713
15714 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15715 at the wrong place.
15716
157172000-04-09 Dave Love <fx@gnu.org>
15718
b291c86c
SM
15719 * files.el (backup-enable-predicate):
15720 Use temporary-file-directory, small-temporary-file-directory.
15721 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15722 (make-backup-file-name-1): New function.
15723 (make-backup-file-name): Use it.
b291c86c 15724 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15725 (file-newest-backup): Use make-backup-file-name.
15726
157272000-04-09 Gerd Moellmann <gerd@gnu.org>
15728
15729 * progmodes/ebrowse-ffh.el: New file.
15730
86f6474c
SM
15731 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15732 Moved to ebrowse-ffh.el.
a30eb617
DL
15733 (ebrowse-load): Add autoload.
15734
15735 * finder.el (finder-commentary): Add autoload cookie.
15736
15737 * mail/rfc2368.el: Correct author's email address.
15738
15739 * progmodes/ebrowse.el: New file.
15740
15741 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15742 item help string.
15743 (easy-menu-do-add-item): Ditto.
15744 (easy-menu-define): Extend doc string.
15745
86f6474c 15746 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15747 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15748 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15749 with-buffer-unmodified.
15750
157512000-04-08 Dave Love <fx@gnu.org>
15752
15753 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15754 unless, when.
15755
157562000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15757
15758 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15759 (viper-flash-search-pattern): No operation when using Emacs
15760 doesn't support face.
15761 Use `viper-put-on-search-overlay'.
15762
157632000-04-04 Gerd Moellmann <gerd@gnu.org>
15764
15765 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15766 like C-r.
15767
15768 * progmodes/make-mode.el: Some doc fixes.
15769 (makefile-mode-abbrev-table): New variable.
15770 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15771 (makefile-font-lock-keywords): Fontify includes and conditionals.
15772 (toplevel): Require `dabbrev' and `add-log' when compiling.
15773
15774 * replace.el (perform-replace): Don't move forward one char
15775 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15776 to do that because it leaves point 1 position after the last
15777 replacement, after everything has been replaced.
15778
15779 * jit-lock.el (with-buffer-unmodified): New macro.
15780 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15781 modified state.
15782 (jit-lock-function-1): Extracted from jit-lock-function; not
15783 preserving buffer's modified state.
86f6474c
SM
15784 (jit-lock-function, jit-lock-stealth-fontify):
15785 Call jit-lock-function-1.
a30eb617
DL
15786
15787 * mail/rfc2368.el: Remove supernumerary copyright line.
15788
157892000-04-04 Milan Zamazal <pdm@freesoft.cz>
15790
15791 * glasses.el: Provide facilities for inserting space before left
15792 parentheses and uncapitalization of identifiers.
15793 (glasses-mode): Try to remove old overlays in all cases.
15794
157952000-04-03 Gerd Moellmann <gerd@gnu.org>
15796
15797 * progmodes/compile.el (compile-internal): Display the compilation
15798 buffer in a different frame, if it's already displayed there.
15799
15800 * mail/rfc2368.el: New file.
15801
15802 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15803 header and insert its value as mail body.
15804
15805 * subr.el (member-ignore-case): New function.
15806
15807 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15808 (dabbrev--find-expansion): Ignore buffers matching a regexp
15809 from dabbrev-ignored-regexps.
15810
15811 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15812 to extensions handled by gzip.
15813
158142000-04-03 Richard M. Stallman <rms@gnu.org>
15815
15816 * files.el (insert-directory): List the total free space
15817 along with the used space.
15818
15819 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15820 line is followed by one that matches CITATION-REGEXP, end the
15821 paragraph.
15822
158232000-04-03 Markus Rost <rost@delysid.gnu.org>
15824
15825 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15826 (rmail-make-basic-summary-line): Use that option.
15827
158282000-04-03 Kenichi Handa <handa@etl.go.jp>
15829
15830 * international/mule-cmds.el (encoded-string-description):
15831 Rewritten. Try pretty description for ISO 2022 escape sequences
15832 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15833 for hexadecimal format.
15834
158352000-04-01 Dave Love <fx@gnu.org>
15836
15837 * cpp.el: Change customization group to `c' from `C'.
15838
15839 * vcursor.el (vcursor-move): Use display-color-p.
15840
15841 * international/mule-util.el: Provide mule-utils.
15842 (string-to-sequence): Simplify and speed up.
15843
15844 * international/mule.el (make-coding-system): Purecopy doc-string.
15845
15846 * international/mule-cmds.el: Various menu changes.
15847 (describe-specified-language-support): Handle `Default'.
15848 (set-language-info): Purecopy `info'.
15849
158502000-03-31 Andrew Innes <andrewi@gnu.org>
15851
15852 * vc.el (vc-backend-diff): Return the correct status if we had to
15853 retry the rcsdiff command without the --brief option.
15854
158552000-03-31 Dave Love <fx@gnu.org>
15856
15857 * help.el (help-manyarg-func-alist): Correct several omissions.
15858
15859 * add-log.el: Don't require cl, fortran.
15860 (add-log-current-defun-function): Doc fix.
86f6474c 15861 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15862 (change-log-version-rcs): Function deleted.
86f6474c
SM
15863 (change-log-version-number-search): Doc fix.
15864 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15865 (add-change-log-entry): Just call add-log-current-defun to get
15866 defun. Simplify somewhat.
15867 (change-log-get-method-definition-1): Likewise.
15868 (add-log-current-defun): Return nil if calling
15869 add-log-current-defun-function does so. Move Fortran stuff to
15870 fortran.el. Return string without properties.
15871
15872 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15873 and :alpha: char classes.
15874
15875 * mail/supercite.el: Defvar curline when compiling.
15876 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15877 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15878 rather than a-zA-Z0-9 to allow non-ASCII characters.
15879
158802000-03-31 Gerd Moellmann <gerd@gnu.org>
15881
15882 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15883
15884 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15885 Re-enable new code.
15886
15887 * lpr.el (print-region-1): Use -d to specify printer name for
15888 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15889
158902000-03-31 Dave Love <fx@gnu.org>
15891
86f6474c
SM
15892 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15893 Look for function definition in symbol's function value slot first
a30eb617
DL
15894 instead of first consulting byte-compile-function-environment.
15895
158962000-03-31 Kenichi Handa <handa@etl.go.jp>
15897
15898 * language/european.el ("Polish"): New language environment.
15899 (setup-polish-environment): New function.
15900
159012000-03-30 Gerd Moellmann <gerd@gnu.org>
15902
15903 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15904 Disable new code.
15905
15906 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15907 trying to `load' the symbol of an autoload instead of the file
15908 recorded in the autoload. Fix error messages.
15909
159102000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15911
15912 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15913 (ps-print-version): New version number (5.1.3).
15914 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15915 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15916 (ps-generate-postscript-with-faces): Code fix.
15917 (ps-color-values): XEmacs compatibility.
15918 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15919 (ps-default-fg, ps-default-bg): Adjust customization.
15920 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15921 (ps-color-scale): Renaming old ps-color-value fun.
15922 (ps-print-headers): Replace ps-print-header group to avoid conflict
15923 with ps-print-header variable.
15924 (ps-print-miscellany): New group.
15925 (ps-format-color, ps-rgb-color): New funs.
15926 (ps-default-foreground): New var.
15927 (ps-printer-name-option): New const.
15928
159292000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15930
15931 * net/net-utils.el:
15932 (network-connection-host, network-connection-service): New variables
15933 (network-connection-mode): New mode, derived from comint-mode
15934 (network-connection-mode-setup): New function, saves host and
15935 service information in local variables.
15936
15937 * lisp/locate.el:
15938 (locate-word-at-point): Added this function
15939 (locate): Default to using locate-word-at-point as input
15940 Run dired-mode-hook
15941
159422000-03-29 Dave Love <fx@gnu.org>
15943
15944 * calendar/appt.el: Doc fixes.
15945 (appt-check): Convert min-to-app to a string before passing to
15946 appt-disp-window-function or concat.
15947 (appt-delete-window): Remove test for frame-root-window.
15948 (appt-select-lowest-window, appt-convert-time): Simplify.
15949
15950 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15951 (byte-compile-file-form-autoload):
15952 Update byte-compile-function-environment.
a30eb617
DL
15953
159542000-03-29 Andreas Schwab <schwab@suse.de>
15955
86f6474c 15956 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15957
15958 * dired.el (dired-insert-directory): If dired-free-space-program
15959 failed just delete its output.
15960
159612000-03-29 Dave Love <fx@gnu.org>
15962
15963 * international/iso-cvt.el: Move provide to end. Doc fixes.
15964 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15965 (iso-iso2sgml, iso-sgml2iso): New functions.
15966 (iso-cvt-define-menu): Fix some entries and use backquote for
15967 clarity.
15968
15969 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15970
159712000-03-28 Gerd Moellmann <gerd@gnu.org>
15972
15973 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15974 ISO-DATE. If non-nil, return date in ISO 8601 format.
15975
159762000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15977
15978 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15979 if it ever becomes used.
15980 (log-edit-mode-hook): Default to vc-log-mode-hook.
15981 (log-edit-mode): Fix the docstring.
15982
15983 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15984 the code.
15985
159862000-03-26 Dave Love <fx@gnu.org>
15987
15988 * net/browse-url.el (browse-url): Re-fix case of
15989 browse-url-browser-function being an alist.
15990 (browse-url): Add :link to defgroup.
15991
15992 * files.el: Doc fixes.
15993 (file-truename): Include `[' in wildcard characters.
15994 (automount-dir-prefix): Customize.
15995 (find-file-wildcards): Add :version.
15996 (find-file-noselect): Simplify a mapcar call.
15997
15998 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15999 compatible with inf-lisp version.
16000 (eval-defun-1): Fix custom-declare-variable case.
16001
160022000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16003
16004 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16005
160062000-03-24 Gerd Moellmann <gerd@gnu.org>
16007
16008 * Makefile (COMPILE_FIRST): New macro.
16009 (compile-files): Compile files from COMPILE_FIRST first.
16010
86f6474c 16011 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16012
16013 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16014 matching open parenthesis in column 0 to defun-prompt-regexp
16015 only if open-paren-in-column-0-is-defun-start is set.
16016
16017 * sun-curs.el: Require CL at compile-time only.
16018
16019 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16020 instead of copy-list which is a function from CL.
16021 (msb--choose-menu, msb--mode-menu-cond)
16022 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16023 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16024 (msb--aggregate-alist): Use mapcar instead of mapcan.
16025 Fix `(' in column 0 in doc string.
a30eb617
DL
16026 (msb--add-separators): Use mapcar instead of mapcan.
16027
16028 * cus-dep.el: Require CL at compile-time only.
16029
160302000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16031
16032 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16033 (byte-compile-warnings): New warning `noruntime'.
16034 (byte-compile-constants, byte-compile-variables): Fix docstring.
16035 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16036 execute `eval-whenc-compile's body.
16037 (byte-compile-unresolved-functions): Fix docstring.
16038 (byte-compile-eval): New function.
16039 (byte-compile-callargs-warn): Check if the function will be available
16040 at runtime (via property `byte-compile-noruntime').
16041 (byte-compile-print-syms): New function.
16042 (byte-compile-warn-about-unresolved-functions): Also warn about
16043 `noruntime' functions (and use `byte-compile-print-syms').
16044 (byte-compile-file): Capitalize the message.
16045
160462000-03-24 Gerd Moellmann <gerd@gnu.org>
16047
16048 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16049 (rmail-expunge): Ask for confirmation depending on the setting
16050 of rmail-confirm-expunge.
16051
160522000-03-23 Gerd Moellmann <gerd@gnu.org>
16053
16054 * Makefile (bootstrap-clean): If $(emacs) exists, build
16055 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16056 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16057
160582000-03-23 Dave Love <fx@gnu.org>
16059
16060 * net/browse-url.el: Restore previous use of
16061 browse-url-maybe-new-window.
16062
160632000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16064
16065 * ps-print.el: Skip banner page fix.
16066 (ps-print-version): New version number (5.1.2).
16067 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16068
160692000-03-23 Dave Pearson <davep@davep.org>
16070
16071 * net/quickurl.el Changed the type of parameter passed to the
16072 function defined by `quickurl-format-function'. Before only the
16073 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16074 and the function is responsible for extracting the parts it requires.
16075 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16076 (quickurl-insert): Changed the `funcall' of
16077 `quickurl-format-function' to match the above change.
16078 (quickurl-list-insert): Changed the `url' case so that it makes
16079 use of `quickurl-format-function', previous to this the format was
16080 hard wired.
16081
160822000-03-22 Gerd Moellmann <gerd@gnu.org>
16083
16084 * startup.el: Change some spellings for the X Window System.
16085
160862000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16087
86f6474c
SM
16088 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16089 Clean up the code and the regexp and make sure the cursor is
16090 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16091
160922000-03-22 Jason Rumney <jasonr@gnu.org>
16093
16094 * w32-fns.el (w32-charset-info-alist): Initialize.
16095
160962000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16097
16098 * ps-print.el: N-up last page fix.
16099 (ps-print-version): New version number (5.1.1).
16100 (ps-end-file, ps-end-job, ps-generate): Code fix.
16101
161022000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16103
16104 * files.el (find-file-run-dired): Update docstring.
16105 (find-directory-functions): New hook.
16106 (find-file-noselect): Run find-directory-functions rather than
16107 calling dired directly.
16108
16109 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16110
16111 * pcvs.el: Add a minimal leading commentary.
16112 (cvs-make-cvs-buffer): Change the header part by removing the startup
16113 message and adding a `Module' entry. Also replace the FOOTER and
16114 HEADER special fileinfos with the new support in ewoc for updating
16115 its own footer and header.
16116 (cvs-update-header): Update to use the header/footer of the ewoc.
16117 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16118 (cvs-is-within-p): New function.
16119 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16120 to only examine some subset of the buffers.
16121
16122 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16123 `format' instead of our own ad-hoc functions.
16124 Remove HEADER and FOOTER cases, now handled in the EWOC.
16125 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16126
16127 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16128 output to avoid scaring the user.
16129 (cvs-parse-table): Catch message for non-up-to-date commits.
16130
16131 * pcvs-defs.el (cvs-startup-message): Remove.
16132 (cvs-global-menu): New autoloaded menu.
16133
16134 * pcvs-util.el (cvs-string-fill): Remove.
16135
16136 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16137 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16138 PP part of it and also make it work for footers and headers.
16139 (ewoc-create): Drop POS and BUFFER arguments.
16140 Use the DLL's dummy node to store the end-of-footer position.
16141 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16142 (ewoc-refresh): Remove unused `header' variable.
16143 (ewoc-(get|set)-hf): New functions.
16144
16145 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16146 log-view-*-(message|file) and use easy-mmode-define-navigation.
16147 (log-view-message-re): Match SCCS format as well.
16148 And match the revision line rather than the dashed separator line.
16149 (log-view-mode): Use the new define-derived-mode.
16150 (log-view-current-tag): Fill in with an actual implementation.
16151
16152 * cvs-status.el (cvs-status-(prev|next)): Rename from
16153 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16154 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16155 to let the output "breathe" a little more (more readable).
16156 (cvs-status-mode): Use the new define-derived-mode.
16157
16158 * smerge-mode.el (smerge-auto-leave): New function and variable.
16159 (smerge-basic-map): Rename from smerge-basic-keymap.
16160 Change the bindings for smerge-diff-*.
16161 (smerge-*-map): Use easy-mmode-defmap.
16162 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16163 (smerge-keep-*): Use smerge-auto-leave.
16164
161652000-03-21 Jason Rumney <jasonr@gnu.org>
16166
16167 * cus-edit.el (custom-button-face): Use 3D look for w32.
16168 (custom-button-pressed-face): Likewise.
16169
161702000-03-21 Gerd Moellmann <gerd@gnu.org>
16171
16172 * progmodes/etags.el (tags-case-fold-search): New user-option.
16173 (tags-loop-eval): New function. Bind case-fold-search around eval
16174 depending on the value of tags-case-fold-search.
16175 (tags-loop-continue): Use tags-loop-eval.
16176 (find-tag-in-order): Bind case-fold-search depending on the value
16177 of tags-case-fold-search.
16178
161792000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16180
86f6474c 16181 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16182 (diff-end-of-hunk): Return the end position for use in
16183 `easy-mmode-define-navigation'.
16184 (diff-recenter): Remove.
16185 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16186 of `easy-mmode-define-navigation'.
16187 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16188 previous renaming) and fix to use new names.
16189 (diff-merge-strings): Use \n as separator: simpler, faster.
16190 (diff-mode): Use `define-derived-mode'.
16191
16192 * derived.el (define-derived-mode): Don't autoload anymore.
16193 Prefer the macro-only version provided by easy-mmode.el.
16194
16195 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16196 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16197 (easy-mmode-define-navigation): New macro.
16198
16199 * subr.el (combine-run-hooks): New function.
16200
162012000-03-21 Kenichi HANDA <handa@etl.go.jp>
16202
16203 * term/x-win.el: Fontsets related initialization is simplified.
16204
16205 * international/mule-diag.el (describe-font): Don't refer to
16206 global-fontset-alist, instead call font-list.
16207 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16208 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16209
86f6474c
SM
16210 * international/fontset.el (x-charset-registries): Variable removed,
16211 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16212 (register-alternate-fontnames): Function removed.
16213 (resolved-ascii-font): Variable removed.
16214 (x-compose-font-name): Ignore the second argument REDOCE.
16215 (x-complement-fontset-spec): Complement only an ASCII font and
16216 element for those charsets than can use that ASCII font.
16217 (generate-fontset-menu): Don't refer to global-fontset-alist,
16218 instead call fontset-list.
16219 (uninstantiated-fontset-alist): Variable removed.
16220 (x-style-funcs-alist): Likewise.
16221 (fontset-default-styles): Likewise.
16222 (x-modify-font-name): Function removed.
86f6474c 16223 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16224 (create-fontset-from-ascii-font): Docsting adjusted for the above
16225 change.
16226 (instantiate-fontset, resolve-fontset-name): Functions removed.
16227 (fontset-list): Now implemented by C code.
16228
16229 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16230 (describe-face): Include `font' attribute in the description.
16231
162322000-03-21 Kenichi Handa <handa@etl.go.jp>
16233
16234 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16235
162362000-03-20 Gerd Moellmann <gerd@gnu.org>
16237
16238 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16239 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16240 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16241
16242 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16243 about behavior of set-buffer-modified-p wrt redisplay.
16244
162452000-03-19 Richard M. Stallman <rms@gnu.org>
16246
16247 * view.el (view-mode-disable): Kill local binding of view-read-only.
16248
162492000-03-18 Gerd Moellmann <gerd@gnu.org>
16250
86f6474c 16251 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16252 is a string, convert it to a syntax cell using string-to-syntax.
16253
16254 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16255 (string-to-syntax): New function.
16256
16257 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16258 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16259 try to use passive ftp mode.
16260
162612000-03-17 Gerd Moellmann <gerd@gnu.org>
16262
16263 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16264
16265 * simple.el (append-to-buffer): Update point of windows after
16266 insertion.
16267
16268 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16269 forward then moving backward. Reindent.
16270
16271 * frame.el (other-frame): Call x-focus-frame only if
16272 focus-follows-mouse is off.
16273
162742000-03-17 Dave Love <fx@gnu.org>
16275
86f6474c 16276 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16277
162782000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16279
16280 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16281 regexp for labels cannot span several lines.
16282
16283 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16284 `(setq :<key> ':<key>)' to the macro expansion.
16285
162862000-03-16 Dave Love <fx@gnu.org>
16287
16288 * progmodes/f90.el (f90): Put custom group under `languages', not
16289 `fortran'.
16290 (f90-mode-hook): Customize.
16291 (f90-mode): Set add-log-current-defun-function.
16292 (f90-current-defun): New function.
16293
162942000-03-16 Gerd Moellmann <gerd@gnu.org>
16295
16296 * cus-edit.el (custom-variable-tag-face): Handle case that
16297 default face's height is not a number.
16298 (custom-face-tag-face, custom-group-tag-face-1)
16299 (custom-group-tag-face): Ditto.
16300 (custom-group-tag-face-1): Add :group.
16301
16302 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16303
163042000-03-15 Gerd Moellmann <gerd@gnu.org>
16305
16306 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16307 requiring easymenu.
16308
163092000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16310
16311 * ps-print.el: PostScript user-defined prologue, PostScript error
16312 handler, doc fix.
16313 (ps-print-version): New version number (5.1).
16314 (ps-user-defined-prologue, ps-error-handler-message)
16315 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16316 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16317 (ps-insert-string): New function.
16318
163192000-03-15 Kenichi Handa <handa@etl.go.jp>
16320
16321 * international/ccl.el (ccl-compile-expression): Don't generate
16322 invalid self-assignment code.
16323
163242000-03-14 Dave Love <fx@gnu.org>
16325
16326 * subr.el (replace-regexp-in-string): Renamed from
16327 replace-regexps-in-string. Doc fix.
16328
163292000-03-12 Dave Love <fx@gnu.org>
16330
16331 * cus-edit.el: Doc fixes.
86f6474c 16332 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16333 (custom-variable-tag-face, custom-face-tag-face)
16334 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16335 style which user identify as hyperlink.
16336 (hook): Don't add undefined functions to the hook.
16337 (debug-ignored-errors): Transfer message from bindings.el.
16338
163392000-03-12 Gerd Moellmann <gerd@gnu.org>
16340
86f6474c
SM
16341 * recentf.el (recentf-keep-non-readable-files-p):
16342 Remove double/nested definition.
a30eb617
DL
16343
163442000-03-12 Dave Love <fx@gnu.org>
16345
16346 * facemenu.el (facemenu-get-face): Use display-color-p.
16347 * enriched.el (enriched-decode-foreground): Likewise.
16348 (enriched-decode-background): Likewise.
16349 * isearch.el (isearch-highlight): Likewise.
16350 * info-look.el (info-lookup): Likewise.
16351 * simple.el (completion-setup-function): Likewise.
16352
16353 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16354 :options.
16355
16356 * bindings.el (mode-line-format): Fix line-number and
16357 column-number items. Add help-echo for the background.
16358 (mode-line-mule-info): Modify help-echo.
16359
16360 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16361
16362 * files.el (load-file): Allow completion to .elc.
16363
16364 * man.el: Doc fixes.
16365 (Man-init-defvars): Use display-color-p to set fontification.
16366
16367 * play/hanoi.el (hanoi-internal): Don't use oddp.
16368
163692000-03-12 Gerd Moellmann <gerd@gnu.org>
16370
16371 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16372
16373 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16374
163752000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16376
16377 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16378 Fix comment.
16379
163802000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16381
16382 * font-lock.el (font-lock-keywords): Fix the doc now that
16383 regexp-opt-depth is unnecessary.
16384 (save-buffer-state): Set an edebug spec.
16385 (font-lock-fontify-anchored-keywords): Properly handle the case when
16386 the matcher goes past the limit.
16387
16388 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16389 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16390
16391 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16392 dll.el and cookie.el (from Elib) with heavy renaming and other
16393 massaging.
16394
16395 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16396 Autoload the functions used.
16397 (easy-mmode-define-syntax): Fix CL typo.
16398 (easy-mmode-define-derived-mode): Improve the docstring generation.
16399
164002000-03-10 Gerd Moellmann <gerd@gnu.org>
16401
16402 * textmodes/texinfo.el (texinfo-version): Variable and function
16403 removed.
16404
164052000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16406
16407 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16408 allow more flexibility.
ff39b9a1 16409 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16410 (easy-mmode-defmap, easy-mmode-defsyntax)
16411 (easy-mmode-define-derived-mode): New macros.
16412
164132000-03-09 Didier Verna <didier@xemacs.org>
16414
16415 * rect.el (replace-rectangle): New function.
16416
164172000-03-09 Dave Love <fx@gnu.org>
16418
ff39b9a1 16419 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16420 (fortran-comment-line-start-skip): Don't match cpp stuff.
16421 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16422 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16423 (fortran-mode): Don't set fortran-comment-line-start-skip,
16424 fortran-comment-line-start here. Set comment-start,
16425 add-log-current-defun.
16426 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16427 (fortran-current-defun): New function.
16428
164292000-03-09 Gerd Moellmann <gerd@gnu.org>
16430
16431 * emacs-lisp/re-builder.el: New file.
16432
16433 * mouse.el (mouse-drag-region): Don't run up-event handler
16434 if hscroll has changed.
16435
16436 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16437 builtin operators, use `font-lock-builtin-face' for Emacs and
16438 `font-lock-preprocessor-face' otherwise.
16439
16440 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16441 `(defun (setf foo)' differently.
16442
164432000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16444
16445 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16446 (regexp-opt): Update comment and adapt the code the new meaning of
16447 the `paren' argument of regex-opt-group for shy-groups.
16448 (regexp-opt-depth): Handle shy groups as well as backslashed
16449 backslashes.
16450 (regexp-opt-group): Turn the leading comment into a docstring.
16451 Allow `paren' to be a string (the string to use to open a group).
16452 Remove open-presuf and close-presuf. Instead of checking for `all
16453 one-char' and then later on check for `several one-char', handle
16454 both cases close together. Also apply a more generic algorithm
16455 for suffixes (the mirror image of the algorithm used for
16456 prefixes). Use shy-groups. Use nreverse rather than reverse.
16457 (regexp-opt-try-suffix): Removed.
16458
16459 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16460 from comint-mode-map, so we can just inherit from it. Also, move
16461 the initialization into the `defvar' since there's no docstring
16462 anyway and it's fairly short.
16463 (inferior-scheme-mode): Define it as derived-mode: the code is
16464 shorter and this way we inherit from comint-mode-map rather than
16465 copying it.
16466
16467 * subr.el (replace-regexps-in-string): Properly handle the case
16468 where we match an empty string.
16469
16470 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16471 when the command has a directory component (such as "./testml").
16472 Also fix a typo in the comment.
16473
164742000-03-08 Gerd Moellmann <gerd@gnu.org>
16475
16476 * Makefile (compile-files): Compile files one by one because
16477 that's the only way to ensure a clean compilation environment for
16478 each individual file.
16479
16480 * frame.el (other-frame): Call x-focus-frame.
16481
164822000-03-07 Dave Love <fx@gnu.org>
16483
16484 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16485 :require to defcustom.
16486
ff39b9a1 16487 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16488
16489 * files.el (auto-mode-alist): Add configure.in.
16490
16491 * progmodes/autoconf.el: New file.
16492
164932000-03-07 Gerd Moellmann <gerd@gnu.org>
16494
16495 * mail/mh-e.el: Change maintainer to `none'.
16496
16497 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16498 to remove-hook and add-hook.
16499
165002000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16501
16502 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16503 it as the default.
16504 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16505 (sendmail-send-it): Conditionally add MIME headers specifying the
16506 used character set.
16507
165082000-03-07 Dave Love <fx@gnu.org>
16509
ff39b9a1
SM
16510 * winner.el: Fix keywords, autoload cookies.
16511 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16512
165132000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16514
16515 * international/mule.el: Modify comment about coding system
16516 property `coding-category'.
16517 (make-coding-system): New argument EOL-TYPE. Pay attention to
16518 coding-category property of PROPERTIES.
16519
ff39b9a1
SM
16520 * international/mule-conf.el (coding-category-utf-8)
16521 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16522 categories. Include them in the argument for set-coding-priority.
16523
ff39b9a1
SM
16524 * international/mule-cmds.el (reset-language-environment):
16525 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16526 coding-category-utf-16-le in the argument for set-coding-priority.
16527 (reset-language-environment): Initialize coding-category-utf-8,
16528 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16529
165302000-03-06 Karl Fogel <kfogel@red-bean.com>
16531
16532 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16533 code abstracted out of `bookmark-jump-noselect'. Now tries info
16534 extensions as well as compression extensions.
16535 (bookmark-jump-noselect): Use above new func.
16536
165372000-03-03 Gerd Moellmann <gerd@gnu.org>
16538
16539 * strokes.el: Change maintainer's mail address.
16540
165412000-03-03 Kenichi Handa <handa@etl.go.jp>
16542
16543 * international/mule-diag.el (list-character-sets): Make help-echo
16544 string by substitute-command-keys.
16545 (list-character-sets): Likewise.
16546 (sort-listed-character-sets): Call help-setup-xref.
16547
165482000-03-02 Gerd Moellmann <gerd@gnu.org>
16549
ff39b9a1 16550 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16551
165522000-03-01 Dave Love <fx@gnu.org>
16553
16554 * help.el (help-xref-go-back): Don't try to set position.
16555
ff39b9a1
SM
16556 * international/mule-diag.el (list-character-sets):
16557 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16558 (list-character-sets-1): Add help-echo to xrefs.
16559
165602000-03-02 Gerd Moellmann <gerd@gnu.org>
16561
16562 * frame.el (blink-cursor-mode): Switch cursor on when turning
16563 the mode off.
16564
16565 * add-log.el (add-log-current-defun): Add support for
16566 Autoconf mode.
16567
16568 * mail/rmail.el (rmail-quit-hook): New variable.
16569
165702000-03-01 Dave Love <fx@gnu.org>
16571
16572 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16573
16574 * help.el (help-xref-button): Add help-echo arg.
16575 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16576
ff39b9a1 16577 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16578
ff39b9a1 16579 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16580
165812000-03-01 Gerd Moellmann <gerd@gnu.org>
16582
16583 * image.el (defimage): Look for image files in load-path.
16584
ff39b9a1 16585 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16586
165872000-03-01 David Ponce <david.ponce@wanadoo.fr>
16588
ff39b9a1 16589 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16590
165912000-03-01 David Ponce <david.ponce@wanadoo.fr>
16592
ff39b9a1 16593 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16594 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16595 action to select/unselect a file.
16596 (recentf-edit-list): Code cleanup and improvement.
16597 (recentf-open-more-files-action): `recentf-open-more-files' button
16598 widget action to open a file.
ff39b9a1 16599 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16600 (recentf-more-collection): Deleted.
16601 (recentf-more-history): Deleted.
16602 (recentf-setup-more-completion): Deleted.
16603
166042000-03-01 David Ponce <david.ponce@wanadoo.fr>
16605
16606 * recentf.el (recentf-mode): No more needs that Emacs is running
16607 under a window-system.
16608
ff39b9a1 166092000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16610
16611 * recentf.el (recentf-edit-list): New command to edit the recent
16612 list which allow the user to remove files.
16613 (recentf-edit-selected-items): New global variable, used by
16614 `recentf-edit-list' to hold the list of files to be removed from
16615 the recent list.
16616 (recentf-make-menu-items): Updated to display a "Edit list..."
16617 menu item. Minor code cleanup.
16618
ff39b9a1 166192000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16620
16621 * recentf.el (recentf-open-more-files): New command to open files
16622 that are not displayed in the menu.
16623 (recentf-more-collection): New global variable holding the set of
16624 permissible completions used by `recentf-open-more-files'.
16625 (recentf-more-history): New global variable holding the history list
16626 used by `recentf-open-more-files' completion.
16627 (recentf-setup-more-completion): New function to setup completion for
16628 `recentf-open-more-files'.
16629 (recentf-make-menu-items): Updated to display a "More..." menu item.
16630
ff39b9a1 166312000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16632
16633 * recentf.el (recentf-menu-action): Doc fixed.
16634
ff39b9a1 166352000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16636
16637 * recentf.el (recentf-menu-filter): Doc updated.
16638 (recentf-update-menu-hook): Allow menu filters to force menu update.
16639 (recentf-make-menu-items): New menu filter handling.
16640 (recentf-make-menu-item): New helper function.
16641 (recentf-menu-elements): New menu handling function.
16642 (recentf-sort-ascending): Updated to new menu filter handling.
16643 (recentf-sort-descending): Updated to new menu filter handling.
16644 (recentf-sort-basenames-ascending): New menu filter function.
16645 (recentf-sort-basenames-descending): New menu filter function.
16646 (recentf-show-basenames): New menu filter function.
16647 (recentf-show-basenames-ascending): New menu filter function.
16648 (recentf-show-basenames-descending): New menu filter function.
16649
166502000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16651
16652 * diary-lib.el (list-diary-entries): Don't try to go forward at
16653 the end of the buffer.
16654
166552000-02-29 Kenichi Handa <handa@etl.go.jp>
16656
ff39b9a1
SM
16657 * international/mule-diag.el (list-character-sets):
16658 Completely rewritten.
a30eb617
DL
16659 (sort-listed-character-sets): New function.
16660 (list-character-sets-1): Completely rewritten.
16661 (list-character-sets-2): New function.
16662 (non-iso-charset-alist): New variable.
16663 (decode-codepage-char): New function.
16664 (charset-history): New variable.
16665 (read-charset) (list-block-of-chars)
16666 (list-iso-charset-chars)
16667 (list-non-iso-charset-chars)
16668 (list-charset-chars): New functions.
86f6474c 16669 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16670 (dump-charsets): Likewise.
16671
166722000-02-29 Gerd Moellmann <gerd@gnu.org>
16673
16674 * dired-x.el (dired-filename-at-point): Add `@' to valid
16675 file name characters.
16676 (dired-filename-at-point): Handle ange-ftp file names.
16677
16678 * frame.el (frame-notice-user-settings): Use assq-delete-all
16679 instead of assoc-delete-all.
16680 (frame-notice-user-settings): Ditto.
16681
16682 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16683 Don't copy alist.
16684
166852000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16686
16687 * calculator.el (calculator-use-menu): New option.
86f6474c 16688 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16689 (calculator-forced-input): Removed.
16690 (calculator-restart-other-mode): New variable.
16691 (calculator-mode-map): Set up menu.
16692
166932000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16694
86f6474c 16695 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16696
166972000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16698
86f6474c 16699 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16700 translate all ESC key sequences.
86f6474c 16701 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16702 they were saved.
86f6474c
SM
16703 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16704 * viper-util.el (viper-set-replace-overlay-glyphs)
16705 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16706 overlay is live.
86f6474c
SM
16707 * viper.el (viper-vi-state-mode-list): Add major modes.
16708 * ediff-wind.el: Minor comment changes.
16709 * ediff.el: Copyright notice date fix.
a30eb617
DL
16710
167112000-02-27 Jason Rumney <jasonr@gnu.org>
16712
16713 * faces.el (face-font-family-alternatives): Add arial to helv.
16714 (mode-line, header-line, tool-bar): Same default as x for w32.
16715 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16716 face-font-family-alternatives from working.
16717 * term/w32-win.el (mouse-set-font): Do not build fontset from
16718 chosen font.
16719
167202000-02-25 Sam Steingold <sds@goems.com>
16721
16722 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16723 properly.
16724
167252000-02-25 Richard M. Stallman <rms@gnu.org>
16726
16727 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16728
167292000-02-25 Gerd Moellmann <gerd@gnu.org>
16730
86f6474c 16731 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16732
16733 * frame.el (busy-cursor-delay-seconds): New option.
16734
167352000-02-24 Gerd Moellmann <gerd@gnu.org>
16736
16737 * frame.el (show-cursor-in-non-selected-windows): New option.
16738
167392000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16740
16741 * diary-lib.el (include-other-diary-files): Undo the selective
16742 display in any included file and don't kill it.
16743
167442000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16745
86f6474c
SM
16746 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16747 Menu items converted to (menu-item format, help strings added.
a30eb617 16748 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16749 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16750 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16751
167522000-02-23 Dave Love <fx@gnu.org>
16753
16754 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16755 (backward-kill-word): Revert addition of * to interactive spec --
16756 it's a feature.
16757
16758 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16759 (backward-kill-sentence, kill-sentence): Likewise.
16760
16761 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16762 scratch buffer name.
86f6474c 16763 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16764
16765 * term/w32-win.el (internal-face-interactive): Update prompt for
16766 new read-face-name.
16767
16768 * mail/footnote.el (footnote): Add :version to defgroup.
16769 (footnote-section-tag-regexp): Customize.
16770 (footnote-start-tag, footnote-end-tag): New option.
16771 (footnote-latin-regexp): New variable.
16772 (Footnote-latin): New function.
16773 (footnote-style-alist): Add element for latin style.
16774 (footnote-style): Moved.
16775 (Footnote-goto-footnote): Use eq to test arg.
16776
16777 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16778
16779 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16780 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16781 (byte-optimize-quote, byte-optimize-lapcode):
16782 Use byte-compile-const-symbol-p.
a30eb617
DL
16783 (byte-optimize-char-before): New optimization.
16784
16785 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16786 (byte-compile-const-symbol-p): New function.
16787 (byte-compile-constp, byte-compile-out-toplevel)
16788 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16789 Use it.
16790
16791 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16792
167932000-02-23 Kenichi Handa <handa@etl.go.jp>
16794
16795 * international/encoded-kb.el: Be sure to update minor-mode-alist
16796 and minor-mode-map-alist.
16797 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16798 codes SS2 and SS3 correctly.
16799 (encoded-kbd-self-insert-ccl): New function.
16800 (encoded-kbd-setup-keymap): New function.
16801 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16802 by calling encoded-kbd-setup-keymap.
16803
86f6474c
SM
16804 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16805 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16806
168072000-02-22 Dave Love <fx@gnu.org>
16808
16809 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16810 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16811 (lisp-mode-syntax-table): Set up for #|...|# comments.
16812 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16813 classes. Match `defface'.
16814 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16815 (eval-defun-1): Fix for defcustom.
16816 (lisp-indent-region): Doc fix.
16817
16818 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16819 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16820 (replace-regexps-in-string): New function.
16821
168222000-02-22 Gerd Moellmann <gerd@gnu.org>
16823
16824 * help.el (describe-variable): Set syntax table to
16825 emacs-lisp-mode-syntax-table when moving forward over the
16826 symbol's name.
16827
168282000-02-22 Dave Love <fx@gnu.org>
16829
16830 * xt-mouse.el: Doc fixes.
16831 (xterm-mouse-position-function): New function, replacing advice of
16832 mouse-position.
16833 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16834
16835 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16836
168372000-02-21 Gerd Moellmann <gerd@gnu.org>
16838
86f6474c
SM
16839 * format.el (format-annotate-single-property-change):
16840 Handle properties.with dotted-list values.
a30eb617
DL
16841 (format-proper-list-p): New function.
16842
16843 * enriched.el (enriched-face-ans): Handle '(foreground-color
16844 . COLOR) and (background-color . COLOR).
16845
168462000-02-20 Dave Love <fx@gnu.org>
16847
16848 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16849 and assignments to it.
16850 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16851 current local map.
16852 (make-flyspell-overlay): Use it.
16853 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16854
16855 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16856 (lm-get-header-re): Defun, not defsubst.
16857 (lm-get-package-name): Defun, not defsubst. Simplify.
16858 (lm-version): Doc fix. Simplify.
16859 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16860 (lm-crack-address, lm-last-modified-date, lm-commentary)
16861 (lm-verify, lm-synopsis): Simplify.
16862 (lm-report-bug): Require emacsbug. Use compose-mail.
16863
168642000-02-20 Gerd Moellmann <gerd@gnu.org>
16865
16866 * dired.el (dired-mode): Call propertized-buffer-identification
16867 to set mode-line-buffer-identification to something having
16868 the right text properties.
16869
16870 * bindings.el (propertized-buffer-identification): New function.
16871
168722000-02-20 Dave Love <fx@gnu.org>
16873
16874 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16875 check for t-mouse too.
16876
16877 * cus-start.el: Make echo-keystrokes `number'.
16878
168792000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16880
16881 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16882 Don't call ring-empty-p unless tags-location-ring is bound.
16883 From Noah Friedman <friedman@splode.com>.
16884
168852000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16886
16887 * progmodes/hideshow.el (hs-flag-region): No longer use
16888 `intangible' overlay property.
16889
16890 (hs-toggle-hiding): New command.
16891 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16892
16893 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16894 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16895 and deactivation.
16896
168972000-02-18 Gerd Moellmann <gerd@gnu.org>
16898
16899 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16900
169012000-02-17 Gerd Moellmann <gerd@gnu.org>
16902
16903 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16904
16905 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16906 of `*' to handle `(* ... *)' comments.
16907
169082000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16909
16910 * faces.el (list-faces-display): Use display-mouse-p instead of
16911 window-system.
16912
16913 * menu-bar.el (global-map): Menu-bar items converted to the new
16914 format (menu-item..., rearranged for better CUA compliance, and
16915 their names changed for better clarity. Help strings added.
16916
16917 * international/mule-cmds.el (mule-menu-keymap)
16918 (describe-language-environment-map, set-coding-system-map)
16919 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16920 form, add help strings. Change names of menu items for better clarity.
16921 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16922
169232000-02-17 Gerd Moellmann <gerd@gnu.org>
16924
16925 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16926 within the code.
16927
169282000-02-16 Dave Love <fx@gnu.org>
16929
16930 * faces.el: Don't require custom. Add more specific :groups to
16931 various deffaces.
16932 (set-face-attribute): Purecopy args.
16933 (read-face-name): Default to name at point and use it in prompt.
16934 Remove colon from arg in all callers.
16935 (list-faces-display): Hyperlink to face descriptions and customize
16936 buffers.
16937
169382000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16939
86f6474c 16940 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16941
169422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16943
16944 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16945 at ':' characters by call to split-string.
16946
169472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16948
16949 * textmodes/bibtex.el: Added RCS version identification.
16950
169512000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16952
16953 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16954 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16955 (bibtex-field-const): Allow capital letters.
16956 (bibtex-start-of-string): Deleted because unused.
16957
16958 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16959 use the term 'reference' to describe a bibtex entry as a whole.
16960 Further, reference keys are no longer called 'labels'.
16961 (bibtex-keys): Renamed to bibtex-reference-keys.
16962 (bibtex-reformat-previous-labels): Renamed to
16963 bibtex-reformat-previous-reference-keys.
16964 (bibtex-reference-type): Renamed to bibtex-entry-type.
16965 (bibtex-reference-head): Renamed to bibtex-entry-head.
16966 (bibtex-reference-maybe-empty-head): Renamed to
16967 bibtex-entry-maybe-empty-head.
16968 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16969 (bibtex-search-reference): Renamed to bibtex-search-entry.
16970 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16971 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16972 (bibtex-entry-field-alist, bibtex-entry-head)
16973 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16974 (bibtex-map-entries, bibtex-search-entry)
16975 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16976 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16977 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16978 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16979 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16980 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16981 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16982
169832000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16984
16985 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16986 comment.
16987 (bibtex-format-field-delimiters): New function, functionality
16988 extracted from bibtex-format-entry.
16989 (bibtex-autokey-get-yearfield-digits): New function, functionality
16990 extracted from bibtex-autokey-get-yearfield.
16991
16992 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16993 entries in order to avoid stack overflow in the regexp matcher if
16994 field contents become large.
86f6474c
SM
16995 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16996 (bibtex-field-string-part-not-braced)
16997 (bibtex-field-string-part-no-inner-braces)
16998 (bibtex-field-string-part-1-inner-brace)
16999 (bibtex-field-string-part-2-inner-braces)
17000 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17001 (bibtex-field-string-quoted, bibtex-field-string)
17002 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17003 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17004 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17005 Deleted as parsing is now performed by the following functions.
17006 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17007 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17008 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17009 (bibtex-parse-association, bibtex-field-name-for-parsing)
17010 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17011 (bibtex-search-forward-field, bibtex-search-backward-field)
17012 (bibtex-start-of-field, bibtex-end-of-field)
17013 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17014 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17015 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17016 (bibtex-parse-string, bibtex-search-forward-string)
17017 (bibtex-search-backward-string, bibtex-start-of-string)
17018 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17019 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17020 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17021 entries. Instead of reporting the results of the parsing by
17022 match-beginning or match-end, these functions return data structures
17023 that hold the corresponding positions.
17024 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17025 return values rather than by match-beginning or match-end.
17026 The following functions have been adapted to use the new
17027 parsing functions.
17028 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17029 (bibtex-enclosing-field, bibtex-format-entry)
17030 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17031 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17032 (bibtex-print-help-message, bibtex-end-of-entry)
17033 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17034 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17035 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17036 Use the new method for parsing.
17037 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17038 (bibtex-map-entries, bibtex-flash-head)
17039 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17040 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17041 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17042 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17043 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17044 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17045 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17046 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17047
170482000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17049
17050 * textmodes/bibtex.el: Copyright notice is up to date.
17051 Added constant 'bibtex-maintainer-salutation.
17052
86f6474c 17053 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17054 than make-temp-name, use match-string-no-properties and eliminate
17055 a quadratic behavior when building bibtex-strings.
17056
17057 * bibtex.el (bibtex-reference-key): Accept string entries whose
17058 reference key contains upper case letters.
17059
170602000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17061
17062 * bibtex.el (bibtex-reference-head): Allow entries to start with
17063 a new line.
17064
170652000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17066
17067 * bibtex.el: Hiding of entry bodies is not longer provided by
17068 bibtex.el directly. Instead the hideshow package can be used.
17069 Added a special bibtex entry to hs-special-modes-alist.
17070 (bibtex-hs-forward-sexp): Added for hideshow.el.
17071
170722000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17073
17074 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17075 proceedings entry type (for cross referencing). Thanks to Wagner
17076 Toledo Correa for the suggestion.
17077
17078 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17079
170802000-02-14 Kenichi Handa <handa@etl.go.jp>
17081
17082 * international/characters.el: Setup case table for Vietnamese.
17083
170842000-02-12 Gerd Moellmann <gerd@gnu.org>
17085
17086 * uniquify.el (toplevel): Require CL at compile time.
17087 (uniquify-push): Removed.
17088
17089 * shadowfile.el (shadow-when): Removed.
17090
17091 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17092 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17093
17094 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17095 regexp for paragraph-start.
17096
17097 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17098 commas as well.
17099
171002000-02-10 Dave Love <fx@gnu.org>
17101
17102 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17103 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17104 Deleted.
17105 (widget-specify-field, widget-specify-button): Don't use
17106 widget-mouse-help as help-echo property.
17107 (default): Use #'ignore for :validate and :mouse-down-action.
17108 (checkbox): Add help-echo.
17109 (widget-sexp-validate): Rewritten to clarify error messages.
17110 (character): Use char-valid-p in :match function.
17111 (widget-color-complete): Use facemenu-color-alist.
17112 (widget-color-action): Use facemenu-read-color.
17113
17114 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17115 set up `caar' &c that we now have.
17116
171172000-02-09 Ray Blaak <blaak@gnu.org>
17118
17119 * delphi.el: Make resourcestring a declaration region, like const
17120 and var.
17121
171222000-02-09 Dave Love <fx@gnu.org>
17123
17124 * bindings.el (mode-line-input-method-map): New variable.
17125 (mode-line-mule-info): Use it; fix last change.
17126 (mode-line-mode-menu): Move definition.
17127 (mode-line-mouse-sensitive-p): Deleted.
17128 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17129 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17130
17131 * startup.el (command-line-1): Don't call
17132 make-mode-line-mouse-sensitive.
17133
171342000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17135
86f6474c
SM
17136 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17137 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17138
171392000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17140
17141 * diff-mode.el (diff-kill-junk): New interactive function.
17142 (diff-reverse-direction): Use delete-and-extract-region.
17143 (diff-post-command-hook): Restrict the area so that the hook also works
17144 outside of any diff hunk. This is necessary for the minor-mode.
17145 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17146 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17147
17148 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17149 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17150 so that it can be used more easily in <foo>-mode-hook. Also make sure
17151 to avoid duplicate entries.
17152 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17153 (font-lock-remove-keywords): Just as was done for `add', allow it to
17154 work even if font-lock-mode is nil. Also make sure we don't modify
17155 any pre-existing list by forcing a copy-sequence. Finally rename
17156 `major-mode' to `mode'.
17157 (font-lock-fontify-syntactic-anchored-keywords)
17158 (font-lock-fontify-anchored-keywords)
17159 (font-lock-fontify-keywords-region): Use line-end-position.
17160 Don't make `font-lock-multiline' local (it's now done in
17161 font-lock-set-defaults).
86f6474c
SM
17162 (font-lock-set-defaults): Make `font-lock-multiline' local.
17163 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17164
171652000-02-06 Andrew Innes <andrewi@gnu.org>
17166
17167 * term/w32-win.el (x-handle-args): Comment out call to message,
17168 which occurs before window system is initialized.
17169
17170 * makefile.nt: Add support for recompiling lisp code.
17171
171722000-02-04 Dave Love <fx@gnu.org>
17173
17174 * bindings.el (mode-line-mule-info): Fix/extend last change.
17175
17176 * completion.el: Replace completion-dolist with dolist.
17177
86f6474c 17178 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17179
171802000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17181
86f6474c 17182 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17183 environment names before they go into the section regexp.
17184
86f6474c 17185 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17186 char class in regexp.
17187
86f6474c
SM
17188 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17189 Bind `case-fold-search' to nil.
a30eb617 17190
86f6474c
SM
17191 * progmodes/idlwave.el (idlwave-template):
17192 Respect `idlwave-abbrev-change-case'.
17193 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17194 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17195 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17196 (idlwave-rw-case): New function.
17197 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17198 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17199 (idlwave-surround): New argument LENGTH to support padding of
17200 operators longer than 1 char.
17201
17202 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17203 idlwave-shell-expression-overlay. Implemented printing of
17204 expressions on higher levels of the calling stack.
86f6474c 17205 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17206 (idlwave-retrieve-expression-from-level): New function.
17207 (idlwave-shell-last-calling-stack): Variable removed.
17208 (idlwave-shell-reset): Argument action reversed (`visible' to
17209 `hidden'). Also remove stop-line overlay.
17210 (idlwave-shell-calling-stack-routine): New variable.
17211 (idlwave-shell-parse-stack-and-display): Messages now display
17212 negative level numbers.
17213 (idlwave-shell-mode): Set `modeline-format'.
17214 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17215 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17216 (idlwave-shell-print-expression-function): New option.
17217
86f6474c
SM
17218 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17219 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17220 `tool-bar' instead of `toolbar'.
17221
172222000-02-02 Dave Love <fx@gnu.org>
17223
17224 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17225 emacs-lisp-mode-hook. Don't check for defalias being defined.
17226
17227 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17228 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17229 Use the new builtins directly.
a30eb617
DL
17230
17231 * whitespace.el (whitespace): Add :version to defgroup.
17232
17233 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17234 Doc fix.
17235
17236 * thingatpt.el (sexp-at-point, symbol-at-point)
17237 (number-at-point, list-at-point): Add autoload cookie.
17238
17239 * recentf.el (recentf): Add :version to defgroup.
17240
17241 * quickurl.el (quickurl): Add :version to defgroup.
17242
17243 * elide-head.el (elide-head): Use point-marker more.
17244
17245 * bs.el (bs): Add :version to defgroup.
17246
17247 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17248
17249 * progmodes/delphi.el (delphi): Add :version to defgroup.
17250
172512000-02-02 Gerd Moellmann <gerd@gnu.org>
17252
17253 * ange-ftp.el (ange-ftp-write-region): Handle case that
17254 succeeding process operation sets a different coding system.
17255
17256 * calculator.el: New file.
17257
172582000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17259
86f6474c 17260 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17261 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17262 (display-selections-p, display-screens, display-pixel-width)
17263 (display-pixel-height, display-mm-width, display-mm-height)
17264 (display-backing-store, display-save-under, display-planes)
17265 (display-color-cells, display-visual-class): New functions.
17266
17267 * term/tty-colors.el (tty-color-gray-shades): New function.
17268
17269 * faces.el (display-color-p): Use framep-on-display.
17270 (display-grayscale-p): New function.
17271
172722000-01-31 Dave Love <fx@gnu.org>
17273
17274 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17275 (create-fontset-from-x-resource): Don't concat integers.
17276
172772000-01-31 Inge Frick <inge@nada.kth.se>
17278
17279 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17280 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17281 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17282 window is not deleted. Modifies change 1998-04-26.
17283
172842000-01-31 Gerd Moellmann <gerd@gnu.org>
17285
17286 * windmove.el: New file.
17287
17288 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17289 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17290 progmodes/ebnf-yac.el: Update copyright and license info.
17291
86f6474c
SM
17292 * jit-lock.el (jit-lock-function): Widen before calculating
17293 end position.
a30eb617
DL
17294 (jit-lock-stealth-chunk-start): Rewritten.
17295
17296 * info.el (Info-title-face-alist): Removed.
86f6474c 17297 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17298 (Info-fontify-node): Use these faces.
17299
173002000-01-30 Gerd Moellmann <gerd@gnu.org>
17301
17302 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17303 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17304 `&allow-other-keywords'.
17305
17306 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17307 the list of directories scanned heuristically.
17308
86f6474c 17309 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17310
173112000-01-30 Jason Rumney <jasonr@gnu.org>
17312
17313 * w32-fns.el: Define w32-tty-standard-colors.
17314
17315 * startup.el (command-line): Use w32-tty-standard-colors when in
17316 w32 console mode.
17317
173182000-01-30 Dave Love <fx@gnu.org>
17319
17320 * jka-compr.el (jka-compr-load): Fix up load-history.
17321
17322 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17323
17324 * emacs-lisp/cl-macs.el: Revert previous change.
17325
173262000-01-29 Dave Love <fx@gnu.org>
17327
17328 * facemenu.el: Purecopy various strings.
17329
17330 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17331 years. Deal with three-digit years.
17332
86f6474c
SM
17333 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17334 Use defconst, purecopy.
a30eb617
DL
17335 (help-back-label): Purecopy it.
17336
173372000-01-18 Gerd Moellmann <gerd@gnu.org>
17338
17339 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17340 variable. If non-nil, order the buffer list according to the
17341 currently selected frame.
17342 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17343 non-nil, pass the selected frame to function buffer-list.
17344
173452000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17346
17347 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17348
173492000-01-28 Dave Love <fx@gnu.org>
17350
17351 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17352
17353 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17354 Don't use lisp-indent-hook property.
17355 (cl-abs): Remove.
17356
17357 * subr.el: Move out indent and edebug specs for when and unless.
17358
17359 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17360 when, unless.
17361
17362 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17363 unless, when.
17364
173652000-01-28 Gerd Moellmann <gerd@gnu.org>
17366
17367 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17368 `collecting' as synonym for `collect'.
17369
17370 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17371 for the case it contains spaces.
17372
86f6474c 17373 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17374
17375 * frame.el (delete-other-frames): New function.
17376 (toplevel): Bind it to C-x 5 1.
17377
17378 * sort.el (sort-numeric-base): New option.
17379 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17380 interpret it as octal or hexadecimal. Use sort-numeric-base
17381 as default base.
17382
17383 * progmodes/glasses.el: New file.
17384
173852000-01-27 Gerd Moellmann <gerd@gnu.org>
17386
17387 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17388 userids differently.
17389
17390 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17391 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17392 progmodes/ebnf-yac.el: New files.
17393
173942000-01-26 Dave Love <fx@gnu.org>
17395
17396 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17397 on a function with an empty body. [From Eric Ludlam.]
17398
173992000-01-25 Andre Spiegel <spiegel@gnu.org>
17400
17401 * vc.el (vc-version-diff): Make sure file name is expanded.
17402
174032000-01-25 Gerd Moellmann <gerd@gnu.org>
17404
17405 * scroll-bar.el (scroll-bar-timer): Variable removed.
17406 (scroll-bar-toolkit-scroll): Don't use a timer.
17407
174082000-01-25 Kenichi Handa <handa@etl.go.jp>
17409
86f6474c
SM
17410 * language/thai-util.el (thai-composition-function):
17411 Delete superfluous `a'.
a30eb617
DL
17412
174132000-01-24 Dave Love <fx@gnu.org>
17414
17415 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17416 end-of-defun-function.
17417
86f6474c 17418 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17419
174202000-01-22 Jason Rumney <jasonr@gnu.org>
17421
17422 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17423 conflicts with new face support.
17424
174252000-01-22 Richard M. Stallman <rms@gnu.org>
17426
17427 * replace.el (query-replace): Rename last arg to DELIMITED.
17428 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17429 (query-replace-regexp): Likewise.
17430
174312000-01-20 Richard M. Stallman <rms@gnu.org>
17432
17433 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17434
17435 * emacs-lisp/lisp.el (beginning-of-defun-function):
17436 Variable renamed from beginning-of-defun.
17437 Do not call make-variable-buffer-local.
17438 (beginning-of-defun-raw): Use new variable name; doc fix.
17439 (beginning-of-defun): Doc fix.
17440 (end-of-defun-function): Variable renamed from end-of-defun.
17441 Do not call make-variable-buffer-local.
17442 (end-of-defun): Use new variable name; doc fix.
17443
17444 * subr.el (dolist, dotimes): Copied from cl-macs.el
17445 and made to work.
17446
17447 * mail/undigest.el (rmail-digest-end-regexps):
17448 Variable replaces rmail-digest-end-regexp.
17449 Allows multiple regexps for detecting the end line.
17450 (undigestify-rmail-message): Corresponding changes.
17451
174522000-01-19 Dave Love <fx@gnu.org>
17453
17454 * files.el (user-init-file): Don't declare here -- is primitive.
17455
17456 * startup.el (command-line): Check for compiled user-init-file and
17457 set to uncompiled version if necessary.
17458
174592000-01-18 Gerd Moellmann <gerd@gnu.org>
17460
17461 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17462 (undigestify-rmail-message): Use it.
17463
17464 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17465
174662000-01-17 Gerd Moellmann <gerd@gnu.org>
17467
17468 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17469 of mini-buffer.
17470
174712000-01-14 Gerd Moellmann <gerd@gnu.org>
17472
17473 * emacs-lisp/copyright.el (copyright-update): Removed the
17474 requirement for a trailing space from `copyright-regexp', to
17475 support copyrights with owner specified on a separate line..
17476
17477 * align.el: New file.
17478
17479 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17480
17481 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17482
174832000-01-13 Dave Love <fx@gnu.org>
17484
17485 * ph.el: Removed. (Obsoleted by EUDC.)
17486
174872000-01-13 Gerd Moellmann <gerd@gnu.org>
17488
17489 * net/eudc.el (toplevel): Remove autoloaded code installing
17490 menu with easymenu, because that causes build problems.
17491
17492 * frame.el (frame-notice-user-settings): New variable.
17493 (frame-notice-user-settings): Don't modify frame parameters
17494 if called a second time.
17495
174962000-01-13 Richard M. Stallman <rms@gnu.org>
17497
17498 * frame.el (frame-notice-user-settings):
17499 Notice default-frame-parameters even for non-window frames.
17500
175012000-01-13 Gerd Moellmann <gerd@gnu.org>
17502
17503 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17504 for Emacs.
17505 (eudc-bob-can-display-inline-images): Extend for Emacs.
17506 (eudc-bob-toggle-inline-display): Ditto.
17507 (eudc-bob-display-jpeg): Ditto.
17508
175092000-01-12 Gerd Moellmann <gerd@gnu.org>
17510
17511 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17512 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17513 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17514
86f6474c
SM
17515 * add-log.el (add-change-log-entry): Fix error trying an
17516 `(insert nil)'.
a30eb617
DL
17517
17518 * subdirs.el: Add `net' directory.
17519
17520 * net: New directory.
17521
17522 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17523 eval-last-sexp. Don't bind debug-on-error here.
17524 (eval-last-sexp): New function. Bind debug-on-error if
17525 eval-expression-debug-on-error is non-nil.
17526 (eval-defun-2, eval-defun): Likewise.
17527
17528 * simple.el (eval-expression): Don't bind debug-on-error if
17529 eval-expression-debug-on-error is nil. Detect changed
17530 debug-on-error, and propagate new value to global binding, if
17531 eval-expression-debug-on-error is non-nil,
17532 (eval-expression-debug-on-error): Change doc string.
17533
175342000-01-11 Richard M. Stallman <rms@gnu.org>
17535
17536 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17537
17538 * emacs-lisp/lisp-mode.el (with-syntax-table):
17539 Set up lisp-indent-function property.
17540
17541 * subr.el (with-syntax-table): Moved from simple.el.
17542
17543 * simple.el (with-syntax-table): Moved to subr.el.
17544
175452000-01-11 Gerd Moellmann <gerd@gnu.org>
17546
17547 * tmm.el (tmm-shortcut): Delete region after prompt instead
17548 of erasing buffer.
17549
17550 * textmodes/fill.el (fill-common-string-prefix): New function.
17551 (fill-context-prefix): Use the longest common prefix of first
17552 and second line fill prefix, if there is one.
17553
175542000-01-11 Richard M. Stallman <rms@gnu.org>
17555
17556 * array.el (array-mode): Don't use make-variable-buffer-local.
17557 Use make-local-variable for `truncate-lines'.
17558
175592000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17560
17561 * add-log.el (add-log-current-defun): Handle user-defined
17562 add-log-current-function returning nil,
17563
17564 * add-log.el (add-change-log-entry): Insert version number
17565 if having found a current function
17566
86f6474c
SM
17567 * add-log.el (add-log-current-defun):
17568 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17569 level 1. Strip whitespace from defun found.
17570
175712000-01-10 John Wiegley <johnw@gnu.org>
17572
17573 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17574 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17575
175762000-01-10 Dave Love <fx@gnu.org>
17577
17578 * elide-head.el (elide-head): Use point-marker, not point.
17579
175802000-01-10 Gerd Moellmann <gerd@gnu.org>
17581
17582 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17583 before and after the year 2000.
17584
17585 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17586 Add ispell- prefix.
17587
175882000-01-10 Ken Stevens <k.stevens@ieee.org>
17589
17590 * ispell.el: Only define dictionaries in menus when they exist.
17591 (version18p): New variable.
17592 (version20p): New variable.
17593 (xemacsp): New variable.
17594 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17595 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17596 (ispell-dictionary-alist6): Russian command lines no longer accept
17597 run-together words.
17598 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17599 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17600 (check-ispell-version): Added documentation string. Return library
17601 path when called non-interactively.
a30eb617
DL
17602 (ispell-menu-map-needed): Uses new variables.
17603 (ispell-library-path): New variable.
17604 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17605 (ispell-word): Improved documentation string. Test for valid
17606 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17607 result in single words split into multiple words.
17608 Return replacement word.
a30eb617
DL
17609 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17610 replace in recursive query replace mode. Help message for
17611 recursive edit mode.
17612 (ispell-show-choices): Protect against bad framepop bindings.
17613 (ispell-help): Fix to work with XEmacs.
17614 (ispell-highlight-spelling-error): Use new variables.
17615 (ispell-overlay-window): Fix to work with XEmacs.
17616 (ispell-parse-output): Passed and returns location information
17617 tracking spelling corrections. Doesn't recheck same word on
17618 current line.
17619 (ispell-init-process): Protect against bogus XEmacs variable binding.
17620 Fix call to single argument in sleep-for. Use new variables.
17621 (ispell-region): Passed and returns location information tracking
17622 spelling corrections. Doesn't check same word on current line.
17623 Improved documentation string. Doesn't resend a line already
17624 checked to the ispell process - fixes bug in LaTeX parsing.
17625 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17626 (ispell-skip-region): No longer skips <TT> in SGML.
17627 (ispell-process-line): Tracks location information with spelling
17628 corrections. Added documentation string. Accounts for words
17629 already accepted on this line. Don't allow query-replace on line
17630 starting with math characters. Doesn't resend a line already sent
17631 to ispell process. Fixes alignment error bug.
17632
176332000-01-10 Richard M. Stallman <rms@gnu.org>
17634
17635 * dired-x.el (dired-guess-shell-alist-default):
17636 Suggest xloadimage, which is free, not xv, which isn't.
17637
17638 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17639 Don't ever include the host name or user name in the value.
17640
176412000-01-09 Gerd Moellmann <gerd@gnu.org>
17642
17643 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17644 of a real newline.
17645
176462000-01-09 Stephen Eglen <stephen@gnu.org>
17647
17648 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17649 for .png files.
17650
176512000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17652
17653 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17654
176552000-01-09 Gerd Moellmann <gerd@gnu.org>
17656
17657 * progmodes/cperl-mode.el: Replace ^F with ^L.
17658
86f6474c
SM
17659 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17660 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17661
176622000-01-08 Dave Love <fx@gnu.org>
17663
17664 * emacs-lisp/backquote.el: Remove inappropriate customization
17665 (allowing custom.el to use backquote).
17666
176672000-01-07 Dave Love <fx@gnu.org>
17668
17669 * add-log.el (add-log-debugging): Deleted.
17670 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17671 file. Remove debugging code.
17672 (change-log-get-method-definition, change-log-name): Add doc.
17673 (change-log-sortable-date-at): New function.
17674 (change-log-merge): New command.
17675
17676 * time.el (display-time-string-forms): Make the Mail string active.
17677 (display-time-update): Provide help-echo for load average.
17678
17679 * bindings.el (make-mode-line-mouse2-map): New function.
17680 (mode-line-modified): Use it and simplify.
17681 (mode-line-mule-info): Provide help-echo info.
17682 (minor-mode-alist): Activate the strings.
17683 (make-mode-line-mouse-sensitive): Simplify for
17684 mode-line-buffer-identification.
17685
176862000-01-07 Gerd Moellmann <gerd@gnu.org>
17687
17688 * play/pong.el: New file.
17689
176902000-01-06 Dave Love <fx@gnu.org>
17691
17692 * array.el: Assorted cleanups for compiler warnings, doc strings,
17693 `array-' prefix for symbols.
17694
176952000-01-05 Dave Love <fx@gnu.org>
17696
86f6474c
SM
17697 * textmodes/outline.el (outline-mode-menu-bar-map):
17698 Add outline-headers-as-kill.
a30eb617
DL
17699 (outline-mode): Define imenu-generic-expression.
17700 (outline-headers-as-kill): New command.
17701
17702 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17703 from paragraph-start.
17704 (paragraph-indent-minor-mode): New command.
17705
17706 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17707 M-C-e, M-C-h, C-j, C-xnd, TAB.
17708 (fortran-mode): Set beginning-of-defun, end-of-defun.
17709 (fortran-column-ruler): Simplify.
17710 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17711 (fortran-with-subprogram-narrowing): Likewise.
17712 (fortran-indent-subprogram): Call mark-defun.
17713 (fortran-check-for-matching-do): Change narrowing.
17714
17715 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17716 (cl-lucid-hash-tag): Delete.
17717 (cl-hash-table-p): Correct test for native table.
17718 (cl-hash-table-count): Use hash-table-count.
17719
17720 * browse-url.el (browse-url): Fix case of
17721 browse-url-browser-function being an alist.
17722
177232000-01-05 Carsten Dominik <cd@gnu.org>
17724
17725 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17726 (reftex-index-phrase-file-extension): New options.
17727
17728 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17729 Use new option `reftex-index-phrase-file-extension'.
17730
17731 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17732 `reftex-parse-file-extension'.
17733
177342000-01-05 Dave Love <fx@gnu.org>
17735
17736 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17737 (beginning-of-defun-raw): Use it.
17738 (end-of-defun): New variable.
17739 (end-of-defun): Use it.
17740 (check-parens): New command.
17741
177422000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17743
17744 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17745 (hs-show-block): Don't use `mapcar' when not accumulating.
17746
17747 Fix buglet in local variables initialization.
17748
177492000-01-05 Andreas Schwab <schwab@suse.de>
17750
17751 * hscroll.el (hscroll): Doc fix.
17752
177532000-01-05 Carsten Dominik <cd@gnu.org>
17754
86f6474c
SM
17755 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17756 Require idlw-toolbar.
a30eb617 17757
86f6474c 17758 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17759 file idlw-rinfo.el.
86f6474c
SM
17760 (idlwave-customize): Load must read file idlw-shell.el.
17761 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17762
177632000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17764
17765 * progmodes/idlw-shell.el: Also provide idlwave-shell
17766 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17767 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17768
86f6474c 17769 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17770 both reftex-dcr and reftex-vcr.
17771
17772 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17773
177742000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17775
17776 * ps-print.el: PostScript code now is in separate files, doc fix.
17777 (ps-print-version): New version number (5.0.3).
17778 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17779 local.
17780 (ps-spool-config): Initialization fix.
17781 (ps-print-prologue-1, ps-print-prologue-2)
17782 (ps-print-duplex-feature): PostScript code moved to separated file.
17783 (ps-background-image): Little code reformating.
17784 (ps-begin-file, ps-begin-job): Fix code.
17785 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17786 (ps-prologue-file): New fun.
17787
177882000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17789
17790 * ps-vars.el: Eliminated.
17791
17792 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17793 `;;;###autoload'.
17794
17795 * ps-print.el: ps-vars eliminated, doc fix.
17796 (ps-print-version): New version number (5.0.2).
17797 (ps-spool-config): Initialization fix.
17798 (ps-print-customize): New fun.
17799
178002000-01-04 Gerd Moellmann <gerd@gnu.org>
17801
86f6474c 17802 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17803
178042000-01-04 Dave Love <fx@gnu.org>
17805
17806 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17807 menu items.
17808
178092000-01-03 Dave Love <fx@gnu.org>
17810
17811 * elide-head.el (elide-head) [defgroup]: Add :version.
17812
17813 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17814 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17815 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17816 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17817
178182000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17819
17820 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17821 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17822
178232000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17824
17825 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17826 at comment end, and re-insert them after filling.
17827
178282000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17829
17830 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17831 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17832 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17833
178342000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17835
17836 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17837 the new name of face-color-supported-p.
17838
17839 * term/w32-win.el (xw-defined-colors): Likewise.
17840
178412000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17842
17843 * simple.el (completion-setup-function): Count completion-size
17844 from minibuffer-prompt-end, not from point-min.
17845
178462000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17847
17848 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17849 Pass the frame to tty-color-* functions.
17850 (display-color-p, frame-set-background-mode): Pass the frame to
17851 tty-display-color-p.
17852
17853 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17854 tty-color-alist.
17855 (tty-color-alist, tty-modify-color-alist): New functions.
17856 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17857 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17858 optional parameter FRAME.
a30eb617
DL
17859
178602000-01-01 Gerd Moellmann <gerd@gnu.org>
17861
86f6474c
SM
17862 * image.el (create-image, defimage): Don't assume image data is
17863 a string.
a30eb617
DL
17864
17865 * image.el (defimage): Handle specifications containing :data
17866 instead of :file.
17867 (image-type-from-data): New function.
17868 (image-type-from-file-header): Use it.
17869 (create-image): Add parameter DATA-P.
17870
17871See ChangeLog.8 for earlier changes.
17872
17873;; Local Variables:
17874;; coding: iso-2022-7bit
17875;; End: