Move `provide' to the end. Update copyright.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
884e8578
EZ
12001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2
d5b49f47
EZ
3 * tar-mode.el: Fix the copyright notice.
4
ce6b1982
EZ
5 * font-lock.el (font-lock-comment-face): For tty's with dark
6 background, use "red1", since "lightred" is not one of the colors
7 recognized by tty-colors.el.
8
884e8578
EZ
9 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
10 create a buffer for extracted file, in case there's more than one
11 file by that name in an archive, possibly in different
12 directories. From Kevin Rodgers <kevinr@ihs.com>.
13
14 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
15 <alex@gnu.org>.
16
72190a54
MB
172001-06-15 Miles Bader <miles@gnu.org>
18
19 * textmodes/texinfmt.el (texinfo-format-syntax-table): Revert
20 previous change.
21
e4cdc335
RS
222001-06-14 Richard M. Stallman <rms@gnu.org>
23
24 * replace.el (keep-lines-read-args): Return just a regexp.
25 Provide nil for the region args.
26 (keep-lines, flush-lines, how-many):
27 Calculate the defaults for the region here, when args are nil.
28
c8c6b45a
EZ
292001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
30
31 * rot13.el (rot13-other-window): Some more doc fix.
32
f54701d1
EZ
332001-06-14 Per Starback <starback@ling.uu.se>
34
35 * replace.el (case-replace, query-replace-from-history-variable)
36 (query-replace-to-history-variable, keep-lines-read-args)
37 (occur-revert-function, query-replace-help): Dox fix.
38
1604ce98
EZ
392001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
40
41 * rot13.el (rot13-other-window): Doc fix.
42
22058843
MB
432001-06-14 Miles Bader <miles@gnu.org>
44
45 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
46 of " and \ to "." (punctuation).
47 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
48
e4cdc335
RS
492001-06-13 Richard M. Stallman <rms@gnu.org>
50
51 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
52
53 * simple.el (shell-command-on-region): Never kill the
54 *Shell Command Output* buffer.
55
a62d56ab
SM
562001-06-13 Stefan Monnier <monnier@cs.yale.edu>
57
58 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
59
4a0aa1d9
SM
602001-06-10 Stefan Monnier <monnier@cs.yale.edu>
61
62 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
63 New var, to recognize ${ $' and PODs.
64 (perl-font-lock-syntactic-face-function): New function.
65 (perl-mode): Use them.
66 (perl-continuation-line-p): New function, from perl-calculate-indent.
67 (perl-calculate-indent): Use it, to properly handle continuation
68 lines of continuation lines.
69
b5a9911c
EZ
702001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
71
72 * server.el (server-process, server-buffer-clients): Doc fix.
73 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
74
0f056ec1
JW
752001-06-09 John Wiegley <johnw@gnu.org>
76
77 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
78 test if the last command was Lisp or not.
79 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
80 B x C".
81
e5e316b0
EZ
822001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
83
84 * dos-w32.el (grep-regexp-alist): Remove definition, since the
85 general one on compile.el supports drive letters.
7f4350a7
CD
86
872001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
88
5a905a7e 89 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 90 key description.
7f4350a7
CD
91
92 * textmodes/reftex-sel.el (reftex-select-jump): New command.
93
5a905a7e 94 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
95 (reftex-toc-jump): New command.
96
97 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 98 to parse international characters as well.
7f4350a7 99
5a905a7e 100 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 101 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 102
5a905a7e
SM
103 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
104
105 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 106 TAB to the key separators.
7f4350a7 107
73419021
EZ
1082001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
109
110 * international/mule.el (auto-coding-alist): Remove redundant
111 up-cased versions of the extensions (auto-coding-alist-lookup is
112 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
113 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
114
cada28bb
EZ
1152001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
116
117 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
118
4f7666dc
RS
1192001-06-01 Richard M. Stallman <rms@gnu.org>
120
121 * help.el (describe-variable): Put value on same line
122 with preceding text, if it is short enough to look good that way.
123
70079787
EZ
1242001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
125
126 * term/internal.el (IT-unicode-translations): New variable.
127 (IT-setup-unicode-display): New function.
128
c86f4619
GM
1292001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
130
131 * ps-print.el: Handle before-string and after-string overlay properties
132 in ps-print-*-with-faces commands. Doc fix.
133 (ps-print-version): New version number (6.5.2).
134 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
135 for XEmacs.
136 (ps-prefix-quote): Doc fix.
c6d452ad 137 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
138 (ps-basic-plot-str, ps-plot-string): New funs.
139
1ea98518
SM
1402001-05-31 Stefan Monnier <monnier@cs.yale.edu>
141
142 * progmodes/etags.el (tags-compression-info-list): Fix docstring
143 and :type spec.
144
2b1ec973
GM
1452001-05-31 Gerd Moellmann <gerd@gnu.org>
146
1ea98518
SM
147 * international/mule-cmds.el (inactivate-input-method):
148 Set input-method-function to nil.
2b1ec973 149
94843cc1
GM
150 * xml.el (xml-parse-tag): The document may contain invalid characters.
151 From ShengHuo ZHU <zsh@cs.rochester.edu>
152
9652931f
GM
1532001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
154
155 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
156 `rmail-summary-line-decoder' if the message does not have
157 a Subject: field.
9652931f 158
1ea98518 159 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 160
1ea98518
SM
161 * mail/rmail.el (rmail-insert-mime-resent-message-function):
162 New variable.
9652931f
GM
163 (rmail-resend): Modify to work in `rmail-view-buffer'; call
164 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
165 is non-nil.
166
b781e739
SS
1672001-05-29 Sam Steingold <sds@gnu.org>
168
00f51890
SS
169 * faces.el (face-valid-attribute-values): Bind `valid' directly
170 instead of using `setq'.
171
b781e739
SS
172 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
173 Use `tex-shell-buf'.
174 (tex-shell-proc): Use `tex-shell-running'.
175 (tex-shell-buf-no-error): New function.
176 (tex-send-tex-command): Use it.
177 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
178 (tex-kill-job): Check the process before calling `quit-process'.
179
3d0e328b
GM
1802001-05-29 Gerd Moellmann <gerd@gnu.org>
181
1ea98518
SM
182 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
183 UTF-8 sequences.
3d0e328b 184
8bd6307f
GM
1852001-05-28 Miles Bader <miles@gnu.org>
186
187 * comint.el (comint-carriage-motion): Renamed from
188 `comint-cr-magic'. Operate on the buffer instead of the string
189 (for use as a comint post-output filter, instead of as a
190 pre-output filter). Handle backspaces too. Add to the
191 `comint-output-filter-functions' hook instead of
192 `comint-preoutput-filter-functions'.
193
89c8dc6c
GM
1942001-05-28 Gerd Moellmann <gerd@gnu.org>
195
196 * language/japan-util.el (japanese-hankaku): Prefer the charset
197 `jisx0201' when the optional argument `ascii-only' is not specified.
198 (japanese-hankaku-region): Ditto.
199 From Katsumi Yamaoka <yamaoka@jpl.org>
200
f25c1b9b
SM
2012001-05-28 Stefan Monnier <monnier@cs.yale.edu>
202
203 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
204 (outline-invisible-p): New function.
205 (hide-leaves): Save excursion.
206 (hide-other): Stop looping when reaching bobp.
207
719bb352
EZ
2082001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
209
210 * cus-edit.el (custom-file): Fix last change.
211
d686d354
SM
2122001-05-27 Stefan Monnier <monnier@cs.yale.edu>
213
214 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
215 same definition in byte-compile-function-environment as `autoload'
216 would put in `symbol-function'.
217
218 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
219 patch to correct the error message as well.
220
49b1a638
EZ
2212001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
222
71261a01
EZ
223 * cus-edit.el (custom-file): Don't assume we were invoked with -q
224 unless ~/.emacs exists.
225
49b1a638
EZ
226 * novice.el (enable-command): If user-init-file is nil or does not
227 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
228
a434b175
SM
2292001-05-25 Stefan Monnier <monnier@cs.yale.edu>
230
15ca8de7
SM
231 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
232 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
233 Allow spaces around macro arguments.
234 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
235 indent-for-tab-command.
236 (latex-mode-map, plain-tex-mode-map): New keymaps.
237 Inherit from tex-mode-map.
238 (tex-common-initialization): Don't setup the keymap any more
239 since it's now done right by define-derived-mode.
240 (latex-mode): Set skeleton-end-hook to nil.
241 (latex-skeleton-end-hook): Remove.
242 (tex-latex-block, latex-insert-item): Simplify.
243 (latex-syntax-after): Use following-char rather than char-after.
244 (tex-discount-args-cmds, tex-count-words): New functions.
245
246 * textmodes/tildify.el (tildify-ignored-environments-alist):
247 Recognize \verb* as well.
248
249 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
250 (perl-comment-indent): Simplify to let newcomment.el do its job.
251 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
252 (perl-mark-function): Cleanup the namespace.
253 (perl-calculate-indent): Don't be fooled by nested functions.
254
255 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
256
a434b175
SM
257 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
258 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
259
4e7e1f03
AC
2602001-05-25 Andrew Choi <akochoi@i-cable.com>
261
262 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
263 actually be `\\'.
264 (ctlau-b5-converter): Likewise.
265
2bef0948
AC
2662001-05-24 Andrew Choi <akochoi@i-cable.com>
267
268 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
269 Change CTLauB.el to CTLau-b5.el.
270
d2d1851b
SM
2712001-05-23 Stefan Monnier <monnier@cs.yale.edu>
272
273 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
274 rather than beginning-of-line to avoid problems with fields.
275 (gud-perldb-massage-args): Use unless and push.
276 (gud-chdir-before-run): New var.
277 (gud-common-init): Use it.
278
5e3d4fbc
AC
2792001-05-24 Andrew Choi <akochoi@i-cable.com>
280
281 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
282 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 283 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 284 chinese-ctlaub.
d2d1851b
SM
285 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
286 New functions.
5e3d4fbc 287
0216c3df
GM
2882001-05-22 Gerd Moellmann <gerd@gnu.org>
289
f1f65349
GM
290 * cus-edit.el (custom-comment-show): Remove debug code.
291
0216c3df
GM
292 * language/japan-util.el (japanese-symbol-table): Fix handling of
293 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
294
e8a1ed31
SM
2952001-05-21 Stefan Monnier <monnier@cs.yale.edu>
296
297 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
298 Renamed by removing the silly `-flag' suffix.
299 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
300
7246200c
SM
3012001-05-20 Stefan Monnier <monnier@cs.yale.edu>
302
303 * replace.el (keep-lines-read-args): Use `copy-marker'.
304 (how-many): Save excursion properly.
305 (occur-mode): Use define-derived-mode.
306 (perform-replace): Use with-current-buffer.
307
7e971261
RS
3082001-05-20 Richard M. Stallman <rms@gnu.org>
309
65569e52
RS
310 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
311
cc9684e8
RS
312 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
313
9ca00e71
RS
314 * info.el (Info-read-subfile): Widen before finding the
315 desired node in the subfile.
316
7e971261
RS
317 * startup.el (command-line-1): When >2 files visited,
318 leave the last one visible, and make that the selected window.
319
7c5312b2
GM
3202001-05-20 Gerd Moellmann <gerd@gnu.org>
321
322 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
323
310e9a21
EZ
3242001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
325
7246200c
SM
326 * international/ccl.el (define-ccl-program): Fix a typo.
327 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
328
329 * international/mule.el (decode-char): Fix a typo. From Pavel
330 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
331
332 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
333 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
334
310e9a21
EZ
335 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
336 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
337
ef55aa6c
SS
3382001-05-18 Sam Steingold <sds@gnu.org>
339
7246200c 340 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
341 and [RET] to `cvs-mode-find-file'.
342
c9f3bebe
JW
3432001-05-18 John Wiegley <johnw@gnu.org>
344
345 * eshell/esh-ext.el (eshell-explicit-command-char): A new
346 configuration variable, which determines the initial character
347 that forces use of an external version of a command. The default
348 is *, but may be set to \, for example.
349
350 * eshell/esh-ext.el (eshell-explicit-command):
351 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 352
c9f3bebe
JW
353 * eshell/esh-cmd.el (eshell/which):
354 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 355
7c5312b2
GM
356 * eshell/em-cmpl.el (eshell-completion-command-name)
357 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
358 instead of ?*.
359
1c66d9fb
GM
3602001-05-18 Gerd Moellmann <gerd@gnu.org>
361
a724ed38
GM
362 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
363 subst-char-in-string.
364 (ange-ftp-after-parse-ls-hook): New variable.
365 (ange-ftp-ls): Run that hook.
366 From Peter Milliken <Peter.Milliken@GTECH.COM>.
367
0595722b
GM
368 * tmm.el (tmm-get-keymap): Fix handling of :filter.
369 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
370 text into *Completions*.
371
1c66d9fb
GM
372 * net/goto-addr.el (goto-address-at-point): Deal with URLs
373 part of which look like email addresses.
374
c5bdb93d
AI
3752001-05-18 Andrew Innes <andrewi@gnu.org>
376
7246200c
SM
377 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
378 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
379 cmd.exe's handling of FOR loops.
380 (autoloads): Set find-file-suppress-same-file-warnings to t to
381 avoid slew of spurious messages.
382
9a1211f2
GM
3832001-05-18 Simon Josefsson <simon@josefsson.org>
384
385 * mail/smtpmail.el (maybe-append-domain): Renamed to
386 `smtpmail-maybe-append-domain'.
387 (smtpmail-via-smtp): Use the new name.
388
29148a3f
GM
389 * net/browse-url.el (browse-url-browser-function): Add kde.
390 (browse-url-kde-program, browse-url-kde-args): New variables.
391 (browse-url-kde): New function.
392
9ab59a1a
MB
3932001-05-18 Miles Bader <miles@gnu.org>
394
7246200c
SM
395 * simple.el (delete-horizontal-space, just-one-space):
396 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
397 because it's more efficient for large files.
398
cebf1b97
GM
3992001-05-17 Gerd Moellmann <gerd@gnu.org>
400
f90c23ca
GM
401 * mail/rmail.el (rmail-require-mime-maybe): New function.
402 (rmail): Use it.
403 (rmail-mode): Handle the case of finding Rmail files.
404
cebf1b97
GM
405 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
406 functions.
407
df22166e
SM
4082001-05-17 Stefan Monnier <monnier@cs.yale.edu>
409
410 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
411 text-property after moving to the beginning of line and regardless
412 of the value of font-lock-multiline.
413
2ca0d5f1
GM
4142001-05-17 Gerd Moellmann <gerd@gnu.org>
415
e85e809a
GM
416 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
417
2ca0d5f1
GM
418 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
419 last coding system used before calling set-buffer-modified-p
420 because that function changes last-coding-system.
421
4c6a4739
EZ
4222001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
423
424 * files.el (switch-to-buffer-other-window)
425 (switch-to-buffer-other-frame): Add an xref to display-buffer in
426 the doc string.
427
f08cf35b
GM
4282001-05-17 Gerd Moellmann <gerd@gnu.org>
429
430 * language/slovak.el, language/czech.el: New maintainer.
431
2180ea97
SS
4322001-05-16 Sam Steingold <sds@gnu.org>
433
f08cf35b 434 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
435 sub-form of `defgeneric' correctly.
436
9bae8781
GM
4372001-05-16 Gerd Moellmann <gerd@gnu.org>
438
a90b3d3c
GM
439 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
440 of `c'.
441
1b7818b4 442 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
443 condition-case, test what outline-level returns instead, to
444 ease debugging.
1b7818b4 445
9bae8781
GM
446 * international/mule.el (auto-coding-regexp-alist): New user-option.
447 (auto-coding-from-file-contents): New function.
448 (set-auto-coding): Use it to determine a coding system.
449
7644c605
GM
4502001-05-15 Gerd Moellmann <gerd@gnu.org>
451
18a0a39e
GM
452 * mouse.el (mouse-delete-other-windows): Doc fix.
453
df22166e
SM
454 * emacs-lisp/lisp-mode.el (lisp-mode):
455 Make font-lock-keywords-case-fold-search a buffer-local variable with
456 make-local-variable before setting it.
7644c605 457
940cf42e
EZ
4582001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
459
460 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
461 prefixes.
462
557f7c34
GM
4632001-05-14 Gerd Moellmann <gerd@gnu.org>
464
465 * hexl.el (hexl-current-address): Print a message when called
466 interactively.
467
14d9b141
SM
4682001-05-11 Stefan Monnier <monnier@cs.yale.edu>
469
470 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
471
472 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
473
474 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
475
7bd2d083
GM
4762001-05-11 Gerd Moellmann <gerd@gnu.org>
477
47e72862
GM
478 * startup.el (command-line): If parameters have been changed in
479 the init files which influence font selection, clear the face
480 cache so that faces get realized with the new parameters.
481
14d9b141 482 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 483
0f49941f
SM
4842001-05-10 Stefan Monnier <monnier@cs.yale.edu>
485
486 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
487
cbeed4a8
EZ
4882001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
489
490 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
491 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
492
ff9aa2ca
GM
4932001-05-10 Gerd Moellmann <gerd@gnu.org>
494
495 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 496 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 497
b2c99950
JW
4982001-05-09 John Wiegley <johnw@gnu.org>
499
0f49941f
SM
500 * eshell/esh-util.el (eshell-convert-numeric-arguments):
501 Annotated the documentation string to tell users about
3cb27fd7
JW
502 `eshell-no-numeric-conversions'.
503
c26f6b27
JW
504 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
505 conversions if a Lisp function has the property
506 `eshell-no-numeric-conversions' set to a non-nil value.
507
508 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
509 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
510 property `eshell-no-numeric-conversions' on the following
511 functions (which all deal with filesystem entities, and never Lisp
512 numerical values): eshell/cd, eshell/pushd, eshell/popd,
513 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
514 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
515 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
516 eshell/which, eshell/addpath.
517
5182001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 519
d089e299
JW
520 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
521 encountered as an argument, don't convert it right away, but tag
522 the first character of the string with the text properties
523 `number', which signifies to `eshell-lisp-command' that the
524 argument should be passed through `string-to-number' if it is
525 actually used in the call to a Lisp function.
526
527 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
528 function, convert any string arguments that have been tagged as
529 "numbers", by calling string-to-number.
530
531 * eshell/esh-util.el (eshell-number-regexp): Now that number
532 conversions only happen for Lisp function calls, the number regexp
533 should now match all integer and floating point forms.
534
535 * eshell/esh-proc.el: Disable `eshell-stop-process' and
536 `eshell-continue-process', since they are both nonfunctional at
537 the moment.
538 (eshell-proc-initialize): Don't bind keys for
539 `eshell-stop-process' or `eshell-continue-process'.
540
0f49941f
SM
541 * eshell/em-unix.el (eshell-shuffle-files):
542 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
543
544 * eshell/em-hist.el (eshell-add-to-history): Reference to
545 `eshell-history-ring' needed to be `eshell-history-index'.
546
0f49941f
SM
547 * calendar/timeclock.el (timeclock-find-discrep):
548 Initialize `elapsed' to 0.
cb89da0f
JW
549 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
550 it's still nil.
b2c99950 551
ff39b9a1
SM
5522001-05-09 Stefan Monnier <monnier@cs.yale.edu>
553
554 * arc-mode.el (archive-int-to-mode): Construct the string directly.
555 (archive-mode): Use capitalize.
556 (archive-unique-fname): Use make-temp-file.
557
9e53a675
GM
5582001-05-09 Gerd Moellmann <gerd@gnu.org>
559
560 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
561
c8224de6
EZ
5622001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
563
c533a7e2
EZ
564 * tar-mode.el (tar-extract): Pay attention to the value of
565 coding-system-for-read, if it is non-nil.
566
ff39b9a1
SM
567 * calendar/holidays.el (holidays): Add an autoload cookie.
568 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 569
1c8c9fb8
JW
5702001-05-08 John Wiegley <johnw@gnu.org>
571
ff39b9a1
SM
572 * calendar/timeclock.el (timeclock-workday-remaining):
573 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
574 (timeclock-workday-elapsed): Don't accept a "relative" argument
575 for the current day's elapsed time. What could that have meant?
ff39b9a1 576 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
577 (timeclock-when-to-leave): Changed logic, similarly to what was
578 done for `timeclock-workday-remaining'.
579 (timeclock-find-discrep): Removed "today-only" argument, which had
580 no meaning. Fixed some more math problems. The function now
581 returns a three member list: (TOTAL-TIME-DISCREPANCY
582 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
583
5f47fb28
EZ
5842001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
585
586 * w32-fns.el (convert-standard-filename): Start replacing slashes
587 from the beginning of the file name, not from where the last
588 invalid character was. From "Andrew Maguire (SWW)"
589 <Andrew.Maguire@Smallworld.co.uk>
590
6da5c7da
GM
5912001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
592
593 The following changes are to provide infrastructure for handling
594 MIME messages to rmail. They don't affect the original behaviour
595 if rmail-enable-mime is nil.
596
597 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
598 (rmail-search-mime-message-function)
599 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
600 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
601 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
602 `rmail-view-buffer' is hidden.
6da5c7da
GM
603 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
604 call rmai-show-mime-function.
605 (rmail-display-labels): If rmail-enable-mime is non-nil, update
606 mode-line-process of rmail-view-buffer.
607 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
608 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
609 buffer.
ff39b9a1
SM
610 (rmail-next-message, rmail-next-undeleted-message): Be sure to
611 set-buffer to the Rmail buffer.
6da5c7da
GM
612 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
613 rmail-search-mime-header-function.
614 (rmail-search-message): New function.
615 (rmail-search): Call rmail-search-message to check if a message
616 matches REGEXP, lastly update point after calling
617 rmail-show-message.
ff39b9a1
SM
618 (rmail-undelete-previous-message, rmail-expunge-confirmed)
619 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
620 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
621 header region, refer to rmail-msgref-vector while setting the
622 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
623 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
624 If rmail-enable-mime is non-nil, call
6da5c7da
GM
625 rmail-insert-mime-forwarded-message-function instead of inserting
626 forwarded message by itself.
627
628 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
629 Rmail buffer.
630 (rmail-set-label, rmail-next-labeled-message): Likewise.
631
632 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
633 set-buffer to the Rmail buffer.
634 (rmail-output-to-rmail-file): Likewise.
635 (rmail-output): Likewise.
636
637 * mail/rmailsum.el (rmail-message-subject-p): Process the result
638 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
639 (rmail-new-summary): Be sure to go to the Rmail buffer.
640 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
641 rmail-view-buffer to nil.
642 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
643 rmail-view-buffer.
644 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
645 rmail-buffer.
646 (rmail-summary-scroll-msg-down): Likewise.
647 (rmail-summary-beginning-of-message): Likewise.
648 (rmail-summary-wipe): Likewise.
649 (rmail-summary-toggle-header): Use save-window-excursion, not
650 save-excursion. Update point in rmail-view-buffer, not in
651 rmail-buffer.
652 (rmail-summary-reply): Before calling rmail-reply, set buffer to
653 rmail-view-buffer, not rmail-buffer.
654
5092477a
GM
6552001-05-07 Gerd Moellmann <gerd@gnu.org>
656
1e9fc92e
GM
657 * cus-edit.el (custom-file): Signal an error if user-init-file is
658 nil (running -q).
659
1d053370
GM
660 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
661
ff39b9a1
SM
662 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
663 Add :version.
664
665 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
666 New option.
1b62b062
GM
667 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
668 only if smtpmail-warn-about-unknown-extensions is set.
669
f851a71c
GM
670 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
671 instead of rmail-sort-by-keywords.
672
ff39b9a1 673 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
674 rmail-sort-by-keywords.
675
ff39b9a1
SM
676 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
677 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
678 (rmail-summary-mode): Doc fix.
679
5092477a
GM
680 * mail/rmail.el (rmail-edit): New Custom group.
681
682 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
683 (rmail-edit-mode-hook): New user-option.
684
05be3833
RS
6852001-05-05 Richard M. Stallman <rms@gnu.org>
686
687 * help.el (help-xref-symbol-regexp): Recognize "source of"
688 and friends, meaning make a link to the source file.
689 (help-make-xrefs): Handle "source of" and friends
690 by constructing a link that visits the source file.
691
692 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
693
7dfb000f
SM
6942001-05-04 Stefan Monnier <monnier@cs.yale.edu>
695
5efe6a56
SM
696 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
697 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
698 Renamed from perl-font-lock-keywords to avoid clashes.
699 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
700 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
701 Updated correspondingly.
702
7dfb000f
SM
703 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
704 Typo `nonexistant' -> `nonexistent'.
705
88bbb8cb
EZ
7062001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
707
7dfb000f
SM
708 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
709 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
710 `c-electric-delete-forward' always deletes forward and
711 `c-electric-delete' only contains the code necessary for XEmacs to
712 choose between backward and forward deletion.
7dfb000f 713
88bbb8cb
EZ
714 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
715 get the electric behavior on that key too.
716 (c-fill-paragraph): Fixed bogus direct use of
717 c-comment-prefix-regexp, which caused an error when it's a list.
718
a1af8dcf
EZ
7192001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
720
721 * dired-aux.el (dired-diff): Doc fix.
722
723 * dired.el (dired-diff): Likewise.
724
ddfb4005
EZ
7252001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
726
727 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
728
b36581fb
SM
7292001-05-02 Stefan Monnier <monnier@cs.yale.edu>
730
80a00b6a
SM
731 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
732 if both the buffer and the file are read-only.
733
b36581fb
SM
734 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
735 rather than font-lock-string-face.
736 (sh-get-indent-info): Treat heredocs like strings.
737
470bbe9b
GM
7382001-05-02 Gerd Moellmann <gerd@gnu.org>
739
b36581fb
SM
740 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
741 a newline following `}'.
3356df63
GM
742 (texinfo-format-email): New function.
743 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
744 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
745 Add `display'.
3356df63
GM
746 (texinfo-sort-region): Goto point-min before sorting.
747 (texinfo-set): Remove leading white space from value.
748 From yagi@is.titech.ac.jp.
749
470bbe9b
GM
750 * replace.el (query-replace-regexp-eval): Doc fix.
751
a9d2fd1d
SM
7522001-05-01 Stefan Monnier <monnier@cs.yale.edu>
753
754 * diff-mode.el (diff-nonexistant-face): New face.
755 (diff-font-lock-keywords): Use it.
756
2b3e941a
EZ
7572001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
758
22cd6fd3
EZ
759 * font-lock.el (font-lock-mode): Doc fix.
760
2b3e941a
EZ
761 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
762 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
763
50df7214
GM
7642001-04-30 Gerd Moellmann <gerd@gnu.org>
765
a9d2fd1d
SM
766 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
767 backslash at the start of the here-document delimiter.
a9793e45
GM
768 (sh-font-lock-syntactic-keywords): Likewise.
769
50df7214
GM
770 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
771
e2f599e9
EZ
7722001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
773
774 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
775 (tty-color-translate, tty-color-by-index, tty-color-values)
776 (tty-color-desc): Doc fix.
777
dcaf31d3
EZ
7782001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
779
780 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
781 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
782 Mention dired-dwim-target in the doc string.
dcaf31d3 783
a6a06429
MB
7842001-04-28 Miles Bader <miles@gnu.org>
785
786 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
787 (dabbrev--find-expansion): Use it.
788 (dabbrev--select-buffers): Don't select ignored buffers.
789
5a5d9185
GM
7902001-04-27 Gerd Moellmann <gerd@gnu.org>
791
a9d2fd1d 792 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 793
c5b82005
RS
7942001-04-26 Richard M. Stallman <rms@gnu.org>
795
796 * dabbrev.el: Add doc strings for some functions.
797 (dabbrev--eliminate-newlines): New variable.
798 (dabbrev--substitute-expansion): Convert newlines to spaces
799 if dabbrev--eliminate-newlines is set.
800 If abbrev and expansion are both all-lower-case,
801 leave dabbrev--last-case-pattern nil.
802
7cff9c6f
GM
8032001-04-26 Gerd Moellmann <gerd@gnu.org>
804
805 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
806 if necessary, like in rmail-show-message.
807
efa89c1f
GM
8082001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
809
810 * ps-print.el: Color specified by number is forced to be float number.
811 (ps-print-version): New version number (6.5.1.1).
812 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
813 initialization.
814 (ps-prefix-quote): New internal var.
815 (ps-print-quote): New fun.
816 (ps-setup, ps-output-frame-properties, ps-float-format)
817 (ps-format-color): Code fix.
a9d2fd1d
SM
818 (ps-plot-region): Eliminate redundant foreground color text setting.
819
d3111e5a
EZ
8202001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
821
822 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
823
a728644c
GM
8242001-04-25 Gerd Moellmann <gerd@gnu.org>
825
826 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
827
4ecdf04d
EZ
8282001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
829
4645bb68
EZ
830 * info.el (Info-additional-directory-list): Doc fix.
831
4ecdf04d 832 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
833 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
834 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 835
7cd512f2
SM
8362001-04-25 Stefan Monnier <monnier@cs.yale.edu>
837
1dc64fca
SM
838 * progmodes/make-mode.el (makefile-font-lock-keywords):
839 Rationalize the rules for includes and conditionals and use the
840 keyword face for them.
841
7cd512f2
SM
842 * faces.el (modify-face): Add compatibility for non-interactive use.
843
ffeb5c1c
JW
8442001-04-24 John Wiegley <johnw@gnu.org>
845
846 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
847 fix from last night, since it wasn't finding eshell/cd.
848
35f901fa
GM
8492001-04-24 Gerd Moellmann <gerd@gnu.org>
850
851 * rect.el (string-rectangle): Revert to 20.x behaviour.
852 (replace-rectangle): Make it an alias for string-rectangle.
853 (string-insert-rectangle): New function.
854
c7b1b508
JW
8552001-04-23 John Wiegley <johnw@gnu.org>
856
857 * eshell/em-unix.el (eshell/diff): Fixed problems that were
858 occurring with Emacs 21's diff.el/compile.el interaction layer.
859
8602001-04-23 Colin Walters <walters@cis.ohio-state.edu>
861
862 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
863 case where the function was defined in a file, but not part of an
864 eshell module.
865
157975e3
JW
8662001-04-23 John Wiegley <johnw@gnu.org>
867
868 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
869 code to work around a redisplay problem I've been having.
870
3dc630b9
JW
8712001-04-23 John Wiegley <johnw@gnu.org>
872
873 * calendar/timeclock.el (timeclock-day-required): If the time
874 required for a particular day is not set, use `timeclock-workday'.
875 (timeclock-find-discrep): Added some sample code in a comment.
876
877 * eshell/eshell.el (eshell-command): Made a few changes so that
878 `eshell-command' could be called programmatically.
879
7cd512f2 880 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 881
7cd512f2 882 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 883
3ae14dd9 8842001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
885
886 * calendar/timeclock.el: Updated copyright.
887 (timeclock-generate-report): Don't report the daily or two-week
888 total, if no time has been worked in that period.
889 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
890 final computational form, which was unnecessary; corrected a
891 parsing problem when timeclock-relative was nil.
892
3ae14dd9 8932001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
894
895 * calendar/timeclock.el (timeclock-modeline-display): Check if
896 `list-entry' is null.
897 (timeclock-use-display-time): The first argument to `set-variable'
898 must be a symbol.
899
53e1a74c
EZ
9002001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
901
902 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
903 (calendar-today-marker, calendar-holiday-marker):
904 Use display-color-p instead of window-system.
53e1a74c
EZ
905 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
906 instead of window-system.
907 (calendar-hide-window): Use display-multi-frame-p instead of
908 window-system.
909
910 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
911 (calendar-only-one-frame-setup, calendar-one-frame-setup):
912 Use display-multi-frame-p instead of window-system.
53e1a74c 913
23b809c2
GM
9142001-04-23 Gerd Moellmann <gerd@gnu.org>
915
1d14e80c
GM
916 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
917
23b809c2
GM
918 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
919 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
920
b5eeaa1d
GM
9212001-04-23 Alex Schroeder <alex@gnu.org>
922
923 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
924 line-end-position a defalias is used for point-at-bol and point-at-eol.
925
b5eeaa1d
GM
9262001-04-23 Alex Schroeder <alex@gnu.org>
927
928 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 929 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 930
ac1470eb
EZ
9312001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
932
933 * textmodes/paragraphs.el (sentence-end): Doc fix.
934
624ef9b3
GM
9352001-04-20 Alex Schroeder <alex@gnu.org>
936
937 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 938 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
939
9402001-04-20 Alex Schroeder <alex@gnu.org>
941
942 * sql.el (sql-db2-program): New option.
943 (sql-db2-options): New option.
944 (sql-db2): New function.
945
9462001-04-20 Alex Schroeder <alex@gnu.org>
947
948 * sql.el (sql-mode-menu): Added highlighting entries.
949 (sql-highlight-oracle-keywords): New function.
950 (sql-highlight-postgres-keywords): New function.
951 (sql-highlight-ansi-keywords): New function.
952
9532001-04-20 Alex Schroeder <alex@gnu.org>
954
955 * sql.el (sql-help): Doc change.
956
2a83a11d
SM
9572001-04-19 Stefan Monnier <monnier@cs.yale.edu>
958
959 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
960
6f4dd4dc
GM
9612001-04-18 Gerd Moellmann <gerd@gnu.org>
962
0f8d6dc7
GM
963 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
964 for defmethod.
965
6f4dd4dc
GM
966 * comint.el (comint-cr-magic): New function.
967 (toplevel): Add it to comint-preoutput-filter-functions.
968
90200fcc
AI
9692001-04-18 Andrew Innes <andrewi@gnu.org>
970
971 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 972 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
973 (recompile): Remove stuff to set EMACSLOADPATH.
974
daa66f34
GM
9752001-04-18 Gerd Moellmann <gerd@gnu.org>
976
edc5c81d
GM
977 * language/slovak.el ("Slovak"): Add tutorial entry.
978
daa66f34
GM
979 * net/browse-url.el (browse-url-new-window-flag): Renamed from
980 browse-url-new-window-p.
981
5d5845dc
EZ
9822001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
983
984 * info.el (Info-menu-update): When there are no menus and/or no
985 cross references in the node, make the respective items of the
986 Info menu-bar menu inactive.
987
1c8addd0
GM
9882001-04-17 Gerd Moellmann <gerd@gnu.org>
989
f4f480bd
GM
990 * indent.el (indent-for-tab-command): Call indent-line-function
991 with no argument if PREFIX-ARG is non-nil.
992
1c8addd0
GM
993 * frame.el (delete-other-frames): Handle minibuffer-only frames.
994
8f9ab403
EZ
9952001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
998 an async subprocess if start-process is unavailable. Suggested by
999 Tim Van Holder <tim.van.holder@pandora.be>.
1000
60322163
EZ
10012001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1002
1003 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1004 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1005
e372bc67
EZ
10062001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1007
1008 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1009 manual.
1010
28037ecf
SM
10112001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1012
1013 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1014 (cvs-menu): Add a few entries.
1015
1016 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1017 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1018 lock file appears to be reachable from Emacs.
1019 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1020 (cvs-mode-find-file): Look for cvs-header-face rather than
1021 cvs-dirname-face (which doesn't exist).
1022 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1023
1024 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1025
5d5e7f53
EZ
10262001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1027
1028 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1029 normal-erase-is-backspace on a tty. Instead, bind some keys such
1030 as [delete] directly, like pc-select.el did before
1031 normal-erase-is-backspace was invented.
1032
118562e1 10332001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1034
1035 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1036
6c9e58c4
JW
10372001-04-11 John Wiegley <johnw@gnu.org>
1038
28037ecf
SM
1039 * eshell/em-ls.el (eshell-ls-insert-directory):
1040 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1041 buffers, if Eshell's ls is being used.
1042
118562e1 10432001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1044
28037ecf
SM
1045 * calendar/timeclock.el (timeclock-completing-read): New function.
1046 (timeclock-ask-for-project, timeclock-ask-for-reason):
1047 Call `timeclock-completing-read'.
978bd3ea
JW
1048
1049 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1050 required where `member' was being used.
1051
118562e1 10522001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1053
28037ecf
SM
1054 * eshell/em-hist.el (eshell-previous-matching-input):
1055 Don't display "History item" if the the minibuffer is active.
978bd3ea 1056
30cb0001
GM
10572001-04-11 Gerd Moellmann <gerd@gnu.org>
1058
1059 * startup.el (command-line): Output a newline after printing
1060 an error from loading the window system's init file.
1061
e38af9bd
EZ
10622001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1063
28037ecf
SM
1064 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1065 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1066 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1067 keywords whose arguments routinely include @@.
1068
bbf63a7b
GM
10692001-04-10 Gerd Moellmann <gerd@gnu.org>
1070
28037ecf
SM
1071 * emacs-lisp/advice.el (ad-make-advised-definition):
1072 Construct advice for subrs differently.
afffeb57 1073
3fe35f35 1074 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1075 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1076
c8d6d636 1077 * simple.el (completion-list-mode-finish): New function.
28037ecf 1078 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1079
2a52f40e 1080 * language/european.el ("Polish"): Change sample text.
28037ecf 1081 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1082
cf8b1bef
GM
1083 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1084 parameter.
1085
bbf63a7b
GM
1086 * faces.el (menu): Doc fix.
1087
719d83ad 10882001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1089
1090 * ps-print.el: Footer implementation. Doc fix.
1091 (ps-print-version): New version number (6.5.1).
1092 (ps-header-frame-alist): New customization var for header frame
1093 properties.
1094 (ps-line-number-color): New customization var for line number color.
1095 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1096 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1097 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1098 (ps-right-footer): New customization vars for footers.
1099 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1100 footers.
1101 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1102 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1103 Code fix.
319acba0
GM
1104 (ps-prologue-file): Indentation fix.
1105 (ps-print-quote): Fun eliminated.
1106 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1107 (ps-output-frame-properties): New fun.
1108 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1109 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1110
e372bc67 11112001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1112
1113 * eshell/eshell.el (eshell-command): Needed a "%s" format
1114 specifier, in case the buffer contains percent characters.
1115
e372bc67 11162001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1117
1118 * calendar/timeclock.el (timeclock-generate-report): Added a
1119 missing insert of the project name.
1120
9f9a5e7a
GM
11212001-04-09 Gerd Moellmann <gerd@gnu.org>
1122
9170e5d4 1123 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1124
865e97c1 1125 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1126 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1127 From: Dave Love <fx@gnu.org>.
1128
cf3885ac 1129 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1130 (server-visit-files): Run server-visit-hook after going to
1131 line 1 so that the hook can set point as it sees fit.
1132
9f9a5e7a
GM
1133 * bindings.el (mode-line-modified): Unify help messages.
1134
51f32106
EZ
11352001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1136
1137 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1138 All callers changed.
1139
e02160a3
EZ
11402001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1141
8e6bb0d0
EZ
1142 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1143 long file names aren't supported, truncate the file names in
1144 quail-misc-package-ext-info to 8+3 before matching them against
1145 FILENAME.
1146
1147 * dos-fns.el (dos-truncate-to-8+3): New function.
1148
ec321d77
EZ
1149 * progmodes/compile.el (grep-compute-defaults): Use null-device
1150 instead of literal /dev/null. Reported by Jens Schmidt
1151 <schmidt@mathematik.uni-kl.de>.
1152
e02160a3
EZ
1153 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1154
cf3885ac
SM
11552001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1156
1157 * textmodes/sgml-mode.el: Add unknown maintainer.
1158 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1159 (html-mode-map): Use set-keymap-parent.
1160
3ffb33bb
DL
11612001-04-06 Dave Love <fx@gnu.org>
1162
1163 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1164 Remove redundant string-to-list.
1165
8f625692
SM
11662001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1167
1168 * composite.el (reference-point-alist): Doc fix.
1169
1087f198
SS
11702001-04-05 Sam Steingold <sds@gnu.org>
1171
8f625692
SM
1172 * font-lock.el (font-lock-keywords-case-fold-search):
1173 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1174 file made font-lock case-insensitive.
1175
a55e4e68
GM
11762001-04-05 Gerd Moellmann <gerd@gnu.org>
1177
0e4892e2
GM
1178 * faces.el (defface menu): Doc fix.
1179
4d664b04
GM
1180 * wid-edit.el (widget-color-sample-face-get): Don't make
1181 faces for undefined colors.
1182
a55e4e68
GM
1183 * version.el (emacs-version): Include LessTif/Motif version info.
1184
f383cd0d
GM
11852001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1186
1187 * ps-mule.el: Eliminate cl package dependence.
1188 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1189 if they aren't defined yet.
1190 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1191 Eliminate cl package dependence.
1192
de28797f
SM
11932001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1194
1195 * progmodes/cc-cmds.el (c-outline-level):
1196 Bind buffer-invisibility-spec. Originally from Dave Love, but
1197 got lost when incorporating version 5.26.
1198
32df8b47
EZ
11992001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1200
de28797f
SM
1201 * emulation/pc-select.el (pc-selection-mode):
1202 Call normal-erase-is-backspace-mode instead of binding
1203 keys individually.
58e4f61d 1204
7f62656b
EZ
1205 * cus-load.el (normal-erase-is-backspace): Use it instead of
1206 delete-key-deletes-forward.
1207
1208 * startup.el (command-line): Use normal-erase-is-backspace and
1209 normal-erase-is-backspace-mode.
1210
1211 * simple.el (normal-erase-is-backspace): Rename from
1212 delete-key-deletes-forward. Doc fix.
1213 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1214 delete-key-deletes-forward-mode. Doc fix.
1215 Run normal-erase-is-backspace-hook.
7f62656b 1216
32df8b47 1217 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1218 ``human-readable'' format produced by GNU `ls'.
1219 (dired-move-to-filename-regexp): Recognize ISO format dates.
1220 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1221
5efa6032
GM
12222001-04-04 Gerd Moellmann <gerd@gnu.org>
1223
1224 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1225 New functions.
de28797f
SM
1226 (lm-verify): Check keywords.
1227 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1228
d757aac1
EL
12292001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1230
1231 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1232 `xemacs' feature instead of for the function `set-extent-property'.
1233
9832760a
SM
12342001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1235
1236 * mail/mh-utils.el (mh-folder-hist): New var.
1237 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1238
d565f6aa
EZ
12392001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1240
1241 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1242 region, position point on the first or last 16-byte group.
1243 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1244 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1245 hexl-beginning-of-line.
1246
24c0fd39
GM
12472001-04-03 Gerd Moellmann <gerd@gnu.org>
1248
5efa6032
GM
1249 * icomplete.el (icomplete-mode): Treat an argument like other
1250 modes do.
1251
b3f6107b
GM
1252 * startup.el (fancy-splash-head): Use splash8.xpm for color
1253 depth 8.
1254
24d451c5
SM
1255 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1256 Add an antry for ``converts''.
476bf681 1257
24d451c5
SM
1258 * language/slovak.el ("Slovak"): Add documentation string.
1259 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1260
450f6970
GM
1261 * language/czech.el ("Czech"): Add documentation string.
1262 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1263
24d451c5
SM
1264 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1265 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1266
12672001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1268
1269 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1270 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1271 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1272 Use `defsubst' rather than a macro to ease debugging.
1273 (mail-extr-last): Remove (use `last' instead).
1274 (mail-extract-address-components): Properly reset the syntax-table
1275 after parsing an address. Use `last' rather than mail-extr-last.
1276 Make sure the end marker stays at the very end.
24c0fd39 1277
2b908342
EZ
12782001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1279
1280 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1281 last change.
1282
acfb077d
GM
12832001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1284
1285 * ps-print.el: Line and paragraph spacing feature. Region to cut
1286 out when printing. Doc fix.
1287 (ps-print-version): New version number (6.5).
24d451c5
SM
1288 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1289 New vars. Line and paragraph spacing feature.
acfb077d
GM
1290 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1291 out when printing.
1292 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1293 (ps-get-font-size, ps-begin-job, ps-continue-line)
1294 (ps-plot-region): Code fix.
1295 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1296 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1297 New internal vars.
acfb077d
GM
1298 (ps-get-size): New fun.
1299 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1300 (ps-next-line): Replace defun by defsubst.
1301 (ps-mule-plot-string): Autoload doc fix.
1302
1303 * ps-bdf.el: XEmacs compatibility. Doc fix.
1304 (installation-directory, coding-system-for-read): Declare vars if
1305 it's not declared yet.
1306 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1307
1308 * ps-mule.el: XEmacs compatibility. Doc fix.
1309 (leading-code-private-22): Declare var if it's not declared yet.
1310 (charset-bytes, charset-dimension, charset-id, charset-width)
1311 (find-charset-region, split-char, char-width, chars-in-region)
1312 (forward-point, decompose-composite-char, encode-coding-string)
1313 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1314 Define funs if not defined yet.
1315 (encode-composition-rule, find-composition): Define funs if not
1316 loaded yet.
1317 (ps-mule-prologue): PostScript code fix.
1318
13192001-04-02 Kenichi Handa <handa@etl.go.jp>
1320
1321 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1322 non-nil, generate font for the header strings.
1323 (ps-mule-prepare-font): Likewise.
1324 (ps-mule-generate-glyphs): Likewise.
1325 (ps-mule-string-encoding): Likewise.
1326 (ps-mule-header-charsets): New variable.
1327 (ps-mule-encode-header-string): New function.
1328 (ps-mule-header-string-charsets): New function.
1329 (ps-mule-begin-job): Check charsets in the header strings. If there
1330 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1331
1332 * ps-print.el (ps-generate-header-line): Encode the header string by
1333 ps-mule-encode-header-string.
1334 (ps-mule-encode-header-string): Declare autoload.
1335
c0eb3c10
GM
13362001-04-02 Gerd Moellmann <gerd@gnu.org>
1337
24d451c5
SM
1338 * frame.el (cursor-in-non-selected-windows):
1339 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1340
a3d0b0e0
KH
13412001-03-31 Kenichi Handa <handa@etl.go.jp>
1342
1343 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1344 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1345 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1346 (tsang-quick-converter): New function.
24d451c5
SM
1347 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1348 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1349 (miscdic-convert, batch-miscdic-convert): New functions.
1350
55f7832c
KH
13512001-03-30 Kenichi Handa <handa@etl.go.jp>
1352
a2217cd8
KH
1353 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1354 eight-bit-control chars.
1355
55f7832c 1356 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1357 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1358
911a2406
EZ
13592001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1360
1361 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1362 string as well.
1363
1a518f2c
AS
13642001-03-30 Andreas Schwab <schwab@suse.de>
1365
1366 * files.el (backup-directory-alist): Fix typo.
1367
ef080b16
EZ
13682001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1369
1370 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1371 <eggert@twinsun.com>.
1372
e4174a55
DL
13732001-03-30 Dave Love <fx@gnu.org>
1374
1375 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1376
9d5d1075
EZ
13772001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1378
1379 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1380
a27b451e
MB
13812001-03-30 Miles Bader <miles@gnu.org>
1382
1383 * subr.el (interactive-form): Fix paren typo.
1384
aea51abe
EZ
13852001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1386
1387 * emacs-lisp/profile.el: Say that it's obsolete in the header
1388 line, so that finder.el puts that into its data-base.
1389 Suggested by Alex Schroeder <alex@gnu.org>.
1390
249dd409
EZ
13912001-03-29 Paul Eggert <eggert@twinsun.com>
1392
1393 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1394 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1395
1ac1fa96
SM
13962001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1397
1398 * generic.el (generic-mode-set-comments): Use "" rather than nil
1399 for comment-end.
1400
e2b8a830
GM
14012001-03-29 Gerd Moellmann <gerd@gnu.org>
1402
1ac1fa96
SM
1403 * emacs-lisp/advice.el (ad-make-advised-definition):
1404 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1405
1406 * subr.el (interactive-form): New function.
1407
8b2375e7
AS
14082001-03-29 Andre Spiegel <spiegel@gnu.org>
1409
1410 * vc-sccs.el (vc-sccs-register): Use relative file names.
1411
f827b862
GM
14122001-03-28 Gerd Moellmann <gerd@gnu.org>
1413
e59d0e9d
GM
1414 * bookmark.el (bookmark-get-bookmark): Handle case that
1415 BOOKMARK is not a string.
1416
deb2613a
GM
1417 * image.el (image-type-regexps): Change type for PS files
1418 to `postscript'.
1419
f827b862
GM
1420 * subr.el (read-passwd): Clear command history after each
1421 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1422
3c9449d0
KH
14232001-03-27 Kenichi Handa <handa@etl.go.jp>
1424
1425 * international/kkc.el (kkc-save-init-file): Locally bind
1426 print-length to nil.
1427
e6b13c74
GM
14282001-03-26 Gerd Moellmann <gerd@gnu.org>
1429
e120bebf
GM
1430 * textmodes/flyspell.el: Some doc fixes.
1431 (flyspell-maybe-correct-transposition)
1432 (flyspell-maybe-correct-doubling): Use a temporary buffer
1433
1434 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1435
5f6c5771 1436 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1437 (byte-optimize-form-code-walker): Diagnose too few arguments
1438 for `if' and `while'.
1439
2b984c45
KH
14402001-03-26 Kenichi Handa <handa@etl.go.jp>
1441
1442 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1443 Prepend `\' to "\<quail-translation-docstring>".
1444
bf2150fa
GM
14452001-03-26 Gerd Moellmann <gerd@gnu.org>
1446
5f6c5771
SM
1447 * autorevert.el (global-auto-revert-non-file-buffers):
1448 Remove duplicate defcustom.
bf2150fa 1449
a0d59316
MB
14502001-03-26 Miles Bader <miles@gnu.org>
1451
5f6c5771
SM
1452 * international/latin1-disp.el (latin1-char-displayable-p):
1453 Add leading "-" for X font pattern.
a0d59316 1454
9edbff6c
KH
14552001-03-26 Kenichi Handa <handa@etl.go.jp>
1456
5f6c5771
SM
1457 * international/mule-diag.el (describe-coding-system):
1458 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1459 charsets they can encode.
1460
50b57199
EZ
14612001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1462
1463 * help.el (view-lossage): Mention open-dribble-file in the doc
1464 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1465
5b83f9c0
SM
14662001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1467
1468 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1469 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1470
e0ecbf5c
KH
14712001-03-23 Kenichi Handa <handa@etl.go.jp>
1472
5b83f9c0
SM
1473 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1474 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1475 multibyte sequence can work correctly.
1476 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1477 property of the coding system.
1478
1cc218de
SM
14792001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1480
1481 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1482 Fix transcription typo.
1483
a3db02ad
RV
14842001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1485
1486 * whitespace.el: Add buffer local variables to toggle testing of
1487 whitespaces in buffers without affecting the default values.
a3db02ad 1488 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1489 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1490 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1491 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1492
83c9cb8e
SM
14932001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1494
1495 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1496
180d5509
GM
14972001-03-21 Gerd Moellmann <gerd@gnu.org>
1498
eeb5b5c1
GM
1499 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1500 bs-cycle-configuration-name. From Juanma Barranquero
1501 <lektu@uol.com.br>.
1502
170a9e70
GM
1503 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1504 and cc-vars.el.
1505
180d5509
GM
1506 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1507 headers. Always invoke sendmail with option -t.
1508
130c507e
GM
15092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1510
1511 * Release of cc-mode 5.28.
1512
15132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1514
1515 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1516 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1517 It's instead taken care of by the default value for c-default-style.
130c507e 1518
130c507e
GM
15192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1520
1521 * cc-align.el (c-lineup-math): Fix bug where lineup was
1522 triggered by equal signs in string literals.
1523
15242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1525
1526 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1527 limit detection when at the ends of the buffer.
1528
1529 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1530 "for" statement clause in case 7F; a better one is done
1531 earlier in case 7D anyway.
1532
15332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1534
1535 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1536 somewhat more and did a small optimization.
1537
15382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1539
1540 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1541 Use the limit argument only to limit the syntactic context
1542 search, not to limit the actual movement.
1543
1544 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1545 inside multiline strings, just like in comments. Also various
1546 fixes to the paragraph and comment prefix recognition, block
1547 comment ender handling etc.
1548
15492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1550
1551 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1552 the relative position of the point.
1553
1554 * cc-cmds.el (c-electric-continued-statement): New function to
1555 use as abbrev hook to reindent for keywords such as "else"
1556 that continues an earlier statement.
1557
1558 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1559 like classes.
1560
1561 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1562 (pike-mode): Populate the default abbrev tables to reindent for
1563 keywords such as "else" that can continue earlier statements.
1564 Abbrev mode is therefore turned on by default now. (Note that
1565 this doesn't apply to idl-mode, since IDL afaik doesn't have
1566 statements at all.)
1567
15682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1569
1570 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1571 bracelists where the declaration contains template arguments.
1572
15732000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1574
83c9cb8e
SM
1575 * cc-cmds.el (c-comment-indent):
1576 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1577 syntactic indentation. Fixes bug with lineup functions that
1578 return vectors.
1579
1580 * cc-engine.el (c-get-syntactic-indentation): Split the
1581 indentation sum calculation from `c-indent-line' to a separate
1582 function.
1583
15842000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1585
1586 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1587 Fixed places where it was assumed that preprocessor directives
1588 have to start in column zero.
1589
1590 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1591 template arguments after a class identifier properly.
1592
1593 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1594 lists for `new Foo[]' constructs in Java as expressions and
1595 not top level definition brace lists on the top level, so that
1596 they'll get indented consistently with the same type of
1597 expression in a normal block.
1598
15992000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1600
1601 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1602 whether the adaptive filling package fails to keep the comment
1603 prefix is now kludged further to check for filladapt-mode
1604 which doesn't have that problem. This is really icky, but it's
1605 the only way that works with the current misfeatures/bugs in
1606 both adaptive-fill-mode and filladapt-mode.
1607
1608 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1609 around point is recognized more robust.
1610
16112000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1612
1613 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1614 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1615 (c-lit-type): Fixed all internal variables used dynamically so
1616 that they are always bound.
1617
1618 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1619 errors:
1620
1621 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1622 the region is fully reindented even when an error occurs.
1623 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1624 whole lot of code that tried to optimize indentation of whole
1625 sexps but in reality accomplishes nothing.
1626
1627 (c-indent-sexp): Use c-indent-region.
1628
1629 (c-parsing-error): Changed this variable to hold the message
1630 for any syntactic error that is discovered.
1631
1632 (c-parse-state): Search backward from point instead of the bod
1633 position when the latter is invalid. This makes CC Mode
1634 recover faster when there are unbalanced close braces.
1635
1636 (c-backward-to-start-of-if): Use c-parsing-error to report
1637 dangling "else" clauses instead of throwing an error, and fall
1638 back to a reasonable position.
1639
83c9cb8e 1640 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1641
83c9cb8e 1642 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1643
16442000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1645
1646 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1647 paragraph recognition when moving by sentence in literals.
1648
83c9cb8e
SM
1649 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1650 start regexp for javadoc to recognize javadoc markup in general instead
1651 of a specific set of keywords, to be more future-safe.
130c507e
GM
1652
1653 (c-Pike-pikedoc-paragraph-start)
1654 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1655 pikedoc markup.
1656
83c9cb8e 1657 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1658
83c9cb8e 1659 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1660
1661 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1662
1663 (c-comment-prefix-regexp): Made it possible to use an
1664 association list on this to specify mode specific regexps.
1665 The default value now use a special regexp in Pike mode to
1666 recognize pikedoc markup.
1667
1668 (c-current-comment-prefix): New variable containing the actual
1669 regexp from c-comment-prefix-regexp for the current buffer.
1670
16712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1672
1673 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1674 lists: We can't look at the syntax, since a brace list can get
1675 recognized as a plain statement-cont.
1676
1677 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1678 special brace list opener broken over two lines got recognized
1679 as a statement on the second line. Case 9A changed.
1680
16812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1682
1683 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1684 adjustment after line is reindented.
1685
16862000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1687
1688 * cc-defs.el (c-point): Added optional argument for position
1689 to use instead of the current point.
1690
1691 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1692 the in-expression block symbols when the construct starts at
1693 boi, to avoid the extra level of indentation in that case.
1694 Cases 4, 16A and 17E affected.
1695
16962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1697
1698 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1699 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1700
1701 * cc-engine.el (c-indent-line): Use the syntax already bound
1702 to `c-syntactic-context', if there is any.
1703
17042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1705
1706 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1707 wasn't added up correctly when a lineup function returned nil.
1708
17092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1710
1711 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1712 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1713
17142000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1715
1716 * cc-align.el (c-lineup-dont-change): Return an absolute
1717 indentation column to work correctly in the case when several
1718 syntactic elements are processed for the same line.
1719
1720 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1721 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1722 (c-set-offset): Added absolute indentation column settings by
1723 using the vector type.
1724
130c507e
GM
17252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1726
1727 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1728 Implemented two new cleanups `space-before-funcall' and
1729 `compact-empty-funcall'.
1730
130c507e
GM
17312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1732
1733 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1734 helping building regexps.
1735
1736 * cc-engine.el (c-on-identifier): New function for detecting
1737 identifiers. It takes keywords into account.
1738
1739 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1740 lists. `c-keywords' is set to a regexp matching all keywords
1741 in the current language.
1742
17432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1744
1745 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1746 list of characters to skip backwards over at the beginning of
1747 a statement, since it can precede string literals in Pike.
1748
17492000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1750
1751 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1752 recognition when standing on the last line in a C++ comment
1753 with nothing but whitespace after the prefix.
1754
1755 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1756 given no limit argument.
1757
17582000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1759
1760 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1761 recognition for the `[]= operator symbol in Pike.
1762
17632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1764
1765 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1766 around a bug in `eval-when-compile' in the byte compiler.
1767
1768 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1769 value when count is zero and there's no token start within the limit.
130c507e
GM
1770
1771 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1772 "prefix comments", i.e. comments which are followed by code on
1773 the same line.
1774
1775 * cc-mode-19.el: Fixes so that checks that must be done at
1776 compile time also are done then.
1777
17782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1779
1780 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1781 time and at runtime, and only when it's needed.
1782
17832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1784
1785 Major cleanup for less error prone and more warning free
1786 compilation, including some fixes for bugs due to different
1787 compilation orders. Thanks to Martin Buchholz for providing
1788 the basis for all this.
1789
1790 * cc-bytecomp.el: New file that provides some byte compilation
1791 features: It ensures that files always are loaded from the
1792 current source directory during compilation, and it provides a
1793 set of macros to turn off specific compiler warnings for
1794 specific symbols. (It's not CC Mode specific in any way.)
1795
1796 Fixed a nearly acyclic dependency tree (both runtime and
1797 compile-time) between all files.
1798
1799 * cc-defs.el: Separated all macros before the inline functions,
1800 to ensure correct compilation.
1801
1802 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1803 cc-defs.el to cc-engine.el and made it a function instead.
1804
1805 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1806 about char-after.
1807
1808 * cc-vars.el: Cope even when there isn't a custom package
1809 containing defcustom available.
1810
1811 * cc-make.el: Removed since it's no longer necessary.
1812
1813 README: Updated installation instructions.
1814
18152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1816
1817 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1818 improve the modularity: Moved all mode init stuff from
1819 cc-langs.el to cc-mode.el, including the keymap
1820 initialization; cc-langs now only contains the various
1821 variables for configuring the language syntax.
1822
83c9cb8e
SM
1823 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1824 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1825 dependency analysis suggests they belong there (which also
83c9cb8e 1826 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1827
18282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1829
1830 * cc-cmds.el (c-fn-region-is-active-p): New function that
1831 wraps the corresponding macro, for use in places that aren't
1832 compiled. Thanks to Martin Buchholz for pointing out this.
1833
83c9cb8e 1834 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1835
1836 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1837 add things to the bug report.
1838
18392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1840
1841 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1842 returned prefix could contain a newline when the search for a
1843 good prefix line failed.
1844
18452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1846
1847 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1848 (c-toggle-auto-hungry-state): Made the argument optional, as
1849 the documentation says it is.
1850
18512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1852
1853 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1854 multiline string syntax, #"...", as a cpp macro.
1855
7008ccac
GM
18562001-03-21 Paul Eggert <eggert@twinsun.com>
1857
83c9cb8e
SM
1858 * international/mule-cmds.el (set-locale-environment):
1859 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1860 caller specifies a non-nil locale name.
3c9449d0 1861
c2478129 18622001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1863
1864 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1865 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1866
117e4b0c
GM
18672001-03-20 Gerd Moellmann <gerd@gnu.org>
1868
7194219d
GM
1869 * follow.el (follow-avoid-tail-recenter): Doc fix.
1870
5721ae13
GM
1871 * custom.el (custom-set-variables): Avoid reversing the list
1872 of args needlessly.
1873
7b8bbf72
GM
1874 * startup.el (fancy-splash-head): Don't change the colors of the
1875 XPM image on a dark background.
1876
a91ad7c9
GM
1877 * comint.el (comint-exec-1): Set columns of the terminal to
1878 window-width instead of frame-width.
1879
fa88947e
GM
1880 * info.el (Info-scroll-down): Add missing WINDOW arg for
1881 pos-visible-in-window-p.
1882
1741905c
GM
1883 * ehelp.el (electric-help-mode-hook): Add defcustom.
1884
117e4b0c
GM
1885 * mail/sendmail.el (mail-mode): Activate case-folding in
1886 font-lock-defaults.
1887
e84c695d
SM
18882001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1889
1890 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1891 (completion-ignored-extensions): Remove duplicate ".class".
1892
fc774041
AS
18932001-03-19 Andreas Schwab <schwab@suse.de>
1894
83c9cb8e
SM
1895 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1896 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1897
c2c097cc
GM
18982001-03-19 Gerd Moellmann <gerd@gnu.org>
1899
1900 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1901 methods since there are not prefix input methods.
1902
fbe2e958
KH
19032001-03-19 Kenichi Handa <handa@etl.go.jp>
1904
83c9cb8e
SM
1905 * international/mule-cmds.el (read-input-method-name):
1906 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1907
da47e491
SM
19082001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1909
1910 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1911
4986c2c6 19122001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1913
4986c2c6
MK
1914 * ediff-util.el: Copyright years.
1915 (ediff-choose-syntax-table): New function.
1916 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1917
4986c2c6
MK
1918 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1919 with-syntax-table.
83c9cb8e 1920
4986c2c6 1921 * ediff.el: Date of last update, copyright years.
83c9cb8e 1922
4986c2c6 1923 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1924
4986c2c6
MK
1925 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1926 of Scott Bronson.
1927 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1928 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1929 Deleted functions.
1930 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1931 ex-token-list.
83c9cb8e 1932
4986c2c6 1933 * viper-util.el: Spaces, indentation.
83c9cb8e 1934
4986c2c6 1935 * viper.el: Changed version, modification time.
83c9cb8e 1936
3c799aec 19372001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1938
1939 * calendar/timeclock.el (timeclock-workday-remaining):
1940 Check whether `discrep' is non-null before using it.
3c799aec 1941
ae3ce418
JW
19422001-03-16 John Wiegley <johnw@gnu.org>
1943
1944 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1945 first-time checkins.
1946 (timeclock-log-data): Fixed problem with reading timelog log file.
1947 Resulting data in the "day list" was incorrect.
1948 (timeclock-find-discrep): Check if `timeclock-file' is readable
1949 before opening it.
1950 (timeclock-time-less-p): New function.
1951 (timeclock-day-base): New function.
1952 (timeclock-geometric-mean): New function.
1953 (timeclock-generate-report): Generate a summary report based on
1954 the contents of the log file. This uses `timeclock-log-data', and
1955 is an example of writing a timelog manipulation function.
1956 (timeclock-visit-timelog): A quick command for opening the timelog
1957 file.
1958 (timeclock-log-data): Bound the variable event.
1959
c8d4a9bb
KH
19602001-03-16 Kenichi Handa <handa@etl.go.jp>
1961
83c9cb8e
SM
1962 * international/mule-cmds.el (select-safe-coding-system):
1963 Fix typo: symbol-name -> symbol-value.
11d56c64 1964
c8d4a9bb
KH
1965 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1966 before substitute-in-file-name to handle double slashes in FILE
1967 correctly.
1968
c899e7e6
GM
19692001-03-15 Gerd Moellmann <gerd@gnu.org>
1970
1971 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1972 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1973
819dce0f
GM
19742001-03-14 Gerd Moellmann <gerd@gnu.org>
1975
697617d9
GM
1976 * bindings.el (features): Add `md5' and `overlay' to the list.
1977
819dce0f
GM
1978 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1979 bound before using it. It's not bound when configured without X,
1980 for instance.
1981
e0067a9d
TTN
19822001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1983
1984 * progmodes/hideshow.el: Update copyright.
1985 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1986 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1987
afcdc0a1
GM
19882001-03-13 Gerd Moellmann <gerd@gnu.org>
1989
e0067a9d 1990 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1991 a non-list.
1992
30564c48
EZ
19932001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1994
1995 * startup.el (fancy-splash-tail, command-line-1): Fix the
1996 copyright year.
1997
2b8e24b3
KH
19982001-03-13 Kenichi Handa <handa@etl.go.jp>
1999
2000 * term.el: These changes are based on a patch sent from Yong Lu
2001 <lyongu@yahoo.com>.
2002 (term-set-escape-char): Bind M-x to execute-extended-command in
2003 term-raw-escape-map.
2004 (term-move-columns): Don't try to move to negagive column.
2005 (term-emulate-terminal): Insert a string before deleting a text to
2006 overwrite.
2007
789b6186
GM
20082001-03-12 Gerd Moellmann <gerd@gnu.org>
2009
b0778a31
GM
2010 * play/life.el (life): Rearrange code so that all calls to
2011 life-display-generation are in a catch-form.
2012
04528cda
GM
2013 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2014 file that isn't interesting. In an interesting file, push the old
2015 value of point on the mark ring.
2016
760cefb5
GM
2017 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2018 New function.
2019 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2020 Use it.
2021
83c9cb8e
SM
2022 * emacs-lisp/autoload.el (generate-file-autoloads):
2023 Remove warning about line lengths.
789b6186 2024
a2ffbafe
FP
20252001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2026
2027 * progmodes/etags.el (tags-compression-info-list): New variable.
2028 (find-tag-in-order): Use it to deal with compressed source files.
2029 (tag-file-name-match-p): New function.
2030 (etags-recognize-tags-table): Use it for better match of file names.
2031
5c9d9d92
KH
20322001-03-12 Kenichi Handa <handa@etl.go.jp>
2033
ba3e9b9b
KH
2034 * international/mule-cmds.el (register-input-method): Doc fix.
2035
5c9d9d92
KH
2036 * international/quail.el (quail-translate-key): Fix condition to
2037 check if there's another breaking point in the current key.
2038
40beecee
EZ
20392001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2040
2041 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2042 Babyl header to the newly-created output file, bind
2043 coding-system-for-write to either rmail-file-coding-system or
2044 emacs-mule-unix.
2045
75c6cb7f
SM
20462001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2047
2048 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2049 Fix the name and regexp used for subsubsections.
2050
5ec17636
DL
20512001-03-10 Dave Love <fx@gnu.org>
2052
2053 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2054 and save-buffer if buffer-file-name non-nil. From rms.
2055
6d2e2c02
AS
20562001-03-10 Andre Spiegel <spiegel@gnu.org>
2057
2058 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2059 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2060 to reflect that.
2061 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2062 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2063 variable bindings that might affect the diff command.
2064 (vc-print-log): Don't switch to the *vc* buffer before the
2065 command, so that local variable bindings are preserved.
2066
789b6186 2067 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2068 not the current buffer.
2069 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2070
789b6186 2071 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2072 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2073
b18f5523
SM
20742001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2075
2076 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2077 so ^, $, *, ? and + are interpreted correctly.
2078
3cfd8357
GM
20792001-03-09 Gerd Moellmann <gerd@gnu.org>
2080
c085b77c 2081 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2082 mode-line-key-binding. Handle any event on a string.
2083 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2084
3cfd8357
GM
2085 * comint.el (comint-insert-clicked-input): Use the last key
2086 from this-command-keys to lookup the global key definition.
2087
348f797a
KH
20882001-03-09 Kenichi Handa <handa@etl.go.jp>
2089
3ebf3717
KH
2090 * international/characters.el: Add category `j' for
2091 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2092
348f797a
KH
2093 * international/mule-conf.el (no-conversion): Fix docstring.
2094 (raw-text): Fix docstring.
2095
e1fbabaf
GM
20962001-03-08 Gerd Moellmann <gerd@gnu.org>
2097
96e8e603
GM
2098 * simple.el (choose-completion-string): When not leaving the
2099 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2100 is set.
2101
e1fbabaf
GM
2102 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2103 parameter `(minibuffer . t)'.
2104
f9db8f19
SM
21052001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2106
2107 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2108 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2109 (sh-mode): Remove `make-local-variable' for unused var
2110 `font-lock-unfontify-region-function'.
2111
02756877
RS
21122001-03-07 Richard M. Stallman <rms@gnu.org>
2113
132bf46d
RS
2114 * info.el (Info-scroll-down): Fix previous change.
2115
02756877
RS
2116 * mail/rmail.el (rmail-toggle-header): Use a window which
2117 is showing the Rmail buffer, rather than the selected window.
2118
eeb24429
DL
21192001-03-07 Dave Love <fx@gnu.org>
2120
2121 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2122 now, to avoid problems with binding imenu directly to a mouse event.
2123
3bdf2660
GM
21242001-03-07 Gerd Moellmann <gerd@gnu.org>
2125
2126 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2127 second arg t.
2128
21292001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2130
2131 * log-edit.el (log-edit-common-indent): New var.
2132 (log-edit-set-common-indentation): Renamed from
2133 log-edit-delete-common-indentation. Use the new var.
2134 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2135
2136 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2137 (cvs-mode-add-change-log-entry-other-window):
2138 Don't presume change-log-default-name is defined.
2139
2140 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2141
2142 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2143 the "tree" operation as well.
2144
2145 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2146
2147 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2148 to match paragraph-start.
2149
2150 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2151 comment-start-skip and set comment-end-skip as well.
2152 (sgml-comment-indent): Fix for new value of comment-start-skip.
2153 (html-autoview-mode): Don't bother using make-local-hook.
2154
2ad02767
GM
21552001-03-07 Gerd Moellmann <gerd@gnu.org>
2156
189638d5 2157 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2158 variables, otherwise long Custom entries would make them ineffective.
189638d5 2159
2ad02767
GM
2160 * uniquify.el: Set maintainer to FSF.
2161
656f8cae
EZ
21622001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2163
2164 * dired-aux.el (dired-do-shell-command): Doc fix.
2165
c83965c4
SM
21662001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2167
04af43bc
SM
2168 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2169
2170 * which-func.el (which-func-modes): Add cperl-mode.
2171 (which-func-mode-global): Use define-minor-mode.
2172
2173 * info-look.el: Docstring fixes and dead code eliminated.
2174 (cperl-mode): Add support.
2175 (emacs-lisp-mode): List all entries from elisp manual, whether
2176 or not they are currently (f)bound or not. Update regexp.
2177
2178 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2179
c83965c4
SM
2180 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2181 so that C-h m shows the correct information.
2182 Use make-local-variable rather than make-variable-buffer-local.
2183 (cperl-info-buffer, cperl-setup-tmp-buf):
2184 Use make-local-variable rather than make-variable-buffer-local.
2185 (cperl-msb-fix, cperl-get-help-defer):
2186 Check major-mode for `cperl-mode' as well.
2187
2188 * progmodes/cperl-mode.el: Updated to author version 4.23.
2189 (cperl-electric-pod): SYNOPSIS was misspelled.
2190 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2191 (cperl-after-expr-p): Make true after __END__.
2192
f16a7aa5
GM
21932001-03-06 Gerd Moellmann <gerd@gnu.org>
2194
157ae273 2195 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2196 bookmark-completion-ignore-case is t.
157ae273 2197
f16a7aa5
GM
2198 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2199 switch, like xterm, and concat resource strings, with a newline
2200 between them.
2201
abaddb98
EZ
22022001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2203
a2ffbafe 2204 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2205 (cp773-decode-table, cp774-decode-table): New variables.
2206
abaddb98
EZ
2207 * man.el (Man-hyphenated-reference-regexp): New variable.
2208 (Man-build-references-alist): Use it to search for referenced
2209 manpages. If hyphenated is non-nil, record a concatenated word in
2210 Man-refpages-alist only if it matches Man-reference-regexp.
2211 Update word's length when it is concatenated. Reverse the list,
2212 to get the first manpage at the head.
2213 (Man-possibly-hyphenated-word): New function.
2214 (Man-follow-manual-reference): Use it instead of current-word to
2215 find a manpage at point, in a way that accounts for hyphenated
2216 references.
2217
eb3f61dd
GM
22182001-03-06 Alex Schroeder <alex@gnu.org>
2219
2220 * sql.el (sql-interbase): New function.
2221 (sql-interbase-program): New option.
2222 (sql-interbase-options): New option.
2223 And some typos fixed: "customise" to "customize".
2224
fa84f42a
DL
22252001-03-06 Dave Love <fx@gnu.org>
2226
83c9cb8e
SM
2227 * textmodes/flyspell.el (flyspell-region):
2228 Set up flyspell-local-mouse-map.
fa84f42a 2229
fda3411d
RS
22302001-03-05 Richard M. Stallman <rms@gnu.org>
2231
a2ffbafe 2232 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2233 Don't call rmail-beginning-of-message.
2234 Don't discard From: field. Do discard Received: field.
2235 Use unwind-protect to re-prune.
2236 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2237
e972ab1f
KH
22382001-03-06 Kenichi Handa <handa@etl.go.jp>
2239
2240 * international/quail.el (quail-title): Add autoload cookie.
2241
335db3c1
DL
22422001-03-05 Dave Love <fx@gnu.org>
2243
2244 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2245 new defs.
2246
278dd6ac
KH
22472001-03-05 Kenichi Handa <handa@etl.go.jp>
2248
83c9cb8e
SM
2249 * language/ethio-util.el (ethio-toggle-space):
2250 Update current-input-method-title if necessary.
36d5e61d
KH
2251 (ethio-toggle-punctuation): Likewise.
2252
341cd4f0
KH
2253 * international/quail.el (quail-title): Fix for the case that a
2254 title of an input method is specified by a list of the same form
2255 as used in mode-line-format.
2256
83c9cb8e
SM
2257 * international/mule-cmds.el (activate-input-method):
2258 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2259 respect that value.
2260
10ebaeb6
GM
22612001-03-05 Gerd Moellmann <gerd@gnu.org>
2262
2263 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2264
7a65c85c
GM
22652001-03-05 Alex Schroeder <alex@gnu.org>
2266
2267 * sql.el (sql-sybase): Fix typo (was: query user about server two
2268 times instead of server and database).
2269
2270 * sql.el (sql-sybase): Doc change.
2271 (sql-mysql): Doc change.
2272 (sql-postgres): Doc change.
2273
b86644f2
KH
22742001-03-05 Kenichi Handa <handa@etl.go.jp>
2275
83c9cb8e
SM
2276 * international/mule-conf.el (emacs-mule, raw-text):
2277 Docstring modified.
b86644f2 2278
e30bd7b7
EZ
22792001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2280
2281 * term/internal.el: Update copyright notice.
2282
2283 * term/pc-win.el: Update copyright notice.
2284
7e365285
DL
22852001-03-02 Dave Love <fx@gnu.org>
2286
83c9cb8e
SM
2287 * files.el (insert-file-contents-literally):
2288 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2289 not jka-compr-compression-info-list.
7e365285 2290
75ed43a6
SM
22912001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2292
2293 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2294 spaces in default comment-start-skip settings rather than \s-.
2295
53c4b1e6
EZ
22962001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2297
2298 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2299 default-frame-alist as well.
2300
028d739a
DL
23012001-03-01 Dave Love <fx@gnu.org>
2302
2303 * textmodes/reftex.el (defvar): Wrap some defvars in
2304 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2305
2306 * subr.el (event-basic-type): Doc fix.
2307
2308 * international/quail.el: Doc fixes.
2309
2310 * international/utf-8.el: Doc fixes.
2311
2312 * international/mule-cmds.el: Doc fixes.
2313 (leim-list-header): Fix header text.
2314
2315 * international/mule.el (coding-system-category): Doc fix.
2316
2317 * international/ccl.el (ccl-compile): Doc fix.
2318
15d1caef
SM
23192001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2320
2321 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2322 rather than (before|after)-change-functions.
2323
f84ff02c
GM
23242001-03-01 Gerd Moellmann <gerd@gnu.org>
2325
2326 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2327 scroll-left and scroll-right being called interactively so that
2328 they set the window's min_hscroll.
2329
e0c1e774
EZ
23302001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2331
2332 * info.el (info-insert-file-contents-1): Accept an additional
2333 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2334 `suffix'; otherwise use the complicated MS-DOS code.
2335 All callers changed.
e0c1e774
EZ
2336 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2337 can access long file names, try the long file-name version of
2338 `info-insert-file-contents-1', then the short file-name version.
2339
b8b2ea31 23402001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2341
af122766
KH
2342 * language/ethio-util.el (setup-ethiopic-environment-internal):
2343 Change bindings of functions keys to conform to "Emacs Lisp Coding
2344 Convention".
2345
2346 * language/ethiopic.el ("Ethiopic"): Add documentation.
2347
b8b2ea31
KH
23482001-02-28 Kenichi Handa <handa@etl.go.jp>
2349
1d64e2ad
KH
2350 * international/utf-8.el (mule-utf-8): Set coding-category
2351 property to coding-category-utf-8.
2352
91cb6e51
RS
23532001-02-27 Richard M. Stallman <rms@gnu.org>
2354
2355 * lpr.el (lpr-page-header-switches, print-region-1):
2356 Undo 2000-07-06 change.
7298f3f7
RS
2357 (lpr-add-switches): Default to t on gnu/linux.
2358
c0cb1027
GM
23592001-02-27 Gerd Moellmann <gerd@gnu.org>
2360
2361 * bs.el (bs-attributes-list): Doc fix.
2362
01459648
GM
23632001-02-26 Gerd Moellmann <gerd@gnu.org>
2364
baebd8a5 2365 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2366
01459648
GM
2367 * help.el (view-order-manuals): Use goto-address.
2368
2369 * startup.el (command-line-1): Add info about ordering manuals
2370 to the not so fancy splash screens.
2371
f93e614e
AS
23722001-02-26 Andre Spiegel <spiegel@gnu.org>
2373
01459648
GM
2374 * vc.el (vc-default-workfile-unchanged-p)
2375 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2376
12435002
GM
23772001-02-26 Gerd Moellmann <gerd@gnu.org>
2378
a2ffbafe 2379 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2380 fontify in the right buffer.
2381
12435002
GM
2382 * allout.el (outline-flag-region): Move macro in front of first
2383 use to avoid a run-time error.
2384
425de386
AI
23852001-02-24 Andrew Innes <andrewi@gnu.org>
2386
2387 * makefile.w32-in: Fix copyright notice.
2388
66c56ed1
KH
23892001-02-24 Kenichi Handa <handa@etl.go.jp>
2390
4c1593ce
KH
2391 * international/utf-8.el (mule-utf-8): Set correct value for
2392 valid-codes property.
2393
66c56ed1
KH
2394 * international/fontset.el (x-complement-fontset-spec): In the
2395 case that we use ASCII font for the other charsets, use only
15d1caef 2396 family and registry part of it.
66c56ed1 2397
119171dd
EZ
23982001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2399
2400 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2401 (shrink-window-if-larger-than-buffer): Doc fix.
2402
932c309e
SM
24032001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2404
2405 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2406 predicate passed to completing-read.
2407
9b760e36
EZ
24082001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2409
2410 * startup.el (command-line): Fix last change.
2411
5c39a60f
JR
24122001-02-23 Jason Rumney <jasonr@gnu.org>
2413
2414 * startup.el (tool-bar-originally-present): New variable.
2415 (command-line): Set it if the tool-bar is switched on at startup.
2416
2417 * frame.el (frame-notice-user-settings): Only adjust frame height
2418 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2419 From E. Jay Berkenbilt.
5c39a60f 2420
cb91b2c7
SM
24212001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2422
39b557e8
SM
2423 * server.el (server-switch-buffer): Only switch window if the
2424 current one is dedicated.
2425
cb91b2c7
SM
2426 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2427 rather than using (match-beginning 0) when searching for break point.
2428
9238a8df
EZ
24292001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2430
2431 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2432 @ follows an accent command such as @'. Support optional braces
2433 in commands that insert accents, like makeinfo does.
2434
3473f362
GM
24352001-02-22 Gerd Moellmann <gerd@gnu.org>
2436
2437 * startup.el (fancy-splash-text): Add a line for ordering
2438 manuals. Reverse order of splash screens shown.
2439 (use-fancy-splash-screens-p): Adapt to the text line added.
2440
2441 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2442 manuals from the FSF.
2443
2444 * help.el (view-order-manuals): New function.
2445 (toplevel): Bind C-h C-m to this function.
2446
76a4de07
SM
24472001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2448
2449 * newcomment.el (comment-forward): Skip the comment-start before
2450 searching for the comment-end.
2451
75b71d85
DL
24522001-02-21 Dave Love <fx@gnu.org>
2453
2f4c9a87
DL
2454 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2455
75b71d85
DL
2456 * international/mule-cmds.el, international/mule.el: Doc fixes.
2457
2458 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2459 (fortune) <defgroup>: Add :link.
2460 (fortune-from-region): Use eq, not eql.
2461
ffc9ff0c
GM
24622001-02-21 Gerd Moellmann <gerd@gnu.org>
2463
2464 * startup.el (fancy-splash-screens): Use display-hourglass
2465 instead of display-busy-cursor.
2466
2467 * frame.el (display-hourglass): Renamed from busy-cursor.
2468 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2469 (show-cursor-in-non-selected-windows): Doc fix.
2470
f34eb373
DL
24712001-02-20 Dave Love <fx@gnu.org>
2472
2473 * international/utf-8.el: Doc and commentary fixes.
2474
f55e4a7e
EZ
24752001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2476
2477 * ehelp.el (with-electric-help): Doc fix.
2478
fa97adf6
GM
24792001-02-20 Gerd Moellmann <gerd@gnu.org>
2480
2481 * msb.el (msb-mode): Call the update-buffers function explicitly
2482 with a FORCE argument.
2483
2484 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2485 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2486 returns nil.
2487
54ed3bd2
GM
24882001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2489
2490 * ps-print.el: Timestamp package replacement. Some enhancements.
2491 Some XEmacs compatibility. Doc fix.
2492 (ps-print-version): New version number (6.4).
2493 (ps-printer-name): Initialization fix.
2494 (ps-zebra-stripe-follow): Funcionality enhancement.
2495 (ps-prologue-file): Code enhancement.
2496 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2497 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2498 (ps-get-page-dimensions)
54ed3bd2
GM
2499 (ps-generate-header, ps-begin-file, ps-begin-job)
2500 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2501 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2502 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2503 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2504
e8ebf97d
MB
25052001-02-20 Miles Bader <miles@gnu.org>
2506
2507 * image-file.el (image-file-name-extensions): Add "tif".
2508
136b27c5
GM
25092001-02-19 Gerd Moellmann <gerd@gnu.org>
2510
2511 * wid-edit.el (widget-button-click): Save the selected window
2512 around the code handling clicks on buttons.
2513
6ebbcf59
DL
25142001-02-18 Dave Love <fx@gnu.org>
2515
2516 * imenu.el (imenu--generic-function): Use mapc to iterate over
2517 syntax characters.
2518
595ded73
RS
25192001-02-17 Richard M. Stallman <rms@gnu.org>
2520
b9fe3dc8
RS
2521 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2522
595ded73
RS
2523 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2524
f3f053f3
GM
25252001-02-16 Gerd Moellmann <gerd@gnu.org>
2526
2527 * mouse.el (mouse-save-then-kill): If the distance from the new
2528 point to the mark is equal to the distance of point from the new
2529 point, move point instead of the mark.
2530
11570a8f
DL
25312001-02-16 Dave Love <fx@gnu.org>
2532
2533 * textmodes/flyspell.el (flyspell-get-word): Return string without
2534 properties.
2535
fb339cd5
EZ
25362001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2537
2538 * generic.el (generic-find-file-regexp): Doc fix.
2539 (generic-ignore-files-regexp): New defcustom.
2540 (generic-mode-find-file-hook): If the file's name matches the
2541 regexp in `generic-ignore-files-regexp', don't enter
2542 default-generic-mode. Doc fix.
2543
c56b1c1b
GM
25442001-02-16 Gerd Moellmann <gerd@gnu.org>
2545
a2ffbafe 2546 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2547 Add autoload cookies.
2548
a2ffbafe 2549 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2550 of cal-tex-24.
2551
0d140e65
EZ
25522001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2553
81558867
EZ
2554 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2555
0d140e65
EZ
2556 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2557 the character class after the (optional) drive, to support file
2558 names with embedded blanks.
2559
713f7b15
SS
25602001-02-15 Sam Steingold <sds@gnu.org>
2561
2562 * textmodes/tex-mode.el (tex-shell-running):
2563 Check the process buffer too.
2564
9a2a6f73
DL
25652001-02-15 Dave Love <fx@gnu.org>
2566
2567 * battery.el (battery-status-function): Fix doc, :type.
2568
15d1caef 2569 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2570
fe10cef0
GM
25712001-02-15 Gerd Moellmann <gerd@gnu.org>
2572
2573 * subr.el (read-passwd): Clear Lisp memory holding password.
2574
126f5d4d
MB
25752001-02-15 Miles Bader <miles@gnu.org>
2576
2577 * info.el (Info-copy-current-node-name): New function.
2578 (Info-mode-menu): Add it to the menu.
2579
92e98d63
RS
25802001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2581
2582 * international/mule-cmds.el (toggle-input-method): Doc fix.
2583
dd4e0e55
SM
25842001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2585
2586 * replace.el (occur): Stop at end of buffer.
2587
402dbbd1
EZ
25882001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2589
2590 * international/mule-cmds.el (set-input-method): Another doc fix.
2591
e9fcba3d
GM
25922001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2593
2594 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2595
78ad1cd5
MB
25962001-02-13 Miles Bader <miles@gnu.org>
2597
713f7b15 2598 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2599 (set-face-stipple): Treat a value of nil as being `unspecified'.
2600
fce9d9dc
DL
26012001-02-12 Dave Love <d.love@dl.ac.uk>
2602
2603 * international/latin1-disp.el: Doc fixes.
2604 (latin1-display) <defgroup>: Add :link.
2605 (latin1-display) <function>: Set variable latin1-display.
2606
bc406911
EZ
26072001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2608
2609 * international/mule-cmds.el (set-input-method): Doc fix.
2610
68514d48
EL
26112001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2612
2613 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2614 (speedbar-line-file): Return nil if not a file.
2615 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2616
513bea45 26172001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2618
513bea45
MK
2619 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2620 for remote files.
bc406911 2621 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2622 with raw-text.
713f7b15 2623
513bea45 2624 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2625
83c9cb8e
SM
2626 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2627 Better handling of the diff mode.
713f7b15 2628
513bea45 2629 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2630
bc406911 2631 * viper.texi: Fix typos.
713f7b15 2632
521d4010
DL
26332001-02-11 Dave Love <fx@gnu.org>
2634
36fd8e17
DL
2635 * shadowfile.el: Doc fixes.
2636 (shadow) <defgroup>: Add :link.
2637 (shadowfile-unload-hook): New function.
2638 (shadow-initialize): Use defalias, not fset.
2639 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2640 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2641
521d4010
DL
2642 * international/mule.el: Doc and message fixes.
2643
36fd8e17
DL
2644 * international/ccl.el (define-ccl-program): Doc fix.
2645
92395bbe
KH
26462001-02-11 Kenichi Handa <handa@etl.go.jp>
2647
2648 * faces.el (mode-line): Set :line-width property to -1.
2649
103db06c
RS
26502001-02-10 Richard M. Stallman <rms@gnu.org>
2651
08b78974
RS
2652 * complete.el (partial-completion-mode): Doc fix.
2653
103db06c
RS
2654 * simple.el (delete-key-deletes-forward-mode):
2655 Change `let' to `let*' to fix gross bug in last change.
2656
2657 * repeat.el (repeat): Don't let execute-kbd-macro alter
2658 real-last-command.
2659
a6a1ee53
EZ
26602001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2661
2662 * simple.el (eval-expression): Doc fix.
2663
d2f288c6
DL
26642001-02-09 Dave Love <fx@gnu.org>
2665
038f4ae3
DL
2666 * imenu.el (imenu-generic-expression): Doc fix.
2667
83c9cb8e
SM
2668 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2669 From Juanma Barranquero.
038f4ae3 2670
15d1caef 2671 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2672
9804b846
KH
26732001-02-09 Kenichi Handa <handa@etl.go.jp>
2674
2675 * faces.el (set-face-attribute): Describe the case of a negative
2676 value specified for :line-width.
2677
532f5197
SM
26782001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2679
2680 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2681 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2682
1d279666
DL
26832001-02-08 Dave Love <fx@gnu.org>
2684
4681ca3a
DL
2685 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2686 widget-plist-value-type.
2687 (widget-alist-convert-widget): Replace binding of
2688 widget-alist-value-type.
2689
1d279666
DL
2690 * textmodes/paragraphs.el (sentence-end): Doc fix.
2691
83c9cb8e
SM
2692 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2693 Remove `backward-line'.
1d279666 2694
532f5197
SM
2695 * play/pong.el (pong-blank-color, pong-bat-color)
2696 (pong-ball-color, pong-border-color, pong-left-key)
2697 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2698 (pong-pause-key, pong-resume-key, pong-timer-delay):
2699 * mail/mh-comp.el (mh-compose-letter-function):
2700 * eshell/esh-mode.el (eshell-skip-prompt-function):
2701 * emulation/viper-ex.el (ex-unix-type-shell-options):
2702 * recentf.el (recentf-menu-filter):
2703 * ps-print.el (ps-print-region-function):
2704 * lpr.el (print-region-function):
2705 * forms.el (forms-mode-hooks):
2706 * dirtrack.el (dirtrack-directory-change-hook):
2707 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2708 * textmodes/spell.el (spell-filter):
2709 * textmodes/fill.el (adaptive-fill-function):
2710 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2711 * progmodes/etags.el (find-tag-default-function):
2712 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2713 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2714
6f676109
EZ
27152001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2716
751d3bc4
EZ
2717 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2718 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2719 Meyering <jim@meyering.net>.
2720
6f676109
EZ
2721 * loadup.el: Revert last change.
2722
d3c26cdf
KH
27232001-02-07 Kenichi Handa <handa@etl.go.jp>
2724
83c9cb8e
SM
2725 * international/mule.el (transform-make-coding-system-args):
2726 Make it work also for coding systems not using CCL.
d3c26cdf 2727
44806980
EZ
27282001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2729
9889af08
EZ
2730 * simple.el (previous-matching-history-element)
2731 (next-matching-history-element): Doc fix.
2732
44806980
EZ
2733 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2734 specific part.
2735
1e36ff68
DL
27362001-02-06 Dave Love <fx@gnu.org>
2737
713f7b15 2738 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2739 (add-log-buffer-file-name-function, add-log-file-name-function):
2740 Fix :type.
2741 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2742
c7ca58df
EZ
27432001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2744
fecd556a
EZ
2745 * info.el (info-initialize): Remove the test for system-type when
2746 invocation-directory is non-nil.
2747
c7ca58df
EZ
2748 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2749 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2750
587b5737
AI
27512001-02-06 Andrew Innes <andrewi@gnu.org>
2752
2753 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2754 absolute.
2755
baf7eee4
GM
27562001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2757
2758 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2759 buffers. When hi-lock turned on rather than only checking current
2760 buffer for regexps, all buffers are checked. Moved activation of
2761 font-lock to hi-lock-refontify. When font-lock turned off rather
2762 than removing added highlighting just in current buffer, remove it
2763 in all buffers. Changed edit menu text from "Automatic
2764 Highlighting" to "Regexp Highlighting" Documentation for
2765 highlighting phrases, minor documentation changes.
2766 (hi-lock-set-file-patterns): Execute only if there are new or
2767 existing file patterns.
2768 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2769 unfontify and, if a support mode is active, will not refontify the
2770 whole buffer. If necessary, turn on font lock. (Removed
2771 font-lock-unfontify and font-lock support-mode-specific calls,
2772 such as lazy-lock-fontify-window.)
2773 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2774 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2775 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2776 (hi-lock-face-phrase-buffer): New function. Also added related
2777 menu item and keybinding.
2778 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2779 (hi-lock-process-phrase): New function.
2780 (hi-lock-line-face-buffer): Doc fixes.
2781 (hi-lock-face-buffer): Doc fixes.
2782 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2783
36710aa6
GM
27842001-02-06 Gerd Moellmann <gerd@gnu.org>
2785
2786 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2787 dabbrev-ignored-regexps.
2788
d3f22784
EZ
27892001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2790
2791 * simple.el (kill-line): Doc fix.
2792
5cb3c8d4
DL
27932001-02-05 Dave Love <fx@gnu.org>
2794
2795 * loadup.el: Revert last two changes -- bootstrapping works with
2796 regenerated loaddefs.
2797
e6297e7d
EZ
27982001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2799
1e14b095
EZ
2800 * isearch.el (isearch-forward): Doc fix.
2801
e6297e7d
EZ
2802 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2803 of font-lock-defaults to backward-paragraph.
2804
e16f52ce
GM
28052001-02-05 Gerd Moellmann <gerd@gnu.org>
2806
2807 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2808 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2809
01d19dd7
GM
28102001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2811
2812 * ebnf2ps.el: Eliminate time-stamp functions.
2813 (ebnf-version): New version (3.5).
2814 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2815 format-time-string.
2816
24886813
GM
28172001-02-05 Gerd Moellmann <gerd@gnu.org>
2818
2819 * simple.el (next-line): Goto end-of-line before inserting a newline.
2820
65e70fc4
MB
28212001-02-05 Miles Bader <miles@gnu.org>
2822
2823 * image-file.el (insert-image-file): When visiting an image, also
2824 set `truncate-lines' to t so that any fringe arrow looks correct.
2825
482f06c9
KH
28262001-02-05 Kenichi Handa <handa@etl.go.jp>
2827
2828 * isearch.el (isearch-forward): Add description about input method
2829 in the docsting.
2830
02399da7
SM
28312001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2832
2833 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2834
2c366083
EZ
28352001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2836
2837 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2838 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2839
bdadfce3
GM
28402001-02-02 Gerd Moellmann <gerd@gnu.org>
2841
79fb38c0
GM
2842 * wid-edit.el (widget-button-click): Fix last change.
2843
bdadfce3
GM
2844 * frame.el (frame-notice-user-settings): When resizing the initial
2845 frame because the tool bar is off, also change the frame's top
2846 position if a negative top position was specified.
2847
33155ffb
MB
28482001-02-02 Miles Bader <miles@gnu.org>
2849
2850 * image-file.el (insert-image-file): When visiting an image,
2851 suppress the cursor in the image buffer.
2852
1355ba0c
DL
28532001-02-01 Dave Love <fx@gnu.org>
2854
2855 * progmodes/f90.el (f90-mode): Remove startup message.
2856
fb758d2d 2857 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2858
01acdb05
GM
28592001-02-01 Gerd Moellmann <gerd@gnu.org>
2860
2861 * startup.el (command-line): Fix code determining whether or not
2862 to use delete-key-deletes-forward-mode.
2863
5b1ee316
AS
28642001-02-01 Andre Spiegel <spiegel@gnu.org>
2865
2866 * vc.el (vc-diff-switches): New user option.
2867 (vc-version-diff): Use it.
2868 (vc-diff-switches-list): New macro.
2869
83c9cb8e
SM
2870 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2871 New customization options.
5b1ee316
AS
2872 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2873
2874 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2875
00b1e7a1
GM
28762001-02-01 Gerd Moellmann <gerd@gnu.org>
2877
2878 * msb.el (toplevel): Quote hook symbols.
2879
85827036
KH
28802001-02-01 Kenichi Handa <handa@etl.go.jp>
2881
8e028499 2882 * international/mule.el (make-coding-system): Add description
3c948dde 2883 about recognized properties in the docstring.
8e028499 2884
85827036
KH
2885 * international/mule-conf.el: Remove unused charsets
2886 mac-roman-lower and mac-roman-upper.
2887
7ccf7ab9
GM
28882001-01-31 Gerd Moellmann <gerd@gnu.org>
2889
2441692d
GM
2890 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2891 is in front of the left-margin, if any.
2892
ee5cece0
GM
2893 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2894 like `delete'.
2895
83c9cb8e 2896 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2897
7ccf7ab9
GM
2898 * term/w32-win.el (mouse-set-font): Doc fix.
2899
b4f30ec5 29002001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2901
b4f30ec5
GM
2902 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2903 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2904 on already.
2905
03e0fe6e
GM
29062001-01-31 Markus Rost <rost@math.ohio-state.edu>
2907
2908 * files.el (save-buffer): Don't give message if (buffer-file-name)
2909 returns nil.
713f7b15 2910
8f289acc
EZ
29112001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2912
cb4aae04
EZ
2913 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2914
dbd98b19
EZ
2915 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2916 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2917
8f289acc
EZ
2918 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2919 display problems.
2920
c12553c1
KH
29212001-01-31 Kenichi Handa <handa@etl.go.jp>
2922
c7bf5db9
KH
2923 * international/mule.el (charset-info): Fix docstring.
2924
2925 * international/mule-diag.el (describe-character-set): Check final
2926 char valid before printing it.
c12553c1 2927
14f16b9c
GM
29282001-01-30 Gerd Moellmann <gerd@gnu.org>
2929
efaa080b
GM
2930 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2931
eef93f99
GM
2932 * frame.el (frame-notice-user-settings): Do the tool-bar
2933 stuff only for graphical displays. Fix a braino.
713f7b15 2934
14f16b9c
GM
2935 * frame.el (frame-initialize): Create initial frame visible.
2936 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2937 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2938
2939 * startup.el (command-line): Remove manipulation of frame
2940 height for tool bars.
2941
4ad25e43
EZ
29422001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2943
2944 * lpr.el: Compatibility with XEmacs and doc fixes.
2945 (lpr-windows-system, lpr-lp-system): New vars.
2946 (lpr-printer-switch): New defcustom.
2947 (printer-name, lpr-command): Customization fix.
2948 (print-region-1): Code fix.
2949 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2950 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2951 New functions.
4ad25e43 2952
e8f044a0
GM
29532001-01-29 Gerd Moellmann <gerd@gnu.org>
2954
2955 * msb.el (toplevel): Fix the eval-after-load.
2956
850d5045
GM
29572001-01-29 Dave Love <fx@gnu.org>
2958
762fe76e
DL
2959 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2960
2961 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2962
83c9cb8e 2963 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2964 (tcl-using-emacs-19-23): Consider Emacs 21+.
2965 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2966 (tcl-add-emacs-menu): Supply menu name.
2967 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2968
3a768251
GM
29692001-01-29 Gerd Moellmann <gerd@gnu.org>
2970
2971 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2972
274d02f7
SM
29732001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2974
2975 * pcvs.el (cvs-mark-fis-dead): New function.
2976 (cvs-mode-add): Use it.
2977 (cvs-mode-add-change-log-entry-other-window):
2978 Rebind change-log-default-name to itself rather than to nil.
2979
ed5d446e
SS
29802001-01-29 Sam Steingold <sds@gnu.org>
2981
efaa080b 2982 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2983 `autoload' statements.
2984
e2a80284
EZ
29852001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2986
8e1db7b3
EZ
2987 * files.el (confirm-kill-emacs): Doc fix.
2988
ff2a1c79
EZ
2989 * frame.el (frame-initialize): Doc fix.
2990
e7b0deaf
EZ
2991 * time-stamp.el (time-stamp-string): Doc fix.
2992
83c9cb8e
SM
2993 * woman.el (WoMan-log-1): Make the log buffer writable.
2994 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2995
005913e4
GM
29962001-01-29 Gerd Moellmann <gerd@gnu.org>
2997
2998 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2999 the `make-variable-buffer-local'.
3000
58622cc5
GM
30012001-01-29 Dave Love <fx@gnu.org>
3002
3003 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3004 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3005 Add autoload cookie.
58622cc5
GM
3006 (ansi-color-apply-sequence): Fix typo.
3007
0404d031
GM
30082001-01-29 Gerd Moellmann <gerd@gnu.org>
3009
ed5d446e 3010 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3011 Postscript printing in black and white.
3012
0404d031
GM
3013 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3014 X-Mailman-Version, Precedence, List-Help, List-Post,
3015 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3016 Content-Type, Content-Length.
3017
3b6ed359
DL
30182001-01-29 Dave Love <fx@gnu.org>
3019
ddd16e7a
DL
3020 * elide-head.el (elide-head): Make overlay evaporate.
3021
83c9cb8e 3022 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3023
8005142f
EZ
30242001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3025
3026 * isearch.el (isearch-highlight): Don't punt if the display
3027 doesn't support colors, since isearch faces are defined for
3028 monochrome displays as well.
3029
84728570
SS
30302001-01-27 Sam Steingold <sds@gnu.org>
3031
3032 * shell.el (shell-write-history-on-exit): Make sure that we are in
3033 the shell buffer (M-x tex-file RET inserted the error message into
3034 the TeX buffer).
3035
e26f9ced
EZ
30362001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3037
3038 * simple.el (transient-mark-mode): Doc fix.
3039
dc0274bd
GM
30402001-01-27 Gerd Moellmann <gerd@gnu.org>
3041
83c9cb8e 3042 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3043
c1acacc4
EZ
30442001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3045
f5058b96
EZ
3046 * shell.el (shell-unquote-argument): If the shell is one of the
3047 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3048 quote character.
3049 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3050 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3051
c1acacc4 3052 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3053 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3054
103db06c 30552001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3056
84728570 3057 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3058 Treat a one-capital-letter abbrev as "not all upper case",
3059 so as to force preservation of the expansion's pattern
3060 if the expansion starts with a capital letter.
3061
cfa70244
EZ
30622001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3063
cfee9de7
EZ
3064 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3065 Doc fix.
3066
cfa70244
EZ
3067 * simple.el (transient-mark-mode): Document the fact that many
3068 commands act on the region when mark is active.
3069
17d90d6b
KH
30702001-01-27 Kenichi Handa <handa@etl.go.jp>
3071
3072 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3073 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3074 (quail-show-guidance-buf): Make the multibyteness of current
3075 buffer inherited to Quail guidance buffer.
3076 (quail-help): Make the multibyteness of current buffer inherited
3077 to Quail help buffer.
3078
61076b20
DL
30792001-01-26 Dave Love <fx@gnu.org>
3080
c47e2c68
DL
3081 * time-stamp.el: Doc fixes.
3082
84728570 3083 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3084 (delphi-keyword-face, delphi-other-face): Fix :type.
3085
940f14b4
DL
3086 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3087
3088 * mail/feedmail.el (feedmail): Add :link.
3089 (feedmail-send-it): Doc fix.
3090
3091 * mail/sendmail.el: Doc fixes.
3092 (sendmail-send-it): Fix the non-ASCII regexp and use
3093 rfc2047-encode-string.
3094
61076b20
DL
3095 * dired.el, dired-aux.el: Revert last change.
3096
6c317bd2
GM
30972001-01-26 Gerd Moellmann <gerd@gnu.org>
3098
3099 * makefile.w32-in (DONTCOMPILE): Add various term files.
3100
31012001-01-26 Dave Love <fx@gnu.org>
3102
3103 * Makefile.in (DONTCOMPILE): Add various term files.
3104
1c636b5f
GM
31052001-01-26 Gerd Moellmann <gerd@gnu.org>
3106
af900b23
GM
3107 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3108
15fa6db0 3109 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3110 the echo area is resized to fit the size of the startup message.
15fa6db0 3111
1c636b5f
GM
3112 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3113 part of which is a constant.
3114
9b1adbd5
EZ
31152001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3116
83c9cb8e 3117 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3118
103db06c 31192001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3120
3121 * simple.el (next-line): Don't let `newline' expand abbrevs.
3122 Simplify slightly.
3123 (open-line): Don't let `newline' expand abbrevs.
3124
219227ea
JW
31252001-01-25 John Wiegley <johnw@gnu.org>
3126
3127 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3128 to `repeat' in the :type field.
3129
3130 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3131 allow a choice of regexp or nil.
d2906bf8 3132 (pcomplete-dir-ignore): Same.
219227ea
JW
3133
3134 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3135 a command) to always fail.
3136
ceba0dac
GM
31372001-01-25 Gerd Moellmann <gerd@gnu.org>
3138
3139 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3140 discard the result.
3141 (iswitchb-to-end): Likewise.
3142
9b0630e5
SS
31432001-01-25 Sam Steingold <sds@gnu.org>
3144
3145 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3146 Require vc.
9b0630e5 3147
a2ed9670
SM
31482001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3149
f0c1adab
SM
3150 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3151
a2ed9670
SM
3152 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3153
34ac3367
DL
31542001-01-25 Dave Love <fx@gnu.org>
3155
61076b20
DL
3156 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3157 (describe-coding-system): Tweak the English text.
3158
34ac3367
DL
3159 * loadup.el: Preload international/ccl for utf-8.
3160
4685e6b7
EZ
31612001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3162
3163 * mail/rmail.el (rmail-redecode-body): Doc fix.
3164
0fdb4475
KH
31652001-01-25 Kenichi Handa <handa@etl.go.jp>
3166
83c9cb8e
SM
3167 * international/mule-cmds.el (reset-language-environment):
3168 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3169
83c9cb8e
SM
3170 * international/mule-conf.el (coding-category-utf-8):
3171 Initialize to mule-utf-8.
0fdb4475 3172
9b0630e5 3173 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3174
3175 * international/utf-8.el: New file.
3176
245ed2b1
SM
31772001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3178
3179 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3180
e95b0c08
SS
31812001-01-24 Sam Steingold <sds@gnu.org>
3182
3183 * dired.el (dired-replace-in-string): Removed.
3184 (dired-sort-toggle): Use `replace-regexps-in-string'
3185 instead of `dired-replace-in-string'.
9b0630e5 3186
ceba0dac
GM
3187 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3188 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3189
e95b0c08
SS
3190 * gs.el (gs-replace-in-string): Removed.
3191 (gs-options): Use `replace-regexps-in-string'
3192 instead of `gs-replace-in-string'.
3193
c3902c3e
EZ
31942001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3195
3196 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3197 bug report is mailed to an email list and posted to a news group.
3198
b66b6aeb
GM
31992001-01-24 Gerd Moellmann <gerd@gnu.org>
3200
83c9cb8e
SM
3201 * comint.el (comint-replace-by-expanded-history-before-point):
3202 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3203
b66b6aeb
GM
3204 * startup.el (tool-bar-images-pixel-height): New variable.
3205 (command-line): After loading the user's init file, when
3206 tool-bar-mode is on, increase the frame's size by some lines for
3207 the tool-bar.
3208
3209 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3210
ff890e66
SZ
32112001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3212
3213 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3214 (chinese-big5): MIME:Big5.
3215
04363179
GM
32162001-01-24 Gerd Moellmann <gerd@gnu.org>
3217
e95b0c08 3218 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3219 Handle commands with prefix args.
3220
d56aaa64
GM
32212001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3222
3223 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3224 being a list of numbers.
3225 (diary-mail-entries): Rewritten.
3226
99858627
DL
32272001-01-23 Dave Love <fx@gnu.org>
3228
7aeb1fa9
DL
3229 * international/mule.el (make-coding-system): Fix typo.
3230
83c9cb8e
SM
3231 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3232 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3233
5a43decf
EZ
32342001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3235
3236 * font-lock.el (font-lock-mode): Doc fix.
3237
b0e98867
KH
32382001-01-23 Kenichi Handa <handa@etl.go.jp>
3239
3240 * international/mule.el (make-translation-table): Fix docstring.
3241
9c8acefd
EZ
32422001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3243
fd4976b8
EZ
3244 * mail/rmail.el (rmail-redecode-body): New function.
3245
9c8acefd
EZ
3246 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3247
871e0439
GM
32482001-01-22 Gerd Moellmann <gerd@gnu.org>
3249
21c2bbe0
GM
3250 * isearch.el (isearch-lazy-highlight-case-fold-search)
3251 (isearch-lazy-highlight-regexp): New variables.
3252 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3253 case-fold search or regexp search has been toggled.
3254
5710730c
GM
3255 * wid-edit.el (widget-button-click): Avoid a save-excursion
3256 around running a global binding.
3257
871e0439
GM
3258 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3259 to 0.25.
3260
d0554957
MB
32612001-01-20 Miles Bader <miles@gnu.org>
3262
3263 * cus-edit.el (custom-face-save): Do post-processing on the face's
3264 new value like `custom-face-set' does.
3265
1519f618
EZ
32662001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3267
ccd87890
EZ
3268 * mail/emacsbug.el (report-emacs-bug): Report the value of
3269 LC_CTYPE, not LC_TYPE.
3270
1519f618
EZ
3271 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3272 isearch-toggle-regexp and isearch-edit-string to doc string.
3273
9724173b
GM
32742001-01-19 Gerd Moellmann <gerd@gnu.org>
3275
48bb9196
GM
3276 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3277 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3278
e95b0c08 3279 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3280 font-lock-beginning-of-syntax-function to nil.
3281
dc81f8a2
EZ
32822001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3283
3284 * mail/emacsbug.el (report-emacs-bug): Report values of
3285 locale-coding-system, default-enable-multibyte-characters, and the
3286 environment variables LC_ALL, LC_TYPE, and LANG.
3287
99327974
GM
32882001-01-19 Gerd Moellmann <gerd@gnu.org>
3289
83c9cb8e 3290 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3291
2be6ecc6
GM
3292 * font-lock.el (font-lock-multiline): Default to nil.
3293 (font-lock-default-fontify-region): If font-lock-multiline is
3294 nil, don't check the property `font-lock-multiline'.
3295
99327974
GM
3296 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3297 is nil, don't check the `font-lock-multiline' text property.
3298
2550055a
MK
32992001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3300
0a949811 3301 * viper.el: Call initial-major-mode on startup.
e95b0c08 3302
0a949811 3303 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3304
8501998a 3305 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3306
2550055a 33072001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3308
0a949811 3309 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3310 diff mode, if available.
e95b0c08 3311
0a949811 33122001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3313
8501998a 3314 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3315
2550055a
MK
3316 * ediff-init.el (subst-char-in-string): Define and use it, unless
3317 it's already defined.
e95b0c08 3318
8962e303
GM
33192001-01-18 Gerd Moellmann <gerd@gnu.org>
3320
3321 * tooltip.el (tooltip-hide-delay): New user-option.
3322 (tooltip-show): Use tooltip-hide-delay instead of the default.
3323
6b453381
KH
33242001-01-18 Kenichi Handa <handa@etl.go.jp>
3325
3326 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3327 kill-local-variable doesn't work for enable-multibyte-characters.
3328
9eaf396b
DL
33292001-01-17 Dave Love <fx@gnu.org>
3330
cebd37ce
DL
3331 * ediff-init.el (ediff-before-setup-hook)
3332 (ediff-merge-filename-prefix): Add :version.
3333
9eaf396b
DL
3334 * international/latin1-disp.el: Require disp-table.
3335 (latin1-display): Fix :set.
3336
3337 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3338
f864120f
GM
33392001-01-17 Gerd Moellmann <gerd@gnu.org>
3340
3341 * isearch.el (isearch-lazy-highlight-initial-delay)
3342 (isearch-lazy-highlight-interval): Default to 0.
3343
33442001-01-17 Bob Glickstein <bobg@zanshin.com>
3345
3346 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3347 1 here rather than each time through
3348 isearch-lazy-highlight-new-loop.
3349 (isearch-lazy-highlight-max): Variable deleted.
3350 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3351 isearch-lazy-highlight-max but controls a single invocation of
3352 isearch-lazy-highlight-update.
3353 (isearch-lazy-highlight-wrapped): Variable recreated.
3354 (isearch-lazy-highlight-window-start): New variable.
3355 (isearch-lazy-highlight-cleanup): Restored to behavior of
3356 before 2-Jan.
3357 (isearch-lazy-highlight-remove-overlays): Function deleted;
3358 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3359 behavior removed.
3360 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3361 isearch-lazy-highlight-update in a loop rather than just once.
3362 Test isearch-invalid-regexp here and decide not to start a new
3363 loop, rather than testing it each time through
3364 isearch-lazy-highlight-update.
3365 (isearch-lazy-highlight-search): Function restored.
3366 (isearch-lazy-highlight-update): Get called in a timer loop again,
3367 but this time highlight more than one match each time through.
83c9cb8e
SM
3368 Only highlight matches in the visible part of the window.
3369 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3370 the edge of the window. Use sit-for to force redisplay and ensure
3371 window-start is credible. "Face suppressing" behavior removed;
3372 overlay priorities should make it unnecessary, right?
3373 (isearch-highlight): Face suppressing behavior removed.
3374 (isearch-dehighlight): Face suppressing behavior removed.
3375 (isearch-set-lazy-highlight-faces-at): Removed.
3376
076ec540
KH
33772001-01-17 Kenichi Handa <handa@etl.go.jp>
3378
3379 * language/european.el ("Latin-1"): Make the format of description
3380 about additional language environments same as that of Latin-2.
3381
92328ec5
DL
33822001-01-16 Dave Love <fx@gnu.org>
3383
39f2174e
DL
3384 * isearch.el (isearch-lazy-highlight): Add :version.
3385
92328ec5
DL
3386 * simple.el (backward-delete-char-untabify-method)
3387 (next-line-add-newlines): Add :version.
3388
f251459d
GM
33892001-01-16 Gerd Moellmann <gerd@gnu.org>
3390
9d4850e5
GM
3391 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3392 Don't bind <delete> otherwise.
3393
3394 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3395 and <delete> via function-key-map.
3396
f251459d
GM
3397 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3398 Subject line only if point is after the `Subject:'.
3399
771ffcf7
KH
34002001-01-16 Kenichi Handa <handa@etl.go.jp>
3401
bda6b481
KH
3402 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3403 japanese-jisx0213-2 in `charset' property of this lang. env.
3404
35793af7
KH
3405 * language/european.el ("Latin-1"): Add description for Dutch and
3406 Spanish lang. env.
3407
771ffcf7
KH
3408 * international/mule.el (decode-char): Fix conditions.
3409 (encode-char): Handle eight-bit-control too.
1c8102ff 3410 (transform-make-coding-system-args): New function.
50c29104
KH
3411 (make-coding-system): Accept XEmacs style arguments for CCL base
3412 coding system.
771ffcf7 3413
e1cf67b6
GM
34142001-01-15 Gerd Moellmann <gerd@gnu.org>
3415
3416 * progmodes/etags.el (find-tag-noselect): Save the value of
3417 tags-file-name before switching buffers, for the case it has a
3418 buffer-local value.
3419
b3287acf
GM
34202001-01-15 Alex Schroeder <alex@gnu.org>
3421
9eaf396b
DL
3422 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3423 From Dave Love <fx@gnu.org>.
b3287acf
GM
3424 (ansi-color-for-comint-mode): Fix :version.
3425
34262001-01-15 Alex Schroeder <alex@gnu.org>
3427
3428 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3429
8d7ff9c8
EZ
34302001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3431
3432 * dired.el (dired-insert-directory): If file-system-info fails,
3433 remove the " free " part, but don't signal an error.
3434
dbe99ae9
SS
34352001-01-12 Sam Steingold <sds@gnu.org>
3436
3437 * bookmark.el (bookmark-maybe-historicize-string):
3438 Use new backquote syntax.
3439
103db06c 34402001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3441
3442 * subr.el (last): Handle a list that doesn't end in nil.
3443
ca2ddd8e
SS
34442001-01-12 Sam Steingold <sds@gnu.org>
3445
3446 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3447 to `backward-delete-char-untabify'.
3448
1751c874
DL
34492001-01-12 Dave Love <fx@gnu.org>
3450
3451 * cus-edit.el (customize-menu-create): Fix the :filter following
3452 easymenu change.
3453
3454 * wid-edit.el (function): Add :match-alternatives.
3455 (widget-color-action): Doc fix.
3456
3cccce8d
GM
34572001-01-12 Gerd Moellmann <gerd@gnu.org>
3458
3459 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3460
18bfd6b5
KH
34612001-01-12 Kenichi Handa <handa@etl.go.jp>
3462
83c9cb8e 3463 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3464
18bfd6b5
KH
3465 * international/ccl.el (define-ccl-program): Fix docstring.
3466
562e00da
DL
34672001-01-11 Dave Love <fx@gnu.org>
3468
14fd0da3
DL
3469 * international/mule-cmds.el (standard-display-european-internal):
3470 Set display table for 2208 as for 160.
3471
3472 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3473
562e00da
DL
3474 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3475 entry for custom-menu-create change.
3476 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3477 don't cons it in the search loop.
3478
3479 * imenu.el (imenu--truncate-items): Revert last change.
3480
6e961dcd
EZ
34812001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3482
3483 * info.el (Info-setup-header-line): If the node header includes
3484 either Next: or Prev: links, don't show the File: and Node: parts
3485 in the header line.
3486
2c2ff7f2
GM
34872001-01-11 Gerd Moellmann <gerd@gnu.org>
3488
a7ee2d2e
GM
3489 * comint.el (comint-goto-process-mark): Don't print a message
3490 when running in batch mode.
3491
c5348233
GM
3492 * isearch.el (isearch-search): In the condition-case handler for
3493 `error', set isearch-invalid-regexp to the whole error message.
3494
422717d1
GM
3495 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3496 ensure that eval-after-load works for files dumped with Emacs.
3497
3498 * help.el (load-symbol-file-load-history): New function extracted
3499 from function symbol-file.
3500 (symbol-file): Use it.
3501
83c9cb8e 3502 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3503
926861fb
EZ
35042001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3505
3506 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3507 behave as if there were no prefix argument.
3508 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3509 argument were nil.
3510
afa1f52c
RS
35112001-01-11 Richard M. Stallman <rms@gnu.org>
3512
ca2ddd8e 3513 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3514 Don't look for more potential matches once maximum is exceeded.
3515 Use overlays-in to check correctly for overlap with current match.
3516 Ignore empty matches.
3517
47a9f362
MB
35182001-01-11 Miles Bader <miles@gnu.org>
3519
3520 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3521 (ispell-overlay-window, ispell-help, ispell-show-choices)
3522 (ispell-command-loop): Use it instead of `window-height'.
3523
d196f58d
GM
35242001-01-10 Gerd Moellmann <gerd@gnu.org>
3525
cf523f0e
GM
3526 * files.el (confirm-kill-emacs): New user-option.
3527 (save-buffers-kill-emacs): Ask for final confirmation before
3528 killing Emacs.
3529
d196f58d
GM
3530 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3531 to nil.
3532
7c6c3d8e
GM
35332001-01-10 Dave Love <fx@gnu.org>
3534
1f8be15d
DL
3535 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3536
83c9cb8e 3537 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3538
3539 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3540
3541 * calculator.el (calculator-number-digits): Fix :type.
3542
0d5184de
DL
3543 * vc-cvs.el (vc-cvs-header): Fix :type.
3544 * vc-rcs.el (vc-rcs-header): Fix :type.
3545 * vc-sccs.el (vc-sccs-header): Fix :type.
3546
3547 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3548
7c6c3d8e
GM
3549 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3550
8c9f73a2
GM
3551 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3552
457b792c
GM
35532001-01-10 Gerd Moellmann <gerd@gnu.org>
3554
3555 * simple.el (set-variable): Force a thorough redisplay for the
3556 case that the variable has an effect on the display, like
3557 `tab-width' has.
3558
d2622d08
AS
35592001-01-10 Andre Spiegel <spiegel@gnu.org>
3560
3561 * vc.el: Add documentation for backend interface.
3562
ae4b5f4f
KH
35632001-01-10 Kenichi Handa <handa@etl.go.jp>
3564
e0844717
KH
3565 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3566
ae4b5f4f
KH
3567 * international/mule-conf.el (latin-extra-code-table): Set to t
3568 for \223 and \224.
3569
3184082b
KH
35702001-01-09 Kenichi Handa <handa@etl.go.jp>
3571
3572 * international/mule-cmds.el (locale-language-names): Map "es" to
3573 "Spanish" and "nl" to "Dutch".
3574
732b9cdd
GM
35752001-01-09 Gerd Moellmann <gerd@gnu.org>
3576
1dfca644
GM
3577 * bindings.el (global-map): Bind <home> to beginning-of-line,
3578 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3579 C-<end> to end-of-buffer.
3580
732b9cdd
GM
3581 * language/european.el: Add Dutch and Spanish language info
3582 to be able to use the appropriate tutorials.
3583
35842001-01-09 Alex Schroeder <alex@gnu.org>
3585
3586 * ansi-color.el (ansi-color-process-output): Use markers instead
3587 of positions for start and end of region.
3588 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3589 Previously, occasional mistakes happend when fontifying many
3590 chunks of output (eg. ls --color=yes /dev). This happened
3591 whenever an overlay was created up to the end of the region, which
3592 coincided with the process-mark. New text would then be added
3593 within that overlay instead of after it.
3594 (ansi-color-make-extent): Overlays are created with the property
3595 `modification-hooks' set to '(ansi-color-freeze-overlay).
3596 (ansi-color-freeze-overlay): New function. When inserting text at
3597 the end of the overlay, the overlay will resize.
3598
35992000-01-09 Alex Schroeder <alex@gnu.org>
3600
3601 * ansi-color.el (ansi-color-process-output): Doc change.
3602 (ansi-color-unfontify-region): Doc change. No longer installed
3603 automatically in font-lock-unfontify-region-function.
3604 (ansi-color-apply): Doc change.
3605 (ansi-color-apply-on-region): Use extents or overlays instead of
3606 text-properties.
3607 (ansi-color-make-extent): New function.
3608 (ansi-color-set-extent-face): New function.
3609
36102000-01-09 Alex Schroeder <alex@gnu.org>
3611
3612 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3613 both use ansi-color-process-output, now.
3614 (ansi-color-process-output): Doesn't return string anymore. It is
3615 installed in comint-output-filter-functions for both Emacs and
3616 XEmacs, now.
3617 (ansi-color-unfontify-region): Simplified code removing variables
3618 pos and start-ansi.
3619 (ansi-color-apply): Put text-property ansi-color before putting
3620 text-property face because ansi-color-unfontify-region is called
3621 immediately after the call to put-text-property.
3622 (ansi-color-context-region): Doc change.
3623 (ansi-color-filter-region): Simplified code.
3624 (ansi-color-apply-on-region): Changed start to start-marker, using
3625 a marker explicitly. Put text-property ansi-color before putting
3626 text-property face because ansi-color-unfontify-region is called
3627 immediately after the call to put-text-property.
3628
36292000-01-09 Alex Schroeder <alex@gnu.org>
3630
3631 * ansi-color.el (ansi-color-faces-vector): Doc change.
3632 (ansi-color-for-comint-mode): Changed :type property to choice.
3633 (ansi-color-last-context): Removed.
3634 (ansi-color-process-output): Don't use ansi-color-last-context, as
3635 the main functions will store their context now.
3636 (ansi-color-context): Doc change.
3637 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3638 Uses ansi-color-context such that repeated calls will strip
3639 partial escape sequences, too.
3640 (ansi-color-apply): Simplified code. Colorize end of string if
3641 face is not null. Store context in new (FACE STRING) format, such
3642 that repeated calls will strip partial escape sequences, too.
3643 Append faces to face property using ansi-color-apply-sequence such
3644 that cumulative mode actually works.
3645 (ansi-color-context-region): New variable.
3646 (ansi-color-filter-region): Rewrote it based on
3647 ansi-color-apply-on-region. Uses ansi-color-context-region such
3648 that repeated calls will strip partial escape sequences, too.
3649 (ansi-color-apply-on-region): Simplified code. Colorize end of
3650 region if face is not null. Store context in new (FACE POS)
3651 format, such that repeated calls will strip partial escape
3652 sequences, too. Append faces to face property using
83c9cb8e 3653 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3654 (ansi-color-apply-sequence): New function.
3655 (ansi-color-get-face): When the default face is added to the list
3656 of faces, all previous settings are discarded and the list of
3657 faces is set to '(default).
3658
36592000-01-09 Alex Schroeder <alex@gnu.org>
3660
3661 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3662 face, such that ansi-color-apply and ansi-color-apply-on-region
3663 will do the right thing.
3664 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3665 returns nil, set the list of faces back to nil instead of
83c9cb8e 3666 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3667
36682000-01-09 Alex Schroeder <alex@gnu.org>
3669
3670 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3671 (ansi-color-process): Doc change.
3672 (ansi-color-last-context): New buffer-local variable.
3673 (ansi-color-process-output): New function. It is automatically
3674 added to comint-output-filter-functions if this is XEmacs.
3675 (ansi-color-unfontify-region): New optional parameter for XEmacs
3676 compatibility. Check wether font-lock-syntactic-keywords is
3677 boundp before removing the syntax table text property, as XEmacs
3678 doesn't have it.
3679 (ansi-color-filter-region): Doc change.
3680 (ansi-color-apply-on-region): Doc change.
3681 (ansi-color-make-face): New function. Compatibility layer for
3682 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3683 (ansi-color-make-color-map): Use ansi-color-make-face.
3684 (ansi-color-get-face): Avoid face text property '(nil) as results
3685 in an errow for XEmacs.
3686
36872000-01-09 Alex Schroeder <alex@gnu.org>
3688
83c9cb8e
SM
3689 * ansi-color.el (ansi-color-unfontify-region): New function.
3690 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3691 ansi-color. When the package is loaded, a lambda expression is
3692 put onto font-lock-mode-hook. This lambda expression will check
3693 font-lock-unfontify-region-function and replace
83c9cb8e 3694 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3695 (ansi-color-apply): Add text-property ansi-color in addition to
3696 text-property face.
3697 (ansi-color-apply-on-region): Add text-property ansi-color in
3698 addition to text-property face.
3699 (save-buffer-state): Copy of the macro that is also used by
3700 lazy-lock and font-lock.
3701
3702 (ansi-color-for-comint-mode): New option.
3703 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3704 (ansi-color-for-comint-mode-off): Ditto.
3705 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3706 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3707 decide what to do. This function is added to
3708 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3709
3710 (ansi-color-for-shell-mode-set): Removed.
3711 (ansi-color-for-shell-mode): Removed.
3712
37132000-01-09 Alex Schroeder <alex@gnu.org>
3714
3715 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3716 the lambda expression from the ansi-color-for-shell-mode :set
3717 property. Additionally, modify shell-mode-hook to enable or
3718 disable font-lock-mode for future shell buffers.
3719 (ansi-color-for-shell-mode): The :set property calls
3720 ansi-color-for-shell-mode-set instead of a lambda expression.
3721
37222000-01-09 Alex Schroeder <alex@gnu.org>
3723
3724 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3725 (ansi-color-context): New variable.
3726 (ansi-color-apply): Save context between calls.
3727
fb55ff10
EZ
37282001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3729
83c9cb8e
SM
3730 * isearch.el (isearch, isearch-lazy-highlight-face):
3731 New definitions for face colors and attributes.
29910493 3732
fb55ff10
EZ
3733 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3734 of display-mouse-p.
3735
134d6265
KH
37362001-01-09 Kenichi Handa <handa@etl.go.jp>
3737
3738 * international/mule.el (make-coding-system): If the coding system
3739 accepts extra latin codes, register such codes as safe for the
3740 coding system.
3741
103db06c 37422001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3743
984c9f75
RS
3744 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3745 don't mention the file name or the date here, because they are
3746 logged at the start of the file.
3747
37482001-01-08 Richard M. Stallman <rms@gnu.org>
3749
78b8eee8
RS
3750 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3751 Change screen-width to frame-width.
3752
1460e5d4
EZ
37532001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3754
3755 * info.el (Info-search): Print the default as part of the prompt.
3756
56f24bc1
AS
37572001-01-08 Andre Spiegel <spiegel@gnu.org>
3758
ca2ddd8e 3759 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3760 constant implementations in backends.
3761
3762 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3763 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3764
3765 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3766 WRITABLE to EDITABLE.
3767
3768 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3769 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3770 to EDITABLE.
3771
b7812d30
EZ
37722001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3773
3774 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3775 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3776
7e56ea04
GM
37772001-01-08 Gerd Moellmann <gerd@gnu.org>
3778
3779 * isearch.el (isearch-old-signal-hook): Removed.
3780 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3781 instead of setting signal-hook-function.
3782 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3783
a758f97d
GM
37842001-01-08 Kevin Gallagher <kevingal@onramp.net>
3785
3786 * emulation/edt.el: Update to version 4.0. Provide support for
3787 EDT scroll margins at top and bottom of the window. Provide an
3788 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3789 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3790 user when file-related buffer modifications exist.
3791 Provide support for running EDT Emulation in XEmacs.
3792 Provide customize access to some user updatable variables.
3793 Add Commentary section to file header.
3794 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3795
3796 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3797 for detecting a keypress that generates an ASCII key sequence.
3798 (Previously, only a keypress that generates a vector was
3799 recognized.) Embed Window Manager name into name of the generated
3800 EDT Emulation initialization file since the initialization file is
3801 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3802
30db89f9
EZ
38032001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3804
4deb3ba9
EZ
3805 * mail/sendmail.el (mail-mode): Doc fix.
3806
30db89f9
EZ
3807 * info.el (Info-goto-emacs-command-node): Doc fix.
3808 (Info-goto-emacs-key-command-node): Doc fix.
3809
c3f2772b
EZ
38102001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3811
8726e79b 3812 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3813 systems without long file-name support.
3814
0dac6924
AI
38152001-01-06 Andrew Innes <andrewi@gnu.org>
3816
3817 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3818
4e6ef391
EZ
38192001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3820
380866a2
EZ
3821 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3822 (isearch-lazy-highlight-update): Doc fix.
3823
148b5960
EZ
3824 * ffap.el (ffap-bindings): Doc fix.
3825
4e6ef391
EZ
3826 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3827
4cb1bcc2
DL
38282001-01-05 Dave Love <fx@gnu.org>
3829
3830 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3831
3828218c
GM
38322001-01-05 Gerd Moellmann <gerd@gnu.org>
3833
83c9cb8e
SM
3834 * mouse-drag.el (mouse-drag-safe-scroll):
3835 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3836
1f4139d5
GM
3837 * isearch.el (isearch-old-signal-hook): New variable.
3838 (isearch-mode): Set signal-hook-function to isearch-done.
3839 (isearch-done): Restore old signal-hook-function.
3840
3828218c
GM
3841 * info.el (Info-fontify-node): Mark one more char as intangible.
3842
3970013f
KH
38432000-01-05 Kenichi Handa <handa@etl.go.jp>
3844
83c9cb8e
SM
3845 * composite.el (compose-last-chars): New argument COMPONENTS.
3846 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3847 COMPONENTS.
3848
3849 * international/quail.el (quail-input-string-to-events): New function.
3850 (quail-input-method): Convert input string to events here.
3851 (quail-start-translation): Return input string, not event list.
3852 (quail-start-conversion): Likewise.
3853
f3b05e99
GM
38542001-01-04 Gerd Moellmann <gerd@gnu.org>
3855
ca2ddd8e 3856 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3857 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3858 and tooltip-add-timeout.
3859 (tooltip-show): Set border color from faces's foreground.
3860 (tooltip-show-help-function): If called with the same help string
3861 as last time, do nothing.
3862 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3863
0f2ac578
GM
3864 * startup.el (fancy-splash-screens): Don't bind show-help-function
3865 to nil.
3866
f3b05e99
GM
3867 * tooltip.el (tooltip-frame-parameters): Remove colors.
3868 (tooltip): New face
3869 (tooltip-set-param): New function.
3870 (tooltip-show): Set up color frame parameters from face `tooltip'.
3871 Display the tooltip text in face `tooltip'.
3872
8416e94a
DL
38732001-01-04 Dave Love <fx@gnu.org>
3874
3875 * whitespace.el (whitespace-global-mode): Fix typo.
3876
3877 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3878
30db89f9
EZ
38792001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3880
83c9cb8e
SM
3881 * help.el (help-for-help): Fix a typo in a doc string.
3882 From kwzh@gnu.org (Karl Heuer).
30db89f9 3883
b847eb8c
DL
38842001-01-03 Dave Love <fx@gnu.org>
3885
3886 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3887 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3888 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3889 (dired-guess-shell-alist-user): Customize.
3890 (dired-x-help-address): Set to bug-gnu-emacs.
3891 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3892 (dired-default-directory): Renamed from default-directory.
3893
3894 * hl-line.el (hl-line): Doc fix.
3895
43c4b570
KF
38962001-01-03 Karl Fogel <kfogel@red-bean.com>
3897
1bf6b1bf 3898 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3899
984c9f75 39002001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3901
3902 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3903 to remove all the current alternative-match highlighting.
3904 If nil, remove only what's outside the current window.
3905 (isearch-lazy-highlight-remove-overlays): Take optional
3906 region within which NOT to remove them.
3907 (isearch-lazy-highlight-new-loop): Greatly simplified.
3908 (isearch-lazy-highlight-update): Find all the other occurrences
3909 visible in the window, in just one call.
3910 (isearch-lazy-highlight-start): Now holds start of region to scan.
3911 (isearch-lazy-highlight-end): Now holds end of region to scan.
3912 (isearch-lazy-highlight-wrapped): Variable deleted.
3913 (isearch-lazy-highlight-search): Function deleted.
3914
13d6a61c
AI
39152000-01-02 Andrew Innes <andrewi@gnu.org>
3916
3917 * w32-fns.el (convert-standard-filename): Do length check on name
3918 before aref.
3919
064866e7
DL
39202001-01-02 Dave Love <fx@gnu.org>
3921
b33e041b
DL
3922 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3923 value.
3924 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3925
3926 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3927
8166ffd5
DL
3928 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3929 read syntax.
3930
064866e7
DL
3931 * calendar/todo-mode.el (todo): Add :link, :version.
3932 (todo-save-top-priorities): Remove autoload cookie.
3933 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3934 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3935
6dde6abc
GM
39362001-01-02 Gerd Moellmann <gerd@gnu.org>
3937
3938 * comint.el (comint-input-history-ignore): New variable.
3939 (comint-read-input-ring): Ignore entries matching
3940 comint-input-history-ignore.
3941
1a8a9daf
GM
39422001-01-02 Eric M. Ludlam <zappo@gnu.org>
3943
3944 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3945 (lm-copyright-mark): New function.
3946 (lm-crack-copyright): New function.
3947 (lm-verify): Check that the file has a copyright.
3948 Check that the file is copyright Free Software Foundation.
3949
9c92eb53
KH
39502000-12-30 Kenichi Handa <handa@etl.go.jp>
3951
3952 * international/mule-diag.el (print-fontset): Indent font name by
3953 24 columns, not 25.
3954
49172314
GM
39552000-12-29 Gerd Moellmann <gerd@gnu.org>
3956
762a68ec
GM
3957 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3958 in Subject line.
3959
49172314 3960 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3961 Use mail-mode-hook instead of mail-setup-hook.
3962 Otherwise continuing an interrupted message with C-u C-x m for
3963 instance, winds up in Mail mode without abbrevs.
49172314 3964
bd7a2e26
GM
39652000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3966
3967 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3968 non-nil. Adding almost all customization variables on ps-setup.
3969 Doc fix.
bd7a2e26
GM
3970 (ps-print-version): New version number (6.3.3).
3971 (ps-end-with-control-d): Initialization fix.
3972 (ps-lines-printed): New var.
3973 (ps-skip-newline): New fun.
3974 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3975 (ps-next-line, ps-continue-line, ps-plot-region)
3976 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3977
2b3f28a4
KH
39782000-12-29 Kenichi Handa <handa@etl.go.jp>
3979
83c9cb8e
SM
3980 * international/fontset.el (x-complement-fontset-spec):
3981 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3982 registered in x-font-name-charset-alist.
3983 (create-fontset-from-fontset-spec): Adjusted for the above change.
3984 The name of fontset alias should be a unresolved ASCII font name.
3985
2ece9174
GM
39862000-12-28 Gerd Moellmann <gerd@gnu.org>
3987
3988 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3989 and delete in isearch-mode-map.
3990
cbe3ad7a
RS
39912000-12-28 Richard M. Stallman <rms@gnu.org>
3992
ca2ddd8e 3993 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3994 Use xpdf instead of acroread.
3995
a816f1c5
KH
39962000-12-28 Kenichi Handa <handa@etl.go.jp>
3997
f086e73c
KH
3998 * textmodes/artist.el (artist-butlast): Deleted.
3999 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4000 artist-butlast.
f086e73c 4001
a816f1c5
KH
4002 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4003
4004 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4005
b202115b
EZ
40062000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4007
4008 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4009
4010 * ls-lisp.el: Better support for the Mac and MS-Windows.
4011 (ls-lisp): New defgroup.
4012 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4013 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4014 (ls-lisp-support-shell-wildcards): New defcustoms.
4015 (ls-lisp-parse-symlink): New function.
4016 (insert-directory): Code to convert switches to a list and set up
4017 the wildcard argument copied from ls-lisp-insert-directory.
4018 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4019 for -C and -R switches.
4020 (ls-lisp-column-format): New function.
ca2ddd8e 4021 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4022 (ls-lisp-format-time): Add doc strings.
4023 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4024 Support ls-lisp-dirs-first.
4025 (ls-lisp-classify, ls-lisp-extension): New functions.
4026 (ls-lisp-format): Optionally support emulation of symlinks.
4027 Support -i, -s, and -G switches.
4028
6061fbf0
GM
40292000-12-27 Gerd Moellmann <gerd@gnu.org>
4030
5e25feee
GM
4031 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4032
6061fbf0
GM
4033 * version.el (emacs-version): Print X scroll bar information.
4034
4035 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4036 instead of x-toolkit-scroll-bars-p.
4037
4038 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4039 of x-toolkit-scroll-bars-p.
4040
25050dab
EZ
40412000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4042
83c9cb8e 4043 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4044 (ffap-bindings): Doc fix, to reflect the above change.
4045
c1786874
KH
40462000-12-27 Kenichi Handa <handa@etl.go.jp>
4047
4048 * term.el (term-char-mode): Define all non-ascii self-inserting
4049 characters to 'term-send-raw in term-raw-map.
4050
7261ece3 40512000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4052
83c9cb8e 4053 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4054
83c9cb8e
SM
4055 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4056 Changed initialization; use add-hook.
6061fbf0 4057 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4058
6061fbf0 4059 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4060
6061fbf0
GM
4061 * ediff.el (ediff-patch-buffer): Bug fix.
4062 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4063
83f40583
SM
40642000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4065
4066 * subr.el (combine-run-hooks): Remove.
4067
4068 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4069 and remove the rogue second spec.
4070
bdd6d4e8
GM
40712000-12-23 Gerd Moellmann <gerd@gnu.org>
4072
4073 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4074
26736ce3
SM
40752000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4076
0e86b6b0
SM
4077 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4078 Use minibuffer menu prompt for the `=' prefix.
4079 (smerge-command-prefix): Change default to C-^.
6eabfb26 4080 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4081
26736ce3
SM
4082 * skeleton.el (skeleton-internal-1): Make sure the first line of
4083 the region is also re-indented.
d21584d6
SM
4084 (skeleton-end-newline): New var.
4085 (skeleton-end-hook): Use it.
26736ce3 4086
95fa4fd7
MB
40872000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4088
4089 * comint.el (comint-password-prompt-regexp): Support CVS.
4090
f060b834
GM
40912000-12-22 Gerd Moellmann <gerd@gnu.org>
4092
83c9cb8e
SM
4093 * simple.el (delete-key-deletes-forward-mode): Simplify.
4094 Also backspace key combinations, depending on
856ff7a7
GM
4095 delete-key-deletes-forward.
4096
4097 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4098
f060b834
GM
4099 * simple.el (delete-key-deletes-forward): Doc fix.
4100
653558a1
GM
41012000-08-22 Emmanuel Briot <briot@gnat.com>
4102
4103 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4104 white spaces are relevant in the XML file.
653558a1
GM
4105 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4106 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4107 of XML files.
653558a1
GM
4108 (xml-parse-tag): Check that the casing is the same in the start
4109 tag and end tag, since XML is case-sensitive. Allows for spaces
4110 in the end tag, after the name of the tag.
4111 (xml-parse-attlist): Allow for the character '-' in the name of
4112 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4113 the properties in the XML tree, since they are not relevant.
653558a1 4114
3ad93d8d
SM
41152000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4116
4117 * generic.el (generic-read-type): Undo last change, inline into
4118 `generic-mode' and then remove.
4119 (generic-mode): Inline generic-read-type.
4120 (define-generic-mode): Push the symbol name rather than the symbol
4121 onto generic-mode-list.
4122
177f4e88
GM
41232000-12-21 Gerd Moellmann <gerd@gnu.org>
4124
8e15274f
GM
4125 * generic.el (generic-read-type): Build an alist for
4126 completing-read as in 20.7.
4127
4128 * play/landmark.el (lm): Use interactive spec `P'.
4129 (toplevel): Don't set debug-on-error.
4130
83c9cb8e 4131 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4132
6ba384dc
GM
41332000-12-21 Dave Pearson <davep@davep.org>
4134
4135 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4136
647a066c
GM
41372000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4138
4139 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4140 ranges like \177-\237, but accepts the character sequence from \177 to
4141 \237. Doc fix.
4142 (ebnf-version): New version (3.4).
4143 (ebnf-setup): Code fix.
4144 (ebnf-range-regexp): New fun.
4145 (ebnf-8-bit-chars): Const fix.
4146
4147 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4148 entry. Doc fix.
4149 (ebnf-bnf-lex): Code fix.
4150 (ebnf-bnf-comment-chars): Const fix.
4151
4152 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4153 entry. Doc fix.
4154 (ebnf-iso-comment-chars): Const fix.
4155
4156 * ebnf-otz.el: Doc fix.
4157
4158 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4159 entry. Doc fix.
4160 (ebnf-yac-skip-code): Code fix.
4161 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4162
bc22fd18
EZ
41632000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4164
4165 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4166 (recover-file): Use it instead of insert-directory.
4167 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4168
587fc3f9
KH
41692000-12-21 Kenichi Handa <handa@etl.go.jp>
4170
83c9cb8e
SM
4171 * international/mule-cmds.el (select-safe-coding-system):
4172 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4173
587fc3f9
KH
4174 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4175
01860fb9
MB
41762000-12-21 Miles Bader <miles@gnu.org>
4177
83c9cb8e 4178 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4179
3f9d67a6
KH
41802000-12-21 Kenichi Handa <handa@etl.go.jp>
4181
9fd1c1f7
KH
4182 * international/mule-diag.el (describe-char-after): Make *Help*
4183 buffer inherit multibyteness of the current buffer.
4184
3f9d67a6
KH
4185 * international/mule.el (make-char): Docstring adjusted for the
4186 change of make-char-internal.
4187
c9669fac
SM
41882000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4189
4190 * international/iso-cvt.el: Docstrings fix.
4191
19594307
DL
41922000-12-20 Dave Love <fx@gnu.org>
4193
4194 * subr.el (eval-after-load): Doc fix.
4195
b1a447b3
KH
41962000-12-20 Kenichi Handa <handa@etl.go.jp>
4197
4198 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4199 for numbers.
4200
09877d5d
MB
42012000-12-20 Miles Bader <miles@gnu.org>
4202
4203 * international/quail.el (quail-help): Resize the help window
4204 again after it has all its contents. Remove unneeded progn.
4205
71d4497a
GM
42062000-12-19 Gerd Moellmann <gerd@gnu.org>
4207
4208 * pcmpl-linux.el: Fix copy/paste error.
4209
741e56a0
AI
42102000-12-19 Andrew Innes <andrewi@gnu.org>
4211
83c9cb8e 4212 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4213
cc24d91c
CD
42142000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4215
ba4c05aa
CD
4216 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4217
4218 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4219
4220 * progmodes/idlw-shell.el: Fixed copyright notice.
4221
4222 * progmodes/idlwave.el: Fixed copyright notice.
4223
71d4497a 4224 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4225 TAB as key separators.
4226
524c8caf
GM
42272000-12-19 Alex Schroeder <alex@gnu.org>
4228
4229 * sql.el (sql-sybase-options): New option.
4230 (sql-sybase): Use it. Add sql-database to the list of parameters
4231 provided for login. The options -w 2048 -n are not used any more.
4232 (sql-postgres-options): Changed default from "--pset" to "-P".
4233 (sql-mysql-options): Doc change.
4234 (sql-stop): Doc change.
4235
b5fa513d
KH
42362000-12-19 Kenichi Handa <handa@etl.go.jp>
4237
4238 * international/quail.el (quail-input-method): Always hide
4239 the guidance buffer on exiting.
4240
91c9e6ce
GM
42412000-12-18 Gerd Moellmann <gerd@gnu.org>
4242
c6da4eb4
GM
4243 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4244 isn't fboundp.
4245
3d2a0e0b
GM
4246 * server.el (server-buffer-done): Bury the buffer before
4247 killing it.
4248
91c9e6ce
GM
4249 * faces.el (face-spec-set): Interpret a nil in specs for
4250 foreground and background colors as `unspecified', for
4251 compatibility with 20.x.
4252
40fa0008
DL
42532000-12-18 Dave Love <fx@gnu.org>
4254
22adbe54
DL
4255 * simple.el (mail-user-agent): Doc fix.
4256 (input-mode-8-bit): Removed.
4257
4258 * international/mule.el (set-keyboard-coding-system): Doc fix.
4259 (keyboard-coding-system): New option.
4260
40fa0008
DL
4261 * mail/sendmail.el (send-mail-function): Customize.
4262
6f4745e2
EZ
42632000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4264
4265 * international/codepage.el (cp866-decode-table): New table.
4266
82b90229
GM
42672000-12-18 Gerd Moellmann <gerd@gnu.org>
4268
4269 * version.el (emacs-version): Remove `%a' from the time format
4270 because the weekday doesn't fit well into each locale.
4271
5a047002
MB
42722000-12-18 Miles Bader <miles@gnu.org>
4273
7f49aa07
MB
4274 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4275
ca2ddd8e 4276 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4277 Check that emacs-major-version is `=' to 20, not `>='.
4278 (artist-replace-chars): Use `make-string' instead of a loop.
4279
22ea2607
EZ
42802000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4281
4282 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4283 (cvs-execute-single-file): Don't change directory.
4284 Patch from Per Cederqvist.
4285
6c825f8e
EZ
42862000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4287
83c9cb8e
SM
4288 * textmodes/ispell.el (check-ispell-version):
4289 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4290 of -vv.
4291
8ff06845
KH
42922000-12-16 Kenichi Handa <handa@etl.go.jp>
4293
af4bb4c8
KH
4294 * international/mule-diag.el (mule-diag): Insert information about
4295 configure options, multibyte awareness, language env.
4296
8ff06845
KH
4297 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4298 regexp to search for candidates.
4299
b24e84ab
EZ
43002000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4301
4302 * info.el (Info-forward-node): If the node has an
4303 Info-header-line, widen the buffer before searching for "next:"
4304 and "up:" pointers, and set the search limit to stay in the
4305 current node.
4306
7981d89f
MB
43072000-12-16 Miles Bader <miles@gnu.org>
4308
4309 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4310
88ee7917
MB
43112000-12-15 Miles Bader <miles@gnu.org>
4312
4313 * comint.el (comint-send-string, comint-send-region): Also accept
4314 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4315 process-send-string/region.
4316
0c28d842
GM
43172000-12-15 Gerd Moellmann <gerd@gnu.org>
4318
4ea7fdca
GM
4319 * isearch.el (isearch-lazy-highlight-max): New user-option.
4320 (isearch-lazy-highlight-update): Don't highlight more than
4321 isearch-lazy-highlight-max matches.
4322
0c28d842
GM
4323 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4324
984c9f75 43252000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4326
8062e53a
GM
4327 * sort.el (sort-columns): Fix error message.
4328
3ffa545b
GM
4329 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4330 `upcase' or `downcase' or nil.
4331 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4332 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4333 (dabbrev--substitute-expansion): New arg record-case-pattern.
4334 If it is non-nil, set dabbrev--last-case-pattern.
4335 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4336
4337 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4338
c2d7f289
MB
43392000-12-15 Miles Bader <miles@gnu.org>
4340
b6348438
MB
4341 * paths.el (Info-default-directory-list): Don't delete
4342 configure-info-directory from the list of standard info
83c9cb8e 4343 directories when appending it to the end -- their order is important.
b6348438 4344
f9056dd9
MB
4345 * faces.el (read-face-attribute): If there's no entry for the
4346 user's input in VALID, just use it as-is (this will often result
4347 in an error, but it may be OK for e.g. colors using hexadecimal
4348 notation, and at least will yield a better error message).
4349
c2d7f289 4350 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4351 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4352 Variables removed.
4353 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4354 window is really the right size. Use vertical-motion
4355 rather than forward-line.
4356 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4357 (ispell-command-loop, ispell-show-choices): Use the variable
4358 ispell-choices-win-default-height, rather than the function.
4359 (ispell-choices-win-default-height): Function removed.
4360 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4361
8f530b95
SM
43622000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4363
4364 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4365
6d435deb
EZ
43662000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4367
83c9cb8e
SM
4368 * paths.el (Info-default-directory-list):
4369 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4370 put it first in the list; otherwise put it last. Doc string
4371 changed accordingly.
4372
4373 * info.el (Info-directory-list): Change doc string to reflect the
4374 change in Info-default-directory-list.
4375
6d435deb
EZ
4376 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4377 windows-nt as windowed environments, even under -nw.
4378
4379 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4380 if not fboundp. Switch delete-forward mode for the <delete> key
4381 on all PC platforms, even under -nw.
4382
4383 * term/internal.el ([M-delete]): Remap to M-d.
4384
9d7d9263
GM
43852000-12-14 Gerd Moellmann <gerd@gnu.org>
4386
4387 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4388
7cf0153a
EZ
43892000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4390
4391 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4392
5e5b3d41
GM
43932000-12-14 Gerd Moellmann <gerd@gnu.org>
4394
5f368d29
GM
4395 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4396 if appropriate.
4397
4398 * simple.el (delete-key-deletes-forward): New user-option.
4399 (delete-key-deletes-forward-mode): New function.
4400
9d7d9263 4401 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4402
83c9cb8e
SM
4403 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4404 Test if symbol is bound before getting its value.
5e5b3d41
GM
4405
4406 * tooltip.el (tooltip-show): If an error is signaled in
4407 x-show-tip, display that error, and display the help in the
4408 echo area.
ca2ddd8e 4409
191b83b6
KH
44102000-12-14 Kenichi Handa <handa@etl.go.jp>
4411
83c9cb8e
SM
4412 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4413 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4414
6192b604
KF
44152000-12-13 Karl Fogel <kfogel@red-bean.com>
4416
4417 * bookmark.el: Provide a generic exit hook, as suggested by
4418 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4419 (bookmark-exit-hook): New var.
4420 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4421 old raw lambda form in `kill-emacs-hook', and runs new
4422 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4423 as logically that feature must have been provided if this function
4424 is running.
4425 Removed ;;;###autoload before the `add-hook' call.
4426
5edf6b55
SM
44272000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4428
4429 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4430 (easy-menu-current-active-maps): New function.
4431 (easy-menu-get-map): Use it.
4432 Make a proper menu entry when creating a new keymap.
4433
16b5e8e6
KH
44342000-12-13 Kenichi Handa <handa@etl.go.jp>
4435
d49fc4eb
KH
4436 * international/characters.el: Fix cases and syntaxes for
4437 mule-unicode-0100-24ff.
4438
3b53d876
KH
4439 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4440 that a Japanese character is not appended after day and year.
4441
16b5e8e6
KH
4442 * info.el (Info-suffix-list): Change format for a command that
4443 requires arguments.
4444 (info-insert-file-contents): Adjusted for the above change.
4445
1df1c518
AS
44462000-12-12 Andreas Schwab <schwab@suse.de>
4447
4448 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4449 on the name of the tar buffer. Verify that the existing buffer is
4450 visiting the same subfile.
4451
a7a07b98
DL
44522000-12-12 Dave Love <fx@gnu.org>
4453
4454 * subdirs.el: Add obsolete.
4455
4fdbd809
GM
44562000-12-12 Gerd Moellmann <gerd@gnu.org>
4457
bfdb75ee
GM
4458 * mail/rmailsum.el (rmail-summary-expunge)
4459 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4460 instead of rmail-confirm-expunge.
4461
4fdbd809
GM
4462 * replace.el (perform-replace): Don't use an empty match adjacent
4463 to a non-empty match when computing the next match before the
4464 replacement is performed.
4465
e9a59cad
GM
44662000-12-12 Milan Zamazal <pdm@freesoft.cz>
4467
4468 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4469 definition (patch by Stefan Monnier).
4470 (glasses-mode): Use jit-lock instead of `after-change-functions'
4471 (patch by Stefan Monnier).
4472
c2def7a0
MB
44732000-12-12 Miles Bader <miles@gnu.org>
4474
4475 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4476 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4477
591b63b4
AC
44782000-12-12 Andrew Choi <akochoi@i-cable.com>
4479
4480 * term/mac-win.el: Remove load for ls-lisp.
4481
a924cf63 4482 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4483
5ff4ba3d
MB
44842000-12-12 Miles Bader <miles@gnu.org>
4485
4486 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4487 Respect field end too.
4488 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4489 (newline-and-indent, reindent-then-newline-and-indent):
4490 Use `delete-horizontal-space'.
5ff4ba3d 4491
d0c679bc
SM
44922000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4493
adf9c994
SM
4494 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4495 (so as to obey the field property in the minibuffer).
4496
4b0cd42d
SM
4497 * obsolete/c-mode.el: Moved from lisp/progmodes.
4498 * obsolete/auto-show.el: Moved from lisp.
4499 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4500
89f85863
CD
45012000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4502
4503 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4504 changes to list them here.
89f85863 4505
83c9cb8e
SM
4506 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4507 Too many changes to list them here.
89f85863 4508
83c9cb8e
SM
4509 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4510 Too many changes to list them here.
89f85863
CD
4511
4512 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4513
3e0d35ce
GM
45142000-12-11 Gerd Moellmann <gerd@gnu.org>
4515
83c9cb8e 4516 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4517
ca2ddd8e 4518 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4519 Comment fix.
4520
3e0d35ce
GM
4521 * hscroll.el: Moved to `obsolete' subdir.
4522
ff904dd6
MB
45232000-12-11 Miles Bader <miles@gnu.org>
4524
4525 * window.el (window-text-height): Function removed (now in C).
4526
fb97d87f
SM
45272000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4528
4529 * log-edit.el (log-edit-parent-buffer): New var.
4530 (log-edit): Set it. Add BUFFER argument.
4531 (log-edit-done): Use char-before.
4532 Don't bother checking validity of vc-comment-ring.
4533 Only bury the buffer if log-edit popped it up.
4534
4535 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4536 (cvs-mode-diff-help): Remove.
4537 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4538 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4539
4540 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4541 Remove binding for ? now made unnecessary.
4542
7de77417
CD
45432000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4544
83c9cb8e 4545 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4546 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4547
4548 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4549 when master file is not open.
4550
4efa209f
SM
45512000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4552
4553 * progmodes/ada-stmt.el: Update `maintainer'.
4554
0a8052bd
GM
45552000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4556
4557 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4558 choices to match documentation string.
4559
a12167c5
MB
45602000-12-09 Miles Bader <miles@gnu.org>
4561
2161605d
MB
4562 * minibuf-eldef.el: New file.
4563
a12167c5
MB
4564 * window.el (fit-window-to-buffer): Don't pass last argument to
4565 pos-visible-in-window-p, now that its meaning is inverted.
4566
9ea8de1b
EZ
45672000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4568
4569 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4570 <ceder@lysator.liu.se>.
4571
5002ddbb
SM
45722000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4573
b6114d80
SM
4574 * autoinsert.el (auto-insert-alist): Add missing final \n.
4575
ee8d23ee
SM
4576 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4577 (cvs-menu-map): Remove.
4578 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4579 (cvs-mode-quit): Turn it back into a plain function.
4580
5002ddbb 4581 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4582 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4583
4584 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4585 file where it's more visible.
4586 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4587 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4588 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4589 (texinfo-inside-macro-p): Only catch `scan-error's.
4590 (texinfo-inside-env-p): Make better use of the match info.
4591 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4592 (texinfo-insert-@end): Slight re-organization.
4593 Also remove useless `looking-at' call.
4594
30cd075d
AI
45952000-12-08 Andrew Innes <andrewi@gnu.org>
4596
4597 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4598 accessible in -nw mode.
4599
4600 * term/w32-win.el: Remove stuff about selection timeout, which is
4601 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4602 it is accessible in -nw mode.
4603
01b91009
DL
46042000-12-08 Dave Love <fx@gnu.org>
4605
83c9cb8e
SM
4606 * emacs-lisp/lisp-mode.el (lisp-mode):
4607 Set font-lock-keywords-case-fold-search.
01b91009 4608
842b2a94
GM
46092000-12-08 Gerd Moellmann <gerd@gnu.org>
4610
4611 * textmodes/ispell.el (ispell): Doc fix.
4612
f9d5f611
KH
46132000-12-08 Kenichi Handa <handa@etl.go.jp>
4614
4615 * international/quail.el (quail-insert-decode-map): Check the
4616 frame width of a window displaying the current buffer, not that of
4617 the selected frame.
4618 (quail-help): Make sure that the help buffer has window before
4619 inserting text in it.
4620
e04d21aa
SS
46212000-12-07 Sam Steingold <sds@gnu.org>
4622
4623 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4624 Backquote is used in isearch.el, so autoloading saves nothing.
4625
fc3e23a4
EZ
46262000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4627
83c9cb8e
SM
4628 * startup.el (normal-top-level-add-subdirs-to-load-path):
4629 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4630
fc3e23a4
EZ
4631 * dired.el (dired-insert-directory): If file-system-info is
4632 fboundp, call it instead of invoking dired-free-space-program.
4633
796ecd10
GM
46342000-12-07 Gerd Moellmann <gerd@gnu.org>
4635
0f5f7c3e
GM
4636 * server.el (server-visit-files): Push files on file-name-history.
4637
3764ba49
GM
4638 * progmodes/cc-langs.el: Update copyright.
4639
8e7931da
GM
4640 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4641
ae0d7485 4642 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4643
796ecd10
GM
4644 * bindings.el (mode-line-mode-menu): Reverse the order
4645 of define-keys so that the menu appears in alphabetical order.
4646
ae0d7485
GM
46472000-12-07 Milan Zamazal <pdm@freesoft.cz>
4648
4649 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4650 of the function.
4651
e2849090
DL
46522000-12-07 Dave Love <fx@gnu.org>
4653
4654 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4655
4656 * facemenu.el (facemenu-unlisted-faces): Fix value.
4657
5c7f629c
SM
46582000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4659
4660 * font-lock.el (font-lock-default-fontify-region):
4661 Include the terminating \n (off-by-one error).
4662 (font-lock-set-defaults): Use dolist.
4663
4664 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4665
73481ae3
KH
46662000-12-07 Kenichi Handa <handa@etl.go.jp>
4667
83c9cb8e
SM
4668 * international/mule-cmds.el (describe-language-environment):
4669 Fix for the case that an input method title is not string but a list.
ffbaa122 4670
73481ae3
KH
4671 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4672 of wrong SIZE record.
4673
e2896b22
DL
46742000-12-06 Dave Love <fx@gnu.org>
4675
67292061
DL
4676 * newcomment.el (comment-region, comment-dwim): Doc fix.
4677
4678 * textmodes/texinfo.el: Require tex-mode when compiling.
4679 (texinfo-update-node): Doc fix.
4680 (texinfo-imenu-generic-expression): Add @anchor.
4681 (texinfo-font-lock-keywords): Add @uref.
4682 (texinfo-inside-macro-p): Don't use ignore-errors.
4683 (texinfo-insert-quote): Match more contexts.
4684
e76938e7
DL
4685 * international/mule.el (decode-char, encode-char): Doc fix.
4686 (auto-coding-alist): Customize.
4687
4688 * files.el (load-file): Fix change of 2000-03-12.
4689
e2896b22
DL
4690 * wid-edit.el (widget-text-keymap): Doc fix.
4691
6610f4b2
AI
46922000-12-06 Andrew Innes <andrewi@gnu.org>
4693
4694 * makefile.w32-in (lisp): Set to an absolute directory, namely
4695 $(CURDIR).
4696
9e3366e4
EZ
46972000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4698
4699 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4700 read generated-autoload-file, and set buffer-file-coding-system to
4701 raw-text-unix after reading the file.
4702
83c9cb8e
SM
4703 * international/mule-conf.el (file-coding-system-alist):
4704 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4705
d94d636f
GM
47062000-12-06 Gerd Moellmann <gerd@gnu.org>
4707
384333ee
GM
4708 * replace.el (occur): Make line-number-width 1 smaller for the
4709 colon following the line number.
4710
83c9cb8e
SM
4711 * startup.el (fancy-splash-text, command-line-1):
4712 Use `File' for the menu name instead of `Files'.
e04d21aa 4713
d4b72d58
GM
4714 * tmm.el: Update copyright.
4715
d94d636f
GM
4716 * cus-start.el: Add entry for even-window-heights.
4717
6e424019
MB
47182000-12-06 Miles Bader <miles@gnu.org>
4719
4720 * faces.el (frame-set-background-mode): Avoid stomping on
4721 locally modified faces.
4722
e6477b58
KH
47232000-12-06 Kenichi Handa <handa@etl.go.jp>
4724
4725 * international/fontset.el: Correct the font registries for
4726 japanese-jisx0213-1 and japanese-jisx0213-2.
4727
21999ab9
GM
47282000-12-05 Gerd Moellmann <gerd@gnu.org>
4729
57d6e381
GM
4730 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4731
21999ab9
GM
4732 * iswitchb.el: Update customization commentary.
4733
7422819c
GM
47342000-12-05 Rob Riepel <riepel@Stanford.EDU>
4735
4736 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4737 (tpu-search-highlight): Fixed comparison of overlay end positions.
4738 (tpu-trim-line-ends): Implemented trimming logic locally.
4739
4740 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4741 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4742
73daff18
KH
47432000-12-05 Kenichi Handa <handa@etl.go.jp>
4744
4745 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4746 to cn-gb.
4747 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4748
6a4cd002
DL
47492000-12-04 Dave Love <fx@gnu.org>
4750
4751 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4752
6452929e
GM
47532000-12-04 Gerd Moellmann <gerd@gnu.org>
4754
e04d21aa 4755 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4756 (rmail-summary-expunge-and-save): Ask for confirmation with
4757 rmail-expunge-confirmed.
4758
4759 * mail/rmail.el (rmail-expunge-confirmed): New function.
4760 (rmail-expunge): Use it.
4761
1790abf4
FP
47622000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4763
0c68ce6f 4764 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4765 (etags-recognize-tags-table, find-tag-in-order):
4766 New functionality: interpret file names as tags.
e04d21aa 4767
7a53d8c8
EZ
47682000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4769
4770 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4771 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4772 the first subnode until the bottom of the current node is visible.
7a53d8c8 4773
caa15ef7
GM
47742000-12-04 Gerd Moellmann <gerd@gnu.org>
4775
4776 * format.el (format-decode): Don't change buffer's undo list.
4777
e225faa7
KH
47782000-12-04 Kenichi Handa <handa@etl.go.jp>
4779
4780 * faces.el (face-font-registry-alternatives): Add entries for CJK
4781 fonts. Doc-string adjusted for the actual usage of this data.
4782
4783 * international/fontset.el: Change the font registries for CJK
4784 fonts in the default fontset. Don't append '*' to registries.
4785
8b262a65
SM
47862000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4787
e04d21aa 4788 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4789 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4790
4791 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4792 (derived-mode-p): New function.
4793 (derived-mode-make-docstring): Add `docstring' argument.
4794 Use it if available and complete it if necessary.
4795
33c4460b
AS
47962000-12-03 Andreas Schwab <schwab@suse.de>
4797
4798 * type-break.el (type-break): Don't make parent of itself.
4799
5c9b3fac
MB
48002000-12-03 Miles Bader <miles@gnu.org>
4801
4802 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4803
27ce741e
SM
48042000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4805
07c16ec4
SM
4806 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4807 (tex-main-file, tex-file): Simplify.
4808 (tex-generate-zap-file-name): Use subst-char-in-string.
4809 (tex-strip-dots): Remove.
4810
c19cc275
SM
4811 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4812
27ce741e
SM
4813 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4814 to check if the match succeeded.
4815
285991dc
GM
48162000-12-02 Gerd Moellmann <gerd@gnu.org>
4817
4818 * startup.el (use-fancy-splash-screens-p): New function.
4819 (command-line-1): Use it to determine whether or not to use
4820 a fancy splash screen.
4821
52dca1b2
AS
48222000-12-02 Andreas Schwab <schwab@suse.de>
4823
4824 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4825
d3e7e7cf
EZ
48262000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4827
2dce2360
EZ
4828 * international/mule.el (make-char): Fix last change.
4829
9768eaa7
EZ
4830 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4831 New defcustoms.
4832 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4833 autoloading tex-mode; instead, do the same manually.
4834 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4835 with numeric argument. Docstring fix.
4836 (toplevel): Require cl when compiling.
e04d21aa 4837
285991dc 4838 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4839
0dd5e255
JR
48402000-12-02 Jason Rumney <jasonr@gnu.org>
4841
4842 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4843 the Emacs Lisp manual)
4844
fbb87147
EZ
48452000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4846
5cbb3e93
EZ
4847 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4848
fbb87147
EZ
4849 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4850 the Emacs Lisp manual).
4851
1636ca09
GM
48522000-12-02 Gerd Moellmann <gerd@gnu.org>
4853
4854 * simple.el (next-line-add-newlines): Change default to nil.
4855
68875f0e
EZ
48562000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4857
83c9cb8e
SM
4858 * files.el (revert-buffer, recover-file):
4859 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4860
fd9ac94c
GM
48612000-12-01 Gerd Moellmann <gerd@gnu.org>
4862
4863 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4864
45450dd5
MB
48652000-12-01 Miles Bader <miles@gnu.org>
4866
4867 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4868
09df8881
KH
48692000-12-01 Kenichi Handa <handa@etl.go.jp>
4870
4871 * international/mule-diag.el (describe-char-after): Fix typo.
4872 (describe-character-set, non-iso-charset-alist): Fix typo.
4873
dea0a87d
MB
48742000-12-01 Miles Bader <miles@gnu.org>
4875
b170205b
MB
4876 * image-file.el (image-file-name-regexp): Automatically add
4877 upper-case variants of each filename extension in
4878 `image-file-name-extensions', since they seem to be common.
4879
e04d21aa 4880 * simple.el (minibuffer-contents)
dea0a87d
MB
4881 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4882 New functions.
4883 * filecache.el (file-cache-directory-name)
4884 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4885
eb04d6cd 48862000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4887
dea0a87d
MB
4888 * filecache.el (file-cache-minibuffer-complete): Don't try to
4889 delete the minibuffer prompt.
4890
a8a1b05d
DL
48912000-11-30 Dave Love <fx@gnu.org>
4892
4893 * cus-start.el: Fix read-buffer-function type.
4894
693c4692
GM
48952000-11-30 Gerd Moellmann <gerd@gnu.org>
4896
4897 * md5.el: Removed. There's a built-in function, now.
4898
2c0b1898
GM
48992000-11-30 Markus Rost <rost@math.ohio-state.edu>
4900
4901 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4902 as dummy 0-th char of rmail-deleted-vector.
4903
63dfcf4b
EZ
49042000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4905
4906 * ps-print.el (ps-end-job): Bind case-fold-search only after
4907 switching to ps-spool-buffer.
4908
49092000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4910
4911 * ps-print.el: Line number font customization. PostScript: Lines and
4912 PageCount are initialized on each page. Doc Fix.
4913 (ps-print-version): New version number (6.3.2).
4914 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4915 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4916 (ps-right-header): Customization fix.
4917 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4918 Fix code.
4919 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4920 New vars.
4921
df3aedcf
GM
49222000-11-30 Gerd Moellmann <gerd@gnu.org>
4923
edfb795e
GM
4924 * bs.el: Fix typos and spelling errors.
4925 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4926 (bs-configuration): Doc fix.
e04d21aa 4927
df3aedcf
GM
4928 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4929
8b8a7f01
GM
49302000-11-30 Rob Riepel <riepel@Stanford.EDU>
4931
4932 * emulation/tpu-edt.el (tpu-version): New version.
4933 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4934 (tpu-original-mode-line): Variable deleted.
4935 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4936 (tpu-set-mode-line): Don't redefine mode-line-format.
4937 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4938 (tpu-update-mode-line): New mark flag logic.
4939 (tpu-get): Use find-file-wildcards.
4940 (tpu-search-highlight): Move overlay less, reset overlay properly.
4941 (tpu-unselect): Deactivate mark.
4942 (tpu-lm-replace): Reset overlay properly.
4943 (tpu-forward-line): Use forward-visible-line.
4944 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4945
83c9cb8e 4946 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4947
c069a9d3
GM
49482000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4949
4950 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4951
b02cd40b
GM
49522000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4953
4954 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4955 and skip whitespace and newlines.
e04d21aa 4956
b7a90344
SM
49572000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4958
4959 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4960
be6bbb55
GM
49612000-11-29 Gerd Moellmann <gerd@gnu.org>
4962
0383ed60
GM
4963 * help.el (describe-function-1): Regexp-quote function name
4964 when used as part of a regexp.
4965
83c9cb8e
SM
4966 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4967 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4968 (tool-bar-add-item): Likewise, and handle unspecified colors.
4969
4970 * enriched.el (enriched-face-ans): Use face-attribute instead
4971 of face-foreground and face-background.
4972
4973 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4974 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4975
7423978d
GM
4976 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4977
ef128c78
GM
4978 * play/5x5.el: Remove version info.
4979
a81fc510
GM
4980 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4981
be6bbb55
GM
4982 * frame.el (blink-cursor-mode): Doc fix.
4983
f9396e03
GM
49842000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4985
4986 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4987 to create Makefile rules.
4988 (antlr-tool-command): New user option.
4989 (antlr-ask-about-save): New user option.
4990 (antlr-makefile-specification): New user option.
4991 (antlr-file-formats-alist): New variable.
4992 (antlr-special-file-formats): New variable.
4993 (antlr-unknown-file-formats): New user option.
4994 (antlr-help-unknown-file-text): New variable.
4995 (antlr-help-rules-intro): New variable.
4996 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4997 (antlr-mode-menu): Add entries.
4998 (antlr-file-dependencies): New function.
4999 (antlr-directory-dependencies): New function.
5000 (antlr-superclasses-glibs): New function.
5001 (antlr-run-tool): New command.
5002 (antlr-makefile-insert-variable): New function.
5003 (antlr-insert-makefile-rules): New function.
5004 (antlr-show-makefile-rules): New command.
5005
5006 * antlr-mode.el: More Emacs/XEmacs stuff.
5007 (antlr-no-action-keywords): New constant with value nil.
5008 (antlr-font-lock-keywords-alist): Use it. Old value would break
5009 syntax highlighting in Emacs-21.0.
5010 (antlr-default-directory): Emacs/XEmacs dependend function.
5011 (antlr-read-shell-command): Ditto.
5012 (antlr-with-displaying-help-buffer): Ditto.
5013
50142000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5015
5016 * antlr-mode.el: imenu, parsing and highlighting changes.
5017 (antlr-imenu-create-index-function): Don't create extra submenus
5018 for definitions in different grammar classes. It is not necessary
5019 for the menu and would make command `imenu' awkward to use.
5020 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5021 header actions and more than one.
5022 (antlr-font-lock-tokendef-face): Changed color.
5023 (antlr-font-lock-tokenref-face): Changed color.
5024 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5025 (antlr-mode-syntax-table): New variable.
5026 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5027 (antlr-with-syntax-table): Don't copy syntax table.
5028
50292000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5030
5031 * antlr-mode.el: Minor changes: language setting.
5032 (antlr-language-alist): The value for file option "language" can
5033 be both an identifier and a string.
5034 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5035 (antlr-language-limit-n-regexp): Change accordingly.
5036
50372000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5038
5039 * antlr-mode.el: Minor changes: tabs, hiding.
5040 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5041 (antlr-action-visibility): Also allow value nil to also hide the
5042 braces. Renamed from `antlr-tiny-action-length'.
5043 Suggested by Jay@aol.com.
5044 (antlr-hide-actions): Change accordingly. Hide line if completely
5045 hidden action is on a line of its own.
e04d21aa 5046
6ad948eb
SM
50472000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5048
5049 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5050
5051 * sort.el (sort-columns): Don't concat strings with numbers.
5052
9c6a4107
DL
50532000-11-29 Dave Love <fx@gnu.org>
5054
5055 * cus-edit.el (face): Fix :format.
5056
5057 * mail/feedmail.el: Require smtpmail when compiling.
5058 (mail-do-fcc): Autoload.
5059 (feedmail) <defgroup>: Fix :link.
5060 (feedmail-nuke-body-in-fcc): Fix :type.
5061 (feedmail-send-it): Add autoload cookie.
5062
053b8d35
SM
50632000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5064
5065 * newcomment.el (comment-indent): Save excursion around call to
5066 comment-indent-function.
5067
242c13e8
MB
50682000-11-29 Miles Bader <miles@gnu.org>
5069
5070 * subr.el (member-ignore-case): Return the tail of the list who's
5071 car matches, like `member', not the matching element itself.
5072
8f4b5f28
KH
50732000-11-29 Kenichi Handa <handa@etl.go.jp>
5074
5075 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5076 should not contain `\n'.
5077
bebe4a2c
GM
50782000-11-28 Gerd Moellmann <gerd@gnu.org>
5079
fd9ac94c 5080 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5081
ba7e40eb
GM
5082 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5083
75ab0c79
GM
5084 * dired-aux.el (dired-do-create-files): Construct default file
5085 name for dired-mark-read-file-name so that when the user enters
5086 just RET, the target file will end up in the target directory.
5087
bebe4a2c
GM
5088 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5089 local-abbrev-table before changing buffers because it might
5090 have a buffer-local binding.
5091
fa6d1ca8
MB
50922000-11-28 Miles Bader <miles@gnu.org>
5093
5094 * simple.el (delete-horizontal-space): Handle fields more generally.
5095
8d2c2642
GM
50962000-11-28 Gerd Moellmann <gerd@gnu.org>
5097
5098 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5099
8b31236d
DL
51002000-11-28 Dave Love <fx@gnu.org>
5101
3cbd02d2
DL
5102 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5103 comment-start-skip locally.
5104
8b31236d
DL
5105 * progmodes/fortran.el (fortran-mode): Don't set
5106 fortran-comment-line-start-skip. Set comment-start to
5107 fortran-comment-line-start.
5108 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5109 (fortran-comment-line-start-skip): Simplify slightly.
5110
ae4bf56d
GM
51112000-11-28 Gerd Moellmann <gerd@gnu.org>
5112
17ef7534
GM
5113 * play/5x5.el: Remove RCS keyword.
5114
fd9ac94c 5115 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5116
665b27a6
GM
51172000-11-28 Milan Zamazal <pdm@freesoft.cz>
5118
83c9cb8e
SM
5119 * textmodes/tildify.el (tildify-string-alist):
5120 Add `plain-tex-mode' here.
665b27a6 5121
fe3c2ae3
GM
51222000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5123
5124 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5125 reference.
5126
d970106b
MB
51272000-11-28 Miles Bader <miles@gnu.org>
5128
36b80a0d
MB
5129 * cus-face.el (custom-face-attributes): Add post-filter function
5130 for :box. Make pre-filter function for :box handle all cases.
5131
d970106b
MB
5132 * wid-edit.el (widget-choose): Make sure pop-up window is large
5133 enough to display all the choices, as there's no way to scroll it.
5134
5a2bae6c
KH
51352000-11-28 Kenichi Handa <handa@etl.go.jp>
5136
5137 * international/mule-conf.el: Make the coding system no-conversion
5138 safe for all characters.
5139
9e836e23
DL
51402000-11-27 Dave Love <fx@gnu.org>
5141
8b31236d
DL
5142 * net/ldap.el (ldap) <defgroup>: Add :version.
5143
9e836e23
DL
5144 * tooltip.el (tooltip-use-echo-area): Doc fix.
5145
5146 * cus-start.el <minibuffer-prompt-properties>: Add version.
5147 <read-buffer-function>: Add.
5148
5149 * apropos.el (apropos-print): Add help-echo to active text.
5150
5151 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5152
4a74d071
GM
51532000-11-27 Gerd Moellmann <gerd@gnu.org>
5154
5155 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5156 type, group and version.
5157
76058c27
EZ
51582000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5159
4a74d071 5160 * select.el (x-get-selection): Docstring fix.
76058c27 5161
fd9ac94c 51622000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5163
fd9ac94c 5164 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5165
49060c51
AI
51662000-11-27 Andrew Innes <andrewi@gnu.org>
5167
5168 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5169
5170 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5171
b2a8e429
MB
51722000-11-27 Miles Bader <miles@gnu.org>
5173
5174 * dired.el (dired-get-filename): Return filename verbatim if
5175 LOCALP is `verbatim'.
5176 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5177 `verbatim' so that we don't inadvertently delete a non-existant
5178 directory name.
5179
5ac0366d
KH
51802000-11-27 Kenichi Handa <handa@etl.go.jp>
5181
5182 * international/characters.el: Specify cases and syntaxes for
5183 mule-unicode-0100-24ff.
5184
67f1cf4c
GM
51852000-11-27 Gerd Moellmann <gerd@gnu.org>
5186
5187 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5188 that foreground and/or background colors of the face `tool-bar'
5189 are unspecified.
5190
46c56972
MB
51912000-11-27 Miles Bader <miles@gnu.org>
5192
e04d21aa 5193 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5194 (widget-field-end): Handle widget field `pseudo-overlays'.
5195 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5196 if it's there instead of in `widget-field-list'.
5197
46c56972 5198 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5199 (help-make-xrefs): Delete extraneous newlines at the end of the
5200 docstring.
46c56972 5201
640a9cdd
JR
52022000-11-25 Jason Rumney <jasonr@gnu.org>
5203
5204 * startup.el (command-line): Call set-locale-environment after
5205 Window System init file is read, as it can result in a call to
5206 redraw-frame.
5207
0b3f96d4
EZ
52082000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5209
5210 * simple.el (shell-command): Mention the effect of the prefix
5211 argument in the doc string.
5212
8da6e2a1
MB
52132000-11-25 Miles Bader <miles@gnu.org>
5214
a658d039
MB
5215 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5216
8da6e2a1 5217 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5218 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5219
d3416cca
JR
52202000-11-24 Jason Rumney <jasonr@gnu.org>
5221
5222 * international/mule-cmds.el (locale-language-names): Add "jp" as
5223 a non-standard alternative for Japanese.
5224
17e37f53
AS
52252000-11-24 Andre Spiegel <spiegel@gnu.org>
5226
5227 * vc-hooks.el: Require 'cl during compilation.
5228
9aa5f148
GM
52292000-11-24 Gerd Moellmann <gerd@gnu.org>
5230
ba193890
GM
5231 * faces.el (face-set-after-frame-default): Let face attributes
5232 specified for new frames override frame parameters.
5233
9aa5f148
GM
5234 * startup.el (command-line): Fix computation of the source file
5235 for user-init-file when user-init-file is a compiled file.
5236
51a1edab
MB
52372000-11-24 Miles Bader <miles@gnu.org>
5238
e04d21aa 5239 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5240 (custom-post-filter-face-spec): New functions.
5241 (custom-face-set, custom-face-value-create): Filter the face spec
5242 before and after customization.
5243 (custom-face-set): If VALUE specifies a null face, pass a
5244 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5245 * cus-face.el (custom-face-attributes): Remove SET and GET
5246 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5247 cases they're needed.
5248
1ed74431
MB
5249 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5250 that it's distinguishable from the :off-glyph on dark-background
5251 displays. Set its background color too.
5252
67ee1125
MB
5253 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5254 so that people can easily turn it off.
5255
7d027816 52562000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5257
7d027816 5258 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5259
9aa5f148 5260 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5261
9aa5f148 5262 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5263
9aa5f148 5264 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5265 redundant skip-small-frames test.
e04d21aa 5266
9aa5f148 5267 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5268 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5269
9aa5f148
GM
5270 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5271 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5272 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5273 New functions.
e04d21aa 5274
9aa5f148 5275 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5276
9aa5f148 5277 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5278
f07fa1b8
KH
52792000-11-24 Kenichi Handa <handa@etl.go.jp>
5280
83c9cb8e
SM
5281 * international/mule-diag.el (list-iso-charset-chars):
5282 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5283 (list-non-iso-charset-chars): Fix the `while' condition.
5284
ba8299ff
SM
52852000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5286
79372165
SM
5287 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5288 if the variable is make-variable-buffer-local.
5289
83c9cb8e
SM
5290 * progmodes/ada-stmt.el (ada-template-map):
5291 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5292 (ada-stmt-mode-hook): New function extracted from old code.
5293 Only change the buffer-local side of skeleton-*.
5294 (ada-mode-hook): Use it.
5295
68a887fa
EZ
52962000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5297
5298 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5299 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5300 we expect to be returned by minibuffer-depth once we prompt the
5301 user in the minibuffer.
5302 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5303 as recorded in iswitchb-minibuf-depth, return non-nil.
5304
3b345582
EZ
53052000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5306
5307 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5308 (hscroll-window-maybe): Docstring fix.
5309
595dead2
DL
53102000-11-23 Dave Love <fx@gnu.org>
5311
5312 * rect.el (string-rectangle): Don't test delete-selection-mode.
5313
1e66b27a
GM
53142000-11-23 Gerd Moellmann <gerd@gnu.org>
5315
02790ce2
GM
5316 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5317 is in the tool bar.
5318
1e66b27a 5319 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5320 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5321
a4caa65d
SM
53222000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5323
5324 * textmodes/outline.el (outline-flag-region):
5325 Don't bind inhibit-read-only since we don't modify the buffer.
5326 (outline-isearch-open-invisible): Don't jump to overlay-start
5327 since we're trying to unhide text around point.
5328 (outline-discard-overlays): Use dolist.
5329
5330 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5331
03e757c1
GM
53322000-11-22 Gerd Moellmann <gerd@gnu.org>
5333
83c9cb8e 5334 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5335
1598a961
SM
53362000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5337
5338 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5339 Fix ARG regexp to skip quoted braces.
5340 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5341 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5342 are (correctly) handled separately).
5343 Remove `caption' and `footnote' from `citations': they contain text.
5344 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5345 (latex-skeleton-end-hook): New function.
5346 (latex-mode): Use it.
5347 (tex-start-tex-marker): Remove.
5348 (tex-send-tex-command): Don't set tex-start-tex-marker.
5349 (tex-error-parse-syntax-table): New var.
5350 (tex-compilation-parse-errors): Use it.
5351 Ignore tex-start-tex-marker. Don't bother with marker-position.
5352 (tex-validate-buffer): Don't bother with marker-position.
5353
5354 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5355 (flyspell-generic-progmode-verify): Use it.
1598a961 5356
eaae8106
SS
53572000-11-22 Sam Steingold <sds@gnu.org>
5358
83c9cb8e 5359 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5360
eaae8106 5361 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5362 `ada-remove-trailing-spaces'.
eaae8106 5363 (ada-remove-trailing-spaces): Removed.
e04d21aa 5364
eaae8106 5365 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5366
1598a961
SM
5367 * textmodes/picture.el (picture-clean): Removed.
5368 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5369
a41d49e9
GM
53702000-11-22 Gerd Moellmann <gerd@gnu.org>
5371
e053c60f
GM
5372 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5373
a41d49e9
GM
5374 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5375 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5376 do anything special when jit-lock is active.
a41d49e9
GM
5377 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5378
197615f3
DL
53792000-11-22 Dave Love <fx@gnu.org>
5380
ddbfaa9f
DL
5381 * calendar/todo-mode.el (todo-top-priorities): Use
5382 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5383
ddc3c695
DL
5384 * language/chinese.el, language/cyrillic.el:
5385 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5386 * language/hebrew.el, language/indian.el, language/japanese.el:
5387 * language/korean.el, language/lao.el, language/misc-lang.el:
5388 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5389 Use provide.
5390
fb9fa98d
DL
5391 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5392 (custom-variable-set): Improve validation error mesage.
5393
197615f3
DL
5394 * rect.el (string-rectangle): Revert last change.
5395 (string-rectangle-line): New arg DELETE.
5396 (string-rectangle): Check delete-selection-mode.
5397
5398 * emacs-lisp/edebug.el (edebug-version)
5399 (edebug-maintainer-address): Deleted.
5400 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5401 (edebug-read-function): Account for other `'#' read forms.
5402 (edebug-mode-menus): Make some items toggles.
5403 (edebug-outside-unread-command-event, unread-command-event):
5404 Remove these to avoid warnings.
5405
f4117c4d
GM
54062000-11-22 David Ponce <david@dponce.com>
5407
5408 * recentf.el (recentf-menu-items-for-commands)
5409 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5410 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5411
f4117c4d
GM
5412 (recentf-build-dir-rules, recentf-dump-variable)
5413 (recentf-edit-list, recentf-open-files-item)
5414 (recentf-open-files): Replaced unnecessary `mapcar' with new
5415 built-in `mapc'.
eaae8106 5416
f8e2f3f2
MB
54172000-11-23 Miles Bader <miles@gnu.org>
5418
5419 * faces.el (menu): Make inverse-video on ttys too.
5420
4c4a541d
SM
54212000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5422
5423 * simple.el (comment-line-break-function): Use the new name
5424 indent-new-comment-line -> comment-indent-new-line.
5425 (clone-indirect-buffer): Don't ignore NORECORD.
5426 (next-completion): Properly handle the case where items are adjacent.
5427
5428 * mouse.el (popup-menu): Stupid typo.
5429
980d836e
GM
54302000-11-22 Gerd Moellmann <gerd@gnu.org>
5431
60e8e0a5
GM
5432 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5433 maintainer, keywords tags.
5434
980d836e
GM
5435 * rect.el (replace-rectangle): Don't call string-rectangle-line
5436 with too many arguments.
5437
e08b2069
AS
54382000-11-22 Andre Spiegel <spiegel@gnu.org>
5439
60e8e0a5 5440 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5441 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5442 vc-locking-user, which no longer exists.
5443
5444 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5445
c6779d8d
DL
54462000-11-22 Dave Love <fx@gnu.org>
5447
5448 * md5.el (md5): Provide.
5449 (md5): Fix error call.
5450
e672fdce
MB
54512000-11-22 Miles Bader <miles@gnu.org>
5452
eaae8106 5453 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5454 (refill-fill-paragraph-at): Remove debugging code.
5455
80e24c04
MB
5456 * calendar/calendar.el (generate-calendar-window): When we don't
5457 call `fit-window-to-buffer', make sure the top line is fully visible.
5458
3a17d6cc
MB
5459 * image-file.el (insert-image-file): Don't make `read-only'
5460 property rear-nonsticky.
5461
ae1a21c6
MB
5462 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5463 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5464 stashing away its original value.
5465 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5466 in the recursive edit.
5467 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5468 (isearch-done): Restore `minibuffer-message-timeout'.
5469
e672fdce
MB
5470 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5471
3ea79df8
SM
54722000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5473
5474 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5475
5476 * find-lisp.el (find-lisp-find-files-internal):
5477 Use dolist, when and file-name-as-directory.
5478
980d836e 5479 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5480 (define-derived-mode, define-minor-mode): Add specs.
5481
5482 * window.el: General comment and spacing fixes.
5483 (save-selected-window): Use backquotes.
5484 (window-safely-shrinkable-p): New function.
5485 (shrink-window-if-larger-than-buffer): Use it.
5486
5487 * subr.el (make-local-hook): Docstring fix.
5488
5489 * shell.el (shell-mode): Use define-derived-mode.
5490
5491 * newcomment.el (comment-indent): Insert comment before calling
5492 comment-indent-function. Don't insert in column 0.
5493 (comment-dwim): Indent before inserting comment.
5494
5495 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5496 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5497 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5498 Use mapc rather than map.
5499
5500 * files.el (find-buffer-visiting): Compare all attributes before
5501 declaring two files identical (rather than just their inode-no).
5502 (auto-mode-alist): Use \' rather than $.
5503
5504 * which-func.el: Update maintainer line.
5505
5506 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5507 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5508 (uniquify-buffer-file-name): Use it.
5509
8f62f2b8
MB
55102000-11-22 Miles Bader <miles@gnu.org>
5511
5512 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5513 * simple.el (minibuffer-avoid-prompt): New function.
5514
fb279a6d
GM
55152000-11-21 Gerd Moellmann <gerd@gnu.org>
5516
5517 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5518
867092e9
MB
55192000-11-21 Miles Bader <miles@gnu.org>
5520
ef860850
MB
5521 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5522 inclusion of `track-mouse'.
5523
867092e9
MB
5524 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5525 (refill-adjust-ignorable-overlay): New function.
5526 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5527 only the paragraph's tail if possible.
5528 Update `refill-ignorable-overlay'.
5529 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5530
5531 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5532 point inside the fill-prefix.
5533
5534 * textmodes/refill.el (refill-post-command-function): Don't reset
5535 refill-doit in the case where a self-insertion command doesn't
5536 case a refill. Use `refill-fill-paragraph-at', getting position
5537 from `refill-doit'.
5538 (refill-after-change-function): Set `refill-doit' to END.
5539 (refill-fill-paragraph-at): New function, mostly from old
5540 refill-fill-paragraph.
5541 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5542 (refill-pre-command-function): New function.
5543 (refill-mode): Add it to `pre-command-hook'.
5544
ff9ab414
GM
55452000-11-20 Gerd Moellmann <gerd@gnu.org>
5546
29a01b72
GM
5547 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5548
ff9ab414
GM
5549 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5550 javadoc tags.
eaae8106 5551
885b211b
AS
55522000-11-20 Andre Spiegel <spiegel@gnu.org>
5553
5554 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5555 vc.el).
5556
eaae8106 5557 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5558 require vc.
eaae8106
SS
5559
5560 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5561 checkouts.
eaae8106 5562
d1838556
DL
55632000-11-20 Dave Love <fx@gnu.org>
5564
5565 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5566
2b69bc11 55672000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5568
2b69bc11
GM
5569 * calculator.el (calculator-paste): Use `if' instead of `and'
5570 and `or'.
5571 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5572
b95b34e5
GM
55732000-11-19 Gerd Moellmann <gerd@gnu.org>
5574
030de92f
GM
5575 * info.el (info-menu-5): Doc fix.
5576
b95b34e5
GM
5577 * textmodes/artist.el: New file.
5578
54970452
AS
55792000-11-19 Andre Spiegel <spiegel@gnu.org>
5580
eaae8106 5581 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5582 and differentiate according to checkout model.
5583 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5584 since this function is only concerned with master state.
5585
83c9cb8e
SM
5586 * vc-hooks.el (vc-workfile-unchanged-p)
5587 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5588
83c9cb8e
SM
5589 * vc.el (vc-workfile-unchanged-p)
5590 (vc-default-workfile-unchanged-p): See above.
54970452 5591
e5a9dabf
MB
55922000-11-19 Miles Bader <miles@gnu.org>
5593
5594 * image-file.el (insert-image-file): Make `intangible' and
5595 `read-only' properties rear-nonsticky too.
5596
24127af0
GM
55972000-11-18 Gerd Moellmann <gerd@gnu.org>
5598
d392e9c5 5599 * ps-print.el: Update copyright notice.
eaae8106 5600
d392e9c5
GM
5601 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5602 (tooltip-show): Use the offsets.
5603
24127af0 5604 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5605 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5606 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5607
2b69bc11 56082000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5609
2b69bc11
GM
5610 * ps-print.el (toplevel): Test for find-coding-system being
5611 fboundp before calling ps-x-find-coding-system.
08ea6f17 5612
66321b2f
SM
56132000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5614
5615 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5616 (vc-version-backup-file): Docstring fix.
5617
046110c6
GM
56182000-11-16 Gerd Moellmann <gerd@gnu.org>
5619
4104194e
GM
5620 * files.el (basic-save-buffer): Don't add a newline if
5621 find-file-literally is non-nil.
5622 (find-file-literally): Extend doc string.
5623
046110c6
GM
5624 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5625 sort(1) with the `-f' argument.
5626
6505c16e
AS
56272000-11-16 Andre Spiegel <spiegel@gnu.org>
5628
fd063975
AS
5629 * vc.el: Updated backend documentation.
5630 (vc-default-check-headers): New function.
5631
3d02dd81 5632 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5633
5634 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5635 up-to-date.
eaae8106 5636 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5637 the minibuffer is not active.
fd063975 5638
eaae8106 5639 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5640 `vc-cvs-use-edit' is on.
eaae8106
SS
5641 (vc-cvs-checkout): When this is used for reverting the workfile,
5642 make a backup of the original contents and revert to that in case
8791d617 5643 of error.
eaae8106 5644 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5645 remote repositories.
eaae8106 5646
6505c16e
AS
5647 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5648 for both version and ratio in the minibuffer.
fd063975 5649
eaae8106 5650 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5651 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5652
a13f0660
KH
56532000-11-16 Kenichi Handa <handa@etl.go.jp>
5654
5655 * international/quail.el (quail-start-translation): Don't call
5656 `message' before reading key sequence.
5657
1389a414
MB
56582000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5659
5660 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5661
9256a532
KH
56622000-11-16 Kenichi Handa <handa@etl.go.jp>
5663
5664 * window.el (fit-window-to-buffer): Be sure to acquire at least
5665 one text line even if the buffer is empty.
5666
0e14fe9f
GM
56672000-11-16 Gerd Moellmann <gerd@gnu.org>
5668
eaae8106 5669 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5670 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5671 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5672
da645c53
DL
56732000-11-15 Dave Love <fx@gnu.org>
5674
83c9cb8e
SM
5675 * wid-edit.el (widget-specify-field, widget-specify-button):
5676 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5677 widget-mouse-help.
5678 (widget-mouse-help): New function.
5679 (widget-echo-help): Rewritten for :help-echo functions only taking
5680 a widget arg.
5681
83c9cb8e
SM
5682 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5683 Use display-graphic-p.
b12057b9
DL
5684 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5685 and that JPEG is available.
5686 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5687
da645c53
DL
5688 * international/mule-cmds.el (locale-charset-language-names):
5689 Match @euro.
5690
6d133d1f
GM
56912000-11-15 Gerd Moellmann <gerd@gnu.org>
5692
83c9cb8e
SM
5693 * faces.el (face-set-after-frame-default):
5694 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5695 default face from X resources.
5696
49ac2ac5
EZ
56972000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5698
5699 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5700 Don't set EMACSLOADPATH.
5701
4fb0a34c
EZ
57022000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5703
5704 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5705 texinfo-insert-@url.
5706 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5707 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5708
bb304a7a
SM
57092000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5710
82bc80bf
SM
5711 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5712 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5713 (checkdoc-minor-keymap): Backward compatibility.
5714 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5715 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5716 (checkdoc-this-string-valid-engine): Be a bit more strict
5717 to avoid matching substrings of `...' quoted vars/funs.
5718 (checkdoc-defun-info): Only look for `interactive' if alone.
5719 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5720
e8c87124
SM
5721 * progmodes/compile.el (grep): `tag-default' can be nil.
5722
bb304a7a
SM
5723 * newcomment.el (comment-indent): Paren typo.
5724
8628686a
DL
57252000-11-14 Dave Love <fx@gnu.org>
5726
25c269ef
DL
5727 * calculator.el: New maintainer version.
5728
66321b2f 5729 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5730
8628686a
DL
5731 * cmuscheme.el: Doc fixes.
5732 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5733 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5734
5735 * xscheme.el (scheme-program-name): Don't define here.
5736
5737 * progmodes/scheme.el (scheme-program-name): New variable
5738 (originally in cmuscheme).
5739
88f0a1eb
MB
57402000-11-14 Miles Bader <miles@gnu.org>
5741
5742 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5743 Handle header-lines. Don't loop forever if we can't enlarge the
5744 window anymore. Simplify a bit.
5745
cd9a000c
KH
57462000-11-14 Kenichi Handa <handa@etl.go.jp>
5747
5748 * window.el (fit-window-to-buffer): Don't check
5749 window-text-height. Assure that the last line is fully visible.
5750
83c9cb8e
SM
5751 * international/quail.el (quail-show-guidance-buf):
5752 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5753 buffer.
5754 (quail-update-guidance): Avoid making the guidance buffer shorter.
5755
d3fcda22
SM
57562000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5757
bdbd9606
SM
5758 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5759 rather than `prepend' and add an interesting comment.
5760 (tex-math-face, tex-font-lock-syntactic-face-function):
5761 New face and function to use it.
5762 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5763 than `menu-enable' symbol property.
5764 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5765 (tex-mode): Add some latex-mode commands for auto-selection.
5766 Use tex-font-lock-syntactic-face-function.
5767 (tex-insert-quote): Simplify.
5768 (tex-shell): New mode.
5769 (tex-start-shell): Use it.
5770 (tex-shell-proc, tex-shell-buf): New functions.
5771 (tex-send-command): Use it.
5772 (tex-main-file): Fix the meaning of the new arg REALFILE.
5773 (tex-send-tex-command): New function split from `tex-start-tex'.
5774 Set compilation-last-buffer and compilation-parsing-end.
5775
d3fcda22
SM
5776 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5777 when it follows non-comment text on the line.
5778
5779 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5780 Set font-lock-defaults.
5781 (lisp-mode-shared-map): Init inside the defvar.
5782 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5783 Use define-derived-mode.
5784
bdab1d43
MB
57852000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5786
5787 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5788
936ae731
GM
57892000-11-14 Gerd Moellmann <gerd@gnu.org>
5790
83c9cb8e
SM
5791 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5792 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5793 recursion; see comment there.
5794
1695ca2b
EZ
57952000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5796
5797 * faces.el (face-spec-set-match-display): Revert the change from
5798 2000-10-24. Add a FIXME for after v21.1.
5799
9d348294
MB
58002000-11-13 Miles Bader <miles@gnu.org>
5801
5802 * textmodes/fill.el (skip-line-prefix): New function.
5803 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5804 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5805 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5806 point inside the fill-prefix.
9d348294 5807
b85fa13c
MB
58082000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5809
83c9cb8e
SM
5810 * calendar/calendar.el (generate-calendar-window):
5811 Use `fit-window-to-buffer'.
b85fa13c 5812
a0b47716
SM
58132000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5814
5815 * gud.el (gud-minor-mode): New var.
5816 (gud-symbol, gud-val): New functions.
5817 (gud-find-file): Copy gud-minor-mode to the new buffer.
5818 (gud-menu-map): Include entries for commands that are not always
5819 available, using :enable to (de)activate them.
5820 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5821 (gud-mode-map): New map.
eaae8106 5822 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5823 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5824 Don't set up gud's menu (it's done by the minor-mode).
5825 (gud-minibuffer-local-map): New.
5826 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5827 (gud-query-cmdline): New function.
5828 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5829 (gud-mode): Use define-derived-mode.
5830 Don't set up gud's menu (it's done by the minor-mode).
5831 (gud-chop-words): Remove.
5832 (gud-common-init): Use split-string instead.
5833 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5834
5835 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5836 Add keyword arg :name.
5837
5838 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5839 (diff-count-matches, diff-split-hunk): New functions.
5840 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5841
5842 * pcvs-info.el (cvs-fi-conflict-face): New var.
5843
5844 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5845 Make it into a simple syntax-table, shared among all submodes.
5846 (sh-heredoc-face): Re-introduce.
5847 (sh-font-lock-syntactic-face-function): New function.
5848 (sh-mode): Use it. Also use define-derived-mode.
5849 Remove old bogus setting of indent-region-function.
5850 (sh-set-shell): Don't set the syntax-table any more.
5851 (sh-mode-syntax-table) <defun>: Remove.
5852
f5ed37df
MB
58532000-11-12 Miles Bader <miles@gnu.org>
5854
5855 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5856 message if interactive.
5857
0b074c2f
DL
58582000-11-12 Dave Love <fx@gnu.org>
5859
5860 * mail/feedmail.el: Fix header,
5861 (feedmail) <defgroup>: Add :link.
5862
5863 * view.el: Use local-map property, not keymap on mode-line string.
5864
83c9cb8e
SM
5865 * scroll-all.el (scroll-all-mode): Customize variable.
5866 Add autoload cookie to function.
0b074c2f
DL
5867
5868 * lazy-lock.el: Remove compatibility code.
5869
5870 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5871 (finder-help-echo): New variable.
5872 (finder-mouse-face-on-line): Add help-echo stuff.
5873 (finder-list-keywords, finder-list-matches): Use mapc.
5874
5875 * faces.el (face-font-registry-alternatives): Add :version.
5876
5877 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5878 tags-table-list.
5879
a0b47716 5880 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5881
a0b47716 5882 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5883 (mail-mode): Use [:alnum:] in some regexps.
5884
6d502396
DL
58852000-11-10 Dave Love <fx@gnu.org>
5886
5887 * ediff.el (ediff-regions-internal, ediff-documentation):
5888 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5889 fundamental mode.
5890
5891 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5892 buffer into fundamental mode.
5893 (ediff-set-difference): Use copy-sequence if available.
5894
83c9cb8e
SM
5895 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5896 Check ediff-patch-map non-nil.
6d502396
DL
5897 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5898 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5899 buffer into fundamental mode.
5900
5901 * ediff-merg.el (state-or-merge): Defvar when compiling.
5902
a82fe213
JR
59032000-11-10 Jason Rumney <jasonr@gnu.org>
5904
5905 * w32-fns.el (w32-add-charset-info): New function.
5906 (w32-charset-info-alist): Use it.
5907
52d89894
GM
59082000-11-10 Gerd Moellmann <gerd@gnu.org>
5909
5910 * faces.el (face-font-registry-alternatives): New user-option.
5911
178932de
SM
59122000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5913
d7fa3319
SM
5914 * textmodes/texinfo.el (texinfo-block-default): New var.
5915 (texinfo-insert-block): Use it. Insert a newline if needed.
5916
178932de
SM
5917 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5918 (fill-region-as-paragraph): Use it.
5919
5920 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5921 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5922 Tweak paragraph regexps to allow a leading [ \t]*.
5923 (tex-latex-block): Insert a newline if necessary.
5924 (latex-insert-item): Only insert a newline if necessary.
5925 (tex-guess-main-file): New function.
5926 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5927 Set tex-main-file if TeX-master is provided.
5928 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5929
bd02b8e0
GM
59302000-11-10 Gerd Moellmann <gerd@gnu.org>
5931
5932 * startup.el (command-line): Set the default tooltip-mode
5933 to t for graphical displays which implement x-show-tip.
5934
5935 * tooltip.el (tooltip-mode): Add a comment about startup.el
5936 setting the default value of this user-option.
5937
b29b03eb
SM
59382000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5939
5940 * font-lock.el (font-lock-*-face) <defvar>: Move.
5941 (font-lock-defaults-alist): Mark obsolete.
5942 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5943 (font-lock-mode): Use define-minor-mode.
5944 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5945 (font-lock-turn-off-thing-lock): Be more explicit.
5946 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5947 (font-lock-syntactic-face-function): New var.
5948 (font-lock-fontify-syntactically-region): Use it.
5949 (font-lock-doc-face): New.
5950
5951 * pcvs.el (cvs-enabledp): Ignore errors.
5952 (cvs-commit-filelist): Never query.
5953 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5954 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5955 (cvs-do-removal): Use cvs-partition rather than delete-if.
5956 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5957 cvs-bury-buffer.
5958
5959 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5960 Allow `next' to jump to after the end of the last match.
5961
778fbc46
GM
59622000-11-09 Gerd Moellmann <gerd@gnu.org>
5963
730c746c
GM
5964 * simple.el (byte-compiling-files-p): New function.
5965
5966 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5967 if it is there.
5968
5969 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5970 nil again.
5971
778fbc46
GM
5972 * textmodes/ispell.el (ispell-library-path): Don't call
5973 check-ispell-version when byte-compiling because that starts
5974 an ispell process, and ispell might not be installed.
5975 (toplevel): Don't set up a menu when byte-compiling.
5976
5977 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5978 it, so that a boundp test can be used to determine if we're
5979 currently byte-compiling.
5980
5912c5bb
DL
59812000-11-09 Dave Love <fx@gnu.org>
5982
83c9cb8e 5983 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5984
7bb054a5
GM
59852000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5986
83c9cb8e
SM
5987 * ps-print.el: Patch for variable initialization when spooling.
5988 Doc fix.
7bb054a5
GM
5989 (ps-output-list): Fun eliminated.
5990 (ps-begin-file, ps-begin-job): Code fix.
5991
9db2706e
DL
59922000-11-08 Dave Love <fx@gnu.org>
5993
83c9cb8e 5994 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5995
f7eb32aa
GM
59962000-11-08 Gerd Moellmann <gerd@gnu.org>
5997
5998 * simple.el (shell-command, display-message-or-buffer)
5999 (shell-command-on-region): Mention resize-mini-windows in the doc
6000 string.
6001 (display-message-or-buffer): Take the value of resize-mini-windows
6002 into account.
6003
7b01b08c
GM
60042000-11-07 Gerd Moellmann <gerd@gnu.org>
6005
acad3c0b
GM
6006 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6007
7b01b08c
GM
6008 * dired.el (dired-between-files): Add `^. find' as an alternative
6009 to the regular expression, for find-dired.
6010
6f602bd0
SM
60112000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6012
6013 * textmodes/texnfo-upd.el: Require texinfo.
6014 (defmacro, defgroup): Remove.
6015 (texinfo-section-to-generic-alist): Remove.
6016 Use texinfo-section-list instead (i.e. level is changed string->int).
6017 (texinfo-filter): New function.
6018 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6019 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6020 Use it. And use regexp-opt.
6021 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6022 (texinfo-update-menu-region-beginning)
6023 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6024 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6025 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6026 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6027 (texinfo-sequential-node-update): Remove autoload cookie.
6028
6029 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6030 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6031 (texinfo-chapter-level-regexp): Remove.
6032 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6033
bb216218
DL
60342000-11-06 Dave Love <fx@gnu.org>
6035
6f602bd0 6036 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6037
6f602bd0
SM
6038 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6039 Match defun*.
bb216218 6040
ff8dd5d5
KH
60412000-11-06 Kenichi Handa <handa@etl.go.jp>
6042
6043 * composite.el (composition-function-table): Variable declaration
6044 moved to src/composite.c.
6045 (compose-chars-after): New optional arg object.
6046
e9da51a1
GM
60472000-11-06 Gerd Moellmann <gerd@gnu.org>
6048
e0c12c68
GM
6049 * bindings.el (mode-line-toggle-read-only)
6050 (mode-line-toggle-modified, mode-line-widen)
6051 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6052 (make-mode-line-mouse2-map): Rewritten.
6053 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6054 functions so that C-h k can show something with a doc string.
eaae8106 6055
e9da51a1
GM
6056 * startup.el (fancy-splash-delay): Set to 10 seconds.
6057 (fancy-splash-max-time): New user-option.
6058 (fancy-splash-stop-time): New variable.
6059 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6060 (fancy-splash-screens-1): Throw `stop-splashing' when current
6061 time is greater than fancy-splash-stop-time.
6062
611dbdf0
SM
60632000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6064
4d2806e2
SM
6065 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6066
611dbdf0
SM
6067 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6068 Prompt user for a file rather than raising an error.
6069 (cvs-enabledp): Fix call to cvs-mode-marked.
6070 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6071 (cvs-mode-insert): Use it. Change the init prompt' value.
6072 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6073
6074 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6075 Don't pass default arg to ewoc-locate.
6076 (ewoc-collect): Return result in the right order.
6077
6078 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6079
6080 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6081 (cvs-status-get-tags): Fix regexp.
6082 (cvs-status-trees, cvs-status-cvstrees):
6083 Combine after change hooks and don't sit-for.
4d2806e2
SM
6084 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6085 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6086 Use make-char rather than hard-coded cryptic data.
6087 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6088
6089 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6090
6091 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6092 (cvs-insert-strings): New function.
6093
937b2877
MB
60942000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6095
6096 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6097 `mwheel-scroll-amount'.
6098 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6099 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6100 string-matching against the version string.
6101
c6c97763
KH
61022000-11-06 Kenichi Handa <handa@etl.go.jp>
6103
6eaec747
KH
6104 * language/thai.el ("Thai"): Set a lisp form that produces
6105 composed string in `sample-text' language info.
6106
6107 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6108 composed string in `sample-text' language info.
6109
83c9cb8e
SM
6110 * international/mule-cmds.el (describe-language-environment):
6111 Eval `sample-text' data and insert the result.
6eaec747 6112
c6c97763
KH
6113 * international/mule-conf.el (compound-text): Define this coding
6114 system here. Make x-ctext and ctext aliases of it.
6115
6116 * language/european.el (compound-text, ctext): Moved to
6117 international/mule-conf.el.
6118
d1145f85
AI
61192000-11-05 Andrew Innes <andrewi@gnu.org>
6120
6121 * w32-fns.el (w32-version): New function.
6122
178a6a45
SM
61232000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6124
6125 * progmodes/awk-mode.el: Update copyright.
6126 (awk-mode-abbrev-table): Remove.
6127 (awk-font-lock-keywords): Use regexp-opt.
6128 (awk-mode): Use define-derived-mode.
6129
6130 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6131 when extracting a suffix.
6132
1ba90166
AS
61332000-11-04 Andre Spiegel <spiegel@gnu.org>
6134
6135 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6136 auto-save-mode.
6137
546790cb
JR
61382000-11-04 Jason Rumney <jasonr@gnu.org>
6139
6140 * language/european.el (decode-mac-roman): Test against r1 not r0.
6141
d247e32d
SM
61422000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6143
fbf44f44
SM
6144 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6145 (icon-mode): Define indent-line-function.
6146 (icon-comment-indent): Simplify.
6147 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6148
6149 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6150
6151 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6152 Bind change-log-default-mode to defeat the caching done on it.
6153 Don't bother saving excursion any more.
6154
6155 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6156
6157 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6158 (set-frame-font): Use the new name (and the old for compatibility).
6159
eaae8106
SS
6160 * toolbar/tool-bar.el (tool-bar-mode):
6161 * time.el (display-time-mode):
6162 * recentf.el (recentf-mode):
6163 * paren.el (show-paren-mode):
6164 * mwheel.el (mouse-wheel-mode):
6165 * msb.el (msb-mode):
6166 * jka-compr.el (auto-compression-mode):
6167 * image-file.el (auto-image-file-mode):
6168 * hl-line.el (hl-line-mode):
6169 * delsel.el (delete-selection-mode):
6170 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6171 * complete.el (partial-completion-mode): Drop unneeded positional args.
6172
eaae8106 6173 * info.el (Info-mode):
79372165 6174 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6175
d247e32d
SM
6176 * log-edit.el (log-edit-menu): New menu.
6177
4921558e
MB
61782000-11-03 Miles Bader <miles@gnu.org>
6179
6180 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6181 definition, so that trailing spaces are handled properly.
6182 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6183
1fc02b3c
GM
61842000-11-03 Gerd Moellmann <gerd@gnu.org>
6185
6186 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6187 tab character.
6188 (fancy-splash-screens): Set tab-width to 20.
6189
51d001f7
DL
61902000-11-03 Dave Love <fx@gnu.org>
6191
6192 * comint.el (comint-completion-addsuffix): Fix custom type.
6193
ba22aeff
SM
61942000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6195
6196 * font-lock.el (font-lock-buffers): Remove.
6197 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6198 (font-lock-change-major-mode): Remove.
6199 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6200 (font-lock-default-fontify-region): Extend the multiline
6201 fontification to whole lines.
6202 (font-lock-fontify-anchored-keywords)
6203 (font-lock-fontify-keywords-region): If matching just one
6204 line (with \n) only mark the \n as multiline.
6205
6206 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6207 Correctly handle the case where several :group args are supplied.
6208 Allow :extra-args.
6209 (easy-mmode-define-global-mode): Allow :extra-args.
6210 Correctly handle the case where several :group args are supplied.
6211
9c887ada
MB
62122000-11-02 Miles Bader <miles@gnu.org>
6213
eaae8106 6214 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6215 (holiday-face): Remove dependency on `window-system'.
6216
7f25090d
KR
62172000-11-02 Ken Raeburn <raeburn@gnu.org>
6218
6219 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6220 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6221 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6222
7dd6009c
DL
62232000-11-02 Dave Love <fx@gnu.org>
6224
6225 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6226
94821e4f
EZ
62272000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6228
6229 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6230 punctuation in the warning inserted into the *mail* buffer.
6231
1ac3fc42
GM
62322000-11-02 Gerd Moellmann <gerd@gnu.org>
6233
57731876
GM
6234 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6235 (authors-public-domain-p): New function.
6236 (authors-print): Use it.
6237
975f82c9
GM
6238 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6239
1ac3fc42
GM
6240 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6241
4b3eb10f
GM
62422000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6243
975f82c9 6244 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6245 (ps-print-version): New version number (6.3.1).
6246 (ps-even-or-odd-pages): Customization fix.
6247 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6248 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6249 (ps-page-count): Var replaced by `ps-page-column'.
6250 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6251 (ps-print-sheet-p): New fun.
6252
7da794df
MB
62532000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6254
6255 * tooltip.el (tooltip-gud-tips-setup): New function.
6256 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6257 (tooltip-mode): Call tooltip-gud-tips-setup.
6258 (tooltip-gud-tips): Use `gud-basic-call' instead of
6259 process-send-string, so the prompt gets frobbed appropriately.
6260 Handle nil return value from `tooltip-gud-print-command'.
6261
0e40b809
EL
62622000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6263
6264 * comint.el (comint-add-to-input-history): New function.
6265 (comint-send-input): Use `comint-add-to-input-history'.
6266
50ada0db
MB
62672000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6268
973a3104
MB
6269 * info.el (info-menu-header): New face.
6270 (Info-fontify-menu-headers): New function.
6271 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6272
50ada0db
MB
6273 * info.el (Info-insert-dir): Don't include blank lines at
6274 beginning of additional dir files (one is added automatically).
6275
bff53411
SM
62762000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6277
6278 * emacs-lisp/easy-mmode.el (define-minor-mode):
6279 Revert the latest changes.
6280 Allow the three positional arguments to be skipped and replaced
6281 by keyword arguments.
6282 Add a :toggle argument to determine whether a nil arg means toggle
6283 or means turn-on. The default is unchanged.
6284 Add a call to force-mode-line-update.
6285
6b8a0b2d
DL
62862000-11-01 Dave Love <fx@gnu.org>
6287
83c9cb8e 6288 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6289
5bf99100
MB
62902000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6291
83c9cb8e
SM
6292 * calendar/calendar.el (diary-face, holiday-face):
6293 Add dark-background variants.
5bf99100 6294
a4032611
SS
62952000-10-31 Sam Steingold <sds@gnu.org>
6296
6297 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6298 `tex-main-file' does not have directory in it.
6299
c286608e
SM
63002000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6301
6302 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6303
4836835a
TTN
63042000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6305
6306 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6307 functional change.
6308
26dcb81b
GM
63092000-10-31 Gerd Moellmann <gerd@gnu.org>
6310
6311 * files.el (find-file-noselect): When we expand a wildcard, return
6312 a list of buffers, as we should do according to the doc string.
6313
49fc4500
KR
63142000-10-31 Ken Raeburn <raeburn@gnu.org>
6315
6316 * loadup.el (top level): Adjust load path if program name is
6317 "../src/bootstrap-emacs", in case it's not dumped and thus the
6318 load path adjustment hasn't already been done.
6319
ea0c615d
GM
63202000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6321
83c9cb8e
SM
6322 * ps-print.el: Fix bug on selected pages for printing.
6323 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6324 is on. Try to avoid warning messages when compiling. Doc Fix.
6325 (ps-print-version): New version number (6.3).
6326 (ps-color-device): Use `color-values' to determine if device
6327 supports color.
6328 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6329 (ps-print-page-p): Changed from defsubst to defun.
6330 (ps-page-number): Changed from defmacro to defun.
6331 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6332 printing.
c286608e 6333 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6334 (ps-end-file, ps-dummy-page): Funs eliminated.
6335 (ps-print-color-scale): Changed default value.
6336 (ps-page-n-up, ps-print-page-p): New internal vars.
6337 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6338 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6339
9e20722f
GM
6340 * delim-col.el: Little programming improvement.
6341 (delimit-columns-str): New macro.
6342 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6343
d7a0fd00
KH
63442000-10-31 Kenichi Handa <handa@etl.go.jp>
6345
c286608e
SM
6346 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6347 Moved to european.el.
d7a0fd00
KH
6348 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6349 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6350 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6351 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6352
234be340
DL
63532000-10-30 Dave Love <fx@gnu.org>
6354
6355 * progmodes/cc-menus.el (imenu-generic-expression)
6356 (imenu-progress-message): Only defvar when compiling.
6357
4edc4a39
DL
6358 * emacs-lisp/elp.el (elp-unload-hook): New function.
6359
6360 * loadhist.el (unload-feature): Call elp-restore-function,
6361 checking for symbols; don't use elp-restore-all.
6362 (loadhist-hook-functions): Doc fix.
6363
70c825df
SM
63642000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6365
6366 * log-edit.el (log-edit-confirm): Fix the default.
6367
1d3baf74
GM
63682000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6369
6370 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6371 delimit-columns-format.
6372 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6373
1ec321a7
MB
63742000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6375
6376 * comint.el (comint-replace-by-expanded-history): Don't use
6377 comint-get-old-input (we're not looking at *old* input).
6378 (comint-get-old-input-default): If using fields, signal an error
6379 when the point is not in an input field.
6380
70737ea9
KH
63812000-10-30 Kenichi Handa <handa@etl.go.jp>
6382
6383 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6384 and mule-unicode-e000-ffff.
6385
fa0cb51d 6386 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6387 (make-coding-system): Accept a symbol of translation table as a
6388 value of property `safe-chars'.
6389
6390 * international/mule-cmds.el (encode-coding-char): Check property
6391 safe-chars instead of safe-charsets.
6392
6393 * international/fontset.el (fontset-default): Modified for
6394 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6395 (x-font-name-charset-alist): Likewise.
6396 (ccl-encode-unicode-font): New CCL program. Record it in
6397 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6398
70c825df
SM
6399 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6400 New translation tables.
70737ea9
KH
6401 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6402 programs are modified and moved from mac-win.el.
6403 (mac-roman): Definition of this coding system is modified and
6404 moved from mac-win.el.
4836835a 6405
fda2ce24 64062000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6407
1d3baf74 6408 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6409 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6410
dd4d3cb6
MB
64112000-10-29 Miles Bader <miles@gnu.org>
6412
6413 * custom.el (custom-add-to-group): Allow multiple entries for a
6414 given value OPTION, as long as their widget types are different.
6415 * cus-edit.el (custom-face-value-create): If face name doesn't end
6416 with "face", add such here (similar to custom group widgets).
6417
6418 * comint.el (comint-highlight-prompt): Add :type.
6419
dace60cf
JW
64202000-10-28 John Wiegley <johnw@gnu.org>
6421
dace60cf
JW
6422 * calendar/timeclock.el (timeclock-log): Doc fix.
6423 (timeclock-last-event): Doc fix.
83c9cb8e 6424 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6425 (timeclock-find-discrep): Use a temp buffer to read in the
6426 timelog, instead of visiting the file.
6427 (timeclock-log-data): A new function, along with a host of helper
6428 functions, for the purpose of making timelog data accessible to
6429 programmers.
6430
6431 * eshell/esh-mode.el (window-height test): Make certain that
6432 `eshell-stringify-t' is non-nil.
6433 (eshell-password-prompt-regexp): Changed to a much simpler
6434 password regexp.
6435 (eshell-send-input): If `eshell-invoke-directly' returns t,
6436 directly invoke the parsed command using `eval'. This improves
6437 turn-around time on simple commands by a factor of three or
6438 greater, such as cd, ls, pwd, etc. -- which get used very often.
6439 It also conserves thousands of cons cells per call (since
6440 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6441 in the Pacific Cookie Company).
6442
6443 * eshell/esh-test.el (eshell-test): Whitespace fix.
6444
83c9cb8e
SM
6445 * eshell/em-ls.el (eshell-ls-insert-directory):
6446 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6447
6448 * eshell/em-script.el (eshell-script-initialize): Add names to
6449 `eshell-complex-commands, since `source' and `.' are complex.
6450
0467b076
EZ
6451 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6452 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6453 `eshell-copy-handles'.
6454 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6455 bodies.
6456 (eshell-separate-commands): Whitespace fix.
6457 (eshell-complex-commands): Added a new list of names, for
6458 determining whether a given command is as simple as it looks.
6459 (eshell-invoke-directly): New function. Returns t if a command
6460 should be invoked directly (using `eval'), rather than indirectly
6461 using `eshell-do-eval'.
6462 (eshell-do-eval): Whitespace fix.
6463
6464 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6465 which provides an emulation of the DOS shell behavior of assuming
6466 that cp/mv/ln should copy/move/link to the current directory.
6467 (eshell-remove-entries): Added a doc string.
6468 (eshell-shuffle-files): Removed the check for `target' being null.
6469 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6470 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6471 it to do a smarter check of whether a destination was provided.
6472 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6473 (eshell/ln): Enable `:preserve-args', and use
6474 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6475 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6476 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6477 list after flattening it. This makes it possible to cat files
6478 with numerical names.
6479 (eshell-unix-initialize): Added several names to
6480 `eshell-complex-commands.
6481 (eshell-unix-command-complex-p): Return t if a given command name
6482 may result in external processes being invoked.
6483
6484 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6485 variable nil by default, since it slows down glob processing by a
6486 factor of two or more, and increases memory consumption.
6487
6488 * eshell/em-smart.el: Added a note about how memory consumptive
6489 smart display mode can be (at least this is true in Emacs 21).
6490 (eshell-smart-initialize): Whitespace fix.
6491 (eshell-refresh-windows): Use `if' instead of `when'.
6492 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6493 not necessary.
83c9cb8e 6494 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6495
6496 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6497 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6498 Whitespace fix.
6499 (eshell-ls-exclude-hidden): Added this variable in addition to
6500 `eshell-ls-exclude-regexp'. This one prevents files beginning
6501 with . from even being read, which can improve memory consumption
6502 quite a bit.
6503 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6504 read file entries beginning with a dot. In home directories with
6505 lots of hidden files, fully two-thirds of the time spent in ls is
6506 used to read directory entries that are immediately thrown away.
6507 (eshell-ls-initial-args): Added back this configuration variable,
6508 for specifying default initial arguments to every call to ls.
6509 Much faster than using an alias to do the same thing.
6510 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6511 (eshell-ls-dir): Whitespace change.
6512
6513 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6514
83c9cb8e 6515 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6516 (eshell-stringify-t): Added a customization variable, to indicate
6517 whether `t' should be rendered as a string at all. If not, one
6518 can still determine if the result of an expression is true using
6519 "file-exists-p FILE && echo true".
6520 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6521 stringify t!
6522
6523 * eshell/esh-module.el: Whitespace fix.
6524
83c9cb8e
SM
6525 * eshell/em-alias.el (eshell-alias-initialize):
6526 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6527 (eshell-command-aliased-p): New function that returns t if a
6528 command name names an aliased.
6529
657f9cb8 65302000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6531
0467b076 6532 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6533 redrawing the screen when changing cursor color.
0467b076
EZ
6534 (viper-insert-state-pre-command-sentinel)
6535 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6536 (viper-replace-state-post-command-sentinel):
6537 Use viper-preserve-cursor-color.
657f9cb8
MK
6538 Many functions changed to use viper= instead of = when comparing
6539 characters.
0467b076 6540 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6541 working with characters.
0467b076 6542 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6543 Many functions changed to use viper= instead of = when comparing
6544 characters.
0467b076 6545 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6546
0467b076 6547 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6548 Several typos fixed in various docstrings.
0467b076 6549 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6550 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6551 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6552 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6553 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6554 (ediff-get-selected-buffers): New function.
6555 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6556 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6557 Use save-window-excursion.
0467b076 6558 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6559 termination check in while loop.
0467b076 6560 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6561 dired buffer.
0467b076
EZ
6562 (ediff-files,ediff-merge-files,ediff-files3)
6563 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6564
4f490d99
DL
65652000-10-28 Dave Love <fx@gnu.org>
6566
6567 * info.el (Info-fontify-node): Add help-echo for menu items.
6568
45b84006
EZ
65692000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6570
5ebc02b3
EZ
6571 * startup.el (normal-top-level): If the value of $TERM indicates
6572 we are running from xterm or one of its work-alikes, default to a
6573 light background mode.
6574
45b84006
EZ
6575 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6576 * faces.el (tty-handle-reverse-video): New function.
6577 (tty-create-frame-with-faces): Call it.
6578
6579 * frame.el (frame-notice-user-settings): Don't apply
6580 default-frame-alist and initial-frame-alist to MS-DOS frames.
6581 Call tty-handle-reverse-video, frame-set-background-mode, and
6582 face-set-after-frame-default for non-MS-DOS frames.
6583
6584 * startup.el (tty-long-option-alist): New variable.
6585 (tty-handle-args): New function.
6586 (command-line): Call tty-handle-args.
6587
6588 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6589 startup.el now does that for all character-terminal frames.
6590
eab6e8b9
MB
65912000-10-28 Miles Bader <miles@gnu.org>
6592
83c9cb8e
SM
6593 * emacs-lisp/easy-mmode.el (define-minor-mode):
6594 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6595 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6596 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6597 version using `easy-mmode-define-global-mode'.
6598 Add :conditional-turn-on keyword argument.
eab6e8b9 6599
51a29efc
DL
66002000-10-28 Dave Love <fx@gnu.org>
6601
83c9cb8e
SM
6602 * international/latin1-disp.el (latin1-char-displayable-p):
6603 Don't use window-system.
51a29efc 6604
d71d7114
EZ
66052000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6606
6607 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6608 Don't call find-buffer-file-type-coding-system. Instead, just
6609 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6610 if the file is on an untranslated filesystem.
6611 (add-untranslated-filesystem): Use "D" instead of "f" inside
6612 interactive.
6613
1f9cab4b
DL
66142000-10-27 Dave Love <fx@gnu.org>
6615
70c825df 6616 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6617 (refill-mode): Use it.
6618
70c825df
SM
66192000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6620
6621 * international/quail.el (quail-activate): Don't make-local-hook.
6622
7432cf10
AS
66232000-10-27 Andre Spiegel <spiegel@gnu.org>
6624
4836835a 6625 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6626 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6627 (vc-make-version-backup): Don't do it on MS-DOS without long file
6628 names.
4836835a 6629
7432cf10
AS
6630 * vc.el (vc-version-other-window): If an automatic backup of the
6631 desired version exists, rename it instead of copying it.
6632
4836835a
TTN
6633 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6634 after command. If there's an unexpected error, signal it instead
7432cf10 6635 of being silent.
e1483c38 6636 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6637
05ea7ef2
MB
66382000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6639
fd1035aa
MB
6640 * shell.el (shell): Add BUFFER argument.
6641 * comint.el (make-comint-in-buffer): New function.
6642 (make-comint): Use it.
6643
05ea7ef2
MB
6644 * faces.el (face-spec-choose): Change syntax so that the list of
6645 attribute-value pairs is now the cdr of each clause, not the cadr.
6646 Detect old-style entries, and handle them. Use pop.
6647
835a55fe
SM
66482000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6649
f5ab1cdd
SM
6650 * cus-edit.el (custom-mode-map): Use a sparse map.
6651 (custom-mode): Don't bother with make-local-hook.
6652
6653 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6654
835a55fe
SM
6655 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6656
c13b0ec8
GM
66572000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6658
6659 * ps-print.el: Avoid compilation gripes.
6660 (ps-print-version): New version number (6.2.1).
4836835a 6661
e9f63196
DL
66622000-10-26 Dave Love <fx@gnu.org>
6663
0b95284b
DL
6664 * menu-bar.el: Modify some menu item help strings.
6665 (menu-bar-help-menu): Add link to MORE.STUFF.
6666
e9f63196
DL
6667 * cus-edit.el (custom-mode): Add `special' mode-class property.
6668
6669 * wid-browse.el (widget-browse-mode): Likewise.
6670
6671 * wid-edit.el (widget-specify-field): Revert to using local-map
6672 property, not keymap.
6673
e276a14a
MB
66742000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6675
c1545d88
MB
6676 * wid-edit.el (widget-field-end): When checking for a `boundary'
6677 field, do so in the correct buffer.
6678
3c1b77ca
MB
6679 * simple.el (undo): Correctly distinguish between numeric and
6680 non-numeric prefix args in non-transient-mark-mode, as per the doc
6681 string. When in transient-mark-mode, treat all prefix-args as
6682 numeric.
6683
f5ab1cdd
SM
6684 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6685 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6686
6687 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6688 (comint-mode-map): Reverse order of `comint-write-output' and
6689 `comint-append-output-to-file'.
6690 (comint-append-output-to-file): Reinstate this function, for the
6691 benefit of the menu.
6692
d97151cb
SM
66932000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6694
6695 * vc.el (vc-version-other-window): Bind `file'.
6696
ea7d6f5b
GM
66972000-10-25 Gerd Moellmann <gerd@gnu.org>
6698
f5ab1cdd 6699 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6700
6701 * emacs-lisp/authors.el (batch-update-authors): New function.
6702 (authors-fixed-entries): New defconst.
6703 (authors-add-fixed-entries): New function.
6704 (authors): Call it.: Don't process lispref/.
6705
17c25cea
JR
67062000-10-25 Jason Rumney <jasonr@gnu.org>
6707
6708 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6709 Merge x w32 and mac definitions.
6710
4ecda532
GM
67112000-10-25 Gerd Moellmann <gerd@gnu.org>
6712
6713 * menu-bar.el (menu-bar-options-menu): Add a help string for
6714 `uniquify'.
6715
b6735035
GM
67162000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6717
f5ab1cdd
SM
6718 * time-stamp.el (time-stamp-string-preprocess):
6719 Fix a wrong type argument error.
b6735035 6720
f4cbc7a0
MB
67212000-10-25 Miles Bader <miles@gnu.org>
6722
6723 * recentf.el (recentf-mode): Variable removed.
6724 (recentf-mode): Use `define-minor-mode'.
6725
6726 * mwheel.el (mouse-wheel-mode): New global minor mode.
6727 (mwheel-install): Use `mouse-wheel-mode'.
6728
f4b020f6
DL
67292000-10-25 Dave Love <fx@gnu.org>
6730
f5ab1cdd
SM
6731 * progmodes/cperl-mode.el (cperl-mode):
6732 Set normal-auto-fill-function correctly.
072cb6f9 6733
83c9cb8e
SM
6734 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6735 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6736 bindings.
f4b020f6 6737
ebe2a441
MB
67382000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6739
ff4dcd4b
MB
6740 * wid-edit.el (widget-field-at): New function.
6741 (widget-at, widget-field-activate): Use it.
6742 (widget-tabable-at): Use `widget-at'.
6743 (widget-specify-field): If the terminating character of the widget
6744 field (which is read-only) is a newline, put it into a special
6745 `boundary' field so that C-n/C-p act more naturally.
6746 (widget-field-end): Also don't subtract one if a special
6747 `boundary' field has been added after the widget field.
6748
83c9cb8e
SM
6749 * comint.el (comint-output-filter, comint-send-input):
6750 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6751 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6752
ebe2a441
MB
6753 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6754 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6755 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6756
fe50b6ab
GM
67572000-10-24 Gerd Moellmann <gerd@gnu.org>
6758
53df4dda 6759 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6760 (authors): Set file coding system to iso-2022-7bit.
6761 Add file-local variables to output buffer.
53df4dda 6762
4836835a 6763 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6764 WARN is nil.
6765
53df4dda
GM
67662000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6767
6768 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6769
6770 * delim-col.el: Now there is a column formatting mechanism.
6771 Modified to customization mechanisms convention. Doc fix.
6772 (columns): New group for delim-col.
6773 (delimit-columns-before, delimit-columns-after)
6774 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6775 (delimit-columns-end): New vars.
6776 (delimit-columns-customize, delimit-columns-format): New funs.
6777 (delimit-columns-region, delimit-columns-rectangle)
6778 (delimit-columns-rectangle-line): Modified to support column
6779 formatting.
4836835a 6780
a9839779
DL
67812000-10-24 Dave Love <fx@gnu.org>
6782
6783 * log-edit.el (log-edit): Add :version and a :group for vc.
6784
df0267b8
GM
67852000-10-24 Gerd Moellmann <gerd@gnu.org>
6786
9acc3873
GM
6787 * files.el (after-find-file): Don't print a message ``New file''
6788 if WARN is nil.
6789
83c9cb8e
SM
6790 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6791 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6792 get duplicate tool-bar entries because we'll see the global ones
6793 on more than one path through keymaps.
6794
1946f901
GM
6795 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6796
df0267b8
GM
6797 * progmodes/cmacexp.el: Change Francesco's email address.
6798
ae3b264b
KH
67992000-10-24 Kenichi Handa <handa@etl.go.jp>
6800
6801 * window.el (fit-window-to-buffer): Adjust point of the window
6802 buffer, not that of the current buffer.
6803
23afac01
EZ
68042000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6805
6806 * progmodes/cmacexp.el: Update the euthor's email address.
6807
22d1a4ed
MB
68082000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6809
6810 * faces.el (face-spec-set-match-display): Add `graphic' display
6811 type (the inverse of `tty'). Use `display-graphic-p' instead of
6812 the window-system variable.
6813
f408aa48
KH
68142000-10-24 Kenichi Handa <handa@etl.go.jp>
6815
83c9cb8e
SM
6816 * international/isearch-x.el (isearch-with-input-method):
6817 Call input-method-function with the first event in
f408aa48
KH
6818 unread-command-events.
6819
94fe8a31
MB
68202000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6821
83c9cb8e 6822 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6823
8f47302e
AC
68242000-10-24 Andrew Choi <akochoi@i-cable.com>
6825
6826 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6827 New charsets.
6828
6829 * term/mac-win.el: Remove definitions of mac-roman-lower and
6830 mac-roman-upper, require dired, and define instead of set
6831 mac-ready-for-drag-n-drop to avoid compilation error.
6832
446c097e
AI
68332000-10-23 Andrew Innes <andrewi@gnu.org>
6834
83c9cb8e
SM
6835 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6836 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6837 expand-file-name after convert-standard-filename to ensure
6838 expected directory separators are used.
6839
379b70e7
EZ
68402000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6841
6842 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6843
85c766e9
DL
68442000-10-23 Dave Love <fx@gnu.org>
6845
b7e03a67
DL
6846 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6847 (tool-bar-add-item): Set foreground and background for XBM icons.
6848
83c9cb8e
SM
6849 * international/latin1-disp.el (latin1-char-displayable-p):
6850 New function (from Handa).
b7e03a67
DL
6851 (latin1-display-check-font): Use it.
6852
0dcf8835 6853 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6854 using :key-sequence, making it much more usable.
6855 Use nconc, not append.
0dcf8835
DL
6856 (imenu--create-keymap-1): Avoid append.
6857
85c766e9 6858 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6859
cb3069bb
MB
68602000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6861
6862 [the following changes fix a bug where `define-minor-mode' didn't
6863 correctly generate :require clauses for defcustoms in compiled files]
6864 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6865 (byte-compile-log-file, byte-compile-log-1): Don't set
6866 `byte-compile-current-file' to nil. Instead set
6867 `byte-compile-last-logged-file' to it. Test whether
6868 byte-compile-current-file equals byte-compile-last-logged-file
6869 instead of whether its nil.
3b6542ba 6870 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6871
6db6243b
SM
68722000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6873
6874 * textmodes/refill.el: Fix var names in doc.
6875 (refill-mode): Don't bother with make-local-hook anymore.
6876
98490598
MB
68772000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6878
e01cd227
MB
6879 * faces.el (face-user-default-spec, face-default-spec): New functions.
6880 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6881 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6882 Use `face-user-default-spec'. Simplify code slightly.
6883
4836835a 6884 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6885 (woman-unknown-face): Add dark-background variants.
6886 (woman-default-faces): Renamed from `woman-colour-faces'.
6887 Set using the stored defaults, rather than using hard-wired colors.
6888 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6889 Just make the foreground `unspecified' rather than "black".
6890 (woman-menu): Rename menu entries accordingly.
6891
98490598
MB
6892 * faces.el (header-line): Make more reasonable on mono/grayscale
6893 displays.
6894
1a578e9b
AC
68952000-10-23 Andrew Choi <akochoi@i-cable.com>
6896
6897 * cus-edit.el (custom-button-face): Use 3D look for mac.
6898 (custom-button-pressed-face): Likewise.
6899
6900 * faces.el (set-face-attributes-from-resources): Handle mac frames
6901 in the same way as x and w32 frames.
6902 (face-valid-attribute-values): Likewise.
6903 (read-face-attribute): Likewise.
6904 (defined-colors): Likewise.
6905 (color-defined-p): Likewise.
6906 (color-values): Likewise.
6907 (display-grayscale-p): Likewise.
6908 (face-set-after-frame-default): Likewise.
6909 (mode-line): Same default face as for x and w32.
6910 (tool-bar): Likewise.
6911
6912 * frame.el: Remove call to frame-notice-user-settings at end of
6913 the file.
6914
83c9cb8e 6915 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6916 as for x, pc, and w32 frame types.
6917
6918 * term/mac-win.el: New file.
6919
aaaf7be7
DL
69202000-10-22 Dave Love <fx@gnu.org>
6921
6922 * textmodes/refill.el: New file.
6923
5392d654
AS
69242000-10-22 Andre Spiegel <spiegel@gnu.org>
6925
4836835a 6926 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6927 MANUAL and REGEXP.
4836835a 6928 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6929 New functions.
6930 (vc-before-save): Use the latter.
6931 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6932 confusion.
6933
4836835a 6934 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6935 expected by vc[-hooks].el.
6936
6937 * vc.el (vc-checkout): Added `-p' suffix in call to
6938 vc-make-version-backups-p; use vc-make-version-backup to actually
6939 make the backup.
6940 (vc-version-other-window, vc-version-backup-file): Handle both
6941 automatic and manual backups.
6942 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6943 of all of them.
6944
1e221c16
MB
69452000-10-22 Miles Bader <miles@gnu.org>
6946
7ff4fda5
MB
6947 * comint.el (comint-highlight-input, comint-highlight-prompt):
6948 Renamed, `-face' at end removed.
6949 (comint-send-input, comint-output-filter): Use renamed faces.
6950
3511cde8
MB
6951 * window.el (fit-window-to-buffer): Change defaulting of
6952 MAX-HEIGHT slightly.
6953
1e221c16
MB
6954 * faces.el (color-values, color-defined-p): Use `member', not
6955 `memq', because it works correctly for strings.
6956 (frame-set-background-mode): Actually, "unspecified-fg" and
6957 "unspecified-bg" *are* strings. Use `member', not `memq', and
6958 `equal', not `eq', when a string value is possible.
6959
b6ef4898
EZ
69602000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6961
6962 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6963
34939e2c
SM
69642000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6965
6966 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6967 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6968 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6969 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6970 (sh-font-lock-syntactic-keywords): Use them.
6971 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6972 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6973 (sh-mode): Don't override font-lock-unfontify-region-function.
6974 Use a copy of sh-font-lock-syntactic-keywords.
6975 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6976 Don't call sh-scan-buffer since font-lock does it on the fly.
6977 (sh-get-indent-info): Use `face' rather than `syntax-table'
6978 text-property to detect here-documents.
6979 Replace sh-special-syntax with sh-st-punc.
6980 (sh-prev-line): Use `face' rather than `syntax-table'
6981 text-property to skip over here-documents.
6982 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6983 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6984 (sh-electric-less, sh-set-here-doc-region)
4836835a 6985 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6986 (sh-scan-buffer, sh-rescan-buffer): Remove.
6987
f3d3c491
AI
69882000-10-21 Andrew Innes <andrewi@gnu.org>
6989
6990 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6991 remote (ange-ftp) file names.
6992
b86c791c
MB
69932000-10-21 Miles Bader <miles@gnu.org>
6994
d9c30bdf
MB
6995 * window.el (fit-window-to-buffer): New function.
6996 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6997 (window-text-height): Don't expect minibuffers to have mode-lines.
6998
d9c30bdf 6999 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7000 * international/quail.el (quail-update-guidance):
7001 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7002
617fee5a
MB
7003 * international/quail.el (quail-show-guidance-buf): Make sure
7004 guidance window really has enough room.
7005 (quail-update-guidance): If quail-guidance-win is already shown,
7006 make sure its height is OK.
7007
b86c791c
MB
7008 * window.el (window-text-height, set-window-text-height):
7009 New functions.
7010 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7011 instead of `window-height' & `mode-line-window-height-fudge'.
7012 (mode-line-window-height-fudge): Add FACE parameter.
7013 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7014 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7015
e34850d1
MB
70162000-10-20 Miles Bader <miles@gnu.org>
7017
7018 * window.el (height-affecting-face-attributes): Use `defconst'.
7019
7020 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7021 New function, conditionally aliased to `mode-line-window-height-fudge'.
7022 (ispell-help): Use it.
7023 (ispell-choices-win-default-height): Don't include mode-line fudge.
7024 (ispell-choices-win-default-height): New function.
7025 (ispell-show-choices, ispell-command-loop): Use function
7026 `ispell-choices-win-default-height' instead of variable.
7027
a8b883c2
MB
70282000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7029
8c6e4a58
MB
7030 * window.el (mode-line-window-height-fudge): New variable.
7031 (height-affecting-face-attributes): New variable.
7032 (mode-line-window-height-fudge): New function.
7033 (shrink-window-if-larger-than-buffer): Use it.
7034 * help.el (resize-temp-buffer-window): Likewise.
7035
a8b883c2
MB
7036 * info.el (Info-fontify-node): Add support for @subsubsection
7037 titles, which use `Info-title-4-face'.
7038 (Info-title-4-face): New face.
7039 (Info-title-3-face): Inherit from Info-title-4-face instead of
7040 variable-pitch.
7041
e64c3a75
JR
70422000-10-19 Jason Rumney <jasonr@gnu.org>
7043
7044 * dired.el (dired-insert-directory): Do not let errors signalled by
7045 attempt to run dired-free-space-program prevent dired from working.
7046
c70fe852
SM
70472000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7048
7049 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7050
877cf6b4
GM
70512000-10-19 Gerd Moellmann <gerd@gnu.org>
7052
5de037e0
GM
7053 * dirtrack.el (dirtrack): Fix call to run-hooks.
7054
6deb9af9
GM
7055 * cmuscheme.el (cmuscheme-program-name): Renamed from
7056 scheme-program-name because xscheme.el contains a defcustom with
7057 the same name. As a consequence, customizing group `cmuscheme'
7058 loaded `xscheme' which redefined run-scheme.
7059 (run-scheme): Use cmuscheme-program-name.
7060
83c9cb8e 7061 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7062
e597d8fb 7063 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7064 anonymous address, and add a website for Befrienders International.
4836835a 7065
3e9cb08f
GM
70662000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7067
c70fe852
SM
7068 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7069 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7070 (ps-print-version): New version number (6.2).
7071 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7072 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7073 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7074 (ps-x-extent-priority, ps-x-extent-start-position)
7075 (ps-x-face-font-instance, ps-x-find-coding-system)
7076 (ps-x-font-instance-properties, ps-x-make-color-instance)
7077 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7078 avoid compilation gripes without defining functions.
7079 (ps-e-find-composition): Alias for function find-composition, to have a
7080 suitable function depending on Emacs version.
7081 (ps-color-device, ps-color-values, ps-face-foreground-name)
7082 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7083 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7084 (ps-print-ensure-fontified): Function definitions surrounded by
7085 `eval-and-compile' to avoid compilation gripes.
7086 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7087 by symbol-value to avoid compilation gripes.
7088 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7089 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7090
d8abcd91
MB
70912000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7092
13ab33c4
MB
7093 * startup.el (normal-top-level): Call `frame-set-background-mode'
7094 after `frame-notice-user-settings' because the latter doesn't call
7095 the former on a tty.
7096
d8abcd91
MB
7097 * faces.el (frame-set-background-mode): `unspecified' &c are
7098 symbols, not strings.
7099
e8bce0a9
EZ
71002000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7101
c70fe852
SM
7102 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7103 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7104
c70fe852
SM
7105 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7106 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7107
773272d8
KH
71082000-10-19 Kenichi Handa <handa@etl.go.jp>
7109
c70fe852 7110 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7111 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7112 for ISO10646-1 fonts.
7113 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7114
772139c0
EZ
71152000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7116
7117 * faces.el (frame-set-background-mode): If a tty frame defines a
7118 background color, use that to compute the background mode, instead
7119 of always defaulting to "dark".
7120
d134a19f
MB
71212000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7122
8bb84cb2
MB
7123 * comint.el (comint-write-output): New function.
7124 (comint-mode-map): Add it to the menu.
e40a778f 7125 Bind `C-c C-s' to comint-write-output.
d134a19f 7126
dada41e1
GM
71272000-10-18 Gerd Moellmann <gerd@gnu.org>
7128
7129 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7130 Use fancy-splash-delay.
7131
9b5360aa
GM
71322000-10-18 Alex Schroeder <alex@gnu.org>
7133
7134 * progmodes/sql.el (sql-sybase-options): New option.
7135 (sql-sybase): Use it. Add sql-database to the list of parameters
7136 provided for login. The options -w 2048 -n are not used any more.
7137
9035a35a
GM
7138 * comint.el (comint-read-input-ring): Bugfix such that the first
7139 and the last entry of the input ring file are not lost.
7140
3556c6dd
GM
71412000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7142
7143 * ps-print.el: Internal variable changes to defcustom,
7144 make-local-hook changes to defvar. Doc fix.
7145 (ps-print-version): New version number (6.1).
7146 (ps-setup, ps-do-despool): Code fix.
7147 (ps-printer-name): Customization fix.
7148 (ps-printer-name-option): Now is a defcustom instead of an
7149 internal variable.
7150 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7151 (ps-print-begin-column-hook): Now are defvar instead of
7152 make-local-hook.
4836835a 7153
4e217e50
MB
71542000-10-18 Miles Bader <miles@gnu.org>
7155
7156 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7157 (comint-kill-output): Changed into an alias for `comint-delete-output',
7158 and made obsolete.
7159 (comint-mode-map): Rename references to comint-kill-output.
7160
34460354
EZ
71612000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7162
7163 * diff-mode.el (diff-header-face, diff-file-header-face)
7164 (diff-changed-face): Add bold and italic attributes to tty faces.
7165 (diff-function-face): New face.
7166 (diff-font-lock-keywords): Use it.
7167
17ea3cdb
MB
71682000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7169
7170 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7171 Remove commented-out call to force-mode-line-update.
7172 (comint-kill-output): Use `forward-line 0' instead of
7173 beginning-of-line to make sure we get past the prompt.
7174
9244f2c7
SM
71752000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7176
7177 * diff-mode.el (diff-header-face, diff-file-header-face):
7178 Add specific setting for dark background.
7179 (diff-context-face): Renamed from diff-comment-face.
7180 Set explicitly rather than inheriting from font-lock-comment-face.
7181
1592c1ef
EZ
71822000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * startup.el (command-line): Move the code which sets the default
7185 TTY colors to before before-init-hook.
7186
f86292a9
GM
71872000-10-17 Gerd Moellmann <gerd@gnu.org>
7188
7189 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7190
f7f2e883
EZ
71912000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7192
e854cc22
EZ
7193 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7194 extensions, for MS-DOS.
7195
f7f2e883
EZ
7196 * diff-mode.el (diff-header-face, diff-file-header-face)
7197 (diff-changed-face): Define tty-specific colors.
7198
c7b4f0f9
GM
71992000-10-17 Gerd Moellmann <gerd@gnu.org>
7200
7201 * startup.el (fancy-splash-text): Realign the text.
7202
12a72271
EZ
72032000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7204
7205 * font-lock.el (font-lock-comment-face): Define a separate default
7206 for dark-background tty's.
7207
61dfccfd
MB
72082000-10-17 Miles Bader <miles@gnu.org>
7209
7210 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7211 being obscured by whizzy mode-lines on graphics displays.
7212
333cd59e
EZ
72132000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7214
7215 * info.el (Info-title-1-face, Info-title-2-face)
7216 (Info-title-3-face): Define colors for tty's.
dada41e1 7217 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7218
dbf1fcc1
EZ
72192000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7220
7221 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7222 reverse from the frame parameters, and don't invert foreground and
7223 background colors.
7224
ac629823
MB
72252000-10-16 Miles Bader <miles@gnu.org>
7226
7227 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7228 string "*Info*". Call propertized-buffer-identification to spruce
7229 up the result.
7230
76eebffc
GM
72312000-10-16 Gerd Moellmann <gerd@gnu.org>
7232
3a6b59d9
GM
7233 * help.el: Provide `help' for the sake of define-minor-mode
7234 which generates defcustoms with requires.
7235
6569c3d3
GM
7236 * jit-lock.el (jit-lock-after-change): If we're in text that
7237 matches a multi-line font-lock pattern, make sure the whole text
7238 will be redisplayed.
7239
c2e0a611
GM
7240 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7241 author's name is unknown.
7242
76eebffc
GM
7243 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7244 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7245 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7246 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7247 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7248 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7249 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7250 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7251 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7252 Add author information.
7253
cf1e7b12
MB
72542000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7255
7256 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7257 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7258 full-color version (using the Gimp) to eliminate dithering artifacts.
7259
5586f3eb
SM
72602000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7261
7262 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7263
7264 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7265
ad64a888
DL
72662000-10-15 Dave Love <fx@gnu.org>
7267
83c9cb8e 7268 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7269
7270 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7271
7272 * whitespace.el: Doc fixes.
7273 (top-level): Don't add hooks here.
7274 (whitespace-running-emacs): Deleted.
7275 (timer): Don't require.
7276 (whitespace): Add back :version conditional on xemacs test.
7277 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7278 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7279 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7280 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7281 Avoid specific xemacs test.
7282 (whitespace-global-mode): New option.
7283 (whitespace-global-mode): New command.
7284 (whitespace-unload-hook): New function.
7285
7286 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7287 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7288 (Info-fontify-node): `Goto' goes to `Go to'.
7289 (Info-fontify-node): Add help-echo to xref links.
7290
1ef49fc6
EZ
72912000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7292
7293 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7294
8b7707e1
SM
72952000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7296
b3b7f42f
SM
7297 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7298 Use plist-get and allow :inherit.
7299
7300 * emacs-lisp/cl-macs.el (cl-do-arglist):
7301 Use plist-get and plist-member instead of memq.
7302
3c7fafc7
SM
7303 * emacs-lisp/ewoc.el (ewoc-location): New function.
7304 (ewoc-enter-after, ewoc-enter-before): Document return value.
7305 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7306 Don't need make-local-hook any more.
7307 (cvs-addto-collection): Return the new tin.
7308 (cvs-mode-insert): Jump to the new line.
7309
8b7707e1
SM
7310 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7311
7312 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7313
7314 * font-lock.el (font-lock-syntactically-fontified): New var.
7315 (font-lock-fontify-syntactic-keywords-region): Use it.
7316 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7317
7318 * diff-mode.el (diff-find-file-name): Fix regexp.
7319
7320 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7321 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7322
7323 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7324 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7325 (sh-mode): Don't make all vars local here.
7326 (sh-kw): Reformat.
7327 (sh-set-shell): Use dolist. Don't set indent-region-function.
7328 (sh-mode-syntax-table): Use pop.
7329 (sh-remember-variable): Use push.
7330 (sh-help-string-for-variable): Use memq.
7331 (sh-safe-backward-sexp): Remove.
7332 (sh-safe-forward-sexp): Add ARG.
7333 (sh-get-indent-info, sh-prev-stmt): Use it.
7334 (sh-prev-line): Simplify by using forward-comment.
7335 (sh-this-is-a-continuation): Simplify.
7336 (sh-learn-buffer-indent): Use dolist.
7337 (sh-do-nothing): Remove.
7338 (sh-set-char-syntax, sh-set-here-doc-region):
7339 Use inhibit-modification-hooks.
7340 (sh-name-style): Use mapcar and push.
7341 (sh-load-style): Use dolist.
7342 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7343 (sh-case, sh-while-getopts): Use propertize directly rather
7344 than sh-electric-rparen.
7345
73462000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7347
7348 * textmodes/tex-mode.el: Require CL when compiling.
7349 (tex-mode-syntax-table): Init immediately.
7350 (tex-mode-map): Bind M-RET to latex-insert-item.
7351 (latex-mode): Set indent-line-function to latex-indent.
7352 (tex-common-initialization): Don't setup the syntax-table any more.
7353 (latex-insert-item): New skeleton.
7354 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7355 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7356 (latex-indent, latex-find-indent): New functions.
4836835a 7357 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7358 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7359 (tex-compilation-parse-errors): Use with-syntax-table.
7360
86b7fcbb
MB
73612000-10-15 Miles Bader <miles@gnu.org>
7362
7363 * font-lock.el (font-lock-comment-face): Change dark-background,
7364 color, non-tty, default to `chocolate1'.
7365
57a24508
JW
73662000-10-13 John Wiegley <johnw@gnu.org>
7367
7368 * eshell/esh-util.el (require): Added a missing `require' form,
7369 needed when compiling (for an ange-ftp macro definition).
7370
40ad3db4
DL
73712000-10-13 Dave Love <fx@gnu.org>
7372
7373 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7374
db460189
GM
73752000-10-13 Gerd Moellmann <gerd@gnu.org>
7376
83c9cb8e 7377 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7378
4836835a 7379 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7380 transparent -colors 8).
7381
3b5e21df
GM
73822000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7383
7384 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7385 that breaks with old list format timestamps.
7386 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7387 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7388
16908a3f
JW
73892000-10-13 John Wiegley <johnw@gnu.org>
7390
d7103dda
JW
7391 * align.el, pcomplete.el, calendar/timeclock.el,
7392 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7393
dace60cf 7394 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7395 faulty math, where holiday hours were being computing as seconds.
7396
b6b70cda
JW
73972000-10-13 John Wiegley <johnw@gnu.org>
7398
7399 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7400 specifying what "other" kinds of buffers should be saved.
7401 This used to be hard-coded.
b6b70cda
JW
7402 (desktop-buffer-misc-functions): A global for specifying how
7403 auxiliary data should be determined for special buffer types.
7404 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7405 instead of hard-coding the special buffer types.
7406 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7407 auxiliary data, instead of hard-coding for Info buffers and dired.
7408 (desktop-buffer-info-misc-data): Aux function for determining Info
7409 buffer auxiliary info.
7410 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7411 (desktop-buffer-info): Changed this function to use the info
7412 gathered above.
7413 (desktop-create-buffer): Be a little more careful about what
7414 `minor-mode' means before calling it. This is important for some
7415 buffer types.
7416
8c6b1d83
JW
74172000-10-13 John Wiegley <johnw@gnu.org>
7418
7419 * eshell/esh-util.el: Added a global form which declares an
7420 autoload for `parse-time-string', if that function is not already
7421 defined, and if parse-time.el is available on the user's system.
7422
7423 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7424 to be aware of ange-ftp user info.
83c9cb8e 7425 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7426 (eshell-ls-annotate): Use `eshell-file-attributes'.
7427 (eshell-ls-file): Made the user-id printing code a bit smarter.
7428
7429 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7430 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7431 It's manual, but there's no other way to know when the current user
7432 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7433 (fboundp): Bind `ange-cache'.
7434 (eshell-directory-files-and-attributes): Re-organized the logic a
7435 bit to use `eshell-file-attributes' instead of `file-attributes'.
7436 The former is more sensitive to directories that are read via FTP,
7437 and knows how to use ange-ftp to determine full attribute
7438 information, instead of just the name and last modtime.
7439 (eshell-current-ange-uids): Return the current user id when in a
7440 remote directory.
7441 (eshell-parse-ange-ls): Parse a full directory listing that has
7442 been returned by ange-ftp.
7443 (eshell-file-attributes): This beefed up version of
7444 `file-attributes' is only special if the user is currently in a
7445 remote directory, in which case it does a lot of work to find out
7446 what the real attributes of a file are, as they appear on the
7447 remote machine. This makes usage of remote directories (i.e.,
7448 ange-ftp pathnames) much more useful. You can now use Eshell as a
7449 full-fledged FTP client, with much more manipulation ability than
7450 most other clients.
7451
7452 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7453 variable, which means that Eshell's du should always be preferred
7454 in remote directories.
7455 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7456 just `file-attributes'.
7457 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7458 when reading remote directories. This is an Eshell-specific
7459 variable (not part of ange-ftp).
7460 (eshell/ln): Bind `ange-cache'.
7461 (eshell/du): Added some extra logic for determining when to use
7462 Eshell's du (which is slow), and when to use the external version
7463 (which may or may not exist).
7464
83c9cb8e
SM
7465 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7466 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7467 `get-buffer-process', since backgrounded processes don't count in
7468 the context of this function's logic.
7469
7470 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7471 `forward-char', so that null strings are parsed correctly.
7472
87730e84 74732000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7474
83c9cb8e
SM
7475 * eshell/em-pred.el (eshell-pred-file-type)
7476 (eshell-pred-file-links, eshell-pred-file-size):
7477 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7478
7479 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7480 that remote file globbing is more efficient.
7481
7482 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7483 gathering the files and attributes within a directory.
7484
7485 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7486 the command line is a special file (not a regular file, directory
7487 or symlink), always attempt to call the external version of cat.
7488
87730e84 74892000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7490
7491 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7492 Eshell-friendly version of find-tag.
7493
1c7e37a9
MB
74942000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7495
4836835a 7496 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7497 (image-file-name-regexps): Add autoload cookies.
7498
11a7f341
KH
74992000-10-13 Kenichi Handa <handa@etl.go.jp>
7500
7501 * international/mule-cmds.el (select-safe-coding-system): If FROM
7502 is string, show it in *Warning* buffer.
7503
8ddddcb0
EZ
75042000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7505
7506 * startup.el (normal-top-level): Use display-popup-menus-p instead
7507 of window-system.
7508 (command-line): Use display-graphic-p instead of window-system.
7509 (command-line-1): Use display-popup-menus-p and display-mouse-p
7510 instead of window-system.
7511
72200f89
SS
75122000-10-12 Sam Steingold <sds@gnu.org>
7513
7514 * tooltip.el (tooltip-use-echo-area): New user variable.
7515 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7516
8661c643
DL
75172000-10-12 Dave Love <fx@gnu.org>
7518
d0b40dc1
DL
7519 * recentf.el: Maintainer's checkdoc fixes.
7520
83c9cb8e
SM
7521 * startup.el (normal-top-level-add-subdirs-to-load-path):
7522 Use character class, not ASCII when matching file names.
a622451f
DL
7523 (fancy-splash-head): Add trailing slash to URL.
7524 (command-line): Don't require XPM support for toolbar.
7525
8661c643
DL
7526 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7527 (cperl-invalid-face): Revert last change.
7528 (cperl-init-faces): Quote cperl-invalid-face.
7529
ef2ed8ab
KH
75302000-10-12 Kenichi Handa <handa@etl.go.jp>
7531
7532 * startup.el (fancy-splash-text): Remove superfluous quote.
7533
b0da379e
GM
75342000-10-12 Gerd Moellmann <gerd@gnu.org>
7535
dbeb499b
GM
7536 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7537 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7538 (command-line-1): Don't use fancy-splash-pending-command.
7539 (fancy-splash-screens-1): Goto point-min after inserting text.
7540
d861718a
GM
7541 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7542
b0da379e
GM
7543 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7544 instead of shared-lisp-mode-map.
7545
4fb2ad98
MB
75462000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7547
1cb4393e
MB
7548 * faces.el (header-line): Change tty-variant to use underlining.
7549
4fb2ad98
MB
7550 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7551 (isearch-highlight): Restore lazy-isearch face properties at old
7552 position, and suppress them at new position.
7553 (isearch-dehighlight): Restore lazy-isearch face properties.
7554 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7555 over the real isearch overlay, but in that case, don't give it a
7556 face property. Use `push'.
7557
eb991b25
KH
75582000-10-12 Kenichi Handa <handa@etl.go.jp>
7559
7560 * man.el (Man-getpage-in-background): Fix previous change.
7561 Decode the process output only when we are in multibyte mode.
7562
a818c1c0
DL
75632000-10-11 Dave Love <fx@gnu.org>
7564
c990f53a
DL
7565 * info.el (Info-mode-menu): Fix some help.
7566 (info-tool-bar-map): Add entry for Info-last.
7567
a818c1c0
DL
7568 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7569 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7570 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7571 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7572 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7573 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7574 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7575 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7576 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7577 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7578 Reduce colour requirements to 25 overall. (Probably wants
7579 revisiting from the originals to reduce further.)
7580
c1b096cb
EZ
75812000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7582
7583 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7584 buffer-file-coding-system, instead of raw-text.
7585 (dehexlify-buffer): Bind coding-system-for-read to
7586 buffer-file-coding-system, instead of raw-text.
7587
5c8b7eaf
SS
75882000-10-11 Sam Steingold <sds@gnu.org>
7589
83c9cb8e 7590 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7591 `underline' - fixes the bug introduced on 2000-09-21.
7592
2cfbdb7a
DL
75932000-10-11 Dave Love <fx@gnu.org>
7594
83c9cb8e
SM
7595 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7596 Avoid compiler warnings.
2cfbdb7a
DL
7597 (scheme-mode): Doc fix.
7598 (scheme-font-lock-keywords-1): Match `define-syntax'.
7599
76002000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7601
7602 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7603 face specs as well as default ones. Only do anything if the
7604 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7605 (region): Make dark-background `region' face less in-your-face.
4b33f290 7606
690ec649
SS
76072000-10-10 Sam Steingold <sds@gnu.org>
7608
7609 * chistory.el, ielm.el, ledit.el:
7610 * progmodes/inf-lisp.el, progmodes/scheme.el:
7611 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7612
3b95d6bb
SM
76132000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7614
7615 * textmodes/texinfo.el: Update copyright and fix typo.
7616
7617 * desktop.el (desktop-modes-not-to-save): New var.
7618 (desktop-save-buffer-p): Use it.
a30eb617
DL
7619 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7620 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7621
76222000-10-10 Dave Love <fx@gnu.org>
7623
7624 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7625 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7626
7627 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7628 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7629 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7630 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7631 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7632 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7633 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7634 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7635 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7636 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7637 the .xpms; probably need retouching.
7638
76392000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7640
7641 * subr.el (add-to-list): Add optional argument APPEND.
7642 * battery.el (display-battery): Use `add-to-list'.
7643
76442000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7645
83c9cb8e
SM
7646 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7647 properties.
a30eb617
DL
7648 (zone, zone-when-idle, zone-leave-me-alone)
7649 (zone-pgm-whack-chars): Use new symbol properties.
7650
7651 * battery.el (display-battery): Doc spelling fix.
7652
7653 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7654 property.
7655
76562000-10-09 Dave Love <fx@gnu.org>
7657
7658 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7659 has been initialized before calling tool-bar-setup.
7660 (tool-bar-add-item-from-menu): Add autoload cookie.
7661
76622000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7663
7664 * menu-bar.el (send-mail-item-name): New function.
7665 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7666 of mail-user-agent in the menu. Don't display the "Send Mail"
7667 item if mail-user-agent is nil or its value is ignore.
7668 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7669 if read-mail-command is nil or its value is ignore.
7670
7671 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7672
76732000-10-09 Miles Bader <miles@gnu.org>
7674
7675 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7676 Correct image size.
7677 * toolbar/left_arrow.xpm: Correct image size.
7678
7679 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7680 will be done by the definition of `auto-compression-mode' if
7681 necessary. Move code to uninstall existing file-name handler
7682 before definition of `auto-compression-mode'.
7683
7684 * image-file.el (auto-image-file-mode): Move to the end of the
7685 file, because `define-minor-mode' actually calls the mode-function
7686 if the associated variable is non-nil, which requires that all
7687 needed functions be already defined.
7688
7689 * mouse.el (popup-menu): Balance parens.
7690
76912000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7692
7693 * mouse.el (popup-menu): Move the command call outside the loop
7694 so that popup-menu returns whatever the command returns.
7695
7696 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7697 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7698 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7699 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7700
7701 * vc.el (vc-version-diff): diff-switches can be a list.
7702 Use relative filenames for prettier output.
7703
7704 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7705 (vc-post-command-functions): Remove old-VC compatibility code.
7706
7707 * newcomment.el (comment-indent-default): Autoload.
7708
7709 * font-lock.el (font-lock-defaults): Make buffer-local.
7710 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7711 (font-lock-choose-keywords):
7712 Ignore LEVEL unless KEYWORDS is a list of syms.
7713 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7714 Don't wrap regexp-opt things in \(...\) unnecessarily.
7715
7716 * jit-lock.el: Don't require font-lock any more.
7717 (jit-lock-functions): Make buffer-local.
7718 (jit-lock-saved-fontify-buffer-function): Remove.
7719 (jit-lock-mode): Remove autoload cookie.
7720 Remove font-lock specific code.
7721 (jit-lock-unregister): Don't bother handling complex hooks any more.
7722 (jit-lock-refontify): New function.
7723 (jit-lock-fontify-buffer): Use it.
7724 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7725 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7726 Add optional args START and END.
7727 Never call font-lock-fontify-region directly.
7728 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7729
7730 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7731
77322000-10-08 Dave Love <fx@gnu.org>
7733
7734 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7735
7736 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7737
7738 * play/studly.el (studlify-region, studlify-word): Add autoload
7739 cookie.
7740
7741 * play/morse.el (morse-region, unmorse-region): Add autoload
7742 cookie.
7743
7744 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7745 concat.
7746
7747 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7748 insist on symbols starting with word syntax.
7749 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7750 (eval-defun-1): Doc fix.
7751 (indent-sexp): Use nconc to build up indent-stack.
7752
7753 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7754 Gnus with little use.
7755 (mail-setup-hook): Add mail-abbrevs-setup to options.
7756
7757 * recentf.el: Doc fixes.
7758
7759 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7760 Clean up remainder.
7761
7762 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7763 without timezone and (8) with timezone to enforce some whitespace.
7764 Simplify code somewhat.
7765
7766 * options.el (list-options): Doc that you should use customize.
7767
7768 * iswitchb.el (iswitchb-mode): Add :require.
7769
7770 * info.el (Info-goto-node, Info-menu): Doc fix.
7771 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7772 (info-tool-bar-map): New variable.
7773 (Info-mode): Use it.
7774 (Info-edit-map): Define all in defvar.
7775 (speedbar-attached-frame): Avoid compiler warning.
7776
7777 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7778 (global-map): Bind [tool-bar] to a filtered map.
7779 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7780 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7781 Allow PBM icons.
7782 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7783
7784 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7785 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7786 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7787 icons, except up_arrow, which is left-arrow rotated.
7788
7789 * imenu.el (imenu-add-to-menubar): Fix last change.
7790
77912000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7792
7793 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7794 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7795
77962000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7797
7798 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7799 typos in doc strings.
7800
7801 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7802 the doc strings how to customize Font Lock faces.
7803
7804 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7805 computing growth when dragging the header line.
7806
78072000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7808
7809 * simple.el (kill-line): Doc fix.
7810
78112000-10-08 Miles Bader <miles@gnu.org>
7812
7813 * faces.el (secondary-selection): Make foreground visible on tty.
7814
7815 * jka-compr.el (auto-compression-mode): Move to the end of the
7816 file, because `define-minor-mode' actually calls the mode-function
7817 if the associated variable is non-nil, which requires that all
7818 needed functions be already defined.
7819 (with-auto-compression-mode): Add autoload cookie.
7820
78212000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7822
7823 * files.el (find-backup-file-name) [ms-dos]: If support for long
7824 file names is not available, behave as if version-control were set
7825 to never.
7826
78272000-10-07 Dave Love <fx@gnu.org>
7828
7829 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7830 (browse-url-gnome-moz): New function.
7831 (browse-url-browser-function): Use it.
7832 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7833
78342000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7835
7836 * indent.el (tab-always-indent): New var.
7837 (indent-for-tab-command): Use it.
7838
7839 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7840 raise an error. This way it can still default to a sane value.
7841
78422000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7843
7844 * startup.el (fancy-splash-screens): Use local rather than global map.
7845 Don't use `update-menu-bindings' any more.
7846 Get rid of assumptions about keymap representation.
7847
78482000-10-06 Dave Love <fx@gnu.org>
7849
7850 * textmodes/fill.el (sentence-end-double-space)
7851 (sentence-end-without-period): Doc fix.
7852 (adaptive-fill-regexp): Purecopy.
7853 (unjustify-current-line): Use line-end-position.
7854 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7855
7856 * net/eudc-vars.el (eudc): Add :version, :link.
7857
7858 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7859
7860 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7861 Fix for define-minor-mode.
7862 (function-at-point): Alias to function-called-at-point.
7863
7864 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7865
7866 * simple.el (backward-word): Doc fix.
7867
7868 * image-file.el (image-file-name-regexp): image-file-regexps ->
7869 image-file-name-regexps.
7870 (image-file-name-extensions): Add pbm.
7871
78722000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7873
7874 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7875 and add filename to the names so that diff-mode can jump to source.
7876
7877 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7878 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7879 (tex-font-lock-keywords-1): Remove.
7880 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7881 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7882 (font-lock-default-fontify-region):
7883 Expand beg..end correctly when just following a multiline region.
7884 (font-lock-fontify-anchored-keywords):
7885 Include the anchor text as part of the multiline.
7886
78872000-10-06 Gerd Moellmann <gerd@gnu.org>
7888
7889 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7890 latter needs the autoloaded define-minor-mode macro during the
7891 bootstrap.
7892
7893 * startup.el (command-line): For now, activate tool-bar-mode only
7894 if XPM images are supported.
7895
7896 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7897 window by dragging a header-line at the top of the frame; that's
7898 confusing because the header-line doesn't move.
7899 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7900 of treating the event as a list. Some cleanup.
7901
79022000-10-06 Miles Bader <miles@gnu.org>
7903
7904 * simple.el (display-message-or-buffer): New function.
7905 (shell-command-on-region): Use `display-message-or-buffer'.
7906
7907 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7908 docstring parts.
7909
7910 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7911 (smbclient-prompt-regexp): Add usage note to doc string.
7912 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7913 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7914 Use add-hook for adding the comint filter function, and only do so
7915 if it's not already in the global hook list.
7916 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7917 to `make-local-variable'.
7918 (nslookup-font-lock-keywords): Remove prompt entry.
7919 (nslookup): Don't set the process-filter.
7920 (finger): Exit the loop correctly when the regexps list runs out.
7921 (ftp, smbclient, smbclient-list-shares):
7922 Set the real major mode immediately, not after execing.
7923 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7924
7925 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7926
79272000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7928
7929 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7930
7931 * which-func.el (which-func-format): Remove spurious space.
7932 (which-func-mode): Don't make it permanent-local.
7933 (which-func-ff-hook): Allow which-func-maxout to be nil.
7934 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7935 (which-func-mode): Simplify.
7936 Use post-command-idle-hook rather than post-command-hook.
7937 Go through all buffers and update their state.
7938 (which-function): Also try add-log-current-defun-function.
7939
7940 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7941 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7942 Update call to with-vc-properties accordingly.
7943 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7944 (vc-revert-buffer): More careful about window selection and deletion.
7945 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7946
7947 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7948 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7949 (cvs-dired-action): Change the default to quickdir.
7950
7951 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7952 if comment-indent-function returns nil.
7953 (comment-indent-default): New function.
7954 (comment-indent-function): Use it and document the new semantics.
7955
7956 * image-file.el: Docstring fixes.
7957
7958 * help.el (help-xref-on-pp): Use match-string.
7959 (describe-variable): New arg BUFFER.
7960 Store the current buffer in the help-xref-stack.
7961 (temp-buffer-resize-mode): Use define-minor-mode.
7962
7963 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7964 consistently with its docstring.
7965 Set jit-lock-first-unfontify-pos in an idempotent way.
7966 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7967
79682000-10-05 Alex Schroeder <alex@gnu.org>
7969
7970 * sql.el (sql-mysql-options): New variable.
7971 (sql-mysql): Use it.
7972
79732000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7974
7975 * image.el (image): New group.
7976
7977 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7978 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7979
79802000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7981
7982 * net/net-utils.el (nslookup-font-lock-keywords)
7983 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7984 Ignore the value of wqindow-system; always define keywords
7985
79862000-10-05 Kenichi Handa <handa@etl.go.jp>
7987
7988 * startup.el (fancy-splash-screens): Remove the code for
7989 debugging; `(trace-to-stderr "EXITTT\n")'.
7990
79912000-10-05 Miles Bader <miles@gnu.org>
7992
7993 * diff-mode.el (diff-goto-source): Update call to
7994 `diff-hunk-status-msg' to reflect new REV variable.
7995
79962000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7997
7998 * progmodes/icon.el (icon-mode):
7999 Don't gratuitously override the default for comment-column.
8000
8001 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8002
8003 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8004 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8005 (jit-lock-functions): New var.
8006 (jit-lock-function-1): Use it if non-nil.
8007 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8008 Set the `fontified' property before doing the fontification to avoid
8009 repeatedly going through the same error.
8010 Don't turn errors into messages.
8011 (jit-lock-register, jit-lock-unregister): New functions.
8012
8013 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8014 Use with-current-buffer.
8015
8016 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8017 Turn comment into docstring.
8018
8019 * apropos.el (apropos-mode): Use define-derived-mode.
8020
80212000-10-04 Gerd Moellmann <gerd@gnu.org>
8022
8023 * startup.el (fancy-splash-pending-command): New variable.
8024 (fancy-splash-pre-command): New function.
8025 (fancy-splash-screens): Rewritten.
8026 (command-line-1): If fancy-splash-pending-command is set, call it
8027 interactively.
8028
80292000-10-04 Dave Love <fx@gnu.org>
8030
8031 * toolbar/tool-bar.el (tool-bar-setup): New function.
8032 (tool-bar-mode): Use it.
8033
8034 * subr.el (substitute-key-definition): Doc fix.
8035 (play-sound-file): New command.
8036
80372000-10-04 Andre Spiegel <spiegel@gnu.org>
8038
8039 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8040 vc-version-backup-file-name): New functions.
8041
8042 * files.el (basic-save-buffer): Call vc-before-save before saving.
8043
8044 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8045 vc-cvs-stay-local-p.
8046
8047 * vc.el (vc-revert-buffer): Handle empty diff properly.
8048 (vc-version-backup-file): New function.
8049 (vc-checkout): Create a version backup if necessary.
8050 (vc-checkin): If a version backup file exists, delete it.
8051 (vc-version-diff): Diff locally using version backups, if available.
8052 (vc-revert-file): If there's a version backup, revert locally.
8053 (vc-transfer-file): Use version backup for base version, if
8054 available. If not, ask for confirmation whether to get it from the
8055 server. Update mode line before check-in.
8056
80572000-10-04 Dave Love <fx@gnu.org>
8058
8059 * toolbar/tool-bar.el (tool-bar-setup): New function.
8060 (tool-bar-mode): Use it.
8061
80622000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8063
8064 * net/net-utils.el (nslookup-font-lock-keywords)
8065 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8066 Only set if window-system is non-nil
8067 (net-utils-run-program): Returns buffer.
8068 (network-connection-reconnect): Added this function.
8069
8070 * generic.el:
8071 Incorporates extensive cleanup and docfixes by
8072 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8073 Uses cl compile-time macros.
8074 (generic-mode-name, generic-comment-list)
8075 (generic-keywords-list, generic-font-lock-expressions)
8076 (generic-mode-function-list, generic-mode-syntax-table):
8077 Removed variables.
8078 (generic-mode-alist): Renamed to generic-mode-list.
8079 (generic-find-file-regexp): Default changed to "^#".
8080 (generic-read-type): Uses completing read on generic-mode-list.
8081 (generic-mode-sanity-check): removed this function.
8082 (generic-add-to-auto-mode): Removed this function
8083 (generic-mode-internal): Bind mode-specific definitions
8084 into function instead of putting them in alist.
8085 (generic-mode-set-comments): Reworked extensively.
8086 (generic-mode-find-file-hook): Simplified regexp searching
8087 (generic-make-keywords-list): Omit extra pair of parens
8088
8089 * find-lisp.el (find-lisp-find-files-internal):
8090 Make sure directory name ends with "/".
8091
8092 * generic-x.el (apache-conf-generic-mode):
8093 Regexp now allows leading whitespace.
8094 (rc-generic-mode): Added eval-when-compile
8095 around generic-make-keywords-list.
8096 Deleted duplicate regexp
8097 (rul-generic-mode): Added eval-when-compile
8098 around generic-make-keywords-list.
8099 (etc-fstab-generic-mode): New generic mode.
8100 (rul-generic-mode): Removed one eval-when-compile
8101 which caused a max-specpdl-size exceeded error.
8102
81032000-10-04 Miles Bader <miles@gnu.org>
8104
8105 * simple.el (minibuffer-temporary-goal-position): New variable.
8106 (next-history-element): Try to keep the position of point in the
8107 input string constant.
8108
8109 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8110 (dired-do-create-files): If there's only one file, pass it in as
8111 the DEFAULT arg to dired-mark-read-file-name.
8112
81132000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8114
8115 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8116 (diff-goto-source): Be smarter when choosing REVERSE or not.
8117
8118 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8119 (texinfo-mode-menu): Add an explicit shortcut for update all.
8120
81212000-10-03 Andre Spiegel <spiegel@gnu.org>
8122
8123 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8124 factorize backend-specific code cleanly (this was essentially
8125 conceived by Stefan Monnier).
8126 (vc-unregister): Function removed.
8127 (vc-revert-file): New function.
8128 (vc-revert-buffer): Delegate some of the work to it.
8129
8130 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8131 default branch unconditionally.
8132 (vc-rcs-set-default-branch): New function.
8133 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8134 (vc-rcs-checkin): If an appropriate default branch has been set,
8135 force creation of that branch.
8136 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8137 code (as suggested by Stefan Monnier).
8138
81392000-10-02 Gerd Moellmann <gerd@gnu.org>
8140
8141 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8142 highlighting overlay with a different face over the overlay
8143 isearch uses to highlight the current match because that can lead
8144 to bad face combinations.
8145
8146 * loadup.el (toplevel): Load faces before isearch.
8147
8148 * isearch.el (isearch-faces): New custom group.
8149 (isearch): New defface; was already tested for in the code.
8150 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8151 (isearch-highlight): Always use face `isearch'.
8152
81532000-10-02 Dave Love <fx@gnu.org>
8154
8155 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8156 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8157 comparison of opcode with operand.
8158
81592000-10-03 Miles Bader <miles@gnu.org>
8160
8161 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8162 buffer, since the echo area will now grow to accommodate them.
8163
81642000-10-02 Andre Spiegel <spiegel@gnu.org>
8165
8166 * vc-hooks.el (vc-registered): If FILE used to be registered under
8167 a certain backend, try that one first.
8168
8169 * vc.el (vc-responsible-backend): Undo the previous change in the
8170 argument list. Handle multiple backends correctly.
8171 (vc-find-new-backend): Function removed.
8172 (vc-register): Use vc-responsible-backend, as before.
8173 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8174
81752000-10-02 Gerd Moellmann <gerd@gnu.org>
8176
8177 * startup.el (fancy-splash-head): Change message below the
8178 logo.
8179
81802000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8181
8182 * diff-mode.el (diff-goto-source): Emit a status message.
8183 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8184 (diff-test-hunk): Fix doc string.
8185 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8186 (diff-advance-after-apply-hunk): New variable.
8187 (diff-apply-hunk): Don't return a value.
8188
81892000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8190
8191 * vc.el (vc-editable-p): Minor optimization.
8192 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8193 (vc-find-new-backend): New function split from vc-responsible-backend.
8194 (vc-register): Use it.
8195 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8196 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8197 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8198 (vc-clear-headers): Don't use find-file.
8199 (vc-revert-buffer): Use `and' again (must have been a braino).
8200 (vc-switch-backend): Only prompt if requested.
8201 Short circuit if nothing is to be done.
8202 Don't use vc-resynch-buffer which could lose unsaved editing.
8203 (vc-default-receive-file): Update call to vc-unregister.
8204 (with-vc-file, vc-next-action-on-file):
8205 Use vc-backend rather than vc-registered.
8206 (vc-next-action-on-file): Use intern-soft.
8207 Deal with read-only *vc-diff* buffer.
8208 (vc-transfer-file): Docstring fix.
8209
8210 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8211 (vc-rcs-receive-file): Avoid with-vc-properties.
8212 Update call to vc-unregister.
8213 Use constant `RCS' rather than (dynamically bound) var `backend'.
8214
82152000-10-01 Andre Spiegel <spiegel@gnu.org>
8216
8217 * vc.el (vc-next-action-on-file): Update mode line only if file
8218 is visited.
8219 (vc-start-entry): New argument initial-contents. Don't visit the file
8220 if it isn't already visited. Brought documentation up-to-date.
8221 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8222 (vc-checkin): New optional arg initial-contents, which is passed to
8223 vc-start-entry.
8224 (vc-finish-logentry): Make sure to bury log buffer only if there
8225 really is one. Call `vc-resynch-buffer' on log-file, not
8226 buffer-file-name.
8227 (vc-default-comment-history, vc-default-wash-log): New functions.
8228 (vc-index-of): Removed.
8229 (vc-transfer-file): Make do without the above.
8230 (vc-default-receive-file): Call comment-history unconditionally. Pass
8231 the resulting string to vc-checkin, instead of inserting it into the
8232 comment ring.
8233
8234 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8235 unconditionally. Use the comments as initial contents of the log
8236 entry buffer. Document the trick to force branch creation with no
8237 changes.
8238
82392000-10-01 Miles Bader <miles@gnu.org>
8240
8241 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8242 `recenter' with an arg to prevent redrawing the display.
8243
82442000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8245
8246 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8247
8248 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8249
8250 * progmodes/c-mode.el (c-mode):
8251 Don't gratuitously override the default for comment-column.
8252
8253 * textmodes/tex-mode.el (latex-metasection-list): New var.
8254 (latex-imenu-create-index): Use it.
8255 Move the regexp construction outside loops (and use push).
8256 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8257 (tex-font-lock-keywords): Moved from font-lock.el.
8258 (tex-comment-indent): Remove.
8259 (tex-common-initialization): Don't set comment-indent-function.
8260 (latex-block-default): New var.
8261 (tex-latex-block): Use it to provide a default choice.
8262 Add any unknown choice to latex-block-names.
8263 Insert [...] after {...}.
8264 (tex-last-unended-begin): Simplify regexp.
8265 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8266 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8267 (latex-mode): Set forward-sexp-function.
8268
8269 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8270 Add regexp for @ignore ... @end ignore.
8271 (texinfo-heading-face): New face.
8272 (texinfo-font-lock-keywords): Use it.
8273 (texinfo-mode-menu): New menu.
8274 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8275 New functions.
8276 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8277 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8278 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8279 Remove declaration.
8280 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8281
8282 * delsel.el (delete-selection-mode): Use define-minor-mode.
8283
8284 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8285
82862000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8287
8288 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8289
82902000-09-30 Gerd Moellmann <gerd@gnu.org>
8291
8292 * replace.el (keep-lines-read-args): New function.
8293 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8294 read arguments interactively. Add parameters RSTART and REND.
8295 Operate on the active region in Transient Mark mode.
8296
8297 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8298
8299 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8300 (authors-obsolete-files-regexps): New variable.
8301 (authors-add): Don't record changes in obsolete files.
8302
83032000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8304
8305 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8306
8307 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8308 (comment-indent): Make sure there's a space between code and comment.
8309 Shift comments left to avoid going past fill-column.
8310
83112000-09-29 Gerd Moellmann <gerd@gnu.org>
8312
8313 * startup.el (startup-echo-area-message): New function.
8314 (display-startup-echo-area-message): Use it.
8315 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8316 (fancy-splash-default-action): New function.
8317 (fancy-splash-screens-1): New function.
8318 (fancy-splash-head): Put a help-echo and a keymap under the image.
8319
83202000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8321
8322 * diff-mode.el (diff-add-log-file-name): Remove.
8323 (diff-mode): Use add-log-buffer-file-name-function.
8324
8325 * add-log.el (find-change-log): New arg BUFFER-FILE.
8326 (add-log-file-name): Obey add-log-file-name-function.
8327 (add-log-buffer-file-name-function): New var.
8328 (add-change-log-entry): Use it.
8329
83302000-09-29 Miles Bader <miles@gnu.org>
8331
8332 * image-file.el (image-file-name-extensions): New variable.
8333 (image-file-name-regexps): Renamed from `image-file-regexps'.
8334 New default value is nil. Call `auto-image-file-mode'.
8335 (image-file-name-regexp): New function.
8336 (auto-image-file-mode): New minor mode.
8337 (insert-image-file): Don't make conditional on the image-file
8338 handler being enabled.
8339 (image-file-handler): Make the call here conditional instead.
8340 (set-image-file-handler-enabled, enable-image-file-handler)
8341 (disable-image-file-handler): Functions removed.
8342
8343 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8344 string.
8345
83462000-09-29 Gerd Moellmann <gerd@gnu.org>
8347
8348 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8349 it's a function from CL.
8350 (latex-imenu-create-index): Replace eval-when-compile with progn
8351 because latex-section-alist is not bound while compiling.
8352
83532000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8356 (outline-mode): Use define-derived-mode.
8357
8358 * progmodes/perl-mode.el (perl-mode):
8359 * progmodes/awk-mode.el (awk-mode):
8360 * progmodes/asm-mode.el (asm-mode):
8361 Don't gratuitously override the default for comment-column.
8362
8363 * emacs-lisp/lisp.el (lisp-complete-symbol):
8364 Distinguish the let-binding case from the funcall case.
8365 (forward-sexp-function): New variable.
8366 (forward-sexp): Use it.
8367
8368 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8369 (easy-mmode-defmap): Remove the now useless autoload.
8370
8371 * time.el (display-time-mode): Use define-minor-mode.
8372
8373 * subr.el (add-minor-mode): Don't eval NAME.
8374 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8375 Use if rather than cond.
8376
8377 * simple.el (read-expression-map): Define more properly.
8378 (comment-indent-hook): Remove.
8379 (string-to-syntax): Bug fix.
8380
8381 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8382 (cvs-ediff-diff): Fix typo.
8383 (cvs-revert-if-needed): Don't bother preserving read-only.
8384
8385 * paren.el (show-paren-mode): Use define-minor-mode.
8386
8387 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8388 (toggle-auto-compression): Remove.
8389 (jka-compr-build-file-regexp): Remove useless grouping.
8390
8391 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8392 Avoid user-reserved bindings.
8393 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8394 (diff-header-face): Revert to grey85.
8395
8396 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8397
8398 * complete.el (partial-completion-mode) <defcustom>: Remove.
8399 (partial-completion-mode): Use define-minor-mode.
8400 (PC-do-completion): Understand `completion-auto-help = delay'
8401 to mean to popup the completion buffer only the second time.
8402 (PC-include-file-all-completions, PC-include-file-all-completions)
8403 (PC-include-file-all-completions): Don't quote lambda.
8404
8405 * comint.el (comint-mode-hook): Docstring fix.
8406 (comint-mode): Use define-derived-mode.
8407 (comint-mode-map): Remove obsolete comment.
8408 (make-comint): Minor stylistic change.
8409 (comint-insert-clicked-input): Be more careful to find the overlay.
8410 Use this-command-keys rather than hardcoding mouse-2.
8411
8412 * font-lock.el: Replace confusing (,@ with ,
8413 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8414 Don't use regexp-opt-depth. Spice up the regexp for args.
8415 Don't distinguish between cmds that can take an opt arg or not.
8416 Use `append' and `prepend' rather than `keep'.
8417
8418 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8419 (latex-outline-regexp): New var.
8420 (latex-outline-level): New fun.
8421 (latex-section-alist): New var.
8422 (latex-imenu-create-index): Use it. Use `push' as well.
8423 (tex-shell-map): Initialize it properly.
8424 (tex-mode): Minor stylistic change.
8425 (plain-tex-mode): Use define-derived-mode.
8426 (latex-mode): Use define-derived-mode.
8427 Construct the paragraph regexps in a more readable way.
8428 Set the buffer-local outline-{level,regexp} vars.
8429 (slitex-mode): Derive from latex-mode.
8430 (tex-common-initialization): Don't kill-all-vars anymore.
8431 Add setting for comment-add and font-lock-defaults.
8432 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8433 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8434 (tex-start-tex): New arg DIR (and send a chdir command for it).
8435 Also display the shell buffer and save it in tex-last-buffer-texed.
8436 (tex-region): Use expand-file-name rather than concat.
8437 Remove code made useless by changes in tex-start-tex.
8438 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8439
8440 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8441
84422000-09-28 Dave Love <fx@gnu.org>
8443
8444 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8445
84462000-09-28 Gerd Moellmann <gerd@gnu.org>
8447
8448 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8449 `append'.
8450
84512000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8452
8453 * info.el (Info-extract-pointer): Undo last change.
8454 Instead, fix the position of the `bound' arg to re-search-backward.
8455
84562000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8457
8458 * info.el (Info-extract-pointer):
8459 Widen more carefully, to avoid finding pointers in other nodes.
8460 (Info-index): Use push.
8461
84622000-09-27 Gerd Moellmann <gerd@gnu.org>
8463
8464 * frame.el (set-frame-font): Remove call to obsolete function
8465 frame-update-faces.
8466 (set-foreground-color, set-background-color): Likewise for
8467 frame-update-face-colors.
8468
84692000-09-27 Miles Bader <miles@gnu.org>
8470
8471 * image-file.el: New file.
8472
84732000-09-27 Gerd Moellmann <gerd@gnu.org>
8474
8475 * frame.el (frame-notice-user-settings): Don't call
8476 frame-update-faces, which is a no-op now.
8477
8478 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8479 tool-bar-lines.
8480
84812000-09-27 Dave Love <fx@gnu.org>
8482
8483 * mouse.el: Fix last change.
8484
84852000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8486
8487 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8488
84892000-09-22 Kenichi Handa <handa@etl.go.jp>
8490
8491 * international/quail.el (quail-help): The output message is
8492 improved.
8493
84942000-09-26 Dave Love <fx@gnu.org>
8495
8496 * mouse.el (popup-menu): If POSITION is nil, set it using
8497 mouse-position.
8498
84992000-09-25 Sam Steingold <sds@gnu.org>
8500
8501 * net/browse-url.el (browse-url-file-url): Check for null maps.
8502
85032000-09-26 Gerd Moellmann <gerd@gnu.org>
8504
8505 * frame.el (frame-notice-user-settings): Don't add a
8506 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8507
8508 * frame.el (frame-notice-user-settings):
8509 Make tool-bar-mode and default-frame-alist consistent.
8510
8511 * toolbar/tool-bar.el (tool-bar-help): New function.
8512
85132000-09-25 Gerd Moellmann <gerd@gnu.org>
8514
8515 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8516 current-load-list in top-level forms. Else this leaks a cons cell
8517 every time a defun is called.
8518
8519 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8520
85212000-09-25 Dave Love <fx@gnu.org>
8522
8523 * startup.el (fancy-splash-head): Check XPM is available.
8524
8525 * autoinsert.el (auto-insert): Doc fix.
8526 (auto-insert-alist): Following GNU notices, don't say `copyright
8527 _by_'. Use line-beginning-position.
8528 (auto-insert): Check buffer-file-name is non-nil before use.
8529
85302000-09-25 Gerd Moellmann <gerd@gnu.org>
8531
8532 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8533 starting with `@def' or `@multitable', in addition to ones
8534 specified by the user in auto-fill-inhibit-regexp.
8535
85362000-09-25 Markus Rost <rost@math.ohio-state.edu>
8537
8538 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8539 rmail-dont-reply-to-names matches the empty string.
8540
85412000-09-25 Gerd Moellmann <gerd@gnu.org>
8542
8543 * startup.el (command-line-1, fancy-splash-text): Change the
8544 text to sound more friendly.
8545
85462000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8547
8548 * progmodes/hideshow.el: Update author email address.
8549 Generally, sync w/ maintainer version 5.22.
8550 (hs-hide-all-non-comment-function): New var.
8551 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8552 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8553 (hs-show-region): Delete this command.
8554 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8555
85562000-09-22 Dave Love <fx@gnu.org>
8557
8558 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8559 (hl-line-highlight): Specify buffer when moving overlay.
8560
8561 * progmodes/fortran.el (fortran-mode): Locally set
8562 normal-auto-fill-function.
8563 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8564 (fortran-mode-map): Adjust auto-fill menu entry.
8565
85662000-09-22 Gerd Moellmann <gerd@gnu.org>
8567
8568 * vc-rcs.el (toplevel): Require `vc' when compiling.
8569
8570 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8571
85722000-09-22 Andre Spiegel <spiegel@gnu.org>
8573
8574 * vc.el (vc-switch-backend): Signal an error if the file is not
8575 registered under the new backend.
8576
8577 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8578 without explicit revision number.
8579
85802000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8581
8582 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8583 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8584 (diff-xor): New function.
8585 (diff-find-source-location): Use it. Fix a stupid name clash.
8586 (diff-hunk-status-msg): New function.
8587 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8588 (diff-test-hunk): Use diff-find-source-location.
8589 (diff-goto-source): Favor the `reverse'.
8590 (diff-hunk-text): Properly handle one-sided context diffs.
8591 (diff-apply-hunk): When done, advance to the next hunk.
8592
85932000-09-21 Gerd Moellmann <gerd@gnu.org>
8594
8595 * startup.el (command-line): If frame was created with a non-zero
8596 tool-bar-lines parameter, switch tool-bar-mode on.
8597
8598 * add-log.el (change-log-date-face, change-log-name-face)
8599 (change-log-email-face, change-log-file-face)
8600 (change-log-list-face, change-log-conditionals-face)
8601 (change-log-function-face, change-log-acknowledgement-face):
8602 New faces, inheriting from font-lock faces.
8603 (change-log-font-lock-keywords): Use them.
8604
86052000-09-21 Dave Love <fx@gnu.org>
8606
8607 * progmodes/cperl-mode.el (top-level): Clean up
8608 `eval-when-compile's and assorted defvars.
8609 (cperl-invalid-face): Don't double-quote value. Change custom
8610 type.
8611 (cperl-mode): Set normal-auto-fill-function and don't zap
8612 auto-fill-function.
8613 (cperl-imenu--function-name-regexp-perl): Renamed from
8614 imenu-example--function-name-regexp-perl.
8615 (cperl-imenu--create-perl-index): Renamed from
8616 imenu-example--create-perl-index.
8617 (cperl-xsub-scan): Don't require cl.
8618
8619 * msb.el (msb-mode-map): Use substitute-key-definition.
8620 (msb-mode): Use msb-mode-map.
8621
86222000-09-21 Andre Spiegel <spiegel@gnu.org>
8623
8624 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8625 New functions.
8626 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8627 (vc-switch-backend): New function.
8628 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8629 (vc-register): Fix prompt.
8630 (vc-unregister, vc-default-unregister): New functions.
8631 (vc-version-diff): Handle empty buffer in sentinel.
8632
8633 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8634 (vc-rcs-state-heuristic): Use it to guess the state of files with
8635 non-strict locking.
8636 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8637 been set with -b, but not created yet.
8638 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8639 contents in order to find the state.
8640 (vc-rcs-checkin): Allow creation of branches with no changes.
8641 (vc-rcs-unregister, vc-rcs-receive-file)
8642 (vc-rcs-set-non-strict-locking): New functions.
8643
8644 * vc-hooks.el (vc-name): Force correct computation of the value
8645 in case it is missing.
8646
86472000-09-21 Gerd Moellmann <gerd@gnu.org>
8648
8649 * startup.el (fancy-splash-tail): Use a different foreground
8650 color on a dark frame background.
8651
86522000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8653
8654 * info.el: Use the correct capitalization when making Info-mode
8655 and Info-edit-mode `special' modes.
8656
86572000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8658
8659 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8660 (diff-mode): Add support for add-log.el.
8661 (diff-hunk-text): Use char offsets rather than line offsets.
8662 (diff-find-source-location): Replace LINE with line-offset (nil
8663 if not found) and always set POS to a meaningful position.
8664 Adapt to the new char-offsets.
8665 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8666 Adapt to the new diff-find-source-location.
8667 (diff-goto-source): Adapt to the new diff-find-source-location.
8668
8669 * add-log.el (add-log-file-name): New function (split out of
8670 add-change-log-entry).
8671 (add-change-log-entry): Use it.
8672 Call add-log-file-name-function with the changelog file name if
8673 the current buffer is not associated with any file.
8674 Avoid find-file if the selected window is dedicated.
8675
8676 * diff-mode.el (diff-find-source-location):
8677 Move code from diff-apply-hunk. Return buffer rather than file.
8678 (diff-apply-hunk): Use the new result from diff-find-source-location.
8679 (diff-goto-source): Use the new diff-find-source-location.
8680
86812000-09-20 Dave Love <fx@gnu.org>
8682
8683 * iswitchb.el: Some doc fixes.
8684 (iswitchb-mode-map): Define completely initially. Inherit
8685 minibuffer-local-map.
8686 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8687 fundamental-mode.
8688 (iswitchb-global-map): New variable.
8689 (iswitchb-summaries-to-end): Amalgamate regexps.
8690 (iswitchb-mode): New.
8691 (iswitchb-mode-hook): New variable.
8692 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8693 `extensions'.
8694
86952000-09-20 Gerd Moellmann <gerd@gnu.org>
8696
8697 * ehelp.el (electric-help): New defgroup.
8698 (electric-help-shrink-window): New user-option.
8699 (with-electric-help): Use it.
8700
8701 * window.el (shrink-window-if-larger-than-buffer): If face
8702 `mode-line' has a :box, and we're on a graphical frame, add 1
8703 to the needed window height.
8704
8705 * frame.el (frame-notice-user-settings): Add a last parameter nil
8706 to a call to `append', because the last list passed to `append' is
8707 not copied, and so subsequent calls to assq-delete-all will modify
8708 default-frame-alist.
8709
8710 * startup.el (fancy-splash-image): Change :type.
8711 (fancy-splash-head): Use an XBM image if appropriate.
8712 (command-line-1): Show splash screens in more cases.
8713
8714 * startup.el (fancy-splash-text): Don't quote faces.
8715
8716 * dired.el (dired-font-lock-keywords): Undo last change.
8717 (dired-readin): Bind indent-tabs-mode to nil.
8718
8719 * startup.el (fancy-splash-head): If frame's background mode
8720 is `dark', change the black background of the image to gray.
8721 (fancy-splash-screens): Display startup echo area message.
8722 (display-startup-echo-area-message): New function.
8723
87242000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8725
8726 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8727
8728 * info.el (info-header-node): Tweak for color ttys.
8729
8730 * faces.el (face-valid-attribute-values): Make sure directories we
8731 search for stipples both exist and are readable before trying to
8732 search them.
8733
8734 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8735 in the dry-run case.
8736
8737 * jka-compr.el (with-auto-compression-mode): New macro.
8738
8739 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8740 (custom-group-tag-face, custom-variable-tag-face): Use relative
8741 :height and inherit from `variable-pitch' face instead of
8742 hardwiring :family.
8743 * hi-lock.el (hi-black-hb): Likewise.
8744
8745 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8746 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8747 toolbar-add-item, if image doesn't have a mask add a `:mask
8748 heuristic'.
8749
87502000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8751
8752 * diff-mode.el: Docstring fixes.
8753 (diff-header-face, diff-comment-face): New faces.
8754 (diff-font-lock-keywords): Highlight a bit differently.
8755 (diff-find-source-location): Don't return SPAN any more.
8756 (diff-hunk-text): Don't bother erasing the temp buffer.
8757 (diff-find-text): Drop argument LINE.
8758 (diff-apply-hunk): Update calls to diff-find-text.
8759 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8760
8761 * calendar/calendar.el: Docstring fixes.
8762 (calendar-make-alist): Don't quote lambda.
8763 (calendar-star-date): Use make-local-variable.
8764
87652000-09-19 Dave Love <fx@gnu.org>
8766
8767 * toolbar/tool-bar.el: Renamed from toolbar.el.
8768 Change `toolbar' to `tool-bar' generally in symbols.
8769 Make some items invisible in `special' major modes.
8770 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8771 Add arg PROPS.
8772
8773 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8774 Add :version here.
8775 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8776
87772000-09-19 Gerd Moellmann <gerd@gnu.org>
8778
8779 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8780
8781 * files.el (find-file-suppress-same-file-warnings): New user-option.
8782 (find-file-noselect): Use it.
8783
8784 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8785 (fancy-splash-screen): Defgroup.
8786
8787 * add-log.el (change-log-font-lock-keywords): Match names
8788 more exactly for the case that font-lock-constant-face is
8789 underlined.
8790
87912000-09-19 Richard M. Stallman <rms@gnu.org>
8792
8793 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8794
87952000-09-19 Andre Spiegel <spiegel@gnu.org>
8796
8797 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8798
87992000-09-19 Gerd Moellmann <gerd@gnu.org>
8800
8801 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8802 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8803 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8804 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8805 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8806 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8807 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8808 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8809 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8810 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8811 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8812 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8813
8814 * startup.el (fancy-splash-text): New variable.
8815 (fancy-splash-delay, fancy-splash-image): New user-options.
8816 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8817 (fancy-splash-screens): New functions.
8818 (command-line-1): If display has a `display' frame parameter, has
8819 colors, and we have XPM support, show more fancy splash screens.
8820
88212000-09-19 Dave Love <fx@gnu.org>
8822
8823 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8824 with null `help'. Use modern backquote syntax.
8825
88262000-09-19 Gerd Moellmann <gerd@gnu.org>
8827
8828 * font-lock.el (font-lock-mode): Change message telling the user
8829 that ``the buffer is too big''.
8830
8831 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8832 for instance for the case that tab-width is 2.
8833
88342000-09-18 Gerd Moellmann <gerd@gnu.org>
8835
8836 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8837 toolbar-add-item, if image doesn't have a mask add a `:mask
8838 heuristic'.
8839
88402000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8841
8842 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8843 and return a cons if it's non-nil.
8844 (diff-apply-hunk): Try to jump to the line in the source text
8845 corresponding to the position of point in the in the hunk.
8846
8847 * info.el (Info-title-3-face, Info-title-2-face)
8848 (Info-title-1-face): Use face inheritance and relative sizes
8849 instead of hard-wiring things.
8850
8851 * faces.el (secondary-selection): Make dark-background variant sane.
8852
88532000-09-16 Andrew Innes <andrewi@gnu.org>
8854
8855 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8856 read-only, since they aren't under VC now.
8857
88582000-09-17 Dave Love <fx@gnu.org>
8859
8860 * tmm.el: Replace mapcar with mapc in several places.
8861
8862 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8863 ad-unadvise.
8864
8865 * international/latin1-disp.el: New file.
8866
8867 * calendar/cal-move.el (scroll-calendar-left)
8868 (scroll-calendar-right): Make arg optional (for active mode line).
8869
8870 * calendar/calendar.el (calendar-mode-line-format): Make fields
8871 mouse-sensitive.
8872 (calendar-read-date, calendar-read-date, calendar-window-list):
8873 Unquote lambda.
8874 (calendar-month-name): Use aref, not sref.
8875
8876 * view.el (minor-mode-alist): Propertize the string.
8877
8878 * international/characters.el (standard-case-table): Add entries
8879 for Greek.
8880
88812000-09-18 Miles Bader <miles@gnu.org>
8882
8883 * info.el (info-node, info-xref): Add dark-background variants.
8884
8885 * faces.el (header-line): Change defaults to be less confusing
8886 when mixed with mode-lines.
8887
8888 * info.el (Info-fontify-node): Make a few cleanups.
8889 Add extra `help-echo' and `local-map' props to node xrefs.
8890 Use header-specific faces for node-names & xrefs.
8891 (Info-use-header-line): New variable.
8892 (info-header-xref, info-header-node): New faces.
8893 (Info-setup-header-line): New function.
8894 (Info-select-node): Call Info-setup-header-line when enabled.
8895 (Info-extract-pointer): Work even if the header line is hidden.
8896 (Info-header-line): New variable.
8897
88982000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8899
8900 * vms-patch.el (print-region-function): Don't quote lambda.
8901
8902 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8903
8904 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8905 (lm-get-header-re): Allow spaces between the header and the colon.
8906 (lm-header): Allow $ in non-RCS headers.
8907 (lm-header-multiline): Put the strings back into order.
8908 Stop at an empty line. Don't require two space chars if the
8909 line is clearly not another header line.
8910
8911 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8912 (popup-menu-popup): Remove.
8913
89142000-09-15 Gerd Moellmann <gerd@gnu.org>
8915
8916 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8917 specification if or if not tool-bar item contains an `:enabled'
8918 property.
8919
8920 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8921 current buffer has no file name.
8922
89232000-09-15 Dave Love <fx@gnu.org>
8924
8925 * strokes.el: Sync with maintainer's current version with changes
8926 for Emacs, but avoid runtime cl and levents.
8927 (toplevel): Change autoloads and compilation requires.
8928 (strokes-version, strokes-bug-address, strokes-lift): Values
8929 changed.
8930 (strokes-xpm-header, strokes-insinuated): New variable.
8931 (strokes): Add :link.
8932 (strokes-mode): Customized.
8933 (strokes-while-inhibiting-garbage-collector): New macro.
8934 (strokes-remassoc): Avoid remove-if.
8935 (strokes-fix-button2-command): Don't use ad-do-it.
8936 (strokes-insinuate): New function.
8937 (strokes-button-press-event-p, strokes-button-release-event-p):
8938 New functions, used instead of non-`strokes-' versions..
8939 (strokes-mouse-event-p): Rewritten.
8940 (strokes-event-closest-point): Avoid event-point.
8941 (strokes-get-grid-position): Avoid cdadr, caadr
8942 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8943 functions.
8944 (strokes-help): Use with-output-to-temp-buffer.
8945 (strokes-window-configuration-changed-p): New function.
8946 (strokes-update-window-configuration): Use buffer-live-p,
8947 strokes-window-configuration-changed-p.
8948 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8949 (strokes-char-face): New face.
8950 (strokes-char-table, strokes-base64-chars): New variable.
8951 (strokes-xpm-for-stroke, strokes-list-strokes)
8952 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8953 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8954 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8955 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8956 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8957 functions.
8958
89592000-09-15 Gerd Moellmann <gerd@gnu.org>
8960
8961 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8962
8963 * image.el (create-image): Doc fix.
8964
8965 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8966 instead of `:heuristic-mask t'.
8967
89682000-09-14 Andrew Innes <andrewi@gnu.org>
8969
8970 * makefile.w32-in: Revert to Unix line endings.
8971
89722000-09-14 Andrew Innes <andrewi@gnu.org>
8973
8974 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8975 when installing.
8976
8977 * makefile.nt (DONTCOMPILE): Fix typo.
8978
8979 * shell.el (shell-write-history-on-exit): New function.
8980 (shell-dumb-shell-regexp): New custom variable.
8981 (shell-mode): Make shell-write-history-on-exit the process
8982 sentinel if shell name matches shell-dumb-shell-regexp.
8983
8984 * w32-fns.el: Comment out before-init-hook function which resets
8985 source-directory based; this breaks bootstrap.
8986
89872000-09-14 Dave Love <fx@gnu.org>
8988
8989 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8990 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8991 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8992 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8993 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8994 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8995 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8996 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8997 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8998
8999 * toolbar/toolbar.el: New.
9000
9001 * subdirs.el: Add toolbar.
9002
90032000-09-14 Gerd Moellmann <gerd@gnu.org>
9004
9005 * indent.el (indent-for-tab-command): Doc fix.
9006
90072000-09-14 Alex Schroeder <alex@gnu.org>
9008
9009 * ansi-color.el (ansi-colors): Doc change.
9010 (ansi-color-get-face): Simplified regexp.
9011 (ansi-color-faces-vector): Added more faces, doc change.
9012 (ansi-color-names-vector): Doc change.
9013 (ansi-color-regexp): Simplified regexp.
9014 (ansi-color-parameter-regexp): New regexp.
9015 (ansi-color-filter-apply): Doc change.
9016 (ansi-color-filter-region): Doc change.
9017 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9018 deal with zero length parameters.
9019 (ansi-color-apply-on-region): Doc change.
9020 (ansi-color-map): Doc change.
9021 (ansi-color-map-update): Removed debugging message.
9022 (ansi-color-get-face-1): Added condition-case to trap
9023 args-out-of-range errors.
9024 (ansi-color-get-face): Doc change.
9025 (ansi-color-make-face): Removed.
9026 (ansi-color-for-shell-mode): New option.
9027
90282000-09-13 Kenichi Handa <handa@etl.go.jp>
9029
9030 * international/quail.el (quail-start-translation): Translate KEY
9031 if necessary even if it doesn't have any mapping in the current
9032 input method.
9033 (quail-start-conversion): Likewise.
9034 (quail-help): The output message is improved.
9035
90362000-09-13 Miles Bader <miles@gnu.org>
9037
9038 * comint.el (comint-output-filter): Revert to using
9039 `insert-before-markers'. Add bletcherous hack to undo damage
9040 caused by `insert-before-markers'. Put `front-sticky' property on
9041 overlays created here so that the field code understands how the
9042 overlay works. Use a let when making comint-last-prompt-overlay,
9043 so that the code is easier to read.
9044
90452000-09-13 Dave Love <fx@gnu.org>
9046
9047 * wid-edit.el (widget-default-format-handler): DTRT when
9048 doc-property is a function.
9049
90502000-09-12 Francesco Potorti` <pot@gnu.org>
9051
9052 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9053 filed name if it's not there.
9054
90552000-09-12 Dave Love <fx@gnu.org>
9056
9057 * simple.el (read-mail-command): Doc fix.
9058 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9059
9060 * vc.el (vc-dired-listing-switches): Fix :version.
9061
9062 * vc-hooks.el: Doc fixes.
9063
9064 * subr.el (add-minor-mode): Use toggle-fun arg.
9065
9066 * speedbar.el: Add :version to several defcustoms.
9067
9068 * imenu.el (imenu--truncate-items, imenu--cleanup)
9069 (imenu--generic-function): Avoid mapcar.
9070 (imenu--replace-spaces): Function removed.
9071 (imenu--completion-buffer): Use subst-char-in-string.
9072 (imenu-add-to-menubar): Use keymap inheritance.
9073
90742000-09-12 Miles Bader <miles@gnu.org>
9075
9076 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9077 (diff-mode-map): Bind `diff-test-hunk'.
9078 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9079
90802000-09-11 Gerd Moellmann <gerd@gnu.org>
9081
9082 * bytecomp.el (byte-compile-defvar): Undo last change
9083 because it breaks '(make-variable-buffer-local (defvar ...)'
9084 which is used at least in dired.
9085
90862000-09-12 Kenichi Handa <handa@etl.go.jp>
9087
9088 * international/quail.el (quail-define-package): Docstring
9089 modified.
9090
90912000-09-12 Kenichi Handa <handa@etl.go.jp>
9092
9093 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9094 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9095 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9096 docstring of "chinese-py".
9097
9098 * international/quail.el (quail-translation-docstring): New
9099 variable.
9100 (quail-show-keyboard-layout): Docstring modified.
9101 (quail-select-current): Likewise.
9102 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9103 infinite recursive call.
9104 (quail-help): Check quail-translation-docstring. Format of the
9105 output changed.
9106 (quail-help-insert-keymap-description): Adjusted for the above
9107 change.
9108
91092000-09-11 Gerd Moellmann <gerd@gnu.org>
9110
9111 * bytecomp.el (byte-compile-defvar): Only cons onto
9112 current-load-list in top-level forms. Else this leaks a cons cell
9113 every time a defun is called.
9114
91152000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9116
9117 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9118 Now understands non-unified diffs. Some functionality moved into
9119 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9120 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9121 modify anything. Only reposition point in the patched file if the
9122 patch succeeds. Only pop up another window if POPUP is true.
9123 Emit a message describing what happened if successful, and at what
9124 line-offset. Automatically detect reversed hunks and do something
9125 appropriate.
9126 (diff-hunk-text, diff-find-text): New functions.
9127 (diff-filter-lines): Function removed.
9128 (diff-test-hunk): New function.
9129 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9130
91312000-09-10 Dave Love <fx@gnu.org>
9132
9133 * textmodes/tildify.el: Minor doc/commentary fixes.
9134 (tildify) <defgroup>: Add :version.
9135
9136 * faces.el (face-x-resources): Make custom type more specific.
9137 (frame-background-mode): Use mapc.
9138 (region) <defcustom>: Add :version.
9139
91402000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9141
9142 * vc-sccs.el (vc-sccs-register):
9143 * vc-rcs.el (vc-rcs-register):
9144 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9145 * vc.el (vc-register): Clear file's properties.
9146
91472000-09-08 Gerd Moellmann <gerd@gnu.org>
9148
9149 * faces.el (face-spec-set): Only face-spec-reset-face when
9150 ATTRS is non-nil.
9151
91522000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9153
9154 * help.el (help-insert-xref-button): Fix a typo in doc string.
9155
91562000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9157
9158 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9159 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9160 methods.
9161
9162 * menu-bar.el (read-mail-item-name): New function.
9163 (menu-bar-tools-menu): Use it to compute and display the package
9164 used to read email.
9165 (menu-bar-tools-menu): Fix typo in GUD's help string.
9166
91672000-09-07 Dave Love <fx@gnu.org>
9168
9169 * diff-mode.el (diff-mouse-goto-source): New function.
9170
9171 * vc-sccs.el: Doc fixes.
9172 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9173
9174 * vc-rcs.el: Doc fixes.
9175 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9176 (vc-rcs-checkout-switches, vc-rcs-header)
9177 (vc-rcs-master-templates): Add or change :version.
9178
9179 * vc-cvs.el: Doc fixes.
9180 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9181 (vc-cvs-stay-local): Add :version.
9182
9183 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9184
91852000-09-07 Kenichi Handa <handa@etl.go.jp>
9186
9187 * international/quail.el (quail-help): Fix previous change.
9188
91892000-09-07 Gerd Moellmann <gerd@gnu.org>
9190
9191 * faces.el (color-values): Doc fix.
9192
9193 * faces.el (frame-set-background-mode): Use frame-parameter
9194 instead of frame-parameters.
9195
9196 * frame.el (filtered-frame-list): Reduce consing.
9197 (frames-on-display-list): Call frame-parameter instead of
9198 frame-parameters.
9199
92002000-09-07 Kenichi Handa <handa@etl.go.jp>
9201
9202 * language/devan-util.el (devanagari-to-indian-region): In the
9203 loop, change the following char, not preceding char.
9204
92052000-09-07 Gerd Moellmann <gerd@gnu.org>
9206
9207 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9208 instead of frame-parameters.
9209
9210 * faces.el (set-face-attribute): Simplify by calling
9211 internal-set-lisp-face-attribute with FRAME being 0.
9212
9213 * vc.el: Remove `Id' version control keyword.
9214
92152000-09-07 Kenichi Handa <handa@etl.go.jp>
9216
9217 * help.el (help-make-xrefs): Adjusted for the change of
9218 help-xref-mule-regexp.
9219 (help-insert-xref-button): New function.
9220
9221 * international/mule-cmds.el (help-xref-mule-regexp-template):
9222 Include the pattern for character set.
9223 (leim): New group.
9224
9225 * international/quail.el: Don't require face.
9226 (quail): New group.
9227 (quail-other-command): Dummy command to make quail-help work better.
9228 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9229 (quail-keyboard-layout-substitution): New variable.
9230 (quail-update-keyboard-layout): New function.
9231 (quail-keyboard-layout-type): New customizable variable.
9232 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9233 (quail-keyboard-translate): Pay attention to
9234 quail-keyboard-layout-substitution.
9235 (quail-insert-kbd-layout): New function.
9236 (quail-show-keyboard-layout): New function.
9237 (quail-get-translation): If the definition is a vector of length
9238 1, and the element is a string of length 1, return the character
9239 in that string.
9240 (quail-update-current-translations): Fix the case of
9241 relative-index out of range.
9242 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9243 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9244 Show key sequences for all available characters.
9245 (quail-help-insert-keymap-description): Don't show such verbose
9246 key bindings as quail-self-insert-command.
9247
9248 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9249 Format changed, and each element now have extra documentations.
9250 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9251 Adjusted for the change of quail-cxterm-package-ext-info.
9252
92532000-09-06 Gerd Moellmann <gerd@gnu.org>
9254
9255 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9256 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9257 during bootstrap.
9258
92592000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9260
9261 * vc.el: (toplevel): Don't require `dired' at run-time.
9262 (vc-dired-resynch-file): Remove autoload cookie.
9263
92642000-09-05 Andre Spiegel <spiegel@gnu.org>
9265
9266 * vc.el: Made several backend functions optional.
9267 (vc-default-responsible-p): New function.
9268 (vc-merge): Use RET for first version to trigger merge-news, not
9269 prefix arg.
9270 (vc-annotate): Handle backends that do not support annotation.
9271 (vc-default-merge-news): Removed. The existence of a merge-news
9272 implementation is now checked on caller sites.
9273
9274 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9275 case.
9276
9277 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9278 special case that has been removed from the default in vc-hooks.el.
9279
92802000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9281
9282 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9283
92842000-09-05 Andre Spiegel <spiegel@gnu.org>
9285
9286 * vc-hooks.el: Require vc during compilation.
9287 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9288 macro `with-vc-properties' in vc.el.
9289 (vc-file-getprop): Doc fix.
9290 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9291
9292 * vc.el: Require dired-aux during compilation.
9293 (vc-name-assoc-file): Moved to vc-sccs.el.
9294 (with-vc-properties): New macro.
9295 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9296 vc-finish-steal): Use it.
9297 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9298 to the backend-specific function is now supposed to do the checkout,
9299 too.
9300 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9301
9302 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9303 set file properties; that gets done in the generic code now.
9304
9305 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9306 Changed parameter list, added code from vc.el that does the
9307 checkout, possibly with a double-take.
9308
9309 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9310 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9311 the above under the new name.
9312 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9313 parameter list, added checkout command.
9314 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9315 properties; that gets done in the generic code now.
9316
93172000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9318
9319 * vc.el: Docstring fixes (courtesy of checkdoc).
9320
93212000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9322
9323 * vc.el (vc-checkout-writable-buffer-hook)
9324 (vc-checkout-writable-buffer): Remove.
9325 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9326 (vc-log-mode): Make it into a clean derived major mode.
9327 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9328 vc-log-mode if log-edit is not available.
9329 (vc-dired-mode-map): Don't set-keymap-parent yet.
9330 (vc-dired-mode): Do set-keymap-parent here.
9331 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9332
93332000-09-05 Gerd Moellmann <gerd@gnu.org>
9334
9335 * faces.el (set-face-attribute, face-spec-reset-face)
9336 (face-spec-set): Avoid consing by removing calls to `apply'.
9337
9338 * frame.el (frame-parameter): Move to C code.
9339
93402000-09-05 Dave Love <fx@gnu.org>
9341
9342 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9343 insert-before-markers-and-inherit. Now checked systematically!
9344
93452000-09-05 Alex Schroeder <alex@gnu.org>
9346
9347 * sql.el (sql-postgres): Use sql-postgres-options.
9348 (sql-postgres-options): New variable.
9349
93502000-09-05 Alex Schroeder <alex@gnu.org>
9351
9352 * sql.el (sql-mode-menu): Work around missing variable mark-active
9353 in XEmacs.
9354 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9355 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9356 compatibility.
9357
93582000-09-04 Gerd Moellmann <gerd@gnu.org>
9359
9360 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9361
9362 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9363
9364 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9365
93662000-09-04 Andre Spiegel <spiegel@gnu.org>
9367
9368 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9369 don't support anything else under SCCS yet.
9370
9371 * vc-hooks.el: Minor doc fixes.
9372
93732000-09-04 Andre Spiegel <spiegel@gnu.org>
9374
9375 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9376 not necessary. If verbose in state `needs-patch', do the same as
9377 under `up-to-date'. When NOT verbose and `needs-patch', check out
9378 latest version instead of `merge-news'.
9379 (vc-next-action-dired): Don't mess with default-directory here; it
9380 breaks other parts of dired. It is the job of the
9381 backend-specific functions to adjust it temporarily if they need it.
9382 (vc-next-action): Remove a special CVS case.
9383 (vc-clear-headers): New optional arg FILE.
9384 (vc-checkin, vc-checkout): Set properties vc-state and
9385 vc-checkout-time properly.
9386 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9387 (vc-print-log): Use new backend function `show-log-entry'.
9388 (vc-cancel-version): Do the checks in a different order. Added a
9389 FIXME concerning RCS-only code.
9390
9391 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9392 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9393
9394 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9395
9396 * vc-hooks.el (vc-default-mode-line-string): Show state
9397 `needs-patch' as a `-' too.
9398
93992000-09-04 Andre Spiegel <spiegel@gnu.org>
9400
9401 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9402 (vc-default-could-register): New function.
9403 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9404 (vc-resynch-buffer): Call vc-dired-resynch-file.
9405 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9406 vc-resynch-buffer instead of vc-resynch-window.
9407 (vc-next-action-dired): Don't redisplay here, that gets done as a
9408 result of the individual file operations.
9409 (vc-retrieve-snapshot): Corrected prompt order.
9410
9411 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9412
9413 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9414 as well.
9415 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9416 hostname regexps. Updated all callers.
9417 (vc-cvs-responsible-p): Handle directories as well.
9418 (vc-cvs-could-register): New function.
9419 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9420 properties up-to-date.
9421
9422 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9423 user whether to create one.
9424
94252000-09-04 Andre Spiegel <spiegel@gnu.org>
9426
9427 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9428 check out a non-existing file.
9429
9430 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9431 workfile does not exist.
9432
9433 * vc.el (vc-version-diff): Use `require' to check for existence of
9434 diff-mode.
9435
94362000-09-04 Andre Spiegel <spiegel@gnu.org>
9437
9438 * vc-cvs.el (vc-cvs-registered): Use new function
9439 vc-cvs-parse-entry to do the actual work.
9440
94412000-09-04 Andre Spiegel <spiegel@gnu.org>
9442
9443 * vc-hooks.el (vc-find-backend-function): If function doesn't
9444 exist, return nil instead of error.
9445 (vc-call-backend): Doc fix.
9446
9447 * vc.el (vc-do-command): Doc fix.
9448 (vc-finish-logentry): When checking in from vc-dired, choose the
9449 right backend for logentry check.
9450 (vc-dired-mode-map): Inherit from dired-mode-map.
9451 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9452 simplified.
9453 (vc-dired-state-info): Removed, updated caller.
9454 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9455 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9456 (vc-dired-listing-switches): New variable.
9457 (vc-directory): Use it, instead of dired-listing-switches.
9458
9459 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9460 (vc-cvs-dir-state): New function.
9461 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9462 (vc-cvs-parse-entry): New function, also to be used in
9463 vc-cvs-registered.
9464
94652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9466
9467 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9468 *or* single-window-frames.
9469
94702000-09-04 Andre Spiegel <spiegel@gnu.org>
9471
9472 * vc.el (vc-update-changelog): Split into generic part and default
9473 implementation. Doc string adapted.
9474 (vc-default-update-changelog): New function. Call the `rcs2log'
9475 script in exec-directory, to fix a long-standing nuisance.
9476
9477 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9478 simply signals an error.
9479
94802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9481
9482 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9483 control-flow more clear and to avoid running `cvs' twice.
9484
9485 * vc.el (vc-next-action-on-file): Doc fix.
9486 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9487 (vc-print-log): Eval `file' before constructing the continuation.
9488
94892000-09-04 Andre Spiegel <spiegel@gnu.org>
9490
9491 * vc.el (vc-next-action-on-file): Corrected several messages.
9492 (vc-merge): Add prefix arg `merge-news'; handle it.
9493
9494 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9495 is not reached. It is.
9496 (vc-cvs-merge): Set state to 'edited after merge.
9497 (vc-cvs-merge-news): Set workfile version to nil if not known.
9498 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9499
9500 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9501 via stdout. (Merge from main line.)
9502
95032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9504
9505 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9506 detection.
9507
95082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9509
9510 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9511 against kill-all-local-variables.
9512 (vc-log-edit): Don't save vc-parent-buffer any more.
9513 (vc-last-comment-match): Initialize to an empty string.
9514 (vc-post-command-functions): New hook.
9515 (vc-do-command): Run it.
9516 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9517 (vc-finish-logentry): Only add the comment to the ring if it's
9518 different from the last comment entered.
9519 (vc-new-comment-index): New function.
9520 (vc-previous-comment): Use it. Make the minibuffer message
9521 slightly less terse.
9522 (vc-comment-search-reverse): Make it work forward as well. Don't
9523 set vc-comment-ring-index if no match is found. Use
9524 vc-new-comment-index.
9525 (vc-comment-search-forward): Use vc-comment-search-reverse.
9526 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9527 define-derived-mode will do it for us. Bind `v' to a keymap that
9528 inherits from vc-prefix-map so that we can bind `vt' without
9529 binding C-x v t.
9530 (vc-retrieve-snapshot): Parenthesis typo.
9531
9532 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9533 to 1. Make sure to switch to *vc* before looking for an error
9534 message. Use vc-parse-buffer.
9535
95362000-09-04 Andre Spiegel <spiegel@gnu.org>
9537
9538 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9539 and NAME.
9540 (vc-retrieve-snapshot): Split into two parts.
9541 (vc-default-retrieve-snapshot): New function.
9542
9543 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9544 (vc-cvs-retrieve-snapshot): New function (untested).
9545 (vc-cvs-stay-local): Default to t.
9546 (vc-cvs-remote-p): New function and property.
9547 (vc-cvs-state): Stay local only if the above is t.
9548 (vc-handle-cvs): Removed.
9549 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9550 done via vc-handled-backends now.
9551 (vc-cvs-header): Escape Id.
9552
95532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9554
9555 * vc.el (vc-do-command): Remove unused commands.
9556 (vc-version-diff): Make sure default-directory ends with a slash.
9557 Move the window commands into a vc-exec-after.
9558 (vc-print-log): Move more of the code into the `vc-exec-after'.
9559
95602000-09-04 Andre Spiegel <spiegel@gnu.org>
9561
9562 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9563 (vc-print-log): Search current revision from beginning of buffer.
9564 (vc-revert-buffer): Clear echo area after the diff is finished.
9565 (vc-prefix-map): Removed definition of "t" for terse display in vc
9566 dired.
9567 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9568 definition of "vt" for terse display.
9569 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9570
95712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9572
9573 * vc.el (vc-exec-after): Avoid caddr.
9574
95752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9576
9577 * vc.el (vc-exec-after): New function.
9578 (vc-do-command): Use it to add a termination message for async
9579 procs.
9580 (vc-checkout): Try to handle a missing-backend situation.
9581 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9582 of a directory with a backend using async diffs.
9583 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9584 present.
9585
9586 * vc-sccs.el (vc-sccs-state-heuristic): Use
9587 file-ownership-preserved-p.
9588
9589 * vc-rcs.el (vc-rcs-state-heuristic): Use
9590 file-ownership-preserved-p.
9591 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9592
95932000-09-04 Andre Spiegel <spiegel@gnu.org>
9594
9595 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9596 vc-do-command.
9597
9598 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9599 when there are no changes.
9600
96012000-09-04 Andre Spiegel <spiegel@gnu.org>
9602
9603 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9604
9605 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9606
96072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9608
9609 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9610
9611 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9612 the `fset' outside of the defvar so that it works even if
9613 vc-prefix-map was already defined.
9614 (vc-setup-buffer): New function, split out of vc-do-command.
9615 (vc-do-command): Allow BUFFER to be t to mean `just use the
9616 current buffer without any fuss'.
9617 (vc-version-diff): Change the `diff' backend operation to just put
9618 the diff in the current buffer without erasing it. Always use
9619 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9620 shrink-window-if-larger-than-buffer.
9621 (vc-print-log): Change the `print-log' backend operation to just
9622 put the log in the current buffer without erasing it. Protect
9623 shrink-window-if-larger-than-buffer.
9624 (vc-update-change-log): Fix setd typo.
9625
9626 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9627 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9628
9629 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9630 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9631 CMP.
9632
9633 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9634 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9635 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9636
96372000-09-04 Andre Spiegel <spiegel@gnu.org>
9638
9639 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9640 not possible, use vc-BACKEND-workfile-unchanged-p.
9641 (vc-default-workfile-unchanged-p): New function. Delegates to a
9642 full vc-BACKEND-diff.
9643
9644 * vc-hooks.el (vc-simple-command): Removed.
9645
9646 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9647 instead of vc-simple-command.
9648 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9649 avoid doing a diff when opening a file.
9650 (vc-rcs-state): Added check for unlocked-changes.
9651 (vc-rcs-header): Escape Id.
9652 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9653 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9654 version.
9655
9656 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9657 (vc-sccs-diff): Remove optional arg CMP.
9658 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9659 SCCS-specific function.
9660
9661 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9662 vc-simple-command.
9663
96642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9665
9666 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9667 (with-vc-file, vc-merge): Use vc-editable-p.
9668 (vc-do-command): Remove unused var vc-file and fix the
9669 doubly-defined `status' var. Add a user message when starting an
9670 async command.
9671 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9672 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9673 Use with-current-buffer.
9674 (vc-buffer-sync): Use unless.
9675 (vc-next-action-on-file): If the file is 'edited by read-only,
9676 make it read-write instead of trying to commit.
9677 (vc-version-diff, vc-update-change-log): Use `setq
9678 default-directory' rather than `cd'.
9679 (vc-log-edit): Don't forget to set default-directory in the
9680 buffer.
9681
9682 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9683 (vc-sccs-state-heuristic): Use file-writable-p instead of
9684 comparing userids.
9685 (vc-sccs-checkout): Use `unless'.
9686
9687 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9688 of comparing userids.
9689 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9690 Simplify the logic by eliminating unreachable code.
9691 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9692 just do a recursive call if we need to retry.
9693 (vc-rcs-checkout): Handle the case where rcs is missing by making
9694 the buffer read-write if requested and re-signalling the error.
9695
9696 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9697
96982000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9699
9700 * vc-hooks.el (vc-handled-backends): Docstring change.
9701 (vc-ignore-vc-files): Mark obsolete.
9702 (vc-registered): Check vc-ignore-vc-files.
9703 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9704 vc-ignore-vc-files.
9705
9706 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9707
97082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9709
9710 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9711 files since ange-ftp already has vc-registered return nil.
9712
9713 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9714 (vc-sccs-workfile-version): Use with-temp-buffer and new
9715 vc-parse-buffer and don't bother setting the property.
9716 (vc-sccs-add-triple): Use with-current-buffer and
9717 find-file-noselect.
9718 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9719
9720 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9721 derives from the old vc-parse-buffer but uses the revision number
9722 rather than the date (much easier to compare robustly).
9723 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9724 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9725 locking-user more directly. Check strict locking and set
9726 checkout-model appropriately.
9727 (vc-rcs-parse-locks): Remove.
9728 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9729 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9730 (vc-rcs-system-release): Use with-current-buffer and
9731 vc-parse-buffer.
9732 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9733
9734 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9735 (vc-simple-command): Docstring fix.
9736 (vc-registered): Align the way the file-handler is called with the
9737 way the function itself works.
9738 (vc-file-owner): Remove.
9739
9740 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9741 extraction of fields and call to file-attributes because of a
9742 temporary bug in rcp.el.
9743 (vc-cvs-fetch-status): Use with-current-buffer.
9744
97452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9746
9747 * vc.el (vc-do-command): Use file-relative-name.
9748 (vc-responsible-backend): Use vc-backend if possible.
9749 (vc-create-snapshot): Improve the `interactive' spec. Add support
9750 for branches and dispatch to backend-specific `create-snapshot'.
9751 (vc-default-create-snapshot): New function, containing the bulk of
9752 the old vc-create-snapshot.
9753 (vc-retrieve-snapshot): Improve the interactive spec.
9754
9755 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9756 (vc-backend-hook-functions): Remove.
9757 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9758 (vc-backend): Reintroduce the test for `file = nil' now that I
9759 know why it was there (and added a comment to better remember).
9760
9761 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9762 code from vc-sccs-hooks.el.
9763 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9764 'vc anymore.
9765 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9766 and file-directory-p instead of file-exists-p.
9767 (vc-sccs-check-headers): Simplify the regexp.
9768
9769 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9770 from vc-rcs-hooks.el. Don't require 'vc anymore.
9771 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9772 file-directory-p instead of file-exists-p.
9773
9774 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9775 from vc-cvs-hooks.el.
9776 (proto vc-cvs-registered): Require 'vc-cvs instead of
9777 'vc-cvs-hooks. Don't require 'vc anymore.
9778 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9779 file-directory-p instead of file-exists-p.
9780 (vc-cvs-create-snapshot): New function, replacing
9781 vc-cvs-assign-name.
9782 (vc-cvs-assign-name): Remove.
9783
97842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9785
9786 * vc-cvs.el (vc-cvs-header): New var.
9787
9788 * vc-rcs.el (vc-rcs-exists): Remove.
9789 (vc-rcs-header): New var.
9790
9791 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9792 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9793 (vc-sccs-header): New var.
9794
9795 * vc.el (vc-do-command): Get rid of the `last' argument.
9796 (vc-header-alist): Remove, replaced by vc-X-header.
9797 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9798 (vc-dired-hook): Use expand-file-name instead of concat.
9799 (vc-directory): Use file-name-as-directory.
9800 (vc-snapshot-precondition, vc-create-snapshot)
9801 (vc-retrieve-snapshot): Allow the command to operate on any
9802 directory.
9803
9804 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9805 just removing the 'WORKFILE argument or by removing the 'MASTER
9806 argument and replacing `file' with (vc-name file).
9807
98082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9809
9810 * vc.el: Update Copyright and add a crude list of backend funs.
9811 (vc-writable-p): New function.
9812 (with-vc-file): Use vc-writable-p.
9813 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9814 (vc-register): Avoid vc-name.
9815 (vc-locking-user): Remove.
9816 (vc-steal-lock): Make the `owner' arg non-optional.
9817 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9818 vc-checkout-model.
9819 (vc-default-dired-state-info): Use vc-state instead of
9820 vc-locking-user and return special strings for special states.
9821 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9822 and get rid of one of the special CVS cases.
9823 (vc-cancel-version): prettify error message with \\[...].
9824 (vc-rename-master): New function.
9825 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9826 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9827 the CVS special case generic.
9828 (vc-default-record-rename): Remove.
9829 (vc-file-tree-walk-internal): Only call FUNC for files that are
9830 under control of some VC backend and replace `concat' with
9831 expand-file-name.
9832 (vc-file-tree-walk): Update docstring.
9833 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9834 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9835
9836 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9837 vc-sccs-record-rename. Use `find-file-noselect' rather than
9838 `find-file' and call `vc-rename-master' to do the actual move.
9839 (vc-sccs-diff): Remove unused `backend' variable.
9840
9841 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9842 to delay loading of vc-sccs until it is really used.
9843 (vc-sccs-master-templates): Preload.
9844 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9845 (vc-sccs-project-dir): Remove (merged into
9846 vc-sccs-search-project-dir).
9847 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9848 rather than `concat', make sure it is preloaded and don't bother
9849 to check that the file actually exists.
9850 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9851 `locks' argument (use buffer's content instead) and eliminate n^2
9852 behavior.
9853
9854 * vc-rcs.el: Update Copyright.
9855 (vc-rcs-rename-file): New function.
9856 (vc-rcs-diff): Remove unused `backend' variable.
9857
9858 * vc-hooks.el: Update Copyright.
9859 (vc-backend): Don't accept a nil argument any more.
9860 (vc-up-to-date-p): Turn into a defsubst.
9861 (vc-possible-master): New function.
9862 (vc-check-master-templates): Use `vc-possible-master' and allow
9863 funs in vc-X-master-templates to return a non-existent file.
9864
9865 * vc-cvs.el: Update Copyright.
9866 (vc-cvs-diff): Remove unused `backend' variable.
9867 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9868
9869 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9870
98712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9872
9873 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9874 since it can be called from vc-rcs.el.
9875 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9876
98772000-09-04 Andre Spiegel <spiegel@gnu.org>
9878
9879 * vc.el (vc-version-diff): Expand file name read from the
9880 minibuffer. Handle the case when a previous version number can't
9881 be guessed. Give suitable messages when there were no differences
9882 found.
9883 (vc-clear-headers): Call backend-specific implementation, if one
9884 exists.
9885 (vc-cancel-version): Made error checks generic. When done, clear
9886 headers generically, too.
9887
9888 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9889 from vc-clear-headers in vc.el.
9890
9891 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9892 correctly.
9893 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9894 optional. Handle the case when it's not there.
9895
98962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9897
9898 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9899
99002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9901
9902 * vc-hooks.el (vc-loadup): Remove.
9903 (vc-find-backend-function): Use `require'. Also, handle the case
9904 where vc-BACKEND-hooks.el doesn't exist.
9905 (vc-call-backend): Cleanup.
9906
99072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9908
9909 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9910 vc-rcs-grab-templates)
9911 (vc-rcs-registered): Remove. The default function works as well.
9912 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9913 vc-sccs-grab-templates)
9914 (vc-sccs-registered): Remove. The default function works as well.
9915
9916 * vc.el (vc-version-diff): Left out a vc- in call to
9917 vc-call-backend.
9918 (vc-default-dired-state-info, vc-default-record-rename)
9919 (vc-default-merge-news): Update for the new backend argument.
9920
9921 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9922 using the default function.
9923 (vc-call-backend): If calling the default function, pass it the
9924 backend as first argument. Update the docstring accordingly.
9925 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9926 for the new backend argument.
9927 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9928 (vc-find-backend-function): Use the new name.
9929 (vc-default-registered): New function.
9930
99312000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9932
9933 * vc.el (vc-merge): Use vc-find-backend-function.
9934
9935 * vc-hooks.el (vc-backend-functions): Remove.
9936 (vc-loadup): Don't setup 'vc-functions.
9937 (vc-find-backend-function): New function.
9938 (vc-call-backend): Use above fun and populate 'vc-functions
9939 lazily.
9940 (vc-backend-defines): Remove.
9941
99422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9943
9944 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9945 Call vc-call-backend without the leading vc-.
9946 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9947 (vc-check-headers): Call vc-call-backend without the leading vc-.
9948 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9949 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9950 Call vc-call-backend without the leading vc-.
9951
9952 * vc-cvs.el (tail): Provide vc-cvs.
9953 * vc-sccs.el (tail): Provide vc-sccs.
9954 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9955
9956 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9957 (vc-make-backend-function, vc-call): Pass names without leading
9958 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9959 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9960 (vc-call-backend): Always try to load vc-X-hooks.
9961 (vc-registered): Remove vc- in call to vc-call-backend.
9962
99632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9964
9965 * vc.el (vc-process-filter): New function.
9966 (vc-do-command): Setup `vc-process-filter' for the async process.
9967 (vc-maybe-resolve-conflicts): New function to reduce
9968 code-duplication. Additionally, it puts the buffer in
9969 `smerge-mode' if applicable.
9970 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9971 calling `merge-news'.
9972 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9973 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9974 interfacing to log-edit.el.
9975 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9976 log-edit is available.
9977 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9978
99792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9980
9981 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9982 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9983 defvar and the initialization.
9984 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9985
9986 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9987 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9988
9989 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9990
99912000-09-04 Andre Spiegel <spiegel@gnu.org>
9992
9993 * vc.el (vc-file-clear-masterprops): Removed.
9994 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9995 (vc-version-diff): Use buffer-size without argument.
9996 (vc-register): Heed vc-initial-comment.
9997
9998 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9999 default branch.
10000
10001 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10002 file name and workfile version.
10003 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10004
10005 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10006 vc-file-clear-masterprops.
10007
10008 * vc-sccs.el (vc-sccs-checkout): Removed call to
10009 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10010 rather than user login name.
10011
10012
100132000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10014
10015 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10016 `want-differences-if-changed' and simplify.
10017 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10018 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10019 output (which is invalid for async vc-diff) to decide whether to
10020 do the revert silently or not.
10021
100222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10023
10024 * vc-hooks.el (vc-loadup): Load files quietly.
10025 (vc-call-backend): Oops, brain fart.
10026
100272000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10028
10029 * vc-cvs.el (vc-cvs-state): Typo.
10030 (vc-cvs-merge-news): Return the status code rather than the error msg.
10031
100322000-09-04 Andre Spiegel <spiegel@gnu.org>
10033
10034 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10035 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10036 vc-state or vc-up-to-date-p.
10037 (vc-merge): Use vc-backend-defines to check whether merging is
10038 possible. Set state to 'edited after successful merge.
10039
10040 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10041 return that name. Redocumented.
10042
100432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10044
10045 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10046 new `vc-state' semantics.
10047 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10048 'vc-locking-user to the current user.
10049 (vc-merge): Inline vc-backend-merge. Comment out code that I
10050 don't understand and hence can't adapt to the new `vc-state' and
10051 `vc-locking-user' semantics.
10052 (vc-backend-merge): Remove.
10053
10054 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10055 rather than 'vc-locking-user.
10056
10057 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10058
10059 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10060 (vc-state): Don't use 'reserved any more. Just use the same
10061 convention as the one used for vc-<backend>-state where the
10062 locking user (as a string) is returned.
10063 (vc-locking-user): Update, based on the above convention. The
10064 'vc-locking-user property has disappeared.
10065 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10066
10067 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10068 with a heuristic one.
10069 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10070 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10071 error. That allows us to get to 'needs-merge even in the
10072 stay-local case. There's still no way to detect 'needs-patch in
10073 such a setup (or to force an update for that matter).
10074 (vc-cvs-logentry-check): Remove, the default works as well.
10075
100762000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10077
10078 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10079
10080 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10081 major-mode in which the buffer might have been put earlier. Use
10082 `remove' and `when'. Allow `okstatus' to be `async' and use
10083 `start-process' in this case.
10084 (vc-version-diff): Handle the case where the diff looks empty
10085 because of the use of an async process.
10086
100872000-09-04 Andre Spiegel <spiegel@gnu.org>
10088
10089 * vc.el (vc-next-action-on-file): Removed optional parameter
10090 `simple'. Recompute state unconditionally.
10091 (vc-default-toggle-read-only): Removed.
10092
10093 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10094 (vc-toggle-read-only): Undid prev change.
10095
10096 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10097 vc-cvs-simple-toggle. Redocumented.
10098 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10099 (vc-cvs-toggle-read-only): Removed.
10100
101012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10102
10103 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10104 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10105 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10106 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10107 still is. So maybe it should be removed.
10108 (vc-head-version, vc-find-binary): Remove.
10109 (vc-recompute-state): Move from vc-hooks.el.
10110 (vc-next-action-on-file): Add a `simple' argument to allow
10111 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10112 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10113 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10114 (vc-dired-mode-map): Properly defvar it.
10115 (vc-print-log): Call log-view-mode if available.
10116 (small-temporary-file-directory): defvar instead of use boundp.
10117 (vc-merge-news): Moved to vc-cvs.el.
10118 (vc-default-merge-news): New function.
10119
10120 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10121 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10122 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10123 unknown `vc-latest-version' function. It should probably refer to
10124 vc-workfile-version or somesuch, but it's very unclear to me and I
10125 don't have SCCS to test things.
10126
10127 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10128 (vc-sccs-state-heuristic): Fix typo.
10129 (vc-sccs-workfile-unchanged-p): Add missing argument.
10130
10131 * vc-rcs.el: Require vc and vc-rcs-hooks.
10132 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10133 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10134 (vc-release-greater-or-equal-p): Move from vc.
10135 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10136 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10137 (vc-rcs-checkout): Add a missing `new-version' argument in the
10138 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10139
10140 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10141 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10142 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10143 than the apparently unbound `workfile-version'.
10144
10145 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10146 (vc-file-prop-obarray): Use `make-vector'.
10147 (vc-backend-functions): Add new hookable functions
10148 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10149 (vc-loadup): If neither backend nor default functions exist, use
10150 the backend function rather than nil.
10151 (vc-call-backend): If the function if not bound yet, try to load
10152 the non-hook file to see if it provides it.
10153 (vc-call): New macro plus use it wherever possible.
10154 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10155 nor `vc-find-binary' since it's only called from
10156 vc-mistrust-permission which is only used once the backend is known.
10157 (vc-checkout-model): Fix parenthesis.
10158 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10159
10160 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10161 (vc-cvs-release, vc-cvs-system-release): Remove.
10162 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10163 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10164 status symbols.
10165 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10166 (vc-cvs-toggle-read-only): First cut at a function to allow a
10167 cvs-status-free vc-toggle-read-only.
10168 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10169 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10170 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10171 (vc-cvs-checkout): Modify access rights directly if the user
10172 requested not to use `cvs edit'. And refresh the mode line.
10173
10174 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10175 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10176
101772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10178
10179 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10180 workfile' that got lost when the code was extracted from vc.el.
10181 And merged the tail with the rest of the code (not possible in the
10182 old vc.el where the tail was shared among all backends). And
10183 explicitly set the state to 'edited if `writable' is set.
10184
10185 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10186 (vc-cvs-state): Be careful to return the value from
10187 vc-cvs-parse-state.
10188 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10189 property but return it instead. Also be careful to handle a nil
10190 or "" `rev' when workfile is non-nil (it was handled properly when
10191 workfile was nil).
10192
10193 * vc.el: Removed those pesky unnecessary `(function' quotes.
10194 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10195 directly in the defvar.
10196 (vc-do-command): Bind inhibit-read-only so as to properly handle
10197 the case where the destination buffer has been made read-only.
10198 (vc-diff): Delegate to vc-version-diff in all cases.
10199 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10200 (vc-annotate-mode-variables): Removed (code moved partly to
10201 defvars and partly to vc-annotate-add-menu).
10202 (vc-annotate-mode): Turned into a derived-mode.
10203 (vc-annotate-add-menu): Moved in code in
10204 vc-annotate-mode-variables.
10205 (vc-update-change-log): Use make-temp-file if available.
10206
102072000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10208
10209 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10210 `vc-checkout-model' updated to `vc-cvs-update-model'.
10211
102122000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10213
10214 * vc.el (vc-next-action-on-file): Added handling of state
10215 `unlocked-changes'.
10216 (vc-checkout-carefully): Is now practically obsolete, unless the
10217 above is too slow to be enabled unconditionally.
10218 (vc-update-change-log): Fixed typo.
10219
10220 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10221
10222 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10223 Now handles state `unlocked-changes'.
10224 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10225
10226 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10227
10228 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10229 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10230 `unlocked-changes'.
10231 (vc-rcs-workfile-unchanged-p): Renamed from
10232 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10233 function yet, but supposed to become one soon.
10234
10235 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10236 `vc-steal-lock'.
10237 (vc-call-backend): Changed error message.
10238 (vc-state): Added description of state `unlocked-changes'.
10239
102402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10241
10242 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10243 always return t in CVS-controlled directories.
10244
10245 * vc.el (vc-responsible-backend): New function.
10246 (vc-register): Largely rewritten.
10247 (vc-admin): Removed (implementation moved into vc-register).
10248 (vc-checkin): Redocumented.
10249 (vc-finish-logentry): If no backend defined yet (because we are in
10250 the process of registering), use the responsible backend.
10251
10252 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10253 Updated function lists.
10254 (vc-call-backend): Fixed typo.
10255
10256 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10257 New functions.
10258 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10259 Removed query option. Redocumented.
10260
102612000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10262
10263 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10264
10265 * vc.el: Updated callers of `vc-checkout-required' to use
10266 `vc-checkout-model'.
10267
102682000-09-04 Martin Lorentzson <martinl@gnu.org>
10269
10270 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10271 stuff updated to reference this function instead of the old
10272 `vc-backend-release-p'.
10273
102742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10275
10276 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10277 vc-checkout-model. Return appropriate values. Updated callers.
10278
102792000-09-04 Martin Lorentzson <martinl@gnu.org>
10280
10281 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10282 (vc-backend-revert): Function moved into `vc-revert';
10283 `vc-next-action' must be updated to accomodate this change.
10284 (vc-backend-steal): Function moved into `vc-finish-steal'.
10285 (vc-backend-logentry-check): Function moved into
10286 `vc-finish-logentry'.
10287 (vc-backend-printlog): Function moved into `vc-print-log'.
10288 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10289 (vc-backend-assign-name): Function moved into
10290 `vc-create-snapshot'.
10291
102922000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10293
10294 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10295 Rename to vc-checkout-model. Return appropriate values.
10296 Update callers.
10297
10298 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10299 to vc-checkout-model.
10300 (vc-checkout-required): Rename to vc-checkout-model.
10301 Re-implement and re-comment.
10302 (vc-after-save): Use vc-checkout-model.
10303
103042000-09-04 Martin Lorentzson <martinl@gnu.org>
10305
10306 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10307 Update to use the vc-BACKEND-diff functions instead.
10308 `vc-diff' is now working.
10309
10310 * vc-rcs.el (vc-rcs-logentry-check): New function.
10311
10312 * vc-cvs.el (vc-cvs-logentry-check): New function.
10313
10314 * vc-sccs.el (vc-sccs-diff): Function changed name from
10315 `vc-backend-diff'. This makes `vc-diff' work.
10316
10317 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10318 of functions possibly implemented in a vc-BACKEND library.
10319 (vc-checkout-required): Fix bug that caused an error to be
10320 signaled during `vc-after-save'.
10321
10322 * vc.el: Fix typo.
10323 This checkin is made with our new VC code base for the very first time.
10324 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10325
10326 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10327 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10328
10329 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10330 updated to `vc-uses-locking'.
10331 (vc-checkout-required): Call to backend function.
10332 `vc-checkout-required' updated to `vc-uses-locking' instead.
10333
10334 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10335 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10336
10337 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10338 to match the split into various backends.
10339 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10340 (vc-retrieve-snapshot): Bug fix.
10341
103422000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10343
10344 * vc-sccs.el (vc-sccs-release): Doc fix.
10345
103462000-09-04 Martin Lorentzson <martinl@gnu.org>
10347
10348 * vc.el (vc-next-action-on-file): Bug found and fixed.
10349 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10350 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10351
10352 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10353 (vc-rcs-checkout): Name space cleaned up. No more revision number
10354 crunching function names that are not prefixed with vc-rcs.
10355 (vc-rcs-checkout-model): Function added. References to
10356 `vc-checkout-model' replaced.
10357
103582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10359
10360 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10361 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10362 still need to be split, and implemented for RCS).
10363
103642000-09-04 Martin Lorentzson <martinl@gnu.org>
10365
10366 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10367
10368 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10369 required by the vc.el file.
10370
10371 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10372 required by the vc.el file.
10373 (vc-rcs-exists): Function added.
10374
10375 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10376 required by the vc.el file.
10377
10378 * vc.el (vc-admin): Updated to handle selection of appropriate
10379 backend. Current implementation is crufty and need re-thinking.
10380
10381 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10382
103832000-09-04 Martin Lorentzson <martinl@gnu.org>
10384
10385 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10386 beginning of annotate buffers correctly.
10387
10388 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10389 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10390 functionality updated quite a lot to support multiple backends.
10391 Variables `vc-annotate-mode', `vc-annotate-buffers',
10392 `vc-annotate-backend' added.
10393
10394 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10395 `vc-annotate-difference' added to supported backend functions.
10396
103972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10398
10399 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10400 Use with-temp-file instead of /bin/sh. Merged from mainline
10401
104022000-09-04 Martin Lorentzson <martinl@gnu.org>
10403
10404 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10405
10406 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10407
10408 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10409
104102000-09-04 Martin Lorentzson <martinl@gnu.org>
10411
10412 * vc-hooks.el: vc-state-heuristic added to
10413 vc-backend-hook-functions.
10414
10415 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10416
10417 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10418
10419 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10420 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10421 state to `reserved'.
10422
10423 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10424 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10425
104262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10427
10428 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10429 untouched.
10430
10431 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10432
10433 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10434 if defined. (Merged from main line, slightly adapted.)
10435
10436 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10437 millenium problem (merged from mainline).
10438
104392000-09-04 Martin Lorentzson <martinl@gnu.org>
10440
10441 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10442 part and moved the non-BACKEND stuff to vc.el.
10443
10444 * vc.el: Split the annotate feature into a BACKEND specific part
10445 and moved it from the vc-cvs.el file to this one.
10446
104472000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10448
10449 * vc-hooks.el: Implement new state model.
10450 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10451 (vc-locking-user): Simplify. Now only needed if the file is
10452 locked by somebody else.
10453 (vc-lock-from-permissions): Remove. Functionality is in
10454 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10455 (vc-mode-line-string): New name for former vc-status. Adapted.
10456 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10457
10458 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10459 Various simplifications and adaptations all over the place.
10460
10461 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10462 Simplify and adapt the rest.
10463
10464 * vc.el (vc-resynch-window): Add TODO comment: check for
10465 interaction with view mode according to recent RCS change.
10466 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10467
104682000-09-04 Martin Lorentzson <martinl@gnu.org>
10469
10470 * vc.el: Convert the remaining function comments to docstrings.
10471
104722000-09-04 Martin Lorentzson <martinl@gnu.org>
10473
10474 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10475 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10476 (vc-minor-part, vc-previous-version): Functions that operate and
10477 compare revision numbers got proper documentation. Comments added
10478 about their possible removal.
10479
104802000-09-04 Martin Lorentzson <martinl@gnu.org>
10481
10482 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10483 the vc-backend.el files.
10484
10485 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10486
10487 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10488 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10489 (vc-rcs-previous-version): Functions added.
10490
10491 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10492
10493 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10494
104952000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10496
10497 * vc-hooks.el (vc-master-templates): Is really obsolete.
10498 Comment out the definition for now. What is the right procedure
10499 to get rid of it?
10500 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10501 rewritten.
10502 (vc-default-registered): Remove.
10503 (vc-check-master-templates): New function; does mostly what the
10504 above did before.
10505 (vc-locking-user): Don't rely on the backend to set the property.
10506
10507 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10508 Rewrite documentation.
10509 (vc-rcs-templates-grabbed): New variable.
10510 (vc-rcs-grab-templates): New function.
10511 (vc-rcs-registered): Rewrite to use above mechanism.
10512
10513 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10514 Rewrite documentation.
10515 (vc-sccs-templates-grabbed): New variable.
10516 (vc-sccs-grab-templates): New function.
10517 (vc-sccs-registered): Rewrite to use above mechanism.
10518 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10519 Don't throw the result, simply return it.
10520
10521 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10522 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10523 (vc-cvs-registered): Does the check itself now. Simplify.
10524
10525 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10526 from main line.
10527
105282000-09-04 Martin Lorentzson <martinl@gnu.org>
10529
10530 * vc-cvs.el (vc-cvs-diff): New function.
10531
10532 * vc-sccs.el (vc-sccs-diff): New function.
10533
10534 * vc-rcs.el (vc-rcs-diff): New function.
10535 (vc-rcs-checkout): Bug (typo) found and fixed.
10536 (vc-rcs-register-switches): New variable.
10537
10538 * vc.el (vc-backend-diff): Function removed and placed in the
10539 backend files.
10540
105412000-09-04 Martin Lorentzson <martinl@gnu.org>
10542
10543 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10544
10545 * vc.el (vc-backend-checkout): Function removed and replaced in
10546 the vc-backend.el files.
10547
10548 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10549
10550 * vc.el (vc-backend-admin): Removed and replaced in the
10551 vc-backend.el files.
10552
10553 * vc.el (Martin): Removed all the annotate functionality since it
10554 is CVS backend specific.
10555
105562000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10557
10558 * spec.txt: Added specification of vc-state.
10559
10560 * vc-sccs-hooks.el (vc-sccs-master-properties):
10561 Remove handling of vc-latest-version and
10562 vc-your-latest-version. What used to be vc-latest-version, is now
10563 returned as vc-workfile-version.
10564 (vc-sccs-workfile-version): Adapt.
10565
105662000-09-04 Dave Love <fx@gnu.org>
10567
10568 * vc.el: [Merged from mainline.]
10569 (vc-dired-mode): Make the dired-move-to-filename-regexp
10570 regexp match the date, to avoid treating date as file size.
10571 Add YYYY S option to WESTERN/
10572
105732000-09-04 Dave Love <fx@gnu.org>
10574
10575 * vc.el: Require `compile' when compiling.
10576 (vc-logentry-check-hook): New option.
10577 (vc-steal-lock): Use compose-mail.
10578 (vc-dired-mode-map): Defvar when compiling.
10579 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10580 vc-sccs.el and renamed. Callers changed.
10581 (vc-backend-checkout, vc-backend-logentry-check)
10582 (vc-backend-merge-news): Doc fix.
10583 (vc-default-logentry-check): New function.
10584 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10585 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10586 (vc-backend-merge): Doc fix. Use backend functions.
10587 (vc-check-headers): Use backend functions.
10588
10589 * vc-cvs.el: Require vc when compiling.
10590 (vc-cvs-register-switches): Doc fix.
10591 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10592 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10593 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10594 New functions (code from vc.el).
10595 (vc-annotate-display-default): Fix interactive spec.
10596 (vc-annotate-time-span): Doc fix.
10597
10598 * vc-rcs.el: Require vc when compiling.
10599 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10600 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10601 (vc-rcs-checkin): New functions (code from vc.el).
10602 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10603 Doc fix.
10604 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10605
10606 * vc-sccs.el: Require vc when compiling.
10607 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10608 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10609 (vc-sccs-revert)
10610 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10611 from vc.el).
10612 (vc-sccs-add-triple, vc-sccs-record-rename)
10613 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10614 (vc-sccs-admin): Doc fix.
10615
106162000-09-04 Martin Lorentzson <martinl@gnu.org>
10617
10618 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10619 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10620 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10621 from vc.el.
10622
10623 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10624
10625 * vc-cvs.el: Moved the annotate functionality from vc.el.
10626 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10627
106282000-09-04 Dave Love <fx@gnu.org>
10629
10630 * vc.el (vc-backend-release): Call vc-system-release.
10631
10632 * vc-sccs.el (vc-sccs-system-release):
10633 Renamed from vc-sccs-backend-release.
10634
10635 * vc-rcs.el (vc-rcs-system-release):
10636 Renamed from vc-rcs-backend-release.
10637
10638 * vc-cvs.el (vc-cvs-system-release):
10639 Renamed from vc-cvs-backend-release.
10640
106412000-09-04 Dave Love <fx@gnu.org>
10642
10643 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10644 backend files.
10645 (vc-backend-release): Dispatch to backend functions.
10646 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10647 probably needs attention.]
10648
10649 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10650 (vc-sccs-backend-release): New function.
10651
10652 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10653 (vc-cvs-backend-release): New function.
10654
10655 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10656 Doc fix.
10657 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10658 (vc-default-dired-state-info): New function.
10659 (vc-dired-state-info): Dispatch to backends.
10660 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10661
10662 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10663 from vc.el and renamed.
10664
106652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10666
10667 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10668 (vc-version-other-window, vc-backend-assign-name): Removed
10669 references to vc-latest-version; sometimes changed into
10670 vc-workfile-version.
10671
10672 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10673 vc-rcs-master-workfile-version.
10674 (vc-rcs-workfile-version): Use the above. Don't call
10675 vc-latest-version (that was unreachable code, anyway).
10676 (vc-rcs-fetch-master-properties): Doc fix.
10677
10678 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10679 (vc-backend-hook-functions): Removed them from this list, too.
10680 (vc-fetch-properties): Removed.
10681 (vc-workfile-version): Doc fix.
10682
10683 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10684 (vc-rcs-workfile-version, vc-rcs-locking-user)
10685 (vc-rcs-uses-locking): Use it.
10686
10687 * vc-hooks.el (vc-consult-rcs-headers):
10688 Moved into vc-rcs-hooks.el, under the name
10689 vc-rcs-consult-headers.
10690
10691 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10692 headers.
10693 (vc-cvs-find-master): Use this name only; correct different
10694 versions of the name.
10695
10696 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10697 New functions.
10698 (vc-sccs-locking-user): Use the latter.
10699
10700 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10701 New functions.
10702
10703 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10704 Moved into both
10705 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10706 functions are implementation details of those two backends.
10707
107082000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10709
10710 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10711 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10712
10713 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10714 (vc-sccs-parse-locks): SCCS-specific code moved here from
10715 vc-hooks.
10716
10717 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10718 code moved here from vc-hooks.
10719
10720 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10721 into back-end specific parts and removed. Callers not updated
10722 yet; because I guess these callers will disappear into back-end
10723 specific files anyway.
10724
107252000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10726
10727 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10728 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10729 `vc-uses-locking'.
10730
10731 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10732 Store yes/no in the property, and return t/nil. Updated all
10733 callers.
10734
10735 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10736 vc-sccs-uses-locking. Don't set property.
10737 (vc-sccs-locking-user): Don't set property.
10738
10739 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10740 vc-cvs-uses-locking. Don't set property here; leave that to
10741 vc-hooks.
10742 (vc-cvs-locking-user): Reflect above change. Streamlined.
10743
10744 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10745 vc-rcs-uses-locking.
10746 (vc-rcs-locking-user): Reflect above change.
10747
107482000-09-04 Dave Love <fx@gnu.org>
10749
10750 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10751
10752 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10753
10754 * vc-hooks.el (vc-checkout-model): Punt to backends.
10755
10756 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10757
10758 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10759
10760 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10761 New functions.
10762
10763 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10764 New functions.
10765
10766 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10767 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10768
10769 * vc-hooks.el (vc-default-locking-user): New function.
10770 (vc-locking-user, vc-workfile-version): Punt to backends.
10771
107722000-09-04 Dave Love <fx@gnu.org>
10773
10774 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10775 (vc-master-workfile-version): Moved from vc-hooks.
10776
10777 * vc-rcs-hooks.el: Fix duplicate code in last change.
10778
10779 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10780 (vc-rcs-master-templates): Improve :type.
10781 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10782 vc-master-workfile-version): Moved from vc-hooks.
10783
10784 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10785 (vc-sccs-master-templates): Improve :type.
10786 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10787
10788 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10789
10790 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10791 (vc-cvs-master-templates): Improve :type. Use
10792 vc-cvs-find-cvs-master.
10793 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10794 from vc-hooks.
10795 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10796
10797 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10798 Moved to vc-cvs-hooks.
10799
10800 * vc-hooks.el: Add doc strings in various places. Simplify the
10801 minor mode setup.
10802 (vc-handled-backends): New user variable.
10803 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10804 simplification.
10805
108062000-09-04 Dave Love <fx@gnu.org>
10807
10808 * vc.el: Some doc fixes for autoloaded and interactive functions.
10809 Fix compilation warnings from ediff stuff.
10810 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10811
10812 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10813
10814 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10815
10816 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10817
108182000-09-04 Dave Love <fx@gnu.org>
10819
10820 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10821 New variable.
10822 (vc-make-backend-function, vc-loadup, vc-call-backend)
10823 (vc-backend-defines): New functions.
10824
10825 * vc-hooks.el: Various doc fixes.
10826 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10827 (vc-match-substring): Function removed. Callers changed to use
10828 match-string.
10829 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10830 Simplify.
10831
108322000-09-04 Dave Love <fx@gnu.org>
10833
10834 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10835 type.
10836 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10837 (vc-sccs-registered): Doc fix.
10838
10839 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10840 (vc-cvs-registered): Doc fix.
10841
10842 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10843 (vc-rcs-registered): Doc fix.
10844
108452000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10846
10847 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10848
10849 * vc-hooks.el: vc-registered has been renamed
10850 vc-default-registered. Some functions have been moved to the
10851 backend specific files. they all support the
10852 vc-BACKEND-registered functions.
10853
108542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10855
10856 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10857
10858 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10859
108602000-09-04 Dave Love <fx@gnu.org>
10861
10862 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10863 menu-bar-update-hook.
10864
10865 * help.el (help-manyarg-func-alist): Add
10866 find-operation-coding-system.
10867
10868 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10869
10870 * custom.el (custom-set-variables): Print message about errors in
10871 setting.
10872
108732000-09-03 Andrew Innes <andrewi@gnu.org>
10874
10875 * makefile.w32-in: Change to DOS line endings.
10876
108772000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10878
10879 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10880 minor-mode keymaps, if they don't have one.
10881
108822000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10883
10884 * eshell/esh-module.el (eval-when-compile): Don't lose if
10885 esh-module.el's file name is truncated to DOS 8+3 limits.
10886
108872000-09-01 John Wiegley <johnw@gnu.org>
10888
10889 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10890 predicate, which caused entries in the completion list to be
10891 doubled.
10892
108932000-08-30 John Wiegley <johnw@gnu.org>
10894
10895 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10896 sending to subprocesses. Also, hook pre-command-hook if
10897 `eshell-send-direct-to-subprocesses' is non-nil.
10898 (eshell-send-direct-to-subprocesses): New config variable. If t,
10899 subprocess input is send immediately.
10900 (eshell-toggle-direct-send): New function.
10901 (eshell-self-insert-command): New function.
10902 (eshell-intercept-commands): New function.
10903 (eshell-send-input): If direct subprocess sending is enabled,
10904 don't echo any input to the Eshell buffer. Let the subprocess
10905 handle that. This requires "stty echo" in bash, for example.
10906
109072000-08-28 John Wiegley <johnw@gnu.org>
10908
10909 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10910 completion function for Eshell's implementation of `unset'.
10911
109122000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10913
10914 * info.el (Info-directory-list): Doc fix.
10915
109162000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10917
10918 * filecache.el (file-cache-add-directory-using-find): Don't quote
10919 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10920
109212000-08-31 Kenichi Handa <handa@etl.go.jp>
10922
10923 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10924 coding systems.
10925
109262000-08-30 Andrew Innes <andrewi@gnu.org>
10927
10928 * timer.el (run-with-idle-timer): Undo last change, so that timer
10929 is not activated immediately if Emacs is already idle. Some
10930 existing code relies on this behaviour.
10931
109322000-08-30 Miles Bader <miles@gnu.org>
10933
10934 * frame.el (set-frame-font): Do completion of font-name for
10935 interactive use.
10936
109372000-08-30 Kenichi Handa <handa@etl.go.jp>
10938
10939 * international/quail.el (quail-start-translation): Bind locally
10940 last-command-event, last-command, and this-command.
10941 (quail-start-conversion): Likewise.
10942 (quail-self-insert-command): Fix docstring.
10943
109442000-08-29 Gerd Moellmann <gerd@gnu.org>
10945
10946 * progmodes/executable.el
10947 (executable-make-buffer-file-executable-if-script-p): Check that
10948 buffer contains at least 2 characters.
10949
109502000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10951
10952 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10953
109542000-08-29 Dave Love <fx@gnu.org>
10955
10956 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10957 (diff-mode-shared-map): Bind mouse-2.
10958 (diff-imenu-generic-expression): New variable.
10959 (diff-mode): Use it.
10960
10961 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10962 (mouse-popup-menubar): Add minor mode menus.
10963 (popup-menu): Check for lookup-key returning number.
10964
109652000-08-29 Miles Bader <miles@gnu.org>
10966
10967 * comint.el (comint-send-input): Create overlays using the proper
10968 front/read-advance arguments.
10969
109702000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10971
10972 * ps-print.el: Even/odd pages printing. Doc fix.
10973 (ps-print-version): New version number (6.0).
10974 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10975 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10976 (ps-print-duplex-feature): Variable eliminated.
10977 (ps-even-or-odd-pages): New variable.
10978
10979 * progmodes/ebnf2ps.el: Doc fix.
10980 (ebnf-version): New version (3.3).
10981 (ebnf-user-arrow): Change variable customization to sexp.
10982 (ebnf-user-arrow): Function eliminated.
10983 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10984
109852000-08-29 Kenichi Handa <handa@etl.go.jp>
10986
10987 * help.el (help-xref-mule-regexp): New variable.
10988 (help-make-xrefs): Handle help-xref-mule-regexp.
10989
10990 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10991 variable.
10992 (describe-input-method): Temporarily activate the specfied input
10993 method to display the information.
10994 (describe-language-environment): Hyperlinks to mule related items.
10995
10996 * international/mule-diag.el (charset-multibyte-form-string): New
10997 function.
10998 (list-character-sets-1): Use charset-multibyte-form-string.
10999 (describe-character-set): New function.
11000 (describe-coding-system): Hyperlinks to safe character sets.
11001
11002 * international/quail.el (quail-help): New arg PACKAGE.
11003 Hyperlinks to mule related items.
11004 (quail-help-insert-keymap-description): Use
11005 substitute-command-keys instead of describe-bindings.
11006 (quail-translation-help): Hyperlinks to mule related items.
11007
110082000-08-28 John Wiegley <johnw@gnu.org>
11009
11010 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11011 have a defsubst call itself. Made `eshell-flatten-list' back into
11012 a function again.
11013
11014 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11015 catch, in case re-centering point at bottom messes up the display.
11016 This happens frequently in Emacs 21, due I believe to variable
11017 line heights.
11018
11019 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11020 to call `find-tag-interactive'.
11021
11022 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11023 the list of remember directories.
11024
110252000-08-28 John Wiegley <johnw@gnu.org>
11026
11027 * align.el: Test align-region-separate to see if it's a symbol.
11028
110292000-08-28 John Wiegley <johnw@gnu.org>
11030
11031 * eshell/esh-util.el (eshell-flatten-list): Made this function
11032 into a defsubst form. It gets used very frequently, although
11033 calls don't occur all that often.
11034
11035 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11036 examining it.
11037
11038 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11039 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11040 `eshell-protect'.
11041 (eshell-copy-handles): Created a new macro for duplicating the
11042 current set of open handles. This is needed by the looping
11043 functions.
11044 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11045 is not incorrectly stomped on.
11046
11047 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11048 declaration for pcomplete-use-paring.
11049 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11050 value of eshell-cmpl-use-paring.
11051 * pcomplete.el (pcomplete-use-paring): New config variable, to
11052 indicate whether paring should be used.
11053 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11054 completion alternatives that have already been used.
11055
11056 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11057 bound to C-c C-y, which will repeat the previous N arguments
11058 (based on prefix argument).
11059 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11060
11061 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11062 if there is no *Help* buffer. This is for XEmacs, which renames
11063 its help buffers uniquely. TODO: Find out what the current buffer
11064 name to delete is.
11065
11066 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11067 first entry that correlates to a passwd/group number. Later
11068 entries (used for group/user name aliasing to multiple IDs) are
11069 ignored.
11070
11071 * eshell/em-xtra.el (eshell/expr):
11072 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11073 (eshell-grep, eshell/diff, eshell/locate):
11074 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11075 argument list, before passing it to the system command.
11076
11077 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11078 `find-tag' for use at final position in Eshell buffers (which
11079 otherwise triggers an error on Emacs 21).
11080 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11081 buffer, if it is currently bound to `find-tag'.
11082
11083 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11084 in the list of matched Makefile names.
11085 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11086 directory, prefer its contents to Makefile.
11087
11088 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11089 directory parts (like "cd old new", or "cd =regexp"), are now case
11090 sensitive on non-Windows/DOS platforms.
11091
11092 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11093 types RET after an open delimiter (like "), display a message
11094 indicating that Eshell is waiting for the closing delimiter.
11095
11096 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11097 environment variables.
11098
11099 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11100 gracefully if the user enters incorrect arguments.
11101
11102 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11103 Eshell buffers.
11104
11105 * eshell/esh-var.el (eshell-interpolate-variable):
11106 * eshell/esh-mode.el (eshell-move-argument):
11107 * eshell/em-unix.el (eshell-du-sum-directory):
11108 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11109 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11110 (not (= ...)).
11111
11112 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11113 to ensure the `preserve' flag gets propagated when doing recursive
11114 directory copies.
11115
111162000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11117
11118 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11119 Don't convert \n into \0177 in memory.
11120 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11121 and back again, when reading and writing.
11122
111232000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11124
11125 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11126 testing of `fboundp' on `processp'.
11127
11128 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11129 (eshell/jobs): Don't call process-list if it is not bound.
11130 (eshell-gather-process-output): Support systems where async
11131 subprocesses aren't supported.
11132 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11133 variables.
11134
11135 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11136 eshell-do-eval returns t.
11137 (eshell-do-pipelines-synchronously): New defmacro.
11138 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11139 when async subprocesses aren't supported.
11140 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11141 if async subprocesses aren't supported.
11142 (eshell-resume-command): Don't assume STATUS is a string.
11143
11144 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11145
11146 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11147 (eshell-close-target, eshell-get-target): Use eshell-processp.
11148 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11149 fix.
11150 (eshell-get-target, eshell-create-handles): Doc fix.
11151
111522000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11153
11154 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11155 criterion to include commands that output something, as long as it
11156 leaves both the command and the end-of-buffer visible when the
11157 command has exited.
11158 (eshell-review-quick-commands): Adjust the help doc string
11159 accordingly.
11160
111612000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11162
11163 * locate.el (locate): Cleaned up locate command's interactive prompting
11164 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11165
11166 * filecache.el (file-cache-case-fold-search): New variable
11167 (file-cache-assoc-function): New variable
11168 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11169 Use file-cache-case-fold-search variable
11170 (file-cache-add-file): Use file-cache-assoc-function
11171 (file-cache-delete-file): likewise
11172 (file-cache-directory-name): likewise
11173 (file-cache-debug-read-from-minibuffer): likewise
11174
111752000-08-28 Gerd Moellmann <gerd@gnu.org>
11176
11177 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11178 (abbrev-table-name): New function.
11179 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11180 If non-nil list local abbrev, only.
11181
111822000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11183
11184 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11185 from Gnus support code, and use special article copy buffer
11186 `(gnus-original-article-buffer)' instead. This allows to get rid
11187 of article-hide-headers usage (which breaks in the latest Gnus
11188 version). Thanks to Detlev Zundel.
11189
111902000-08-28 Kenichi Handa <handa@etl.go.jp>
11191
11192 * international/quail.el (quail-use-package): Hide "... loaded"
11193 message.
11194 (quail-start-translation, quail-start-conversion): Likewise.
11195
11196 * international/kkc.el (kkc-region): Hide "... loaded" message.
11197
111982000-08-27 Dave Love <fx@gnu.org>
11199
11200 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11201
112022000-08-27 Miles Bader <miles@gnu.org>
11203
11204 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11205
112062000-08-27 Kenichi Handa <handa@etl.go.jp>
11207
11208 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11209 'ja-dic-cnv), not (require 'skkdic-cnv).
11210
112112000-08-26 Miles Bader <miles@gnu.org>
11212
11213 * faces.el (face-x-resources): Add entry for :inherit.
11214 * cus-face.el (custom-face-attributes): Add support for :inherit
11215 attribute. Add support for relative face heights.
11216 (custom-face-attributes-get): Treat `nil' as being a default value
11217 for :inherit (as well as `unspecified').
11218
11219 * faces.el (set-face-attribute): Update doc string.
11220 (face-attribute-name-alist): Add :inherit.
11221 (face-valid-attribute-values): Handle :inherit.
11222 (face-read-string): Rephrase prompt to be less confusing.
11223 Assume that DEFAULT is a string, since we must return a string.
11224 (face-read-integer): Use `format' to turn DEFAULT into an
11225 acceptable default for face-read-string. Match NEW-VALUE against
11226 the string "unspecified", not the symbol `unspecified', since
11227 that's what face-read-string returns.
11228 (read-face-attribute): Lookup a name for old-value in valid, and
11229 use it as a default if we find one. Treat all values from
11230 face-read-string as strings. If the default is used, don't do any
11231 more processing on the value, just use the old value directly.
11232 (read-face-and-attribute, modify-face): Tweak prompt.
11233 (read-face-name): Don't assume prompt ends with a space.
11234
11235 * faces.el (describe-face): Add support for :inherit attribute.
11236
112372000-08-25 Kenichi Handa <handa@etl.go.jp>
11238
11239 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11240 concat doesn't accept interger.
11241
11242 * international/kkc.el: Remove SKK from Keywords. Require
11243 ja-dic-utl instead of skkdic-utl.
11244
11245 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11246 Provide ja-dic-cnv instead of skkdic-cnv.
11247 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11248 (iso-2022-7bit-short): Add safe-charsets property.
11249 (skkdic-convert-postfix): Search Japanese chou-on character in
11250 addition to Hiragana character.
11251 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11252 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11253 (batch-skkdic-convert): Likewise.
11254
11255 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11256 Provide ja-dic-utl instead of skkdic-utl.
11257 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11258
112592000-08-24 Dave Love <fx@gnu.org>
11260
11261 * disp-table.el (standard-display-default): Make the test of `l'
11262 useful.
11263
11264 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11265 mod sample text.
11266
11267 * international/iso-ascii.el: Make pilcrow convenient string
11268 consistent with section.
11269 (iso-ascii-display): Set up multibyte characters as well as
11270 unibyte.
11271
112722000-08-24 Kenichi Handa <handa@etl.go.jp>
11273
11274 * international/mule-cmds.el (reset-language-environment): Set
11275 default-process-coding-system to '(undecided . iso-latin-1), which
11276 makes process I/O almost consistent with file I/O. Call this
11277 function when mule-cmds.el[c] is loaded.
11278
112792000-08-22 Andrew Innes <andrewi@gnu.org>
11280
11281 * makefile.w32-in: New file.
11282
112832000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11284
11285 * comint.el (comint-output-filter): Compare end of
11286 comint-last-output-overlay with the start of the newly inserted
11287 text, not the end, when deciding whether to extend it.
11288 Set saved-point's insertion type to advance after insertion.
11289
11290 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11291 since this is now done independently of font-lock mode.
11292
112932000-08-21 Gerd Moellmann <gerd@gnu.org>
11294
11295 * server.el (server-kill-new-buffers): New user option.
11296 (server-existing-buffer): New buffer-local variable.
11297 (server-visit-files): When using an existing buffer, set
11298 server-existing-buffer to t.
11299 (server-buffer-done): If server-kill-new-buffers is t, kill the
11300 buffer, unless it was already present before visiting it with
11301 Emacs server.
11302
113032000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11304
11305 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11306 even if the display doesn't support colors: some displays will
11307 support bold/underline faces.
11308
113092000-08-21 Gerd Moellmann <gerd@gnu.org>
11310
11311 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11312
11313 * startup.el (command-line): If user's init file had an error,
11314 add explanatory text to *Messages*.
11315
113162000-08-21 Kenichi Handa <handa@etl.go.jp>
11317
11318 * man.el (Man-getpage-in-background): Decode the process output by
11319 the system locale coding system.
11320
113212000-08-20 Dave Love <fx@gnu.org>
11322
11323 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11324 Don't test x-popup-menu.
11325 (function) <complete-function>: Complete only fbound symbols.
11326 <validate, value>: New.
11327 (variable) <complete-function>: Complete only bound symbols.
11328 (coding-system): Add :base-only, :complete-function, :validate,
11329 :value, :prompt-match.
11330 (widget-coding-system-prompt-value): Use read-coding-system and
11331 act on :base-only.
11332 (editable-field): Add :help-echo.
11333 (widget-push-button-gui, widget-push-button-cache)
11334 (widget-gui-action, widget-editable-list-gui): COmment out, along
11335 with uses.
11336 (widget-at): Make arg optional.
11337 (widget-echo-help): Adjust for current help-echo calling sequence.
11338 (widget-specify-field, widget-specify-button)
11339 (widget-specify-insert, widget-get-sibling, widget-image-find)
11340 (widget-convert, widget-insert, widget-leave-text)
11341 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11342 (widget-setup, widget-field-find, widget-before-change)
11343 (widget-after-change, widget-default-complete)
11344 (widget-default-create, widget-default-delete)
11345 (widget-push-button-value-create, editable-field)
11346 (widget-field-prompt-value, widget-field-validate)
11347 (widget-choice-value-create, widget-choice-action)
11348 (widget-choice-validate, widget-checklist-add-item)
11349 (widget-radio-add-item, widget-radio-chosen)
11350 (widget-radio-value-inline, widget-editable-list-value-create)
11351 (widget-editable-list-entry-create)
11352 (widget-documentation-link-add)
11353 (widget-documentation-string-value-create)
11354 (widget-regexp-validate, widget-file-complete)
11355 (widget-sexp-validate, widget-plist-convert-widget)
11356 (widget-plist-convert-widget, widget-alist-convert-widget)
11357 (widget-alist-convert-widget, widget-color-complete): Simplify,
11358 particularly to avoid bindings which aren't optimized out.
11359
11360 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11361 Doc fix.
11362 (down-list, backward-up-list, up-list, kill-sexp)
11363 (backward-kill-sexp, mark-sexp): Make arg optional.
11364 (lisp-complete-symbol): Add optional arg PREDICATE.
11365
11366 * cus-start.el: Add display-buffer-reuse-frames,
11367 file-coding-system-alist.
11368
113692000-08-20 Gerd Moellmann <gerd@gnu.org>
11370
11371 * startup.el (command-line): Clear realized faces after
11372 modifying TTY color mappings.
11373
113742000-08-20 Miles Bader <miles@gnu.org>
11375
11376 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11377 merely a subset of FACE's attributes.
11378
113792000-08-19 Miles Bader <miles@gnu.org>
11380
11381 * comint.el (comint-output-filter): Save the point with a marker,
11382 not just a buffer position.
11383
11384 * international/mule.el (set-buffer-process-coding-system): Make
11385 interactive prompt less confusing.
11386
113872000-08-19 Gerd Moellmann <gerd@gnu.org>
11388
11389 * hilit-chg.el: General cleanup of doc strings, comments and
11390 code formatting.
11391
113922000-08-19 Miles Bader <miles@gnu.org>
11393
11394 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11395 Compiler macro removed; beginning-of-line is no longer always
11396 equivalent to forward-line, in the presence of fields.
11397
11398 * comint.el (comint-output-filter): Remove ad-hoc saving of
11399 restriction, and just use save-restriction, now that it works
11400 correctly. Don't adjust comint-last-input-start to account for
11401 our insertion; it shouldn't have moved because we don't use
11402 insert-before-markers anymore. Comment out call to
11403 `force-mode-line-update'; why is it here?
11404
11405 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11406 while checking for prompt to delete. Use `forward-line 0'
11407 instead of beginning-of-line.
11408 (gud-filter): Temporarily widen gud comint buffer while
11409 examining output.
11410
114112000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11412
11413 * progmodes/sh-script.el: Big bag of typos.
11414
11415 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11416 check since ispell-process is not bound when ispell is not yet loaded.
11417
114182000-08-18 Dave Love <fx@gnu.org>
11419
11420 * image.el (find-image): Copy `spec' before using plist-put.
11421
114222000-08-18 Gerd Moellmann <gerd@gnu.org>
11423
11424 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11425 `portugues'.
11426
11427 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11428 backward-kill-sexp, analogous to kill-sexp.
11429
11430 * progmodes/icon.el (icon-indent-line)
11431 (icon-is-continuation-line): Handle comments specially.
11432
114332000-08-17 Ken Stevens <k.stevens@ieee.org>
11434
11435 * ispell.el: Set to standard author/maintainer/keyword fields.
11436 Fine tuning to menu map appearance and operation, and added help.
11437 Remove `start' and `end' error messages when compiling.
11438 (ispell-choices-win-default-height): Fixed comment string.
11439 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11440 castellano8 dictionaries.
11441 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11442 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11443 dictionary, added italiano dictionary.
11444 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11445 word character
11446 (ispell-tex-skip-alists): Added psfig support.
11447 (ispell-skip-html): Renamed from ispell-skip-sgml.
11448 (ispell-begin-skip-region-regexp, ispell-skip-region)
11449 (ispell-minor-check): Improved html skipping support to skip across
11450 code, and recognize `&' commands without propper `;' syntax;
11451 (ispell-process-line): Fix alignment error when manually
11452 correcting spelling.
11453 (ispell): Fix comment string.
11454 (ispell-add-per-file-word-list): Always put word list on new line.
11455
114562000-08-17 Gerd Moellmann <gerd@gnu.org>
11457
11458 * format.el (format-encode-run-method): Fix error message to say
11459 `encode' instead of `decode'. Use save-window-excursion around
11460 shell-command-on-region as in format-decode-run-method because
11461 shell-command-on-region can display a buffer with error output.
11462 (format-decode): Don't record undo information for the decoding.
11463 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11464 that number part of the temporary buffer name so that more than
11465 one decoding using a temporary buffer can happen safely.
11466
11467 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11468 of `A-z' in the regexp.
11469
11470 * hilit-chg.el: Fix typos in commentary.
11471
11472 * help.el (view-emacs-news): Rewritten for new naming scheme
11473 for old NEWS files.
11474
11475 * startup.el (command-line): Pop to *Messages* in case an error
11476 is signaled while loading user-init-file.
11477
114782000-08-17 Andreas Schwab <schwab@suse.de>
11479
11480 * files.el (insert-directory): Don't lose original file name,
11481 undoing an undocumented change.
11482
114832000-08-17 Alex Schroeder <alex@gnu.org>
11484
11485 * sql.el (sql-magic-go): Use comint-bol.
11486 (sql-copy-column): Use comint-line-beginning-position.
11487 (comint-line-beginning-position): Define a replacement for
11488 comint-line-beginning-position if it is not fboundp.
11489
114902000-08-17 Alex Schroeder <alex@gnu.org>
11491
11492 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11493 it didn't have any effect anyway.
11494
114952000-08-17 Alex Schroeder <alex@gnu.org>
11496
11497 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11498 --pset and pager=off instead of sending \\o|cat at the beginning
11499 of the session.
11500
115012000-08-17 Miles Bader <miles@gnu.org>
11502
11503 * progmodes/octave-inf.el: Add compatibility definition of
11504 comint-line-beginning-position.
11505
115062000-08-17 Kenichi Handa <handa@etl.go.jp>
11507
11508 * startup.el (normal-top-level): Look in each dir in load-path for
11509 a leim-list.el file too. This assures of loading leim-list.el
11510 that is created at Emacs installation time even if a user have his
11511 own leim-list.el.
11512
115132000-08-17 Miles Bader <miles@gnu.org>
11514
11515 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11516 foreground color to black if the background is dark.
11517
115182000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11519
11520 * loadhist.el (unload-feature): Typo.
11521
11522 * finder.el (finder-compile-keywords):
11523 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11524 to the generated file.
11525
11526 * mail/mh-e.el (mh-make-local-vars):
11527 Replace make-variable-buffer-local with make-local-variable.
11528
11529 * play/landmark.el:
11530 * options.el (Edit-options-{set,toggle,t,nil}):
11531 * mail/mailabbrev.el (mail-abbrevs-mode):
11532 * textmodes/tex-mode.el (tex-expand-files):
11533 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11534
11535 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11536
11537 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11538 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11539 Allow going past the last element.
11540 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11541 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11542 (cvs-mouse-toggle-mark): Don't move point.
11543 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11544
11545 * progmodes/compile.el (grep): Provide a default set of files.
11546 (next-error): Docstring fix.
11547 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11548
11549 * emacs-lisp/easy-mmode.el (define-minor-mode):
11550 Use `symbol-value' to keep the byte-compiler quiet.
11551
11552 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11553 (diff-find-source-location): New fun, extracted from diff-goto-source.
11554 (diff-goto-source): Use it.
11555 (diff-next-complex-hunk, diff-filter-lines): New function.
11556 (diff-apply-hunk): New command.
11557
11558 * smerge-mode.el (smerge-mode-menu): Doc fix.
11559
11560 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11561
115622000-08-16 Dave Love <fx@gnu.org>
11563
11564 * windmove.el (windmove) <defgroup>: Add :version.
11565
11566 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11567 (goto-address-fontify-p, goto-address-highlight-p)
11568 (goto-address-url-face, goto-address-url-mouse-face)
11569 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11570 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11571 (goto-address-fontify, goto-address-at-mouse): Simplify,
11572 (goto-address-at-point): browse-url-url-at-point,
11573 goto-address-find-address-at-point can return nil.
11574 (goto-address-find-address-at-point): Return nil on failure.
11575
11576 * align.el (align) <defgroup>: Add :version.
11577
11578 * calculator.el (calculator): Add :version.
11579 (calculator): Use two lines for calculator window if `modeline'
11580 face is boxed.
11581
11582 * play/5x5.el: Doc fixes.
11583 (5x5) <defgroup>: Add :version.
11584
11585 * play/fortune.el (fortune) <defgroup>: Add :version.
11586 (fortune-append): Fix error message.
11587 (fortune-from-region): Doc fix.
11588
11589 * play/pong.el (pong): Doc fix.
11590
11591 * play/morse.el: Keywords, commentary, autoloads.
11592
115932000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11594
11595 * desktop.el (desktop-save): Don't look at symbol-value of a
11596 member of minor-mode-alist, unless it is boundp.
11597
115982000-08-16 Sam Steingold <sds@gnu.org>
11599
11600 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11601 `while'; use `with-current-buffer' instead of `save-excursion'.
11602 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11603
116042000-08-16 Kenichi Handa <handa@etl.go.jp>
11605
11606 * international/ccl.el (declare-ccl-program): Docstring modified.
11607 (ccl-execute-with-args): Likewise.
11608
116092000-08-16 Miles Bader <miles@gnu.org>
11610
11611 * progmodes/sql.el: Add compatibility definition of
11612 comint-line-beginning-position.
11613
116142000-08-15 Gerd Moellmann <gerd@gnu.org>
11615
11616 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11617 'buffer-menu' property.
11618 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11619 fails.
11620 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11621 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11622 wasn't killed.
11623
11624 * buff-menu.el (list-buffers-noselect): Don't display the
11625 *Buffer List* buffer.
11626
11627 * font-lock.el: Require jit-lock to prevent a very late
11628 `Loading jit-lock' message.
11629
11630 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11631 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11632 mail address.
11633
116342000-08-15 Miles Bader <miles@gnu.org>
11635
11636 * textmodes/ispell.el (ispell-graphic-p): New constant.
11637 (ispell-choices-win-default-height, ispell-help): Use
11638 `ispell-graphic-p' instead of `xemacsp'.
11639
116402000-08-15 Dave Love <fx@gnu.org>
11641
11642 * simple.el: Autoload widget-convert when compiling.
11643 (mail-user-agent): Doc fix.
11644
11645 * help.el (function-called-at-point, variable-at-point): Use
11646 with-syntax-table.
11647 (help-manyarg-func-alist): Add insert-and-inherit.
11648
11649 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11650
11651 * delsel.el (delsel-unload-hook): New function.
11652
11653 * find-file.el: Doc fixes. Move provide to end.
11654 (ff) <defgroup>: Add :link.
11655 (ff-goto-click): Deleted.
11656 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11657 Use mouse-set-point.
11658
11659 * textmodes/tildify.el: Doc fixes.
11660 (tildify) <defgroup>: Add:version.
11661
11662 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11663 (glasses-custom-set): Use set-default, not set.
11664 (minor-mode-alist): Propertize the lighter.
11665 (glasses-mode): Provide optional arg.
11666
11667 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11668 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11669 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11670 option. Provide :type.
11671 (cwarn-configuration): Provide :type.
11672 (cwarn-mode): Doc fix.
11673
11674 * add-log.el (change-log-merge): Doc fix.
11675 (change-log-redate): New command.
11676
11677 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11678 Doze and Dog.
11679 (browse-url): Use dolist, not mapcar.
11680 (browse-url-at-point): Check for null url.
11681 (browse-url-event-buffer, browse-url-event-point): Functions
11682 deleted.
11683 (browse-url-at-mouse, browse-url-netscape): Simplify.
11684
11685 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11686 modes.
11687 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11688 Fix previous change to mapcan.
11689 (msb--init-file-alist, msb--add-separators)
11690 (msb--make-keymap-menu): Simplify.
11691 (msb--choose-file-menu): Use copy-sequence.
11692 (msb-mode-map): Add title to keymap.
11693 (msb-unload-hook): New function.
11694
11695 * bs.el: Fix indentation.
11696 (bs) <defgroup>: Add :links.
11697 (bs-show): Doc fix.
11698 (bs-apply-sort-faces): Don't use window-system.
11699 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11700
117012000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11702
11703 * calendar/timeclock.el (timeclock-file): Run .timelog through
11704 convert-standard-filename.
11705
117062000-08-14 Gerd Moellmann <gerd@gnu.org>
11707
11708 * emacs-lisp/authors.el: New file.
11709
11710 * paren.el (show-paren-priority): New user option.
11711 (show-paren-function): Set overlay priorities to
11712 show-paren-priority.
11713
117142000-08-14 Miles Bader <miles@gnu.org>
11715
11716 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11717 beginning-of-line with inhibit-field-text-motion bound.
11718
117192000-08-14 Gerd Moellmann <gerd@gnu.org>
11720
11721 * calendar/timeclock.el: New file.
11722
117232000-08-14 David Ponce <david@dponce.com>
11724
11725 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11726 `widget-button-click'. so that one can use left mouse button to
11727 click on dialog buttons.
11728
117292000-08-14 Emmanuel Briot <briot@gnat.com>
11730
11731 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11732 identifiers, since XML is case sensitive
11733
117342000-08-12 Miles Bader <miles@gnu.org>
11735
11736 * comint.el (comint-output-filter): Don't bother frobbing
11737 window-start, it doesn't seem to be necessary.
11738
11739 * comint.el (comint-send-string, comint-send-region): Make into
11740 real functions. Snapshot the prompt before sending.
11741
117422000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11743
11744 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11745 technique similar to Info-index, instead of relying on specific
11746 names of relevant Index nodes.
11747 (Info-goto-emacs-command-node): Bind Info-history to nil when
11748 going to the first node found by Info-find-emacs-command-nodes.
11749
117502000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11751
11752 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11753
117542000-08-10 Miles Bader <miles@gnu.org>
11755
11756 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11757
117582000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11759
11760 * info.el (Info-file-list-for-emacs): More elements for the
11761 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11762 and woman manuals.
11763
117642000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11765
11766 * comint.el (comint-send-input): Make the newline boundary overlay
11767 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11768 (comint-output-filter): Use `insert' instead of
11769 `insert-before-markers'. Extend comint-last-output-overlay when
11770 necessary since we can't rely on insert-before-markers to do it.
11771 * gud.el (gud-filter): Use `with-current-buffer' instead of
11772 save-excursion when inserting the output, so that point gets
11773 updated correctly; the old method relied on a rather dodgy
11774 side-effect of comint-output-filter to avoid the effect of
11775 save-excursion.
11776
117772000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11778
11779 * files.el (recover-file): Call insert-directory instead of
11780 invoking `ls' directly.
11781
117822000-08-10 Miles Bader <miles@gnu.org>
11783
11784 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11785 (comint-last-prompt-overlay): New variables.
11786 (comint-output-filter): Implement prompt highlighting.
11787 (comint-snapshot-last-prompt): New function.
11788 (comint-send-input): Snapshot the last prompt.
11789 Use comint-highlight-input-face.
11790 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11791 Use defface instead of defcustom.
11792 (send-invisible, comint-send-eof): Snapshot the last prompt.
11793 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11794 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11795
117962000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11797
11798 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11799 (regexp-opt-group): Use a list of chars for `letters'.
11800 (regexp-opt-charset): `chars' is now a list of chars.
11801 Use a char-table rather than a vector so it works for multibyte chars.
11802
11803 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11804 Set cvs-minor-current-files to the selected fileinfo.
11805 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11806 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11807
118082000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11809
11810 * files.el (insert-directory): Don't call access-file on
11811 directories on DOS and Windows.
11812
118132000-08-09 Kenichi Handa <handa@etl.go.jp>
11814
11815 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11816 longer if necessary.
11817 (ccl-embed-code): Call ccl-embed-data to store CODE in
11818 ccl-program-vector.
11819
118202000-08-09 Miles Bader <miles@gnu.org>
11821
11822 * comint.el (comint-output-filter): Properly handle the case where
11823 the text surrounded by comint-last-output-overlay was deleted.
11824
118252000-08-08 Gerd Moellmann <gerd@gnu.org>
11826
11827 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11828 non-nil.
11829 (Info-file-list-for-emacs): Remove "info" from the list because
11830 that leads to trying to use the documentation from file `info'
11831 in various situations where it isn't appropriate, for instance
11832 C-h C-k C-h i.
11833
11834 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11835 DIR and/or STRING are nil.
11836
11837 * progmodes/compile.el (compilation-setup): Make variable
11838 compilation-error-screen-columns buffer-local, as some comment
11839 in the code suggests it should be.
11840
11841 * files.el (auto-mode-interpreter-regexp): New variable.
11842 (set-auto-mode): Use it.
11843
11844 * indent.el (indent-for-tab-command): Doc fix.
11845
11846 * mouse-sel.el (mouse-sel-mode): Doc fix.
11847
11848 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11849 labels.
11850
11851 * help.el (print-help-return-message): When
11852 display-buffer-reuse-frames is set, let the help window been quit,
11853 instead of deleting it, which might delete a reused frame.
11854
118552000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11856
11857 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11858 rename a directory to a name that differs only by its letter case.
11859
118602000-08-08 Kenichi Handa <handa@etl.go.jp>
11861
11862 * international/quail.el (quail-define-rules): Handle Quail decode
11863 map correctly. Add code for supporting annotations.
11864 (quail-install-decode-map): New function.
11865 (quail-defrule-internal): New optional arguments decode-map and
11866 props.
11867 (quail-advice): New function.
11868
118692000-08-07 Sam Steingold <sds@gnu.org>
11870
11871 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11872 `defconst', `define-condition', `with-slots'.
11873 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11874
118752000-08-03 Miles Bader <miles@gnu.org>
11876
11877 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11878 New variable.
11879 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11880 comint-use-prompt-regexp-instead-of-fields.
11881 (comint-send-input): Add `input' field property to stuff we send to
11882 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11883 (comint-output-filter): Add `output' field property to process
11884 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11885 (comint-replace-by-expanded-history)
11886 (comint-get-old-input-default, comint-show-output)
11887 (comint-backward-matching-input, comint-forward-matching-input)
11888 (comint-next-prompt, comint-previous-prompt): Use field
11889 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11890 (comint-line-beginning-position): New function.
11891 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11892 (comint-replace-by-expanded-history-before-point): Use
11893 comint-line-beginning-position and line-end-position.
11894 (comint-last-output-overlay): New variable.
11895 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11896
11897 * shell.el (shell-prompt-pattern): Doc change.
11898 (shell-backward-command): Use line-beginning-position.
11899
11900 * gud.el (gud-gdb-complete-command): Use
11901 comint-line-beginning-position.
11902
11903 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11904 comint-bol doesn't actually go to the beginning of the line.
11905
11906 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11907 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11908 (try-expand-line-all-buffers): Likewise.
11909
11910 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11911 explicitly matching comint-prompt-regexp.
11912 (sql-copy-column): Use comint-line-beginning-position instead of
11913 explicitly matching comint-prompt-regexp.
11914
11915 * progmodes/octave-inf.el (inferior-octave-complete): Use
11916 comint-line-beginning-position.
11917
11918 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11919
11920 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11921 looking for a prompt, use `forward-line 0' instead of
11922 `beginning-of-line', to avoid getting caught by an input field.
11923
119242000-08-07 Gerd Moellmann <gerd@gnu.org>
11925
11926 * files.el (shell-quote-wildcard-pattern): Make sure to return
11927 PATTERN, in the Unix case.
11928
119292000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11930
11931 * play/zone.el (zone): Discard any pending input before running
11932 the randomly-chosen pgm.
11933
119342000-08-07 Kenichi Handa <handa@etl.go.jp>
11935
11936 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11937 checking the existence of any multibyte characters.
11938
119392000-08-06 Gerd Moellmann <gerd@gnu.org>
11940
11941 * help.el (describe-mode): Test minor-mode symbol for being
11942 bound before testing its value for being nil.
11943
11944 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11945 `first', `second', and `third'.
11946
11947 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11948 (second): Make it an alias for `cadr'.
11949
119502000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11951
11952 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11953 types of display support faces now.
11954
119552000-08-05 Gerd Moellmann <gerd@gnu.org>
11956
11957 * pcvs.el (require): Require `cl' during compilation, only.
11958
11959 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11960 (toplevel): Remove `remq' and `remove' from autoloads.
11961 (cl-fake-autoloads): New variable. If set, arrange for an error
11962 when CL functions etc. are autoloaded.
11963
119642000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11965
11966 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11967
11968 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11969 popped up, but the user clicks outside the menu, return an empty
11970 regexp (that causes unhighlight-regexp to have no effect).
11971
11972 * menu-bar.el (menu-bar-games-menu): Add Zone.
11973
11974 * hi-lock.el (toplevel): Require font-lock.
11975
119762000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11977
11978 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11979 (ebnf-8-bit-chars): New var for bug fix.
11980 (ebnf-string): Bug fix.
11981
119822000-08-03 Sam Steingold <sds@gnu.org>
11983
11984 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11985 instead of `buffer-string'.
11986 (require 'cl): Always, not just when compiling.
11987 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11988 necessary.
11989
119902000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11991
11992 * international/mule-cmds.el (select-safe-coding-system): Make
11993 the message text about selecting a safe coding system more clear.
11994
119952000-08-02 Gerd Moellmann <gerd@gnu.org>
11996
11997 * hi-lock.el: New file.
11998
11999 * play/zone.el: New file.
12000
12001 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12002 value of tab-width in the original buffer. Choose a line number
12003 format that's a multiple of the original buffer's tab width, so
12004 that lines appear right.
12005
12006 * textmodes/ispell.el (ispell): New function, replacing an alias.
12007 Spell-check active region if in transient-mark-mode and mark
12008 is active; otherwise spell-check buffer.
12009
120102000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12011
12012 * ps-mule.el: Fix a customization problem on
12013 ps-mule-font-info-database-default.
12014
120152000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12016
12017 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12018 display-mouse-p instead of window-system.
12019 (ebrowse-member-mode-map): Ditto.
12020
120212000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12022
12023 * progmodes/ebnf2ps.el: Update ps-print functions call.
12024 Indentation fix. Doc fix.
12025 (ebnf-version): New version number (3.2).
12026 (ebnf-format-color, ebnf-begin-job): Code fix.
12027
120282000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12029
12030 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12031 font lock support on window-system.
12032 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12033
12034 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12035 display-color-p, if fboundp, instead of window-system.
12036
120372000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12038
12039 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12040 instead of window-system.
12041
12042 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12043 window-system.
12044 (widget-choice-mouse-down-action): Use display-popup-menus-p
12045 instead of window-system.
12046
12047 * strokes.el (strokes-file): Run the file name through
12048 convert-standard-filename.
12049 (strokes-mode): Call display-mouse-p instead of looking at
12050 window-system. Change the error message accordingly.
12051
12052 * progmodes/cpp.el (toplevel): Support faces on tty's.
12053
12054 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12055 (lm-plot-square, lm-init-display): Don't use window-system.
12056
12057 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12058 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12059
12060 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12061 instead of looking at window-system.
12062
120632000-07-30 Gerd Moellmann <gerd@gnu.org>
12064
12065 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12066 of testing if iswitchb-prepost-hooks is bound, because the
12067 latter will always be true when invoking a recursive minibuffer
12068 from an active Iswitchb buffer.
12069
120702000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12071
12072 * files.el (shell-quote-wildcard-pattern): New function.
12073 (insert-directory): Call it. Only prepend "\" to command on Unix
12074 and GNU/Linux systems.
12075
120762000-07-30 Gerd Moellmann <gerd@gnu.org>
12077
12078 * eshell/esh-groups.el: Change custom :link file names
12079 from `eshell.info' to `eshell'.
12080
120812000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12082
12083 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12084 correctly in recursive ange-ftp listings.
12085
120862000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12087
12088 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12089 ps-header-font-size-internal and
12090 ps-header-title-font-size-internal variables are not set,
12091 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12092 face text property is (foreground-color . COLOR) or
12093 `(background-color . COLOR)', ps-print crashes. Doc fix.
12094 (ps-print-version): New version number (5.2.4).
12095 (ps-plot-region): Code fix.
12096 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12097 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12098 Bug fix 2.
12099
121002000-07-30 Milan Zamazal <pdm@freesoft.cz>
12101
12102 * glasses.el (glasses-make-readable): Fix uncapitalization of
12103 identifiers like `myXMLDocument'.
12104
121052000-07-28 Karl Fogel <kfogel@red-bean.com>
12106
12107 * mail/mail-hist.el (mail-hist-previous-input)
12108 (mail-hist-next-input): Do the obvious code factorization.
12109 (mail-hist-retrieve-and-insert): New func, contains common
12110 code of above two.
12111 If inserting a message body, leave point at top.
12112
121132000-07-28 Sam Steingold <sds@gnu.org>
12114
12115 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12116 Use `<=', not `<' to compare times!
12117 (ange-ftp-ls): Remove.
12118
121192000-07-27 Gerd Moellmann <gerd@gnu.org>
12120
12121 * play/cookie1.el: Add explanation of how to make cookie.el
12122 compatible with strfile(1) to comment.
12123
12124 * subr.el (remove, remq): New functions.
12125
12126 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12127 escape `*' in regexps.
12128 (midnight-find): Reverse order of arguments in the funcall of
12129 TEST.
12130
12131 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12132 and `.class'.
12133
12134 * play/meese.el: Add Commentary section.
12135
121362000-07-27 Alex Schroeder <alex@gnu.org>
12137
12138 * sql.el (sql-ms): Added autoload cookie.
12139 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12140 (sql-oracle): Ditto.
12141 (sql-help): Doc change.
12142
12143 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12144 types and exceptions.
12145
121462000-07-27 Alex Schroeder <alex@gnu.org>
12147
12148 * sql.el (sql-placeholder-history): New variable.
12149 (sql-query-placeholders-and-send): New function that will query
12150 the user and replace placeholders with user input.
12151 (sql-oracle): If running on NT, set comint-input-sender to
12152 sql-query-placeholders-and-send.
12153
12154 (sql-stop): If in the SQLi buffer, insert stop notification, else
12155 present it as a message.
12156
121572000-07-27 Alex Schroeder <alex@gnu.org>
12158
12159 * sql.el (sql-input-ring-separator): Doc change.
12160 (sql-input-ring-file-name): Doc change.
12161 (sql-interactive-mode): Use `sql-input-ring-separator' and
12162 `sql-input-ring-file-name' to set the comint-mode equivalents
12163 without making them local variables.
12164 (sql-stop): Don't bind `sql-input-ring-separator' and
12165 `sql-input-ring-file-name' dynamically to their comint-mode
12166 equivalents.
12167
121682000-07-27 Kenichi Handa <handa@etl.go.jp>
12169
12170 * international/mule.el (register-char-codings): New function.
12171 (make-coding-system): Handle `safe-chars' specification in the arg
12172 PROPERTY.
12173
12174 * international/mule-cmds.el
12175 (find-coding-systems-region-subset-p): This function deleted.
12176 (sort-coding-systems-predicate): New variable.
12177 (sort-coding-systems): New function.
12178 (find-coding-systems-region): Use
12179 find-coding-systems-region-internal.
12180 (find-coding-systems-string): Use find-coding-systems-region.
12181 (find-coding-systems-for-charsets): Check
12182 char-coding-system-table.
12183 (select-safe-coding-system-accept-default-p): New variable.
12184 (select-safe-coding-system): Mostly rewritten. New argument
12185 ACCEPT-DEFAULT-P.
12186 (select-message-coding-system): Call select-safe-coding-system
12187 with ACCEPT-DEFAULT-P arg.
12188 (reset-language-environment): Reset default-sendmail-coding-system
12189 to the default value iso-latin-1.
12190 (set-language-environment): Don't set the obsolete variable
12191 charset-origin-alist.
12192
12193 * international/codepage.el (cp-coding-system-for-codepage-1):
12194 Give `safe-chars' property to make-coding-system.
12195
12196 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12197 calling select-message-coding-system twice.
12198
12199 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12200 instead of `safe-charsets'.
12201 (cyrillic-alternativnyj): Likewise.
12202 (ccl-encode-alternativnyj): Don't check the charset
12203 cyrillic-iso8859-5.
12204
122052000-07-27 Kenichi Handa <handa@etl.go.jp>
12206
12207 * composite.el (compose-chars-after): Preserve match data.
12208
122092000-07-26 Sam Steingold <sds@gnu.org>
12210
12211 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12212 (ange-ftp-real-file-newer-than-file-p): New function.
12213 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12214 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12215
12216 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12217 * midnight.el (midnight-float-time): Ditto.
12218
122192000-07-26 Andreas Schwab <schwab@suse.de>
12220
12221 * files.el (normal-backup-enable-predicate): Correct
12222 interpretation of the return value of compare-strings.
12223
122242000-07-26 Gerd Moellmann <gerd@gnu.org>
12225
12226 * isearch.el (isearch-resume): New function.
12227 (isearch-done): Add something to command-history to resume
12228 the search.
12229 (isearch-yank-line, isearch-yank-word): Use
12230 buffer-substring-no-properties instead of buffer-substring.
12231
12232 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12233 of flyspell-mouse-map.
12234
12235 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12236 duplicate definition.
12237 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12238
12239 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12240 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12241
122422000-07-25 Sam Steingold <sds@gnu.org>
12243
12244 * net/ange-ftp.el: Get modtime over the net.
12245 (ange-ftp-file-modtime): New function.
12246 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12247 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12248 Use it.
12249 (ange-ftp-dot-to-slash): New function.
12250 (ange-ftp-fix-name-for-vms): Use it.
12251
12252 * midnight.el (midnight-buffer-display-time): Use
12253 `with-current-buffer'.
12254
122552000-07-25 Gerd Moellmann <gerd@gnu.org>
12256
12257 * find-dired.el: Update copyright notice.
12258 (find-dired): Offer to kill a running `find'.
12259
12260 * enriched.el (enriched-face-ans): For a `foreground-color'
12261 property, return '(("x-color" COLOR))' so that COLOR will be
12262 output as a parameter of the x-color annotation. Likewise for the
12263 `background-color' property. In the case of normal face
12264 properties, don't return annotations for unspecified foreground
12265 and background face attributes.
12266
122672000-07-25 Kenichi Handa <handa@etl.go.jp>
12268
12269 * language/japan-util.el (japanese-katakana-region): Fix handling
12270 HANKAKU argument.
12271
122722000-07-25 Miles Bader <miles@gnu.org>
12273
12274 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12275 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12276 constrain-to-field.
12277
122782000-07-24 Andrew Innes <andrewi@gnu.org>
12279
12280 * timer.el (timer-activate-when-idle): Add optional parameter
12281 DONT-WAIT. Update docstring.
12282 (run-with-idle-timer): Specify extra parameter to
12283 timer-activate-when-idle, so that timer will be activated
12284 immediately if Emacs is already idle.
12285
12286 * w32-fns.el (w32-using-nt): Fix docstring.
12287
122882000-07-24 Dave Love <fx@gnu.org>
12289
12290 * mouse.el (popup-menu): Set last-command-event.
12291 (mouse-major-mode-menu-prefix): Declare.
12292
122932000-07-24 Gerd Moellmann <gerd@gnu.org>
12294
12295 * textmodes/flyspell.el: Update to author's version 1.5d.
12296
12297 * progmodes/hideshow.el: Update copyright notice.
12298
12299 * vcursor.el: Set maintainer to FSF, since author cannot
12300 be reached.
12301
123022000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12303
12304 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12305 the prompt.
12306
12307 * mouse.el (popup-menu): Run the keymap through indirect-function,
12308 in case it was defined with define-prefix-key. If the menu is a
12309 list of keymaps, look up the binding of user's choice in each one
12310 of the keymaps.
12311 (mouse-popup-menubar): If the global and local menu-bar keymaps
12312 don't have a prompt string, create one and insert it into the
12313 keymap. Don't barf if current-local-map returns nil.
12314
123152000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12316
12317 * dired.el (dired-sort-R-check): Added to allow recursive listing
12318 to be undone.
12319 (dired-sort-other): Use it.
12320
123212000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12322
12323 * Release of cc-mode 5.27
12324
123252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12326
12327 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12328 c-beginning-of-statement-1 that caused a bad case of recursion
12329 which could consume a lot of CPU in large classes in languages
12330 that have in-expression classes (i.e. Java and Pike).
12331
12332 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12333 statements before top level constructs (i.e. case 6 is moved
12334 before case 5 and is now case 4) to catch in-expression
12335 classes in top level expressions correctly.
12336
123372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12338
12339 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12340 objc-method-intro. Case 4 removed and case 5I added.
12341
12342 * cc-langs.el (c-append-paragraph-start): New variable used by
12343 c-common-init to get paragraph-start correct.
12344 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12345 initialize paragraph-start to make it correct both with and
12346 without the javadoc special case.
12347
12348 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12349 initialize paragraph-start for javadoc markup.
12350
12351 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12352 change by defaulting this to t. It's motivated by the
12353 confusing behavior that otherwise arise from the style system
12354 when editing both java and non-java files at the same time
12355 (see the comments about style setting in c-common-init).
12356
123572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12358
12359 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12360 similar to the one in c-fill-paragraph to check the fill
12361 prefix from the adaptive fill function for sanity.
12362
123632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12364
12365 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12366 defun block.
12367
a30eb617
DL
123682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12369
12370 * cc-align.el (c-lineup-multi-inher): Handle lines with
12371 leading comma nicely. Extended to handle member initializers
12372 too.
12373
12374 * cc-engine.el: (c-beginning-of-inheritance-list,
12375 c-guess-basic-syntax): Fixed recognition of inheritance lists
12376 when the lines begins with a comma.
12377
a30eb617
DL
12378 * cc-vars.el (c-offsets-alist): Changed default for
12379 member-init-cont to c-lineup-multi-inher since it now handles
12380 member initializers and indents better for leading commas.
12381
123822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12383
12384 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12385 handling that caused class open lines to be recognized as
12386 statement-conts in some cases.
12387
12388 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12389 guessed by the adaptive fill function unless point is on the
12390 first line of a block comment.
12391
12392 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12393 when the buffer ends with a macro continuation char.
12394
12395 * cc-engine.el (c-guess-basic-syntax): Added support for
12396 function definitions as statements in Pike. The first
12397 statement in a lambda block is now labeled defun-block-intro
12398 instead of statement-block-intro.
12399
12400 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12401 so that the class surrounding point is selected, not the one
12402 innermost in the state.
12403
12404 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12405 recognition of switch labels having hanging multiline
12406 statements.
12407
12408 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12409 some code in c-guess-basic-syntax to a separate function.
12410 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12411 recognition of member inits with multiple line arglists.
12412 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12413 member-init-cont when the commas are in funny places.
12414
124152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12416
12417 * cc-defs.el (c-auto-newline): Removed this macro since it's
12418 not used anymore.
12419
12420 * cc-engine.el (c-looking-at-bos): New helper function.
12421 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12422 inexpr and toplevel classes apart in Pike.
12423
12424 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12425 of case 9A.
12426
12427 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12428 constant, since "class" can introduce an in-expression class
12429 in Pike nowadays.
12430
124312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12432
12433 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12434 indentation on cpp-macro lines.
12435
12436 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12437 a syntax modifier like comment-intro, to make it possible to
12438 get syntactic indentation for preprocessor directives. It's
12439 incompatible wrt to lineup functions on cpp-macro, but it has
12440 no observable effect in the 99.9% common case where cpp-macro
12441 is set to -1000.
12442
124432000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12444
12445 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12446 member-init-cont when the preceding arglist is several lines.
12447
124482000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12449
12450 * cc-styles.el (c-style-alist): The basic offset for the BSD
12451 style corrected to 8.
12452
124532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12454
12455 * cc-styles.el (c-style-alist): Adjusted the indentation of
12456 brace list openers in the gnu style.
12457
124582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12459
12460 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12461
12462 * cc-cmds.el (c-electric-brace, c-electric-slash,
12463 c-electric-star, c-electric-semi&comma, c-electric-colon,
12464 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12465 when c-syntactic-indentation is nil.
12466
12467 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12468 we were left at comments preceding the first statement when
12469 reaching the beginning of the buffer.
12470
12471 * cc-vars.el (c-syntactic-indentation): New variable to turn
12472 off all syntactic indentation.
12473
124742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12475
12476 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12477 between the text and the block comment ender when it hangs,
12478 depending on how many there are before the fill.
12479
124802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12481
12482 * cc-engine.el (c-beginning-of-closest-statement): New helper
12483 function to go back to the closest preceding statement start,
12484 which could be inside a conditional statement.
12485 * cc-engine.el (c-guess-basic-syntax): Use
12486 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12487
12488 * cc-engine.el (c-guess-basic-syntax): Better handling of
12489 arglist-intro, arglist-cont-nonempty and arglist-close when
12490 the arglist is nested inside parens. Cases 7A, 7C and 7F
12491 changed.
12492
12493 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12494 up-to-date with javadoc 1.2.
12495
124962000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12497
12498 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12499 multiline Pike type decls.
12500
125012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12502
12503 * cc-cmds.el (c-indent-new-comment-line): Always break
12504 multiline comments in multiline mode, regardless of
12505 comment-multi-line.
12506
125072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12508
12509 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12510 fully::qualified::names in C++ member init lists. Preamble in
12511 case 5D changed.
12512
125132000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12514
12515 * cc-langs.el (c-common-init): Handling of obsolete variables
12516 moved to c-initialize-cc-mode. More compatible style override
12517 when using global style variables.
12518 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12519 variables moved here.
12520
a30eb617
DL
12521 * cc-styles.el (c-make-styles-buffer-local): Flag style
12522 variable localness in c-style-variables-are-local-p to make
12523 the compatibility measure in c-common-init work well.
12524
12525 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12526 longer contain set-from-style.
12527 * cc-styles.el (c-initialize-builtin-style): Don't check for
12528 set-from-style on c-special-indent-hook.
12529 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12530 copy-alist is sufficient now.
12531
12532 * cc-styles.el (c-set-style, c-set-style-1,
12533 c-get-style-variables): Fixes to variable initialization so
12534 that duplicate entries in styles have the same effect
12535 regardless of DONT-OVERRIDE.
12536
12537 * cc-styles.el (c-set-style-2): Fixed bug where the
12538 initialization of inheriting styles failed when the
12539 dont-override flag is set.
12540
12541 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12542 on this.
12543
125442000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12545
12546 * cc-defs.el (c-forward-comment): Removed the workaround
12547 introduced in 5.38 since it had worse side-effects. If a line
12548 contains the string "//\"", it regarded the // as a comment
12549 start since the \ temporarily doesn't have escape syntax.
12550
eb04d6cd 125512000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12552
12553 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12554 ada-xref.el before ada-prj.el, so that the Project menu is created
12555 when ada-prj tries to add to it.
12556 (ada-activate-keys-for-case): Suppress the characters that are not
12557 part of the Ada syntax. Better compatibility with else-mode
12558 (ada-adjust-case-interactive): When auto-casing is not active,
12559 correctly insert newlines (used to insert only ^M). Prevent the
12560 syntax table from being changed in case of an error
12561 (or '_' becomes part of a word and some commands are confused).
12562 Do nothing if ada-auto-case is nil.
12563 (ada-after-keyword-p): Ignore keywords that are also attributes
12564 (ada-batch-reformat): Update usage comment
12565 (ada-call-from-contextual-menu): New function
12566 (ada-case-read-exceptions): Reinitialize the casing exception list
12567 first to nil first, so that the casing exception file can be
12568 shared.
12569 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12570 files.
12571 (ada-compile-goto-error): Fix regexp used to detect a file:line
12572 anywhere in the error message
12573 (ada-contextual-menu-last-point): New variable
12574 (ada-create-keymap): If the variable delete-key-deletes-forward is
12575 t on XEmacs, it means that DEL should delete one character
12576 forward.
12577 (ada-create-menu): Use :included instead of :visible for XEmacs.
12578 New submenu "Options".
12579 (ada-end-stmt-re): Correctly indent "select ... then abort"
12580 statements.
12581 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12582 even if they don't match ada-fill-comment-prefix Fix handling of
12583 paragraphs on the first or last line of a file.
12584 (ada-format-paramlist): Fix handling of default parameter values.
12585 (ada-get-body-name): New function.
12586 (ada-get-current-indent): Optimized by searchling directly for an
12587 existing generic part or a statement outside of it. Handle
12588 ada-indent-align-comments when indenting comments Replaced some
12589 regexps by testing directly the next character. This results in a
12590 huge speedup on some files. New indentation scheme for renames
12591 statements. Stop looking for the 'while' or 'for' associated with
12592 a 'loop' at the first semicolon encountered. A "return" can also
12593 match an anonymous access subprogram declaration.
12594 (ada-get-indent-noindent): Ignore strings and comments when
12595 looking for the keywords "record" and "private".
12596 (ada-goto-matching-decl-start): When matching "if", make sure we
12597 are not in fact seeing "end if". Ignore "when" statements except
12598 when initial keyword was "begin". Fix handling of nested
12599 procedures. Add a recursive call to this function to skip over
12600 other 'end' statmts. Fix indentation for "when .. => begin"
12601 (ada-in-open-paren-p): Fix indentation for complex boolean
12602 expressions, where 'and then', 'or else' and parenthesis
12603 statements are mixed up.
12604 (ada-in-paramlist-p): Skip comments while searching for the
12605 beginning Fix handling of operator declarations.
12606 (ada-indent-align-comments): New variable
12607 (ada-indent-current): Change the syntax table only in the
12608 protected section, so that we are sure it is restored correctly.
12609 (ada-indent-on-previous-lines): Use ada-use-indent and
12610 ada-with-indent Correctly indent "select ... then"
12611 (ada-indent-region): Slight speedup.
12612 (ada-indent-renames): New variable.
12613 (ada-last-which-function-subprog, ada-last-which-function-line):
12614 New variables
12615 (ada-looking-at-semi-private): Correctly indent the 'private'
12616 keyword when it is the first word in a package declaration.
12617 (ada-loose-case-word): Stop searching if at the end of the buffer.
12618 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12619 even if point is not initially at the end of the word.
12620 (ada-matching-decl-start-re): Add "when".
12621 (ada-mode): Add support for abbrev-mode, outline-mode and
12622 which-func-mode Override the old find-file.el entry in
12623 ff-special-constructs since it is using the obsolete
12624 ada-spec-suffix variable
12625 (ada-no-auto-case): New function
12626 (ada-scan-paramlist): When parsing the argument type, accept
12627 spaces (as in "X 'Class", generated by Rational Rose).
12628 (ada-other-file-name): No longer loads the other file.
12629 (ada-popup-menu): Save and restore the current buffer and cursor
12630 position before and after displaying the menu.
12631 (ada-search-ignore-complex-boolean): New function.
12632 (ada-uncomment-region): Emacs21 already knows how to delete
12633 comments not starting in the first column.
12634 (ada-use-indent): New variable
12635 (ada-which-function): New function.
12636 (ada-with-indent): New variable
12637 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12638 can be batch-compiled from the command line.
12639
12640 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12641 Add to the menu when the file is loaded, not in ada-mode-hook.
12642 Add -toolbar to the default ddd command Switches moved from
12643 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12644 ada-prj-default-comp-opt
12645 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12646 Reference Manual to the menu
12647 (ada-check-current): rewritten as a call to ada-compile-current
12648 (ada-compile): Removed.
12649 (ada-compile-application, ada-compile-current, ada-check-current):
12650 Set the compilation-search-path so that compile.el automatically
12651 finds the sources in src_dir. Automatic scrollong of the
12652 compilation buffer. C-uC-cC-c asks for confirmation before
12653 compiling
12654 (ada-compile-current): New parameter, prj-field
12655 (ada-complete-identifier): Load the .ali file before doing
12656 processing
12657 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12658 conform to gnatmake's behavior.
12659 (ada-find-file-in-dir): New function
12660 (ada-find-references): Set the environment variables for gnatfind
12661 (ada-find-src-file-in-dir): New function.
12662 (ada-first-non-nil): Removed
12663 (ada-gdb-application): Add support for jdb, the java debugger.
12664 (ada-get-ada-file-name): Load the original-file first if not done
12665 yet.
12666 (ada-get-all-references): Handles the new ali syntax (parent types
12667 are found between <>).
12668 (ada-initialize-runtime-library): New function
12669 (ada-mode-hook): Always load a project file when a file is opened,
12670 so that the casing exceptions are correctly read.
12671 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12672 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12673 to open the project file, since the latter does not work with
12674 speedbar Get default values before loading the prj file, or the
12675 default executable file name is wrong. Use the absolute value of
12676 src_dir to initialize ada-search-directories and
12677 compilation-search-path,... Add the standard runtime library to
12678 the search path for find-file.
12679 (ada-prj-default-debugger): Was missing an opening '{'
12680 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12681 variables.
12682 (ada-prj-default-gnatmake-opt): New variable
12683 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12684 buffers, the project file is the default one Save the windows
12685 configuration before displaying the menu.
12686 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12687 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12688 ...) regexp-quote identifiers names to support operators +,
12689 -,... in regexps.
12690 (ada-remote): New function.
12691 (ada-run-application): Erase the output buffer before starting the
12692 run Support remote execution of the application. Use
12693 call-process, or the arguments are incorrectly parsed
12694 (ada-set-default-project-file): Reread the content of the active
12695 project file, not the one from the current buffer When a project
12696 file is set as the default project, all directories are
12697 automatically associated with it.
12698 (ada-set-environment): New function
12699 (ada-treat-cmd-string): New special variable ${current}
12700 (ada-treat-cmd-string): Revised. The substitution is now done for
12701 any ${...} substring
12702 (ada-xref-current): If no body was found, compiles the spec
12703 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12704 compiler to get rid of command line length limitations.
12705 (ada-xref-get-project-field): New function
12706 (ada-xref-project-files): New variable
12707 (ada-xref-runtime-library-specs-path)
12708 (ada-xref-runtime-library-ali-path): New variables
12709 (ada-xref-set-default-prj-values): Default run command now does a
12710 cd to the build directory. New field: main_unit Provide a default
12711 file name even if the current buffer has no prj file.
12712
12713 * ada-prj.el:
12714 Rewritten to show a tabbed-dialog.
12715 (ada-prj-add-ada-menu): Remove the map and name parameters.
12716 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12717 New function
12718 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12719 (ada-prj-load-from-file): New function
12720 (ada-prj-save): Always save fields that depend on the current buffer
12721 (ada-prj-show-value): New function
12722
12723 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12724 Ada mode. This will allow us to display the Ada menu in any buffer
12725 we want (for project items).
12726 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12727 number of spaces in the header.
12728
127292000-07-24 Dave Love <fx@gnu.org>
12730
12731 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12732
127332000-07-23 Noah Friedman <friedman@splode.com>
12734
12735 * type-break.el (type-break): perform autosave.
12736 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12737 (type-break-do-query): Cancel query schedule while performing
12738 actual query, to avoid possibility of a second query being made
12739 while first one is already in progress.
12740 (type-break-time-stamp-format): New variable.
12741 (type-break-time-stamp): New function.
12742 (type-break-time-warning): Use it.
12743 (type-break-keystroke-warning): Use it.
12744 (type-break-noninteractive-query): Use it.
12745
12746 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12747 cookie.
12748 Use add-minor-mode to set minor-mode-alist, if available.
12749 (eldoc-echo-area-use-multiline-p): New user option.
12750 (eldoc-echo-area-multiline-supported-p): New variable.
12751 (eldoc-docstring-format-sym-doc): Use them.
12752 (eldoc-mode): If not using idle timers, append to local post and
12753 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12754 (eldoc-display-message-no-interference-p): Don't interfere with
12755 edebug.
12756 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12757 (eldoc-function-arglist): New function.
12758 (eldoc-function-argstring): Use it.
12759
12760 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12761 auto save directory exists before calling directory-files.
12762
127632000-07-23 Dave Love <fx@gnu.org>
12764
12765 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12766 ^o, ^u.
12767
127682000-07-21 Dave Love <fx@gnu.org>
12769
12770 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12771 now passed to the function. It now works properly.
12772
12773 * smerge-mode.el (smerge-mode-menu): Fill it out.
12774
127752000-07-20 Gerd Moellmann <gerd@gnu.org>
12776
12777 * info-look.el (info-lookup): If *info* is shown in another frame
12778 on the same display, select that frame, instead of switching to
12779 the Info buffer in another window of the selected frame.
12780
12781 * simple.el (universal-argument-map): Bind numeric keypad keys
12782 kp-0 to kp-9 and kp-subtract.
12783 (digit-argument): Handle these keys.
12784
127852000-07-20 Dave Love <fx@gnu.org>
12786
12787 * net/goto-addr.el (goto-address-fontify): Don't bother with
12788 buffer-modified and read-only stuff -- irrelevant with overlays.
12789 Put an extra property on the overlays and use it to clean up in
12790 case goto-address is re-run.
12791
127922000-07-19 Richard M. Stallman <rms@gnu.org>
12793
12794 * timer.el (run-with-idle-timer): Doc fix.
12795
12796 * mail/mail-utils.el (mail-strip-quoted-names):
12797 Handle case where <...> appears inside "...".
12798 Use replace-match to edit the string more simply.
12799 (rmail-dont-reply-to): Cope with an unmatched ".
12800
128012000-07-19 Dave Love <fx@gnu.org>
12802
12803 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12804 implementation.
12805
12806 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12807 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12808 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12809
128102000-07-19 Gerd Moellmann <gerd@gnu.org>
12811
12812 * textmodes/refer.el: Correct maintainer's email address.
12813
12814 * progmodes/hideif.el: Correct author's email address.
12815 Fix typo in comment.
12816
12817 * xml.el: New file.
12818
12819 * mail/mailheader.el: Correct author's mail address.
12820
12821 * gnus/parse-time.el: Correct author's mail address.
12822
128232000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12824
12825 * comint.el (comint-highlight-input, comint-highlight-face):
12826 New user options.
12827 (comint-input-ring-file-name): Change custom type.
12828 (comint-mode-map): Bind mouse-2.
12829 (comint-insert-clicked-input): New function.
12830 (comint-send-input): Handle input highlighting.
12831
128322000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12833
12834 * mouse.el (popup-menu): New function.
12835 (mouse-major-mode-menu): Use it.
12836
128372000-07-18 Dave Love <fx@gnu.org>
12838
12839 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12840 improvements.
12841
128422000-07-18 Gerd Moellmann <gerd@gnu.org>
12843
12844 * faces.el (face-font-selection-order)
12845 (face-font-family-alternatives): Add custom type.
12846
128472000-07-18 Dave Love <fx@gnu.org>
12848
12849 * cus-edit.el (custom-variable-reset-saved)
12850 (custom-variable-reset-standard): Remove unused bindings.
12851
12852 * rect.el (open-rectangle-line): Remove unused let.
12853
12854 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12855
128562000-07-18 Gerd Moellmann <gerd@gnu.org>
12857
12858 * cdl.el: Fix `Maintainer' keyword.
12859
12860 * play/pong.el: Add author's email address.
12861
128622000-07-17 Sam Steingold <sds@gnu.org>
12863
12864 * files.el (insert-directory): Call `split-string' instead of
12865 re-implementing it.
12866
128672000-07-18 Gerd Moellmann <gerd@gnu.org>
12868
12869 * mail/vms-pmail.el: Change maintainer to FSF.
12870
12871 * net/goto-addr.el: Change maintainer to FSF.
12872
12873 * info.el (Info-title-face-alist): Removed.
12874
128752000-07-18 David Ponce <david@dponce.com>
12876
12877 * recentf.el (recentf-open-files): New command that works like
12878 `recentf-open-more-files', but shows the whole list of files (not just
12879 those omitted from the menu). Useful if you don't use a menu-bar!
12880 (recentf-open-more-files) Modified to use `recentf-open-files'.
12881
12882 (recentf-open-files, recentf-open-more-files)
12883 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12884
12885 (recentf-dialog-mode): New mode for dialogs. You can now just type
12886 "q" to cancel the dialogs.
12887
128882000-07-18 David Ponce <david@dponce.com>
12889
12890 * recentf.el: This is a major update of recentf.el. It adds new
12891 features to better organize the recentf menu and "More..." buffer.
12892
12893 Using new provided menu filtering functions you can now organize the
12894 recent files list:
12895
12896 - by major modes
12897 - by directories
12898 - by user defined rules
12899
12900 Finally, with the new `recentf-filter-changer' customizable filter you
12901 can define a ring of filters and dynamically (via the menu) cycle on
12902 each menu organization in the ring (a la msb).
12903
129042000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12905
12906 * eshell/eshell.el (eshell): Replace links to eshell.info with
12907 links to eshell, to avoid problems on systems where the manual is
12908 installed as `eshell'.
12909 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12910 * eshell/em-smart.el (eshell-smart): Ditto.
12911 * eshell/em-banner.el (eshell-banner): Ditto.
12912 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12913
12914 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12915 same-file check in the MS-DOS version (it does support inodes).
12916
12917 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12918
12919 * eshell/eshell.el (eshell-directory-name):
12920 Run default directory name through convert-standard-filename.
12921
129222000-07-18 Kenichi Handa <handa@etl.go.jp>
12923
12924 * international/mule-cmds.el (select-safe-coding-system):
12925 Fix typo in the comment.
12926
12927 * language/european.el (compound-text):
12928 Force katakana-jisx0201 to be designated to G1.
12929
12930 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12931 Don't translate some national variant characters of latin-jisx0201.
12932 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12933
12934 * international/kkc.el (kkc-after-update-conversion-functions):
12935 New variable.
12936 (kkc-update-conversion): Run functions in it at the tail.
12937
129382000-07-16 John Wiegley <johnw@gnu.org>
12939
12940 * lisp/align.el (align-newline-and-indent):
12941 Adding new function. for auto-aligning blocks of code on RET.
12942 (align-region): Fixed badly formatted minibuffer message.
12943
129442000-07-17 Kenichi Handa <handa@etl.go.jp>
12945
12946 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12947 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12948 the conversion list at first if appropriate.
12949 (kkc-next): Don't update kkc-next-count here.
12950 (kkc-prev): Don't update kkc-prev-count here.
12951 (kkc-show-conversion-list-update): Fix setting up of conversion
12952 list message.
12953
129542000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12955
12956 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12957
129582000-07-16 Dave Love <fx@gnu.org>
12959
12960 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12961 function to be more specific.
12962
12963 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12964 non-string help-echo.
12965 (widget-types-convert-widget): Defsubst it.
12966 (widget-echo-help): Try to cope with a help-echo function of two
12967 possible sorts.
12968
129692000-07-15 Jason Rumney <jasonr@gnu.org>
12970
12971 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12972 Declare as obsolete.
12973
12974 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12975
129762000-07-14 Gerd Moellmann <gerd@gnu.org>
12977
12978 * hilit-chg.el: Fix typo.
12979
129802000-07-14 Dave Love <fx@gnu.org>
12981
12982 * info.el (Info-mode-menu): Fix use of :help, :enable.
12983
129842000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12985
12986 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12987
129882000-07-13 Dave Love <fx@gnu.org>
12989
12990 * emacs-lisp/easymenu.el: Doc fixes.
12991 (easy-menu-remove): Defalias to ignore.
12992
12993 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12994 Call throw correctly.
12995
129962000-07-13 Gerd Moellmann <gerd@gnu.org>
12997
12998 * faces.el (frame-background-mode): Doc fix.
12999
13000 * simple.el (eval-expression-print-length): Change custom type to
13001 allow entering nil as value.
13002
130032000-07-13 Dave Love <fx@gnu.org>
13004
13005 * progmodes/fortran.el (fortran-imenu-generic-expression):
13006 Change definition layout.
13007 (fortran-mode-menu): Reinstate customize entries.
13008
13009 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13010 Use :filter, per old XEmacs code.
13011
130122000-07-12 Gerd Moellmann <gerd@gnu.org>
13013
13014 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13015 event when deciding what to send to the terminal.
13016
130172000-07-12 Dave Love <fx@gnu.org>
13018
13019 * cus-start.el: Add optional version as 4th element of specs and
13020 use it for several things new in v21. Remove load-path. Fix type
13021 of line-number-display-limit.
13022
130232000-07-11 Dave Love <fx@gnu.org>
13024
13025 * progmodes/fortran.el: Don't require easymenu.
13026 Use repeat counts in various regexps.
13027 (fortran-mode-syntax-table): Defvar directly.
13028 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13029 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13030 Use defvar, not defconst.
13031 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13032 (fortran-mode): Set fortran-comment-line-start-skip,
13033 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13034 (fortran-comment-indent): Use defsubst.
13035 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13036 Use fortran-comment-indent, not fortran-comment-indent-function.
13037 (fortran-comment-region, fortran-electric-line-number): Simplify.
13038 (fortran-auto-fill): New function.
13039 (fortran-do-auto-fill): Deleted.
13040 (fortran-find-comment-start-skip):
13041 Check for non-null comment-start-skip.
13042 (fortran-auto-fill-mode, fortran-fill-statement):
13043 Use fortran-auto-fill.
13044 (fortran-fill): Use fortran-auto-fill. Check for null
13045 comment-start-skip. Simplify final clause and use end-of-line finally.
13046
13047 * widget.el (widget-plist-member): New alias.
13048
130492000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13050
13051 * eshell/esh-module.el (toplevel): Reference
13052 byte-compile-current-file only if it is bound.
13053
130542000-07-10 Gerd Moellmann <gerd@gnu.org>
13055
13056 * dired.el: Don't require `dired-aux'.
13057
130582000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13059
13060 * dired-aux.el (dired-show-file-type): New function.
13061 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13062 (dired-show-file-type): Add autoload.
13063
130642000-07-10 Kenichi Handa <handa@etl.go.jp>
13065
13066 * international/mule-diag.el (describe-font): Adjusted for the
13067 change of fontset-info.
13068 (print-fontset): Likewise.
13069
130702000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13071
13072 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13073
130742000-07-07 Gerd Moellmann <gerd@gnu.org>
13075
13076 * bindings.el: Bind `[delete]' to delete-char.
13077
13078 * dired.el (dired-find-alternate-file): New function.
13079 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13080 (toplevel): Require dired-aux when compiling.
13081 (dired-buffers): Move defvar within file to avoid compiler warning.
13082
13083 * info.el (Info-last-search): Variable removed.
13084 (Info-search-history): New variable.
13085 (Info-search): New Info-search-history.
13086
13087 * battery.el, info-look.el: Change author's mail address.
13088
130892000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13090
13091 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13092 if rmail-ignored-headers is nil.
13093 (rmail-retry-failure): Bind rmail-ignored-headers and
13094 rmail-displayed-headers to nil.
13095
130962000-07-06 Gerd Moellmann <gerd@gnu.org>
13097
13098 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13099 (print-region-1): Don't hard code `-h' here.
13100
13101 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13102
131032000-07-01 Francesco Potorti` <pot@gnu.org>
13104
13105 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13106 exim can use "your message" instead of "the message".
13107
131082000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13109
13110 * facemenu.el: Docstrings fixes.
13111 (facemenu-get-face): Don't use internal-find-face.
13112 (facemenu-iterate): Rename arg to match the docstring.
13113
13114 * newcomment.el (uncomment-region): Be more careful when skipping
13115 backwards over `=' not to bump into BOBP.
13116
131172000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13118
13119 * ediff-diff.el (ediff-wordify): Use syntax table.
13120 * ediff-init.el (ediff-has-face-support-p): Use
13121 ediff-color-display-p.
13122 (ediff-color-display-p): Use display-color-p, changed to defun
13123 from defsubst.
13124 Got rid of special cases for NeXT and OS/2.
13125 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13126 face.
13127
131282000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13129
13130 * emacs-lisp/lucid.el: Require CL.
13131 (copy-tree, remprop): Remove, it's provided by CL.
13132 (map-keymap): Define in terms of cl-map-keymap.
13133 (extent-property, set-extent-end-glyph): New functions.
13134
13135 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13136
131372000-07-05 Gerd Moellmann <gerd@gnu.org>
13138
13139 * Makefile.in (DONTCOMPILE): Add comment that the name may
13140 not be changed without changing the make-dist script.
13141
13142 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13143 (cl-mapc): Use mapc instead of cl-old-mapc.
13144
131452000-07-05 Andrew Innes <andrewi@gnu.org>
13146
13147 * makefile.nt: Add support for `bootstrap' and related targets.
13148
131492000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13150
13151 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13152 (easy-menu-do-define): Use `menu-item' format.
13153 Handle case where easy-menu-create-menu returns a symbol.
13154 Manually call the potential top-level filter in the function binding.
13155 (easy-menu-filter-return): New arg NAME.
13156 Convert to a keymap if MENU is an XEmacs menu.
13157 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13158 (easy-menu-converted-items-table, easy-menu-convert-item):
13159 New var and fun to memoize easy-menu-convert-item-1.
13160 (easy-menu-do-add-item): Use it.
13161 (easy-menu-create-menu): Use easy-menu-convert-item.
13162 Wrap easy-menu-filter-return around any :filter specification.
13163 Don't convert the menu if a filter was specified.
13164 Tell easy-menu-make-symbol not to check for MENU being an expression.
13165 (easy-menu-make-symbol): New arg NOEXP.
13166
131672000-07-05 Gerd Moellmann <gerd@gnu.org>
13168
13169 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13170 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13171 (eval-defun): If called with prefix arg, instrument code for
13172 Edebug.
13173
13174 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13175 similar to that of eval-defun.
13176
131772000-07-04 Dave Love <fx@gnu.org>
13178
13179 * hl-line.el (hl-line-overlay): Make it permanent-local.
13180
13181 * calendar/todo-mode.el: Replaced with a working version, based on
13182 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13183
131842000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13185
13186 * paths.el (prune-directory-list): New function.
13187 (Info-default-directory-list): Rewritten to more methodically
13188 enumerate a big list of possible info directories (based on the
13189 list used by the standalone info reader).
13190
13191 * info.el (info-initialize): Use prune-directory-list to remove
13192 non-existent directories from Info-directory-list.
13193
13194 * paths.el (Info-default-directory-list): Try a list of possible
13195 info-directories instead of a single one. Add the possible
13196 info directory "/usr/share/info".
13197
13198 * woman.el (woman-man.conf-path): Explicitly include the debian
13199 man-db config file "/etc/manpath.config".
13200 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13201 are present in `manpath.config'.
13202 (woman-manpath): Include "/usr/share/man".
13203
132042000-07-03 Gerd Moellmann <gerd@gnu.org>
13205
13206 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13207
13208 * startup.el (command-line): Initialize blink-cursor based
13209 on window-system.
13210
13211 * frame.el (blink-cursor): Default to nil if not running under
13212 a window-system.
13213
13214 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13215 (face-x-resources): Remove duplicate entry for :font.
13216
13217 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13218 instead of cycling through windows with next-window.
13219
13220 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13221 of cycling through windows with next-window.
13222
13223 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13224 of cycling through windows with next-window.
13225
13226 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13227 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13228 instead of cycling through windows with next-window.
13229
13230 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13231 instead of cycling through windows with next-window.
13232
13233 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13234 of cycling through windows with next-window.
13235
13236 * terminal.el (te-process-output): Use walk-windows instead of
13237 cycling through windows with next-window.
13238
13239 * server.el (server-switch-buffer): Use some-window instead of
13240 cycling through windows with next-window.
13241
13242 * window.el (some-window): New function.
13243 (walk-windows): Remove reference to walk-windows-start.
13244
13245 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13246
132472000-07-03 Richard Stallman <rms@gnu.org>
13248
13249 * window.el (walk-windows): Guarantee termination by keeping a list
13250 of all the windows already handled.
13251
132522000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13253
13254 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13255 window-system.
13256
13257 * man.el (Man-notify-when-ready): Don't use window-system. If
13258 Man-notify-method is newframe, and the display is not
13259 multi-frame, select the frame created for the man page.
13260 (Man-init-defvars): Doc fix.
13261
132622000-06-28 Gerd Moellmann <gerd@gnu.org>
13263
13264 * faces.el (region): Change background color for light background.
13265
13266 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13267 attribute from mode-line face of Ediff control frame.
13268
13269 * replace.el (query-replace-map): Bind `e' like `E'.
13270
132712000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13272
13273 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13274 Change name to "Select All".
13275
13276 * dos-fns.el (convert-standard-filename): Fix last change.
13277
132782000-06-27 Gerd Moellmann <gerd@gnu.org>
13279
13280 * help.el (describe-variable): Don't insert a second `'s' in front
13281 of the string `value is shown below'. Since the syntax-table is
13282 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13283 an existing `'s', so that this won't be deleted.
13284
13285 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13286 * pcmpl-unix.el: New files.
13287
132882000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13289
13290 * wid-edit.el (widget-member): Use the new plist-member.
13291
132922000-06-26 Gerd Moellmann <gerd@gnu.org>
13293
13294 * replace.el (perform-replace): Undo change of 2000-04-04.
13295 Instead, move backward 1 character at the end of the loop when
13296 necessary.
13297
13298 * faces.el (fringe): Change face for different backgrounds.
13299
13300 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13301 patch from John.
13302
13303 * eshell/*.el: Change spelling of the Free Software Foundation.
13304
13305 * eshell/esh-toggle.el: Removed.
13306
13307 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13308
13309 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13310 interactively.
13311
133122000-06-26 Alex Schroeder <alex@gnu.org>
13313
13314 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13315 `define-key'; instead of checking `(emacs-version)' check for
13316 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13317 for `;' and `o' which might be electric.
13318
13319 (sql-electric-stuff): New user option.
13320 (sql-magic-go): New function which uses `sql-electric-stuff'.
13321 (sql-magic-semicolon): New function which uses
13322 `sql-electric-stuff'.
13323
13324 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13325 is not fboundp.
13326
13327 (sql-oracle-options): New variable.
13328 (sql-oracle): Use it.
13329
13330 (sql-imenu-generic-expression): Doc change.
13331 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13332 is used.
13333
13334 (sql-informix): Added command line parameter "-" to force
13335 sql-informix-program to use stdout.
13336
133372000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13338
13339 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13340 (cp864-decode-table): Doc fix.
13341 (cp720-decode-table): New variable, supports the Arabic OEM
13342 codepage used by Windows.
13343 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13344
133452000-06-23 Dave Love <fx@gnu.org>
13346
13347 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13348 (font-lock-fontify-anchored-keywords): Use
13349 line-beginning-position.
13350 (global-font-lock-mode): Use mapc.
13351
133522000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13353
13354 * eshell/esh-module.el: Require CL when compiling.
13355
133562000-06-23 Gerd Moellmann <gerd@gnu.org>
13357
13358 * comint.el (comint-substitute-in-file-name): Call replace-match
13359 with second and third arg t.
13360
13361 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13362 Specify foreground color.
13363
13364 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13365 color.
13366
13367 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13368
13369 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13370 cddr instead of cdddr.
13371
13372 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13373 instead of copy-list.
13374
13375 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13376 of copy-list.
13377
13378 * subdirs.el: Add eshell subdirectory.
13379
13380 * eshell: New subdirectory containing the Eshell package.
13381
13382 * pcomplete.el: New file.
13383
133842000-06-23 Paul Eggert <eggert@twinsun.com>
13385
13386 * mail/mailpost.el (post-mail-send-it): Make sure file has
13387 proper permissions from birth.
13388
13389 * files.el (basic-save-buffer-2): When temporarily setting
13390 file modes, set them to current modes plus 0200, not to 0777.
13391
13392 * emerge.el (emerge-make-temp-file): Make sure file has proper
13393 permissions from birth.
13394
133952000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13396
13397 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13398 backup file name through convert-standard-filename.
13399
13400 * dos-fns.el (convert-standard-filename): Convert leading
13401 directories as well. When long file names are supported, convert
13402 characters that are invalid in Windows file names.
13403
134042000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13405
13406 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13407 ps-print crashes. New feature: page selection for printing. Create
13408 raw-text-unix coding system for XEmacs. Doc fix.
13409 (ps-print-version): New version number (5.2.3).
13410 (ps-plot-region): Bug fix.
13411 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13412 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13413 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13414 funs.
13415 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13416 (ps-last-page): New vars.
13417
134182000-06-21 Gerd Moellmann <gerd@gnu.org>
13419
13420 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13421 empty option string.
13422
134232000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13424
13425 * man.el (man): Doc fix.
13426
134272000-06-21 Kenichi Handa <handa@etl.go.jp>
13428
13429 * international/mule-cmds.el (set-language-info-alist): Docstring
13430 fixed.
13431
134322000-06-20 Gerd Moellmann <gerd@gnu.org>
13433
13434 * version.el (emacs-version): Use ISO date format.
13435
13436 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13437 instead of `M-backspace'.
13438
13439 * simple.el (turn-off-auto-fill): New function.
13440
134412000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13442
13443 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13444 Renamed from with-buffer-prepared-for-font-lock and use
13445 inhibit-modification-hooks rather than setting *-change-functions.
13446 Update all functions to use the new name.
13447 (jit-lock-first-unfontify-pos): New semantics (and doc).
13448 (jit-lock-mode): Make non-interactive.
13449 Don't automatically turn on font-lock.
13450 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13451 Always use jit-lock-after-change.
13452 Remove and restore font-lock-after-change-function.
13453 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13454 (jit-lock-after-unfontify-buffer): Remove.
13455 (jit-lock-stealth-fontify):
13456 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13457 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13458
134592000-06-20 Sam Steingold <sds@gnu.org>
13460
13461 * emacs-lisp/cl-indent.el (toplevel): Indent
13462 `print-unreadable-object' properly. Untabify.
13463
134642000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13465
13466 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13467 Support for bibentry.
13468 (reftex-compile-variables): Fixed problem with end of section-re.
13469
13470 * texmodes/reftex-dcr.el (reftex-view-crossref,
13471 reftex-view-crossref-from-bibtex):
13472 Deal with changed `reftex-find-citation-regexp-format'.
13473 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13474 Replaced `remprop' with `put'.
13475 (reftex-view-crossref, reftex-view-crossref-when-idle):
13476 Support for bibentry.
13477
13478 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13479 New entry for bibentry package.
13480
13481 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13482 Regexp also matches "\nobibliography".
13483
13484 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13485 Call `reftex-ensure-write-access' before doing anything.
13486 (reftex-ensure-write-access): New function.
13487
134882000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13489
13490 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13491
13492 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13493
13494 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13495
13496 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13497
13498
134992000-06-20 Dave Love <fx@gnu.org>
13500
13501 * faces.el (frame-background-mode): Use set-default, not set, in
13502 setter.
13503 (frame-update-faces, frame-update-face-colors): Define with
13504 defalias.
13505
13506 * enriched.el (enriched-decode-foreground)
13507 (enriched-decode-background): Don't use internal-find-face.
13508
13509 * apropos.el: Doc fixes.
13510
13511 * cus-edit.el (customize-changed-options): Check arg.
13512 (customize-version-lessp): Don't require decimal point.
13513
13514 * custom.el (defcustom, defgroup): Doc fix.
13515
13516 * newcomment.el (comment) <defgroup>: Add :version.
13517 (comment-multi-line): Doc fix.
13518
13519 * emulation/mlsupport.el (define-hooked-local-abbrev,
13520 define-hooked-global-abbrev): Fix, using define-abbrev.
13521
135222000-06-19 Gerd Moellmann <gerd@gnu.org>
13523
13524 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13525 the whole buffer.
13526
135272000-06-19 Dave Love <fx@gnu.org>
13528
13529 * menu-bar.el (menu-bar-options-save): New function.
13530 (menu-bar-options-menu): Use it.
13531 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13532 Simplify.
13533
135342000-06-19 Andreas Schwab <schwab@suse.de>
13535
13536 * progmodes/etags.el (tags-query-replace): Put new parameters
13537 START and END at the end, for backward compatibility.
13538
135392000-06-19 Kenichi Handa <handa@etl.go.jp>
13540
13541 * international/codepage.el:
13542 (cp-coding-system-for-codepage-1): Delete special codes for
13543 generating xxx-dos coding system because now a CCL based coding
13544 system can handle EOL conversion by default.
13545
13546 * international/mule.el (make-coding-system): Generate subsidiary
13547 coding systems for EOL handling variants even for a CCL based
13548 coding system.
13549
135502000-06-19 Kenichi Handa <handa@etl.go.jp>
13551
13552 * international/isearch-x.el (isearch-minibuffer-input-method)
13553 (isearch-minibuffer-input-method-function): These variables
13554 deleted.
13555 (isearch-with-input-method): Don't use the above variables.
13556 (isearch-process-search-multibyte-characters): Likewise. Call
13557 read-string with the arg INHERIT-INPUT-METHOD t.
13558
135592000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13560
13561 * font-lock.el (font-lock-after-fontify-buffer)
13562 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13563
13564 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13565 Use consistent make-local-variable style for font-lock-fontified.
13566 (jit-lock-fontify-buffer):
13567 Don't bother checking for font-lock-mode and jit-lock-mode.
13568
13569 * time.el: Remove trailing ^M that prevent CVS-merging.
13570
135712000-06-16 Gerd Moellmann <gerd@gnu.org>
13572
13573 * Makefile.in (distclean): New target.
13574
135752000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13576
13577 * Makefile.in (srcdir): Define for update-subdirs.
13578
135792000-06-16 Gerd Moellmann <gerd@gnu.org>
13580
13581 * find-lisp.el: New file.
13582
135832000-06-16 Andrew Innes <andrewi@gnu.org>
13584
13585 * time.el (display-time-mail-function): New variable, to allow
13586 external packages to indicate when new mail is available.
13587 (display-time-update): Use it.
13588
135892000-06-16 Kenichi Handa <handa@etl.go.jp>
13590
13591 * international/mule.el (mule-version): Change version name to
13592 SAKAKI. AOI has already been used by Meadow.
13593
13594 * international/quail.el (quail-show-guidance-buf): To find the
13595 bottom window (but minibuffer), pay attention to the height of
13596 minibuffer.
13597
135982000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13599
13600 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13601 menu-bar menus. Add help strings. Don't remove the Edit menu
13602 from the menu bar, as the menu bar has enough space now.
13603
13604 * Makefile.in (SHELL): Make sure /bin/sh is used.
13605
13606 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13607 characters, which use series of two ^H characters instead of one.
13608
136092000-06-15 Gerd Moellmann <gerd@gnu.org>
13610
13611 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13612 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13613 functions.
13614 (Info-find-node-2): Try a case-sensitive search first, then
13615 do a case-insensitive search.
13616
13617 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13618 tutorials.
13619
13620 * complete.el (PC-env-vars-alist): New variable.
13621 (PC-complete-as-file-name): New function.
13622 (partial-completion-mode): Initialize PC-env-vars-alist from
13623 process-environment.
13624 (PC-do-completion): Handle completion of env vars.
13625
13626 * info.el (Info-set-mode-line): Show file name in mode line,
13627 use `*Info*' instead of `Info:'.
13628
13629 * startup.el (command-line-1): Change copyright messages to year
13630 2000.
13631
136322000-06-15 Dave Love <fx@gnu.org>
13633
13634 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13635 not local-map.
13636
136372000-06-15 Kenichi Handa <handa@etl.go.jp>
13638
13639 * international/mule.el (set-buffer-file-coding-system): Almost
13640 rewritten to handle `undecided' as no-op.
13641
136422000-06-14 Gerd Moellmann <gerd@gnu.org>
13643
13644 * Makefile.in: New file.
13645
13646 * Makefile: Removed.
13647
13648 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13649 (goto-address-highlight-keymap): Bind C-c RET.
13650
136512000-06-14 Kenichi Handa <handa@etl.go.jp>
13652
13653 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13654 inherits buffer-file-coding-system of the current buffer.
13655
13656 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13657 0. Give correct argument to set-auto-coding-function.
13658 (tar-expunge): For goto-char, use (point-min), not 0.
13659 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13660 (tar-subfile-save-buffer): Likewize.
13661
13662 * international/mule.el
13663 (after-insert-file-set-buffer-file-coding-system): Call
13664 set-buffer-file-coding-system with the arg FORCE t.
13665
136662000-06-13 Gerd Moellmann <gerd@gnu.org>
13667
13668 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13669 nil. Contemporary sendmails issue an X-Authentication-Warning if
13670 the sender is set with `-f'.
13671
136722000-06-13 Dave Love <fx@gnu.org>
13673
13674 * help.el (describe-function-1): Kluge around cases of functions
13675 fset to subrs whose doc doesn't match their symbol-name.
13676
13677 * image.el (insert-image): Default STRING to a space.
13678
13679 * info.el Doc fixes.
13680 (Info-build-node-completions): Match Ref tags.
13681
136822000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13683
13684 * frame.el (display-multi-frame-p, display-multi-font-p): New
13685 defaliases for display-graphic-p.
13686
13687 * hl-line.el: Fixed a typo in commentary.
13688
136892000-06-13 Kenichi Handa <handa@etl.go.jp>
13690
13691 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13692 fixed.
13693
136942000-06-12 Dave Love <fx@gnu.org>
13695
13696 * image.el (insert-image): Save a little consing.
13697
136982000-06-12 Kenichi Handa <handa@etl.go.jp>
13699
13700 * language/tibet-util.el: Convert all tibetan-1-column characters
13701 to the corresponding tibetan characters.
13702 (tibetan-add-components): Delete code for the special treatment of
13703 'a chung.
13704
13705 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13706 change.
13707 (tibetan-vowel-transcription-alist): More rules added.
13708 (tibetan-composite-vowel-alist): New variable.
13709 (tibetan-precomposition-rule-alist): More rules added.
13710
137112000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13712
13713 * startup.el (command-line): Only call menu-bar-mode if interactive.
13714
13715 * thingatpt.el (toplevel symbol-properties):
13716 * textmodes/makeinfo.el (makeinfo-compile):
13717 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13718 * progmodes/hideif.el (hif-compress-define-list)
13719 (hide-ifdef-use-define-alist):
13720 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13721 (ange-ftp-vms-add-file-entry):
13722 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13723 * man.el (Man-build-man-command):
13724 * mail/rnewspost.el (news-reply-header-hook):
13725 * info.el (Info-insert-dir):
13726 * emulation/mlconvert.el (backward-word, forward-word, setq):
13727 * emacs-lisp/gulp.el (gulp-send-requests):
13728 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13729 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13730 (byte-optimize-apply, end of file):
13731 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13732 (ad-make-freeze-definition):
13733 * startup.el (command-line, command-line-1): Don't quote lambdas.
13734
13735 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13736 (cvs-cleanup-removed): New function.
13737 (cvs-cleanup-functions): New var.
13738 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13739 some flexibility in specifying additional entries to auto-cleanup.
13740 (cvs-quickdir): New function.
13741 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13742 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13743 (cvs-mode-find-file): Check that we are on a filename or dirname
13744 when invoked through a mouse-click.
13745 (cvs-full-path): Remove.
13746 (cvs-dired-action): Re-introduced.
13747 (cvs-dired-noselect): Use it.
13748 (vc-post-command-functions): use this new hook if available.
13749
13750 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13751 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13752 (cvs-filename-map, cvs-dirname-map): Remove.
13753 (cvs-default-action): Remove.
13754 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13755 if the arg is really a keymap.
13756 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13757 Don't hardcode the mapping from state (aka type) to face, but check
13758 the var cvs-fi-<type>-face instead.
13759 (cvs-fileinfo-from-entries): New function.
13760
13761 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13762 Docstring fix.
13763 (cvs-find-file-and-jump): Change default to be safer.
13764 (cvs-mode-diff-map): Define it as a function as well.
13765 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13766 Bind mouse-2 in this global map rather than with text-properties.
13767
13768 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13769 file to resolve the ambiguity between C(conflict) and C(need-merge).
13770
137712000-06-12 Kenichi Handa <handa@etl.go.jp>
13772
13773 * international/mule.el (set-buffer-file-coding-system): If
13774 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13775 unconditionally.
13776
137772000-06-12 Dave Love <fx@gnu.org>
13778
13779 * wid-edit.el (widget-specify-button): Really suppress the face if
13780 required.
13781
137822000-06-11 Gerd Moellmann <gerd@gnu.org>
13783
13784 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13785
137862000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13787
13788 * imenu.el (imenu-generic-expression): Docstring fix.
13789
13790 * composite.el (composition-function-table): Move the `put'
13791 below the autoload cookie so we can load the file before loaddefs.
13792
13793 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13794
13795 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13796 Handle easy-mmode-define-global-mode.
13797 For complex macros like define-minor-mode that can generate
13798 several autoload entries, try to autoload entries in the
13799 macroexpanded code.
13800
13801 * emacs-lisp/easy-mmode.el (define-minor-mode):
13802 If KEYMAP is a symbol, just use it.
13803 Use byte-compile-current-file and load-file-name to infer the
13804 proper :require to pass to defcustom.
13805 Wrap the hook var into `progn' so as not to autoload it.
13806 Add a :autoload-end cookie.
13807 Be more careful about the evaluation of KEYMAP.
13808 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13809 (define-derived-mode): Move define-abbrev-table outside of defvar.
13810
138112000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13812
13813 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13814 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13815 (backup-compiled-files): Ignore errors during `tar'.
13816 (bootstrap): Make autoloads before elc files.
13817
138182000-06-10 Kenichi Handa <handa@etl.go.jp>
13819
13820 * international/mule.el (set-buffer-file-coding-system): If one of
13821 undecided-XXX is specified, change only EOL conversion.
13822
13823 * international/mule-conf.el (unix): New alias for the coding
13824 system undecided-unix.
13825
138262000-06-09 Dave Love <fx@gnu.org>
13827
13828 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13829
13830 * progmodes/executable.el: Byte compile dynamic.
13831 (executable-insert): Change custom type.
13832 (executable-find): Add autoload cookie.
13833 (executable-make-buffer-file-executable-if-script-p): New
13834 function. After Noah Friedman.
13835
13836 * files.el (after-save-hook): Customize, with
13837 executable-make-buffer-file-executable-if-script-p as an option.
13838
138392000-06-09 Kenichi Handa <handa@etl.go.jp>
13840
13841 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13842 "tib24p-mule.bdf" for Tibetan.
13843
13844 * composite.el (decompose-composite-char): Declare it as obsolete.
13845
13846 * man.el (Man-fontify-manpage): Pay attention to underline and
13847 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13848
138492000-06-08 Gerd Moellmann <gerd@gnu.org>
13850
13851 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13852 Set maintainer to FSF since author isn't reachable.
13853
138542000-06-08 Dave Love <fx@gnu.org>
13855
13856 * international/mule-cmds.el (select-safe-coding-system): If
13857 DEFAULT-CODING-SYSTEM is not specified, also check the most
13858 preferred coding-system if buffer-file-coding-system is
13859 `undecided'. From Handa.
13860
138612000-06-08 Kenichi Handa <handa@etl.go.jp>
13862
13863 * international/mule.el
13864 (after-insert-file-set-buffer-file-coding-system): If the buffer
13865 size is greater than INSERTED, judget that we are not visiting.
13866
138672000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13868
13869 * whitespace.el (defgroup whitespace): Comment out `:version'.
13870 XEmacs 20.4 has problems defining the group with this present.
13871 We'll have this commented out till get resolve the problem.
13872
138732000-06-07 John Wiegley <johnw@gnu.org>
13874
13875 * align.el (align-dq-string-modes, align-sq-string-modes)
13876 (align-open-comment-modes): Add pyhton-mode.
13877 (align-rules-list): Use get-text-property instead of
13878 text-properties-at.
13879 (align-rules-list): Add python-assignment.
13880 (align-rules-list): Change perl-comma-delimiter to
13881 basic-comma-delimiter. Use if for Perl modes and python-mode.
13882 (align-rules-list): Add python-chain-logic and
13883 basic-line-continuation.
13884
138852000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13886
13887 * apropos.el (apropos-mode-hook): New user variable.
13888 (apropos-mode): Run apropos-mode-hook.
13889
138902000-06-07 David Ponce <david@dponce.com>
13891
13892 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13893 commands. Require `wid-edit' at run-time.
13894
138952000-06-07 David Ponce <david@dponce.com>
13896
13897 * recentf.el: Added some "Commentary".
13898 (recentf-open-more-files, recentf-edit-list): Minor changes to
13899 move the point at the top of the file list. This behaviour is
13900 consistent with the menu one when the list contains a lot of
13901 files.
13902 (recentf-cleanup): Now displays the number of items removed from
13903 the list.
13904 (recentf-relative-filter) New menu filter to show filenames
13905 relative to `default-directory'.
13906
139072000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13908
13909 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13910 with/without giving an error if PostScript printer doesn't have this
13911 kind of page size. Zebra Stripe continues or restarts on next page.
13912 Manual/automatic paper feeding. Switch or not the header.
13913 (ps-print-version): New version number (5.2.2).
13914 (ps-windows-system): Include emx as a Windows system.
13915 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13916 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13917 (ps-background-text): Code fix.
13918 (ps-error-handler-message, ps-user-defined-prologue)
13919 (ps-print-prologue-header, ps-printer-name)
13920 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13921 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13922 (ps-use-face-background): Customization fix.
13923 (ps-n-up-database): Data fix.
13924 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13925 (ps-switch-header): New vars.
13926 (ps-xemacs-color-name, ps-face-foreground-name)
13927 (ps-face-background-name, ps-boolean-constant): New funs.
13928
139292000-06-07 Dave Love <fx@gnu.org>
13930
13931 * allout.el: New version from Manheimer.
13932
139332000-06-07 Kenichi Handa <handa@etl.go.jp>
13934
13935 * textmodes/fill.el (fill-find-break-point): Check the validity of
13936 charset.
13937
139382000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13939
13940 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13941 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13942 Call display-color-p and display-mouse-p instead of looking at
13943 window-system.
13944
139452000-06-06 Dave Love <fx@gnu.org>
13946
13947 * image.el (find-image): Doc fix. Return nil if image not found.
13948 (put-image, insert-image): Make STRING arg optional.
13949
139502000-06-06 Kenichi Handa <handa@etl.go.jp>
13951
13952 * language/vietnamese.el: Remove eval-when-compile.
13953 (viet-viscii-nonascii-translation-table): Define it as a
13954 translation table made from viet-viscii-decode-table.
13955 (viet-viscii-encode-table): Define it as a translation table made
13956 from the reverse map of above.
13957 (viet-vscii-nonascii-translation-table): Define it as a
13958 translation table made from viet-vscii-decode-table.
13959 (viet-vscii-encode-table): Define it as a translation table made
13960 from the reverse map of above.
13961 (ccl-decode-viscii): Use translate-character.
13962 (ccl-encode-viscii, ccl-encode-viscii-font)
13963 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13964 Likewize.
13965
13966 * language/cyrillic.el: Remove eval-when-compile.
13967 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13968 translation table made from cyrillic-koi8-r-decode-table.
13969 (cyrillic-koi8-r-encode-table): Define it as a translation table
13970 made from the reverse map of above.
13971 (ccl-decode-koi8): Use translate-character.
13972 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13973 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13974 a translation table made from cyrillic-alternativnyj-decode-table.
13975 (cyrillic-alternativnyj-encode-table): Define it as a translation
13976 table made from the reverse map of above.
13977 (ccl-decode-alternativnyj): Use translate-character.
13978 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13979 Likewize
13980
13981 * international/mule-diag.el (non-iso-charset-alist): Specify
13982 translation table symbol instead of translation table itself.
13983 (list-block-of-chars): CHARSET may be a translation table symbol.
13984
13985 * international/mule.el (make-coding-system): If CODING-SYSTEM
13986 already exists, override it.
13987
13988 * international/fontset.el: Use family `proportional' for Tibetan
13989 fonts.
13990
13991 * international/ccl.el (ccl-compile-translate-character): Don't
13992 check if Rrr has property translation-table.
13993 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13994
139952000-06-05 Gerd Moellmann <gerd@gnu.org>
13996
13997 * info.el: Bind case-fold-search to t when searching in case
13998 a user sets it to nil in a hook.
13999
140002000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14001
14002 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14003 * hl-line.el (hl-line-mode): Use the new :global key argument.
14004
14005 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14006 (tar-clip-time-string): Prepend a space.
14007 (tar-grind-file-mode): Construct a string rather than modifying one.
14008 (tar-header-block-summarize): Fix docstring.
14009 Use `format' rather than an error-prone set of copy-loops.
14010
14011 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14012 (diff-goto-source, diff-unified->context, diff-context->unified)
14013 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14014 understand the format output by the `-p' argument to diff.
14015
14016 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14017 (sh-re-done): Use defconst.
14018 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14019 (sh-help-string-for-variable, sh-guess-basic-offset):
14020 Don't quote lambdas.
14021 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14022 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14023
14024 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14025 (mh-letter-mode): Derive from text-mode.
14026 This implicitly means that it now calls kill-all-local-variables.
14027 Also remove the Emacs-18 compatibility code.
14028
14029 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14030 Make use of symbol-property doc-string-elt.
14031 Use memq rather than a sequence of eq.
14032 (doc-string-elt): Fix the wrong or missing previously unused values.
14033 (autoload-print-form): New function extracted from
14034 generate-file-autoloads to allow recursion when handling progn
14035 so that defvar's and defun's docstrings are properly printed.
14036 (generate-file-autoloads): Use it.
14037
14038 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14039 Use find-file-hooks in the minor-mode function.
14040 Be careful not to loop indefinitely in the post-command-hook function.
14041
140422000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14043
14044 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14045 tty's.
14046 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14047 differences whenever appropriate.
14048 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14049 * viper.el (find-file, find-file-other-window): Get viper to do
14050 wildcards.
14051
140522000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14053
14054 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14055 (jit-lock-fontify-buffer): New function for JIT refontification.
14056 (jit-lock-mode): Fix docstring.
14057 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14058 Remove jit-lock-after-change from the _local_ hook.
14059 (jit-lock-function-1): Fix docstring.
14060
14061 * info.el (Info-on-current-buffer): Initialize info.
14062
14063 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14064
14065 * progmodes/tcl.el (tcl-indent-for-comment):
14066 Ignore comment-indent-hook.
14067
14068 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14069 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14070 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14071 and improve to use the lighter to guess the capitalization.
14072 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14073 Add keyword arguments to specify global-ness or the custom group.
14074 Add local-map and help-echo properties to the lighter.
14075 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14076 (easy-mmode-define-global-mode): New macro.
14077
140782000-06-02 Dave Love <fx@gnu.org>
14079
14080 * wid-edit.el: byte-compile-dynamic since we typically don't use
14081 all the widgets. Don't require cl or widget. Remove
14082 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14083 (widget-read-event): Removed. Callers changed to use read-event.
14084 (widget-button-release-event-p): Renamed from
14085 button-release-event-p.
14086 (widget-field-add-space, widget-field-use-before-change):
14087 Uncustomize.
14088 (widget-specify-field): Use keymap property, not local-map.
14089 (widget-specify-button): Obey :suppress-face.
14090 (widget-specify-insert): Use modern backquote syntax.
14091 (widget-image-directory): Renamed from widget-glyph-directory.
14092 (widget-image-enable): Renamed from widget-glyph-enable.
14093 (widget-image-find): Replaces widget-glyph-find.
14094 (widget-button-pressed-face): Move defvar.
14095 (widget-image-insert): Replaces widget-glyph-insert.
14096 (widget-convert): Use keywordp.
14097 (widget-leave-text, widget-children-value-delete): Use mapc.
14098 (widget-keymap): Remove XEmacs stuff.
14099 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14100 (widget-button-click): Don't set point at the click, but re-centre
14101 if we scroll out of window. Rewritten for images v. glyphs &c.
14102 (widget-tabable-at): Use POS arg, not point.
14103 (widget-beginning-of-line, widget-end-of-line)
14104 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14105 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14106 (widget-default-create): Use widget-image-insert; some rewriting.
14107 (widget-visibility-value-create)
14108 (widget-push-button-value-create, widget-toggle-value-create): Use
14109 widget-image-insert.
14110 (checkbox): Create on and off images dynamically.
14111 (documentation-link): Change :help-echo.
14112 (widget-documentation-link-echo-help): Remove.
14113
141142000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14115
14116 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14117
14118 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14119 (easy-mmode-define-toggle, define-minor-mode): Use it.
14120 (easy-mmode-define-keymap): Docstring fix.
14121 (define-derived-mode): Default PARENT to fundamental-mode.
14122 Add the derived-mode-parent symbol-property.
14123 (easy-mmode-derived-mode-p): New function.
14124
141252000-06-02 Dave Love <fx@gnu.org>
14126
14127 * files.el (convert-standard-filename): Doc fix.
14128 (normal-backup-enable-predicate): New function.
14129 (backup-enable-predicate): Use it to replace the lambda form.
14130
14131 * calendar/todo-mode.el: [This needs more work on the outline
14132 stuff.] Doc fixes.
14133 (todo) <defgroup>: Add :version.
14134 (todo-add-category): Don't use pushnew.
14135 (todo-cmd-raise): Fix typo.
14136 (todo-top-priorities): Change temp buffer name.
14137 (todo-category-alist): Avoid redundant lambda.
14138 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14139 Use outline-next-heading.
14140
14141 * autoarg.el: Rewritten to use define-minor-mode.
14142 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14143 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14144
141452000-06-02 Kenichi Handa <handa@etl.go.jp>
14146
14147 * isearch.el (isearch-other-meta-char): Fix previous change.
14148
141492000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14150
14151 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14152 (log-edit-done): Only add the comment to the ring if it's different
14153 from the last comment entered.
14154
14155 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14156
141572000-06-01 Dave Love <fx@gnu.org>
14158
14159 * hl-line.el: Rewritten using define-minor-mode.
14160
14161 * help.el (describe-function-1): Distinguish special form from
14162 builtin function. Sanity-check presence of arglist for builtins.
14163
141642000-06-01 Kenichi Handa <handa@etl.go.jp>
14165
14166 * international/characters.el: Fix syntax/category setting of
14167 Tibetan characters.
14168
14169 * language/tibet-util.el (tibetan-add-components): Fixes for new
14170 encoding of Tibetan characters.
14171 (tibetan-decompose-precomposition-alist): New variable.
14172 (tibetan-decompose-region): Convert precomposed characters to
14173 non-precomposed characters.
14174 (tibetan-decompose-string): Likewise.
14175 (tibetan-composition-function): Fix args to
14176 thibetan-compose-string.
14177
14178 * language/tibetan.el (tibetan-composable-pattern): More
14179 characters included.
14180 (tibetan-consonant-transcription-alist): Rule for "R" added.
14181 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14182 "+R" added.
14183 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14184
14185 * language/lao-util.el (lao-composition-function): Fix args to
14186 compose-string.
14187
14188 * language/thai-util.el (thai-composition-function): Fix args to
14189 compose-string.
14190
14191 * isearch.el (isearch-update): Set disable-point-adjustment to t
14192 to prevent the point moving to the end of a composition when a
14193 part of a composition is searched.
14194 (isearch-other-meta-char): If the key invoking this command can be
14195 mapped by function-key-map to a printing char, call
14196 isearch-process-search-char directly.
14197
141982000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14199
14200 * emacs-lisp/bytecomp.el:
14201 * frame.el:
14202 * international/mule-cmds.el:
14203 * international/mule-util.el:
14204 * international/mule.el:
14205 * mouse.el:
14206 * subr.el:
14207 * faces.el: Update calls to make-obsolete with a WHEN argument.
14208
14209 * byte-run.el (make-obsolete, make-obsolete-variable):
14210 Add an optional WHEN argument and change the format of the
14211 symbol-property information.
14212 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14213 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14214 new obsolete-symbol-property format and print WHEN if it is provided.
14215
142162000-05-31 Dave Love <fx@gnu.org>
14217
14218 * loadhist.el (loadhist-hook-functions): Remove
14219 before-change-function, after-change-function.
14220 (unload-feature): Deal with symbols which are both bound and
14221 fbound.
14222
14223 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14224 before-change-function, after-change-function.
14225
14226 * simple.el (newline): Don't bind before-change-function,
14227 after-change-function.
14228
142292000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14230
14231 * whitespace.el (whitespace-rescan-timer-time): Update interval
14232 set to 600 seconds (10 minutes) instead of 60 seconds since
14233 a large number of whitespace buffers causes emacs to `freeze'
14234 for a considerable amount of time.
14235
14236 * whitespace.el: Updated email address
14237
142382000-05-31 Dave Love <fx@gnu.org>
14239
14240 * add-log.el (change-log-font-lock-keywords) <function>: Add
14241 pattern for function of change.
14242 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14243 acknowledgements patterns.
14244
142452000-05-31 Kenichi Handa <handa@etl.go.jp>
14246
14247 * isearch.el (isearch-printing-char): If keyboard coding system is
14248 being used, call isearch-process-search-multibyte-characters.
14249
14250 * international/isearch-x.el: Mostly rewritten.
14251
14252 * international/quail.el (quail-start-conversion): Don't include
14253 unhandled events in the returned events, but set them in
14254 unread-command-events. Exit if all inputs are deleted.
14255
142562000-05-30 Jason Rumney <jasonr@gnu.org>
14257
14258 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14259
14260 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14261 Reenable code to create initial fontsets.
14262 Use set-fontset-font in place of put-charset-property.
14263
142642000-05-30 Gerd Moellmann <gerd@gnu.org>
14265
14266 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14267 label, ensure that the first colon isn't followed by another.
14268
14269 * paths.el (Info-default-directory-list): Doc fix.
14270
14271 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14272 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14273 send a query containing USER only, not USER@HOST.
14274
14275 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14276 and rmail-msgend to compute the restriction at the end, instead of
14277 computing it.
14278
142792000-05-29 Gerd Moellmann <gerd@gnu.org>
14280
14281 * dabbrev.el (dabbrev-expand): Don't display messages in the
14282 echo area if the minibuffer window is active.
14283
14284 * jit-lock.el (jit-lock-mode): Add after change function to
14285 local hook.
14286
142872000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14288
14289 * antlr-mode.el: New commands: hide/unhide actions,
14290 upcase/downcase literals.
14291 (antlr-tiny-action-length): New user option.
14292 (antlr-hide-actions): New command. Suggested by
14293 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14294 (antlr-mode-map): New binding [C-c C-v].
14295 (antlr-mode-menu): New entries.
14296 (antlr-downcase-literals): New command.
14297 (antlr-upcase-literals): Ditto.
14298
14299 * antlr-mode.el: Minor changes: indendation, mode-name.
14300 (antlr-indent-line): Indent cpp directive at column 0.
14301 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14302
14303 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14304 (antlr-font-lock-additional-keywords): Workaround for intentional
14305 bug in XEmacs version of font-lock.
14306 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14307 be used by a smarter version of `buffers-menu-grouping-function'.
14308
143092000-05-29 Gerd Moellmann <gerd@gnu.org>
14310
14311 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14312 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14313
143142000-05-29 Kenichi Handa <handa@etl.go.jp>
14315
14316 * international/encoded-kb.el
14317 (encoded-kbd-iso2022-designation-map): Pay attention to that
14318 charset-iso-final-char return -1 for eight-bit-control and
14319 eight-bit-graphic.
14320
143212000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14322
14323 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14324 (speedbar-easymenu-definition-base): Use display-graphic-p where
14325 available, instead of window-system.
14326
143272000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14328
14329 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14330 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14331 coding systems.
14332
143332000-05-26 Dave Love <fx@gnu.org>
14334
14335 * disp-table.el (standard-display-underline): Don't use
14336 internal-find-face.
14337
14338 * mail/reporter.el: Maintainer change. Doc fixes.
14339 (reporter-version): Deleted.
14340
14341 * emacs-lisp/elp.el: Maintainer change.
14342 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14343
143442000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14345
14346 * add-log.el (add-change-log-entry): Merge the current entry with the
14347 previous one if the previous one is empty.
14348
143492000-05-26 Dave Love <fx@gnu.org>
14350
14351 * loadhist.el (unload-feature): Fix interactive spec [from
14352 lijnzaad@ebi.ac.uk].
14353
14354 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14355 subr-arity to check primitives.
14356 (byte-compile-flush-pending, byte-compile-file-form-progn)
14357 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14358 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14359 mapcar.
14360
143612000-05-26 Kenichi Handa <handa@etl.go.jp>
14362
14363 * international/fontset.el: Set family names of non-latin charsets
14364 in default fontset to "*".
14365
14366 * international/mule-diag.el (print-fontset): Combine family part
14367 and registry part of the fontname by "-*-" instead of "-".
14368
14369 * international/mule-cmds.el (encode-coding-char): Make strings
14370 multibyte before calling encode-coding-string.
14371
143722000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14373
14374 * derived.el: Fix keywords.
14375 (define-derived-mode): Only define if needed.
14376
14377 * simple.el (fill-comment, comment-column, comment-start)
14378 (comment-start-skip, comment-end, comment-indent-function)
14379 (block-comment-start, block-comment-end, indent-for-comment)
14380 (set-comment-column, kill-comment, comment-padding, comment-region)
14381 (comment-multi-line, indent-new-comment-line): Remove.
14382
14383 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14384 function names for comment operations.
14385
14386 * newcomment.el: Add abundant autoload cookies.
14387 (comment-style): Don't depend on runtime data at compile-time.
14388 (comment-indent-hook): Remove.
14389 (comment-indent): Check if comment-indent-hook is bound.
14390 (comment-region): Docstring fix.
14391
143922000-05-25 Dave Love <fx@gnu.org>
14393
14394 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14395 byte-code-function-p.
14396
14397 * mail/rmailsum.el: Add provide.
14398
14399 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14400
14401 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14402 defcustom.
14403
144042000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14405
14406 * ediff-diff.el (ediff-exec-process): delete --binary option from
14407 non-buffer ediff jobs.
14408
144092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14410
14411 * hilit-chg.el (highlight-changes-mode): Ask about color or
14412 grayscale support, not about window-system.
14413
14414 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14415 window-system.
14416 (ffap-highlight): Always default to t.
14417
14418 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14419 display-popup-menus-p instead of looking at window-system.
14420
14421 * disp-table.el (standard-display-g1, standard-display-graphic):
14422 Only refuse to use string glyphs on X and MS-Windows.
14423
14424 * avoid.el: Remove window-system from commentary, suggest to use
14425 display-*-p instead.
14426
14427 * apropos.el (apropos-print): Use display-mouse-p instead of
14428 window-system.
14429
144302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14431
14432 * international/codepage.el (cp-decoding-vector-for-codepage):
14433 Fill up unsupported characters with their own codes. From Kenichi
14434 Handa.
14435
144362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14437
14438 * international/mule-diag.el (describe-char-after): Use
14439 display-graphic-p instead of window-system, so that this function
14440 works on MS-DOS.
14441
144422000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14443
14444 * international/codepage.el (cp-make-coding-systems-for-codepage):
14445 Remove the eight-bit-graphic and eight-bit-control charsets from
14446 the list of charsets which we convert into `?'.
14447
144482000-05-25 Kenichi Handa <handa@etl.go.jp>
14449
14450 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14451 private charsets.
14452 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14453 japanese-jisx0213-2): New charsets.
14454
14455 * international/fontset.el: Setup default fontset for new charsets.
14456
144572000-05-24 Dave Love <fx@gnu.org>
14458
14459 * info.el (Info-find-node-2): Restructure [following "Vadim
14460 S. Solomin" <sovs@uic.nnov.ru>].
14461
14462 * icomplete.el: Fix header for Finder.
14463
144642000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14465
14466 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14467 STAY.
14468
14469 * rmail.el (rmail-automatic-folder-directives): New user variable.
14470 (rmail-show-message): Add call to `rmail-auto-file' during
14471 display.
14472 (rmail-auto-file): New function.
14473
144742000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14475
14476 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14477 account.
14478 (ediff-test-utility,ediff-diff-mandatory-option)
14479 (ediff-reset-diff-options): Utilities for proper initialization of
14480 ediff-diff-options and ediff-diff3-options on Windows.
14481
14482 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14483 variable.
14484
14485 * ediff-mult.el (ediff-filegroup-action): Use
14486 ediff-merge-filename-prefix.
14487
144882000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14489
14490 * viper-ex.el (ex-write): Set selective display to nil.
14491
144922000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14493
14494 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14495 aliases for hebrew-iso-8bit.
14496
144972000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14498
14499 * woman.el: New version from Francis J. Wright
14500 <F.J.Wright@Maths.QMW.ac.uk>.
14501 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14502 names in environment variables regardless of the path separator.
14503 (woman-topic-all-completions-1): Don't call file-name-directory-p
14504 on all files, since woman-file-regexp already filters out any
14505 directories.
14506
145072000-05-24 Kenichi Handa <handa@etl.go.jp>
14508
14509 * international/quail.el (quail-start-translation): Don't change
14510 modified-p of the current buffer.
14511 (quail-start-conversion): Likewise.
14512
14513 * international/kkc.el (kkc-region): Don't change modified-p of
14514 the current buffer.
14515
14516 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14517 conform to RFC1468.
14518 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14519
145202000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14521
14522 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14523 (speedbar-insert-button): Invisible text property fix.
14524 (speedbar-directory-plus): Renamed from speedbar-directory-+
14525 (speedbar-directory-minus): Renamed from speedbar-directory--
14526 (speedbar-page-plus): Renamed from speedbar-file-+
14527 (speedbar-page-minus): Renamed from speedbar-file--
14528 (speedbar-page): Renamed from speedbar-file-
14529 (speedbar-tag): Renamed from speedbar-tag-
14530 (speedbar-tag-plus): Renamed from speedbar-tag-+
14531 (speedbar-tag-minus): Renamed from speedbar-tag--
14532 (speedbar-expand-image-button-alist): Use above renames.
14533
14534 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14535 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14536 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14537 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14538 * sb-pg.xpm: Renamed from sb-file.xpm
14539 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14540 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14541
145422000-05-24 Kenichi Handa <handa@etl.go.jp>
14543
14544 * international/quail.el (quail-show-guidance-buf): Set
14545 current-input-method of the guidance buffer to the name of the
14546 curren input method.
14547
145482000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14549
14550 * progmodes/compile.el (compile-internal): Style typo.
14551
14552 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14553 quote vars and functions in the docstring.
14554
14555 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14556
14557 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14558 Don't quote lambdas.
14559
14560 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14561
145622000-05-23 Gerd Moellmann <gerd@gnu.org>
14563
14564 * startup.el (command-line): Determine source file of compiled
14565 user init file differently. Warn if compiled user init file
14566 is older than its source file.
14567
14568 * ffap.el (ffap-url-regexp): Add `https'.
14569
145702000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14571
14572 * files.el (make-backup-file-name-1): Replace slashes with `!'
14573 rather than `|' (which is not allowed on Windows). Replace the
14574 drive letters with a string "drive_X".
14575
145762000-05-23 Gerd Moellmann <gerd@gnu.org>
14577
14578 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14579
14580 * files.el (interpreter-mode-alist): Add `bash2'.
14581
145822000-05-22 Dave Love <fx@gnu.org>
14583
14584 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14585 mapc.
14586 (feature-file): Avoid calling symbol-name. Doc fix.
14587 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14588 (loadhist-hook-functions): Add mouse-position-function.
14589 (unload-feature): Change uses of mapcar.
14590
14591 * files.el (parse-colon-path): Doc fix.
14592 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14593 (set-auto-mode): Use mapc.
14594
14595 * complete.el (PC-look-for-include-file): Use :alnum: character
14596 class.
14597 (partial-completion-mode): Add autoload cookie.
14598
145992000-05-22 Sam Steingold <sds@gnu.org>
14600
14601 * info.el (Info-fontify-node): Fixed the call to
14602 `add-text-properties' (bug introduced on 2000-05-18).
14603
146042000-05-22 Dave Love <fx@gnu.org>
14605
14606 * bindings.el: Remove debug-ignored-errors set in other files.
14607
14608 * progmodes/etags.el: Add to debug-ignored-errors.
14609 (visit-tags-table-buffer): Clear out buffers holding old tables
14610 when making a new list.
14611 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14612 mapc.
14613
14614 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14615 quote keywords.
14616 (cmpl-string-case-type): Use character classes.
14617
14618 * comint.el:
14619 * textmodes/ispell.el:
14620 * imenu.el:
14621 * mail/mh-e.el:
14622 * progmodes/compile.el: Add to debug-ignored-errors.
14623
14624 * dabbrev.el: Add to debug-ignored-errors.
14625 (dabbrev-completion): Use mapc.
14626
146272000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14628
14629 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14630 (woman-mapcan, woman-parse-man.conf)
14631 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14632 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14633 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14634 path syntax better.
14635 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14636 (woman-manpath): Call woman-parse-man.conf.
14637 (woman-emulation): New defcustom, defaults to nroff.
14638 (woman-font-support): New defconst.
14639 (woman-use-symbol-font): New defcustom.
14640 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14641 "Emulation".
14642 Many functions: Doc fix.
14643
146442000-05-22 Kenichi Handa <handa@etl.go.jp>
14645
14646 * international/quail.el (quail-simple-translation-keymap): Map
14647 128..255 to quail-self-insert-command.
14648 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14649
146502000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14651
14652 * help.el (help-manyarg-func-alist): Typo.
14653
14654 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14655 intervals which makes it heaps simpler.
14656
14657 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14658 the nested comment markers.
14659
14660 * subr.el (remove-hook): Don't turn the hook's value into a list.
14661
146622000-05-21 Dave Love <fx@gnu.org>
14663
14664 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14665 are invalid characters.
14666
14667 * international/mule-util.el (detect-coding-with-priority): Use
14668 mapc. Remove redundant lambda.
14669
14670 * international/mule-diag.el (list-non-iso-charset-chars)
14671 (describe-fontset): Remove redundant lambda.
14672
14673 * emulation/crisp.el (brief-mode): New alias.
14674
14675 * emacs-lisp/ring.el (ring-elements): New function.
14676
14677 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14678 (easy-menu-do-add-item): Use keywordp.
14679
14680 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14681
14682 * replace.el: Doc and error message fixes.
14683 (replace-highlight): Use facep, not internal-find-face.
14684
146852000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14686
14687 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14688
14689 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14690 (log-edit-insert-changelog): Drop `:' as well.
14691
14692 * log-view.el: Fix file description.
14693 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14694 available.
14695 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14696 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14697
14698 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14699 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14700 Print a status message if the toggle is called interactively.
14701 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14702 for global minor modes and use `defcustom' for them.
14703 Use add-minor-mode.
14704 (easy-mmode-define-derived-mode): Remove.
14705 (define-derived-mode): Fancier default docstring.
14706 (easy-mmode-define-navigation): Signal an error rather than (ding).
14707
14708 * newcomment.el (comment-styles): New `box-multi'.
14709 (comment-normalize-vars): Better default for comment-continue to
14710 avoid whitespace-only continuations.
14711 (comment-search-forward): Always move even in the no-syntax case.
14712 (comment-padright): Only obey N if it's only obeyed for padleft.
14713 (comment-make-extra-lines): Better handling of empty continuations.
14714 Use `=' for the filler if comment-start has only one character.
14715 (uncomment-region): Try handling the special `=' filler.
14716 (comment-region): Allow LINES even if MULTI is nil.
14717 (comment-box): Choose box style based on comment-style.
14718
147192000-05-20 Kenichi Handa <handa@etl.go.jp>
14720
14721 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14722 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14723
147242000-05-20 Kenichi HANDA <handa@etl.go.jp>
14725
14726 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14727 and insert, not subst-char-in-region.
14728
14729 * international/mule-diag.el (list-character-sets-1): Handle
14730 charsets eight-bit-control and eight-bit-graphic.
14731 (list-iso-charset-chars): Likewise.
14732 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14733 charactes as is. Use indent-to to align characters.
14734
14735 * international/mule-cmds.el (find-multibyte-characters): Never
14736 exclude charsets eight-bit-control and eight-bit-graphic.
14737
147382000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14739
14740 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14741 Don't quote lambdas.
14742
14743 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14744
147452000-05-19 Gerd Moellmann <gerd@gnu.org>
14746
14747 * gud.el (gud-jdb-directories): Doc fix.
14748
147492000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14750
14751 * newcomment.el: New file.
14752
147532000-05-19 Gerd Moellmann <gerd@gnu.org>
14754
14755 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14756
147572000-05-18 Andreas Schwab <schwab@suse.de>
14758
14759 * dired.el (dired-between-files): Also skip lines beginning with
14760 `used'.
14761
147622000-05-18 Gerd Moellmann <gerd@gnu.org>
14763
14764 * msb.el (msb-menu-cond): Add choice `user'.
14765
147662000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14767
14768 * ps-print.el: Compatibility, customization and doc fix.
14769 (ps-printer-name-option): Replace defconst by defvar.
14770 (ps-postscript-code-directory): XEmacs compatibility.
14771 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14772 fix.
14773 (ps-user-defined-prologue, ps-print-prologue-header)
14774 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14775 compatibility and code fix.
14776 (ps-print-background-image, ps-print-background-text):
14777 Customization fix.
14778 (ps-line-number-start, ps-n-up-on): New vars.
14779
147802000-05-18 Espen Skoglund <esk@ira.uka.de>
14781
14782 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14783 the indent-comment function to just return the appropriate indent.
14784
147852000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14786
14787 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14788 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14789 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14790
147912000-05-18 Dave Love <fx@gnu.org>
14792
14793 * info.el (Info-fontify-node): Add intangible property as well as
14794 invisible.
14795
14796 * calendar/appt.el (appt-make-list): Match all lines of entry.
14797 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14798
147992000-05-18 Kenichi Handa <handa@etl.go.jp>
14800
14801 * international/mule-diag.el (describe-char-after): Call
14802 internal-char-font, not char-font. If internal-char-font returns
14803 nil, display "-- none --".
14804
148052000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14806
14807 * image.el (image-type-available-p): Don't reference image-types
14808 if it isn't bound.
14809
148102000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14811
14812 * autoarg.el (autoarg-mode): Typo in the :set argument.
14813
148142000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14815
14816 * startup.el (command-line-1): Don't signal an error if the
14817 directory for auto-save-list files does not yet exist.
14818
148192000-05-17 Kenichi Handa <handa@etl.go.jp>
14820
14821 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14822
148232000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14824
14825 * subr.el (remove-hook): `setq' hook-value, not `set'.
14826
148272000-05-16 Sam Steingold <sds@gnu.org>
14828
14829 * info.el (debug-ignored-errors): More errors to ignore.
14830
148312000-05-16 Dave Love <fx@gnu.org>
14832
14833 * cus-edit.el: Don't require cl or easymenu.
14834 (custom-variable-prompt): Test standard-value property, not
14835 user-variable-p.
14836
148372000-05-16 Sam Steingold <sds@gnu.org>
14838
14839 * subr.el (add-hook): `setq' hook-value, not `set'.
14840
148412000-05-16 Gerd Moellmann <gerd@gnu.org>
14842
14843 * startup.el (command-line-1): Mention the FAQ in the startup
14844 message.
14845
14846 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14847
14848 * progmodes/compile.el (compilation-parse-errors): Collect
14849 `nomessage' regexps last.
14850
14851 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14852
14853 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14854 to the function name.
14855
148562000-05-15 Dave Love <fx@gnu.org>
14857
14858 * speedbar.el (speedbar-recenter): Typo.
14859 (speedbar-expand-line): Make arg optional.
14860 (speedbar-mode): Avoid a compiler warning.
14861
148622000-05-15 Gerd Moellmann <gerd@gnu.org>
14863
14864 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14865 user-specified option string is empty.
14866
14867 * mouse.el (mouse-yank-at-click): Doc fix.
14868
148692000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14870
14871 * term/internal.el (IT-character-translations): More updates of
14872 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14873 documents.
14874
148752000-05-15 Gerd Moellmann <gerd@gnu.org>
14876
14877 * env.el (getenv): New function, interactively callable.
14878 (setenv, getenv): Remove autoload cookies.
14879
14880 * loadup.el: Load `env'.
14881
14882 * progmodes/f90.el: Change author's mail address.
14883
148842000-05-14 Dave Love <fx@gnu.org>
14885
14886 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14887 goto-addr as an option.
14888
14889 * help.el (help-xref-stack): Doc fix.
14890 (help-xref-following): New variable.
14891 (help-make-xrefs): Use it.
14892 (help-xref-go-back): Use position information from stack element.
14893 (help-follow): Make position in stack element a pair. Use
14894 help-xref-following.
14895
14896 * autoarg.el: New file.
14897
14898 * faces.el: Declare more functions obsolete.
14899
14900 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14901 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14902 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14903 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14904 Remove all the setup-...-environment functions.
14905
149062000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14907
14908 * speedbar.el: Updated the commentary section. xemacs20p now uses
14909 >= when detecting. Require `defimage' safely.
14910 (speedbar-easymenu-definition-base): Add toggle for images.
14911 (speedbar-easymenu-definition-special): Add flush cache & expand.
14912 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14913 (speedbar-reconfigure-keymaps-hook): New variable.
14914 (speedbar-frame-parameters): Updated documentation.
14915 (speedbar-use-imenu-flag): Updated custom tag
14916 (speedbar-dynamic-tags-function-list): New variable.
14917 (speedbar-tag-hierarchy-method): Updated doc & custom.
14918 (speedbar-indentation-width, speedbar-indentation-width) New
14919 variables.
14920 (speedbar-hide-button-brackets-flag): Customizable.
14921 (speedbar-vc-indicator): Doc update.
14922 (speedbar-ignored-path-expressions): Updated default value.
14923 (speedbar-supported-extension-expressions): Updated default value.
14924 (speedbar-syntax-table): Remove {} paren status.
14925 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14926 as "+". Added overlay aliases.
14927 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14928 `force-mode-line-update'.
14929 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14930 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14931 `mouse-set-point'
14932 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14933 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14934 of arbitrary text, and new helper functions.
14935 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14936 filename finder.
14937 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14938 (speedbar-directory-buttons): Update path search/expansion.
14939 (speedbar-make-tag-line): Pay attention to
14940 `speedbar-indentation-width'. Use more care w/ invisible
14941 properties.
14942 (speedbar-change-expand-button-char): Call
14943 `speedbar-insert-image-button-maybe'.
14944 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14945 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14946 (speedbar-trim-words-tag-hierarchy)
14947 (speedbar-simple-group-tag-hierarchy): New functions
14948 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14949 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14950 functions.
14951 (speedbar-mouse-set-point): New function
14952 (speedbar-power-click): Updated documentation.
14953 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14954 of tag prefix text.
14955 (speedbar-expand-line, speedbar-contract-line): Make more robust
14956 to strange text.
14957 (speedbar-expand-line): Takes universal argument to flush the
14958 cache.
14959 (speedbar-flush-expand-line): New function.
14960 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14961 Use new generator insertion method.
14962 (speedbar-fetch-dynamic-tags): New function.
14963 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14964 `speedbar-fetch-dynamic-imenu'.
14965 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14966 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14967 "Revert Buffer" menu items.
14968 (speedbar-buffer-buttons-engine): Be smarter when creating a
14969 filename tag (for expansion purposes.).
14970 (speedbar-highlight-one-tag-line,
14971 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14972 (speedbar-recenter): New functions.
14973 (defimage-speedbar): Image loading abstraction.
14974 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14975 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14976 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14977 (speedbar-tag-type, speedbar-tag-mail): New images.
14978 (speedbar-expand-image-button-alist): New variable.
14979 (speedbar-insert-image-button-maybe): Insert an image over some
14980 buttons.
14981
149822000-05-13 Kenichi Handa <handa@etl.go.jp>
14983
14984 * international/mule-cmds.el (encode-coding-char): An ASCII
14985 character is always encodable.
14986
14987 * international/mule-conf.el: Add more information in descriptions
14988 of character sets.
14989
14990 * international/mule-diag.el (describe-char-after): New function.
14991 (describe-font-internal): Adjusted for the change of font-info.
14992 (describe-font): Likewise.
14993 (print-fontset): Rewritten for the new fontset implementation.
14994 (describe-fontset): Include fontset alias names in completion.
14995 (list-fontsets): Adjusted for the change of print-fontset.
14996
14997 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14998 describe-char-after instead of displaying the detail in the echo
14999 area.
15000 (syntax-code-table): Format changed.
15001 (string-to-syntax): Adjusted for the above change.
15002
150032000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15004
15005 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15006
150072000-05-12 Dave Love <fx@gnu.org>
15008
15009 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15010 dependence. Use line-{beginning,end}-position, not
15011 point-at{b,e}ol. Some doc fixes.
15012 (todo-position): New function. Fix callers of position to use it.
15013 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15014
150152000-05-12 Gerd Moellmann <gerd@gnu.org>
15016
15017 * time.el (display-time-mail-icon): Use `:ascent center'.
15018
15019 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15020 handling FTP security extensions.
15021
150222000-05-11 Dave Love <fx@gnu.org>
15023
15024 * calendar/todo-mode.el: New file.
15025
150262000-05-11 Gerd Moellmann <gerd@gnu.org>
15027
15028 * comint.el (comint-read-input-ring): Move reference to
15029 comint-input-ring-size outside of the save-excursion. It was
15030 causing the default value to be the only one ever seen.
15031
15032 * font-lock.el: Update copyright. Remove Simon Marshall's email
15033 address on request from him.
15034
15035 * subr.el (substitute-key-definition): Add comment describing
15036 the meaning of PREFIX.
15037
150382000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15039
15040 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15041
15042 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15043 (add-minor-mode): Don't make the variable buffer-local and add a
15044 reference to define-minor-mode in the docstring.
15045
15046 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15047 HEADER/FOOTER and fix bug with trailing empty directory.
15048 (cvs-append-to-ignore): Use vc-editable-p if available.
15049 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15050 (vc-do-command): Tweak advice to handle the new VC.
15051
15052 * log-view.el (log-view-goto-rev): New function for the new VC.
15053 (log-view-minor-wrap): Use mark-active.
15054
15055 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15056 (log-edit-changelog-full-paragraphs): New var.
15057 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15058 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15059 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15060 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15061 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15062 Replace the `cvs' prefix with `log-edit'.
15063
15064 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15065
15066 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15067 (diff-font-lock-defaults): Explicitly turn off multiline.
15068 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15069 (diff-ediff-patch): Fix call to ediff-patch-file.
15070 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15071 Handle comments.
15072
15073 * frame.el (automatic-hscrolling): Typo.
15074
15075 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15076
150772000-05-09 Sam Steingold <sds@goems.com>
15078
15079 * apropos.el (apropos-print): use `describe-face' instead of
15080 `customize-face-other-window'.
15081
150822000-05-09 Dave Love <fx@gnu.org>
15083
15084 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15085
15086 * help.el (describe-variable): Have customize button pop the
15087 help-xref stack when invoked.
15088 (help-xref-symbol-regexp): Add `face'.
15089 (help-make-xrefs): Check for quoted face names and adapt regexp
15090 submatch numbers to cope.
15091 (help-xref-interned): Maybe insert face doc too. Separate
15092 sections with a line of hyphens.
15093
15094 * faces.el: Some doc fixes. Declare some functions obsolete.
15095 (describe-face): Add customize button. Return the help
15096 text. Fix prompt.
15097
150982000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15099
15100 * term/internal.el (IT-character-translations): Fix last change.
15101
151022000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15103
15104 * woman.el: New file
15105 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15106
151072000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15108
15109 * term/internal.el (IT-character-translations): Update ASCII
15110 simulations for greek-iso8859-7, add latin-iso8859-14 and
15111 latin-iso8859-15.
15112
15113 * international/mule-cmds.el (set-language-info-alist): Call
15114 define-prefix-command with 3 arguments, to make the map suitable
15115 for a menu.
15116
151172000-05-07 Dave Love <fx@gnu.org>
15118
15119 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15120
151212000-05-05 Dave Love <fx@gnu.org>
15122
15123 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15124 list in doc string. Don't quote keyword symbols.
15125 * emacs-lisp/cl.el: Likewise
15126 * emacs-lisp/cl-seq.el: Likewise
15127
151282000-05-05 Gerd Moellmann <gerd@gnu.org>
15129
15130 * abbrev.el (abbrev-mode): Make ARG optional.
15131
151322000-05-04 Gerd Moellmann <gerd@gnu.org>
15133
15134 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15135
15136 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15137
15138 * subr.el (substitute-key-definition): Clarify documentation.
15139
151402000-05-04 Milan Zamazal <pdm@freesoft.cz>
15141
15142 * glasses.el (glasses-convert-to-unreadable): Use
15143 `glasses-separator' instead of the hard-wired "_".
15144 (glasses-mode): Call `glasses-make-unreadable' only in a single
15145 place.
15146
151472000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15148
15149 * term/internal.el (cjk-codepages-alist): Add associations for
15150 Chinese and Korean codepages. Remove FIXME comment.
15151
151522000-05-03 Dave Love <fx@gnu.org>
15153
15154 * time.el (display-time-mail-face, display-time-use-mail-icon):
15155 New option.
15156 (display-time-mail-icon): New variable.
15157 (display-time-string-forms): Use the above. Fix the local-map.
15158
151592000-05-03 Gerd Moellmann <gerd@gnu.org>
15160
15161 * replace.el (query-replace-map): Add binding for `E'.
15162 (query-replace-help): Extend help text.
15163 (perform-replace): Allow editing the replacement string.
15164
15165 * make-mode.el (makefile-mode-abbrev-table): New variable.
15166 (makefile-mode): Set local abbrev table to
15167 makefile-mode-abbrev-table.
15168 (makefile-font-lock-keywords): Fontify includes and conditionals.
15169
15170 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15171 set TOGGLE's value.
15172
15173 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15174 mail-interactive-insert-alias.
15175 (mail-abbrev-complete-alias): New command.
15176 (mail-mode-map): Bind it to `M-TAB'.
15177
151782000-05-03 Kenichi Handa <handa@etl.go.jp>
15179
15180 * language/lao-util.el (lao-compose-region): New function.
15181
151822000-05-02 Gerd Moellmann <gerd@gnu.org>
15183
15184 * files.el (recover-session): Make directories as necessary
15185 if they don't exist yet.
15186
15187 * calendar/cal-french.el
15188 (french-calendar-multibyte-special-days-array)
15189 (french-calendar-special-days-array): Change French text.
15190 (calendar-french-date-string): Change output.
15191 (calendar-goto-french-date): Likewise.
15192
151932000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15194
15195 * wid-edit.el (widget-default-active): Obey `:always-active'.
15196 (widget-documentation-string-value-create): Set `:always-active'.
15197
151982000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15199
15200 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15201 default prefix to `~/_emacs.d/auto-save.list/_s'.
15202 (normal-top-level): Create the directory for auto-save files, if
15203 it doesn't already exist (in the ms-dos case only).
15204
152052000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15206
15207 * international/mule-cmds.el (set-language-environment): Don't
15208 concat an integer (dos-codepage), use format instead.
15209
152102000-05-02 Dave Love <fx@gnu.org>
15211
15212 * help.el (help-xref-on-pp): Check for constant symbols.
15213
152142000-04-29 Gerd Moellmann <gerd@gnu.org>
15215
15216 * startup.el (normal-top-level): Put a condition-case around
15217 the code loading subdirs.el.
15218
152192000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15220
15221 * ps-print.el: Upside-down and face background color printing,
15222 line number step, doc fix.
15223 (ps-print-version): New version number (5.2).
15224 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15225 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15226 (ps-spool-config): Var fix.
15227 (ps-printer-name-option): Const fix.
15228 (ps-print-upside-down, ps-use-face-background)
15229 (ps-line-number-step): New vars.
15230 (ps-window-system, ps-lp-system): New consts.
15231 (ps-face-background): New fun.
15232
152332000-04-28 Richard Stallman <rms@gnu.org>
15234
15235 * files.el (make-auto-save-file-name):
15236 Apply auto-save-file-name-transforms to visited file name
15237 before generating auto save file name.
15238 (auto-save-file-name-transforms): New variable.
15239
15240 * files.el (backup-enable-predicate):
15241 Correctly test for a file under a temporary directory.
15242
152432000-04-28 Gerd Moellmann <gerd@gnu.org>
15244
15245 * subr.el (add-minor-mode): Rewritten.
15246
152472000-04-28 Kenichi Handa <handa@etl.go.jp>
15248
15249 * mail/sendmail.el (sendmail-send-it): Set
15250 buffer-file-coding-system to the selected coding system for MIME
15251 header.
15252
152532000-04-27 Gerd Moellmann <gerd@gnu.org>
15254
15255 * dired.el (dired-move-to-filename-regexp): Allow format where
15256 YYYY is followed by two spaces.
15257
15258 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15259 in the second character class of the regexp.
15260
15261 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15262 mh-etc, too.
15263
15264 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15265 nil.
15266
15267 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15268
15269 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15270 argument.
15271
152722000-04-27 Sen Nagata <sen@eccosys.com>
15273
15274 * emacs-lisp/crm.el (crm-completion-table): New variable.
15275 (crm-collection-fn, crm-test-completion)
15276 (completing-read-multiple): Use it.
15277
152782000-04-27 Dave Love <fx@gnu.org>
15279
15280 * help.el (locate-library): Use mapc.
15281 (help-manyarg-func-alist): Add call-process-region.
15282
152832000-04-26 Gerd Moellmann <gerd@gnu.org>
15284
15285 * subr.el (add-minor-mode): Make argument MAP optional.
15286
15287 * desktop.el (desktop-save): Save list of minor modes.
15288 (desktop-create-buffer): Restore minor modes.
15289 (desktop-minor-mode-table): New user-option.
15290
15291 * subr.el (add-minor-mode): New function.
15292
15293 * image.el (find-image): New function.
15294 (defimage): Rewritten to find image at load time.
15295
15296 * startup.el (normal-top-level-add-to-load-path): Handle
15297 case that the default directory is not in load-path.
15298
15299 * help.el: Old patch from Stefan Monnier.
15300 (help-xref-on-pp): New function.
15301 (describe-variable): Use it to display xrefs in a symbol's value.
15302
153032000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15304
15305 * cus-edit.el (custom-face): Fix parenthesis.
15306
153072000-04-26 Kenichi Handa <handa@etl.go.jp>
15308
15309 * mail/rmail.el (rmail-expunge): When there are no deleted
15310 messages, do nothing.
15311
153122000-04-26 Dave Love <fx@gnu.org>
15313
15314 * international/mule-cmds.el (locale-translation-file-name):
15315 Defvar to nil.
15316 (set-locale-environment): Set it here (at runtime).
15317
153182000-04-25 Gerd Moellmann <gerd@gnu.org>
15319
15320 * replace.el (perform-replace): Add parameters START and END. Use
15321 them instead of the check for a region in Transient Mark mode.
15322 (query-replace-read-args): Return two more list elements for the
15323 start and end of the region in Transient Mark mode.
15324 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15325 (map-query-replace-regexp, replace-string, replace-regexp): Add
15326 optional last arguments START and END and pass them to
15327 perform-replace.
15328
15329 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15330 form with additional arguments for perform-replace.
15331
15332 * progmodes/etags.el (tags-query-replace): Add parameters START
15333 and END. Construct a form with additional arguments for
15334 perform-replace.
15335
15336 * simple.el (shell-command): Set default directory for "*Shell
15337 Command Output" buffer.
15338
15339 * language/european.el (iso-latin-4): Fix typo.
15340
15341 * emacs-lisp/crm.el: New file.
15342
153432000-04-24 Dave Love <fx@gnu.org>
15344
15345 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15346 (Custom-reset-saved, Custom-reset-standard)
15347 (custom-group-value-create, custom-group-set, custom-group-save)
15348 (custom-group-reset-current, custom-group-reset-saved)
15349 (custom-group-reset-standard): Use mapc.
15350 (custom-buffer-create-internal): Disable undo when creating items.
15351 Use mapc.
15352 (custom-face): Avoid redundant lambda.
15353
153542000-04-24 Gerd Moellmann <gerd@gnu.org>
15355
15356 * startup.el (auto-save-list-file-prefix): Set default to
15357 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15358
153592000-04-24 Sam Steingold <sds@gnu.org>
15360
15361 * time-stamp.el (time-stamp-string-preprocess): Always convert
15362 `field-result' to a string.
15363
153642000-04-24 Gerd Moellmann <gerd@gnu.org>
15365
15366 * frame.el (scrolling): New group.
15367 (automatic-hscrolling): New user-option.
15368
15369 * startup.el (command-line-x-option-alist): Add `-lsp' and
15370 `--line-spacing'.
15371
153722000-04-19 Dave Love <fx@gnu.org>
15373
15374 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15375 (cl-mapc): Rename from mapc. Fix the funcall.
15376
153772000-04-19 Gerd Moellmann <gerd@gnu.org>
15378
15379 * simple.el (clone-indirect-buffer-other-window): New command.
15380 (clone-indirect-buffer): Add optional arg NORECROD.
15381 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15382
15383 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15384
15385 * window.el (count-screen-lines): New function.
15386 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15387 instead of window-buffer-height.
15388
15389 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15390 non-existing variable comint-input-sentinel.
15391 (inferior-lisp-args-to-list): Removed.
15392 (inferior-lisp): Use split-string instead of
15393 inferior-lisp-args-to-list.
15394
15395 * hexl.el (hexl-insert-hex-string): New command.
15396
15397 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15398 instead of concat.
15399
154002000-04-18 Gerd Moellmann <gerd@gnu.org>
15401
15402 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15403 at the start of an existing but empty folder.
15404
154052000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15406
15407 * ps-mule.el: Customization fix, doc fix.
15408 (ps-multibyte-buffer): Customization fix.
15409
154102000-04-17 Richard M. Stallman <rms@gnu.org>
15411
15412 * subr.el (read-passwd): Use read-char-exclusive.
15413
154142000-04-17 Gerd Moellmann <gerd@gnu.org>
15415
15416 * textmodes/texinfo.el (texinfo-insert-@email)
15417 (texinfo-insert-@emph, texinfo-insert-@quotation)
15418 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15419 (texinfo-mode-map): Add key bindings for them.
15420
15421 * files.el (basic-save-buffer-2): Use a template with `$'
15422 instead of `#' for VMS.
15423
15424 * simple.el (clone-indirect-buffer): New function.
15425
154262000-04-16 Stephen Eglen <stephen@gnu.org>
15427
15428 * iswitchb.el (iswitchb-case): New function. If the user input
15429 contains any upper-case characters, the search is made
15430 case-sensitive.
15431
154322000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15433
15434 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15435 comment-end.
15436 (texinfo-font-lock-syntactic-keywords): New var.
15437 (texinfo-font-lock-keywords): Remove comment regexp.
15438 (texinfo-insert-block): New function.
15439 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15440 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15441 and font-lock-defaults. Use regexp-opt for outline-regexp.
15442 (texinfo-environments): New var.
15443 (texinfo-environment-regexp): Use regexp-opt and
15444 texinfo-environments.
15445
15446 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15447 ispell-process is bound since this might be eval'd before ispell
15448 is loaded.
15449 (ispell-message): Use a tiny bit less magic and a bit more hard
15450 data to figure out what kind of sc-cite-regexp to use.
15451
15452 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15453
15454 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15455 (insert-cyclic-diary-entry): Unquote the lambda.
15456
15457 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15458
15459 * files.el (backup-enable-predicate): Unquote the lambda.
15460
15461 * cus-edit.el (custom-face, face): Unquote the lambda.
15462
154632000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15464
15465 * ps-print.el: Check for line-beginning-position definition.
15466
15467 * ps-print.el: Fix counting lines in a region.
15468 (ps-print-version): New version number (5.1.5).
15469 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15470 (ps-printing-region): Fun code fix.
15471
154722000-04-15 Gerd Moellmann <gerd@gnu.org>
15473
15474 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15475 to file-directory-p.
15476
154772000-04-14 Gerd Moellmann <gerd@gnu.org>
15478
15479 * gud.el (gud-jdb-build-source-files-list): Check that directory
15480 exists before calling directory-files.
15481
154822000-04-13 Dave Love <fx@gnu.org>
15483
15484 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15485 syntax.
15486
15487 * emacs-lisp/cl-specs.el: Remove when, unless.
15488
15489 * emacs-lisp/cl-extra.el: Don't quote keywords.
15490 (cl-old-mapc): New variable.
15491 (mapc): Use it.
15492 (cl-map-intervals): Use with-current-buffer. Don't check for
15493 next-property-change.
15494 (cl-map-overlays): Use with-current-buffer.
15495 (cl-expt): Remove.
15496 (copy-tree, remprop): Define unconditionally.
15497
15498 * emacs-lisp/cl-compat.el (keywordp): Remove.
15499
15500 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15501 to use keywordp.
15502 (edebug-spec): Enable keywordp.
15503
15504 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15505 string-lessp.
15506
15507 * cus-start.el: Use keywordp.
15508
155092000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15510
15511 * diary-lib.el (include-other-diary-files): Fix the fix of
15512 2000-02-18 by doing a save-excursion.
15513
155142000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15515
15516 * ps-print.el: Customization fix, doc fix.
15517 (ps-print-version): New version number (5.1.4).
15518 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15519 (ps-print-preprint): Adjust code.
15520 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15521 (ps-print-prologue-header, ps-print-control-characters)
15522 (ps-spool-config): Customization fix.
15523
155242000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15525
15526 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15527 converted to the new menu-item format, names silightly changed,
15528 help strings added.
15529
15530 Support for spelling without async subprocesses:
15531
15532 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15533 (ispell-session-buffer): New variables.
15534 (ispell-start-process, ispell-process-status,
15535 ispell-accept-output, ispell-send-string): New functions, for
15536 Ispell invocation when async subprocesses aren't supported.
15537 (ispell-word, ispell-pdict-save, ispell-command-loop,
15538 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15539 to process-send-string with calls to ispell-send-string, and
15540 accept-process-output with ispell-accept-output.
15541 (ispell-init-process): Call ispell-process-status instead of
15542 process-status with.
15543 (ispell-init-process): Call ispell-start-process. Call
15544 ispell-accept-output and ispell-send-string. Don't call
15545 process-kill-without-query and kill-process if they are unbound.
15546 (ispell-async-processp): New function.
15547
155482000-04-12 Dave Love <fx@gnu.org>
15549
15550 * info.el: Add debug-ignored-errors.
15551 (Info-mode-menu): Add some items.
15552 (Info-directory): Add autoload cookie.
15553
15554 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15555 Modify `truncate-lines'. Make `describe-language-environment'
15556 always visible and add help. Modify `describe-key' help. Invoke
15557 Info-directory from `info'. New entry `emacs-manual'.
15558
155592000-04-10 Gerd Moellmann <gerd@gnu.org>
15560
b291c86c
SM
15561 * progmodes/ebrowse.el (ebrowse-tree-mode):
15562 Use propertized-buffer-identification.
a30eb617
DL
15563 (ebrowse-update-member-buffer-mode-line): Likewise.
15564 (ebrowse--mode-strings): Removed.
15565 (ebrowse--mode-line-props): Removed.
15566
15567 * files.el (auto-mode-alist): Add `EBROWSE'.
15568
15569 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15570 space before testing for end of buffer.
15571 (ebrowse-load): Removed.
15572 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15573 (ebrowse-create-tree-buffer): Rewritten.
15574 (ebrowse-tree-mode): Read tree from buffer.
15575
15576 * progmodes/ebrowse-ffh.el: Removed.
15577
155782000-04-10 Kenichi Handa <handa@etl.go.jp>
15579
15580 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15581
155822000-04-10 Gerd Moellmann <gerd@gnu.org>
15583
15584 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15585 at the wrong place.
15586
155872000-04-09 Dave Love <fx@gnu.org>
15588
b291c86c
SM
15589 * files.el (backup-enable-predicate):
15590 Use temporary-file-directory, small-temporary-file-directory.
15591 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15592 (make-backup-file-name-1): New function.
15593 (make-backup-file-name): Use it.
b291c86c 15594 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15595 (file-newest-backup): Use make-backup-file-name.
15596
155972000-04-09 Gerd Moellmann <gerd@gnu.org>
15598
15599 * progmodes/ebrowse-ffh.el: New file.
15600
86f6474c
SM
15601 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15602 Moved to ebrowse-ffh.el.
a30eb617
DL
15603 (ebrowse-load): Add autoload.
15604
15605 * finder.el (finder-commentary): Add autoload cookie.
15606
15607 * mail/rfc2368.el: Correct author's email address.
15608
15609 * progmodes/ebrowse.el: New file.
15610
15611 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15612 item help string.
15613 (easy-menu-do-add-item): Ditto.
15614 (easy-menu-define): Extend doc string.
15615
86f6474c 15616 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15617 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15618 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15619 with-buffer-unmodified.
15620
156212000-04-08 Dave Love <fx@gnu.org>
15622
15623 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15624 unless, when.
15625
156262000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15627
15628 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15629 (viper-flash-search-pattern): No operation when using Emacs
15630 doesn't support face.
15631 Use `viper-put-on-search-overlay'.
15632
156332000-04-04 Gerd Moellmann <gerd@gnu.org>
15634
15635 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15636 like C-r.
15637
15638 * progmodes/make-mode.el: Some doc fixes.
15639 (makefile-mode-abbrev-table): New variable.
15640 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15641 (makefile-font-lock-keywords): Fontify includes and conditionals.
15642 (toplevel): Require `dabbrev' and `add-log' when compiling.
15643
15644 * replace.el (perform-replace): Don't move forward one char
15645 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15646 to do that because it leaves point 1 position after the last
15647 replacement, after everything has been replaced.
15648
15649 * jit-lock.el (with-buffer-unmodified): New macro.
15650 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15651 modified state.
15652 (jit-lock-function-1): Extracted from jit-lock-function; not
15653 preserving buffer's modified state.
86f6474c
SM
15654 (jit-lock-function, jit-lock-stealth-fontify):
15655 Call jit-lock-function-1.
a30eb617
DL
15656
15657 * mail/rfc2368.el: Remove supernumerary copyright line.
15658
156592000-04-04 Milan Zamazal <pdm@freesoft.cz>
15660
15661 * glasses.el: Provide facilities for inserting space before left
15662 parentheses and uncapitalization of identifiers.
15663 (glasses-mode): Try to remove old overlays in all cases.
15664
156652000-04-03 Gerd Moellmann <gerd@gnu.org>
15666
15667 * progmodes/compile.el (compile-internal): Display the compilation
15668 buffer in a different frame, if it's already displayed there.
15669
15670 * mail/rfc2368.el: New file.
15671
15672 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15673 header and insert its value as mail body.
15674
15675 * subr.el (member-ignore-case): New function.
15676
15677 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15678 (dabbrev--find-expansion): Ignore buffers matching a regexp
15679 from dabbrev-ignored-regexps.
15680
15681 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15682 to extensions handled by gzip.
15683
156842000-04-03 Richard M. Stallman <rms@gnu.org>
15685
15686 * files.el (insert-directory): List the total free space
15687 along with the used space.
15688
15689 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15690 line is followed by one that matches CITATION-REGEXP, end the
15691 paragraph.
15692
156932000-04-03 Markus Rost <rost@delysid.gnu.org>
15694
15695 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15696 (rmail-make-basic-summary-line): Use that option.
15697
156982000-04-03 Kenichi Handa <handa@etl.go.jp>
15699
15700 * international/mule-cmds.el (encoded-string-description):
15701 Rewritten. Try pretty description for ISO 2022 escape sequences
15702 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15703 for hexadecimal format.
15704
157052000-04-01 Dave Love <fx@gnu.org>
15706
15707 * cpp.el: Change customization group to `c' from `C'.
15708
15709 * vcursor.el (vcursor-move): Use display-color-p.
15710
15711 * international/mule-util.el: Provide mule-utils.
15712 (string-to-sequence): Simplify and speed up.
15713
15714 * international/mule.el (make-coding-system): Purecopy doc-string.
15715
15716 * international/mule-cmds.el: Various menu changes.
15717 (describe-specified-language-support): Handle `Default'.
15718 (set-language-info): Purecopy `info'.
15719
157202000-03-31 Andrew Innes <andrewi@gnu.org>
15721
15722 * vc.el (vc-backend-diff): Return the correct status if we had to
15723 retry the rcsdiff command without the --brief option.
15724
157252000-03-31 Dave Love <fx@gnu.org>
15726
15727 * help.el (help-manyarg-func-alist): Correct several omissions.
15728
15729 * add-log.el: Don't require cl, fortran.
15730 (add-log-current-defun-function): Doc fix.
86f6474c 15731 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15732 (change-log-version-rcs): Function deleted.
86f6474c
SM
15733 (change-log-version-number-search): Doc fix.
15734 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15735 (add-change-log-entry): Just call add-log-current-defun to get
15736 defun. Simplify somewhat.
15737 (change-log-get-method-definition-1): Likewise.
15738 (add-log-current-defun): Return nil if calling
15739 add-log-current-defun-function does so. Move Fortran stuff to
15740 fortran.el. Return string without properties.
15741
15742 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15743 and :alpha: char classes.
15744
15745 * mail/supercite.el: Defvar curline when compiling.
15746 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15747 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15748 rather than a-zA-Z0-9 to allow non-ASCII characters.
15749
157502000-03-31 Gerd Moellmann <gerd@gnu.org>
15751
15752 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15753
15754 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15755 Re-enable new code.
15756
15757 * lpr.el (print-region-1): Use -d to specify printer name for
15758 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15759
157602000-03-31 Dave Love <fx@gnu.org>
15761
86f6474c
SM
15762 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15763 Look for function definition in symbol's function value slot first
a30eb617
DL
15764 instead of first consulting byte-compile-function-environment.
15765
157662000-03-31 Kenichi Handa <handa@etl.go.jp>
15767
15768 * language/european.el ("Polish"): New language environment.
15769 (setup-polish-environment): New function.
15770
157712000-03-30 Gerd Moellmann <gerd@gnu.org>
15772
15773 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15774 Disable new code.
15775
15776 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15777 trying to `load' the symbol of an autoload instead of the file
15778 recorded in the autoload. Fix error messages.
15779
157802000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15781
15782 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15783 (ps-print-version): New version number (5.1.3).
15784 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15785 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15786 (ps-generate-postscript-with-faces): Code fix.
15787 (ps-color-values): XEmacs compatibility.
15788 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15789 (ps-default-fg, ps-default-bg): Adjust customization.
15790 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15791 (ps-color-scale): Renaming old ps-color-value fun.
15792 (ps-print-headers): Replace ps-print-header group to avoid conflict
15793 with ps-print-header variable.
15794 (ps-print-miscellany): New group.
15795 (ps-format-color, ps-rgb-color): New funs.
15796 (ps-default-foreground): New var.
15797 (ps-printer-name-option): New const.
15798
157992000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15800
15801 * net/net-utils.el:
15802 (network-connection-host, network-connection-service): New variables
15803 (network-connection-mode): New mode, derived from comint-mode
15804 (network-connection-mode-setup): New function, saves host and
15805 service information in local variables.
15806
15807 * lisp/locate.el:
15808 (locate-word-at-point): Added this function
15809 (locate): Default to using locate-word-at-point as input
15810 Run dired-mode-hook
15811
158122000-03-29 Dave Love <fx@gnu.org>
15813
15814 * calendar/appt.el: Doc fixes.
15815 (appt-check): Convert min-to-app to a string before passing to
15816 appt-disp-window-function or concat.
15817 (appt-delete-window): Remove test for frame-root-window.
15818 (appt-select-lowest-window, appt-convert-time): Simplify.
15819
15820 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15821 (byte-compile-file-form-autoload):
15822 Update byte-compile-function-environment.
a30eb617
DL
15823
158242000-03-29 Andreas Schwab <schwab@suse.de>
15825
86f6474c 15826 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15827
15828 * dired.el (dired-insert-directory): If dired-free-space-program
15829 failed just delete its output.
15830
158312000-03-29 Dave Love <fx@gnu.org>
15832
15833 * international/iso-cvt.el: Move provide to end. Doc fixes.
15834 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15835 (iso-iso2sgml, iso-sgml2iso): New functions.
15836 (iso-cvt-define-menu): Fix some entries and use backquote for
15837 clarity.
15838
15839 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15840
158412000-03-28 Gerd Moellmann <gerd@gnu.org>
15842
15843 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15844 ISO-DATE. If non-nil, return date in ISO 8601 format.
15845
158462000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15847
15848 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15849 if it ever becomes used.
15850 (log-edit-mode-hook): Default to vc-log-mode-hook.
15851 (log-edit-mode): Fix the docstring.
15852
15853 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15854 the code.
15855
158562000-03-26 Dave Love <fx@gnu.org>
15857
15858 * net/browse-url.el (browse-url): Re-fix case of
15859 browse-url-browser-function being an alist.
15860 (browse-url): Add :link to defgroup.
15861
15862 * files.el: Doc fixes.
15863 (file-truename): Include `[' in wildcard characters.
15864 (automount-dir-prefix): Customize.
15865 (find-file-wildcards): Add :version.
15866 (find-file-noselect): Simplify a mapcar call.
15867
15868 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15869 compatible with inf-lisp version.
15870 (eval-defun-1): Fix custom-declare-variable case.
15871
158722000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15873
15874 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15875
158762000-03-24 Gerd Moellmann <gerd@gnu.org>
15877
15878 * Makefile (COMPILE_FIRST): New macro.
15879 (compile-files): Compile files from COMPILE_FIRST first.
15880
86f6474c 15881 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
15882
15883 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15884 matching open parenthesis in column 0 to defun-prompt-regexp
15885 only if open-paren-in-column-0-is-defun-start is set.
15886
15887 * sun-curs.el: Require CL at compile-time only.
15888
15889 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15890 instead of copy-list which is a function from CL.
15891 (msb--choose-menu, msb--mode-menu-cond)
15892 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15893 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
15894 (msb--aggregate-alist): Use mapcar instead of mapcan.
15895 Fix `(' in column 0 in doc string.
a30eb617
DL
15896 (msb--add-separators): Use mapcar instead of mapcan.
15897
15898 * cus-dep.el: Require CL at compile-time only.
15899
159002000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15901
15902 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15903 (byte-compile-warnings): New warning `noruntime'.
15904 (byte-compile-constants, byte-compile-variables): Fix docstring.
15905 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15906 execute `eval-whenc-compile's body.
15907 (byte-compile-unresolved-functions): Fix docstring.
15908 (byte-compile-eval): New function.
15909 (byte-compile-callargs-warn): Check if the function will be available
15910 at runtime (via property `byte-compile-noruntime').
15911 (byte-compile-print-syms): New function.
15912 (byte-compile-warn-about-unresolved-functions): Also warn about
15913 `noruntime' functions (and use `byte-compile-print-syms').
15914 (byte-compile-file): Capitalize the message.
15915
159162000-03-24 Gerd Moellmann <gerd@gnu.org>
15917
15918 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15919 (rmail-expunge): Ask for confirmation depending on the setting
15920 of rmail-confirm-expunge.
15921
159222000-03-23 Gerd Moellmann <gerd@gnu.org>
15923
15924 * Makefile (bootstrap-clean): If $(emacs) exists, build
15925 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 15926 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
15927
159282000-03-23 Dave Love <fx@gnu.org>
15929
15930 * net/browse-url.el: Restore previous use of
15931 browse-url-maybe-new-window.
15932
159332000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15934
15935 * ps-print.el: Skip banner page fix.
15936 (ps-print-version): New version number (5.1.2).
15937 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15938
159392000-03-23 Dave Pearson <davep@davep.org>
15940
15941 * net/quickurl.el Changed the type of parameter passed to the
15942 function defined by `quickurl-format-function'. Before only the
15943 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
15944 and the function is responsible for extracting the parts it requires.
15945 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
15946 (quickurl-insert): Changed the `funcall' of
15947 `quickurl-format-function' to match the above change.
15948 (quickurl-list-insert): Changed the `url' case so that it makes
15949 use of `quickurl-format-function', previous to this the format was
15950 hard wired.
15951
159522000-03-22 Gerd Moellmann <gerd@gnu.org>
15953
15954 * startup.el: Change some spellings for the X Window System.
15955
159562000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15957
86f6474c
SM
15958 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15959 Clean up the code and the regexp and make sure the cursor is
15960 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
15961
159622000-03-22 Jason Rumney <jasonr@gnu.org>
15963
15964 * w32-fns.el (w32-charset-info-alist): Initialize.
15965
159662000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15967
15968 * ps-print.el: N-up last page fix.
15969 (ps-print-version): New version number (5.1.1).
15970 (ps-end-file, ps-end-job, ps-generate): Code fix.
15971
159722000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15973
15974 * files.el (find-file-run-dired): Update docstring.
15975 (find-directory-functions): New hook.
15976 (find-file-noselect): Run find-directory-functions rather than
15977 calling dired directly.
15978
15979 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15980
15981 * pcvs.el: Add a minimal leading commentary.
15982 (cvs-make-cvs-buffer): Change the header part by removing the startup
15983 message and adding a `Module' entry. Also replace the FOOTER and
15984 HEADER special fileinfos with the new support in ewoc for updating
15985 its own footer and header.
15986 (cvs-update-header): Update to use the header/footer of the ewoc.
15987 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15988 (cvs-is-within-p): New function.
15989 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15990 to only examine some subset of the buffers.
15991
15992 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15993 `format' instead of our own ad-hoc functions.
15994 Remove HEADER and FOOTER cases, now handled in the EWOC.
15995 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15996
15997 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15998 output to avoid scaring the user.
15999 (cvs-parse-table): Catch message for non-up-to-date commits.
16000
16001 * pcvs-defs.el (cvs-startup-message): Remove.
16002 (cvs-global-menu): New autoloaded menu.
16003
16004 * pcvs-util.el (cvs-string-fill): Remove.
16005
16006 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16007 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16008 PP part of it and also make it work for footers and headers.
16009 (ewoc-create): Drop POS and BUFFER arguments.
16010 Use the DLL's dummy node to store the end-of-footer position.
16011 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16012 (ewoc-refresh): Remove unused `header' variable.
16013 (ewoc-(get|set)-hf): New functions.
16014
16015 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16016 log-view-*-(message|file) and use easy-mmode-define-navigation.
16017 (log-view-message-re): Match SCCS format as well.
16018 And match the revision line rather than the dashed separator line.
16019 (log-view-mode): Use the new define-derived-mode.
16020 (log-view-current-tag): Fill in with an actual implementation.
16021
16022 * cvs-status.el (cvs-status-(prev|next)): Rename from
16023 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16024 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16025 to let the output "breathe" a little more (more readable).
16026 (cvs-status-mode): Use the new define-derived-mode.
16027
16028 * smerge-mode.el (smerge-auto-leave): New function and variable.
16029 (smerge-basic-map): Rename from smerge-basic-keymap.
16030 Change the bindings for smerge-diff-*.
16031 (smerge-*-map): Use easy-mmode-defmap.
16032 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16033 (smerge-keep-*): Use smerge-auto-leave.
16034
160352000-03-21 Jason Rumney <jasonr@gnu.org>
16036
16037 * cus-edit.el (custom-button-face): Use 3D look for w32.
16038 (custom-button-pressed-face): Likewise.
16039
160402000-03-21 Gerd Moellmann <gerd@gnu.org>
16041
16042 * progmodes/etags.el (tags-case-fold-search): New user-option.
16043 (tags-loop-eval): New function. Bind case-fold-search around eval
16044 depending on the value of tags-case-fold-search.
16045 (tags-loop-continue): Use tags-loop-eval.
16046 (find-tag-in-order): Bind case-fold-search depending on the value
16047 of tags-case-fold-search.
16048
160492000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16050
86f6474c 16051 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16052 (diff-end-of-hunk): Return the end position for use in
16053 `easy-mmode-define-navigation'.
16054 (diff-recenter): Remove.
16055 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16056 of `easy-mmode-define-navigation'.
16057 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16058 previous renaming) and fix to use new names.
16059 (diff-merge-strings): Use \n as separator: simpler, faster.
16060 (diff-mode): Use `define-derived-mode'.
16061
16062 * derived.el (define-derived-mode): Don't autoload anymore.
16063 Prefer the macro-only version provided by easy-mmode.el.
16064
16065 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16066 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16067 (easy-mmode-define-navigation): New macro.
16068
16069 * subr.el (combine-run-hooks): New function.
16070
160712000-03-21 Kenichi HANDA <handa@etl.go.jp>
16072
16073 * term/x-win.el: Fontsets related initialization is simplified.
16074
16075 * international/mule-diag.el (describe-font): Don't refer to
16076 global-fontset-alist, instead call font-list.
16077 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16078 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16079
86f6474c
SM
16080 * international/fontset.el (x-charset-registries): Variable removed,
16081 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16082 (register-alternate-fontnames): Function removed.
16083 (resolved-ascii-font): Variable removed.
16084 (x-compose-font-name): Ignore the second argument REDOCE.
16085 (x-complement-fontset-spec): Complement only an ASCII font and
16086 element for those charsets than can use that ASCII font.
16087 (generate-fontset-menu): Don't refer to global-fontset-alist,
16088 instead call fontset-list.
16089 (uninstantiated-fontset-alist): Variable removed.
16090 (x-style-funcs-alist): Likewise.
16091 (fontset-default-styles): Likewise.
16092 (x-modify-font-name): Function removed.
86f6474c 16093 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16094 (create-fontset-from-ascii-font): Docsting adjusted for the above
16095 change.
16096 (instantiate-fontset, resolve-fontset-name): Functions removed.
16097 (fontset-list): Now implemented by C code.
16098
16099 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16100 (describe-face): Include `font' attribute in the description.
16101
161022000-03-21 Kenichi Handa <handa@etl.go.jp>
16103
16104 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16105
161062000-03-20 Gerd Moellmann <gerd@gnu.org>
16107
16108 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16109 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16110 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16111
16112 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16113 about behavior of set-buffer-modified-p wrt redisplay.
16114
161152000-03-19 Richard M. Stallman <rms@gnu.org>
16116
16117 * view.el (view-mode-disable): Kill local binding of view-read-only.
16118
161192000-03-18 Gerd Moellmann <gerd@gnu.org>
16120
86f6474c 16121 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16122 is a string, convert it to a syntax cell using string-to-syntax.
16123
16124 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16125 (string-to-syntax): New function.
16126
16127 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16128 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16129 try to use passive ftp mode.
16130
161312000-03-17 Gerd Moellmann <gerd@gnu.org>
16132
16133 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16134
16135 * simple.el (append-to-buffer): Update point of windows after
16136 insertion.
16137
16138 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16139 forward then moving backward. Reindent.
16140
16141 * frame.el (other-frame): Call x-focus-frame only if
16142 focus-follows-mouse is off.
16143
161442000-03-17 Dave Love <fx@gnu.org>
16145
86f6474c 16146 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16147
161482000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16149
16150 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16151 regexp for labels cannot span several lines.
16152
16153 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16154 `(setq :<key> ':<key>)' to the macro expansion.
16155
161562000-03-16 Dave Love <fx@gnu.org>
16157
16158 * progmodes/f90.el (f90): Put custom group under `languages', not
16159 `fortran'.
16160 (f90-mode-hook): Customize.
16161 (f90-mode): Set add-log-current-defun-function.
16162 (f90-current-defun): New function.
16163
161642000-03-16 Gerd Moellmann <gerd@gnu.org>
16165
16166 * cus-edit.el (custom-variable-tag-face): Handle case that
16167 default face's height is not a number.
16168 (custom-face-tag-face, custom-group-tag-face-1)
16169 (custom-group-tag-face): Ditto.
16170 (custom-group-tag-face-1): Add :group.
16171
16172 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16173
161742000-03-15 Gerd Moellmann <gerd@gnu.org>
16175
16176 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16177 requiring easymenu.
16178
161792000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16180
16181 * ps-print.el: PostScript user-defined prologue, PostScript error
16182 handler, doc fix.
16183 (ps-print-version): New version number (5.1).
16184 (ps-user-defined-prologue, ps-error-handler-message)
16185 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16186 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16187 (ps-insert-string): New function.
16188
161892000-03-15 Kenichi Handa <handa@etl.go.jp>
16190
16191 * international/ccl.el (ccl-compile-expression): Don't generate
16192 invalid self-assignment code.
16193
161942000-03-14 Dave Love <fx@gnu.org>
16195
16196 * subr.el (replace-regexp-in-string): Renamed from
16197 replace-regexps-in-string. Doc fix.
16198
161992000-03-12 Dave Love <fx@gnu.org>
16200
16201 * cus-edit.el: Doc fixes.
86f6474c 16202 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16203 (custom-variable-tag-face, custom-face-tag-face)
16204 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16205 style which user identify as hyperlink.
16206 (hook): Don't add undefined functions to the hook.
16207 (debug-ignored-errors): Transfer message from bindings.el.
16208
162092000-03-12 Gerd Moellmann <gerd@gnu.org>
16210
86f6474c
SM
16211 * recentf.el (recentf-keep-non-readable-files-p):
16212 Remove double/nested definition.
a30eb617
DL
16213
162142000-03-12 Dave Love <fx@gnu.org>
16215
16216 * facemenu.el (facemenu-get-face): Use display-color-p.
16217 * enriched.el (enriched-decode-foreground): Likewise.
16218 (enriched-decode-background): Likewise.
16219 * isearch.el (isearch-highlight): Likewise.
16220 * info-look.el (info-lookup): Likewise.
16221 * simple.el (completion-setup-function): Likewise.
16222
16223 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16224 :options.
16225
16226 * bindings.el (mode-line-format): Fix line-number and
16227 column-number items. Add help-echo for the background.
16228 (mode-line-mule-info): Modify help-echo.
16229
16230 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16231
16232 * files.el (load-file): Allow completion to .elc.
16233
16234 * man.el: Doc fixes.
16235 (Man-init-defvars): Use display-color-p to set fontification.
16236
16237 * play/hanoi.el (hanoi-internal): Don't use oddp.
16238
162392000-03-12 Gerd Moellmann <gerd@gnu.org>
16240
16241 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16242
16243 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16244
162452000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16246
16247 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16248 Fix comment.
16249
162502000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16251
16252 * font-lock.el (font-lock-keywords): Fix the doc now that
16253 regexp-opt-depth is unnecessary.
16254 (save-buffer-state): Set an edebug spec.
16255 (font-lock-fontify-anchored-keywords): Properly handle the case when
16256 the matcher goes past the limit.
16257
16258 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16259 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16260
16261 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16262 dll.el and cookie.el (from Elib) with heavy renaming and other
16263 massaging.
16264
16265 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16266 Autoload the functions used.
16267 (easy-mmode-define-syntax): Fix CL typo.
16268 (easy-mmode-define-derived-mode): Improve the docstring generation.
16269
162702000-03-10 Gerd Moellmann <gerd@gnu.org>
16271
16272 * textmodes/texinfo.el (texinfo-version): Variable and function
16273 removed.
16274
162752000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16276
16277 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16278 allow more flexibility.
ff39b9a1 16279 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16280 (easy-mmode-defmap, easy-mmode-defsyntax)
16281 (easy-mmode-define-derived-mode): New macros.
16282
162832000-03-09 Didier Verna <didier@xemacs.org>
16284
16285 * rect.el (replace-rectangle): New function.
16286
162872000-03-09 Dave Love <fx@gnu.org>
16288
ff39b9a1 16289 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16290 (fortran-comment-line-start-skip): Don't match cpp stuff.
16291 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16292 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16293 (fortran-mode): Don't set fortran-comment-line-start-skip,
16294 fortran-comment-line-start here. Set comment-start,
16295 add-log-current-defun.
16296 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16297 (fortran-current-defun): New function.
16298
162992000-03-09 Gerd Moellmann <gerd@gnu.org>
16300
16301 * emacs-lisp/re-builder.el: New file.
16302
16303 * mouse.el (mouse-drag-region): Don't run up-event handler
16304 if hscroll has changed.
16305
16306 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16307 builtin operators, use `font-lock-builtin-face' for Emacs and
16308 `font-lock-preprocessor-face' otherwise.
16309
16310 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16311 `(defun (setf foo)' differently.
16312
163132000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16314
16315 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16316 (regexp-opt): Update comment and adapt the code the new meaning of
16317 the `paren' argument of regex-opt-group for shy-groups.
16318 (regexp-opt-depth): Handle shy groups as well as backslashed
16319 backslashes.
16320 (regexp-opt-group): Turn the leading comment into a docstring.
16321 Allow `paren' to be a string (the string to use to open a group).
16322 Remove open-presuf and close-presuf. Instead of checking for `all
16323 one-char' and then later on check for `several one-char', handle
16324 both cases close together. Also apply a more generic algorithm
16325 for suffixes (the mirror image of the algorithm used for
16326 prefixes). Use shy-groups. Use nreverse rather than reverse.
16327 (regexp-opt-try-suffix): Removed.
16328
16329 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16330 from comint-mode-map, so we can just inherit from it. Also, move
16331 the initialization into the `defvar' since there's no docstring
16332 anyway and it's fairly short.
16333 (inferior-scheme-mode): Define it as derived-mode: the code is
16334 shorter and this way we inherit from comint-mode-map rather than
16335 copying it.
16336
16337 * subr.el (replace-regexps-in-string): Properly handle the case
16338 where we match an empty string.
16339
16340 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16341 when the command has a directory component (such as "./testml").
16342 Also fix a typo in the comment.
16343
163442000-03-08 Gerd Moellmann <gerd@gnu.org>
16345
16346 * Makefile (compile-files): Compile files one by one because
16347 that's the only way to ensure a clean compilation environment for
16348 each individual file.
16349
16350 * frame.el (other-frame): Call x-focus-frame.
16351
163522000-03-07 Dave Love <fx@gnu.org>
16353
16354 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16355 :require to defcustom.
16356
ff39b9a1 16357 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16358
16359 * files.el (auto-mode-alist): Add configure.in.
16360
16361 * progmodes/autoconf.el: New file.
16362
163632000-03-07 Gerd Moellmann <gerd@gnu.org>
16364
16365 * mail/mh-e.el: Change maintainer to `none'.
16366
16367 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16368 to remove-hook and add-hook.
16369
163702000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16371
16372 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16373 it as the default.
16374 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16375 (sendmail-send-it): Conditionally add MIME headers specifying the
16376 used character set.
16377
163782000-03-07 Dave Love <fx@gnu.org>
16379
ff39b9a1
SM
16380 * winner.el: Fix keywords, autoload cookies.
16381 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16382
163832000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16384
16385 * international/mule.el: Modify comment about coding system
16386 property `coding-category'.
16387 (make-coding-system): New argument EOL-TYPE. Pay attention to
16388 coding-category property of PROPERTIES.
16389
ff39b9a1
SM
16390 * international/mule-conf.el (coding-category-utf-8)
16391 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16392 categories. Include them in the argument for set-coding-priority.
16393
ff39b9a1
SM
16394 * international/mule-cmds.el (reset-language-environment):
16395 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16396 coding-category-utf-16-le in the argument for set-coding-priority.
16397 (reset-language-environment): Initialize coding-category-utf-8,
16398 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16399
164002000-03-06 Karl Fogel <kfogel@red-bean.com>
16401
16402 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16403 code abstracted out of `bookmark-jump-noselect'. Now tries info
16404 extensions as well as compression extensions.
16405 (bookmark-jump-noselect): Use above new func.
16406
164072000-03-03 Gerd Moellmann <gerd@gnu.org>
16408
16409 * strokes.el: Change maintainer's mail address.
16410
164112000-03-03 Kenichi Handa <handa@etl.go.jp>
16412
16413 * international/mule-diag.el (list-character-sets): Make help-echo
16414 string by substitute-command-keys.
16415 (list-character-sets): Likewise.
16416 (sort-listed-character-sets): Call help-setup-xref.
16417
164182000-03-02 Gerd Moellmann <gerd@gnu.org>
16419
ff39b9a1 16420 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16421
164222000-03-01 Dave Love <fx@gnu.org>
16423
16424 * help.el (help-xref-go-back): Don't try to set position.
16425
ff39b9a1
SM
16426 * international/mule-diag.el (list-character-sets):
16427 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16428 (list-character-sets-1): Add help-echo to xrefs.
16429
164302000-03-02 Gerd Moellmann <gerd@gnu.org>
16431
16432 * frame.el (blink-cursor-mode): Switch cursor on when turning
16433 the mode off.
16434
16435 * add-log.el (add-log-current-defun): Add support for
16436 Autoconf mode.
16437
16438 * mail/rmail.el (rmail-quit-hook): New variable.
16439
164402000-03-01 Dave Love <fx@gnu.org>
16441
16442 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16443
16444 * help.el (help-xref-button): Add help-echo arg.
16445 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16446
ff39b9a1 16447 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16448
ff39b9a1 16449 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16450
164512000-03-01 Gerd Moellmann <gerd@gnu.org>
16452
16453 * image.el (defimage): Look for image files in load-path.
16454
ff39b9a1 16455 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16456
164572000-03-01 David Ponce <david.ponce@wanadoo.fr>
16458
ff39b9a1 16459 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16460
164612000-03-01 David Ponce <david.ponce@wanadoo.fr>
16462
ff39b9a1 16463 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16464 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16465 action to select/unselect a file.
16466 (recentf-edit-list): Code cleanup and improvement.
16467 (recentf-open-more-files-action): `recentf-open-more-files' button
16468 widget action to open a file.
ff39b9a1 16469 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16470 (recentf-more-collection): Deleted.
16471 (recentf-more-history): Deleted.
16472 (recentf-setup-more-completion): Deleted.
16473
164742000-03-01 David Ponce <david.ponce@wanadoo.fr>
16475
16476 * recentf.el (recentf-mode): No more needs that Emacs is running
16477 under a window-system.
16478
ff39b9a1 164792000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16480
16481 * recentf.el (recentf-edit-list): New command to edit the recent
16482 list which allow the user to remove files.
16483 (recentf-edit-selected-items): New global variable, used by
16484 `recentf-edit-list' to hold the list of files to be removed from
16485 the recent list.
16486 (recentf-make-menu-items): Updated to display a "Edit list..."
16487 menu item. Minor code cleanup.
16488
ff39b9a1 164892000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16490
16491 * recentf.el (recentf-open-more-files): New command to open files
16492 that are not displayed in the menu.
16493 (recentf-more-collection): New global variable holding the set of
16494 permissible completions used by `recentf-open-more-files'.
16495 (recentf-more-history): New global variable holding the history list
16496 used by `recentf-open-more-files' completion.
16497 (recentf-setup-more-completion): New function to setup completion for
16498 `recentf-open-more-files'.
16499 (recentf-make-menu-items): Updated to display a "More..." menu item.
16500
ff39b9a1 165012000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16502
16503 * recentf.el (recentf-menu-action): Doc fixed.
16504
ff39b9a1 165052000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16506
16507 * recentf.el (recentf-menu-filter): Doc updated.
16508 (recentf-update-menu-hook): Allow menu filters to force menu update.
16509 (recentf-make-menu-items): New menu filter handling.
16510 (recentf-make-menu-item): New helper function.
16511 (recentf-menu-elements): New menu handling function.
16512 (recentf-sort-ascending): Updated to new menu filter handling.
16513 (recentf-sort-descending): Updated to new menu filter handling.
16514 (recentf-sort-basenames-ascending): New menu filter function.
16515 (recentf-sort-basenames-descending): New menu filter function.
16516 (recentf-show-basenames): New menu filter function.
16517 (recentf-show-basenames-ascending): New menu filter function.
16518 (recentf-show-basenames-descending): New menu filter function.
16519
165202000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16521
16522 * diary-lib.el (list-diary-entries): Don't try to go forward at
16523 the end of the buffer.
16524
165252000-02-29 Kenichi Handa <handa@etl.go.jp>
16526
ff39b9a1
SM
16527 * international/mule-diag.el (list-character-sets):
16528 Completely rewritten.
a30eb617
DL
16529 (sort-listed-character-sets): New function.
16530 (list-character-sets-1): Completely rewritten.
16531 (list-character-sets-2): New function.
16532 (non-iso-charset-alist): New variable.
16533 (decode-codepage-char): New function.
16534 (charset-history): New variable.
16535 (read-charset) (list-block-of-chars)
16536 (list-iso-charset-chars)
16537 (list-non-iso-charset-chars)
16538 (list-charset-chars): New functions.
86f6474c 16539 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16540 (dump-charsets): Likewise.
16541
165422000-02-29 Gerd Moellmann <gerd@gnu.org>
16543
16544 * dired-x.el (dired-filename-at-point): Add `@' to valid
16545 file name characters.
16546 (dired-filename-at-point): Handle ange-ftp file names.
16547
16548 * frame.el (frame-notice-user-settings): Use assq-delete-all
16549 instead of assoc-delete-all.
16550 (frame-notice-user-settings): Ditto.
16551
16552 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16553 Don't copy alist.
16554
165552000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16556
16557 * calculator.el (calculator-use-menu): New option.
86f6474c 16558 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16559 (calculator-forced-input): Removed.
16560 (calculator-restart-other-mode): New variable.
16561 (calculator-mode-map): Set up menu.
16562
165632000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16564
86f6474c 16565 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16566
165672000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16568
86f6474c 16569 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16570 translate all ESC key sequences.
86f6474c 16571 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16572 they were saved.
86f6474c
SM
16573 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16574 * viper-util.el (viper-set-replace-overlay-glyphs)
16575 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16576 overlay is live.
86f6474c
SM
16577 * viper.el (viper-vi-state-mode-list): Add major modes.
16578 * ediff-wind.el: Minor comment changes.
16579 * ediff.el: Copyright notice date fix.
a30eb617
DL
16580
165812000-02-27 Jason Rumney <jasonr@gnu.org>
16582
16583 * faces.el (face-font-family-alternatives): Add arial to helv.
16584 (mode-line, header-line, tool-bar): Same default as x for w32.
16585 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16586 face-font-family-alternatives from working.
16587 * term/w32-win.el (mouse-set-font): Do not build fontset from
16588 chosen font.
16589
165902000-02-25 Sam Steingold <sds@goems.com>
16591
16592 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16593 properly.
16594
165952000-02-25 Richard M. Stallman <rms@gnu.org>
16596
16597 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16598
165992000-02-25 Gerd Moellmann <gerd@gnu.org>
16600
86f6474c 16601 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16602
16603 * frame.el (busy-cursor-delay-seconds): New option.
16604
166052000-02-24 Gerd Moellmann <gerd@gnu.org>
16606
16607 * frame.el (show-cursor-in-non-selected-windows): New option.
16608
166092000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16610
16611 * diary-lib.el (include-other-diary-files): Undo the selective
16612 display in any included file and don't kill it.
16613
166142000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16615
86f6474c
SM
16616 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16617 Menu items converted to (menu-item format, help strings added.
a30eb617 16618 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16619 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16620 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16621
166222000-02-23 Dave Love <fx@gnu.org>
16623
16624 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16625 (backward-kill-word): Revert addition of * to interactive spec --
16626 it's a feature.
16627
16628 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16629 (backward-kill-sentence, kill-sentence): Likewise.
16630
16631 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16632 scratch buffer name.
86f6474c 16633 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16634
16635 * term/w32-win.el (internal-face-interactive): Update prompt for
16636 new read-face-name.
16637
16638 * mail/footnote.el (footnote): Add :version to defgroup.
16639 (footnote-section-tag-regexp): Customize.
16640 (footnote-start-tag, footnote-end-tag): New option.
16641 (footnote-latin-regexp): New variable.
16642 (Footnote-latin): New function.
16643 (footnote-style-alist): Add element for latin style.
16644 (footnote-style): Moved.
16645 (Footnote-goto-footnote): Use eq to test arg.
16646
16647 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16648
16649 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16650 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16651 (byte-optimize-quote, byte-optimize-lapcode):
16652 Use byte-compile-const-symbol-p.
a30eb617
DL
16653 (byte-optimize-char-before): New optimization.
16654
16655 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16656 (byte-compile-const-symbol-p): New function.
16657 (byte-compile-constp, byte-compile-out-toplevel)
16658 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16659 Use it.
16660
16661 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16662
166632000-02-23 Kenichi Handa <handa@etl.go.jp>
16664
16665 * international/encoded-kb.el: Be sure to update minor-mode-alist
16666 and minor-mode-map-alist.
16667 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16668 codes SS2 and SS3 correctly.
16669 (encoded-kbd-self-insert-ccl): New function.
16670 (encoded-kbd-setup-keymap): New function.
16671 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16672 by calling encoded-kbd-setup-keymap.
16673
86f6474c
SM
16674 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16675 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16676
166772000-02-22 Dave Love <fx@gnu.org>
16678
16679 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16680 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16681 (lisp-mode-syntax-table): Set up for #|...|# comments.
16682 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16683 classes. Match `defface'.
16684 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16685 (eval-defun-1): Fix for defcustom.
16686 (lisp-indent-region): Doc fix.
16687
16688 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16689 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16690 (replace-regexps-in-string): New function.
16691
166922000-02-22 Gerd Moellmann <gerd@gnu.org>
16693
16694 * help.el (describe-variable): Set syntax table to
16695 emacs-lisp-mode-syntax-table when moving forward over the
16696 symbol's name.
16697
166982000-02-22 Dave Love <fx@gnu.org>
16699
16700 * xt-mouse.el: Doc fixes.
16701 (xterm-mouse-position-function): New function, replacing advice of
16702 mouse-position.
16703 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16704
16705 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16706
167072000-02-21 Gerd Moellmann <gerd@gnu.org>
16708
86f6474c
SM
16709 * format.el (format-annotate-single-property-change):
16710 Handle properties.with dotted-list values.
a30eb617
DL
16711 (format-proper-list-p): New function.
16712
16713 * enriched.el (enriched-face-ans): Handle '(foreground-color
16714 . COLOR) and (background-color . COLOR).
16715
167162000-02-20 Dave Love <fx@gnu.org>
16717
16718 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16719 and assignments to it.
16720 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16721 current local map.
16722 (make-flyspell-overlay): Use it.
16723 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16724
16725 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16726 (lm-get-header-re): Defun, not defsubst.
16727 (lm-get-package-name): Defun, not defsubst. Simplify.
16728 (lm-version): Doc fix. Simplify.
16729 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16730 (lm-crack-address, lm-last-modified-date, lm-commentary)
16731 (lm-verify, lm-synopsis): Simplify.
16732 (lm-report-bug): Require emacsbug. Use compose-mail.
16733
167342000-02-20 Gerd Moellmann <gerd@gnu.org>
16735
16736 * dired.el (dired-mode): Call propertized-buffer-identification
16737 to set mode-line-buffer-identification to something having
16738 the right text properties.
16739
16740 * bindings.el (propertized-buffer-identification): New function.
16741
167422000-02-20 Dave Love <fx@gnu.org>
16743
16744 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16745 check for t-mouse too.
16746
16747 * cus-start.el: Make echo-keystrokes `number'.
16748
167492000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16750
16751 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16752 Don't call ring-empty-p unless tags-location-ring is bound.
16753 From Noah Friedman <friedman@splode.com>.
16754
167552000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16756
16757 * progmodes/hideshow.el (hs-flag-region): No longer use
16758 `intangible' overlay property.
16759
16760 (hs-toggle-hiding): New command.
16761 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16762
16763 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16764 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16765 and deactivation.
16766
167672000-02-18 Gerd Moellmann <gerd@gnu.org>
16768
16769 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16770
167712000-02-17 Gerd Moellmann <gerd@gnu.org>
16772
16773 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16774
16775 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16776 of `*' to handle `(* ... *)' comments.
16777
167782000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16779
16780 * faces.el (list-faces-display): Use display-mouse-p instead of
16781 window-system.
16782
16783 * menu-bar.el (global-map): Menu-bar items converted to the new
16784 format (menu-item..., rearranged for better CUA compliance, and
16785 their names changed for better clarity. Help strings added.
16786
16787 * international/mule-cmds.el (mule-menu-keymap)
16788 (describe-language-environment-map, set-coding-system-map)
16789 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16790 form, add help strings. Change names of menu items for better clarity.
16791 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16792
167932000-02-17 Gerd Moellmann <gerd@gnu.org>
16794
16795 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16796 within the code.
16797
167982000-02-16 Dave Love <fx@gnu.org>
16799
16800 * faces.el: Don't require custom. Add more specific :groups to
16801 various deffaces.
16802 (set-face-attribute): Purecopy args.
16803 (read-face-name): Default to name at point and use it in prompt.
16804 Remove colon from arg in all callers.
16805 (list-faces-display): Hyperlink to face descriptions and customize
16806 buffers.
16807
168082000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16809
86f6474c 16810 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16811
168122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16813
16814 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16815 at ':' characters by call to split-string.
16816
168172000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16818
16819 * textmodes/bibtex.el: Added RCS version identification.
16820
168212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16822
16823 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16824 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16825 (bibtex-field-const): Allow capital letters.
16826 (bibtex-start-of-string): Deleted because unused.
16827
16828 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16829 use the term 'reference' to describe a bibtex entry as a whole.
16830 Further, reference keys are no longer called 'labels'.
16831 (bibtex-keys): Renamed to bibtex-reference-keys.
16832 (bibtex-reformat-previous-labels): Renamed to
16833 bibtex-reformat-previous-reference-keys.
16834 (bibtex-reference-type): Renamed to bibtex-entry-type.
16835 (bibtex-reference-head): Renamed to bibtex-entry-head.
16836 (bibtex-reference-maybe-empty-head): Renamed to
16837 bibtex-entry-maybe-empty-head.
16838 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16839 (bibtex-search-reference): Renamed to bibtex-search-entry.
16840 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16841 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16842 (bibtex-entry-field-alist, bibtex-entry-head)
16843 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16844 (bibtex-map-entries, bibtex-search-entry)
16845 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16846 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16847 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16848 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16849 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16850 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16851 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16852
168532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16854
16855 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16856 comment.
16857 (bibtex-format-field-delimiters): New function, functionality
16858 extracted from bibtex-format-entry.
16859 (bibtex-autokey-get-yearfield-digits): New function, functionality
16860 extracted from bibtex-autokey-get-yearfield.
16861
16862 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16863 entries in order to avoid stack overflow in the regexp matcher if
16864 field contents become large.
86f6474c
SM
16865 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16866 (bibtex-field-string-part-not-braced)
16867 (bibtex-field-string-part-no-inner-braces)
16868 (bibtex-field-string-part-1-inner-brace)
16869 (bibtex-field-string-part-2-inner-braces)
16870 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16871 (bibtex-field-string-quoted, bibtex-field-string)
16872 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16873 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16874 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16875 Deleted as parsing is now performed by the following functions.
16876 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16877 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16878 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16879 (bibtex-parse-association, bibtex-field-name-for-parsing)
16880 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16881 (bibtex-search-forward-field, bibtex-search-backward-field)
16882 (bibtex-start-of-field, bibtex-end-of-field)
16883 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16884 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16885 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16886 (bibtex-parse-string, bibtex-search-forward-string)
16887 (bibtex-search-backward-string, bibtex-start-of-string)
16888 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16889 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16890 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
16891 entries. Instead of reporting the results of the parsing by
16892 match-beginning or match-end, these functions return data structures
16893 that hold the corresponding positions.
16894 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
16895 return values rather than by match-beginning or match-end.
16896 The following functions have been adapted to use the new
16897 parsing functions.
16898 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16899 (bibtex-enclosing-field, bibtex-format-entry)
16900 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16901 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16902 (bibtex-print-help-message, bibtex-end-of-entry)
16903 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16904 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16905 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16906 Use the new method for parsing.
16907 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16908 (bibtex-map-entries, bibtex-flash-head)
16909 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16910 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16911 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16912 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16913 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16914 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16915 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16916 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
16917
169182000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16919
16920 * textmodes/bibtex.el: Copyright notice is up to date.
16921 Added constant 'bibtex-maintainer-salutation.
16922
86f6474c 16923 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
16924 than make-temp-name, use match-string-no-properties and eliminate
16925 a quadratic behavior when building bibtex-strings.
16926
16927 * bibtex.el (bibtex-reference-key): Accept string entries whose
16928 reference key contains upper case letters.
16929
169302000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16931
16932 * bibtex.el (bibtex-reference-head): Allow entries to start with
16933 a new line.
16934
169352000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16936
16937 * bibtex.el: Hiding of entry bodies is not longer provided by
16938 bibtex.el directly. Instead the hideshow package can be used.
16939 Added a special bibtex entry to hs-special-modes-alist.
16940 (bibtex-hs-forward-sexp): Added for hideshow.el.
16941
169422000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16943
16944 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16945 proceedings entry type (for cross referencing). Thanks to Wagner
16946 Toledo Correa for the suggestion.
16947
16948 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16949
169502000-02-14 Kenichi Handa <handa@etl.go.jp>
16951
16952 * international/characters.el: Setup case table for Vietnamese.
16953
169542000-02-12 Gerd Moellmann <gerd@gnu.org>
16955
16956 * uniquify.el (toplevel): Require CL at compile time.
16957 (uniquify-push): Removed.
16958
16959 * shadowfile.el (shadow-when): Removed.
16960
16961 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 16962 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
16963
16964 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16965 regexp for paragraph-start.
16966
16967 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16968 commas as well.
16969
169702000-02-10 Dave Love <fx@gnu.org>
16971
16972 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16973 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16974 Deleted.
16975 (widget-specify-field, widget-specify-button): Don't use
16976 widget-mouse-help as help-echo property.
16977 (default): Use #'ignore for :validate and :mouse-down-action.
16978 (checkbox): Add help-echo.
16979 (widget-sexp-validate): Rewritten to clarify error messages.
16980 (character): Use char-valid-p in :match function.
16981 (widget-color-complete): Use facemenu-color-alist.
16982 (widget-color-action): Use facemenu-read-color.
16983
16984 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16985 set up `caar' &c that we now have.
16986
169872000-02-09 Ray Blaak <blaak@gnu.org>
16988
16989 * delphi.el: Make resourcestring a declaration region, like const
16990 and var.
16991
169922000-02-09 Dave Love <fx@gnu.org>
16993
16994 * bindings.el (mode-line-input-method-map): New variable.
16995 (mode-line-mule-info): Use it; fix last change.
16996 (mode-line-mode-menu): Move definition.
16997 (mode-line-mouse-sensitive-p): Deleted.
16998 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 16999 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17000
17001 * startup.el (command-line-1): Don't call
17002 make-mode-line-mouse-sensitive.
17003
170042000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17005
86f6474c
SM
17006 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17007 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17008
170092000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17010
17011 * diff-mode.el (diff-kill-junk): New interactive function.
17012 (diff-reverse-direction): Use delete-and-extract-region.
17013 (diff-post-command-hook): Restrict the area so that the hook also works
17014 outside of any diff hunk. This is necessary for the minor-mode.
17015 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17016 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17017
17018 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17019 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17020 so that it can be used more easily in <foo>-mode-hook. Also make sure
17021 to avoid duplicate entries.
17022 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17023 (font-lock-remove-keywords): Just as was done for `add', allow it to
17024 work even if font-lock-mode is nil. Also make sure we don't modify
17025 any pre-existing list by forcing a copy-sequence. Finally rename
17026 `major-mode' to `mode'.
17027 (font-lock-fontify-syntactic-anchored-keywords)
17028 (font-lock-fontify-anchored-keywords)
17029 (font-lock-fontify-keywords-region): Use line-end-position.
17030 Don't make `font-lock-multiline' local (it's now done in
17031 font-lock-set-defaults).
86f6474c
SM
17032 (font-lock-set-defaults): Make `font-lock-multiline' local.
17033 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17034
170352000-02-06 Andrew Innes <andrewi@gnu.org>
17036
17037 * term/w32-win.el (x-handle-args): Comment out call to message,
17038 which occurs before window system is initialized.
17039
17040 * makefile.nt: Add support for recompiling lisp code.
17041
170422000-02-04 Dave Love <fx@gnu.org>
17043
17044 * bindings.el (mode-line-mule-info): Fix/extend last change.
17045
17046 * completion.el: Replace completion-dolist with dolist.
17047
86f6474c 17048 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17049
170502000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17051
86f6474c 17052 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17053 environment names before they go into the section regexp.
17054
86f6474c 17055 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17056 char class in regexp.
17057
86f6474c
SM
17058 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17059 Bind `case-fold-search' to nil.
a30eb617 17060
86f6474c
SM
17061 * progmodes/idlwave.el (idlwave-template):
17062 Respect `idlwave-abbrev-change-case'.
17063 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17064 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17065 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17066 (idlwave-rw-case): New function.
17067 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17068 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17069 (idlwave-surround): New argument LENGTH to support padding of
17070 operators longer than 1 char.
17071
17072 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17073 idlwave-shell-expression-overlay. Implemented printing of
17074 expressions on higher levels of the calling stack.
86f6474c 17075 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17076 (idlwave-retrieve-expression-from-level): New function.
17077 (idlwave-shell-last-calling-stack): Variable removed.
17078 (idlwave-shell-reset): Argument action reversed (`visible' to
17079 `hidden'). Also remove stop-line overlay.
17080 (idlwave-shell-calling-stack-routine): New variable.
17081 (idlwave-shell-parse-stack-and-display): Messages now display
17082 negative level numbers.
17083 (idlwave-shell-mode): Set `modeline-format'.
17084 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17085 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17086 (idlwave-shell-print-expression-function): New option.
17087
86f6474c
SM
17088 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17089 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17090 `tool-bar' instead of `toolbar'.
17091
170922000-02-02 Dave Love <fx@gnu.org>
17093
17094 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17095 emacs-lisp-mode-hook. Don't check for defalias being defined.
17096
17097 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17098 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17099 Use the new builtins directly.
a30eb617
DL
17100
17101 * whitespace.el (whitespace): Add :version to defgroup.
17102
17103 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17104 Doc fix.
17105
17106 * thingatpt.el (sexp-at-point, symbol-at-point)
17107 (number-at-point, list-at-point): Add autoload cookie.
17108
17109 * recentf.el (recentf): Add :version to defgroup.
17110
17111 * quickurl.el (quickurl): Add :version to defgroup.
17112
17113 * elide-head.el (elide-head): Use point-marker more.
17114
17115 * bs.el (bs): Add :version to defgroup.
17116
17117 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17118
17119 * progmodes/delphi.el (delphi): Add :version to defgroup.
17120
171212000-02-02 Gerd Moellmann <gerd@gnu.org>
17122
17123 * ange-ftp.el (ange-ftp-write-region): Handle case that
17124 succeeding process operation sets a different coding system.
17125
17126 * calculator.el: New file.
17127
171282000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17129
86f6474c 17130 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17131 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17132 (display-selections-p, display-screens, display-pixel-width)
17133 (display-pixel-height, display-mm-width, display-mm-height)
17134 (display-backing-store, display-save-under, display-planes)
17135 (display-color-cells, display-visual-class): New functions.
17136
17137 * term/tty-colors.el (tty-color-gray-shades): New function.
17138
17139 * faces.el (display-color-p): Use framep-on-display.
17140 (display-grayscale-p): New function.
17141
171422000-01-31 Dave Love <fx@gnu.org>
17143
17144 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17145 (create-fontset-from-x-resource): Don't concat integers.
17146
171472000-01-31 Inge Frick <inge@nada.kth.se>
17148
17149 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17150 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17151 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17152 window is not deleted. Modifies change 1998-04-26.
17153
171542000-01-31 Gerd Moellmann <gerd@gnu.org>
17155
17156 * windmove.el: New file.
17157
17158 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17159 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17160 progmodes/ebnf-yac.el: Update copyright and license info.
17161
86f6474c
SM
17162 * jit-lock.el (jit-lock-function): Widen before calculating
17163 end position.
a30eb617
DL
17164 (jit-lock-stealth-chunk-start): Rewritten.
17165
17166 * info.el (Info-title-face-alist): Removed.
86f6474c 17167 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17168 (Info-fontify-node): Use these faces.
17169
171702000-01-30 Gerd Moellmann <gerd@gnu.org>
17171
17172 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17173 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17174 `&allow-other-keywords'.
17175
17176 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17177 the list of directories scanned heuristically.
17178
86f6474c 17179 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17180
171812000-01-30 Jason Rumney <jasonr@gnu.org>
17182
17183 * w32-fns.el: Define w32-tty-standard-colors.
17184
17185 * startup.el (command-line): Use w32-tty-standard-colors when in
17186 w32 console mode.
17187
171882000-01-30 Dave Love <fx@gnu.org>
17189
17190 * jka-compr.el (jka-compr-load): Fix up load-history.
17191
17192 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17193
17194 * emacs-lisp/cl-macs.el: Revert previous change.
17195
171962000-01-29 Dave Love <fx@gnu.org>
17197
17198 * facemenu.el: Purecopy various strings.
17199
17200 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17201 years. Deal with three-digit years.
17202
86f6474c
SM
17203 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17204 Use defconst, purecopy.
a30eb617
DL
17205 (help-back-label): Purecopy it.
17206
172072000-01-18 Gerd Moellmann <gerd@gnu.org>
17208
17209 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17210 variable. If non-nil, order the buffer list according to the
17211 currently selected frame.
17212 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17213 non-nil, pass the selected frame to function buffer-list.
17214
172152000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17216
17217 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17218
172192000-01-28 Dave Love <fx@gnu.org>
17220
17221 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17222
17223 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17224 Don't use lisp-indent-hook property.
17225 (cl-abs): Remove.
17226
17227 * subr.el: Move out indent and edebug specs for when and unless.
17228
17229 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17230 when, unless.
17231
17232 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17233 unless, when.
17234
172352000-01-28 Gerd Moellmann <gerd@gnu.org>
17236
17237 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17238 `collecting' as synonym for `collect'.
17239
17240 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17241 for the case it contains spaces.
17242
86f6474c 17243 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17244
17245 * frame.el (delete-other-frames): New function.
17246 (toplevel): Bind it to C-x 5 1.
17247
17248 * sort.el (sort-numeric-base): New option.
17249 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17250 interpret it as octal or hexadecimal. Use sort-numeric-base
17251 as default base.
17252
17253 * progmodes/glasses.el: New file.
17254
172552000-01-27 Gerd Moellmann <gerd@gnu.org>
17256
17257 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17258 userids differently.
17259
17260 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17261 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17262 progmodes/ebnf-yac.el: New files.
17263
172642000-01-26 Dave Love <fx@gnu.org>
17265
17266 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17267 on a function with an empty body. [From Eric Ludlam.]
17268
172692000-01-25 Andre Spiegel <spiegel@gnu.org>
17270
17271 * vc.el (vc-version-diff): Make sure file name is expanded.
17272
172732000-01-25 Gerd Moellmann <gerd@gnu.org>
17274
17275 * scroll-bar.el (scroll-bar-timer): Variable removed.
17276 (scroll-bar-toolkit-scroll): Don't use a timer.
17277
172782000-01-25 Kenichi Handa <handa@etl.go.jp>
17279
86f6474c
SM
17280 * language/thai-util.el (thai-composition-function):
17281 Delete superfluous `a'.
a30eb617
DL
17282
172832000-01-24 Dave Love <fx@gnu.org>
17284
17285 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17286 end-of-defun-function.
17287
86f6474c 17288 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17289
172902000-01-22 Jason Rumney <jasonr@gnu.org>
17291
17292 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17293 conflicts with new face support.
17294
172952000-01-22 Richard M. Stallman <rms@gnu.org>
17296
17297 * replace.el (query-replace): Rename last arg to DELIMITED.
17298 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17299 (query-replace-regexp): Likewise.
17300
173012000-01-20 Richard M. Stallman <rms@gnu.org>
17302
17303 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17304
17305 * emacs-lisp/lisp.el (beginning-of-defun-function):
17306 Variable renamed from beginning-of-defun.
17307 Do not call make-variable-buffer-local.
17308 (beginning-of-defun-raw): Use new variable name; doc fix.
17309 (beginning-of-defun): Doc fix.
17310 (end-of-defun-function): Variable renamed from end-of-defun.
17311 Do not call make-variable-buffer-local.
17312 (end-of-defun): Use new variable name; doc fix.
17313
17314 * subr.el (dolist, dotimes): Copied from cl-macs.el
17315 and made to work.
17316
17317 * mail/undigest.el (rmail-digest-end-regexps):
17318 Variable replaces rmail-digest-end-regexp.
17319 Allows multiple regexps for detecting the end line.
17320 (undigestify-rmail-message): Corresponding changes.
17321
173222000-01-19 Dave Love <fx@gnu.org>
17323
17324 * files.el (user-init-file): Don't declare here -- is primitive.
17325
17326 * startup.el (command-line): Check for compiled user-init-file and
17327 set to uncompiled version if necessary.
17328
173292000-01-18 Gerd Moellmann <gerd@gnu.org>
17330
17331 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17332 (undigestify-rmail-message): Use it.
17333
17334 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17335
173362000-01-17 Gerd Moellmann <gerd@gnu.org>
17337
17338 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17339 of mini-buffer.
17340
173412000-01-14 Gerd Moellmann <gerd@gnu.org>
17342
17343 * emacs-lisp/copyright.el (copyright-update): Removed the
17344 requirement for a trailing space from `copyright-regexp', to
17345 support copyrights with owner specified on a separate line..
17346
17347 * align.el: New file.
17348
17349 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17350
17351 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17352
173532000-01-13 Dave Love <fx@gnu.org>
17354
17355 * ph.el: Removed. (Obsoleted by EUDC.)
17356
173572000-01-13 Gerd Moellmann <gerd@gnu.org>
17358
17359 * net/eudc.el (toplevel): Remove autoloaded code installing
17360 menu with easymenu, because that causes build problems.
17361
17362 * frame.el (frame-notice-user-settings): New variable.
17363 (frame-notice-user-settings): Don't modify frame parameters
17364 if called a second time.
17365
173662000-01-13 Richard M. Stallman <rms@gnu.org>
17367
17368 * frame.el (frame-notice-user-settings):
17369 Notice default-frame-parameters even for non-window frames.
17370
173712000-01-13 Gerd Moellmann <gerd@gnu.org>
17372
17373 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17374 for Emacs.
17375 (eudc-bob-can-display-inline-images): Extend for Emacs.
17376 (eudc-bob-toggle-inline-display): Ditto.
17377 (eudc-bob-display-jpeg): Ditto.
17378
173792000-01-12 Gerd Moellmann <gerd@gnu.org>
17380
17381 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17382 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17383 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17384
86f6474c
SM
17385 * add-log.el (add-change-log-entry): Fix error trying an
17386 `(insert nil)'.
a30eb617
DL
17387
17388 * subdirs.el: Add `net' directory.
17389
17390 * net: New directory.
17391
17392 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17393 eval-last-sexp. Don't bind debug-on-error here.
17394 (eval-last-sexp): New function. Bind debug-on-error if
17395 eval-expression-debug-on-error is non-nil.
17396 (eval-defun-2, eval-defun): Likewise.
17397
17398 * simple.el (eval-expression): Don't bind debug-on-error if
17399 eval-expression-debug-on-error is nil. Detect changed
17400 debug-on-error, and propagate new value to global binding, if
17401 eval-expression-debug-on-error is non-nil,
17402 (eval-expression-debug-on-error): Change doc string.
17403
174042000-01-11 Richard M. Stallman <rms@gnu.org>
17405
17406 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17407
17408 * emacs-lisp/lisp-mode.el (with-syntax-table):
17409 Set up lisp-indent-function property.
17410
17411 * subr.el (with-syntax-table): Moved from simple.el.
17412
17413 * simple.el (with-syntax-table): Moved to subr.el.
17414
174152000-01-11 Gerd Moellmann <gerd@gnu.org>
17416
17417 * tmm.el (tmm-shortcut): Delete region after prompt instead
17418 of erasing buffer.
17419
17420 * textmodes/fill.el (fill-common-string-prefix): New function.
17421 (fill-context-prefix): Use the longest common prefix of first
17422 and second line fill prefix, if there is one.
17423
174242000-01-11 Richard M. Stallman <rms@gnu.org>
17425
17426 * array.el (array-mode): Don't use make-variable-buffer-local.
17427 Use make-local-variable for `truncate-lines'.
17428
174292000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17430
17431 * add-log.el (add-log-current-defun): Handle user-defined
17432 add-log-current-function returning nil,
17433
17434 * add-log.el (add-change-log-entry): Insert version number
17435 if having found a current function
17436
86f6474c
SM
17437 * add-log.el (add-log-current-defun):
17438 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17439 level 1. Strip whitespace from defun found.
17440
174412000-01-10 John Wiegley <johnw@gnu.org>
17442
17443 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17444 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17445
174462000-01-10 Dave Love <fx@gnu.org>
17447
17448 * elide-head.el (elide-head): Use point-marker, not point.
17449
174502000-01-10 Gerd Moellmann <gerd@gnu.org>
17451
17452 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17453 before and after the year 2000.
17454
17455 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17456 Add ispell- prefix.
17457
174582000-01-10 Ken Stevens <k.stevens@ieee.org>
17459
17460 * ispell.el: Only define dictionaries in menus when they exist.
17461 (version18p): New variable.
17462 (version20p): New variable.
17463 (xemacsp): New variable.
17464 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17465 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17466 (ispell-dictionary-alist6): Russian command lines no longer accept
17467 run-together words.
17468 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17469 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17470 (check-ispell-version): Added documentation string. Return library
17471 path when called non-interactively.
a30eb617
DL
17472 (ispell-menu-map-needed): Uses new variables.
17473 (ispell-library-path): New variable.
17474 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17475 (ispell-word): Improved documentation string. Test for valid
17476 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17477 result in single words split into multiple words.
17478 Return replacement word.
a30eb617
DL
17479 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17480 replace in recursive query replace mode. Help message for
17481 recursive edit mode.
17482 (ispell-show-choices): Protect against bad framepop bindings.
17483 (ispell-help): Fix to work with XEmacs.
17484 (ispell-highlight-spelling-error): Use new variables.
17485 (ispell-overlay-window): Fix to work with XEmacs.
17486 (ispell-parse-output): Passed and returns location information
17487 tracking spelling corrections. Doesn't recheck same word on
17488 current line.
17489 (ispell-init-process): Protect against bogus XEmacs variable binding.
17490 Fix call to single argument in sleep-for. Use new variables.
17491 (ispell-region): Passed and returns location information tracking
17492 spelling corrections. Doesn't check same word on current line.
17493 Improved documentation string. Doesn't resend a line already
17494 checked to the ispell process - fixes bug in LaTeX parsing.
17495 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17496 (ispell-skip-region): No longer skips <TT> in SGML.
17497 (ispell-process-line): Tracks location information with spelling
17498 corrections. Added documentation string. Accounts for words
17499 already accepted on this line. Don't allow query-replace on line
17500 starting with math characters. Doesn't resend a line already sent
17501 to ispell process. Fixes alignment error bug.
17502
175032000-01-10 Richard M. Stallman <rms@gnu.org>
17504
17505 * dired-x.el (dired-guess-shell-alist-default):
17506 Suggest xloadimage, which is free, not xv, which isn't.
17507
17508 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17509 Don't ever include the host name or user name in the value.
17510
175112000-01-09 Gerd Moellmann <gerd@gnu.org>
17512
17513 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17514 of a real newline.
17515
175162000-01-09 Stephen Eglen <stephen@gnu.org>
17517
17518 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17519 for .png files.
17520
175212000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17522
17523 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17524
175252000-01-09 Gerd Moellmann <gerd@gnu.org>
17526
17527 * progmodes/cperl-mode.el: Replace ^F with ^L.
17528
86f6474c
SM
17529 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17530 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17531
175322000-01-08 Dave Love <fx@gnu.org>
17533
17534 * emacs-lisp/backquote.el: Remove inappropriate customization
17535 (allowing custom.el to use backquote).
17536
175372000-01-07 Dave Love <fx@gnu.org>
17538
17539 * add-log.el (add-log-debugging): Deleted.
17540 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17541 file. Remove debugging code.
17542 (change-log-get-method-definition, change-log-name): Add doc.
17543 (change-log-sortable-date-at): New function.
17544 (change-log-merge): New command.
17545
17546 * time.el (display-time-string-forms): Make the Mail string active.
17547 (display-time-update): Provide help-echo for load average.
17548
17549 * bindings.el (make-mode-line-mouse2-map): New function.
17550 (mode-line-modified): Use it and simplify.
17551 (mode-line-mule-info): Provide help-echo info.
17552 (minor-mode-alist): Activate the strings.
17553 (make-mode-line-mouse-sensitive): Simplify for
17554 mode-line-buffer-identification.
17555
175562000-01-07 Gerd Moellmann <gerd@gnu.org>
17557
17558 * play/pong.el: New file.
17559
175602000-01-06 Dave Love <fx@gnu.org>
17561
17562 * array.el: Assorted cleanups for compiler warnings, doc strings,
17563 `array-' prefix for symbols.
17564
175652000-01-05 Dave Love <fx@gnu.org>
17566
86f6474c
SM
17567 * textmodes/outline.el (outline-mode-menu-bar-map):
17568 Add outline-headers-as-kill.
a30eb617
DL
17569 (outline-mode): Define imenu-generic-expression.
17570 (outline-headers-as-kill): New command.
17571
17572 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17573 from paragraph-start.
17574 (paragraph-indent-minor-mode): New command.
17575
17576 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17577 M-C-e, M-C-h, C-j, C-xnd, TAB.
17578 (fortran-mode): Set beginning-of-defun, end-of-defun.
17579 (fortran-column-ruler): Simplify.
17580 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17581 (fortran-with-subprogram-narrowing): Likewise.
17582 (fortran-indent-subprogram): Call mark-defun.
17583 (fortran-check-for-matching-do): Change narrowing.
17584
17585 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17586 (cl-lucid-hash-tag): Delete.
17587 (cl-hash-table-p): Correct test for native table.
17588 (cl-hash-table-count): Use hash-table-count.
17589
17590 * browse-url.el (browse-url): Fix case of
17591 browse-url-browser-function being an alist.
17592
175932000-01-05 Carsten Dominik <cd@gnu.org>
17594
17595 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17596 (reftex-index-phrase-file-extension): New options.
17597
17598 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17599 Use new option `reftex-index-phrase-file-extension'.
17600
17601 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17602 `reftex-parse-file-extension'.
17603
176042000-01-05 Dave Love <fx@gnu.org>
17605
17606 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17607 (beginning-of-defun-raw): Use it.
17608 (end-of-defun): New variable.
17609 (end-of-defun): Use it.
17610 (check-parens): New command.
17611
176122000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17613
17614 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17615 (hs-show-block): Don't use `mapcar' when not accumulating.
17616
17617 Fix buglet in local variables initialization.
17618
176192000-01-05 Andreas Schwab <schwab@suse.de>
17620
17621 * hscroll.el (hscroll): Doc fix.
17622
176232000-01-05 Carsten Dominik <cd@gnu.org>
17624
86f6474c
SM
17625 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17626 Require idlw-toolbar.
a30eb617 17627
86f6474c 17628 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17629 file idlw-rinfo.el.
86f6474c
SM
17630 (idlwave-customize): Load must read file idlw-shell.el.
17631 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17632
176332000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17634
17635 * progmodes/idlw-shell.el: Also provide idlwave-shell
17636 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17637 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17638
86f6474c 17639 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17640 both reftex-dcr and reftex-vcr.
17641
17642 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17643
176442000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17645
17646 * ps-print.el: PostScript code now is in separate files, doc fix.
17647 (ps-print-version): New version number (5.0.3).
17648 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17649 local.
17650 (ps-spool-config): Initialization fix.
17651 (ps-print-prologue-1, ps-print-prologue-2)
17652 (ps-print-duplex-feature): PostScript code moved to separated file.
17653 (ps-background-image): Little code reformating.
17654 (ps-begin-file, ps-begin-job): Fix code.
17655 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17656 (ps-prologue-file): New fun.
17657
176582000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17659
17660 * ps-vars.el: Eliminated.
17661
17662 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17663 `;;;###autoload'.
17664
17665 * ps-print.el: ps-vars eliminated, doc fix.
17666 (ps-print-version): New version number (5.0.2).
17667 (ps-spool-config): Initialization fix.
17668 (ps-print-customize): New fun.
17669
176702000-01-04 Gerd Moellmann <gerd@gnu.org>
17671
86f6474c 17672 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17673
176742000-01-04 Dave Love <fx@gnu.org>
17675
17676 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17677 menu items.
17678
176792000-01-03 Dave Love <fx@gnu.org>
17680
17681 * elide-head.el (elide-head) [defgroup]: Add :version.
17682
17683 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17684 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17685 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17686 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17687
176882000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17689
17690 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17691 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17692
176932000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17694
17695 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17696 at comment end, and re-insert them after filling.
17697
176982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17699
17700 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17701 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17702 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17703
177042000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17705
17706 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17707 the new name of face-color-supported-p.
17708
17709 * term/w32-win.el (xw-defined-colors): Likewise.
17710
177112000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17712
17713 * simple.el (completion-setup-function): Count completion-size
17714 from minibuffer-prompt-end, not from point-min.
17715
177162000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17717
17718 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17719 Pass the frame to tty-color-* functions.
17720 (display-color-p, frame-set-background-mode): Pass the frame to
17721 tty-display-color-p.
17722
17723 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17724 tty-color-alist.
17725 (tty-color-alist, tty-modify-color-alist): New functions.
17726 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17727 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17728 optional parameter FRAME.
a30eb617
DL
17729
177302000-01-01 Gerd Moellmann <gerd@gnu.org>
17731
86f6474c
SM
17732 * image.el (create-image, defimage): Don't assume image data is
17733 a string.
a30eb617
DL
17734
17735 * image.el (defimage): Handle specifications containing :data
17736 instead of :file.
17737 (image-type-from-data): New function.
17738 (image-type-from-file-header): Use it.
17739 (create-image): Add parameter DATA-P.
17740
17741See ChangeLog.8 for earlier changes.
17742
17743;; Local Variables:
17744;; coding: iso-2022-7bit
17745;; End: