Give advice about how to default position args and region args.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e4cdc335
RS
12001-06-14 Richard M. Stallman <rms@gnu.org>
2
3 * replace.el (keep-lines-read-args): Return just a regexp.
4 Provide nil for the region args.
5 (keep-lines, flush-lines, how-many):
6 Calculate the defaults for the region here, when args are nil.
7
c8c6b45a
EZ
82001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
9
10 * rot13.el (rot13-other-window): Some more doc fix.
11
f54701d1
EZ
122001-06-14 Per Starback <starback@ling.uu.se>
13
14 * replace.el (case-replace, query-replace-from-history-variable)
15 (query-replace-to-history-variable, keep-lines-read-args)
16 (occur-revert-function, query-replace-help): Dox fix.
17
1604ce98
EZ
182001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
19
20 * rot13.el (rot13-other-window): Doc fix.
21
22058843
MB
222001-06-14 Miles Bader <miles@gnu.org>
23
24 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
25 of " and \ to "." (punctuation).
26 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
27
e4cdc335
RS
282001-06-13 Richard M. Stallman <rms@gnu.org>
29
30 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
31
32 * simple.el (shell-command-on-region): Never kill the
33 *Shell Command Output* buffer.
34
a62d56ab
SM
352001-06-13 Stefan Monnier <monnier@cs.yale.edu>
36
37 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
38
4a0aa1d9
SM
392001-06-10 Stefan Monnier <monnier@cs.yale.edu>
40
41 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
42 New var, to recognize ${ $' and PODs.
43 (perl-font-lock-syntactic-face-function): New function.
44 (perl-mode): Use them.
45 (perl-continuation-line-p): New function, from perl-calculate-indent.
46 (perl-calculate-indent): Use it, to properly handle continuation
47 lines of continuation lines.
48
b5a9911c
EZ
492001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
50
51 * server.el (server-process, server-buffer-clients): Doc fix.
52 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
53
0f056ec1
JW
542001-06-09 John Wiegley <johnw@gnu.org>
55
56 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
57 test if the last command was Lisp or not.
58 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
59 B x C".
60
e5e316b0
EZ
612001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
62
63 * dos-w32.el (grep-regexp-alist): Remove definition, since the
64 general one on compile.el supports drive letters.
7f4350a7
CD
65
662001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
67
5a905a7e 68 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 69 key description.
7f4350a7
CD
70
71 * textmodes/reftex-sel.el (reftex-select-jump): New command.
72
5a905a7e 73 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
74 (reftex-toc-jump): New command.
75
76 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 77 to parse international characters as well.
7f4350a7 78
5a905a7e 79 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 80 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 81
5a905a7e
SM
82 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
83
84 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 85 TAB to the key separators.
7f4350a7 86
73419021
EZ
872001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
88
89 * international/mule.el (auto-coding-alist): Remove redundant
90 up-cased versions of the extensions (auto-coding-alist-lookup is
91 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
92 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
93
cada28bb
EZ
942001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
95
96 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
97
4f7666dc
RS
982001-06-01 Richard M. Stallman <rms@gnu.org>
99
100 * help.el (describe-variable): Put value on same line
101 with preceding text, if it is short enough to look good that way.
102
70079787
EZ
1032001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
104
105 * term/internal.el (IT-unicode-translations): New variable.
106 (IT-setup-unicode-display): New function.
107
c86f4619
GM
1082001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
109
110 * ps-print.el: Handle before-string and after-string overlay properties
111 in ps-print-*-with-faces commands. Doc fix.
112 (ps-print-version): New version number (6.5.2).
113 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
114 for XEmacs.
115 (ps-prefix-quote): Doc fix.
c6d452ad 116 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
117 (ps-basic-plot-str, ps-plot-string): New funs.
118
1ea98518
SM
1192001-05-31 Stefan Monnier <monnier@cs.yale.edu>
120
121 * progmodes/etags.el (tags-compression-info-list): Fix docstring
122 and :type spec.
123
2b1ec973
GM
1242001-05-31 Gerd Moellmann <gerd@gnu.org>
125
1ea98518
SM
126 * international/mule-cmds.el (inactivate-input-method):
127 Set input-method-function to nil.
2b1ec973 128
94843cc1
GM
129 * xml.el (xml-parse-tag): The document may contain invalid characters.
130 From ShengHuo ZHU <zsh@cs.rochester.edu>
131
9652931f
GM
1322001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
133
134 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
135 `rmail-summary-line-decoder' if the message does not have
136 a Subject: field.
9652931f 137
1ea98518 138 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 139
1ea98518
SM
140 * mail/rmail.el (rmail-insert-mime-resent-message-function):
141 New variable.
9652931f
GM
142 (rmail-resend): Modify to work in `rmail-view-buffer'; call
143 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
144 is non-nil.
145
b781e739
SS
1462001-05-29 Sam Steingold <sds@gnu.org>
147
00f51890
SS
148 * faces.el (face-valid-attribute-values): Bind `valid' directly
149 instead of using `setq'.
150
b781e739
SS
151 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
152 Use `tex-shell-buf'.
153 (tex-shell-proc): Use `tex-shell-running'.
154 (tex-shell-buf-no-error): New function.
155 (tex-send-tex-command): Use it.
156 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
157 (tex-kill-job): Check the process before calling `quit-process'.
158
3d0e328b
GM
1592001-05-29 Gerd Moellmann <gerd@gnu.org>
160
1ea98518
SM
161 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
162 UTF-8 sequences.
3d0e328b 163
8bd6307f
GM
1642001-05-28 Miles Bader <miles@gnu.org>
165
166 * comint.el (comint-carriage-motion): Renamed from
167 `comint-cr-magic'. Operate on the buffer instead of the string
168 (for use as a comint post-output filter, instead of as a
169 pre-output filter). Handle backspaces too. Add to the
170 `comint-output-filter-functions' hook instead of
171 `comint-preoutput-filter-functions'.
172
89c8dc6c
GM
1732001-05-28 Gerd Moellmann <gerd@gnu.org>
174
175 * language/japan-util.el (japanese-hankaku): Prefer the charset
176 `jisx0201' when the optional argument `ascii-only' is not specified.
177 (japanese-hankaku-region): Ditto.
178 From Katsumi Yamaoka <yamaoka@jpl.org>
179
f25c1b9b
SM
1802001-05-28 Stefan Monnier <monnier@cs.yale.edu>
181
182 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
183 (outline-invisible-p): New function.
184 (hide-leaves): Save excursion.
185 (hide-other): Stop looping when reaching bobp.
186
719bb352
EZ
1872001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
188
189 * cus-edit.el (custom-file): Fix last change.
190
d686d354
SM
1912001-05-27 Stefan Monnier <monnier@cs.yale.edu>
192
193 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
194 same definition in byte-compile-function-environment as `autoload'
195 would put in `symbol-function'.
196
197 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
198 patch to correct the error message as well.
199
49b1a638
EZ
2002001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
201
71261a01
EZ
202 * cus-edit.el (custom-file): Don't assume we were invoked with -q
203 unless ~/.emacs exists.
204
49b1a638
EZ
205 * novice.el (enable-command): If user-init-file is nil or does not
206 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
207
a434b175
SM
2082001-05-25 Stefan Monnier <monnier@cs.yale.edu>
209
15ca8de7
SM
210 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
211 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
212 Allow spaces around macro arguments.
213 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
214 indent-for-tab-command.
215 (latex-mode-map, plain-tex-mode-map): New keymaps.
216 Inherit from tex-mode-map.
217 (tex-common-initialization): Don't setup the keymap any more
218 since it's now done right by define-derived-mode.
219 (latex-mode): Set skeleton-end-hook to nil.
220 (latex-skeleton-end-hook): Remove.
221 (tex-latex-block, latex-insert-item): Simplify.
222 (latex-syntax-after): Use following-char rather than char-after.
223 (tex-discount-args-cmds, tex-count-words): New functions.
224
225 * textmodes/tildify.el (tildify-ignored-environments-alist):
226 Recognize \verb* as well.
227
228 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
229 (perl-comment-indent): Simplify to let newcomment.el do its job.
230 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
231 (perl-mark-function): Cleanup the namespace.
232 (perl-calculate-indent): Don't be fooled by nested functions.
233
234 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
235
a434b175
SM
236 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
237 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
238
4e7e1f03
AC
2392001-05-25 Andrew Choi <akochoi@i-cable.com>
240
241 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
242 actually be `\\'.
243 (ctlau-b5-converter): Likewise.
244
2bef0948
AC
2452001-05-24 Andrew Choi <akochoi@i-cable.com>
246
247 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
248 Change CTLauB.el to CTLau-b5.el.
249
d2d1851b
SM
2502001-05-23 Stefan Monnier <monnier@cs.yale.edu>
251
252 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
253 rather than beginning-of-line to avoid problems with fields.
254 (gud-perldb-massage-args): Use unless and push.
255 (gud-chdir-before-run): New var.
256 (gud-common-init): Use it.
257
5e3d4fbc
AC
2582001-05-24 Andrew Choi <akochoi@i-cable.com>
259
260 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
261 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 262 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 263 chinese-ctlaub.
d2d1851b
SM
264 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
265 New functions.
5e3d4fbc 266
0216c3df
GM
2672001-05-22 Gerd Moellmann <gerd@gnu.org>
268
f1f65349
GM
269 * cus-edit.el (custom-comment-show): Remove debug code.
270
0216c3df
GM
271 * language/japan-util.el (japanese-symbol-table): Fix handling of
272 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
273
e8a1ed31
SM
2742001-05-21 Stefan Monnier <monnier@cs.yale.edu>
275
276 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
277 Renamed by removing the silly `-flag' suffix.
278 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
279
7246200c
SM
2802001-05-20 Stefan Monnier <monnier@cs.yale.edu>
281
282 * replace.el (keep-lines-read-args): Use `copy-marker'.
283 (how-many): Save excursion properly.
284 (occur-mode): Use define-derived-mode.
285 (perform-replace): Use with-current-buffer.
286
7e971261
RS
2872001-05-20 Richard M. Stallman <rms@gnu.org>
288
65569e52
RS
289 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
290
cc9684e8
RS
291 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
292
9ca00e71
RS
293 * info.el (Info-read-subfile): Widen before finding the
294 desired node in the subfile.
295
7e971261
RS
296 * startup.el (command-line-1): When >2 files visited,
297 leave the last one visible, and make that the selected window.
298
7c5312b2
GM
2992001-05-20 Gerd Moellmann <gerd@gnu.org>
300
301 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
302
310e9a21
EZ
3032001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
304
7246200c
SM
305 * international/ccl.el (define-ccl-program): Fix a typo.
306 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
307
308 * international/mule.el (decode-char): Fix a typo. From Pavel
309 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
310
311 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
312 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
313
310e9a21
EZ
314 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
315 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
316
ef55aa6c
SS
3172001-05-18 Sam Steingold <sds@gnu.org>
318
7246200c 319 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
320 and [RET] to `cvs-mode-find-file'.
321
c9f3bebe
JW
3222001-05-18 John Wiegley <johnw@gnu.org>
323
324 * eshell/esh-ext.el (eshell-explicit-command-char): A new
325 configuration variable, which determines the initial character
326 that forces use of an external version of a command. The default
327 is *, but may be set to \, for example.
328
329 * eshell/esh-ext.el (eshell-explicit-command):
330 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 331
c9f3bebe
JW
332 * eshell/esh-cmd.el (eshell/which):
333 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 334
7c5312b2
GM
335 * eshell/em-cmpl.el (eshell-completion-command-name)
336 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
337 instead of ?*.
338
1c66d9fb
GM
3392001-05-18 Gerd Moellmann <gerd@gnu.org>
340
a724ed38
GM
341 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
342 subst-char-in-string.
343 (ange-ftp-after-parse-ls-hook): New variable.
344 (ange-ftp-ls): Run that hook.
345 From Peter Milliken <Peter.Milliken@GTECH.COM>.
346
0595722b
GM
347 * tmm.el (tmm-get-keymap): Fix handling of :filter.
348 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
349 text into *Completions*.
350
1c66d9fb
GM
351 * net/goto-addr.el (goto-address-at-point): Deal with URLs
352 part of which look like email addresses.
353
c5bdb93d
AI
3542001-05-18 Andrew Innes <andrewi@gnu.org>
355
7246200c
SM
356 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
357 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
358 cmd.exe's handling of FOR loops.
359 (autoloads): Set find-file-suppress-same-file-warnings to t to
360 avoid slew of spurious messages.
361
9a1211f2
GM
3622001-05-18 Simon Josefsson <simon@josefsson.org>
363
364 * mail/smtpmail.el (maybe-append-domain): Renamed to
365 `smtpmail-maybe-append-domain'.
366 (smtpmail-via-smtp): Use the new name.
367
29148a3f
GM
368 * net/browse-url.el (browse-url-browser-function): Add kde.
369 (browse-url-kde-program, browse-url-kde-args): New variables.
370 (browse-url-kde): New function.
371
9ab59a1a
MB
3722001-05-18 Miles Bader <miles@gnu.org>
373
7246200c
SM
374 * simple.el (delete-horizontal-space, just-one-space):
375 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
376 because it's more efficient for large files.
377
cebf1b97
GM
3782001-05-17 Gerd Moellmann <gerd@gnu.org>
379
f90c23ca
GM
380 * mail/rmail.el (rmail-require-mime-maybe): New function.
381 (rmail): Use it.
382 (rmail-mode): Handle the case of finding Rmail files.
383
cebf1b97
GM
384 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
385 functions.
386
df22166e
SM
3872001-05-17 Stefan Monnier <monnier@cs.yale.edu>
388
389 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
390 text-property after moving to the beginning of line and regardless
391 of the value of font-lock-multiline.
392
2ca0d5f1
GM
3932001-05-17 Gerd Moellmann <gerd@gnu.org>
394
e85e809a
GM
395 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
396
2ca0d5f1
GM
397 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
398 last coding system used before calling set-buffer-modified-p
399 because that function changes last-coding-system.
400
4c6a4739
EZ
4012001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
402
403 * files.el (switch-to-buffer-other-window)
404 (switch-to-buffer-other-frame): Add an xref to display-buffer in
405 the doc string.
406
f08cf35b
GM
4072001-05-17 Gerd Moellmann <gerd@gnu.org>
408
409 * language/slovak.el, language/czech.el: New maintainer.
410
2180ea97
SS
4112001-05-16 Sam Steingold <sds@gnu.org>
412
f08cf35b 413 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
414 sub-form of `defgeneric' correctly.
415
9bae8781
GM
4162001-05-16 Gerd Moellmann <gerd@gnu.org>
417
a90b3d3c
GM
418 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
419 of `c'.
420
1b7818b4 421 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
422 condition-case, test what outline-level returns instead, to
423 ease debugging.
1b7818b4 424
9bae8781
GM
425 * international/mule.el (auto-coding-regexp-alist): New user-option.
426 (auto-coding-from-file-contents): New function.
427 (set-auto-coding): Use it to determine a coding system.
428
7644c605
GM
4292001-05-15 Gerd Moellmann <gerd@gnu.org>
430
18a0a39e
GM
431 * mouse.el (mouse-delete-other-windows): Doc fix.
432
df22166e
SM
433 * emacs-lisp/lisp-mode.el (lisp-mode):
434 Make font-lock-keywords-case-fold-search a buffer-local variable with
435 make-local-variable before setting it.
7644c605 436
940cf42e
EZ
4372001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
438
439 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
440 prefixes.
441
557f7c34
GM
4422001-05-14 Gerd Moellmann <gerd@gnu.org>
443
444 * hexl.el (hexl-current-address): Print a message when called
445 interactively.
446
14d9b141
SM
4472001-05-11 Stefan Monnier <monnier@cs.yale.edu>
448
449 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
450
451 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
452
453 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
454
7bd2d083
GM
4552001-05-11 Gerd Moellmann <gerd@gnu.org>
456
47e72862
GM
457 * startup.el (command-line): If parameters have been changed in
458 the init files which influence font selection, clear the face
459 cache so that faces get realized with the new parameters.
460
14d9b141 461 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 462
0f49941f
SM
4632001-05-10 Stefan Monnier <monnier@cs.yale.edu>
464
465 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
466
cbeed4a8
EZ
4672001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
468
469 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
470 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
471
ff9aa2ca
GM
4722001-05-10 Gerd Moellmann <gerd@gnu.org>
473
474 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 475 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 476
b2c99950
JW
4772001-05-09 John Wiegley <johnw@gnu.org>
478
0f49941f
SM
479 * eshell/esh-util.el (eshell-convert-numeric-arguments):
480 Annotated the documentation string to tell users about
3cb27fd7
JW
481 `eshell-no-numeric-conversions'.
482
c26f6b27
JW
483 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
484 conversions if a Lisp function has the property
485 `eshell-no-numeric-conversions' set to a non-nil value.
486
487 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
488 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
489 property `eshell-no-numeric-conversions' on the following
490 functions (which all deal with filesystem entities, and never Lisp
491 numerical values): eshell/cd, eshell/pushd, eshell/popd,
492 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
493 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
494 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
495 eshell/which, eshell/addpath.
496
4972001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 498
d089e299
JW
499 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
500 encountered as an argument, don't convert it right away, but tag
501 the first character of the string with the text properties
502 `number', which signifies to `eshell-lisp-command' that the
503 argument should be passed through `string-to-number' if it is
504 actually used in the call to a Lisp function.
505
506 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
507 function, convert any string arguments that have been tagged as
508 "numbers", by calling string-to-number.
509
510 * eshell/esh-util.el (eshell-number-regexp): Now that number
511 conversions only happen for Lisp function calls, the number regexp
512 should now match all integer and floating point forms.
513
514 * eshell/esh-proc.el: Disable `eshell-stop-process' and
515 `eshell-continue-process', since they are both nonfunctional at
516 the moment.
517 (eshell-proc-initialize): Don't bind keys for
518 `eshell-stop-process' or `eshell-continue-process'.
519
0f49941f
SM
520 * eshell/em-unix.el (eshell-shuffle-files):
521 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
522
523 * eshell/em-hist.el (eshell-add-to-history): Reference to
524 `eshell-history-ring' needed to be `eshell-history-index'.
525
0f49941f
SM
526 * calendar/timeclock.el (timeclock-find-discrep):
527 Initialize `elapsed' to 0.
cb89da0f
JW
528 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
529 it's still nil.
b2c99950 530
ff39b9a1
SM
5312001-05-09 Stefan Monnier <monnier@cs.yale.edu>
532
533 * arc-mode.el (archive-int-to-mode): Construct the string directly.
534 (archive-mode): Use capitalize.
535 (archive-unique-fname): Use make-temp-file.
536
9e53a675
GM
5372001-05-09 Gerd Moellmann <gerd@gnu.org>
538
539 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
540
c8224de6
EZ
5412001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
542
c533a7e2
EZ
543 * tar-mode.el (tar-extract): Pay attention to the value of
544 coding-system-for-read, if it is non-nil.
545
ff39b9a1
SM
546 * calendar/holidays.el (holidays): Add an autoload cookie.
547 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 548
1c8c9fb8
JW
5492001-05-08 John Wiegley <johnw@gnu.org>
550
ff39b9a1
SM
551 * calendar/timeclock.el (timeclock-workday-remaining):
552 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
553 (timeclock-workday-elapsed): Don't accept a "relative" argument
554 for the current day's elapsed time. What could that have meant?
ff39b9a1 555 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
556 (timeclock-when-to-leave): Changed logic, similarly to what was
557 done for `timeclock-workday-remaining'.
558 (timeclock-find-discrep): Removed "today-only" argument, which had
559 no meaning. Fixed some more math problems. The function now
560 returns a three member list: (TOTAL-TIME-DISCREPANCY
561 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
562
5f47fb28
EZ
5632001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
564
565 * w32-fns.el (convert-standard-filename): Start replacing slashes
566 from the beginning of the file name, not from where the last
567 invalid character was. From "Andrew Maguire (SWW)"
568 <Andrew.Maguire@Smallworld.co.uk>
569
6da5c7da
GM
5702001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
571
572 The following changes are to provide infrastructure for handling
573 MIME messages to rmail. They don't affect the original behaviour
574 if rmail-enable-mime is nil.
575
576 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
577 (rmail-search-mime-message-function)
578 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
579 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
580 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
581 `rmail-view-buffer' is hidden.
6da5c7da
GM
582 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
583 call rmai-show-mime-function.
584 (rmail-display-labels): If rmail-enable-mime is non-nil, update
585 mode-line-process of rmail-view-buffer.
586 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
587 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
588 buffer.
ff39b9a1
SM
589 (rmail-next-message, rmail-next-undeleted-message): Be sure to
590 set-buffer to the Rmail buffer.
6da5c7da
GM
591 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
592 rmail-search-mime-header-function.
593 (rmail-search-message): New function.
594 (rmail-search): Call rmail-search-message to check if a message
595 matches REGEXP, lastly update point after calling
596 rmail-show-message.
ff39b9a1
SM
597 (rmail-undelete-previous-message, rmail-expunge-confirmed)
598 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
599 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
600 header region, refer to rmail-msgref-vector while setting the
601 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
602 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
603 If rmail-enable-mime is non-nil, call
6da5c7da
GM
604 rmail-insert-mime-forwarded-message-function instead of inserting
605 forwarded message by itself.
606
607 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
608 Rmail buffer.
609 (rmail-set-label, rmail-next-labeled-message): Likewise.
610
611 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
612 set-buffer to the Rmail buffer.
613 (rmail-output-to-rmail-file): Likewise.
614 (rmail-output): Likewise.
615
616 * mail/rmailsum.el (rmail-message-subject-p): Process the result
617 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
618 (rmail-new-summary): Be sure to go to the Rmail buffer.
619 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
620 rmail-view-buffer to nil.
621 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
622 rmail-view-buffer.
623 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
624 rmail-buffer.
625 (rmail-summary-scroll-msg-down): Likewise.
626 (rmail-summary-beginning-of-message): Likewise.
627 (rmail-summary-wipe): Likewise.
628 (rmail-summary-toggle-header): Use save-window-excursion, not
629 save-excursion. Update point in rmail-view-buffer, not in
630 rmail-buffer.
631 (rmail-summary-reply): Before calling rmail-reply, set buffer to
632 rmail-view-buffer, not rmail-buffer.
633
5092477a
GM
6342001-05-07 Gerd Moellmann <gerd@gnu.org>
635
1e9fc92e
GM
636 * cus-edit.el (custom-file): Signal an error if user-init-file is
637 nil (running -q).
638
1d053370
GM
639 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
640
ff39b9a1
SM
641 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
642 Add :version.
643
644 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
645 New option.
1b62b062
GM
646 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
647 only if smtpmail-warn-about-unknown-extensions is set.
648
f851a71c
GM
649 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
650 instead of rmail-sort-by-keywords.
651
ff39b9a1 652 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
653 rmail-sort-by-keywords.
654
ff39b9a1
SM
655 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
656 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
657 (rmail-summary-mode): Doc fix.
658
5092477a
GM
659 * mail/rmail.el (rmail-edit): New Custom group.
660
661 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
662 (rmail-edit-mode-hook): New user-option.
663
05be3833
RS
6642001-05-05 Richard M. Stallman <rms@gnu.org>
665
666 * help.el (help-xref-symbol-regexp): Recognize "source of"
667 and friends, meaning make a link to the source file.
668 (help-make-xrefs): Handle "source of" and friends
669 by constructing a link that visits the source file.
670
671 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
672
7dfb000f
SM
6732001-05-04 Stefan Monnier <monnier@cs.yale.edu>
674
5efe6a56
SM
675 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
676 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
677 Renamed from perl-font-lock-keywords to avoid clashes.
678 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
679 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
680 Updated correspondingly.
681
7dfb000f
SM
682 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
683 Typo `nonexistant' -> `nonexistent'.
684
88bbb8cb
EZ
6852001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
686
7dfb000f
SM
687 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
688 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
689 `c-electric-delete-forward' always deletes forward and
690 `c-electric-delete' only contains the code necessary for XEmacs to
691 choose between backward and forward deletion.
7dfb000f 692
88bbb8cb
EZ
693 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
694 get the electric behavior on that key too.
695 (c-fill-paragraph): Fixed bogus direct use of
696 c-comment-prefix-regexp, which caused an error when it's a list.
697
a1af8dcf
EZ
6982001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
699
700 * dired-aux.el (dired-diff): Doc fix.
701
702 * dired.el (dired-diff): Likewise.
703
ddfb4005
EZ
7042001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
705
706 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
707
b36581fb
SM
7082001-05-02 Stefan Monnier <monnier@cs.yale.edu>
709
80a00b6a
SM
710 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
711 if both the buffer and the file are read-only.
712
b36581fb
SM
713 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
714 rather than font-lock-string-face.
715 (sh-get-indent-info): Treat heredocs like strings.
716
470bbe9b
GM
7172001-05-02 Gerd Moellmann <gerd@gnu.org>
718
b36581fb
SM
719 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
720 a newline following `}'.
3356df63
GM
721 (texinfo-format-email): New function.
722 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
723 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
724 Add `display'.
3356df63
GM
725 (texinfo-sort-region): Goto point-min before sorting.
726 (texinfo-set): Remove leading white space from value.
727 From yagi@is.titech.ac.jp.
728
470bbe9b
GM
729 * replace.el (query-replace-regexp-eval): Doc fix.
730
a9d2fd1d
SM
7312001-05-01 Stefan Monnier <monnier@cs.yale.edu>
732
733 * diff-mode.el (diff-nonexistant-face): New face.
734 (diff-font-lock-keywords): Use it.
735
2b3e941a
EZ
7362001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
737
22cd6fd3
EZ
738 * font-lock.el (font-lock-mode): Doc fix.
739
2b3e941a
EZ
740 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
741 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
742
50df7214
GM
7432001-04-30 Gerd Moellmann <gerd@gnu.org>
744
a9d2fd1d
SM
745 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
746 backslash at the start of the here-document delimiter.
a9793e45
GM
747 (sh-font-lock-syntactic-keywords): Likewise.
748
50df7214
GM
749 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
750
e2f599e9
EZ
7512001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
752
753 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
754 (tty-color-translate, tty-color-by-index, tty-color-values)
755 (tty-color-desc): Doc fix.
756
dcaf31d3
EZ
7572001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
758
759 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
760 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
761 Mention dired-dwim-target in the doc string.
dcaf31d3 762
a6a06429
MB
7632001-04-28 Miles Bader <miles@gnu.org>
764
765 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
766 (dabbrev--find-expansion): Use it.
767 (dabbrev--select-buffers): Don't select ignored buffers.
768
5a5d9185
GM
7692001-04-27 Gerd Moellmann <gerd@gnu.org>
770
a9d2fd1d 771 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 772
c5b82005
RS
7732001-04-26 Richard M. Stallman <rms@gnu.org>
774
775 * dabbrev.el: Add doc strings for some functions.
776 (dabbrev--eliminate-newlines): New variable.
777 (dabbrev--substitute-expansion): Convert newlines to spaces
778 if dabbrev--eliminate-newlines is set.
779 If abbrev and expansion are both all-lower-case,
780 leave dabbrev--last-case-pattern nil.
781
7cff9c6f
GM
7822001-04-26 Gerd Moellmann <gerd@gnu.org>
783
784 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
785 if necessary, like in rmail-show-message.
786
efa89c1f
GM
7872001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
788
789 * ps-print.el: Color specified by number is forced to be float number.
790 (ps-print-version): New version number (6.5.1.1).
791 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
792 initialization.
793 (ps-prefix-quote): New internal var.
794 (ps-print-quote): New fun.
795 (ps-setup, ps-output-frame-properties, ps-float-format)
796 (ps-format-color): Code fix.
a9d2fd1d
SM
797 (ps-plot-region): Eliminate redundant foreground color text setting.
798
d3111e5a
EZ
7992001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
800
801 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
802
a728644c
GM
8032001-04-25 Gerd Moellmann <gerd@gnu.org>
804
805 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
806
4ecdf04d
EZ
8072001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
808
4645bb68
EZ
809 * info.el (Info-additional-directory-list): Doc fix.
810
4ecdf04d 811 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
812 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
813 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 814
7cd512f2
SM
8152001-04-25 Stefan Monnier <monnier@cs.yale.edu>
816
1dc64fca
SM
817 * progmodes/make-mode.el (makefile-font-lock-keywords):
818 Rationalize the rules for includes and conditionals and use the
819 keyword face for them.
820
7cd512f2
SM
821 * faces.el (modify-face): Add compatibility for non-interactive use.
822
ffeb5c1c
JW
8232001-04-24 John Wiegley <johnw@gnu.org>
824
825 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
826 fix from last night, since it wasn't finding eshell/cd.
827
35f901fa
GM
8282001-04-24 Gerd Moellmann <gerd@gnu.org>
829
830 * rect.el (string-rectangle): Revert to 20.x behaviour.
831 (replace-rectangle): Make it an alias for string-rectangle.
832 (string-insert-rectangle): New function.
833
c7b1b508
JW
8342001-04-23 John Wiegley <johnw@gnu.org>
835
836 * eshell/em-unix.el (eshell/diff): Fixed problems that were
837 occurring with Emacs 21's diff.el/compile.el interaction layer.
838
8392001-04-23 Colin Walters <walters@cis.ohio-state.edu>
840
841 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
842 case where the function was defined in a file, but not part of an
843 eshell module.
844
157975e3
JW
8452001-04-23 John Wiegley <johnw@gnu.org>
846
847 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
848 code to work around a redisplay problem I've been having.
849
3dc630b9
JW
8502001-04-23 John Wiegley <johnw@gnu.org>
851
852 * calendar/timeclock.el (timeclock-day-required): If the time
853 required for a particular day is not set, use `timeclock-workday'.
854 (timeclock-find-discrep): Added some sample code in a comment.
855
856 * eshell/eshell.el (eshell-command): Made a few changes so that
857 `eshell-command' could be called programmatically.
858
7cd512f2 859 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 860
7cd512f2 861 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 862
3ae14dd9 8632001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
864
865 * calendar/timeclock.el: Updated copyright.
866 (timeclock-generate-report): Don't report the daily or two-week
867 total, if no time has been worked in that period.
868 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
869 final computational form, which was unnecessary; corrected a
870 parsing problem when timeclock-relative was nil.
871
3ae14dd9 8722001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
873
874 * calendar/timeclock.el (timeclock-modeline-display): Check if
875 `list-entry' is null.
876 (timeclock-use-display-time): The first argument to `set-variable'
877 must be a symbol.
878
53e1a74c
EZ
8792001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
880
881 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
882 (calendar-today-marker, calendar-holiday-marker):
883 Use display-color-p instead of window-system.
53e1a74c
EZ
884 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
885 instead of window-system.
886 (calendar-hide-window): Use display-multi-frame-p instead of
887 window-system.
888
889 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
890 (calendar-only-one-frame-setup, calendar-one-frame-setup):
891 Use display-multi-frame-p instead of window-system.
53e1a74c 892
23b809c2
GM
8932001-04-23 Gerd Moellmann <gerd@gnu.org>
894
1d14e80c
GM
895 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
896
23b809c2
GM
897 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
898 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
899
b5eeaa1d
GM
9002001-04-23 Alex Schroeder <alex@gnu.org>
901
902 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
903 line-end-position a defalias is used for point-at-bol and point-at-eol.
904
b5eeaa1d
GM
9052001-04-23 Alex Schroeder <alex@gnu.org>
906
907 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 908 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 909
ac1470eb
EZ
9102001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
911
912 * textmodes/paragraphs.el (sentence-end): Doc fix.
913
624ef9b3
GM
9142001-04-20 Alex Schroeder <alex@gnu.org>
915
916 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 917 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
918
9192001-04-20 Alex Schroeder <alex@gnu.org>
920
921 * sql.el (sql-db2-program): New option.
922 (sql-db2-options): New option.
923 (sql-db2): New function.
924
9252001-04-20 Alex Schroeder <alex@gnu.org>
926
927 * sql.el (sql-mode-menu): Added highlighting entries.
928 (sql-highlight-oracle-keywords): New function.
929 (sql-highlight-postgres-keywords): New function.
930 (sql-highlight-ansi-keywords): New function.
931
9322001-04-20 Alex Schroeder <alex@gnu.org>
933
934 * sql.el (sql-help): Doc change.
935
2a83a11d
SM
9362001-04-19 Stefan Monnier <monnier@cs.yale.edu>
937
938 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
939
6f4dd4dc
GM
9402001-04-18 Gerd Moellmann <gerd@gnu.org>
941
0f8d6dc7
GM
942 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
943 for defmethod.
944
6f4dd4dc
GM
945 * comint.el (comint-cr-magic): New function.
946 (toplevel): Add it to comint-preoutput-filter-functions.
947
90200fcc
AI
9482001-04-18 Andrew Innes <andrewi@gnu.org>
949
950 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 951 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
952 (recompile): Remove stuff to set EMACSLOADPATH.
953
daa66f34
GM
9542001-04-18 Gerd Moellmann <gerd@gnu.org>
955
edc5c81d
GM
956 * language/slovak.el ("Slovak"): Add tutorial entry.
957
daa66f34
GM
958 * net/browse-url.el (browse-url-new-window-flag): Renamed from
959 browse-url-new-window-p.
960
5d5845dc
EZ
9612001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
962
963 * info.el (Info-menu-update): When there are no menus and/or no
964 cross references in the node, make the respective items of the
965 Info menu-bar menu inactive.
966
1c8addd0
GM
9672001-04-17 Gerd Moellmann <gerd@gnu.org>
968
f4f480bd
GM
969 * indent.el (indent-for-tab-command): Call indent-line-function
970 with no argument if PREFIX-ARG is non-nil.
971
1c8addd0
GM
972 * frame.el (delete-other-frames): Handle minibuffer-only frames.
973
8f9ab403
EZ
9742001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
975
976 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
977 an async subprocess if start-process is unavailable. Suggested by
978 Tim Van Holder <tim.van.holder@pandora.be>.
979
60322163
EZ
9802001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
981
982 * info.el (Info-additional-directory-list): Doc fix. Suggested by
983 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
984
e372bc67
EZ
9852001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
986
987 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
988 manual.
989
28037ecf
SM
9902001-04-13 Stefan Monnier <monnier@cs.yale.edu>
991
992 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
993 (cvs-menu): Add a few entries.
994
995 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
996 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
997 lock file appears to be reachable from Emacs.
998 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
999 (cvs-mode-find-file): Look for cvs-header-face rather than
1000 cvs-dirname-face (which doesn't exist).
1001 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1002
1003 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1004
5d5e7f53
EZ
10052001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1006
1007 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1008 normal-erase-is-backspace on a tty. Instead, bind some keys such
1009 as [delete] directly, like pc-select.el did before
1010 normal-erase-is-backspace was invented.
1011
118562e1 10122001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1013
1014 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1015
6c9e58c4
JW
10162001-04-11 John Wiegley <johnw@gnu.org>
1017
28037ecf
SM
1018 * eshell/em-ls.el (eshell-ls-insert-directory):
1019 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1020 buffers, if Eshell's ls is being used.
1021
118562e1 10222001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1023
28037ecf
SM
1024 * calendar/timeclock.el (timeclock-completing-read): New function.
1025 (timeclock-ask-for-project, timeclock-ask-for-reason):
1026 Call `timeclock-completing-read'.
978bd3ea
JW
1027
1028 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1029 required where `member' was being used.
1030
118562e1 10312001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1032
28037ecf
SM
1033 * eshell/em-hist.el (eshell-previous-matching-input):
1034 Don't display "History item" if the the minibuffer is active.
978bd3ea 1035
30cb0001
GM
10362001-04-11 Gerd Moellmann <gerd@gnu.org>
1037
1038 * startup.el (command-line): Output a newline after printing
1039 an error from loading the window system's init file.
1040
e38af9bd
EZ
10412001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1042
28037ecf
SM
1043 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1044 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1045 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1046 keywords whose arguments routinely include @@.
1047
bbf63a7b
GM
10482001-04-10 Gerd Moellmann <gerd@gnu.org>
1049
28037ecf
SM
1050 * emacs-lisp/advice.el (ad-make-advised-definition):
1051 Construct advice for subrs differently.
afffeb57 1052
3fe35f35 1053 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1054 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1055
c8d6d636 1056 * simple.el (completion-list-mode-finish): New function.
28037ecf 1057 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1058
2a52f40e 1059 * language/european.el ("Polish"): Change sample text.
28037ecf 1060 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1061
cf8b1bef
GM
1062 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1063 parameter.
1064
bbf63a7b
GM
1065 * faces.el (menu): Doc fix.
1066
719d83ad 10672001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1068
1069 * ps-print.el: Footer implementation. Doc fix.
1070 (ps-print-version): New version number (6.5.1).
1071 (ps-header-frame-alist): New customization var for header frame
1072 properties.
1073 (ps-line-number-color): New customization var for line number color.
1074 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1075 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1076 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1077 (ps-right-footer): New customization vars for footers.
1078 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1079 footers.
1080 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1081 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1082 Code fix.
319acba0
GM
1083 (ps-prologue-file): Indentation fix.
1084 (ps-print-quote): Fun eliminated.
1085 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1086 (ps-output-frame-properties): New fun.
1087 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1088 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1089
e372bc67 10902001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1091
1092 * eshell/eshell.el (eshell-command): Needed a "%s" format
1093 specifier, in case the buffer contains percent characters.
1094
e372bc67 10952001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1096
1097 * calendar/timeclock.el (timeclock-generate-report): Added a
1098 missing insert of the project name.
1099
9f9a5e7a
GM
11002001-04-09 Gerd Moellmann <gerd@gnu.org>
1101
9170e5d4 1102 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1103
865e97c1 1104 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1105 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1106 From: Dave Love <fx@gnu.org>.
1107
cf3885ac 1108 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1109 (server-visit-files): Run server-visit-hook after going to
1110 line 1 so that the hook can set point as it sees fit.
1111
9f9a5e7a
GM
1112 * bindings.el (mode-line-modified): Unify help messages.
1113
51f32106
EZ
11142001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1115
1116 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1117 All callers changed.
1118
e02160a3
EZ
11192001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1120
8e6bb0d0
EZ
1121 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1122 long file names aren't supported, truncate the file names in
1123 quail-misc-package-ext-info to 8+3 before matching them against
1124 FILENAME.
1125
1126 * dos-fns.el (dos-truncate-to-8+3): New function.
1127
ec321d77
EZ
1128 * progmodes/compile.el (grep-compute-defaults): Use null-device
1129 instead of literal /dev/null. Reported by Jens Schmidt
1130 <schmidt@mathematik.uni-kl.de>.
1131
e02160a3
EZ
1132 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1133
cf3885ac
SM
11342001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1135
1136 * textmodes/sgml-mode.el: Add unknown maintainer.
1137 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1138 (html-mode-map): Use set-keymap-parent.
1139
3ffb33bb
DL
11402001-04-06 Dave Love <fx@gnu.org>
1141
1142 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1143 Remove redundant string-to-list.
1144
8f625692
SM
11452001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1146
1147 * composite.el (reference-point-alist): Doc fix.
1148
1087f198
SS
11492001-04-05 Sam Steingold <sds@gnu.org>
1150
8f625692
SM
1151 * font-lock.el (font-lock-keywords-case-fold-search):
1152 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1153 file made font-lock case-insensitive.
1154
a55e4e68
GM
11552001-04-05 Gerd Moellmann <gerd@gnu.org>
1156
0e4892e2
GM
1157 * faces.el (defface menu): Doc fix.
1158
4d664b04
GM
1159 * wid-edit.el (widget-color-sample-face-get): Don't make
1160 faces for undefined colors.
1161
a55e4e68
GM
1162 * version.el (emacs-version): Include LessTif/Motif version info.
1163
f383cd0d
GM
11642001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1165
1166 * ps-mule.el: Eliminate cl package dependence.
1167 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1168 if they aren't defined yet.
1169 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1170 Eliminate cl package dependence.
1171
de28797f
SM
11722001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1173
1174 * progmodes/cc-cmds.el (c-outline-level):
1175 Bind buffer-invisibility-spec. Originally from Dave Love, but
1176 got lost when incorporating version 5.26.
1177
32df8b47
EZ
11782001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1179
de28797f
SM
1180 * emulation/pc-select.el (pc-selection-mode):
1181 Call normal-erase-is-backspace-mode instead of binding
1182 keys individually.
58e4f61d 1183
7f62656b
EZ
1184 * cus-load.el (normal-erase-is-backspace): Use it instead of
1185 delete-key-deletes-forward.
1186
1187 * startup.el (command-line): Use normal-erase-is-backspace and
1188 normal-erase-is-backspace-mode.
1189
1190 * simple.el (normal-erase-is-backspace): Rename from
1191 delete-key-deletes-forward. Doc fix.
1192 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1193 delete-key-deletes-forward-mode. Doc fix.
1194 Run normal-erase-is-backspace-hook.
7f62656b 1195
32df8b47 1196 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1197 ``human-readable'' format produced by GNU `ls'.
1198 (dired-move-to-filename-regexp): Recognize ISO format dates.
1199 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1200
5efa6032
GM
12012001-04-04 Gerd Moellmann <gerd@gnu.org>
1202
1203 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1204 New functions.
de28797f
SM
1205 (lm-verify): Check keywords.
1206 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1207
d757aac1
EL
12082001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1209
1210 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1211 `xemacs' feature instead of for the function `set-extent-property'.
1212
9832760a
SM
12132001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1214
1215 * mail/mh-utils.el (mh-folder-hist): New var.
1216 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1217
d565f6aa
EZ
12182001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1219
1220 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1221 region, position point on the first or last 16-byte group.
1222 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1223 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1224 hexl-beginning-of-line.
1225
24c0fd39
GM
12262001-04-03 Gerd Moellmann <gerd@gnu.org>
1227
5efa6032
GM
1228 * icomplete.el (icomplete-mode): Treat an argument like other
1229 modes do.
1230
b3f6107b
GM
1231 * startup.el (fancy-splash-head): Use splash8.xpm for color
1232 depth 8.
1233
24d451c5
SM
1234 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1235 Add an antry for ``converts''.
476bf681 1236
24d451c5
SM
1237 * language/slovak.el ("Slovak"): Add documentation string.
1238 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1239
450f6970
GM
1240 * language/czech.el ("Czech"): Add documentation string.
1241 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1242
24d451c5
SM
1243 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1244 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1245
12462001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1247
1248 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1249 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1250 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1251 Use `defsubst' rather than a macro to ease debugging.
1252 (mail-extr-last): Remove (use `last' instead).
1253 (mail-extract-address-components): Properly reset the syntax-table
1254 after parsing an address. Use `last' rather than mail-extr-last.
1255 Make sure the end marker stays at the very end.
24c0fd39 1256
2b908342
EZ
12572001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1258
1259 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1260 last change.
1261
acfb077d
GM
12622001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1263
1264 * ps-print.el: Line and paragraph spacing feature. Region to cut
1265 out when printing. Doc fix.
1266 (ps-print-version): New version number (6.5).
24d451c5
SM
1267 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1268 New vars. Line and paragraph spacing feature.
acfb077d
GM
1269 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1270 out when printing.
1271 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1272 (ps-get-font-size, ps-begin-job, ps-continue-line)
1273 (ps-plot-region): Code fix.
1274 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1275 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1276 New internal vars.
acfb077d
GM
1277 (ps-get-size): New fun.
1278 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1279 (ps-next-line): Replace defun by defsubst.
1280 (ps-mule-plot-string): Autoload doc fix.
1281
1282 * ps-bdf.el: XEmacs compatibility. Doc fix.
1283 (installation-directory, coding-system-for-read): Declare vars if
1284 it's not declared yet.
1285 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1286
1287 * ps-mule.el: XEmacs compatibility. Doc fix.
1288 (leading-code-private-22): Declare var if it's not declared yet.
1289 (charset-bytes, charset-dimension, charset-id, charset-width)
1290 (find-charset-region, split-char, char-width, chars-in-region)
1291 (forward-point, decompose-composite-char, encode-coding-string)
1292 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1293 Define funs if not defined yet.
1294 (encode-composition-rule, find-composition): Define funs if not
1295 loaded yet.
1296 (ps-mule-prologue): PostScript code fix.
1297
12982001-04-02 Kenichi Handa <handa@etl.go.jp>
1299
1300 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1301 non-nil, generate font for the header strings.
1302 (ps-mule-prepare-font): Likewise.
1303 (ps-mule-generate-glyphs): Likewise.
1304 (ps-mule-string-encoding): Likewise.
1305 (ps-mule-header-charsets): New variable.
1306 (ps-mule-encode-header-string): New function.
1307 (ps-mule-header-string-charsets): New function.
1308 (ps-mule-begin-job): Check charsets in the header strings. If there
1309 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1310
1311 * ps-print.el (ps-generate-header-line): Encode the header string by
1312 ps-mule-encode-header-string.
1313 (ps-mule-encode-header-string): Declare autoload.
1314
c0eb3c10
GM
13152001-04-02 Gerd Moellmann <gerd@gnu.org>
1316
24d451c5
SM
1317 * frame.el (cursor-in-non-selected-windows):
1318 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1319
a3d0b0e0
KH
13202001-03-31 Kenichi Handa <handa@etl.go.jp>
1321
1322 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1323 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1324 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1325 (tsang-quick-converter): New function.
24d451c5
SM
1326 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1327 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1328 (miscdic-convert, batch-miscdic-convert): New functions.
1329
55f7832c
KH
13302001-03-30 Kenichi Handa <handa@etl.go.jp>
1331
a2217cd8
KH
1332 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1333 eight-bit-control chars.
1334
55f7832c 1335 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1336 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1337
911a2406
EZ
13382001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1339
1340 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1341 string as well.
1342
1a518f2c
AS
13432001-03-30 Andreas Schwab <schwab@suse.de>
1344
1345 * files.el (backup-directory-alist): Fix typo.
1346
ef080b16
EZ
13472001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1348
1349 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1350 <eggert@twinsun.com>.
1351
e4174a55
DL
13522001-03-30 Dave Love <fx@gnu.org>
1353
1354 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1355
9d5d1075
EZ
13562001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1357
1358 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1359
a27b451e
MB
13602001-03-30 Miles Bader <miles@gnu.org>
1361
1362 * subr.el (interactive-form): Fix paren typo.
1363
aea51abe
EZ
13642001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1365
1366 * emacs-lisp/profile.el: Say that it's obsolete in the header
1367 line, so that finder.el puts that into its data-base.
1368 Suggested by Alex Schroeder <alex@gnu.org>.
1369
249dd409
EZ
13702001-03-29 Paul Eggert <eggert@twinsun.com>
1371
1372 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1373 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1374
1ac1fa96
SM
13752001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1376
1377 * generic.el (generic-mode-set-comments): Use "" rather than nil
1378 for comment-end.
1379
e2b8a830
GM
13802001-03-29 Gerd Moellmann <gerd@gnu.org>
1381
1ac1fa96
SM
1382 * emacs-lisp/advice.el (ad-make-advised-definition):
1383 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1384
1385 * subr.el (interactive-form): New function.
1386
8b2375e7
AS
13872001-03-29 Andre Spiegel <spiegel@gnu.org>
1388
1389 * vc-sccs.el (vc-sccs-register): Use relative file names.
1390
f827b862
GM
13912001-03-28 Gerd Moellmann <gerd@gnu.org>
1392
e59d0e9d
GM
1393 * bookmark.el (bookmark-get-bookmark): Handle case that
1394 BOOKMARK is not a string.
1395
deb2613a
GM
1396 * image.el (image-type-regexps): Change type for PS files
1397 to `postscript'.
1398
f827b862
GM
1399 * subr.el (read-passwd): Clear command history after each
1400 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1401
3c9449d0
KH
14022001-03-27 Kenichi Handa <handa@etl.go.jp>
1403
1404 * international/kkc.el (kkc-save-init-file): Locally bind
1405 print-length to nil.
1406
e6b13c74
GM
14072001-03-26 Gerd Moellmann <gerd@gnu.org>
1408
e120bebf
GM
1409 * textmodes/flyspell.el: Some doc fixes.
1410 (flyspell-maybe-correct-transposition)
1411 (flyspell-maybe-correct-doubling): Use a temporary buffer
1412
1413 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1414
5f6c5771 1415 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1416 (byte-optimize-form-code-walker): Diagnose too few arguments
1417 for `if' and `while'.
1418
2b984c45
KH
14192001-03-26 Kenichi Handa <handa@etl.go.jp>
1420
1421 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1422 Prepend `\' to "\<quail-translation-docstring>".
1423
bf2150fa
GM
14242001-03-26 Gerd Moellmann <gerd@gnu.org>
1425
5f6c5771
SM
1426 * autorevert.el (global-auto-revert-non-file-buffers):
1427 Remove duplicate defcustom.
bf2150fa 1428
a0d59316
MB
14292001-03-26 Miles Bader <miles@gnu.org>
1430
5f6c5771
SM
1431 * international/latin1-disp.el (latin1-char-displayable-p):
1432 Add leading "-" for X font pattern.
a0d59316 1433
9edbff6c
KH
14342001-03-26 Kenichi Handa <handa@etl.go.jp>
1435
5f6c5771
SM
1436 * international/mule-diag.el (describe-coding-system):
1437 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1438 charsets they can encode.
1439
50b57199
EZ
14402001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1441
1442 * help.el (view-lossage): Mention open-dribble-file in the doc
1443 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1444
5b83f9c0
SM
14452001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1446
1447 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1448 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1449
e0ecbf5c
KH
14502001-03-23 Kenichi Handa <handa@etl.go.jp>
1451
5b83f9c0
SM
1452 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1453 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1454 multibyte sequence can work correctly.
1455 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1456 property of the coding system.
1457
1cc218de
SM
14582001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1459
1460 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1461 Fix transcription typo.
1462
a3db02ad
RV
14632001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1464
1465 * whitespace.el: Add buffer local variables to toggle testing of
1466 whitespaces in buffers without affecting the default values.
a3db02ad 1467 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1468 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1469 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1470 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1471
83c9cb8e
SM
14722001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1473
1474 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1475
180d5509
GM
14762001-03-21 Gerd Moellmann <gerd@gnu.org>
1477
eeb5b5c1
GM
1478 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1479 bs-cycle-configuration-name. From Juanma Barranquero
1480 <lektu@uol.com.br>.
1481
170a9e70
GM
1482 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1483 and cc-vars.el.
1484
180d5509
GM
1485 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1486 headers. Always invoke sendmail with option -t.
1487
130c507e
GM
14882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1489
1490 * Release of cc-mode 5.28.
1491
14922000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1493
1494 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1495 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1496 It's instead taken care of by the default value for c-default-style.
130c507e 1497
130c507e
GM
14982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1499
1500 * cc-align.el (c-lineup-math): Fix bug where lineup was
1501 triggered by equal signs in string literals.
1502
15032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1504
1505 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1506 limit detection when at the ends of the buffer.
1507
1508 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1509 "for" statement clause in case 7F; a better one is done
1510 earlier in case 7D anyway.
1511
15122000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1513
1514 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1515 somewhat more and did a small optimization.
1516
15172000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1518
1519 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1520 Use the limit argument only to limit the syntactic context
1521 search, not to limit the actual movement.
1522
1523 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1524 inside multiline strings, just like in comments. Also various
1525 fixes to the paragraph and comment prefix recognition, block
1526 comment ender handling etc.
1527
15282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1529
1530 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1531 the relative position of the point.
1532
1533 * cc-cmds.el (c-electric-continued-statement): New function to
1534 use as abbrev hook to reindent for keywords such as "else"
1535 that continues an earlier statement.
1536
1537 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1538 like classes.
1539
1540 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1541 (pike-mode): Populate the default abbrev tables to reindent for
1542 keywords such as "else" that can continue earlier statements.
1543 Abbrev mode is therefore turned on by default now. (Note that
1544 this doesn't apply to idl-mode, since IDL afaik doesn't have
1545 statements at all.)
1546
15472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1548
1549 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1550 bracelists where the declaration contains template arguments.
1551
15522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1553
83c9cb8e
SM
1554 * cc-cmds.el (c-comment-indent):
1555 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1556 syntactic indentation. Fixes bug with lineup functions that
1557 return vectors.
1558
1559 * cc-engine.el (c-get-syntactic-indentation): Split the
1560 indentation sum calculation from `c-indent-line' to a separate
1561 function.
1562
15632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1564
1565 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1566 Fixed places where it was assumed that preprocessor directives
1567 have to start in column zero.
1568
1569 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1570 template arguments after a class identifier properly.
1571
1572 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1573 lists for `new Foo[]' constructs in Java as expressions and
1574 not top level definition brace lists on the top level, so that
1575 they'll get indented consistently with the same type of
1576 expression in a normal block.
1577
15782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1579
1580 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1581 whether the adaptive filling package fails to keep the comment
1582 prefix is now kludged further to check for filladapt-mode
1583 which doesn't have that problem. This is really icky, but it's
1584 the only way that works with the current misfeatures/bugs in
1585 both adaptive-fill-mode and filladapt-mode.
1586
1587 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1588 around point is recognized more robust.
1589
15902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1591
1592 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1593 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1594 (c-lit-type): Fixed all internal variables used dynamically so
1595 that they are always bound.
1596
1597 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1598 errors:
1599
1600 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1601 the region is fully reindented even when an error occurs.
1602 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1603 whole lot of code that tried to optimize indentation of whole
1604 sexps but in reality accomplishes nothing.
1605
1606 (c-indent-sexp): Use c-indent-region.
1607
1608 (c-parsing-error): Changed this variable to hold the message
1609 for any syntactic error that is discovered.
1610
1611 (c-parse-state): Search backward from point instead of the bod
1612 position when the latter is invalid. This makes CC Mode
1613 recover faster when there are unbalanced close braces.
1614
1615 (c-backward-to-start-of-if): Use c-parsing-error to report
1616 dangling "else" clauses instead of throwing an error, and fall
1617 back to a reasonable position.
1618
83c9cb8e 1619 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1620
83c9cb8e 1621 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1622
16232000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1624
1625 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1626 paragraph recognition when moving by sentence in literals.
1627
83c9cb8e
SM
1628 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1629 start regexp for javadoc to recognize javadoc markup in general instead
1630 of a specific set of keywords, to be more future-safe.
130c507e
GM
1631
1632 (c-Pike-pikedoc-paragraph-start)
1633 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1634 pikedoc markup.
1635
83c9cb8e 1636 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1637
83c9cb8e 1638 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1639
1640 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1641
1642 (c-comment-prefix-regexp): Made it possible to use an
1643 association list on this to specify mode specific regexps.
1644 The default value now use a special regexp in Pike mode to
1645 recognize pikedoc markup.
1646
1647 (c-current-comment-prefix): New variable containing the actual
1648 regexp from c-comment-prefix-regexp for the current buffer.
1649
16502000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1651
1652 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1653 lists: We can't look at the syntax, since a brace list can get
1654 recognized as a plain statement-cont.
1655
1656 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1657 special brace list opener broken over two lines got recognized
1658 as a statement on the second line. Case 9A changed.
1659
16602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1661
1662 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1663 adjustment after line is reindented.
1664
16652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1666
1667 * cc-defs.el (c-point): Added optional argument for position
1668 to use instead of the current point.
1669
1670 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1671 the in-expression block symbols when the construct starts at
1672 boi, to avoid the extra level of indentation in that case.
1673 Cases 4, 16A and 17E affected.
1674
16752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1676
1677 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1678 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1679
1680 * cc-engine.el (c-indent-line): Use the syntax already bound
1681 to `c-syntactic-context', if there is any.
1682
16832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1684
1685 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1686 wasn't added up correctly when a lineup function returned nil.
1687
16882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1689
1690 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1691 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1692
16932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1694
1695 * cc-align.el (c-lineup-dont-change): Return an absolute
1696 indentation column to work correctly in the case when several
1697 syntactic elements are processed for the same line.
1698
1699 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1700 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1701 (c-set-offset): Added absolute indentation column settings by
1702 using the vector type.
1703
130c507e
GM
17042000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1705
1706 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1707 Implemented two new cleanups `space-before-funcall' and
1708 `compact-empty-funcall'.
1709
130c507e
GM
17102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1711
1712 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1713 helping building regexps.
1714
1715 * cc-engine.el (c-on-identifier): New function for detecting
1716 identifiers. It takes keywords into account.
1717
1718 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1719 lists. `c-keywords' is set to a regexp matching all keywords
1720 in the current language.
1721
17222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1723
1724 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1725 list of characters to skip backwards over at the beginning of
1726 a statement, since it can precede string literals in Pike.
1727
17282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1729
1730 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1731 recognition when standing on the last line in a C++ comment
1732 with nothing but whitespace after the prefix.
1733
1734 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1735 given no limit argument.
1736
17372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1738
1739 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1740 recognition for the `[]= operator symbol in Pike.
1741
17422000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1743
1744 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1745 around a bug in `eval-when-compile' in the byte compiler.
1746
1747 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1748 value when count is zero and there's no token start within the limit.
130c507e
GM
1749
1750 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1751 "prefix comments", i.e. comments which are followed by code on
1752 the same line.
1753
1754 * cc-mode-19.el: Fixes so that checks that must be done at
1755 compile time also are done then.
1756
17572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1758
1759 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1760 time and at runtime, and only when it's needed.
1761
17622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1763
1764 Major cleanup for less error prone and more warning free
1765 compilation, including some fixes for bugs due to different
1766 compilation orders. Thanks to Martin Buchholz for providing
1767 the basis for all this.
1768
1769 * cc-bytecomp.el: New file that provides some byte compilation
1770 features: It ensures that files always are loaded from the
1771 current source directory during compilation, and it provides a
1772 set of macros to turn off specific compiler warnings for
1773 specific symbols. (It's not CC Mode specific in any way.)
1774
1775 Fixed a nearly acyclic dependency tree (both runtime and
1776 compile-time) between all files.
1777
1778 * cc-defs.el: Separated all macros before the inline functions,
1779 to ensure correct compilation.
1780
1781 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1782 cc-defs.el to cc-engine.el and made it a function instead.
1783
1784 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1785 about char-after.
1786
1787 * cc-vars.el: Cope even when there isn't a custom package
1788 containing defcustom available.
1789
1790 * cc-make.el: Removed since it's no longer necessary.
1791
1792 README: Updated installation instructions.
1793
17942000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1795
1796 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1797 improve the modularity: Moved all mode init stuff from
1798 cc-langs.el to cc-mode.el, including the keymap
1799 initialization; cc-langs now only contains the various
1800 variables for configuring the language syntax.
1801
83c9cb8e
SM
1802 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1803 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1804 dependency analysis suggests they belong there (which also
83c9cb8e 1805 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1806
18072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1808
1809 * cc-cmds.el (c-fn-region-is-active-p): New function that
1810 wraps the corresponding macro, for use in places that aren't
1811 compiled. Thanks to Martin Buchholz for pointing out this.
1812
83c9cb8e 1813 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1814
1815 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1816 add things to the bug report.
1817
18182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1819
1820 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1821 returned prefix could contain a newline when the search for a
1822 good prefix line failed.
1823
18242000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1825
1826 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1827 (c-toggle-auto-hungry-state): Made the argument optional, as
1828 the documentation says it is.
1829
18302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1831
1832 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1833 multiline string syntax, #"...", as a cpp macro.
1834
7008ccac
GM
18352001-03-21 Paul Eggert <eggert@twinsun.com>
1836
83c9cb8e
SM
1837 * international/mule-cmds.el (set-locale-environment):
1838 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1839 caller specifies a non-nil locale name.
3c9449d0 1840
c2478129 18412001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1842
1843 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1844 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1845
117e4b0c
GM
18462001-03-20 Gerd Moellmann <gerd@gnu.org>
1847
7194219d
GM
1848 * follow.el (follow-avoid-tail-recenter): Doc fix.
1849
5721ae13
GM
1850 * custom.el (custom-set-variables): Avoid reversing the list
1851 of args needlessly.
1852
7b8bbf72
GM
1853 * startup.el (fancy-splash-head): Don't change the colors of the
1854 XPM image on a dark background.
1855
a91ad7c9
GM
1856 * comint.el (comint-exec-1): Set columns of the terminal to
1857 window-width instead of frame-width.
1858
fa88947e
GM
1859 * info.el (Info-scroll-down): Add missing WINDOW arg for
1860 pos-visible-in-window-p.
1861
1741905c
GM
1862 * ehelp.el (electric-help-mode-hook): Add defcustom.
1863
117e4b0c
GM
1864 * mail/sendmail.el (mail-mode): Activate case-folding in
1865 font-lock-defaults.
1866
e84c695d
SM
18672001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1868
1869 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1870 (completion-ignored-extensions): Remove duplicate ".class".
1871
fc774041
AS
18722001-03-19 Andreas Schwab <schwab@suse.de>
1873
83c9cb8e
SM
1874 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1875 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1876
c2c097cc
GM
18772001-03-19 Gerd Moellmann <gerd@gnu.org>
1878
1879 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1880 methods since there are not prefix input methods.
1881
fbe2e958
KH
18822001-03-19 Kenichi Handa <handa@etl.go.jp>
1883
83c9cb8e
SM
1884 * international/mule-cmds.el (read-input-method-name):
1885 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1886
da47e491
SM
18872001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1888
1889 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1890
4986c2c6 18912001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1892
4986c2c6
MK
1893 * ediff-util.el: Copyright years.
1894 (ediff-choose-syntax-table): New function.
1895 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1896
4986c2c6
MK
1897 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1898 with-syntax-table.
83c9cb8e 1899
4986c2c6 1900 * ediff.el: Date of last update, copyright years.
83c9cb8e 1901
4986c2c6 1902 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1903
4986c2c6
MK
1904 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1905 of Scott Bronson.
1906 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1907 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1908 Deleted functions.
1909 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1910 ex-token-list.
83c9cb8e 1911
4986c2c6 1912 * viper-util.el: Spaces, indentation.
83c9cb8e 1913
4986c2c6 1914 * viper.el: Changed version, modification time.
83c9cb8e 1915
3c799aec 19162001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1917
1918 * calendar/timeclock.el (timeclock-workday-remaining):
1919 Check whether `discrep' is non-null before using it.
3c799aec 1920
ae3ce418
JW
19212001-03-16 John Wiegley <johnw@gnu.org>
1922
1923 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1924 first-time checkins.
1925 (timeclock-log-data): Fixed problem with reading timelog log file.
1926 Resulting data in the "day list" was incorrect.
1927 (timeclock-find-discrep): Check if `timeclock-file' is readable
1928 before opening it.
1929 (timeclock-time-less-p): New function.
1930 (timeclock-day-base): New function.
1931 (timeclock-geometric-mean): New function.
1932 (timeclock-generate-report): Generate a summary report based on
1933 the contents of the log file. This uses `timeclock-log-data', and
1934 is an example of writing a timelog manipulation function.
1935 (timeclock-visit-timelog): A quick command for opening the timelog
1936 file.
1937 (timeclock-log-data): Bound the variable event.
1938
c8d4a9bb
KH
19392001-03-16 Kenichi Handa <handa@etl.go.jp>
1940
83c9cb8e
SM
1941 * international/mule-cmds.el (select-safe-coding-system):
1942 Fix typo: symbol-name -> symbol-value.
11d56c64 1943
c8d4a9bb
KH
1944 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1945 before substitute-in-file-name to handle double slashes in FILE
1946 correctly.
1947
c899e7e6
GM
19482001-03-15 Gerd Moellmann <gerd@gnu.org>
1949
1950 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1951 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1952
819dce0f
GM
19532001-03-14 Gerd Moellmann <gerd@gnu.org>
1954
697617d9
GM
1955 * bindings.el (features): Add `md5' and `overlay' to the list.
1956
819dce0f
GM
1957 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1958 bound before using it. It's not bound when configured without X,
1959 for instance.
1960
e0067a9d
TTN
19612001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1962
1963 * progmodes/hideshow.el: Update copyright.
1964 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1965 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1966
afcdc0a1
GM
19672001-03-13 Gerd Moellmann <gerd@gnu.org>
1968
e0067a9d 1969 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1970 a non-list.
1971
30564c48
EZ
19722001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1973
1974 * startup.el (fancy-splash-tail, command-line-1): Fix the
1975 copyright year.
1976
2b8e24b3
KH
19772001-03-13 Kenichi Handa <handa@etl.go.jp>
1978
1979 * term.el: These changes are based on a patch sent from Yong Lu
1980 <lyongu@yahoo.com>.
1981 (term-set-escape-char): Bind M-x to execute-extended-command in
1982 term-raw-escape-map.
1983 (term-move-columns): Don't try to move to negagive column.
1984 (term-emulate-terminal): Insert a string before deleting a text to
1985 overwrite.
1986
789b6186
GM
19872001-03-12 Gerd Moellmann <gerd@gnu.org>
1988
b0778a31
GM
1989 * play/life.el (life): Rearrange code so that all calls to
1990 life-display-generation are in a catch-form.
1991
04528cda
GM
1992 * progmodes/etags.el (tags-loop-continue): Don't change point in a
1993 file that isn't interesting. In an interesting file, push the old
1994 value of point on the mark ring.
1995
760cefb5
GM
1996 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
1997 New function.
1998 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
1999 Use it.
2000
83c9cb8e
SM
2001 * emacs-lisp/autoload.el (generate-file-autoloads):
2002 Remove warning about line lengths.
789b6186 2003
a2ffbafe
FP
20042001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2005
2006 * progmodes/etags.el (tags-compression-info-list): New variable.
2007 (find-tag-in-order): Use it to deal with compressed source files.
2008 (tag-file-name-match-p): New function.
2009 (etags-recognize-tags-table): Use it for better match of file names.
2010
5c9d9d92
KH
20112001-03-12 Kenichi Handa <handa@etl.go.jp>
2012
ba3e9b9b
KH
2013 * international/mule-cmds.el (register-input-method): Doc fix.
2014
5c9d9d92
KH
2015 * international/quail.el (quail-translate-key): Fix condition to
2016 check if there's another breaking point in the current key.
2017
40beecee
EZ
20182001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2019
2020 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2021 Babyl header to the newly-created output file, bind
2022 coding-system-for-write to either rmail-file-coding-system or
2023 emacs-mule-unix.
2024
75c6cb7f
SM
20252001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2026
2027 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2028 Fix the name and regexp used for subsubsections.
2029
5ec17636
DL
20302001-03-10 Dave Love <fx@gnu.org>
2031
2032 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2033 and save-buffer if buffer-file-name non-nil. From rms.
2034
6d2e2c02
AS
20352001-03-10 Andre Spiegel <spiegel@gnu.org>
2036
2037 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2038 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2039 to reflect that.
2040 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2041 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2042 variable bindings that might affect the diff command.
2043 (vc-print-log): Don't switch to the *vc* buffer before the
2044 command, so that local variable bindings are preserved.
2045
789b6186 2046 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2047 not the current buffer.
2048 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2049
789b6186 2050 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2051 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2052
b18f5523
SM
20532001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2054
2055 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2056 so ^, $, *, ? and + are interpreted correctly.
2057
3cfd8357
GM
20582001-03-09 Gerd Moellmann <gerd@gnu.org>
2059
c085b77c 2060 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2061 mode-line-key-binding. Handle any event on a string.
2062 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2063
3cfd8357
GM
2064 * comint.el (comint-insert-clicked-input): Use the last key
2065 from this-command-keys to lookup the global key definition.
2066
348f797a
KH
20672001-03-09 Kenichi Handa <handa@etl.go.jp>
2068
3ebf3717
KH
2069 * international/characters.el: Add category `j' for
2070 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2071
348f797a
KH
2072 * international/mule-conf.el (no-conversion): Fix docstring.
2073 (raw-text): Fix docstring.
2074
e1fbabaf
GM
20752001-03-08 Gerd Moellmann <gerd@gnu.org>
2076
96e8e603
GM
2077 * simple.el (choose-completion-string): When not leaving the
2078 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2079 is set.
2080
e1fbabaf
GM
2081 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2082 parameter `(minibuffer . t)'.
2083
f9db8f19
SM
20842001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2085
2086 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2087 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2088 (sh-mode): Remove `make-local-variable' for unused var
2089 `font-lock-unfontify-region-function'.
2090
02756877
RS
20912001-03-07 Richard M. Stallman <rms@gnu.org>
2092
132bf46d
RS
2093 * info.el (Info-scroll-down): Fix previous change.
2094
02756877
RS
2095 * mail/rmail.el (rmail-toggle-header): Use a window which
2096 is showing the Rmail buffer, rather than the selected window.
2097
eeb24429
DL
20982001-03-07 Dave Love <fx@gnu.org>
2099
2100 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2101 now, to avoid problems with binding imenu directly to a mouse event.
2102
3bdf2660
GM
21032001-03-07 Gerd Moellmann <gerd@gnu.org>
2104
2105 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2106 second arg t.
2107
21082001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2109
2110 * log-edit.el (log-edit-common-indent): New var.
2111 (log-edit-set-common-indentation): Renamed from
2112 log-edit-delete-common-indentation. Use the new var.
2113 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2114
2115 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2116 (cvs-mode-add-change-log-entry-other-window):
2117 Don't presume change-log-default-name is defined.
2118
2119 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2120
2121 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2122 the "tree" operation as well.
2123
2124 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2125
2126 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2127 to match paragraph-start.
2128
2129 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2130 comment-start-skip and set comment-end-skip as well.
2131 (sgml-comment-indent): Fix for new value of comment-start-skip.
2132 (html-autoview-mode): Don't bother using make-local-hook.
2133
2ad02767
GM
21342001-03-07 Gerd Moellmann <gerd@gnu.org>
2135
189638d5 2136 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2137 variables, otherwise long Custom entries would make them ineffective.
189638d5 2138
2ad02767
GM
2139 * uniquify.el: Set maintainer to FSF.
2140
656f8cae
EZ
21412001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2142
2143 * dired-aux.el (dired-do-shell-command): Doc fix.
2144
c83965c4
SM
21452001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2146
04af43bc
SM
2147 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2148
2149 * which-func.el (which-func-modes): Add cperl-mode.
2150 (which-func-mode-global): Use define-minor-mode.
2151
2152 * info-look.el: Docstring fixes and dead code eliminated.
2153 (cperl-mode): Add support.
2154 (emacs-lisp-mode): List all entries from elisp manual, whether
2155 or not they are currently (f)bound or not. Update regexp.
2156
2157 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2158
c83965c4
SM
2159 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2160 so that C-h m shows the correct information.
2161 Use make-local-variable rather than make-variable-buffer-local.
2162 (cperl-info-buffer, cperl-setup-tmp-buf):
2163 Use make-local-variable rather than make-variable-buffer-local.
2164 (cperl-msb-fix, cperl-get-help-defer):
2165 Check major-mode for `cperl-mode' as well.
2166
2167 * progmodes/cperl-mode.el: Updated to author version 4.23.
2168 (cperl-electric-pod): SYNOPSIS was misspelled.
2169 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2170 (cperl-after-expr-p): Make true after __END__.
2171
f16a7aa5
GM
21722001-03-06 Gerd Moellmann <gerd@gnu.org>
2173
157ae273 2174 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2175 bookmark-completion-ignore-case is t.
157ae273 2176
f16a7aa5
GM
2177 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2178 switch, like xterm, and concat resource strings, with a newline
2179 between them.
2180
abaddb98
EZ
21812001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2182
a2ffbafe 2183 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2184 (cp773-decode-table, cp774-decode-table): New variables.
2185
abaddb98
EZ
2186 * man.el (Man-hyphenated-reference-regexp): New variable.
2187 (Man-build-references-alist): Use it to search for referenced
2188 manpages. If hyphenated is non-nil, record a concatenated word in
2189 Man-refpages-alist only if it matches Man-reference-regexp.
2190 Update word's length when it is concatenated. Reverse the list,
2191 to get the first manpage at the head.
2192 (Man-possibly-hyphenated-word): New function.
2193 (Man-follow-manual-reference): Use it instead of current-word to
2194 find a manpage at point, in a way that accounts for hyphenated
2195 references.
2196
eb3f61dd
GM
21972001-03-06 Alex Schroeder <alex@gnu.org>
2198
2199 * sql.el (sql-interbase): New function.
2200 (sql-interbase-program): New option.
2201 (sql-interbase-options): New option.
2202 And some typos fixed: "customise" to "customize".
2203
fa84f42a
DL
22042001-03-06 Dave Love <fx@gnu.org>
2205
83c9cb8e
SM
2206 * textmodes/flyspell.el (flyspell-region):
2207 Set up flyspell-local-mouse-map.
fa84f42a 2208
fda3411d
RS
22092001-03-05 Richard M. Stallman <rms@gnu.org>
2210
a2ffbafe 2211 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2212 Don't call rmail-beginning-of-message.
2213 Don't discard From: field. Do discard Received: field.
2214 Use unwind-protect to re-prune.
2215 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2216
e972ab1f
KH
22172001-03-06 Kenichi Handa <handa@etl.go.jp>
2218
2219 * international/quail.el (quail-title): Add autoload cookie.
2220
335db3c1
DL
22212001-03-05 Dave Love <fx@gnu.org>
2222
2223 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2224 new defs.
2225
278dd6ac
KH
22262001-03-05 Kenichi Handa <handa@etl.go.jp>
2227
83c9cb8e
SM
2228 * language/ethio-util.el (ethio-toggle-space):
2229 Update current-input-method-title if necessary.
36d5e61d
KH
2230 (ethio-toggle-punctuation): Likewise.
2231
341cd4f0
KH
2232 * international/quail.el (quail-title): Fix for the case that a
2233 title of an input method is specified by a list of the same form
2234 as used in mode-line-format.
2235
83c9cb8e
SM
2236 * international/mule-cmds.el (activate-input-method):
2237 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2238 respect that value.
2239
10ebaeb6
GM
22402001-03-05 Gerd Moellmann <gerd@gnu.org>
2241
2242 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2243
7a65c85c
GM
22442001-03-05 Alex Schroeder <alex@gnu.org>
2245
2246 * sql.el (sql-sybase): Fix typo (was: query user about server two
2247 times instead of server and database).
2248
2249 * sql.el (sql-sybase): Doc change.
2250 (sql-mysql): Doc change.
2251 (sql-postgres): Doc change.
2252
b86644f2
KH
22532001-03-05 Kenichi Handa <handa@etl.go.jp>
2254
83c9cb8e
SM
2255 * international/mule-conf.el (emacs-mule, raw-text):
2256 Docstring modified.
b86644f2 2257
e30bd7b7
EZ
22582001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2259
2260 * term/internal.el: Update copyright notice.
2261
2262 * term/pc-win.el: Update copyright notice.
2263
7e365285
DL
22642001-03-02 Dave Love <fx@gnu.org>
2265
83c9cb8e
SM
2266 * files.el (insert-file-contents-literally):
2267 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2268 not jka-compr-compression-info-list.
7e365285 2269
75ed43a6
SM
22702001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2271
2272 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2273 spaces in default comment-start-skip settings rather than \s-.
2274
53c4b1e6
EZ
22752001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2276
2277 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2278 default-frame-alist as well.
2279
028d739a
DL
22802001-03-01 Dave Love <fx@gnu.org>
2281
2282 * textmodes/reftex.el (defvar): Wrap some defvars in
2283 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2284
2285 * subr.el (event-basic-type): Doc fix.
2286
2287 * international/quail.el: Doc fixes.
2288
2289 * international/utf-8.el: Doc fixes.
2290
2291 * international/mule-cmds.el: Doc fixes.
2292 (leim-list-header): Fix header text.
2293
2294 * international/mule.el (coding-system-category): Doc fix.
2295
2296 * international/ccl.el (ccl-compile): Doc fix.
2297
15d1caef
SM
22982001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2299
2300 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2301 rather than (before|after)-change-functions.
2302
f84ff02c
GM
23032001-03-01 Gerd Moellmann <gerd@gnu.org>
2304
2305 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2306 scroll-left and scroll-right being called interactively so that
2307 they set the window's min_hscroll.
2308
e0c1e774
EZ
23092001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2310
2311 * info.el (info-insert-file-contents-1): Accept an additional
2312 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2313 `suffix'; otherwise use the complicated MS-DOS code.
2314 All callers changed.
e0c1e774
EZ
2315 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2316 can access long file names, try the long file-name version of
2317 `info-insert-file-contents-1', then the short file-name version.
2318
b8b2ea31 23192001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2320
af122766
KH
2321 * language/ethio-util.el (setup-ethiopic-environment-internal):
2322 Change bindings of functions keys to conform to "Emacs Lisp Coding
2323 Convention".
2324
2325 * language/ethiopic.el ("Ethiopic"): Add documentation.
2326
b8b2ea31
KH
23272001-02-28 Kenichi Handa <handa@etl.go.jp>
2328
1d64e2ad
KH
2329 * international/utf-8.el (mule-utf-8): Set coding-category
2330 property to coding-category-utf-8.
2331
91cb6e51
RS
23322001-02-27 Richard M. Stallman <rms@gnu.org>
2333
2334 * lpr.el (lpr-page-header-switches, print-region-1):
2335 Undo 2000-07-06 change.
7298f3f7
RS
2336 (lpr-add-switches): Default to t on gnu/linux.
2337
c0cb1027
GM
23382001-02-27 Gerd Moellmann <gerd@gnu.org>
2339
2340 * bs.el (bs-attributes-list): Doc fix.
2341
01459648
GM
23422001-02-26 Gerd Moellmann <gerd@gnu.org>
2343
baebd8a5 2344 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2345
01459648
GM
2346 * help.el (view-order-manuals): Use goto-address.
2347
2348 * startup.el (command-line-1): Add info about ordering manuals
2349 to the not so fancy splash screens.
2350
f93e614e
AS
23512001-02-26 Andre Spiegel <spiegel@gnu.org>
2352
01459648
GM
2353 * vc.el (vc-default-workfile-unchanged-p)
2354 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2355
12435002
GM
23562001-02-26 Gerd Moellmann <gerd@gnu.org>
2357
a2ffbafe 2358 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2359 fontify in the right buffer.
2360
12435002
GM
2361 * allout.el (outline-flag-region): Move macro in front of first
2362 use to avoid a run-time error.
2363
425de386
AI
23642001-02-24 Andrew Innes <andrewi@gnu.org>
2365
2366 * makefile.w32-in: Fix copyright notice.
2367
66c56ed1
KH
23682001-02-24 Kenichi Handa <handa@etl.go.jp>
2369
4c1593ce
KH
2370 * international/utf-8.el (mule-utf-8): Set correct value for
2371 valid-codes property.
2372
66c56ed1
KH
2373 * international/fontset.el (x-complement-fontset-spec): In the
2374 case that we use ASCII font for the other charsets, use only
15d1caef 2375 family and registry part of it.
66c56ed1 2376
119171dd
EZ
23772001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2378
2379 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2380 (shrink-window-if-larger-than-buffer): Doc fix.
2381
932c309e
SM
23822001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2383
2384 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2385 predicate passed to completing-read.
2386
9b760e36
EZ
23872001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2388
2389 * startup.el (command-line): Fix last change.
2390
5c39a60f
JR
23912001-02-23 Jason Rumney <jasonr@gnu.org>
2392
2393 * startup.el (tool-bar-originally-present): New variable.
2394 (command-line): Set it if the tool-bar is switched on at startup.
2395
2396 * frame.el (frame-notice-user-settings): Only adjust frame height
2397 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2398 From E. Jay Berkenbilt.
5c39a60f 2399
cb91b2c7
SM
24002001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2401
39b557e8
SM
2402 * server.el (server-switch-buffer): Only switch window if the
2403 current one is dedicated.
2404
cb91b2c7
SM
2405 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2406 rather than using (match-beginning 0) when searching for break point.
2407
9238a8df
EZ
24082001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2409
2410 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2411 @ follows an accent command such as @'. Support optional braces
2412 in commands that insert accents, like makeinfo does.
2413
3473f362
GM
24142001-02-22 Gerd Moellmann <gerd@gnu.org>
2415
2416 * startup.el (fancy-splash-text): Add a line for ordering
2417 manuals. Reverse order of splash screens shown.
2418 (use-fancy-splash-screens-p): Adapt to the text line added.
2419
2420 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2421 manuals from the FSF.
2422
2423 * help.el (view-order-manuals): New function.
2424 (toplevel): Bind C-h C-m to this function.
2425
76a4de07
SM
24262001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2427
2428 * newcomment.el (comment-forward): Skip the comment-start before
2429 searching for the comment-end.
2430
75b71d85
DL
24312001-02-21 Dave Love <fx@gnu.org>
2432
2f4c9a87
DL
2433 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2434
75b71d85
DL
2435 * international/mule-cmds.el, international/mule.el: Doc fixes.
2436
2437 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2438 (fortune) <defgroup>: Add :link.
2439 (fortune-from-region): Use eq, not eql.
2440
ffc9ff0c
GM
24412001-02-21 Gerd Moellmann <gerd@gnu.org>
2442
2443 * startup.el (fancy-splash-screens): Use display-hourglass
2444 instead of display-busy-cursor.
2445
2446 * frame.el (display-hourglass): Renamed from busy-cursor.
2447 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2448 (show-cursor-in-non-selected-windows): Doc fix.
2449
f34eb373
DL
24502001-02-20 Dave Love <fx@gnu.org>
2451
2452 * international/utf-8.el: Doc and commentary fixes.
2453
f55e4a7e
EZ
24542001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2455
2456 * ehelp.el (with-electric-help): Doc fix.
2457
fa97adf6
GM
24582001-02-20 Gerd Moellmann <gerd@gnu.org>
2459
2460 * msb.el (msb-mode): Call the update-buffers function explicitly
2461 with a FORCE argument.
2462
2463 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2464 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2465 returns nil.
2466
54ed3bd2
GM
24672001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2468
2469 * ps-print.el: Timestamp package replacement. Some enhancements.
2470 Some XEmacs compatibility. Doc fix.
2471 (ps-print-version): New version number (6.4).
2472 (ps-printer-name): Initialization fix.
2473 (ps-zebra-stripe-follow): Funcionality enhancement.
2474 (ps-prologue-file): Code enhancement.
2475 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2476 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2477 (ps-get-page-dimensions)
54ed3bd2
GM
2478 (ps-generate-header, ps-begin-file, ps-begin-job)
2479 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2480 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2481 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2482 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2483
e8ebf97d
MB
24842001-02-20 Miles Bader <miles@gnu.org>
2485
2486 * image-file.el (image-file-name-extensions): Add "tif".
2487
136b27c5
GM
24882001-02-19 Gerd Moellmann <gerd@gnu.org>
2489
2490 * wid-edit.el (widget-button-click): Save the selected window
2491 around the code handling clicks on buttons.
2492
6ebbcf59
DL
24932001-02-18 Dave Love <fx@gnu.org>
2494
2495 * imenu.el (imenu--generic-function): Use mapc to iterate over
2496 syntax characters.
2497
595ded73
RS
24982001-02-17 Richard M. Stallman <rms@gnu.org>
2499
b9fe3dc8
RS
2500 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2501
595ded73
RS
2502 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2503
f3f053f3
GM
25042001-02-16 Gerd Moellmann <gerd@gnu.org>
2505
2506 * mouse.el (mouse-save-then-kill): If the distance from the new
2507 point to the mark is equal to the distance of point from the new
2508 point, move point instead of the mark.
2509
11570a8f
DL
25102001-02-16 Dave Love <fx@gnu.org>
2511
2512 * textmodes/flyspell.el (flyspell-get-word): Return string without
2513 properties.
2514
fb339cd5
EZ
25152001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2516
2517 * generic.el (generic-find-file-regexp): Doc fix.
2518 (generic-ignore-files-regexp): New defcustom.
2519 (generic-mode-find-file-hook): If the file's name matches the
2520 regexp in `generic-ignore-files-regexp', don't enter
2521 default-generic-mode. Doc fix.
2522
c56b1c1b
GM
25232001-02-16 Gerd Moellmann <gerd@gnu.org>
2524
a2ffbafe 2525 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2526 Add autoload cookies.
2527
a2ffbafe 2528 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2529 of cal-tex-24.
2530
0d140e65
EZ
25312001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2532
81558867
EZ
2533 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2534
0d140e65
EZ
2535 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2536 the character class after the (optional) drive, to support file
2537 names with embedded blanks.
2538
713f7b15
SS
25392001-02-15 Sam Steingold <sds@gnu.org>
2540
2541 * textmodes/tex-mode.el (tex-shell-running):
2542 Check the process buffer too.
2543
9a2a6f73
DL
25442001-02-15 Dave Love <fx@gnu.org>
2545
2546 * battery.el (battery-status-function): Fix doc, :type.
2547
15d1caef 2548 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2549
fe10cef0
GM
25502001-02-15 Gerd Moellmann <gerd@gnu.org>
2551
2552 * subr.el (read-passwd): Clear Lisp memory holding password.
2553
126f5d4d
MB
25542001-02-15 Miles Bader <miles@gnu.org>
2555
2556 * info.el (Info-copy-current-node-name): New function.
2557 (Info-mode-menu): Add it to the menu.
2558
92e98d63
RS
25592001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2560
2561 * international/mule-cmds.el (toggle-input-method): Doc fix.
2562
dd4e0e55
SM
25632001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2564
2565 * replace.el (occur): Stop at end of buffer.
2566
402dbbd1
EZ
25672001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2568
2569 * international/mule-cmds.el (set-input-method): Another doc fix.
2570
e9fcba3d
GM
25712001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2572
2573 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2574
78ad1cd5
MB
25752001-02-13 Miles Bader <miles@gnu.org>
2576
713f7b15 2577 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2578 (set-face-stipple): Treat a value of nil as being `unspecified'.
2579
fce9d9dc
DL
25802001-02-12 Dave Love <d.love@dl.ac.uk>
2581
2582 * international/latin1-disp.el: Doc fixes.
2583 (latin1-display) <defgroup>: Add :link.
2584 (latin1-display) <function>: Set variable latin1-display.
2585
bc406911
EZ
25862001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2587
2588 * international/mule-cmds.el (set-input-method): Doc fix.
2589
68514d48
EL
25902001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2591
2592 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2593 (speedbar-line-file): Return nil if not a file.
2594 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2595
513bea45 25962001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2597
513bea45
MK
2598 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2599 for remote files.
bc406911 2600 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2601 with raw-text.
713f7b15 2602
513bea45 2603 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2604
83c9cb8e
SM
2605 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2606 Better handling of the diff mode.
713f7b15 2607
513bea45 2608 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2609
bc406911 2610 * viper.texi: Fix typos.
713f7b15 2611
521d4010
DL
26122001-02-11 Dave Love <fx@gnu.org>
2613
36fd8e17
DL
2614 * shadowfile.el: Doc fixes.
2615 (shadow) <defgroup>: Add :link.
2616 (shadowfile-unload-hook): New function.
2617 (shadow-initialize): Use defalias, not fset.
2618 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2619 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2620
521d4010
DL
2621 * international/mule.el: Doc and message fixes.
2622
36fd8e17
DL
2623 * international/ccl.el (define-ccl-program): Doc fix.
2624
92395bbe
KH
26252001-02-11 Kenichi Handa <handa@etl.go.jp>
2626
2627 * faces.el (mode-line): Set :line-width property to -1.
2628
103db06c
RS
26292001-02-10 Richard M. Stallman <rms@gnu.org>
2630
08b78974
RS
2631 * complete.el (partial-completion-mode): Doc fix.
2632
103db06c
RS
2633 * simple.el (delete-key-deletes-forward-mode):
2634 Change `let' to `let*' to fix gross bug in last change.
2635
2636 * repeat.el (repeat): Don't let execute-kbd-macro alter
2637 real-last-command.
2638
a6a1ee53
EZ
26392001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2640
2641 * simple.el (eval-expression): Doc fix.
2642
d2f288c6
DL
26432001-02-09 Dave Love <fx@gnu.org>
2644
038f4ae3
DL
2645 * imenu.el (imenu-generic-expression): Doc fix.
2646
83c9cb8e
SM
2647 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2648 From Juanma Barranquero.
038f4ae3 2649
15d1caef 2650 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2651
9804b846
KH
26522001-02-09 Kenichi Handa <handa@etl.go.jp>
2653
2654 * faces.el (set-face-attribute): Describe the case of a negative
2655 value specified for :line-width.
2656
532f5197
SM
26572001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2658
2659 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2660 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2661
1d279666
DL
26622001-02-08 Dave Love <fx@gnu.org>
2663
4681ca3a
DL
2664 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2665 widget-plist-value-type.
2666 (widget-alist-convert-widget): Replace binding of
2667 widget-alist-value-type.
2668
1d279666
DL
2669 * textmodes/paragraphs.el (sentence-end): Doc fix.
2670
83c9cb8e
SM
2671 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2672 Remove `backward-line'.
1d279666 2673
532f5197
SM
2674 * play/pong.el (pong-blank-color, pong-bat-color)
2675 (pong-ball-color, pong-border-color, pong-left-key)
2676 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2677 (pong-pause-key, pong-resume-key, pong-timer-delay):
2678 * mail/mh-comp.el (mh-compose-letter-function):
2679 * eshell/esh-mode.el (eshell-skip-prompt-function):
2680 * emulation/viper-ex.el (ex-unix-type-shell-options):
2681 * recentf.el (recentf-menu-filter):
2682 * ps-print.el (ps-print-region-function):
2683 * lpr.el (print-region-function):
2684 * forms.el (forms-mode-hooks):
2685 * dirtrack.el (dirtrack-directory-change-hook):
2686 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2687 * textmodes/spell.el (spell-filter):
2688 * textmodes/fill.el (adaptive-fill-function):
2689 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2690 * progmodes/etags.el (find-tag-default-function):
2691 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2692 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2693
6f676109
EZ
26942001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2695
751d3bc4
EZ
2696 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2697 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2698 Meyering <jim@meyering.net>.
2699
6f676109
EZ
2700 * loadup.el: Revert last change.
2701
d3c26cdf
KH
27022001-02-07 Kenichi Handa <handa@etl.go.jp>
2703
83c9cb8e
SM
2704 * international/mule.el (transform-make-coding-system-args):
2705 Make it work also for coding systems not using CCL.
d3c26cdf 2706
44806980
EZ
27072001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2708
9889af08
EZ
2709 * simple.el (previous-matching-history-element)
2710 (next-matching-history-element): Doc fix.
2711
44806980
EZ
2712 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2713 specific part.
2714
1e36ff68
DL
27152001-02-06 Dave Love <fx@gnu.org>
2716
713f7b15 2717 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2718 (add-log-buffer-file-name-function, add-log-file-name-function):
2719 Fix :type.
2720 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2721
c7ca58df
EZ
27222001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2723
fecd556a
EZ
2724 * info.el (info-initialize): Remove the test for system-type when
2725 invocation-directory is non-nil.
2726
c7ca58df
EZ
2727 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2728 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2729
587b5737
AI
27302001-02-06 Andrew Innes <andrewi@gnu.org>
2731
2732 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2733 absolute.
2734
baf7eee4
GM
27352001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2736
2737 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2738 buffers. When hi-lock turned on rather than only checking current
2739 buffer for regexps, all buffers are checked. Moved activation of
2740 font-lock to hi-lock-refontify. When font-lock turned off rather
2741 than removing added highlighting just in current buffer, remove it
2742 in all buffers. Changed edit menu text from "Automatic
2743 Highlighting" to "Regexp Highlighting" Documentation for
2744 highlighting phrases, minor documentation changes.
2745 (hi-lock-set-file-patterns): Execute only if there are new or
2746 existing file patterns.
2747 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2748 unfontify and, if a support mode is active, will not refontify the
2749 whole buffer. If necessary, turn on font lock. (Removed
2750 font-lock-unfontify and font-lock support-mode-specific calls,
2751 such as lazy-lock-fontify-window.)
2752 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2753 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2754 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2755 (hi-lock-face-phrase-buffer): New function. Also added related
2756 menu item and keybinding.
2757 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2758 (hi-lock-process-phrase): New function.
2759 (hi-lock-line-face-buffer): Doc fixes.
2760 (hi-lock-face-buffer): Doc fixes.
2761 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2762
36710aa6
GM
27632001-02-06 Gerd Moellmann <gerd@gnu.org>
2764
2765 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2766 dabbrev-ignored-regexps.
2767
d3f22784
EZ
27682001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2769
2770 * simple.el (kill-line): Doc fix.
2771
5cb3c8d4
DL
27722001-02-05 Dave Love <fx@gnu.org>
2773
2774 * loadup.el: Revert last two changes -- bootstrapping works with
2775 regenerated loaddefs.
2776
e6297e7d
EZ
27772001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2778
1e14b095
EZ
2779 * isearch.el (isearch-forward): Doc fix.
2780
e6297e7d
EZ
2781 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2782 of font-lock-defaults to backward-paragraph.
2783
e16f52ce
GM
27842001-02-05 Gerd Moellmann <gerd@gnu.org>
2785
2786 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2787 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2788
01d19dd7
GM
27892001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2790
2791 * ebnf2ps.el: Eliminate time-stamp functions.
2792 (ebnf-version): New version (3.5).
2793 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2794 format-time-string.
2795
24886813
GM
27962001-02-05 Gerd Moellmann <gerd@gnu.org>
2797
2798 * simple.el (next-line): Goto end-of-line before inserting a newline.
2799
65e70fc4
MB
28002001-02-05 Miles Bader <miles@gnu.org>
2801
2802 * image-file.el (insert-image-file): When visiting an image, also
2803 set `truncate-lines' to t so that any fringe arrow looks correct.
2804
482f06c9
KH
28052001-02-05 Kenichi Handa <handa@etl.go.jp>
2806
2807 * isearch.el (isearch-forward): Add description about input method
2808 in the docsting.
2809
02399da7
SM
28102001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2811
2812 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2813
2c366083
EZ
28142001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2815
2816 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2817 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2818
bdadfce3
GM
28192001-02-02 Gerd Moellmann <gerd@gnu.org>
2820
79fb38c0
GM
2821 * wid-edit.el (widget-button-click): Fix last change.
2822
bdadfce3
GM
2823 * frame.el (frame-notice-user-settings): When resizing the initial
2824 frame because the tool bar is off, also change the frame's top
2825 position if a negative top position was specified.
2826
33155ffb
MB
28272001-02-02 Miles Bader <miles@gnu.org>
2828
2829 * image-file.el (insert-image-file): When visiting an image,
2830 suppress the cursor in the image buffer.
2831
1355ba0c
DL
28322001-02-01 Dave Love <fx@gnu.org>
2833
2834 * progmodes/f90.el (f90-mode): Remove startup message.
2835
fb758d2d 2836 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2837
01acdb05
GM
28382001-02-01 Gerd Moellmann <gerd@gnu.org>
2839
2840 * startup.el (command-line): Fix code determining whether or not
2841 to use delete-key-deletes-forward-mode.
2842
5b1ee316
AS
28432001-02-01 Andre Spiegel <spiegel@gnu.org>
2844
2845 * vc.el (vc-diff-switches): New user option.
2846 (vc-version-diff): Use it.
2847 (vc-diff-switches-list): New macro.
2848
83c9cb8e
SM
2849 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2850 New customization options.
5b1ee316
AS
2851 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2852
2853 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2854
00b1e7a1
GM
28552001-02-01 Gerd Moellmann <gerd@gnu.org>
2856
2857 * msb.el (toplevel): Quote hook symbols.
2858
85827036
KH
28592001-02-01 Kenichi Handa <handa@etl.go.jp>
2860
8e028499 2861 * international/mule.el (make-coding-system): Add description
3c948dde 2862 about recognized properties in the docstring.
8e028499 2863
85827036
KH
2864 * international/mule-conf.el: Remove unused charsets
2865 mac-roman-lower and mac-roman-upper.
2866
7ccf7ab9
GM
28672001-01-31 Gerd Moellmann <gerd@gnu.org>
2868
2441692d
GM
2869 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2870 is in front of the left-margin, if any.
2871
ee5cece0
GM
2872 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2873 like `delete'.
2874
83c9cb8e 2875 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2876
7ccf7ab9
GM
2877 * term/w32-win.el (mouse-set-font): Doc fix.
2878
b4f30ec5 28792001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2880
b4f30ec5
GM
2881 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2882 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2883 on already.
2884
03e0fe6e
GM
28852001-01-31 Markus Rost <rost@math.ohio-state.edu>
2886
2887 * files.el (save-buffer): Don't give message if (buffer-file-name)
2888 returns nil.
713f7b15 2889
8f289acc
EZ
28902001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2891
cb4aae04
EZ
2892 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2893
dbd98b19
EZ
2894 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2895 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2896
8f289acc
EZ
2897 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2898 display problems.
2899
c12553c1
KH
29002001-01-31 Kenichi Handa <handa@etl.go.jp>
2901
c7bf5db9
KH
2902 * international/mule.el (charset-info): Fix docstring.
2903
2904 * international/mule-diag.el (describe-character-set): Check final
2905 char valid before printing it.
c12553c1 2906
14f16b9c
GM
29072001-01-30 Gerd Moellmann <gerd@gnu.org>
2908
efaa080b
GM
2909 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2910
eef93f99
GM
2911 * frame.el (frame-notice-user-settings): Do the tool-bar
2912 stuff only for graphical displays. Fix a braino.
713f7b15 2913
14f16b9c
GM
2914 * frame.el (frame-initialize): Create initial frame visible.
2915 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2916 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2917
2918 * startup.el (command-line): Remove manipulation of frame
2919 height for tool bars.
2920
4ad25e43
EZ
29212001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2922
2923 * lpr.el: Compatibility with XEmacs and doc fixes.
2924 (lpr-windows-system, lpr-lp-system): New vars.
2925 (lpr-printer-switch): New defcustom.
2926 (printer-name, lpr-command): Customization fix.
2927 (print-region-1): Code fix.
2928 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2929 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2930 New functions.
4ad25e43 2931
e8f044a0
GM
29322001-01-29 Gerd Moellmann <gerd@gnu.org>
2933
2934 * msb.el (toplevel): Fix the eval-after-load.
2935
850d5045
GM
29362001-01-29 Dave Love <fx@gnu.org>
2937
762fe76e
DL
2938 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2939
2940 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2941
83c9cb8e 2942 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2943 (tcl-using-emacs-19-23): Consider Emacs 21+.
2944 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2945 (tcl-add-emacs-menu): Supply menu name.
2946 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2947
3a768251
GM
29482001-01-29 Gerd Moellmann <gerd@gnu.org>
2949
2950 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2951
274d02f7
SM
29522001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2953
2954 * pcvs.el (cvs-mark-fis-dead): New function.
2955 (cvs-mode-add): Use it.
2956 (cvs-mode-add-change-log-entry-other-window):
2957 Rebind change-log-default-name to itself rather than to nil.
2958
ed5d446e
SS
29592001-01-29 Sam Steingold <sds@gnu.org>
2960
efaa080b 2961 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2962 `autoload' statements.
2963
e2a80284
EZ
29642001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2965
8e1db7b3
EZ
2966 * files.el (confirm-kill-emacs): Doc fix.
2967
ff2a1c79
EZ
2968 * frame.el (frame-initialize): Doc fix.
2969
e7b0deaf
EZ
2970 * time-stamp.el (time-stamp-string): Doc fix.
2971
83c9cb8e
SM
2972 * woman.el (WoMan-log-1): Make the log buffer writable.
2973 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2974
005913e4
GM
29752001-01-29 Gerd Moellmann <gerd@gnu.org>
2976
2977 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2978 the `make-variable-buffer-local'.
2979
58622cc5
GM
29802001-01-29 Dave Love <fx@gnu.org>
2981
2982 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2983 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2984 Add autoload cookie.
58622cc5
GM
2985 (ansi-color-apply-sequence): Fix typo.
2986
0404d031
GM
29872001-01-29 Gerd Moellmann <gerd@gnu.org>
2988
ed5d446e 2989 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
2990 Postscript printing in black and white.
2991
0404d031
GM
2992 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
2993 X-Mailman-Version, Precedence, List-Help, List-Post,
2994 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
2995 Content-Type, Content-Length.
2996
3b6ed359
DL
29972001-01-29 Dave Love <fx@gnu.org>
2998
ddd16e7a
DL
2999 * elide-head.el (elide-head): Make overlay evaporate.
3000
83c9cb8e 3001 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3002
8005142f
EZ
30032001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3004
3005 * isearch.el (isearch-highlight): Don't punt if the display
3006 doesn't support colors, since isearch faces are defined for
3007 monochrome displays as well.
3008
84728570
SS
30092001-01-27 Sam Steingold <sds@gnu.org>
3010
3011 * shell.el (shell-write-history-on-exit): Make sure that we are in
3012 the shell buffer (M-x tex-file RET inserted the error message into
3013 the TeX buffer).
3014
e26f9ced
EZ
30152001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3016
3017 * simple.el (transient-mark-mode): Doc fix.
3018
dc0274bd
GM
30192001-01-27 Gerd Moellmann <gerd@gnu.org>
3020
83c9cb8e 3021 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3022
c1acacc4
EZ
30232001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3024
f5058b96
EZ
3025 * shell.el (shell-unquote-argument): If the shell is one of the
3026 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3027 quote character.
3028 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3029 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3030
c1acacc4 3031 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3032 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3033
103db06c 30342001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3035
84728570 3036 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3037 Treat a one-capital-letter abbrev as "not all upper case",
3038 so as to force preservation of the expansion's pattern
3039 if the expansion starts with a capital letter.
3040
cfa70244
EZ
30412001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3042
cfee9de7
EZ
3043 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3044 Doc fix.
3045
cfa70244
EZ
3046 * simple.el (transient-mark-mode): Document the fact that many
3047 commands act on the region when mark is active.
3048
17d90d6b
KH
30492001-01-27 Kenichi Handa <handa@etl.go.jp>
3050
3051 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3052 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3053 (quail-show-guidance-buf): Make the multibyteness of current
3054 buffer inherited to Quail guidance buffer.
3055 (quail-help): Make the multibyteness of current buffer inherited
3056 to Quail help buffer.
3057
61076b20
DL
30582001-01-26 Dave Love <fx@gnu.org>
3059
c47e2c68
DL
3060 * time-stamp.el: Doc fixes.
3061
84728570 3062 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3063 (delphi-keyword-face, delphi-other-face): Fix :type.
3064
940f14b4
DL
3065 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3066
3067 * mail/feedmail.el (feedmail): Add :link.
3068 (feedmail-send-it): Doc fix.
3069
3070 * mail/sendmail.el: Doc fixes.
3071 (sendmail-send-it): Fix the non-ASCII regexp and use
3072 rfc2047-encode-string.
3073
61076b20
DL
3074 * dired.el, dired-aux.el: Revert last change.
3075
6c317bd2
GM
30762001-01-26 Gerd Moellmann <gerd@gnu.org>
3077
3078 * makefile.w32-in (DONTCOMPILE): Add various term files.
3079
30802001-01-26 Dave Love <fx@gnu.org>
3081
3082 * Makefile.in (DONTCOMPILE): Add various term files.
3083
1c636b5f
GM
30842001-01-26 Gerd Moellmann <gerd@gnu.org>
3085
af900b23
GM
3086 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3087
15fa6db0 3088 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3089 the echo area is resized to fit the size of the startup message.
15fa6db0 3090
1c636b5f
GM
3091 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3092 part of which is a constant.
3093
9b1adbd5
EZ
30942001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3095
83c9cb8e 3096 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3097
103db06c 30982001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3099
3100 * simple.el (next-line): Don't let `newline' expand abbrevs.
3101 Simplify slightly.
3102 (open-line): Don't let `newline' expand abbrevs.
3103
219227ea
JW
31042001-01-25 John Wiegley <johnw@gnu.org>
3105
3106 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3107 to `repeat' in the :type field.
3108
3109 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3110 allow a choice of regexp or nil.
d2906bf8 3111 (pcomplete-dir-ignore): Same.
219227ea
JW
3112
3113 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3114 a command) to always fail.
3115
ceba0dac
GM
31162001-01-25 Gerd Moellmann <gerd@gnu.org>
3117
3118 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3119 discard the result.
3120 (iswitchb-to-end): Likewise.
3121
9b0630e5
SS
31222001-01-25 Sam Steingold <sds@gnu.org>
3123
3124 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3125 Require vc.
9b0630e5 3126
a2ed9670
SM
31272001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3128
f0c1adab
SM
3129 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3130
a2ed9670
SM
3131 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3132
34ac3367
DL
31332001-01-25 Dave Love <fx@gnu.org>
3134
61076b20
DL
3135 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3136 (describe-coding-system): Tweak the English text.
3137
34ac3367
DL
3138 * loadup.el: Preload international/ccl for utf-8.
3139
4685e6b7
EZ
31402001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3141
3142 * mail/rmail.el (rmail-redecode-body): Doc fix.
3143
0fdb4475
KH
31442001-01-25 Kenichi Handa <handa@etl.go.jp>
3145
83c9cb8e
SM
3146 * international/mule-cmds.el (reset-language-environment):
3147 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3148
83c9cb8e
SM
3149 * international/mule-conf.el (coding-category-utf-8):
3150 Initialize to mule-utf-8.
0fdb4475 3151
9b0630e5 3152 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3153
3154 * international/utf-8.el: New file.
3155
245ed2b1
SM
31562001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3157
3158 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3159
e95b0c08
SS
31602001-01-24 Sam Steingold <sds@gnu.org>
3161
3162 * dired.el (dired-replace-in-string): Removed.
3163 (dired-sort-toggle): Use `replace-regexps-in-string'
3164 instead of `dired-replace-in-string'.
9b0630e5 3165
ceba0dac
GM
3166 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3167 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3168
e95b0c08
SS
3169 * gs.el (gs-replace-in-string): Removed.
3170 (gs-options): Use `replace-regexps-in-string'
3171 instead of `gs-replace-in-string'.
3172
c3902c3e
EZ
31732001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3174
3175 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3176 bug report is mailed to an email list and posted to a news group.
3177
b66b6aeb
GM
31782001-01-24 Gerd Moellmann <gerd@gnu.org>
3179
83c9cb8e
SM
3180 * comint.el (comint-replace-by-expanded-history-before-point):
3181 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3182
b66b6aeb
GM
3183 * startup.el (tool-bar-images-pixel-height): New variable.
3184 (command-line): After loading the user's init file, when
3185 tool-bar-mode is on, increase the frame's size by some lines for
3186 the tool-bar.
3187
3188 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3189
ff890e66
SZ
31902001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3191
3192 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3193 (chinese-big5): MIME:Big5.
3194
04363179
GM
31952001-01-24 Gerd Moellmann <gerd@gnu.org>
3196
e95b0c08 3197 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3198 Handle commands with prefix args.
3199
d56aaa64
GM
32002001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3201
3202 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3203 being a list of numbers.
3204 (diary-mail-entries): Rewritten.
3205
99858627
DL
32062001-01-23 Dave Love <fx@gnu.org>
3207
7aeb1fa9
DL
3208 * international/mule.el (make-coding-system): Fix typo.
3209
83c9cb8e
SM
3210 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3211 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3212
5a43decf
EZ
32132001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3214
3215 * font-lock.el (font-lock-mode): Doc fix.
3216
b0e98867
KH
32172001-01-23 Kenichi Handa <handa@etl.go.jp>
3218
3219 * international/mule.el (make-translation-table): Fix docstring.
3220
9c8acefd
EZ
32212001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3222
fd4976b8
EZ
3223 * mail/rmail.el (rmail-redecode-body): New function.
3224
9c8acefd
EZ
3225 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3226
871e0439
GM
32272001-01-22 Gerd Moellmann <gerd@gnu.org>
3228
21c2bbe0
GM
3229 * isearch.el (isearch-lazy-highlight-case-fold-search)
3230 (isearch-lazy-highlight-regexp): New variables.
3231 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3232 case-fold search or regexp search has been toggled.
3233
5710730c
GM
3234 * wid-edit.el (widget-button-click): Avoid a save-excursion
3235 around running a global binding.
3236
871e0439
GM
3237 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3238 to 0.25.
3239
d0554957
MB
32402001-01-20 Miles Bader <miles@gnu.org>
3241
3242 * cus-edit.el (custom-face-save): Do post-processing on the face's
3243 new value like `custom-face-set' does.
3244
1519f618
EZ
32452001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3246
ccd87890
EZ
3247 * mail/emacsbug.el (report-emacs-bug): Report the value of
3248 LC_CTYPE, not LC_TYPE.
3249
1519f618
EZ
3250 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3251 isearch-toggle-regexp and isearch-edit-string to doc string.
3252
9724173b
GM
32532001-01-19 Gerd Moellmann <gerd@gnu.org>
3254
48bb9196
GM
3255 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3256 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3257
e95b0c08 3258 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3259 font-lock-beginning-of-syntax-function to nil.
3260
dc81f8a2
EZ
32612001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3262
3263 * mail/emacsbug.el (report-emacs-bug): Report values of
3264 locale-coding-system, default-enable-multibyte-characters, and the
3265 environment variables LC_ALL, LC_TYPE, and LANG.
3266
99327974
GM
32672001-01-19 Gerd Moellmann <gerd@gnu.org>
3268
83c9cb8e 3269 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3270
2be6ecc6
GM
3271 * font-lock.el (font-lock-multiline): Default to nil.
3272 (font-lock-default-fontify-region): If font-lock-multiline is
3273 nil, don't check the property `font-lock-multiline'.
3274
99327974
GM
3275 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3276 is nil, don't check the `font-lock-multiline' text property.
3277
2550055a
MK
32782001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3279
0a949811 3280 * viper.el: Call initial-major-mode on startup.
e95b0c08 3281
0a949811 3282 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3283
8501998a 3284 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3285
2550055a 32862001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3287
0a949811 3288 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3289 diff mode, if available.
e95b0c08 3290
0a949811 32912001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3292
8501998a 3293 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3294
2550055a
MK
3295 * ediff-init.el (subst-char-in-string): Define and use it, unless
3296 it's already defined.
e95b0c08 3297
8962e303
GM
32982001-01-18 Gerd Moellmann <gerd@gnu.org>
3299
3300 * tooltip.el (tooltip-hide-delay): New user-option.
3301 (tooltip-show): Use tooltip-hide-delay instead of the default.
3302
6b453381
KH
33032001-01-18 Kenichi Handa <handa@etl.go.jp>
3304
3305 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3306 kill-local-variable doesn't work for enable-multibyte-characters.
3307
9eaf396b
DL
33082001-01-17 Dave Love <fx@gnu.org>
3309
cebd37ce
DL
3310 * ediff-init.el (ediff-before-setup-hook)
3311 (ediff-merge-filename-prefix): Add :version.
3312
9eaf396b
DL
3313 * international/latin1-disp.el: Require disp-table.
3314 (latin1-display): Fix :set.
3315
3316 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3317
f864120f
GM
33182001-01-17 Gerd Moellmann <gerd@gnu.org>
3319
3320 * isearch.el (isearch-lazy-highlight-initial-delay)
3321 (isearch-lazy-highlight-interval): Default to 0.
3322
33232001-01-17 Bob Glickstein <bobg@zanshin.com>
3324
3325 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3326 1 here rather than each time through
3327 isearch-lazy-highlight-new-loop.
3328 (isearch-lazy-highlight-max): Variable deleted.
3329 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3330 isearch-lazy-highlight-max but controls a single invocation of
3331 isearch-lazy-highlight-update.
3332 (isearch-lazy-highlight-wrapped): Variable recreated.
3333 (isearch-lazy-highlight-window-start): New variable.
3334 (isearch-lazy-highlight-cleanup): Restored to behavior of
3335 before 2-Jan.
3336 (isearch-lazy-highlight-remove-overlays): Function deleted;
3337 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3338 behavior removed.
3339 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3340 isearch-lazy-highlight-update in a loop rather than just once.
3341 Test isearch-invalid-regexp here and decide not to start a new
3342 loop, rather than testing it each time through
3343 isearch-lazy-highlight-update.
3344 (isearch-lazy-highlight-search): Function restored.
3345 (isearch-lazy-highlight-update): Get called in a timer loop again,
3346 but this time highlight more than one match each time through.
83c9cb8e
SM
3347 Only highlight matches in the visible part of the window.
3348 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3349 the edge of the window. Use sit-for to force redisplay and ensure
3350 window-start is credible. "Face suppressing" behavior removed;
3351 overlay priorities should make it unnecessary, right?
3352 (isearch-highlight): Face suppressing behavior removed.
3353 (isearch-dehighlight): Face suppressing behavior removed.
3354 (isearch-set-lazy-highlight-faces-at): Removed.
3355
076ec540
KH
33562001-01-17 Kenichi Handa <handa@etl.go.jp>
3357
3358 * language/european.el ("Latin-1"): Make the format of description
3359 about additional language environments same as that of Latin-2.
3360
92328ec5
DL
33612001-01-16 Dave Love <fx@gnu.org>
3362
39f2174e
DL
3363 * isearch.el (isearch-lazy-highlight): Add :version.
3364
92328ec5
DL
3365 * simple.el (backward-delete-char-untabify-method)
3366 (next-line-add-newlines): Add :version.
3367
f251459d
GM
33682001-01-16 Gerd Moellmann <gerd@gnu.org>
3369
9d4850e5
GM
3370 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3371 Don't bind <delete> otherwise.
3372
3373 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3374 and <delete> via function-key-map.
3375
f251459d
GM
3376 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3377 Subject line only if point is after the `Subject:'.
3378
771ffcf7
KH
33792001-01-16 Kenichi Handa <handa@etl.go.jp>
3380
bda6b481
KH
3381 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3382 japanese-jisx0213-2 in `charset' property of this lang. env.
3383
35793af7
KH
3384 * language/european.el ("Latin-1"): Add description for Dutch and
3385 Spanish lang. env.
3386
771ffcf7
KH
3387 * international/mule.el (decode-char): Fix conditions.
3388 (encode-char): Handle eight-bit-control too.
1c8102ff 3389 (transform-make-coding-system-args): New function.
50c29104
KH
3390 (make-coding-system): Accept XEmacs style arguments for CCL base
3391 coding system.
771ffcf7 3392
e1cf67b6
GM
33932001-01-15 Gerd Moellmann <gerd@gnu.org>
3394
3395 * progmodes/etags.el (find-tag-noselect): Save the value of
3396 tags-file-name before switching buffers, for the case it has a
3397 buffer-local value.
3398
b3287acf
GM
33992001-01-15 Alex Schroeder <alex@gnu.org>
3400
9eaf396b
DL
3401 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3402 From Dave Love <fx@gnu.org>.
b3287acf
GM
3403 (ansi-color-for-comint-mode): Fix :version.
3404
34052001-01-15 Alex Schroeder <alex@gnu.org>
3406
3407 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3408
8d7ff9c8
EZ
34092001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3410
3411 * dired.el (dired-insert-directory): If file-system-info fails,
3412 remove the " free " part, but don't signal an error.
3413
dbe99ae9
SS
34142001-01-12 Sam Steingold <sds@gnu.org>
3415
3416 * bookmark.el (bookmark-maybe-historicize-string):
3417 Use new backquote syntax.
3418
103db06c 34192001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3420
3421 * subr.el (last): Handle a list that doesn't end in nil.
3422
ca2ddd8e
SS
34232001-01-12 Sam Steingold <sds@gnu.org>
3424
3425 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3426 to `backward-delete-char-untabify'.
3427
1751c874
DL
34282001-01-12 Dave Love <fx@gnu.org>
3429
3430 * cus-edit.el (customize-menu-create): Fix the :filter following
3431 easymenu change.
3432
3433 * wid-edit.el (function): Add :match-alternatives.
3434 (widget-color-action): Doc fix.
3435
3cccce8d
GM
34362001-01-12 Gerd Moellmann <gerd@gnu.org>
3437
3438 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3439
18bfd6b5
KH
34402001-01-12 Kenichi Handa <handa@etl.go.jp>
3441
83c9cb8e 3442 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3443
18bfd6b5
KH
3444 * international/ccl.el (define-ccl-program): Fix docstring.
3445
562e00da
DL
34462001-01-11 Dave Love <fx@gnu.org>
3447
14fd0da3
DL
3448 * international/mule-cmds.el (standard-display-european-internal):
3449 Set display table for 2208 as for 160.
3450
3451 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3452
562e00da
DL
3453 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3454 entry for custom-menu-create change.
3455 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3456 don't cons it in the search loop.
3457
3458 * imenu.el (imenu--truncate-items): Revert last change.
3459
6e961dcd
EZ
34602001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3461
3462 * info.el (Info-setup-header-line): If the node header includes
3463 either Next: or Prev: links, don't show the File: and Node: parts
3464 in the header line.
3465
2c2ff7f2
GM
34662001-01-11 Gerd Moellmann <gerd@gnu.org>
3467
a7ee2d2e
GM
3468 * comint.el (comint-goto-process-mark): Don't print a message
3469 when running in batch mode.
3470
c5348233
GM
3471 * isearch.el (isearch-search): In the condition-case handler for
3472 `error', set isearch-invalid-regexp to the whole error message.
3473
422717d1
GM
3474 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3475 ensure that eval-after-load works for files dumped with Emacs.
3476
3477 * help.el (load-symbol-file-load-history): New function extracted
3478 from function symbol-file.
3479 (symbol-file): Use it.
3480
83c9cb8e 3481 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3482
926861fb
EZ
34832001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3484
3485 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3486 behave as if there were no prefix argument.
3487 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3488 argument were nil.
3489
afa1f52c
RS
34902001-01-11 Richard M. Stallman <rms@gnu.org>
3491
ca2ddd8e 3492 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3493 Don't look for more potential matches once maximum is exceeded.
3494 Use overlays-in to check correctly for overlap with current match.
3495 Ignore empty matches.
3496
47a9f362
MB
34972001-01-11 Miles Bader <miles@gnu.org>
3498
3499 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3500 (ispell-overlay-window, ispell-help, ispell-show-choices)
3501 (ispell-command-loop): Use it instead of `window-height'.
3502
d196f58d
GM
35032001-01-10 Gerd Moellmann <gerd@gnu.org>
3504
cf523f0e
GM
3505 * files.el (confirm-kill-emacs): New user-option.
3506 (save-buffers-kill-emacs): Ask for final confirmation before
3507 killing Emacs.
3508
d196f58d
GM
3509 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3510 to nil.
3511
7c6c3d8e
GM
35122001-01-10 Dave Love <fx@gnu.org>
3513
1f8be15d
DL
3514 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3515
83c9cb8e 3516 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3517
3518 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3519
3520 * calculator.el (calculator-number-digits): Fix :type.
3521
0d5184de
DL
3522 * vc-cvs.el (vc-cvs-header): Fix :type.
3523 * vc-rcs.el (vc-rcs-header): Fix :type.
3524 * vc-sccs.el (vc-sccs-header): Fix :type.
3525
3526 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3527
7c6c3d8e
GM
3528 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3529
8c9f73a2
GM
3530 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3531
457b792c
GM
35322001-01-10 Gerd Moellmann <gerd@gnu.org>
3533
3534 * simple.el (set-variable): Force a thorough redisplay for the
3535 case that the variable has an effect on the display, like
3536 `tab-width' has.
3537
d2622d08
AS
35382001-01-10 Andre Spiegel <spiegel@gnu.org>
3539
3540 * vc.el: Add documentation for backend interface.
3541
ae4b5f4f
KH
35422001-01-10 Kenichi Handa <handa@etl.go.jp>
3543
e0844717
KH
3544 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3545
ae4b5f4f
KH
3546 * international/mule-conf.el (latin-extra-code-table): Set to t
3547 for \223 and \224.
3548
3184082b
KH
35492001-01-09 Kenichi Handa <handa@etl.go.jp>
3550
3551 * international/mule-cmds.el (locale-language-names): Map "es" to
3552 "Spanish" and "nl" to "Dutch".
3553
732b9cdd
GM
35542001-01-09 Gerd Moellmann <gerd@gnu.org>
3555
1dfca644
GM
3556 * bindings.el (global-map): Bind <home> to beginning-of-line,
3557 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3558 C-<end> to end-of-buffer.
3559
732b9cdd
GM
3560 * language/european.el: Add Dutch and Spanish language info
3561 to be able to use the appropriate tutorials.
3562
35632001-01-09 Alex Schroeder <alex@gnu.org>
3564
3565 * ansi-color.el (ansi-color-process-output): Use markers instead
3566 of positions for start and end of region.
3567 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3568 Previously, occasional mistakes happend when fontifying many
3569 chunks of output (eg. ls --color=yes /dev). This happened
3570 whenever an overlay was created up to the end of the region, which
3571 coincided with the process-mark. New text would then be added
3572 within that overlay instead of after it.
3573 (ansi-color-make-extent): Overlays are created with the property
3574 `modification-hooks' set to '(ansi-color-freeze-overlay).
3575 (ansi-color-freeze-overlay): New function. When inserting text at
3576 the end of the overlay, the overlay will resize.
3577
35782000-01-09 Alex Schroeder <alex@gnu.org>
3579
3580 * ansi-color.el (ansi-color-process-output): Doc change.
3581 (ansi-color-unfontify-region): Doc change. No longer installed
3582 automatically in font-lock-unfontify-region-function.
3583 (ansi-color-apply): Doc change.
3584 (ansi-color-apply-on-region): Use extents or overlays instead of
3585 text-properties.
3586 (ansi-color-make-extent): New function.
3587 (ansi-color-set-extent-face): New function.
3588
35892000-01-09 Alex Schroeder <alex@gnu.org>
3590
3591 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3592 both use ansi-color-process-output, now.
3593 (ansi-color-process-output): Doesn't return string anymore. It is
3594 installed in comint-output-filter-functions for both Emacs and
3595 XEmacs, now.
3596 (ansi-color-unfontify-region): Simplified code removing variables
3597 pos and start-ansi.
3598 (ansi-color-apply): Put text-property ansi-color before putting
3599 text-property face because ansi-color-unfontify-region is called
3600 immediately after the call to put-text-property.
3601 (ansi-color-context-region): Doc change.
3602 (ansi-color-filter-region): Simplified code.
3603 (ansi-color-apply-on-region): Changed start to start-marker, using
3604 a marker explicitly. Put text-property ansi-color before putting
3605 text-property face because ansi-color-unfontify-region is called
3606 immediately after the call to put-text-property.
3607
36082000-01-09 Alex Schroeder <alex@gnu.org>
3609
3610 * ansi-color.el (ansi-color-faces-vector): Doc change.
3611 (ansi-color-for-comint-mode): Changed :type property to choice.
3612 (ansi-color-last-context): Removed.
3613 (ansi-color-process-output): Don't use ansi-color-last-context, as
3614 the main functions will store their context now.
3615 (ansi-color-context): Doc change.
3616 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3617 Uses ansi-color-context such that repeated calls will strip
3618 partial escape sequences, too.
3619 (ansi-color-apply): Simplified code. Colorize end of string if
3620 face is not null. Store context in new (FACE STRING) format, such
3621 that repeated calls will strip partial escape sequences, too.
3622 Append faces to face property using ansi-color-apply-sequence such
3623 that cumulative mode actually works.
3624 (ansi-color-context-region): New variable.
3625 (ansi-color-filter-region): Rewrote it based on
3626 ansi-color-apply-on-region. Uses ansi-color-context-region such
3627 that repeated calls will strip partial escape sequences, too.
3628 (ansi-color-apply-on-region): Simplified code. Colorize end of
3629 region if face is not null. Store context in new (FACE POS)
3630 format, such that repeated calls will strip partial escape
3631 sequences, too. Append faces to face property using
83c9cb8e 3632 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3633 (ansi-color-apply-sequence): New function.
3634 (ansi-color-get-face): When the default face is added to the list
3635 of faces, all previous settings are discarded and the list of
3636 faces is set to '(default).
3637
36382000-01-09 Alex Schroeder <alex@gnu.org>
3639
3640 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3641 face, such that ansi-color-apply and ansi-color-apply-on-region
3642 will do the right thing.
3643 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3644 returns nil, set the list of faces back to nil instead of
83c9cb8e 3645 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3646
36472000-01-09 Alex Schroeder <alex@gnu.org>
3648
3649 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3650 (ansi-color-process): Doc change.
3651 (ansi-color-last-context): New buffer-local variable.
3652 (ansi-color-process-output): New function. It is automatically
3653 added to comint-output-filter-functions if this is XEmacs.
3654 (ansi-color-unfontify-region): New optional parameter for XEmacs
3655 compatibility. Check wether font-lock-syntactic-keywords is
3656 boundp before removing the syntax table text property, as XEmacs
3657 doesn't have it.
3658 (ansi-color-filter-region): Doc change.
3659 (ansi-color-apply-on-region): Doc change.
3660 (ansi-color-make-face): New function. Compatibility layer for
3661 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3662 (ansi-color-make-color-map): Use ansi-color-make-face.
3663 (ansi-color-get-face): Avoid face text property '(nil) as results
3664 in an errow for XEmacs.
3665
36662000-01-09 Alex Schroeder <alex@gnu.org>
3667
83c9cb8e
SM
3668 * ansi-color.el (ansi-color-unfontify-region): New function.
3669 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3670 ansi-color. When the package is loaded, a lambda expression is
3671 put onto font-lock-mode-hook. This lambda expression will check
3672 font-lock-unfontify-region-function and replace
83c9cb8e 3673 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3674 (ansi-color-apply): Add text-property ansi-color in addition to
3675 text-property face.
3676 (ansi-color-apply-on-region): Add text-property ansi-color in
3677 addition to text-property face.
3678 (save-buffer-state): Copy of the macro that is also used by
3679 lazy-lock and font-lock.
3680
3681 (ansi-color-for-comint-mode): New option.
3682 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3683 (ansi-color-for-comint-mode-off): Ditto.
3684 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3685 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3686 decide what to do. This function is added to
3687 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3688
3689 (ansi-color-for-shell-mode-set): Removed.
3690 (ansi-color-for-shell-mode): Removed.
3691
36922000-01-09 Alex Schroeder <alex@gnu.org>
3693
3694 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3695 the lambda expression from the ansi-color-for-shell-mode :set
3696 property. Additionally, modify shell-mode-hook to enable or
3697 disable font-lock-mode for future shell buffers.
3698 (ansi-color-for-shell-mode): The :set property calls
3699 ansi-color-for-shell-mode-set instead of a lambda expression.
3700
37012000-01-09 Alex Schroeder <alex@gnu.org>
3702
3703 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3704 (ansi-color-context): New variable.
3705 (ansi-color-apply): Save context between calls.
3706
fb55ff10
EZ
37072001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3708
83c9cb8e
SM
3709 * isearch.el (isearch, isearch-lazy-highlight-face):
3710 New definitions for face colors and attributes.
29910493 3711
fb55ff10
EZ
3712 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3713 of display-mouse-p.
3714
134d6265
KH
37152001-01-09 Kenichi Handa <handa@etl.go.jp>
3716
3717 * international/mule.el (make-coding-system): If the coding system
3718 accepts extra latin codes, register such codes as safe for the
3719 coding system.
3720
103db06c 37212001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3722
984c9f75
RS
3723 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3724 don't mention the file name or the date here, because they are
3725 logged at the start of the file.
3726
37272001-01-08 Richard M. Stallman <rms@gnu.org>
3728
78b8eee8
RS
3729 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3730 Change screen-width to frame-width.
3731
1460e5d4
EZ
37322001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3733
3734 * info.el (Info-search): Print the default as part of the prompt.
3735
56f24bc1
AS
37362001-01-08 Andre Spiegel <spiegel@gnu.org>
3737
ca2ddd8e 3738 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3739 constant implementations in backends.
3740
3741 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3742 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3743
3744 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3745 WRITABLE to EDITABLE.
3746
3747 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3748 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3749 to EDITABLE.
3750
b7812d30
EZ
37512001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3752
3753 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3754 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3755
7e56ea04
GM
37562001-01-08 Gerd Moellmann <gerd@gnu.org>
3757
3758 * isearch.el (isearch-old-signal-hook): Removed.
3759 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3760 instead of setting signal-hook-function.
3761 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3762
a758f97d
GM
37632001-01-08 Kevin Gallagher <kevingal@onramp.net>
3764
3765 * emulation/edt.el: Update to version 4.0. Provide support for
3766 EDT scroll margins at top and bottom of the window. Provide an
3767 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3768 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3769 user when file-related buffer modifications exist.
3770 Provide support for running EDT Emulation in XEmacs.
3771 Provide customize access to some user updatable variables.
3772 Add Commentary section to file header.
3773 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3774
3775 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3776 for detecting a keypress that generates an ASCII key sequence.
3777 (Previously, only a keypress that generates a vector was
3778 recognized.) Embed Window Manager name into name of the generated
3779 EDT Emulation initialization file since the initialization file is
3780 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3781
30db89f9
EZ
37822001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3783
4deb3ba9
EZ
3784 * mail/sendmail.el (mail-mode): Doc fix.
3785
30db89f9
EZ
3786 * info.el (Info-goto-emacs-command-node): Doc fix.
3787 (Info-goto-emacs-key-command-node): Doc fix.
3788
c3f2772b
EZ
37892001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3790
8726e79b 3791 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3792 systems without long file-name support.
3793
0dac6924
AI
37942001-01-06 Andrew Innes <andrewi@gnu.org>
3795
3796 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3797
4e6ef391
EZ
37982001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3799
380866a2
EZ
3800 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3801 (isearch-lazy-highlight-update): Doc fix.
3802
148b5960
EZ
3803 * ffap.el (ffap-bindings): Doc fix.
3804
4e6ef391
EZ
3805 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3806
4cb1bcc2
DL
38072001-01-05 Dave Love <fx@gnu.org>
3808
3809 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3810
3828218c
GM
38112001-01-05 Gerd Moellmann <gerd@gnu.org>
3812
83c9cb8e
SM
3813 * mouse-drag.el (mouse-drag-safe-scroll):
3814 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3815
1f4139d5
GM
3816 * isearch.el (isearch-old-signal-hook): New variable.
3817 (isearch-mode): Set signal-hook-function to isearch-done.
3818 (isearch-done): Restore old signal-hook-function.
3819
3828218c
GM
3820 * info.el (Info-fontify-node): Mark one more char as intangible.
3821
3970013f
KH
38222000-01-05 Kenichi Handa <handa@etl.go.jp>
3823
83c9cb8e
SM
3824 * composite.el (compose-last-chars): New argument COMPONENTS.
3825 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3826 COMPONENTS.
3827
3828 * international/quail.el (quail-input-string-to-events): New function.
3829 (quail-input-method): Convert input string to events here.
3830 (quail-start-translation): Return input string, not event list.
3831 (quail-start-conversion): Likewise.
3832
f3b05e99
GM
38332001-01-04 Gerd Moellmann <gerd@gnu.org>
3834
ca2ddd8e 3835 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3836 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3837 and tooltip-add-timeout.
3838 (tooltip-show): Set border color from faces's foreground.
3839 (tooltip-show-help-function): If called with the same help string
3840 as last time, do nothing.
3841 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3842
0f2ac578
GM
3843 * startup.el (fancy-splash-screens): Don't bind show-help-function
3844 to nil.
3845
f3b05e99
GM
3846 * tooltip.el (tooltip-frame-parameters): Remove colors.
3847 (tooltip): New face
3848 (tooltip-set-param): New function.
3849 (tooltip-show): Set up color frame parameters from face `tooltip'.
3850 Display the tooltip text in face `tooltip'.
3851
8416e94a
DL
38522001-01-04 Dave Love <fx@gnu.org>
3853
3854 * whitespace.el (whitespace-global-mode): Fix typo.
3855
3856 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3857
30db89f9
EZ
38582001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3859
83c9cb8e
SM
3860 * help.el (help-for-help): Fix a typo in a doc string.
3861 From kwzh@gnu.org (Karl Heuer).
30db89f9 3862
b847eb8c
DL
38632001-01-03 Dave Love <fx@gnu.org>
3864
3865 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3866 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3867 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3868 (dired-guess-shell-alist-user): Customize.
3869 (dired-x-help-address): Set to bug-gnu-emacs.
3870 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3871 (dired-default-directory): Renamed from default-directory.
3872
3873 * hl-line.el (hl-line): Doc fix.
3874
43c4b570
KF
38752001-01-03 Karl Fogel <kfogel@red-bean.com>
3876
1bf6b1bf 3877 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3878
984c9f75 38792001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3880
3881 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3882 to remove all the current alternative-match highlighting.
3883 If nil, remove only what's outside the current window.
3884 (isearch-lazy-highlight-remove-overlays): Take optional
3885 region within which NOT to remove them.
3886 (isearch-lazy-highlight-new-loop): Greatly simplified.
3887 (isearch-lazy-highlight-update): Find all the other occurrences
3888 visible in the window, in just one call.
3889 (isearch-lazy-highlight-start): Now holds start of region to scan.
3890 (isearch-lazy-highlight-end): Now holds end of region to scan.
3891 (isearch-lazy-highlight-wrapped): Variable deleted.
3892 (isearch-lazy-highlight-search): Function deleted.
3893
13d6a61c
AI
38942000-01-02 Andrew Innes <andrewi@gnu.org>
3895
3896 * w32-fns.el (convert-standard-filename): Do length check on name
3897 before aref.
3898
064866e7
DL
38992001-01-02 Dave Love <fx@gnu.org>
3900
b33e041b
DL
3901 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3902 value.
3903 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3904
3905 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3906
8166ffd5
DL
3907 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3908 read syntax.
3909
064866e7
DL
3910 * calendar/todo-mode.el (todo): Add :link, :version.
3911 (todo-save-top-priorities): Remove autoload cookie.
3912 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3913 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3914
6dde6abc
GM
39152001-01-02 Gerd Moellmann <gerd@gnu.org>
3916
3917 * comint.el (comint-input-history-ignore): New variable.
3918 (comint-read-input-ring): Ignore entries matching
3919 comint-input-history-ignore.
3920
1a8a9daf
GM
39212001-01-02 Eric M. Ludlam <zappo@gnu.org>
3922
3923 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3924 (lm-copyright-mark): New function.
3925 (lm-crack-copyright): New function.
3926 (lm-verify): Check that the file has a copyright.
3927 Check that the file is copyright Free Software Foundation.
3928
9c92eb53
KH
39292000-12-30 Kenichi Handa <handa@etl.go.jp>
3930
3931 * international/mule-diag.el (print-fontset): Indent font name by
3932 24 columns, not 25.
3933
49172314
GM
39342000-12-29 Gerd Moellmann <gerd@gnu.org>
3935
762a68ec
GM
3936 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3937 in Subject line.
3938
49172314 3939 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3940 Use mail-mode-hook instead of mail-setup-hook.
3941 Otherwise continuing an interrupted message with C-u C-x m for
3942 instance, winds up in Mail mode without abbrevs.
49172314 3943
bd7a2e26
GM
39442000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3945
3946 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3947 non-nil. Adding almost all customization variables on ps-setup.
3948 Doc fix.
bd7a2e26
GM
3949 (ps-print-version): New version number (6.3.3).
3950 (ps-end-with-control-d): Initialization fix.
3951 (ps-lines-printed): New var.
3952 (ps-skip-newline): New fun.
3953 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3954 (ps-next-line, ps-continue-line, ps-plot-region)
3955 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3956
2b3f28a4
KH
39572000-12-29 Kenichi Handa <handa@etl.go.jp>
3958
83c9cb8e
SM
3959 * international/fontset.el (x-complement-fontset-spec):
3960 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3961 registered in x-font-name-charset-alist.
3962 (create-fontset-from-fontset-spec): Adjusted for the above change.
3963 The name of fontset alias should be a unresolved ASCII font name.
3964
2ece9174
GM
39652000-12-28 Gerd Moellmann <gerd@gnu.org>
3966
3967 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3968 and delete in isearch-mode-map.
3969
cbe3ad7a
RS
39702000-12-28 Richard M. Stallman <rms@gnu.org>
3971
ca2ddd8e 3972 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3973 Use xpdf instead of acroread.
3974
a816f1c5
KH
39752000-12-28 Kenichi Handa <handa@etl.go.jp>
3976
f086e73c
KH
3977 * textmodes/artist.el (artist-butlast): Deleted.
3978 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3979 artist-butlast.
f086e73c 3980
a816f1c5
KH
3981 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3982
3983 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3984
b202115b
EZ
39852000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
3986
3987 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
3988
3989 * ls-lisp.el: Better support for the Mac and MS-Windows.
3990 (ls-lisp): New defgroup.
3991 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 3992 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
3993 (ls-lisp-support-shell-wildcards): New defcustoms.
3994 (ls-lisp-parse-symlink): New function.
3995 (insert-directory): Code to convert switches to a list and set up
3996 the wildcard argument copied from ls-lisp-insert-directory.
3997 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
3998 for -C and -R switches.
3999 (ls-lisp-column-format): New function.
ca2ddd8e 4000 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4001 (ls-lisp-format-time): Add doc strings.
4002 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4003 Support ls-lisp-dirs-first.
4004 (ls-lisp-classify, ls-lisp-extension): New functions.
4005 (ls-lisp-format): Optionally support emulation of symlinks.
4006 Support -i, -s, and -G switches.
4007
6061fbf0
GM
40082000-12-27 Gerd Moellmann <gerd@gnu.org>
4009
5e25feee
GM
4010 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4011
6061fbf0
GM
4012 * version.el (emacs-version): Print X scroll bar information.
4013
4014 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4015 instead of x-toolkit-scroll-bars-p.
4016
4017 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4018 of x-toolkit-scroll-bars-p.
4019
25050dab
EZ
40202000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4021
83c9cb8e 4022 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4023 (ffap-bindings): Doc fix, to reflect the above change.
4024
c1786874
KH
40252000-12-27 Kenichi Handa <handa@etl.go.jp>
4026
4027 * term.el (term-char-mode): Define all non-ascii self-inserting
4028 characters to 'term-send-raw in term-raw-map.
4029
7261ece3 40302000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4031
83c9cb8e 4032 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4033
83c9cb8e
SM
4034 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4035 Changed initialization; use add-hook.
6061fbf0 4036 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4037
6061fbf0 4038 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4039
6061fbf0
GM
4040 * ediff.el (ediff-patch-buffer): Bug fix.
4041 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4042
83f40583
SM
40432000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4044
4045 * subr.el (combine-run-hooks): Remove.
4046
4047 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4048 and remove the rogue second spec.
4049
bdd6d4e8
GM
40502000-12-23 Gerd Moellmann <gerd@gnu.org>
4051
4052 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4053
26736ce3
SM
40542000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4055
0e86b6b0
SM
4056 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4057 Use minibuffer menu prompt for the `=' prefix.
4058 (smerge-command-prefix): Change default to C-^.
6eabfb26 4059 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4060
26736ce3
SM
4061 * skeleton.el (skeleton-internal-1): Make sure the first line of
4062 the region is also re-indented.
d21584d6
SM
4063 (skeleton-end-newline): New var.
4064 (skeleton-end-hook): Use it.
26736ce3 4065
95fa4fd7
MB
40662000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4067
4068 * comint.el (comint-password-prompt-regexp): Support CVS.
4069
f060b834
GM
40702000-12-22 Gerd Moellmann <gerd@gnu.org>
4071
83c9cb8e
SM
4072 * simple.el (delete-key-deletes-forward-mode): Simplify.
4073 Also backspace key combinations, depending on
856ff7a7
GM
4074 delete-key-deletes-forward.
4075
4076 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4077
f060b834
GM
4078 * simple.el (delete-key-deletes-forward): Doc fix.
4079
653558a1
GM
40802000-08-22 Emmanuel Briot <briot@gnat.com>
4081
4082 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4083 white spaces are relevant in the XML file.
653558a1
GM
4084 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4085 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4086 of XML files.
653558a1
GM
4087 (xml-parse-tag): Check that the casing is the same in the start
4088 tag and end tag, since XML is case-sensitive. Allows for spaces
4089 in the end tag, after the name of the tag.
4090 (xml-parse-attlist): Allow for the character '-' in the name of
4091 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4092 the properties in the XML tree, since they are not relevant.
653558a1 4093
3ad93d8d
SM
40942000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4095
4096 * generic.el (generic-read-type): Undo last change, inline into
4097 `generic-mode' and then remove.
4098 (generic-mode): Inline generic-read-type.
4099 (define-generic-mode): Push the symbol name rather than the symbol
4100 onto generic-mode-list.
4101
177f4e88
GM
41022000-12-21 Gerd Moellmann <gerd@gnu.org>
4103
8e15274f
GM
4104 * generic.el (generic-read-type): Build an alist for
4105 completing-read as in 20.7.
4106
4107 * play/landmark.el (lm): Use interactive spec `P'.
4108 (toplevel): Don't set debug-on-error.
4109
83c9cb8e 4110 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4111
6ba384dc
GM
41122000-12-21 Dave Pearson <davep@davep.org>
4113
4114 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4115
647a066c
GM
41162000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4117
4118 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4119 ranges like \177-\237, but accepts the character sequence from \177 to
4120 \237. Doc fix.
4121 (ebnf-version): New version (3.4).
4122 (ebnf-setup): Code fix.
4123 (ebnf-range-regexp): New fun.
4124 (ebnf-8-bit-chars): Const fix.
4125
4126 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4127 entry. Doc fix.
4128 (ebnf-bnf-lex): Code fix.
4129 (ebnf-bnf-comment-chars): Const fix.
4130
4131 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4132 entry. Doc fix.
4133 (ebnf-iso-comment-chars): Const fix.
4134
4135 * ebnf-otz.el: Doc fix.
4136
4137 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4138 entry. Doc fix.
4139 (ebnf-yac-skip-code): Code fix.
4140 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4141
bc22fd18
EZ
41422000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4143
4144 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4145 (recover-file): Use it instead of insert-directory.
4146 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4147
587fc3f9
KH
41482000-12-21 Kenichi Handa <handa@etl.go.jp>
4149
83c9cb8e
SM
4150 * international/mule-cmds.el (select-safe-coding-system):
4151 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4152
587fc3f9
KH
4153 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4154
01860fb9
MB
41552000-12-21 Miles Bader <miles@gnu.org>
4156
83c9cb8e 4157 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4158
3f9d67a6
KH
41592000-12-21 Kenichi Handa <handa@etl.go.jp>
4160
9fd1c1f7
KH
4161 * international/mule-diag.el (describe-char-after): Make *Help*
4162 buffer inherit multibyteness of the current buffer.
4163
3f9d67a6
KH
4164 * international/mule.el (make-char): Docstring adjusted for the
4165 change of make-char-internal.
4166
c9669fac
SM
41672000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4168
4169 * international/iso-cvt.el: Docstrings fix.
4170
19594307
DL
41712000-12-20 Dave Love <fx@gnu.org>
4172
4173 * subr.el (eval-after-load): Doc fix.
4174
b1a447b3
KH
41752000-12-20 Kenichi Handa <handa@etl.go.jp>
4176
4177 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4178 for numbers.
4179
09877d5d
MB
41802000-12-20 Miles Bader <miles@gnu.org>
4181
4182 * international/quail.el (quail-help): Resize the help window
4183 again after it has all its contents. Remove unneeded progn.
4184
71d4497a
GM
41852000-12-19 Gerd Moellmann <gerd@gnu.org>
4186
4187 * pcmpl-linux.el: Fix copy/paste error.
4188
741e56a0
AI
41892000-12-19 Andrew Innes <andrewi@gnu.org>
4190
83c9cb8e 4191 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4192
cc24d91c
CD
41932000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4194
ba4c05aa
CD
4195 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4196
4197 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4198
4199 * progmodes/idlw-shell.el: Fixed copyright notice.
4200
4201 * progmodes/idlwave.el: Fixed copyright notice.
4202
71d4497a 4203 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4204 TAB as key separators.
4205
524c8caf
GM
42062000-12-19 Alex Schroeder <alex@gnu.org>
4207
4208 * sql.el (sql-sybase-options): New option.
4209 (sql-sybase): Use it. Add sql-database to the list of parameters
4210 provided for login. The options -w 2048 -n are not used any more.
4211 (sql-postgres-options): Changed default from "--pset" to "-P".
4212 (sql-mysql-options): Doc change.
4213 (sql-stop): Doc change.
4214
b5fa513d
KH
42152000-12-19 Kenichi Handa <handa@etl.go.jp>
4216
4217 * international/quail.el (quail-input-method): Always hide
4218 the guidance buffer on exiting.
4219
91c9e6ce
GM
42202000-12-18 Gerd Moellmann <gerd@gnu.org>
4221
c6da4eb4
GM
4222 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4223 isn't fboundp.
4224
3d2a0e0b
GM
4225 * server.el (server-buffer-done): Bury the buffer before
4226 killing it.
4227
91c9e6ce
GM
4228 * faces.el (face-spec-set): Interpret a nil in specs for
4229 foreground and background colors as `unspecified', for
4230 compatibility with 20.x.
4231
40fa0008
DL
42322000-12-18 Dave Love <fx@gnu.org>
4233
22adbe54
DL
4234 * simple.el (mail-user-agent): Doc fix.
4235 (input-mode-8-bit): Removed.
4236
4237 * international/mule.el (set-keyboard-coding-system): Doc fix.
4238 (keyboard-coding-system): New option.
4239
40fa0008
DL
4240 * mail/sendmail.el (send-mail-function): Customize.
4241
6f4745e2
EZ
42422000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4243
4244 * international/codepage.el (cp866-decode-table): New table.
4245
82b90229
GM
42462000-12-18 Gerd Moellmann <gerd@gnu.org>
4247
4248 * version.el (emacs-version): Remove `%a' from the time format
4249 because the weekday doesn't fit well into each locale.
4250
5a047002
MB
42512000-12-18 Miles Bader <miles@gnu.org>
4252
7f49aa07
MB
4253 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4254
ca2ddd8e 4255 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4256 Check that emacs-major-version is `=' to 20, not `>='.
4257 (artist-replace-chars): Use `make-string' instead of a loop.
4258
22ea2607
EZ
42592000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4260
4261 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4262 (cvs-execute-single-file): Don't change directory.
4263 Patch from Per Cederqvist.
4264
6c825f8e
EZ
42652000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4266
83c9cb8e
SM
4267 * textmodes/ispell.el (check-ispell-version):
4268 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4269 of -vv.
4270
8ff06845
KH
42712000-12-16 Kenichi Handa <handa@etl.go.jp>
4272
af4bb4c8
KH
4273 * international/mule-diag.el (mule-diag): Insert information about
4274 configure options, multibyte awareness, language env.
4275
8ff06845
KH
4276 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4277 regexp to search for candidates.
4278
b24e84ab
EZ
42792000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4280
4281 * info.el (Info-forward-node): If the node has an
4282 Info-header-line, widen the buffer before searching for "next:"
4283 and "up:" pointers, and set the search limit to stay in the
4284 current node.
4285
7981d89f
MB
42862000-12-16 Miles Bader <miles@gnu.org>
4287
4288 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4289
88ee7917
MB
42902000-12-15 Miles Bader <miles@gnu.org>
4291
4292 * comint.el (comint-send-string, comint-send-region): Also accept
4293 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4294 process-send-string/region.
4295
0c28d842
GM
42962000-12-15 Gerd Moellmann <gerd@gnu.org>
4297
4ea7fdca
GM
4298 * isearch.el (isearch-lazy-highlight-max): New user-option.
4299 (isearch-lazy-highlight-update): Don't highlight more than
4300 isearch-lazy-highlight-max matches.
4301
0c28d842
GM
4302 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4303
984c9f75 43042000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4305
8062e53a
GM
4306 * sort.el (sort-columns): Fix error message.
4307
3ffa545b
GM
4308 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4309 `upcase' or `downcase' or nil.
4310 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4311 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4312 (dabbrev--substitute-expansion): New arg record-case-pattern.
4313 If it is non-nil, set dabbrev--last-case-pattern.
4314 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4315
4316 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4317
c2d7f289
MB
43182000-12-15 Miles Bader <miles@gnu.org>
4319
b6348438
MB
4320 * paths.el (Info-default-directory-list): Don't delete
4321 configure-info-directory from the list of standard info
83c9cb8e 4322 directories when appending it to the end -- their order is important.
b6348438 4323
f9056dd9
MB
4324 * faces.el (read-face-attribute): If there's no entry for the
4325 user's input in VALID, just use it as-is (this will often result
4326 in an error, but it may be OK for e.g. colors using hexadecimal
4327 notation, and at least will yield a better error message).
4328
c2d7f289 4329 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4330 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4331 Variables removed.
4332 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4333 window is really the right size. Use vertical-motion
4334 rather than forward-line.
4335 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4336 (ispell-command-loop, ispell-show-choices): Use the variable
4337 ispell-choices-win-default-height, rather than the function.
4338 (ispell-choices-win-default-height): Function removed.
4339 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4340
8f530b95
SM
43412000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4342
4343 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4344
6d435deb
EZ
43452000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4346
83c9cb8e
SM
4347 * paths.el (Info-default-directory-list):
4348 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4349 put it first in the list; otherwise put it last. Doc string
4350 changed accordingly.
4351
4352 * info.el (Info-directory-list): Change doc string to reflect the
4353 change in Info-default-directory-list.
4354
6d435deb
EZ
4355 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4356 windows-nt as windowed environments, even under -nw.
4357
4358 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4359 if not fboundp. Switch delete-forward mode for the <delete> key
4360 on all PC platforms, even under -nw.
4361
4362 * term/internal.el ([M-delete]): Remap to M-d.
4363
9d7d9263
GM
43642000-12-14 Gerd Moellmann <gerd@gnu.org>
4365
4366 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4367
7cf0153a
EZ
43682000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4369
4370 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4371
5e5b3d41
GM
43722000-12-14 Gerd Moellmann <gerd@gnu.org>
4373
5f368d29
GM
4374 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4375 if appropriate.
4376
4377 * simple.el (delete-key-deletes-forward): New user-option.
4378 (delete-key-deletes-forward-mode): New function.
4379
9d7d9263 4380 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4381
83c9cb8e
SM
4382 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4383 Test if symbol is bound before getting its value.
5e5b3d41
GM
4384
4385 * tooltip.el (tooltip-show): If an error is signaled in
4386 x-show-tip, display that error, and display the help in the
4387 echo area.
ca2ddd8e 4388
191b83b6
KH
43892000-12-14 Kenichi Handa <handa@etl.go.jp>
4390
83c9cb8e
SM
4391 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4392 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4393
6192b604
KF
43942000-12-13 Karl Fogel <kfogel@red-bean.com>
4395
4396 * bookmark.el: Provide a generic exit hook, as suggested by
4397 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4398 (bookmark-exit-hook): New var.
4399 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4400 old raw lambda form in `kill-emacs-hook', and runs new
4401 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4402 as logically that feature must have been provided if this function
4403 is running.
4404 Removed ;;;###autoload before the `add-hook' call.
4405
5edf6b55
SM
44062000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4407
4408 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4409 (easy-menu-current-active-maps): New function.
4410 (easy-menu-get-map): Use it.
4411 Make a proper menu entry when creating a new keymap.
4412
16b5e8e6
KH
44132000-12-13 Kenichi Handa <handa@etl.go.jp>
4414
d49fc4eb
KH
4415 * international/characters.el: Fix cases and syntaxes for
4416 mule-unicode-0100-24ff.
4417
3b53d876
KH
4418 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4419 that a Japanese character is not appended after day and year.
4420
16b5e8e6
KH
4421 * info.el (Info-suffix-list): Change format for a command that
4422 requires arguments.
4423 (info-insert-file-contents): Adjusted for the above change.
4424
1df1c518
AS
44252000-12-12 Andreas Schwab <schwab@suse.de>
4426
4427 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4428 on the name of the tar buffer. Verify that the existing buffer is
4429 visiting the same subfile.
4430
a7a07b98
DL
44312000-12-12 Dave Love <fx@gnu.org>
4432
4433 * subdirs.el: Add obsolete.
4434
4fdbd809
GM
44352000-12-12 Gerd Moellmann <gerd@gnu.org>
4436
bfdb75ee
GM
4437 * mail/rmailsum.el (rmail-summary-expunge)
4438 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4439 instead of rmail-confirm-expunge.
4440
4fdbd809
GM
4441 * replace.el (perform-replace): Don't use an empty match adjacent
4442 to a non-empty match when computing the next match before the
4443 replacement is performed.
4444
e9a59cad
GM
44452000-12-12 Milan Zamazal <pdm@freesoft.cz>
4446
4447 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4448 definition (patch by Stefan Monnier).
4449 (glasses-mode): Use jit-lock instead of `after-change-functions'
4450 (patch by Stefan Monnier).
4451
c2def7a0
MB
44522000-12-12 Miles Bader <miles@gnu.org>
4453
4454 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4455 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4456
591b63b4
AC
44572000-12-12 Andrew Choi <akochoi@i-cable.com>
4458
4459 * term/mac-win.el: Remove load for ls-lisp.
4460
a924cf63 4461 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4462
5ff4ba3d
MB
44632000-12-12 Miles Bader <miles@gnu.org>
4464
4465 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4466 Respect field end too.
4467 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4468 (newline-and-indent, reindent-then-newline-and-indent):
4469 Use `delete-horizontal-space'.
5ff4ba3d 4470
d0c679bc
SM
44712000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4472
adf9c994
SM
4473 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4474 (so as to obey the field property in the minibuffer).
4475
4b0cd42d
SM
4476 * obsolete/c-mode.el: Moved from lisp/progmodes.
4477 * obsolete/auto-show.el: Moved from lisp.
4478 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4479
89f85863
CD
44802000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4481
4482 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4483 changes to list them here.
89f85863 4484
83c9cb8e
SM
4485 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4486 Too many changes to list them here.
89f85863 4487
83c9cb8e
SM
4488 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4489 Too many changes to list them here.
89f85863
CD
4490
4491 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4492
3e0d35ce
GM
44932000-12-11 Gerd Moellmann <gerd@gnu.org>
4494
83c9cb8e 4495 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4496
ca2ddd8e 4497 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4498 Comment fix.
4499
3e0d35ce
GM
4500 * hscroll.el: Moved to `obsolete' subdir.
4501
ff904dd6
MB
45022000-12-11 Miles Bader <miles@gnu.org>
4503
4504 * window.el (window-text-height): Function removed (now in C).
4505
fb97d87f
SM
45062000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4507
4508 * log-edit.el (log-edit-parent-buffer): New var.
4509 (log-edit): Set it. Add BUFFER argument.
4510 (log-edit-done): Use char-before.
4511 Don't bother checking validity of vc-comment-ring.
4512 Only bury the buffer if log-edit popped it up.
4513
4514 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4515 (cvs-mode-diff-help): Remove.
4516 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4517 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4518
4519 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4520 Remove binding for ? now made unnecessary.
4521
7de77417
CD
45222000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4523
83c9cb8e 4524 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4525 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4526
4527 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4528 when master file is not open.
4529
4efa209f
SM
45302000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4531
4532 * progmodes/ada-stmt.el: Update `maintainer'.
4533
0a8052bd
GM
45342000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4535
4536 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4537 choices to match documentation string.
4538
a12167c5
MB
45392000-12-09 Miles Bader <miles@gnu.org>
4540
2161605d
MB
4541 * minibuf-eldef.el: New file.
4542
a12167c5
MB
4543 * window.el (fit-window-to-buffer): Don't pass last argument to
4544 pos-visible-in-window-p, now that its meaning is inverted.
4545
9ea8de1b
EZ
45462000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4547
4548 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4549 <ceder@lysator.liu.se>.
4550
5002ddbb
SM
45512000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4552
b6114d80
SM
4553 * autoinsert.el (auto-insert-alist): Add missing final \n.
4554
ee8d23ee
SM
4555 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4556 (cvs-menu-map): Remove.
4557 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4558 (cvs-mode-quit): Turn it back into a plain function.
4559
5002ddbb 4560 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4561 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4562
4563 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4564 file where it's more visible.
4565 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4566 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4567 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4568 (texinfo-inside-macro-p): Only catch `scan-error's.
4569 (texinfo-inside-env-p): Make better use of the match info.
4570 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4571 (texinfo-insert-@end): Slight re-organization.
4572 Also remove useless `looking-at' call.
4573
30cd075d
AI
45742000-12-08 Andrew Innes <andrewi@gnu.org>
4575
4576 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4577 accessible in -nw mode.
4578
4579 * term/w32-win.el: Remove stuff about selection timeout, which is
4580 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4581 it is accessible in -nw mode.
4582
01b91009
DL
45832000-12-08 Dave Love <fx@gnu.org>
4584
83c9cb8e
SM
4585 * emacs-lisp/lisp-mode.el (lisp-mode):
4586 Set font-lock-keywords-case-fold-search.
01b91009 4587
842b2a94
GM
45882000-12-08 Gerd Moellmann <gerd@gnu.org>
4589
4590 * textmodes/ispell.el (ispell): Doc fix.
4591
f9d5f611
KH
45922000-12-08 Kenichi Handa <handa@etl.go.jp>
4593
4594 * international/quail.el (quail-insert-decode-map): Check the
4595 frame width of a window displaying the current buffer, not that of
4596 the selected frame.
4597 (quail-help): Make sure that the help buffer has window before
4598 inserting text in it.
4599
e04d21aa
SS
46002000-12-07 Sam Steingold <sds@gnu.org>
4601
4602 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4603 Backquote is used in isearch.el, so autoloading saves nothing.
4604
fc3e23a4
EZ
46052000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4606
83c9cb8e
SM
4607 * startup.el (normal-top-level-add-subdirs-to-load-path):
4608 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4609
fc3e23a4
EZ
4610 * dired.el (dired-insert-directory): If file-system-info is
4611 fboundp, call it instead of invoking dired-free-space-program.
4612
796ecd10
GM
46132000-12-07 Gerd Moellmann <gerd@gnu.org>
4614
0f5f7c3e
GM
4615 * server.el (server-visit-files): Push files on file-name-history.
4616
3764ba49
GM
4617 * progmodes/cc-langs.el: Update copyright.
4618
8e7931da
GM
4619 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4620
ae0d7485 4621 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4622
796ecd10
GM
4623 * bindings.el (mode-line-mode-menu): Reverse the order
4624 of define-keys so that the menu appears in alphabetical order.
4625
ae0d7485
GM
46262000-12-07 Milan Zamazal <pdm@freesoft.cz>
4627
4628 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4629 of the function.
4630
e2849090
DL
46312000-12-07 Dave Love <fx@gnu.org>
4632
4633 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4634
4635 * facemenu.el (facemenu-unlisted-faces): Fix value.
4636
5c7f629c
SM
46372000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4638
4639 * font-lock.el (font-lock-default-fontify-region):
4640 Include the terminating \n (off-by-one error).
4641 (font-lock-set-defaults): Use dolist.
4642
4643 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4644
73481ae3
KH
46452000-12-07 Kenichi Handa <handa@etl.go.jp>
4646
83c9cb8e
SM
4647 * international/mule-cmds.el (describe-language-environment):
4648 Fix for the case that an input method title is not string but a list.
ffbaa122 4649
73481ae3
KH
4650 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4651 of wrong SIZE record.
4652
e2896b22
DL
46532000-12-06 Dave Love <fx@gnu.org>
4654
67292061
DL
4655 * newcomment.el (comment-region, comment-dwim): Doc fix.
4656
4657 * textmodes/texinfo.el: Require tex-mode when compiling.
4658 (texinfo-update-node): Doc fix.
4659 (texinfo-imenu-generic-expression): Add @anchor.
4660 (texinfo-font-lock-keywords): Add @uref.
4661 (texinfo-inside-macro-p): Don't use ignore-errors.
4662 (texinfo-insert-quote): Match more contexts.
4663
e76938e7
DL
4664 * international/mule.el (decode-char, encode-char): Doc fix.
4665 (auto-coding-alist): Customize.
4666
4667 * files.el (load-file): Fix change of 2000-03-12.
4668
e2896b22
DL
4669 * wid-edit.el (widget-text-keymap): Doc fix.
4670
6610f4b2
AI
46712000-12-06 Andrew Innes <andrewi@gnu.org>
4672
4673 * makefile.w32-in (lisp): Set to an absolute directory, namely
4674 $(CURDIR).
4675
9e3366e4
EZ
46762000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4677
4678 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4679 read generated-autoload-file, and set buffer-file-coding-system to
4680 raw-text-unix after reading the file.
4681
83c9cb8e
SM
4682 * international/mule-conf.el (file-coding-system-alist):
4683 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4684
d94d636f
GM
46852000-12-06 Gerd Moellmann <gerd@gnu.org>
4686
384333ee
GM
4687 * replace.el (occur): Make line-number-width 1 smaller for the
4688 colon following the line number.
4689
83c9cb8e
SM
4690 * startup.el (fancy-splash-text, command-line-1):
4691 Use `File' for the menu name instead of `Files'.
e04d21aa 4692
d4b72d58
GM
4693 * tmm.el: Update copyright.
4694
d94d636f
GM
4695 * cus-start.el: Add entry for even-window-heights.
4696
6e424019
MB
46972000-12-06 Miles Bader <miles@gnu.org>
4698
4699 * faces.el (frame-set-background-mode): Avoid stomping on
4700 locally modified faces.
4701
e6477b58
KH
47022000-12-06 Kenichi Handa <handa@etl.go.jp>
4703
4704 * international/fontset.el: Correct the font registries for
4705 japanese-jisx0213-1 and japanese-jisx0213-2.
4706
21999ab9
GM
47072000-12-05 Gerd Moellmann <gerd@gnu.org>
4708
57d6e381
GM
4709 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4710
21999ab9
GM
4711 * iswitchb.el: Update customization commentary.
4712
7422819c
GM
47132000-12-05 Rob Riepel <riepel@Stanford.EDU>
4714
4715 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4716 (tpu-search-highlight): Fixed comparison of overlay end positions.
4717 (tpu-trim-line-ends): Implemented trimming logic locally.
4718
4719 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4720 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4721
73daff18
KH
47222000-12-05 Kenichi Handa <handa@etl.go.jp>
4723
4724 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4725 to cn-gb.
4726 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4727
6a4cd002
DL
47282000-12-04 Dave Love <fx@gnu.org>
4729
4730 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4731
6452929e
GM
47322000-12-04 Gerd Moellmann <gerd@gnu.org>
4733
e04d21aa 4734 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4735 (rmail-summary-expunge-and-save): Ask for confirmation with
4736 rmail-expunge-confirmed.
4737
4738 * mail/rmail.el (rmail-expunge-confirmed): New function.
4739 (rmail-expunge): Use it.
4740
1790abf4
FP
47412000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4742
0c68ce6f 4743 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4744 (etags-recognize-tags-table, find-tag-in-order):
4745 New functionality: interpret file names as tags.
e04d21aa 4746
7a53d8c8
EZ
47472000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4748
4749 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4750 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4751 the first subnode until the bottom of the current node is visible.
7a53d8c8 4752
caa15ef7
GM
47532000-12-04 Gerd Moellmann <gerd@gnu.org>
4754
4755 * format.el (format-decode): Don't change buffer's undo list.
4756
e225faa7
KH
47572000-12-04 Kenichi Handa <handa@etl.go.jp>
4758
4759 * faces.el (face-font-registry-alternatives): Add entries for CJK
4760 fonts. Doc-string adjusted for the actual usage of this data.
4761
4762 * international/fontset.el: Change the font registries for CJK
4763 fonts in the default fontset. Don't append '*' to registries.
4764
8b262a65
SM
47652000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4766
e04d21aa 4767 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4768 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4769
4770 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4771 (derived-mode-p): New function.
4772 (derived-mode-make-docstring): Add `docstring' argument.
4773 Use it if available and complete it if necessary.
4774
33c4460b
AS
47752000-12-03 Andreas Schwab <schwab@suse.de>
4776
4777 * type-break.el (type-break): Don't make parent of itself.
4778
5c9b3fac
MB
47792000-12-03 Miles Bader <miles@gnu.org>
4780
4781 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4782
27ce741e
SM
47832000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4784
07c16ec4
SM
4785 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4786 (tex-main-file, tex-file): Simplify.
4787 (tex-generate-zap-file-name): Use subst-char-in-string.
4788 (tex-strip-dots): Remove.
4789
c19cc275
SM
4790 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4791
27ce741e
SM
4792 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4793 to check if the match succeeded.
4794
285991dc
GM
47952000-12-02 Gerd Moellmann <gerd@gnu.org>
4796
4797 * startup.el (use-fancy-splash-screens-p): New function.
4798 (command-line-1): Use it to determine whether or not to use
4799 a fancy splash screen.
4800
52dca1b2
AS
48012000-12-02 Andreas Schwab <schwab@suse.de>
4802
4803 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4804
d3e7e7cf
EZ
48052000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4806
2dce2360
EZ
4807 * international/mule.el (make-char): Fix last change.
4808
9768eaa7
EZ
4809 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4810 New defcustoms.
4811 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4812 autoloading tex-mode; instead, do the same manually.
4813 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4814 with numeric argument. Docstring fix.
4815 (toplevel): Require cl when compiling.
e04d21aa 4816
285991dc 4817 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4818
0dd5e255
JR
48192000-12-02 Jason Rumney <jasonr@gnu.org>
4820
4821 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4822 the Emacs Lisp manual)
4823
fbb87147
EZ
48242000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4825
5cbb3e93
EZ
4826 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4827
fbb87147
EZ
4828 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4829 the Emacs Lisp manual).
4830
1636ca09
GM
48312000-12-02 Gerd Moellmann <gerd@gnu.org>
4832
4833 * simple.el (next-line-add-newlines): Change default to nil.
4834
68875f0e
EZ
48352000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4836
83c9cb8e
SM
4837 * files.el (revert-buffer, recover-file):
4838 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4839
fd9ac94c
GM
48402000-12-01 Gerd Moellmann <gerd@gnu.org>
4841
4842 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4843
45450dd5
MB
48442000-12-01 Miles Bader <miles@gnu.org>
4845
4846 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4847
09df8881
KH
48482000-12-01 Kenichi Handa <handa@etl.go.jp>
4849
4850 * international/mule-diag.el (describe-char-after): Fix typo.
4851 (describe-character-set, non-iso-charset-alist): Fix typo.
4852
dea0a87d
MB
48532000-12-01 Miles Bader <miles@gnu.org>
4854
b170205b
MB
4855 * image-file.el (image-file-name-regexp): Automatically add
4856 upper-case variants of each filename extension in
4857 `image-file-name-extensions', since they seem to be common.
4858
e04d21aa 4859 * simple.el (minibuffer-contents)
dea0a87d
MB
4860 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4861 New functions.
4862 * filecache.el (file-cache-directory-name)
4863 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4864
eb04d6cd 48652000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4866
dea0a87d
MB
4867 * filecache.el (file-cache-minibuffer-complete): Don't try to
4868 delete the minibuffer prompt.
4869
a8a1b05d
DL
48702000-11-30 Dave Love <fx@gnu.org>
4871
4872 * cus-start.el: Fix read-buffer-function type.
4873
693c4692
GM
48742000-11-30 Gerd Moellmann <gerd@gnu.org>
4875
4876 * md5.el: Removed. There's a built-in function, now.
4877
2c0b1898
GM
48782000-11-30 Markus Rost <rost@math.ohio-state.edu>
4879
4880 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4881 as dummy 0-th char of rmail-deleted-vector.
4882
63dfcf4b
EZ
48832000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4884
4885 * ps-print.el (ps-end-job): Bind case-fold-search only after
4886 switching to ps-spool-buffer.
4887
48882000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4889
4890 * ps-print.el: Line number font customization. PostScript: Lines and
4891 PageCount are initialized on each page. Doc Fix.
4892 (ps-print-version): New version number (6.3.2).
4893 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4894 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4895 (ps-right-header): Customization fix.
4896 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4897 Fix code.
4898 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4899 New vars.
4900
df3aedcf
GM
49012000-11-30 Gerd Moellmann <gerd@gnu.org>
4902
edfb795e
GM
4903 * bs.el: Fix typos and spelling errors.
4904 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4905 (bs-configuration): Doc fix.
e04d21aa 4906
df3aedcf
GM
4907 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4908
8b8a7f01
GM
49092000-11-30 Rob Riepel <riepel@Stanford.EDU>
4910
4911 * emulation/tpu-edt.el (tpu-version): New version.
4912 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4913 (tpu-original-mode-line): Variable deleted.
4914 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4915 (tpu-set-mode-line): Don't redefine mode-line-format.
4916 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4917 (tpu-update-mode-line): New mark flag logic.
4918 (tpu-get): Use find-file-wildcards.
4919 (tpu-search-highlight): Move overlay less, reset overlay properly.
4920 (tpu-unselect): Deactivate mark.
4921 (tpu-lm-replace): Reset overlay properly.
4922 (tpu-forward-line): Use forward-visible-line.
4923 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4924
83c9cb8e 4925 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4926
c069a9d3
GM
49272000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4928
4929 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4930
b02cd40b
GM
49312000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4932
4933 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4934 and skip whitespace and newlines.
e04d21aa 4935
b7a90344
SM
49362000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4937
4938 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4939
be6bbb55
GM
49402000-11-29 Gerd Moellmann <gerd@gnu.org>
4941
0383ed60
GM
4942 * help.el (describe-function-1): Regexp-quote function name
4943 when used as part of a regexp.
4944
83c9cb8e
SM
4945 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4946 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4947 (tool-bar-add-item): Likewise, and handle unspecified colors.
4948
4949 * enriched.el (enriched-face-ans): Use face-attribute instead
4950 of face-foreground and face-background.
4951
4952 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4953 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4954
7423978d
GM
4955 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4956
ef128c78
GM
4957 * play/5x5.el: Remove version info.
4958
a81fc510
GM
4959 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4960
be6bbb55
GM
4961 * frame.el (blink-cursor-mode): Doc fix.
4962
f9396e03
GM
49632000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4964
4965 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4966 to create Makefile rules.
4967 (antlr-tool-command): New user option.
4968 (antlr-ask-about-save): New user option.
4969 (antlr-makefile-specification): New user option.
4970 (antlr-file-formats-alist): New variable.
4971 (antlr-special-file-formats): New variable.
4972 (antlr-unknown-file-formats): New user option.
4973 (antlr-help-unknown-file-text): New variable.
4974 (antlr-help-rules-intro): New variable.
4975 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4976 (antlr-mode-menu): Add entries.
4977 (antlr-file-dependencies): New function.
4978 (antlr-directory-dependencies): New function.
4979 (antlr-superclasses-glibs): New function.
4980 (antlr-run-tool): New command.
4981 (antlr-makefile-insert-variable): New function.
4982 (antlr-insert-makefile-rules): New function.
4983 (antlr-show-makefile-rules): New command.
4984
4985 * antlr-mode.el: More Emacs/XEmacs stuff.
4986 (antlr-no-action-keywords): New constant with value nil.
4987 (antlr-font-lock-keywords-alist): Use it. Old value would break
4988 syntax highlighting in Emacs-21.0.
4989 (antlr-default-directory): Emacs/XEmacs dependend function.
4990 (antlr-read-shell-command): Ditto.
4991 (antlr-with-displaying-help-buffer): Ditto.
4992
49932000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4994
4995 * antlr-mode.el: imenu, parsing and highlighting changes.
4996 (antlr-imenu-create-index-function): Don't create extra submenus
4997 for definitions in different grammar classes. It is not necessary
4998 for the menu and would make command `imenu' awkward to use.
4999 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5000 header actions and more than one.
5001 (antlr-font-lock-tokendef-face): Changed color.
5002 (antlr-font-lock-tokenref-face): Changed color.
5003 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5004 (antlr-mode-syntax-table): New variable.
5005 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5006 (antlr-with-syntax-table): Don't copy syntax table.
5007
50082000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5009
5010 * antlr-mode.el: Minor changes: language setting.
5011 (antlr-language-alist): The value for file option "language" can
5012 be both an identifier and a string.
5013 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5014 (antlr-language-limit-n-regexp): Change accordingly.
5015
50162000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5017
5018 * antlr-mode.el: Minor changes: tabs, hiding.
5019 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5020 (antlr-action-visibility): Also allow value nil to also hide the
5021 braces. Renamed from `antlr-tiny-action-length'.
5022 Suggested by Jay@aol.com.
5023 (antlr-hide-actions): Change accordingly. Hide line if completely
5024 hidden action is on a line of its own.
e04d21aa 5025
6ad948eb
SM
50262000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5027
5028 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5029
5030 * sort.el (sort-columns): Don't concat strings with numbers.
5031
9c6a4107
DL
50322000-11-29 Dave Love <fx@gnu.org>
5033
5034 * cus-edit.el (face): Fix :format.
5035
5036 * mail/feedmail.el: Require smtpmail when compiling.
5037 (mail-do-fcc): Autoload.
5038 (feedmail) <defgroup>: Fix :link.
5039 (feedmail-nuke-body-in-fcc): Fix :type.
5040 (feedmail-send-it): Add autoload cookie.
5041
053b8d35
SM
50422000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5043
5044 * newcomment.el (comment-indent): Save excursion around call to
5045 comment-indent-function.
5046
242c13e8
MB
50472000-11-29 Miles Bader <miles@gnu.org>
5048
5049 * subr.el (member-ignore-case): Return the tail of the list who's
5050 car matches, like `member', not the matching element itself.
5051
8f4b5f28
KH
50522000-11-29 Kenichi Handa <handa@etl.go.jp>
5053
5054 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5055 should not contain `\n'.
5056
bebe4a2c
GM
50572000-11-28 Gerd Moellmann <gerd@gnu.org>
5058
fd9ac94c 5059 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5060
ba7e40eb
GM
5061 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5062
75ab0c79
GM
5063 * dired-aux.el (dired-do-create-files): Construct default file
5064 name for dired-mark-read-file-name so that when the user enters
5065 just RET, the target file will end up in the target directory.
5066
bebe4a2c
GM
5067 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5068 local-abbrev-table before changing buffers because it might
5069 have a buffer-local binding.
5070
fa6d1ca8
MB
50712000-11-28 Miles Bader <miles@gnu.org>
5072
5073 * simple.el (delete-horizontal-space): Handle fields more generally.
5074
8d2c2642
GM
50752000-11-28 Gerd Moellmann <gerd@gnu.org>
5076
5077 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5078
8b31236d
DL
50792000-11-28 Dave Love <fx@gnu.org>
5080
3cbd02d2
DL
5081 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5082 comment-start-skip locally.
5083
8b31236d
DL
5084 * progmodes/fortran.el (fortran-mode): Don't set
5085 fortran-comment-line-start-skip. Set comment-start to
5086 fortran-comment-line-start.
5087 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5088 (fortran-comment-line-start-skip): Simplify slightly.
5089
ae4bf56d
GM
50902000-11-28 Gerd Moellmann <gerd@gnu.org>
5091
17ef7534
GM
5092 * play/5x5.el: Remove RCS keyword.
5093
fd9ac94c 5094 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5095
665b27a6
GM
50962000-11-28 Milan Zamazal <pdm@freesoft.cz>
5097
83c9cb8e
SM
5098 * textmodes/tildify.el (tildify-string-alist):
5099 Add `plain-tex-mode' here.
665b27a6 5100
fe3c2ae3
GM
51012000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5102
5103 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5104 reference.
5105
d970106b
MB
51062000-11-28 Miles Bader <miles@gnu.org>
5107
36b80a0d
MB
5108 * cus-face.el (custom-face-attributes): Add post-filter function
5109 for :box. Make pre-filter function for :box handle all cases.
5110
d970106b
MB
5111 * wid-edit.el (widget-choose): Make sure pop-up window is large
5112 enough to display all the choices, as there's no way to scroll it.
5113
5a2bae6c
KH
51142000-11-28 Kenichi Handa <handa@etl.go.jp>
5115
5116 * international/mule-conf.el: Make the coding system no-conversion
5117 safe for all characters.
5118
9e836e23
DL
51192000-11-27 Dave Love <fx@gnu.org>
5120
8b31236d
DL
5121 * net/ldap.el (ldap) <defgroup>: Add :version.
5122
9e836e23
DL
5123 * tooltip.el (tooltip-use-echo-area): Doc fix.
5124
5125 * cus-start.el <minibuffer-prompt-properties>: Add version.
5126 <read-buffer-function>: Add.
5127
5128 * apropos.el (apropos-print): Add help-echo to active text.
5129
5130 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5131
4a74d071
GM
51322000-11-27 Gerd Moellmann <gerd@gnu.org>
5133
5134 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5135 type, group and version.
5136
76058c27
EZ
51372000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5138
4a74d071 5139 * select.el (x-get-selection): Docstring fix.
76058c27 5140
fd9ac94c 51412000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5142
fd9ac94c 5143 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5144
49060c51
AI
51452000-11-27 Andrew Innes <andrewi@gnu.org>
5146
5147 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5148
5149 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5150
b2a8e429
MB
51512000-11-27 Miles Bader <miles@gnu.org>
5152
5153 * dired.el (dired-get-filename): Return filename verbatim if
5154 LOCALP is `verbatim'.
5155 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5156 `verbatim' so that we don't inadvertently delete a non-existant
5157 directory name.
5158
5ac0366d
KH
51592000-11-27 Kenichi Handa <handa@etl.go.jp>
5160
5161 * international/characters.el: Specify cases and syntaxes for
5162 mule-unicode-0100-24ff.
5163
67f1cf4c
GM
51642000-11-27 Gerd Moellmann <gerd@gnu.org>
5165
5166 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5167 that foreground and/or background colors of the face `tool-bar'
5168 are unspecified.
5169
46c56972
MB
51702000-11-27 Miles Bader <miles@gnu.org>
5171
e04d21aa 5172 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5173 (widget-field-end): Handle widget field `pseudo-overlays'.
5174 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5175 if it's there instead of in `widget-field-list'.
5176
46c56972 5177 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5178 (help-make-xrefs): Delete extraneous newlines at the end of the
5179 docstring.
46c56972 5180
640a9cdd
JR
51812000-11-25 Jason Rumney <jasonr@gnu.org>
5182
5183 * startup.el (command-line): Call set-locale-environment after
5184 Window System init file is read, as it can result in a call to
5185 redraw-frame.
5186
0b3f96d4
EZ
51872000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5188
5189 * simple.el (shell-command): Mention the effect of the prefix
5190 argument in the doc string.
5191
8da6e2a1
MB
51922000-11-25 Miles Bader <miles@gnu.org>
5193
a658d039
MB
5194 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5195
8da6e2a1 5196 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5197 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5198
d3416cca
JR
51992000-11-24 Jason Rumney <jasonr@gnu.org>
5200
5201 * international/mule-cmds.el (locale-language-names): Add "jp" as
5202 a non-standard alternative for Japanese.
5203
17e37f53
AS
52042000-11-24 Andre Spiegel <spiegel@gnu.org>
5205
5206 * vc-hooks.el: Require 'cl during compilation.
5207
9aa5f148
GM
52082000-11-24 Gerd Moellmann <gerd@gnu.org>
5209
ba193890
GM
5210 * faces.el (face-set-after-frame-default): Let face attributes
5211 specified for new frames override frame parameters.
5212
9aa5f148
GM
5213 * startup.el (command-line): Fix computation of the source file
5214 for user-init-file when user-init-file is a compiled file.
5215
51a1edab
MB
52162000-11-24 Miles Bader <miles@gnu.org>
5217
e04d21aa 5218 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5219 (custom-post-filter-face-spec): New functions.
5220 (custom-face-set, custom-face-value-create): Filter the face spec
5221 before and after customization.
5222 (custom-face-set): If VALUE specifies a null face, pass a
5223 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5224 * cus-face.el (custom-face-attributes): Remove SET and GET
5225 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5226 cases they're needed.
5227
1ed74431
MB
5228 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5229 that it's distinguishable from the :off-glyph on dark-background
5230 displays. Set its background color too.
5231
67ee1125
MB
5232 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5233 so that people can easily turn it off.
5234
7d027816 52352000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5236
7d027816 5237 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5238
9aa5f148 5239 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5240
9aa5f148 5241 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5242
9aa5f148 5243 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5244 redundant skip-small-frames test.
e04d21aa 5245
9aa5f148 5246 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5247 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5248
9aa5f148
GM
5249 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5250 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5251 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5252 New functions.
e04d21aa 5253
9aa5f148 5254 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5255
9aa5f148 5256 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5257
f07fa1b8
KH
52582000-11-24 Kenichi Handa <handa@etl.go.jp>
5259
83c9cb8e
SM
5260 * international/mule-diag.el (list-iso-charset-chars):
5261 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5262 (list-non-iso-charset-chars): Fix the `while' condition.
5263
ba8299ff
SM
52642000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5265
79372165
SM
5266 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5267 if the variable is make-variable-buffer-local.
5268
83c9cb8e
SM
5269 * progmodes/ada-stmt.el (ada-template-map):
5270 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5271 (ada-stmt-mode-hook): New function extracted from old code.
5272 Only change the buffer-local side of skeleton-*.
5273 (ada-mode-hook): Use it.
5274
68a887fa
EZ
52752000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5276
5277 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5278 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5279 we expect to be returned by minibuffer-depth once we prompt the
5280 user in the minibuffer.
5281 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5282 as recorded in iswitchb-minibuf-depth, return non-nil.
5283
3b345582
EZ
52842000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5285
5286 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5287 (hscroll-window-maybe): Docstring fix.
5288
595dead2
DL
52892000-11-23 Dave Love <fx@gnu.org>
5290
5291 * rect.el (string-rectangle): Don't test delete-selection-mode.
5292
1e66b27a
GM
52932000-11-23 Gerd Moellmann <gerd@gnu.org>
5294
02790ce2
GM
5295 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5296 is in the tool bar.
5297
1e66b27a 5298 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5299 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5300
a4caa65d
SM
53012000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5302
5303 * textmodes/outline.el (outline-flag-region):
5304 Don't bind inhibit-read-only since we don't modify the buffer.
5305 (outline-isearch-open-invisible): Don't jump to overlay-start
5306 since we're trying to unhide text around point.
5307 (outline-discard-overlays): Use dolist.
5308
5309 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5310
03e757c1
GM
53112000-11-22 Gerd Moellmann <gerd@gnu.org>
5312
83c9cb8e 5313 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5314
1598a961
SM
53152000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5316
5317 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5318 Fix ARG regexp to skip quoted braces.
5319 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5320 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5321 are (correctly) handled separately).
5322 Remove `caption' and `footnote' from `citations': they contain text.
5323 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5324 (latex-skeleton-end-hook): New function.
5325 (latex-mode): Use it.
5326 (tex-start-tex-marker): Remove.
5327 (tex-send-tex-command): Don't set tex-start-tex-marker.
5328 (tex-error-parse-syntax-table): New var.
5329 (tex-compilation-parse-errors): Use it.
5330 Ignore tex-start-tex-marker. Don't bother with marker-position.
5331 (tex-validate-buffer): Don't bother with marker-position.
5332
5333 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5334 (flyspell-generic-progmode-verify): Use it.
1598a961 5335
eaae8106
SS
53362000-11-22 Sam Steingold <sds@gnu.org>
5337
83c9cb8e 5338 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5339
eaae8106 5340 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5341 `ada-remove-trailing-spaces'.
eaae8106 5342 (ada-remove-trailing-spaces): Removed.
e04d21aa 5343
eaae8106 5344 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5345
1598a961
SM
5346 * textmodes/picture.el (picture-clean): Removed.
5347 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5348
a41d49e9
GM
53492000-11-22 Gerd Moellmann <gerd@gnu.org>
5350
e053c60f
GM
5351 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5352
a41d49e9
GM
5353 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5354 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5355 do anything special when jit-lock is active.
a41d49e9
GM
5356 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5357
197615f3
DL
53582000-11-22 Dave Love <fx@gnu.org>
5359
ddbfaa9f
DL
5360 * calendar/todo-mode.el (todo-top-priorities): Use
5361 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5362
ddc3c695
DL
5363 * language/chinese.el, language/cyrillic.el:
5364 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5365 * language/hebrew.el, language/indian.el, language/japanese.el:
5366 * language/korean.el, language/lao.el, language/misc-lang.el:
5367 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5368 Use provide.
5369
fb9fa98d
DL
5370 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5371 (custom-variable-set): Improve validation error mesage.
5372
197615f3
DL
5373 * rect.el (string-rectangle): Revert last change.
5374 (string-rectangle-line): New arg DELETE.
5375 (string-rectangle): Check delete-selection-mode.
5376
5377 * emacs-lisp/edebug.el (edebug-version)
5378 (edebug-maintainer-address): Deleted.
5379 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5380 (edebug-read-function): Account for other `'#' read forms.
5381 (edebug-mode-menus): Make some items toggles.
5382 (edebug-outside-unread-command-event, unread-command-event):
5383 Remove these to avoid warnings.
5384
f4117c4d
GM
53852000-11-22 David Ponce <david@dponce.com>
5386
5387 * recentf.el (recentf-menu-items-for-commands)
5388 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5389 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5390
f4117c4d
GM
5391 (recentf-build-dir-rules, recentf-dump-variable)
5392 (recentf-edit-list, recentf-open-files-item)
5393 (recentf-open-files): Replaced unnecessary `mapcar' with new
5394 built-in `mapc'.
eaae8106 5395
f8e2f3f2
MB
53962000-11-23 Miles Bader <miles@gnu.org>
5397
5398 * faces.el (menu): Make inverse-video on ttys too.
5399
4c4a541d
SM
54002000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5401
5402 * simple.el (comment-line-break-function): Use the new name
5403 indent-new-comment-line -> comment-indent-new-line.
5404 (clone-indirect-buffer): Don't ignore NORECORD.
5405 (next-completion): Properly handle the case where items are adjacent.
5406
5407 * mouse.el (popup-menu): Stupid typo.
5408
980d836e
GM
54092000-11-22 Gerd Moellmann <gerd@gnu.org>
5410
60e8e0a5
GM
5411 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5412 maintainer, keywords tags.
5413
980d836e
GM
5414 * rect.el (replace-rectangle): Don't call string-rectangle-line
5415 with too many arguments.
5416
e08b2069
AS
54172000-11-22 Andre Spiegel <spiegel@gnu.org>
5418
60e8e0a5 5419 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5420 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5421 vc-locking-user, which no longer exists.
5422
5423 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5424
c6779d8d
DL
54252000-11-22 Dave Love <fx@gnu.org>
5426
5427 * md5.el (md5): Provide.
5428 (md5): Fix error call.
5429
e672fdce
MB
54302000-11-22 Miles Bader <miles@gnu.org>
5431
eaae8106 5432 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5433 (refill-fill-paragraph-at): Remove debugging code.
5434
80e24c04
MB
5435 * calendar/calendar.el (generate-calendar-window): When we don't
5436 call `fit-window-to-buffer', make sure the top line is fully visible.
5437
3a17d6cc
MB
5438 * image-file.el (insert-image-file): Don't make `read-only'
5439 property rear-nonsticky.
5440
ae1a21c6
MB
5441 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5442 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5443 stashing away its original value.
5444 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5445 in the recursive edit.
5446 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5447 (isearch-done): Restore `minibuffer-message-timeout'.
5448
e672fdce
MB
5449 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5450
3ea79df8
SM
54512000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5452
5453 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5454
5455 * find-lisp.el (find-lisp-find-files-internal):
5456 Use dolist, when and file-name-as-directory.
5457
980d836e 5458 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5459 (define-derived-mode, define-minor-mode): Add specs.
5460
5461 * window.el: General comment and spacing fixes.
5462 (save-selected-window): Use backquotes.
5463 (window-safely-shrinkable-p): New function.
5464 (shrink-window-if-larger-than-buffer): Use it.
5465
5466 * subr.el (make-local-hook): Docstring fix.
5467
5468 * shell.el (shell-mode): Use define-derived-mode.
5469
5470 * newcomment.el (comment-indent): Insert comment before calling
5471 comment-indent-function. Don't insert in column 0.
5472 (comment-dwim): Indent before inserting comment.
5473
5474 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5475 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5476 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5477 Use mapc rather than map.
5478
5479 * files.el (find-buffer-visiting): Compare all attributes before
5480 declaring two files identical (rather than just their inode-no).
5481 (auto-mode-alist): Use \' rather than $.
5482
5483 * which-func.el: Update maintainer line.
5484
5485 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5486 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5487 (uniquify-buffer-file-name): Use it.
5488
8f62f2b8
MB
54892000-11-22 Miles Bader <miles@gnu.org>
5490
5491 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5492 * simple.el (minibuffer-avoid-prompt): New function.
5493
fb279a6d
GM
54942000-11-21 Gerd Moellmann <gerd@gnu.org>
5495
5496 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5497
867092e9
MB
54982000-11-21 Miles Bader <miles@gnu.org>
5499
ef860850
MB
5500 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5501 inclusion of `track-mouse'.
5502
867092e9
MB
5503 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5504 (refill-adjust-ignorable-overlay): New function.
5505 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5506 only the paragraph's tail if possible.
5507 Update `refill-ignorable-overlay'.
5508 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5509
5510 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5511 point inside the fill-prefix.
5512
5513 * textmodes/refill.el (refill-post-command-function): Don't reset
5514 refill-doit in the case where a self-insertion command doesn't
5515 case a refill. Use `refill-fill-paragraph-at', getting position
5516 from `refill-doit'.
5517 (refill-after-change-function): Set `refill-doit' to END.
5518 (refill-fill-paragraph-at): New function, mostly from old
5519 refill-fill-paragraph.
5520 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5521 (refill-pre-command-function): New function.
5522 (refill-mode): Add it to `pre-command-hook'.
5523
ff9ab414
GM
55242000-11-20 Gerd Moellmann <gerd@gnu.org>
5525
29a01b72
GM
5526 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5527
ff9ab414
GM
5528 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5529 javadoc tags.
eaae8106 5530
885b211b
AS
55312000-11-20 Andre Spiegel <spiegel@gnu.org>
5532
5533 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5534 vc.el).
5535
eaae8106 5536 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5537 require vc.
eaae8106
SS
5538
5539 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5540 checkouts.
eaae8106 5541
d1838556
DL
55422000-11-20 Dave Love <fx@gnu.org>
5543
5544 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5545
2b69bc11 55462000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5547
2b69bc11
GM
5548 * calculator.el (calculator-paste): Use `if' instead of `and'
5549 and `or'.
5550 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5551
b95b34e5
GM
55522000-11-19 Gerd Moellmann <gerd@gnu.org>
5553
030de92f
GM
5554 * info.el (info-menu-5): Doc fix.
5555
b95b34e5
GM
5556 * textmodes/artist.el: New file.
5557
54970452
AS
55582000-11-19 Andre Spiegel <spiegel@gnu.org>
5559
eaae8106 5560 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5561 and differentiate according to checkout model.
5562 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5563 since this function is only concerned with master state.
5564
83c9cb8e
SM
5565 * vc-hooks.el (vc-workfile-unchanged-p)
5566 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5567
83c9cb8e
SM
5568 * vc.el (vc-workfile-unchanged-p)
5569 (vc-default-workfile-unchanged-p): See above.
54970452 5570
e5a9dabf
MB
55712000-11-19 Miles Bader <miles@gnu.org>
5572
5573 * image-file.el (insert-image-file): Make `intangible' and
5574 `read-only' properties rear-nonsticky too.
5575
24127af0
GM
55762000-11-18 Gerd Moellmann <gerd@gnu.org>
5577
d392e9c5 5578 * ps-print.el: Update copyright notice.
eaae8106 5579
d392e9c5
GM
5580 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5581 (tooltip-show): Use the offsets.
5582
24127af0 5583 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5584 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5585 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5586
2b69bc11 55872000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5588
2b69bc11
GM
5589 * ps-print.el (toplevel): Test for find-coding-system being
5590 fboundp before calling ps-x-find-coding-system.
08ea6f17 5591
66321b2f
SM
55922000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5593
5594 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5595 (vc-version-backup-file): Docstring fix.
5596
046110c6
GM
55972000-11-16 Gerd Moellmann <gerd@gnu.org>
5598
4104194e
GM
5599 * files.el (basic-save-buffer): Don't add a newline if
5600 find-file-literally is non-nil.
5601 (find-file-literally): Extend doc string.
5602
046110c6
GM
5603 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5604 sort(1) with the `-f' argument.
5605
6505c16e
AS
56062000-11-16 Andre Spiegel <spiegel@gnu.org>
5607
fd063975
AS
5608 * vc.el: Updated backend documentation.
5609 (vc-default-check-headers): New function.
5610
3d02dd81 5611 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5612
5613 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5614 up-to-date.
eaae8106 5615 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5616 the minibuffer is not active.
fd063975 5617
eaae8106 5618 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5619 `vc-cvs-use-edit' is on.
eaae8106
SS
5620 (vc-cvs-checkout): When this is used for reverting the workfile,
5621 make a backup of the original contents and revert to that in case
8791d617 5622 of error.
eaae8106 5623 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5624 remote repositories.
eaae8106 5625
6505c16e
AS
5626 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5627 for both version and ratio in the minibuffer.
fd063975 5628
eaae8106 5629 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5630 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5631
a13f0660
KH
56322000-11-16 Kenichi Handa <handa@etl.go.jp>
5633
5634 * international/quail.el (quail-start-translation): Don't call
5635 `message' before reading key sequence.
5636
1389a414
MB
56372000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5638
5639 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5640
9256a532
KH
56412000-11-16 Kenichi Handa <handa@etl.go.jp>
5642
5643 * window.el (fit-window-to-buffer): Be sure to acquire at least
5644 one text line even if the buffer is empty.
5645
0e14fe9f
GM
56462000-11-16 Gerd Moellmann <gerd@gnu.org>
5647
eaae8106 5648 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5649 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5650 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5651
da645c53
DL
56522000-11-15 Dave Love <fx@gnu.org>
5653
83c9cb8e
SM
5654 * wid-edit.el (widget-specify-field, widget-specify-button):
5655 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5656 widget-mouse-help.
5657 (widget-mouse-help): New function.
5658 (widget-echo-help): Rewritten for :help-echo functions only taking
5659 a widget arg.
5660
83c9cb8e
SM
5661 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5662 Use display-graphic-p.
b12057b9
DL
5663 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5664 and that JPEG is available.
5665 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5666
da645c53
DL
5667 * international/mule-cmds.el (locale-charset-language-names):
5668 Match @euro.
5669
6d133d1f
GM
56702000-11-15 Gerd Moellmann <gerd@gnu.org>
5671
83c9cb8e
SM
5672 * faces.el (face-set-after-frame-default):
5673 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5674 default face from X resources.
5675
49ac2ac5
EZ
56762000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5677
5678 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5679 Don't set EMACSLOADPATH.
5680
4fb0a34c
EZ
56812000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5682
5683 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5684 texinfo-insert-@url.
5685 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5686 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5687
bb304a7a
SM
56882000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5689
82bc80bf
SM
5690 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5691 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5692 (checkdoc-minor-keymap): Backward compatibility.
5693 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5694 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5695 (checkdoc-this-string-valid-engine): Be a bit more strict
5696 to avoid matching substrings of `...' quoted vars/funs.
5697 (checkdoc-defun-info): Only look for `interactive' if alone.
5698 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5699
e8c87124
SM
5700 * progmodes/compile.el (grep): `tag-default' can be nil.
5701
bb304a7a
SM
5702 * newcomment.el (comment-indent): Paren typo.
5703
8628686a
DL
57042000-11-14 Dave Love <fx@gnu.org>
5705
25c269ef
DL
5706 * calculator.el: New maintainer version.
5707
66321b2f 5708 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5709
8628686a
DL
5710 * cmuscheme.el: Doc fixes.
5711 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5712 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5713
5714 * xscheme.el (scheme-program-name): Don't define here.
5715
5716 * progmodes/scheme.el (scheme-program-name): New variable
5717 (originally in cmuscheme).
5718
88f0a1eb
MB
57192000-11-14 Miles Bader <miles@gnu.org>
5720
5721 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5722 Handle header-lines. Don't loop forever if we can't enlarge the
5723 window anymore. Simplify a bit.
5724
cd9a000c
KH
57252000-11-14 Kenichi Handa <handa@etl.go.jp>
5726
5727 * window.el (fit-window-to-buffer): Don't check
5728 window-text-height. Assure that the last line is fully visible.
5729
83c9cb8e
SM
5730 * international/quail.el (quail-show-guidance-buf):
5731 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5732 buffer.
5733 (quail-update-guidance): Avoid making the guidance buffer shorter.
5734
d3fcda22
SM
57352000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5736
bdbd9606
SM
5737 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5738 rather than `prepend' and add an interesting comment.
5739 (tex-math-face, tex-font-lock-syntactic-face-function):
5740 New face and function to use it.
5741 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5742 than `menu-enable' symbol property.
5743 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5744 (tex-mode): Add some latex-mode commands for auto-selection.
5745 Use tex-font-lock-syntactic-face-function.
5746 (tex-insert-quote): Simplify.
5747 (tex-shell): New mode.
5748 (tex-start-shell): Use it.
5749 (tex-shell-proc, tex-shell-buf): New functions.
5750 (tex-send-command): Use it.
5751 (tex-main-file): Fix the meaning of the new arg REALFILE.
5752 (tex-send-tex-command): New function split from `tex-start-tex'.
5753 Set compilation-last-buffer and compilation-parsing-end.
5754
d3fcda22
SM
5755 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5756 when it follows non-comment text on the line.
5757
5758 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5759 Set font-lock-defaults.
5760 (lisp-mode-shared-map): Init inside the defvar.
5761 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5762 Use define-derived-mode.
5763
bdab1d43
MB
57642000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5765
5766 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5767
936ae731
GM
57682000-11-14 Gerd Moellmann <gerd@gnu.org>
5769
83c9cb8e
SM
5770 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5771 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5772 recursion; see comment there.
5773
1695ca2b
EZ
57742000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5775
5776 * faces.el (face-spec-set-match-display): Revert the change from
5777 2000-10-24. Add a FIXME for after v21.1.
5778
9d348294
MB
57792000-11-13 Miles Bader <miles@gnu.org>
5780
5781 * textmodes/fill.el (skip-line-prefix): New function.
5782 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5783 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5784 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5785 point inside the fill-prefix.
9d348294 5786
b85fa13c
MB
57872000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5788
83c9cb8e
SM
5789 * calendar/calendar.el (generate-calendar-window):
5790 Use `fit-window-to-buffer'.
b85fa13c 5791
a0b47716
SM
57922000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5793
5794 * gud.el (gud-minor-mode): New var.
5795 (gud-symbol, gud-val): New functions.
5796 (gud-find-file): Copy gud-minor-mode to the new buffer.
5797 (gud-menu-map): Include entries for commands that are not always
5798 available, using :enable to (de)activate them.
5799 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5800 (gud-mode-map): New map.
eaae8106 5801 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5802 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5803 Don't set up gud's menu (it's done by the minor-mode).
5804 (gud-minibuffer-local-map): New.
5805 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5806 (gud-query-cmdline): New function.
5807 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5808 (gud-mode): Use define-derived-mode.
5809 Don't set up gud's menu (it's done by the minor-mode).
5810 (gud-chop-words): Remove.
5811 (gud-common-init): Use split-string instead.
5812 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5813
5814 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5815 Add keyword arg :name.
5816
5817 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5818 (diff-count-matches, diff-split-hunk): New functions.
5819 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5820
5821 * pcvs-info.el (cvs-fi-conflict-face): New var.
5822
5823 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5824 Make it into a simple syntax-table, shared among all submodes.
5825 (sh-heredoc-face): Re-introduce.
5826 (sh-font-lock-syntactic-face-function): New function.
5827 (sh-mode): Use it. Also use define-derived-mode.
5828 Remove old bogus setting of indent-region-function.
5829 (sh-set-shell): Don't set the syntax-table any more.
5830 (sh-mode-syntax-table) <defun>: Remove.
5831
f5ed37df
MB
58322000-11-12 Miles Bader <miles@gnu.org>
5833
5834 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5835 message if interactive.
5836
0b074c2f
DL
58372000-11-12 Dave Love <fx@gnu.org>
5838
5839 * mail/feedmail.el: Fix header,
5840 (feedmail) <defgroup>: Add :link.
5841
5842 * view.el: Use local-map property, not keymap on mode-line string.
5843
83c9cb8e
SM
5844 * scroll-all.el (scroll-all-mode): Customize variable.
5845 Add autoload cookie to function.
0b074c2f
DL
5846
5847 * lazy-lock.el: Remove compatibility code.
5848
5849 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5850 (finder-help-echo): New variable.
5851 (finder-mouse-face-on-line): Add help-echo stuff.
5852 (finder-list-keywords, finder-list-matches): Use mapc.
5853
5854 * faces.el (face-font-registry-alternatives): Add :version.
5855
5856 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5857 tags-table-list.
5858
a0b47716 5859 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5860
a0b47716 5861 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5862 (mail-mode): Use [:alnum:] in some regexps.
5863
6d502396
DL
58642000-11-10 Dave Love <fx@gnu.org>
5865
5866 * ediff.el (ediff-regions-internal, ediff-documentation):
5867 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5868 fundamental mode.
5869
5870 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5871 buffer into fundamental mode.
5872 (ediff-set-difference): Use copy-sequence if available.
5873
83c9cb8e
SM
5874 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5875 Check ediff-patch-map non-nil.
6d502396
DL
5876 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5877 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5878 buffer into fundamental mode.
5879
5880 * ediff-merg.el (state-or-merge): Defvar when compiling.
5881
a82fe213
JR
58822000-11-10 Jason Rumney <jasonr@gnu.org>
5883
5884 * w32-fns.el (w32-add-charset-info): New function.
5885 (w32-charset-info-alist): Use it.
5886
52d89894
GM
58872000-11-10 Gerd Moellmann <gerd@gnu.org>
5888
5889 * faces.el (face-font-registry-alternatives): New user-option.
5890
178932de
SM
58912000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5892
d7fa3319
SM
5893 * textmodes/texinfo.el (texinfo-block-default): New var.
5894 (texinfo-insert-block): Use it. Insert a newline if needed.
5895
178932de
SM
5896 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5897 (fill-region-as-paragraph): Use it.
5898
5899 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5900 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5901 Tweak paragraph regexps to allow a leading [ \t]*.
5902 (tex-latex-block): Insert a newline if necessary.
5903 (latex-insert-item): Only insert a newline if necessary.
5904 (tex-guess-main-file): New function.
5905 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5906 Set tex-main-file if TeX-master is provided.
5907 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5908
bd02b8e0
GM
59092000-11-10 Gerd Moellmann <gerd@gnu.org>
5910
5911 * startup.el (command-line): Set the default tooltip-mode
5912 to t for graphical displays which implement x-show-tip.
5913
5914 * tooltip.el (tooltip-mode): Add a comment about startup.el
5915 setting the default value of this user-option.
5916
b29b03eb
SM
59172000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5918
5919 * font-lock.el (font-lock-*-face) <defvar>: Move.
5920 (font-lock-defaults-alist): Mark obsolete.
5921 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5922 (font-lock-mode): Use define-minor-mode.
5923 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5924 (font-lock-turn-off-thing-lock): Be more explicit.
5925 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5926 (font-lock-syntactic-face-function): New var.
5927 (font-lock-fontify-syntactically-region): Use it.
5928 (font-lock-doc-face): New.
5929
5930 * pcvs.el (cvs-enabledp): Ignore errors.
5931 (cvs-commit-filelist): Never query.
5932 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5933 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5934 (cvs-do-removal): Use cvs-partition rather than delete-if.
5935 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5936 cvs-bury-buffer.
5937
5938 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5939 Allow `next' to jump to after the end of the last match.
5940
778fbc46
GM
59412000-11-09 Gerd Moellmann <gerd@gnu.org>
5942
730c746c
GM
5943 * simple.el (byte-compiling-files-p): New function.
5944
5945 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5946 if it is there.
5947
5948 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5949 nil again.
5950
778fbc46
GM
5951 * textmodes/ispell.el (ispell-library-path): Don't call
5952 check-ispell-version when byte-compiling because that starts
5953 an ispell process, and ispell might not be installed.
5954 (toplevel): Don't set up a menu when byte-compiling.
5955
5956 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5957 it, so that a boundp test can be used to determine if we're
5958 currently byte-compiling.
5959
5912c5bb
DL
59602000-11-09 Dave Love <fx@gnu.org>
5961
83c9cb8e 5962 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5963
7bb054a5
GM
59642000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5965
83c9cb8e
SM
5966 * ps-print.el: Patch for variable initialization when spooling.
5967 Doc fix.
7bb054a5
GM
5968 (ps-output-list): Fun eliminated.
5969 (ps-begin-file, ps-begin-job): Code fix.
5970
9db2706e
DL
59712000-11-08 Dave Love <fx@gnu.org>
5972
83c9cb8e 5973 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5974
f7eb32aa
GM
59752000-11-08 Gerd Moellmann <gerd@gnu.org>
5976
5977 * simple.el (shell-command, display-message-or-buffer)
5978 (shell-command-on-region): Mention resize-mini-windows in the doc
5979 string.
5980 (display-message-or-buffer): Take the value of resize-mini-windows
5981 into account.
5982
7b01b08c
GM
59832000-11-07 Gerd Moellmann <gerd@gnu.org>
5984
acad3c0b
GM
5985 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
5986
7b01b08c
GM
5987 * dired.el (dired-between-files): Add `^. find' as an alternative
5988 to the regular expression, for find-dired.
5989
6f602bd0
SM
59902000-11-06 Stefan Monnier <monnier@cs.yale.edu>
5991
5992 * textmodes/texnfo-upd.el: Require texinfo.
5993 (defmacro, defgroup): Remove.
5994 (texinfo-section-to-generic-alist): Remove.
5995 Use texinfo-section-list instead (i.e. level is changed string->int).
5996 (texinfo-filter): New function.
5997 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
5998 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
5999 Use it. And use regexp-opt.
6000 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6001 (texinfo-update-menu-region-beginning)
6002 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6003 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6004 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6005 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6006 (texinfo-sequential-node-update): Remove autoload cookie.
6007
6008 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6009 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6010 (texinfo-chapter-level-regexp): Remove.
6011 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6012
bb216218
DL
60132000-11-06 Dave Love <fx@gnu.org>
6014
6f602bd0 6015 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6016
6f602bd0
SM
6017 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6018 Match defun*.
bb216218 6019
ff8dd5d5
KH
60202000-11-06 Kenichi Handa <handa@etl.go.jp>
6021
6022 * composite.el (composition-function-table): Variable declaration
6023 moved to src/composite.c.
6024 (compose-chars-after): New optional arg object.
6025
e9da51a1
GM
60262000-11-06 Gerd Moellmann <gerd@gnu.org>
6027
e0c12c68
GM
6028 * bindings.el (mode-line-toggle-read-only)
6029 (mode-line-toggle-modified, mode-line-widen)
6030 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6031 (make-mode-line-mouse2-map): Rewritten.
6032 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6033 functions so that C-h k can show something with a doc string.
eaae8106 6034
e9da51a1
GM
6035 * startup.el (fancy-splash-delay): Set to 10 seconds.
6036 (fancy-splash-max-time): New user-option.
6037 (fancy-splash-stop-time): New variable.
6038 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6039 (fancy-splash-screens-1): Throw `stop-splashing' when current
6040 time is greater than fancy-splash-stop-time.
6041
611dbdf0
SM
60422000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6043
4d2806e2
SM
6044 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6045
611dbdf0
SM
6046 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6047 Prompt user for a file rather than raising an error.
6048 (cvs-enabledp): Fix call to cvs-mode-marked.
6049 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6050 (cvs-mode-insert): Use it. Change the init prompt' value.
6051 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6052
6053 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6054 Don't pass default arg to ewoc-locate.
6055 (ewoc-collect): Return result in the right order.
6056
6057 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6058
6059 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6060 (cvs-status-get-tags): Fix regexp.
6061 (cvs-status-trees, cvs-status-cvstrees):
6062 Combine after change hooks and don't sit-for.
4d2806e2
SM
6063 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6064 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6065 Use make-char rather than hard-coded cryptic data.
6066 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6067
6068 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6069
6070 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6071 (cvs-insert-strings): New function.
6072
937b2877
MB
60732000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6074
6075 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6076 `mwheel-scroll-amount'.
6077 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6078 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6079 string-matching against the version string.
6080
c6c97763
KH
60812000-11-06 Kenichi Handa <handa@etl.go.jp>
6082
6eaec747
KH
6083 * language/thai.el ("Thai"): Set a lisp form that produces
6084 composed string in `sample-text' language info.
6085
6086 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6087 composed string in `sample-text' language info.
6088
83c9cb8e
SM
6089 * international/mule-cmds.el (describe-language-environment):
6090 Eval `sample-text' data and insert the result.
6eaec747 6091
c6c97763
KH
6092 * international/mule-conf.el (compound-text): Define this coding
6093 system here. Make x-ctext and ctext aliases of it.
6094
6095 * language/european.el (compound-text, ctext): Moved to
6096 international/mule-conf.el.
6097
d1145f85
AI
60982000-11-05 Andrew Innes <andrewi@gnu.org>
6099
6100 * w32-fns.el (w32-version): New function.
6101
178a6a45
SM
61022000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6103
6104 * progmodes/awk-mode.el: Update copyright.
6105 (awk-mode-abbrev-table): Remove.
6106 (awk-font-lock-keywords): Use regexp-opt.
6107 (awk-mode): Use define-derived-mode.
6108
6109 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6110 when extracting a suffix.
6111
1ba90166
AS
61122000-11-04 Andre Spiegel <spiegel@gnu.org>
6113
6114 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6115 auto-save-mode.
6116
546790cb
JR
61172000-11-04 Jason Rumney <jasonr@gnu.org>
6118
6119 * language/european.el (decode-mac-roman): Test against r1 not r0.
6120
d247e32d
SM
61212000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6122
fbf44f44
SM
6123 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6124 (icon-mode): Define indent-line-function.
6125 (icon-comment-indent): Simplify.
6126 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6127
6128 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6129
6130 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6131 Bind change-log-default-mode to defeat the caching done on it.
6132 Don't bother saving excursion any more.
6133
6134 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6135
6136 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6137 (set-frame-font): Use the new name (and the old for compatibility).
6138
eaae8106
SS
6139 * toolbar/tool-bar.el (tool-bar-mode):
6140 * time.el (display-time-mode):
6141 * recentf.el (recentf-mode):
6142 * paren.el (show-paren-mode):
6143 * mwheel.el (mouse-wheel-mode):
6144 * msb.el (msb-mode):
6145 * jka-compr.el (auto-compression-mode):
6146 * image-file.el (auto-image-file-mode):
6147 * hl-line.el (hl-line-mode):
6148 * delsel.el (delete-selection-mode):
6149 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6150 * complete.el (partial-completion-mode): Drop unneeded positional args.
6151
eaae8106 6152 * info.el (Info-mode):
79372165 6153 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6154
d247e32d
SM
6155 * log-edit.el (log-edit-menu): New menu.
6156
4921558e
MB
61572000-11-03 Miles Bader <miles@gnu.org>
6158
6159 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6160 definition, so that trailing spaces are handled properly.
6161 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6162
1fc02b3c
GM
61632000-11-03 Gerd Moellmann <gerd@gnu.org>
6164
6165 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6166 tab character.
6167 (fancy-splash-screens): Set tab-width to 20.
6168
51d001f7
DL
61692000-11-03 Dave Love <fx@gnu.org>
6170
6171 * comint.el (comint-completion-addsuffix): Fix custom type.
6172
ba22aeff
SM
61732000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6174
6175 * font-lock.el (font-lock-buffers): Remove.
6176 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6177 (font-lock-change-major-mode): Remove.
6178 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6179 (font-lock-default-fontify-region): Extend the multiline
6180 fontification to whole lines.
6181 (font-lock-fontify-anchored-keywords)
6182 (font-lock-fontify-keywords-region): If matching just one
6183 line (with \n) only mark the \n as multiline.
6184
6185 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6186 Correctly handle the case where several :group args are supplied.
6187 Allow :extra-args.
6188 (easy-mmode-define-global-mode): Allow :extra-args.
6189 Correctly handle the case where several :group args are supplied.
6190
9c887ada
MB
61912000-11-02 Miles Bader <miles@gnu.org>
6192
eaae8106 6193 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6194 (holiday-face): Remove dependency on `window-system'.
6195
7f25090d
KR
61962000-11-02 Ken Raeburn <raeburn@gnu.org>
6197
6198 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6199 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6200 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6201
7dd6009c
DL
62022000-11-02 Dave Love <fx@gnu.org>
6203
6204 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6205
94821e4f
EZ
62062000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6207
6208 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6209 punctuation in the warning inserted into the *mail* buffer.
6210
1ac3fc42
GM
62112000-11-02 Gerd Moellmann <gerd@gnu.org>
6212
57731876
GM
6213 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6214 (authors-public-domain-p): New function.
6215 (authors-print): Use it.
6216
975f82c9
GM
6217 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6218
1ac3fc42
GM
6219 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6220
4b3eb10f
GM
62212000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6222
975f82c9 6223 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6224 (ps-print-version): New version number (6.3.1).
6225 (ps-even-or-odd-pages): Customization fix.
6226 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6227 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6228 (ps-page-count): Var replaced by `ps-page-column'.
6229 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6230 (ps-print-sheet-p): New fun.
6231
7da794df
MB
62322000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6233
6234 * tooltip.el (tooltip-gud-tips-setup): New function.
6235 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6236 (tooltip-mode): Call tooltip-gud-tips-setup.
6237 (tooltip-gud-tips): Use `gud-basic-call' instead of
6238 process-send-string, so the prompt gets frobbed appropriately.
6239 Handle nil return value from `tooltip-gud-print-command'.
6240
0e40b809
EL
62412000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6242
6243 * comint.el (comint-add-to-input-history): New function.
6244 (comint-send-input): Use `comint-add-to-input-history'.
6245
50ada0db
MB
62462000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6247
973a3104
MB
6248 * info.el (info-menu-header): New face.
6249 (Info-fontify-menu-headers): New function.
6250 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6251
50ada0db
MB
6252 * info.el (Info-insert-dir): Don't include blank lines at
6253 beginning of additional dir files (one is added automatically).
6254
bff53411
SM
62552000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6256
6257 * emacs-lisp/easy-mmode.el (define-minor-mode):
6258 Revert the latest changes.
6259 Allow the three positional arguments to be skipped and replaced
6260 by keyword arguments.
6261 Add a :toggle argument to determine whether a nil arg means toggle
6262 or means turn-on. The default is unchanged.
6263 Add a call to force-mode-line-update.
6264
6b8a0b2d
DL
62652000-11-01 Dave Love <fx@gnu.org>
6266
83c9cb8e 6267 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6268
5bf99100
MB
62692000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6270
83c9cb8e
SM
6271 * calendar/calendar.el (diary-face, holiday-face):
6272 Add dark-background variants.
5bf99100 6273
a4032611
SS
62742000-10-31 Sam Steingold <sds@gnu.org>
6275
6276 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6277 `tex-main-file' does not have directory in it.
6278
c286608e
SM
62792000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6280
6281 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6282
4836835a
TTN
62832000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6284
6285 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6286 functional change.
6287
26dcb81b
GM
62882000-10-31 Gerd Moellmann <gerd@gnu.org>
6289
6290 * files.el (find-file-noselect): When we expand a wildcard, return
6291 a list of buffers, as we should do according to the doc string.
6292
49fc4500
KR
62932000-10-31 Ken Raeburn <raeburn@gnu.org>
6294
6295 * loadup.el (top level): Adjust load path if program name is
6296 "../src/bootstrap-emacs", in case it's not dumped and thus the
6297 load path adjustment hasn't already been done.
6298
ea0c615d
GM
62992000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6300
83c9cb8e
SM
6301 * ps-print.el: Fix bug on selected pages for printing.
6302 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6303 is on. Try to avoid warning messages when compiling. Doc Fix.
6304 (ps-print-version): New version number (6.3).
6305 (ps-color-device): Use `color-values' to determine if device
6306 supports color.
6307 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6308 (ps-print-page-p): Changed from defsubst to defun.
6309 (ps-page-number): Changed from defmacro to defun.
6310 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6311 printing.
c286608e 6312 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6313 (ps-end-file, ps-dummy-page): Funs eliminated.
6314 (ps-print-color-scale): Changed default value.
6315 (ps-page-n-up, ps-print-page-p): New internal vars.
6316 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6317 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6318
9e20722f
GM
6319 * delim-col.el: Little programming improvement.
6320 (delimit-columns-str): New macro.
6321 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6322
d7a0fd00
KH
63232000-10-31 Kenichi Handa <handa@etl.go.jp>
6324
c286608e
SM
6325 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6326 Moved to european.el.
d7a0fd00
KH
6327 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6328 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6329 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6330 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6331
234be340
DL
63322000-10-30 Dave Love <fx@gnu.org>
6333
6334 * progmodes/cc-menus.el (imenu-generic-expression)
6335 (imenu-progress-message): Only defvar when compiling.
6336
4edc4a39
DL
6337 * emacs-lisp/elp.el (elp-unload-hook): New function.
6338
6339 * loadhist.el (unload-feature): Call elp-restore-function,
6340 checking for symbols; don't use elp-restore-all.
6341 (loadhist-hook-functions): Doc fix.
6342
70c825df
SM
63432000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6344
6345 * log-edit.el (log-edit-confirm): Fix the default.
6346
1d3baf74
GM
63472000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6348
6349 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6350 delimit-columns-format.
6351 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6352
1ec321a7
MB
63532000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6354
6355 * comint.el (comint-replace-by-expanded-history): Don't use
6356 comint-get-old-input (we're not looking at *old* input).
6357 (comint-get-old-input-default): If using fields, signal an error
6358 when the point is not in an input field.
6359
70737ea9
KH
63602000-10-30 Kenichi Handa <handa@etl.go.jp>
6361
6362 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6363 and mule-unicode-e000-ffff.
6364
fa0cb51d 6365 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6366 (make-coding-system): Accept a symbol of translation table as a
6367 value of property `safe-chars'.
6368
6369 * international/mule-cmds.el (encode-coding-char): Check property
6370 safe-chars instead of safe-charsets.
6371
6372 * international/fontset.el (fontset-default): Modified for
6373 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6374 (x-font-name-charset-alist): Likewise.
6375 (ccl-encode-unicode-font): New CCL program. Record it in
6376 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6377
70c825df
SM
6378 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6379 New translation tables.
70737ea9
KH
6380 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6381 programs are modified and moved from mac-win.el.
6382 (mac-roman): Definition of this coding system is modified and
6383 moved from mac-win.el.
4836835a 6384
fda2ce24 63852000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6386
1d3baf74 6387 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6388 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6389
dd4d3cb6
MB
63902000-10-29 Miles Bader <miles@gnu.org>
6391
6392 * custom.el (custom-add-to-group): Allow multiple entries for a
6393 given value OPTION, as long as their widget types are different.
6394 * cus-edit.el (custom-face-value-create): If face name doesn't end
6395 with "face", add such here (similar to custom group widgets).
6396
6397 * comint.el (comint-highlight-prompt): Add :type.
6398
dace60cf
JW
63992000-10-28 John Wiegley <johnw@gnu.org>
6400
dace60cf
JW
6401 * calendar/timeclock.el (timeclock-log): Doc fix.
6402 (timeclock-last-event): Doc fix.
83c9cb8e 6403 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6404 (timeclock-find-discrep): Use a temp buffer to read in the
6405 timelog, instead of visiting the file.
6406 (timeclock-log-data): A new function, along with a host of helper
6407 functions, for the purpose of making timelog data accessible to
6408 programmers.
6409
6410 * eshell/esh-mode.el (window-height test): Make certain that
6411 `eshell-stringify-t' is non-nil.
6412 (eshell-password-prompt-regexp): Changed to a much simpler
6413 password regexp.
6414 (eshell-send-input): If `eshell-invoke-directly' returns t,
6415 directly invoke the parsed command using `eval'. This improves
6416 turn-around time on simple commands by a factor of three or
6417 greater, such as cd, ls, pwd, etc. -- which get used very often.
6418 It also conserves thousands of cons cells per call (since
6419 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6420 in the Pacific Cookie Company).
6421
6422 * eshell/esh-test.el (eshell-test): Whitespace fix.
6423
83c9cb8e
SM
6424 * eshell/em-ls.el (eshell-ls-insert-directory):
6425 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6426
6427 * eshell/em-script.el (eshell-script-initialize): Add names to
6428 `eshell-complex-commands, since `source' and `.' are complex.
6429
0467b076
EZ
6430 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6431 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6432 `eshell-copy-handles'.
6433 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6434 bodies.
6435 (eshell-separate-commands): Whitespace fix.
6436 (eshell-complex-commands): Added a new list of names, for
6437 determining whether a given command is as simple as it looks.
6438 (eshell-invoke-directly): New function. Returns t if a command
6439 should be invoked directly (using `eval'), rather than indirectly
6440 using `eshell-do-eval'.
6441 (eshell-do-eval): Whitespace fix.
6442
6443 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6444 which provides an emulation of the DOS shell behavior of assuming
6445 that cp/mv/ln should copy/move/link to the current directory.
6446 (eshell-remove-entries): Added a doc string.
6447 (eshell-shuffle-files): Removed the check for `target' being null.
6448 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6449 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6450 it to do a smarter check of whether a destination was provided.
6451 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6452 (eshell/ln): Enable `:preserve-args', and use
6453 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6454 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6455 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6456 list after flattening it. This makes it possible to cat files
6457 with numerical names.
6458 (eshell-unix-initialize): Added several names to
6459 `eshell-complex-commands.
6460 (eshell-unix-command-complex-p): Return t if a given command name
6461 may result in external processes being invoked.
6462
6463 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6464 variable nil by default, since it slows down glob processing by a
6465 factor of two or more, and increases memory consumption.
6466
6467 * eshell/em-smart.el: Added a note about how memory consumptive
6468 smart display mode can be (at least this is true in Emacs 21).
6469 (eshell-smart-initialize): Whitespace fix.
6470 (eshell-refresh-windows): Use `if' instead of `when'.
6471 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6472 not necessary.
83c9cb8e 6473 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6474
6475 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6476 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6477 Whitespace fix.
6478 (eshell-ls-exclude-hidden): Added this variable in addition to
6479 `eshell-ls-exclude-regexp'. This one prevents files beginning
6480 with . from even being read, which can improve memory consumption
6481 quite a bit.
6482 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6483 read file entries beginning with a dot. In home directories with
6484 lots of hidden files, fully two-thirds of the time spent in ls is
6485 used to read directory entries that are immediately thrown away.
6486 (eshell-ls-initial-args): Added back this configuration variable,
6487 for specifying default initial arguments to every call to ls.
6488 Much faster than using an alias to do the same thing.
6489 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6490 (eshell-ls-dir): Whitespace change.
6491
6492 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6493
83c9cb8e 6494 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6495 (eshell-stringify-t): Added a customization variable, to indicate
6496 whether `t' should be rendered as a string at all. If not, one
6497 can still determine if the result of an expression is true using
6498 "file-exists-p FILE && echo true".
6499 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6500 stringify t!
6501
6502 * eshell/esh-module.el: Whitespace fix.
6503
83c9cb8e
SM
6504 * eshell/em-alias.el (eshell-alias-initialize):
6505 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6506 (eshell-command-aliased-p): New function that returns t if a
6507 command name names an aliased.
6508
657f9cb8 65092000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6510
0467b076 6511 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6512 redrawing the screen when changing cursor color.
0467b076
EZ
6513 (viper-insert-state-pre-command-sentinel)
6514 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6515 (viper-replace-state-post-command-sentinel):
6516 Use viper-preserve-cursor-color.
657f9cb8
MK
6517 Many functions changed to use viper= instead of = when comparing
6518 characters.
0467b076 6519 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6520 working with characters.
0467b076 6521 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6522 Many functions changed to use viper= instead of = when comparing
6523 characters.
0467b076 6524 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6525
0467b076 6526 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6527 Several typos fixed in various docstrings.
0467b076 6528 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6529 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6530 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6531 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6532 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6533 (ediff-get-selected-buffers): New function.
6534 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6535 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6536 Use save-window-excursion.
0467b076 6537 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6538 termination check in while loop.
0467b076 6539 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6540 dired buffer.
0467b076
EZ
6541 (ediff-files,ediff-merge-files,ediff-files3)
6542 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6543
4f490d99
DL
65442000-10-28 Dave Love <fx@gnu.org>
6545
6546 * info.el (Info-fontify-node): Add help-echo for menu items.
6547
45b84006
EZ
65482000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6549
5ebc02b3
EZ
6550 * startup.el (normal-top-level): If the value of $TERM indicates
6551 we are running from xterm or one of its work-alikes, default to a
6552 light background mode.
6553
45b84006
EZ
6554 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6555 * faces.el (tty-handle-reverse-video): New function.
6556 (tty-create-frame-with-faces): Call it.
6557
6558 * frame.el (frame-notice-user-settings): Don't apply
6559 default-frame-alist and initial-frame-alist to MS-DOS frames.
6560 Call tty-handle-reverse-video, frame-set-background-mode, and
6561 face-set-after-frame-default for non-MS-DOS frames.
6562
6563 * startup.el (tty-long-option-alist): New variable.
6564 (tty-handle-args): New function.
6565 (command-line): Call tty-handle-args.
6566
6567 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6568 startup.el now does that for all character-terminal frames.
6569
eab6e8b9
MB
65702000-10-28 Miles Bader <miles@gnu.org>
6571
83c9cb8e
SM
6572 * emacs-lisp/easy-mmode.el (define-minor-mode):
6573 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6574 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6575 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6576 version using `easy-mmode-define-global-mode'.
6577 Add :conditional-turn-on keyword argument.
eab6e8b9 6578
51a29efc
DL
65792000-10-28 Dave Love <fx@gnu.org>
6580
83c9cb8e
SM
6581 * international/latin1-disp.el (latin1-char-displayable-p):
6582 Don't use window-system.
51a29efc 6583
d71d7114
EZ
65842000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6585
6586 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6587 Don't call find-buffer-file-type-coding-system. Instead, just
6588 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6589 if the file is on an untranslated filesystem.
6590 (add-untranslated-filesystem): Use "D" instead of "f" inside
6591 interactive.
6592
1f9cab4b
DL
65932000-10-27 Dave Love <fx@gnu.org>
6594
70c825df 6595 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6596 (refill-mode): Use it.
6597
70c825df
SM
65982000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6599
6600 * international/quail.el (quail-activate): Don't make-local-hook.
6601
7432cf10
AS
66022000-10-27 Andre Spiegel <spiegel@gnu.org>
6603
4836835a 6604 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6605 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6606 (vc-make-version-backup): Don't do it on MS-DOS without long file
6607 names.
4836835a 6608
7432cf10
AS
6609 * vc.el (vc-version-other-window): If an automatic backup of the
6610 desired version exists, rename it instead of copying it.
6611
4836835a
TTN
6612 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6613 after command. If there's an unexpected error, signal it instead
7432cf10 6614 of being silent.
e1483c38 6615 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6616
05ea7ef2
MB
66172000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6618
fd1035aa
MB
6619 * shell.el (shell): Add BUFFER argument.
6620 * comint.el (make-comint-in-buffer): New function.
6621 (make-comint): Use it.
6622
05ea7ef2
MB
6623 * faces.el (face-spec-choose): Change syntax so that the list of
6624 attribute-value pairs is now the cdr of each clause, not the cadr.
6625 Detect old-style entries, and handle them. Use pop.
6626
835a55fe
SM
66272000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6628
f5ab1cdd
SM
6629 * cus-edit.el (custom-mode-map): Use a sparse map.
6630 (custom-mode): Don't bother with make-local-hook.
6631
6632 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6633
835a55fe
SM
6634 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6635
c13b0ec8
GM
66362000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6637
6638 * ps-print.el: Avoid compilation gripes.
6639 (ps-print-version): New version number (6.2.1).
4836835a 6640
e9f63196
DL
66412000-10-26 Dave Love <fx@gnu.org>
6642
0b95284b
DL
6643 * menu-bar.el: Modify some menu item help strings.
6644 (menu-bar-help-menu): Add link to MORE.STUFF.
6645
e9f63196
DL
6646 * cus-edit.el (custom-mode): Add `special' mode-class property.
6647
6648 * wid-browse.el (widget-browse-mode): Likewise.
6649
6650 * wid-edit.el (widget-specify-field): Revert to using local-map
6651 property, not keymap.
6652
e276a14a
MB
66532000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6654
c1545d88
MB
6655 * wid-edit.el (widget-field-end): When checking for a `boundary'
6656 field, do so in the correct buffer.
6657
3c1b77ca
MB
6658 * simple.el (undo): Correctly distinguish between numeric and
6659 non-numeric prefix args in non-transient-mark-mode, as per the doc
6660 string. When in transient-mark-mode, treat all prefix-args as
6661 numeric.
6662
f5ab1cdd
SM
6663 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6664 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6665
6666 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6667 (comint-mode-map): Reverse order of `comint-write-output' and
6668 `comint-append-output-to-file'.
6669 (comint-append-output-to-file): Reinstate this function, for the
6670 benefit of the menu.
6671
d97151cb
SM
66722000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6673
6674 * vc.el (vc-version-other-window): Bind `file'.
6675
ea7d6f5b
GM
66762000-10-25 Gerd Moellmann <gerd@gnu.org>
6677
f5ab1cdd 6678 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6679
6680 * emacs-lisp/authors.el (batch-update-authors): New function.
6681 (authors-fixed-entries): New defconst.
6682 (authors-add-fixed-entries): New function.
6683 (authors): Call it.: Don't process lispref/.
6684
17c25cea
JR
66852000-10-25 Jason Rumney <jasonr@gnu.org>
6686
6687 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6688 Merge x w32 and mac definitions.
6689
4ecda532
GM
66902000-10-25 Gerd Moellmann <gerd@gnu.org>
6691
6692 * menu-bar.el (menu-bar-options-menu): Add a help string for
6693 `uniquify'.
6694
b6735035
GM
66952000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6696
f5ab1cdd
SM
6697 * time-stamp.el (time-stamp-string-preprocess):
6698 Fix a wrong type argument error.
b6735035 6699
f4cbc7a0
MB
67002000-10-25 Miles Bader <miles@gnu.org>
6701
6702 * recentf.el (recentf-mode): Variable removed.
6703 (recentf-mode): Use `define-minor-mode'.
6704
6705 * mwheel.el (mouse-wheel-mode): New global minor mode.
6706 (mwheel-install): Use `mouse-wheel-mode'.
6707
f4b020f6
DL
67082000-10-25 Dave Love <fx@gnu.org>
6709
f5ab1cdd
SM
6710 * progmodes/cperl-mode.el (cperl-mode):
6711 Set normal-auto-fill-function correctly.
072cb6f9 6712
83c9cb8e
SM
6713 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6714 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6715 bindings.
f4b020f6 6716
ebe2a441
MB
67172000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6718
ff4dcd4b
MB
6719 * wid-edit.el (widget-field-at): New function.
6720 (widget-at, widget-field-activate): Use it.
6721 (widget-tabable-at): Use `widget-at'.
6722 (widget-specify-field): If the terminating character of the widget
6723 field (which is read-only) is a newline, put it into a special
6724 `boundary' field so that C-n/C-p act more naturally.
6725 (widget-field-end): Also don't subtract one if a special
6726 `boundary' field has been added after the widget field.
6727
83c9cb8e
SM
6728 * comint.el (comint-output-filter, comint-send-input):
6729 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6730 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6731
ebe2a441
MB
6732 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6733 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6734 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6735
fe50b6ab
GM
67362000-10-24 Gerd Moellmann <gerd@gnu.org>
6737
53df4dda 6738 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6739 (authors): Set file coding system to iso-2022-7bit.
6740 Add file-local variables to output buffer.
53df4dda 6741
4836835a 6742 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6743 WARN is nil.
6744
53df4dda
GM
67452000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6746
6747 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6748
6749 * delim-col.el: Now there is a column formatting mechanism.
6750 Modified to customization mechanisms convention. Doc fix.
6751 (columns): New group for delim-col.
6752 (delimit-columns-before, delimit-columns-after)
6753 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6754 (delimit-columns-end): New vars.
6755 (delimit-columns-customize, delimit-columns-format): New funs.
6756 (delimit-columns-region, delimit-columns-rectangle)
6757 (delimit-columns-rectangle-line): Modified to support column
6758 formatting.
4836835a 6759
a9839779
DL
67602000-10-24 Dave Love <fx@gnu.org>
6761
6762 * log-edit.el (log-edit): Add :version and a :group for vc.
6763
df0267b8
GM
67642000-10-24 Gerd Moellmann <gerd@gnu.org>
6765
9acc3873
GM
6766 * files.el (after-find-file): Don't print a message ``New file''
6767 if WARN is nil.
6768
83c9cb8e
SM
6769 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6770 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6771 get duplicate tool-bar entries because we'll see the global ones
6772 on more than one path through keymaps.
6773
1946f901
GM
6774 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6775
df0267b8
GM
6776 * progmodes/cmacexp.el: Change Francesco's email address.
6777
ae3b264b
KH
67782000-10-24 Kenichi Handa <handa@etl.go.jp>
6779
6780 * window.el (fit-window-to-buffer): Adjust point of the window
6781 buffer, not that of the current buffer.
6782
23afac01
EZ
67832000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6784
6785 * progmodes/cmacexp.el: Update the euthor's email address.
6786
22d1a4ed
MB
67872000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6788
6789 * faces.el (face-spec-set-match-display): Add `graphic' display
6790 type (the inverse of `tty'). Use `display-graphic-p' instead of
6791 the window-system variable.
6792
f408aa48
KH
67932000-10-24 Kenichi Handa <handa@etl.go.jp>
6794
83c9cb8e
SM
6795 * international/isearch-x.el (isearch-with-input-method):
6796 Call input-method-function with the first event in
f408aa48
KH
6797 unread-command-events.
6798
94fe8a31
MB
67992000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6800
83c9cb8e 6801 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6802
8f47302e
AC
68032000-10-24 Andrew Choi <akochoi@i-cable.com>
6804
6805 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6806 New charsets.
6807
6808 * term/mac-win.el: Remove definitions of mac-roman-lower and
6809 mac-roman-upper, require dired, and define instead of set
6810 mac-ready-for-drag-n-drop to avoid compilation error.
6811
446c097e
AI
68122000-10-23 Andrew Innes <andrewi@gnu.org>
6813
83c9cb8e
SM
6814 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6815 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6816 expand-file-name after convert-standard-filename to ensure
6817 expected directory separators are used.
6818
379b70e7
EZ
68192000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6820
6821 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6822
85c766e9
DL
68232000-10-23 Dave Love <fx@gnu.org>
6824
b7e03a67
DL
6825 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6826 (tool-bar-add-item): Set foreground and background for XBM icons.
6827
83c9cb8e
SM
6828 * international/latin1-disp.el (latin1-char-displayable-p):
6829 New function (from Handa).
b7e03a67
DL
6830 (latin1-display-check-font): Use it.
6831
0dcf8835 6832 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6833 using :key-sequence, making it much more usable.
6834 Use nconc, not append.
0dcf8835
DL
6835 (imenu--create-keymap-1): Avoid append.
6836
85c766e9 6837 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6838
cb3069bb
MB
68392000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6840
6841 [the following changes fix a bug where `define-minor-mode' didn't
6842 correctly generate :require clauses for defcustoms in compiled files]
6843 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6844 (byte-compile-log-file, byte-compile-log-1): Don't set
6845 `byte-compile-current-file' to nil. Instead set
6846 `byte-compile-last-logged-file' to it. Test whether
6847 byte-compile-current-file equals byte-compile-last-logged-file
6848 instead of whether its nil.
3b6542ba 6849 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6850
6db6243b
SM
68512000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6852
6853 * textmodes/refill.el: Fix var names in doc.
6854 (refill-mode): Don't bother with make-local-hook anymore.
6855
98490598
MB
68562000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6857
e01cd227
MB
6858 * faces.el (face-user-default-spec, face-default-spec): New functions.
6859 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6860 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6861 Use `face-user-default-spec'. Simplify code slightly.
6862
4836835a 6863 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6864 (woman-unknown-face): Add dark-background variants.
6865 (woman-default-faces): Renamed from `woman-colour-faces'.
6866 Set using the stored defaults, rather than using hard-wired colors.
6867 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6868 Just make the foreground `unspecified' rather than "black".
6869 (woman-menu): Rename menu entries accordingly.
6870
98490598
MB
6871 * faces.el (header-line): Make more reasonable on mono/grayscale
6872 displays.
6873
1a578e9b
AC
68742000-10-23 Andrew Choi <akochoi@i-cable.com>
6875
6876 * cus-edit.el (custom-button-face): Use 3D look for mac.
6877 (custom-button-pressed-face): Likewise.
6878
6879 * faces.el (set-face-attributes-from-resources): Handle mac frames
6880 in the same way as x and w32 frames.
6881 (face-valid-attribute-values): Likewise.
6882 (read-face-attribute): Likewise.
6883 (defined-colors): Likewise.
6884 (color-defined-p): Likewise.
6885 (color-values): Likewise.
6886 (display-grayscale-p): Likewise.
6887 (face-set-after-frame-default): Likewise.
6888 (mode-line): Same default face as for x and w32.
6889 (tool-bar): Likewise.
6890
6891 * frame.el: Remove call to frame-notice-user-settings at end of
6892 the file.
6893
83c9cb8e 6894 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6895 as for x, pc, and w32 frame types.
6896
6897 * term/mac-win.el: New file.
6898
aaaf7be7
DL
68992000-10-22 Dave Love <fx@gnu.org>
6900
6901 * textmodes/refill.el: New file.
6902
5392d654
AS
69032000-10-22 Andre Spiegel <spiegel@gnu.org>
6904
4836835a 6905 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6906 MANUAL and REGEXP.
4836835a 6907 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6908 New functions.
6909 (vc-before-save): Use the latter.
6910 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6911 confusion.
6912
4836835a 6913 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6914 expected by vc[-hooks].el.
6915
6916 * vc.el (vc-checkout): Added `-p' suffix in call to
6917 vc-make-version-backups-p; use vc-make-version-backup to actually
6918 make the backup.
6919 (vc-version-other-window, vc-version-backup-file): Handle both
6920 automatic and manual backups.
6921 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6922 of all of them.
6923
1e221c16
MB
69242000-10-22 Miles Bader <miles@gnu.org>
6925
7ff4fda5
MB
6926 * comint.el (comint-highlight-input, comint-highlight-prompt):
6927 Renamed, `-face' at end removed.
6928 (comint-send-input, comint-output-filter): Use renamed faces.
6929
3511cde8
MB
6930 * window.el (fit-window-to-buffer): Change defaulting of
6931 MAX-HEIGHT slightly.
6932
1e221c16
MB
6933 * faces.el (color-values, color-defined-p): Use `member', not
6934 `memq', because it works correctly for strings.
6935 (frame-set-background-mode): Actually, "unspecified-fg" and
6936 "unspecified-bg" *are* strings. Use `member', not `memq', and
6937 `equal', not `eq', when a string value is possible.
6938
b6ef4898
EZ
69392000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6940
6941 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6942
34939e2c
SM
69432000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6944
6945 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6946 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6947 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6948 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6949 (sh-font-lock-syntactic-keywords): Use them.
6950 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6951 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6952 (sh-mode): Don't override font-lock-unfontify-region-function.
6953 Use a copy of sh-font-lock-syntactic-keywords.
6954 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6955 Don't call sh-scan-buffer since font-lock does it on the fly.
6956 (sh-get-indent-info): Use `face' rather than `syntax-table'
6957 text-property to detect here-documents.
6958 Replace sh-special-syntax with sh-st-punc.
6959 (sh-prev-line): Use `face' rather than `syntax-table'
6960 text-property to skip over here-documents.
6961 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6962 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6963 (sh-electric-less, sh-set-here-doc-region)
4836835a 6964 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6965 (sh-scan-buffer, sh-rescan-buffer): Remove.
6966
f3d3c491
AI
69672000-10-21 Andrew Innes <andrewi@gnu.org>
6968
6969 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6970 remote (ange-ftp) file names.
6971
b86c791c
MB
69722000-10-21 Miles Bader <miles@gnu.org>
6973
d9c30bdf
MB
6974 * window.el (fit-window-to-buffer): New function.
6975 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6976 (window-text-height): Don't expect minibuffers to have mode-lines.
6977
d9c30bdf 6978 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6979 * international/quail.el (quail-update-guidance):
6980 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6981
617fee5a
MB
6982 * international/quail.el (quail-show-guidance-buf): Make sure
6983 guidance window really has enough room.
6984 (quail-update-guidance): If quail-guidance-win is already shown,
6985 make sure its height is OK.
6986
b86c791c
MB
6987 * window.el (window-text-height, set-window-text-height):
6988 New functions.
6989 (shrink-window-if-larger-than-buffer): Use `window-text-height'
6990 instead of `window-height' & `mode-line-window-height-fudge'.
6991 (mode-line-window-height-fudge): Add FACE parameter.
6992 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
6993 instead of `enlarge-window' & `mode-line-window-height-fudge'.
6994
e34850d1
MB
69952000-10-20 Miles Bader <miles@gnu.org>
6996
6997 * window.el (height-affecting-face-attributes): Use `defconst'.
6998
6999 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7000 New function, conditionally aliased to `mode-line-window-height-fudge'.
7001 (ispell-help): Use it.
7002 (ispell-choices-win-default-height): Don't include mode-line fudge.
7003 (ispell-choices-win-default-height): New function.
7004 (ispell-show-choices, ispell-command-loop): Use function
7005 `ispell-choices-win-default-height' instead of variable.
7006
a8b883c2
MB
70072000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7008
8c6e4a58
MB
7009 * window.el (mode-line-window-height-fudge): New variable.
7010 (height-affecting-face-attributes): New variable.
7011 (mode-line-window-height-fudge): New function.
7012 (shrink-window-if-larger-than-buffer): Use it.
7013 * help.el (resize-temp-buffer-window): Likewise.
7014
a8b883c2
MB
7015 * info.el (Info-fontify-node): Add support for @subsubsection
7016 titles, which use `Info-title-4-face'.
7017 (Info-title-4-face): New face.
7018 (Info-title-3-face): Inherit from Info-title-4-face instead of
7019 variable-pitch.
7020
e64c3a75
JR
70212000-10-19 Jason Rumney <jasonr@gnu.org>
7022
7023 * dired.el (dired-insert-directory): Do not let errors signalled by
7024 attempt to run dired-free-space-program prevent dired from working.
7025
c70fe852
SM
70262000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7027
7028 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7029
877cf6b4
GM
70302000-10-19 Gerd Moellmann <gerd@gnu.org>
7031
5de037e0
GM
7032 * dirtrack.el (dirtrack): Fix call to run-hooks.
7033
6deb9af9
GM
7034 * cmuscheme.el (cmuscheme-program-name): Renamed from
7035 scheme-program-name because xscheme.el contains a defcustom with
7036 the same name. As a consequence, customizing group `cmuscheme'
7037 loaded `xscheme' which redefined run-scheme.
7038 (run-scheme): Use cmuscheme-program-name.
7039
83c9cb8e 7040 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7041
e597d8fb 7042 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7043 anonymous address, and add a website for Befrienders International.
4836835a 7044
3e9cb08f
GM
70452000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7046
c70fe852
SM
7047 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7048 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7049 (ps-print-version): New version number (6.2).
7050 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7051 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7052 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7053 (ps-x-extent-priority, ps-x-extent-start-position)
7054 (ps-x-face-font-instance, ps-x-find-coding-system)
7055 (ps-x-font-instance-properties, ps-x-make-color-instance)
7056 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7057 avoid compilation gripes without defining functions.
7058 (ps-e-find-composition): Alias for function find-composition, to have a
7059 suitable function depending on Emacs version.
7060 (ps-color-device, ps-color-values, ps-face-foreground-name)
7061 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7062 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7063 (ps-print-ensure-fontified): Function definitions surrounded by
7064 `eval-and-compile' to avoid compilation gripes.
7065 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7066 by symbol-value to avoid compilation gripes.
7067 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7068 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7069
d8abcd91
MB
70702000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7071
13ab33c4
MB
7072 * startup.el (normal-top-level): Call `frame-set-background-mode'
7073 after `frame-notice-user-settings' because the latter doesn't call
7074 the former on a tty.
7075
d8abcd91
MB
7076 * faces.el (frame-set-background-mode): `unspecified' &c are
7077 symbols, not strings.
7078
e8bce0a9
EZ
70792000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7080
c70fe852
SM
7081 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7082 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7083
c70fe852
SM
7084 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7085 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7086
773272d8
KH
70872000-10-19 Kenichi Handa <handa@etl.go.jp>
7088
c70fe852 7089 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7090 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7091 for ISO10646-1 fonts.
7092 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7093
772139c0
EZ
70942000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7095
7096 * faces.el (frame-set-background-mode): If a tty frame defines a
7097 background color, use that to compute the background mode, instead
7098 of always defaulting to "dark".
7099
d134a19f
MB
71002000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7101
8bb84cb2
MB
7102 * comint.el (comint-write-output): New function.
7103 (comint-mode-map): Add it to the menu.
e40a778f 7104 Bind `C-c C-s' to comint-write-output.
d134a19f 7105
dada41e1
GM
71062000-10-18 Gerd Moellmann <gerd@gnu.org>
7107
7108 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7109 Use fancy-splash-delay.
7110
9b5360aa
GM
71112000-10-18 Alex Schroeder <alex@gnu.org>
7112
7113 * progmodes/sql.el (sql-sybase-options): New option.
7114 (sql-sybase): Use it. Add sql-database to the list of parameters
7115 provided for login. The options -w 2048 -n are not used any more.
7116
9035a35a
GM
7117 * comint.el (comint-read-input-ring): Bugfix such that the first
7118 and the last entry of the input ring file are not lost.
7119
3556c6dd
GM
71202000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7121
7122 * ps-print.el: Internal variable changes to defcustom,
7123 make-local-hook changes to defvar. Doc fix.
7124 (ps-print-version): New version number (6.1).
7125 (ps-setup, ps-do-despool): Code fix.
7126 (ps-printer-name): Customization fix.
7127 (ps-printer-name-option): Now is a defcustom instead of an
7128 internal variable.
7129 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7130 (ps-print-begin-column-hook): Now are defvar instead of
7131 make-local-hook.
4836835a 7132
4e217e50
MB
71332000-10-18 Miles Bader <miles@gnu.org>
7134
7135 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7136 (comint-kill-output): Changed into an alias for `comint-delete-output',
7137 and made obsolete.
7138 (comint-mode-map): Rename references to comint-kill-output.
7139
34460354
EZ
71402000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7141
7142 * diff-mode.el (diff-header-face, diff-file-header-face)
7143 (diff-changed-face): Add bold and italic attributes to tty faces.
7144 (diff-function-face): New face.
7145 (diff-font-lock-keywords): Use it.
7146
17ea3cdb
MB
71472000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7148
7149 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7150 Remove commented-out call to force-mode-line-update.
7151 (comint-kill-output): Use `forward-line 0' instead of
7152 beginning-of-line to make sure we get past the prompt.
7153
9244f2c7
SM
71542000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7155
7156 * diff-mode.el (diff-header-face, diff-file-header-face):
7157 Add specific setting for dark background.
7158 (diff-context-face): Renamed from diff-comment-face.
7159 Set explicitly rather than inheriting from font-lock-comment-face.
7160
1592c1ef
EZ
71612000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7162
7163 * startup.el (command-line): Move the code which sets the default
7164 TTY colors to before before-init-hook.
7165
f86292a9
GM
71662000-10-17 Gerd Moellmann <gerd@gnu.org>
7167
7168 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7169
f7f2e883
EZ
71702000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7171
e854cc22
EZ
7172 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7173 extensions, for MS-DOS.
7174
f7f2e883
EZ
7175 * diff-mode.el (diff-header-face, diff-file-header-face)
7176 (diff-changed-face): Define tty-specific colors.
7177
c7b4f0f9
GM
71782000-10-17 Gerd Moellmann <gerd@gnu.org>
7179
7180 * startup.el (fancy-splash-text): Realign the text.
7181
12a72271
EZ
71822000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7183
7184 * font-lock.el (font-lock-comment-face): Define a separate default
7185 for dark-background tty's.
7186
61dfccfd
MB
71872000-10-17 Miles Bader <miles@gnu.org>
7188
7189 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7190 being obscured by whizzy mode-lines on graphics displays.
7191
333cd59e
EZ
71922000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7193
7194 * info.el (Info-title-1-face, Info-title-2-face)
7195 (Info-title-3-face): Define colors for tty's.
dada41e1 7196 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7197
dbf1fcc1
EZ
71982000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7199
7200 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7201 reverse from the frame parameters, and don't invert foreground and
7202 background colors.
7203
ac629823
MB
72042000-10-16 Miles Bader <miles@gnu.org>
7205
7206 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7207 string "*Info*". Call propertized-buffer-identification to spruce
7208 up the result.
7209
76eebffc
GM
72102000-10-16 Gerd Moellmann <gerd@gnu.org>
7211
3a6b59d9
GM
7212 * help.el: Provide `help' for the sake of define-minor-mode
7213 which generates defcustoms with requires.
7214
6569c3d3
GM
7215 * jit-lock.el (jit-lock-after-change): If we're in text that
7216 matches a multi-line font-lock pattern, make sure the whole text
7217 will be redisplayed.
7218
c2e0a611
GM
7219 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7220 author's name is unknown.
7221
76eebffc
GM
7222 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7223 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7224 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7225 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7226 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7227 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7228 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7229 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7230 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7231 Add author information.
7232
cf1e7b12
MB
72332000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7234
7235 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7236 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7237 full-color version (using the Gimp) to eliminate dithering artifacts.
7238
5586f3eb
SM
72392000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7240
7241 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7242
7243 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7244
ad64a888
DL
72452000-10-15 Dave Love <fx@gnu.org>
7246
83c9cb8e 7247 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7248
7249 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7250
7251 * whitespace.el: Doc fixes.
7252 (top-level): Don't add hooks here.
7253 (whitespace-running-emacs): Deleted.
7254 (timer): Don't require.
7255 (whitespace): Add back :version conditional on xemacs test.
7256 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7257 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7258 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7259 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7260 Avoid specific xemacs test.
7261 (whitespace-global-mode): New option.
7262 (whitespace-global-mode): New command.
7263 (whitespace-unload-hook): New function.
7264
7265 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7266 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7267 (Info-fontify-node): `Goto' goes to `Go to'.
7268 (Info-fontify-node): Add help-echo to xref links.
7269
1ef49fc6
EZ
72702000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7271
7272 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7273
8b7707e1
SM
72742000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7275
b3b7f42f
SM
7276 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7277 Use plist-get and allow :inherit.
7278
7279 * emacs-lisp/cl-macs.el (cl-do-arglist):
7280 Use plist-get and plist-member instead of memq.
7281
3c7fafc7
SM
7282 * emacs-lisp/ewoc.el (ewoc-location): New function.
7283 (ewoc-enter-after, ewoc-enter-before): Document return value.
7284 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7285 Don't need make-local-hook any more.
7286 (cvs-addto-collection): Return the new tin.
7287 (cvs-mode-insert): Jump to the new line.
7288
8b7707e1
SM
7289 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7290
7291 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7292
7293 * font-lock.el (font-lock-syntactically-fontified): New var.
7294 (font-lock-fontify-syntactic-keywords-region): Use it.
7295 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7296
7297 * diff-mode.el (diff-find-file-name): Fix regexp.
7298
7299 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7300 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7301
7302 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7303 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7304 (sh-mode): Don't make all vars local here.
7305 (sh-kw): Reformat.
7306 (sh-set-shell): Use dolist. Don't set indent-region-function.
7307 (sh-mode-syntax-table): Use pop.
7308 (sh-remember-variable): Use push.
7309 (sh-help-string-for-variable): Use memq.
7310 (sh-safe-backward-sexp): Remove.
7311 (sh-safe-forward-sexp): Add ARG.
7312 (sh-get-indent-info, sh-prev-stmt): Use it.
7313 (sh-prev-line): Simplify by using forward-comment.
7314 (sh-this-is-a-continuation): Simplify.
7315 (sh-learn-buffer-indent): Use dolist.
7316 (sh-do-nothing): Remove.
7317 (sh-set-char-syntax, sh-set-here-doc-region):
7318 Use inhibit-modification-hooks.
7319 (sh-name-style): Use mapcar and push.
7320 (sh-load-style): Use dolist.
7321 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7322 (sh-case, sh-while-getopts): Use propertize directly rather
7323 than sh-electric-rparen.
7324
73252000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7326
7327 * textmodes/tex-mode.el: Require CL when compiling.
7328 (tex-mode-syntax-table): Init immediately.
7329 (tex-mode-map): Bind M-RET to latex-insert-item.
7330 (latex-mode): Set indent-line-function to latex-indent.
7331 (tex-common-initialization): Don't setup the syntax-table any more.
7332 (latex-insert-item): New skeleton.
7333 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7334 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7335 (latex-indent, latex-find-indent): New functions.
4836835a 7336 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7337 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7338 (tex-compilation-parse-errors): Use with-syntax-table.
7339
86b7fcbb
MB
73402000-10-15 Miles Bader <miles@gnu.org>
7341
7342 * font-lock.el (font-lock-comment-face): Change dark-background,
7343 color, non-tty, default to `chocolate1'.
7344
57a24508
JW
73452000-10-13 John Wiegley <johnw@gnu.org>
7346
7347 * eshell/esh-util.el (require): Added a missing `require' form,
7348 needed when compiling (for an ange-ftp macro definition).
7349
40ad3db4
DL
73502000-10-13 Dave Love <fx@gnu.org>
7351
7352 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7353
db460189
GM
73542000-10-13 Gerd Moellmann <gerd@gnu.org>
7355
83c9cb8e 7356 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7357
4836835a 7358 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7359 transparent -colors 8).
7360
3b5e21df
GM
73612000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7362
7363 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7364 that breaks with old list format timestamps.
7365 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7366 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7367
16908a3f
JW
73682000-10-13 John Wiegley <johnw@gnu.org>
7369
d7103dda
JW
7370 * align.el, pcomplete.el, calendar/timeclock.el,
7371 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7372
dace60cf 7373 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7374 faulty math, where holiday hours were being computing as seconds.
7375
b6b70cda
JW
73762000-10-13 John Wiegley <johnw@gnu.org>
7377
7378 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7379 specifying what "other" kinds of buffers should be saved.
7380 This used to be hard-coded.
b6b70cda
JW
7381 (desktop-buffer-misc-functions): A global for specifying how
7382 auxiliary data should be determined for special buffer types.
7383 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7384 instead of hard-coding the special buffer types.
7385 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7386 auxiliary data, instead of hard-coding for Info buffers and dired.
7387 (desktop-buffer-info-misc-data): Aux function for determining Info
7388 buffer auxiliary info.
7389 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7390 (desktop-buffer-info): Changed this function to use the info
7391 gathered above.
7392 (desktop-create-buffer): Be a little more careful about what
7393 `minor-mode' means before calling it. This is important for some
7394 buffer types.
7395
8c6b1d83
JW
73962000-10-13 John Wiegley <johnw@gnu.org>
7397
7398 * eshell/esh-util.el: Added a global form which declares an
7399 autoload for `parse-time-string', if that function is not already
7400 defined, and if parse-time.el is available on the user's system.
7401
7402 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7403 to be aware of ange-ftp user info.
83c9cb8e 7404 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7405 (eshell-ls-annotate): Use `eshell-file-attributes'.
7406 (eshell-ls-file): Made the user-id printing code a bit smarter.
7407
7408 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7409 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7410 It's manual, but there's no other way to know when the current user
7411 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7412 (fboundp): Bind `ange-cache'.
7413 (eshell-directory-files-and-attributes): Re-organized the logic a
7414 bit to use `eshell-file-attributes' instead of `file-attributes'.
7415 The former is more sensitive to directories that are read via FTP,
7416 and knows how to use ange-ftp to determine full attribute
7417 information, instead of just the name and last modtime.
7418 (eshell-current-ange-uids): Return the current user id when in a
7419 remote directory.
7420 (eshell-parse-ange-ls): Parse a full directory listing that has
7421 been returned by ange-ftp.
7422 (eshell-file-attributes): This beefed up version of
7423 `file-attributes' is only special if the user is currently in a
7424 remote directory, in which case it does a lot of work to find out
7425 what the real attributes of a file are, as they appear on the
7426 remote machine. This makes usage of remote directories (i.e.,
7427 ange-ftp pathnames) much more useful. You can now use Eshell as a
7428 full-fledged FTP client, with much more manipulation ability than
7429 most other clients.
7430
7431 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7432 variable, which means that Eshell's du should always be preferred
7433 in remote directories.
7434 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7435 just `file-attributes'.
7436 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7437 when reading remote directories. This is an Eshell-specific
7438 variable (not part of ange-ftp).
7439 (eshell/ln): Bind `ange-cache'.
7440 (eshell/du): Added some extra logic for determining when to use
7441 Eshell's du (which is slow), and when to use the external version
7442 (which may or may not exist).
7443
83c9cb8e
SM
7444 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7445 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7446 `get-buffer-process', since backgrounded processes don't count in
7447 the context of this function's logic.
7448
7449 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7450 `forward-char', so that null strings are parsed correctly.
7451
87730e84 74522000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7453
83c9cb8e
SM
7454 * eshell/em-pred.el (eshell-pred-file-type)
7455 (eshell-pred-file-links, eshell-pred-file-size):
7456 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7457
7458 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7459 that remote file globbing is more efficient.
7460
7461 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7462 gathering the files and attributes within a directory.
7463
7464 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7465 the command line is a special file (not a regular file, directory
7466 or symlink), always attempt to call the external version of cat.
7467
87730e84 74682000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7469
7470 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7471 Eshell-friendly version of find-tag.
7472
1c7e37a9
MB
74732000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7474
4836835a 7475 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7476 (image-file-name-regexps): Add autoload cookies.
7477
11a7f341
KH
74782000-10-13 Kenichi Handa <handa@etl.go.jp>
7479
7480 * international/mule-cmds.el (select-safe-coding-system): If FROM
7481 is string, show it in *Warning* buffer.
7482
8ddddcb0
EZ
74832000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7484
7485 * startup.el (normal-top-level): Use display-popup-menus-p instead
7486 of window-system.
7487 (command-line): Use display-graphic-p instead of window-system.
7488 (command-line-1): Use display-popup-menus-p and display-mouse-p
7489 instead of window-system.
7490
72200f89
SS
74912000-10-12 Sam Steingold <sds@gnu.org>
7492
7493 * tooltip.el (tooltip-use-echo-area): New user variable.
7494 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7495
8661c643
DL
74962000-10-12 Dave Love <fx@gnu.org>
7497
d0b40dc1
DL
7498 * recentf.el: Maintainer's checkdoc fixes.
7499
83c9cb8e
SM
7500 * startup.el (normal-top-level-add-subdirs-to-load-path):
7501 Use character class, not ASCII when matching file names.
a622451f
DL
7502 (fancy-splash-head): Add trailing slash to URL.
7503 (command-line): Don't require XPM support for toolbar.
7504
8661c643
DL
7505 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7506 (cperl-invalid-face): Revert last change.
7507 (cperl-init-faces): Quote cperl-invalid-face.
7508
ef2ed8ab
KH
75092000-10-12 Kenichi Handa <handa@etl.go.jp>
7510
7511 * startup.el (fancy-splash-text): Remove superfluous quote.
7512
b0da379e
GM
75132000-10-12 Gerd Moellmann <gerd@gnu.org>
7514
dbeb499b
GM
7515 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7516 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7517 (command-line-1): Don't use fancy-splash-pending-command.
7518 (fancy-splash-screens-1): Goto point-min after inserting text.
7519
d861718a
GM
7520 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7521
b0da379e
GM
7522 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7523 instead of shared-lisp-mode-map.
7524
4fb2ad98
MB
75252000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7526
1cb4393e
MB
7527 * faces.el (header-line): Change tty-variant to use underlining.
7528
4fb2ad98
MB
7529 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7530 (isearch-highlight): Restore lazy-isearch face properties at old
7531 position, and suppress them at new position.
7532 (isearch-dehighlight): Restore lazy-isearch face properties.
7533 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7534 over the real isearch overlay, but in that case, don't give it a
7535 face property. Use `push'.
7536
eb991b25
KH
75372000-10-12 Kenichi Handa <handa@etl.go.jp>
7538
7539 * man.el (Man-getpage-in-background): Fix previous change.
7540 Decode the process output only when we are in multibyte mode.
7541
a818c1c0
DL
75422000-10-11 Dave Love <fx@gnu.org>
7543
c990f53a
DL
7544 * info.el (Info-mode-menu): Fix some help.
7545 (info-tool-bar-map): Add entry for Info-last.
7546
a818c1c0
DL
7547 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7548 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7549 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7550 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7551 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7552 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7553 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7554 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7555 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7556 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7557 Reduce colour requirements to 25 overall. (Probably wants
7558 revisiting from the originals to reduce further.)
7559
c1b096cb
EZ
75602000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7561
7562 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7563 buffer-file-coding-system, instead of raw-text.
7564 (dehexlify-buffer): Bind coding-system-for-read to
7565 buffer-file-coding-system, instead of raw-text.
7566
5c8b7eaf
SS
75672000-10-11 Sam Steingold <sds@gnu.org>
7568
83c9cb8e 7569 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7570 `underline' - fixes the bug introduced on 2000-09-21.
7571
2cfbdb7a
DL
75722000-10-11 Dave Love <fx@gnu.org>
7573
83c9cb8e
SM
7574 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7575 Avoid compiler warnings.
2cfbdb7a
DL
7576 (scheme-mode): Doc fix.
7577 (scheme-font-lock-keywords-1): Match `define-syntax'.
7578
75792000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7580
7581 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7582 face specs as well as default ones. Only do anything if the
7583 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7584 (region): Make dark-background `region' face less in-your-face.
4b33f290 7585
690ec649
SS
75862000-10-10 Sam Steingold <sds@gnu.org>
7587
7588 * chistory.el, ielm.el, ledit.el:
7589 * progmodes/inf-lisp.el, progmodes/scheme.el:
7590 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7591
3b95d6bb
SM
75922000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7593
7594 * textmodes/texinfo.el: Update copyright and fix typo.
7595
7596 * desktop.el (desktop-modes-not-to-save): New var.
7597 (desktop-save-buffer-p): Use it.
a30eb617
DL
7598 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7599 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7600
76012000-10-10 Dave Love <fx@gnu.org>
7602
7603 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7604 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7605
7606 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7607 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7608 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7609 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7610 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7611 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7612 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7613 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7614 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7615 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7616 the .xpms; probably need retouching.
7617
76182000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7619
7620 * subr.el (add-to-list): Add optional argument APPEND.
7621 * battery.el (display-battery): Use `add-to-list'.
7622
76232000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7624
83c9cb8e
SM
7625 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7626 properties.
a30eb617
DL
7627 (zone, zone-when-idle, zone-leave-me-alone)
7628 (zone-pgm-whack-chars): Use new symbol properties.
7629
7630 * battery.el (display-battery): Doc spelling fix.
7631
7632 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7633 property.
7634
76352000-10-09 Dave Love <fx@gnu.org>
7636
7637 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7638 has been initialized before calling tool-bar-setup.
7639 (tool-bar-add-item-from-menu): Add autoload cookie.
7640
76412000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7642
7643 * menu-bar.el (send-mail-item-name): New function.
7644 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7645 of mail-user-agent in the menu. Don't display the "Send Mail"
7646 item if mail-user-agent is nil or its value is ignore.
7647 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7648 if read-mail-command is nil or its value is ignore.
7649
7650 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7651
76522000-10-09 Miles Bader <miles@gnu.org>
7653
7654 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7655 Correct image size.
7656 * toolbar/left_arrow.xpm: Correct image size.
7657
7658 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7659 will be done by the definition of `auto-compression-mode' if
7660 necessary. Move code to uninstall existing file-name handler
7661 before definition of `auto-compression-mode'.
7662
7663 * image-file.el (auto-image-file-mode): Move to the end of the
7664 file, because `define-minor-mode' actually calls the mode-function
7665 if the associated variable is non-nil, which requires that all
7666 needed functions be already defined.
7667
7668 * mouse.el (popup-menu): Balance parens.
7669
76702000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7671
7672 * mouse.el (popup-menu): Move the command call outside the loop
7673 so that popup-menu returns whatever the command returns.
7674
7675 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7676 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7677 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7678 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7679
7680 * vc.el (vc-version-diff): diff-switches can be a list.
7681 Use relative filenames for prettier output.
7682
7683 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7684 (vc-post-command-functions): Remove old-VC compatibility code.
7685
7686 * newcomment.el (comment-indent-default): Autoload.
7687
7688 * font-lock.el (font-lock-defaults): Make buffer-local.
7689 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7690 (font-lock-choose-keywords):
7691 Ignore LEVEL unless KEYWORDS is a list of syms.
7692 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7693 Don't wrap regexp-opt things in \(...\) unnecessarily.
7694
7695 * jit-lock.el: Don't require font-lock any more.
7696 (jit-lock-functions): Make buffer-local.
7697 (jit-lock-saved-fontify-buffer-function): Remove.
7698 (jit-lock-mode): Remove autoload cookie.
7699 Remove font-lock specific code.
7700 (jit-lock-unregister): Don't bother handling complex hooks any more.
7701 (jit-lock-refontify): New function.
7702 (jit-lock-fontify-buffer): Use it.
7703 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7704 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7705 Add optional args START and END.
7706 Never call font-lock-fontify-region directly.
7707 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7708
7709 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7710
77112000-10-08 Dave Love <fx@gnu.org>
7712
7713 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7714
7715 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7716
7717 * play/studly.el (studlify-region, studlify-word): Add autoload
7718 cookie.
7719
7720 * play/morse.el (morse-region, unmorse-region): Add autoload
7721 cookie.
7722
7723 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7724 concat.
7725
7726 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7727 insist on symbols starting with word syntax.
7728 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7729 (eval-defun-1): Doc fix.
7730 (indent-sexp): Use nconc to build up indent-stack.
7731
7732 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7733 Gnus with little use.
7734 (mail-setup-hook): Add mail-abbrevs-setup to options.
7735
7736 * recentf.el: Doc fixes.
7737
7738 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7739 Clean up remainder.
7740
7741 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7742 without timezone and (8) with timezone to enforce some whitespace.
7743 Simplify code somewhat.
7744
7745 * options.el (list-options): Doc that you should use customize.
7746
7747 * iswitchb.el (iswitchb-mode): Add :require.
7748
7749 * info.el (Info-goto-node, Info-menu): Doc fix.
7750 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7751 (info-tool-bar-map): New variable.
7752 (Info-mode): Use it.
7753 (Info-edit-map): Define all in defvar.
7754 (speedbar-attached-frame): Avoid compiler warning.
7755
7756 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7757 (global-map): Bind [tool-bar] to a filtered map.
7758 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7759 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7760 Allow PBM icons.
7761 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7762
7763 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7764 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7765 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7766 icons, except up_arrow, which is left-arrow rotated.
7767
7768 * imenu.el (imenu-add-to-menubar): Fix last change.
7769
77702000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7771
7772 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7773 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7774
77752000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7776
7777 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7778 typos in doc strings.
7779
7780 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7781 the doc strings how to customize Font Lock faces.
7782
7783 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7784 computing growth when dragging the header line.
7785
77862000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7787
7788 * simple.el (kill-line): Doc fix.
7789
77902000-10-08 Miles Bader <miles@gnu.org>
7791
7792 * faces.el (secondary-selection): Make foreground visible on tty.
7793
7794 * jka-compr.el (auto-compression-mode): Move to the end of the
7795 file, because `define-minor-mode' actually calls the mode-function
7796 if the associated variable is non-nil, which requires that all
7797 needed functions be already defined.
7798 (with-auto-compression-mode): Add autoload cookie.
7799
78002000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7801
7802 * files.el (find-backup-file-name) [ms-dos]: If support for long
7803 file names is not available, behave as if version-control were set
7804 to never.
7805
78062000-10-07 Dave Love <fx@gnu.org>
7807
7808 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7809 (browse-url-gnome-moz): New function.
7810 (browse-url-browser-function): Use it.
7811 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7812
78132000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7814
7815 * indent.el (tab-always-indent): New var.
7816 (indent-for-tab-command): Use it.
7817
7818 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7819 raise an error. This way it can still default to a sane value.
7820
78212000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7822
7823 * startup.el (fancy-splash-screens): Use local rather than global map.
7824 Don't use `update-menu-bindings' any more.
7825 Get rid of assumptions about keymap representation.
7826
78272000-10-06 Dave Love <fx@gnu.org>
7828
7829 * textmodes/fill.el (sentence-end-double-space)
7830 (sentence-end-without-period): Doc fix.
7831 (adaptive-fill-regexp): Purecopy.
7832 (unjustify-current-line): Use line-end-position.
7833 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7834
7835 * net/eudc-vars.el (eudc): Add :version, :link.
7836
7837 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7838
7839 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7840 Fix for define-minor-mode.
7841 (function-at-point): Alias to function-called-at-point.
7842
7843 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7844
7845 * simple.el (backward-word): Doc fix.
7846
7847 * image-file.el (image-file-name-regexp): image-file-regexps ->
7848 image-file-name-regexps.
7849 (image-file-name-extensions): Add pbm.
7850
78512000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7852
7853 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7854 and add filename to the names so that diff-mode can jump to source.
7855
7856 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7857 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7858 (tex-font-lock-keywords-1): Remove.
7859 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7860 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7861 (font-lock-default-fontify-region):
7862 Expand beg..end correctly when just following a multiline region.
7863 (font-lock-fontify-anchored-keywords):
7864 Include the anchor text as part of the multiline.
7865
78662000-10-06 Gerd Moellmann <gerd@gnu.org>
7867
7868 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7869 latter needs the autoloaded define-minor-mode macro during the
7870 bootstrap.
7871
7872 * startup.el (command-line): For now, activate tool-bar-mode only
7873 if XPM images are supported.
7874
7875 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7876 window by dragging a header-line at the top of the frame; that's
7877 confusing because the header-line doesn't move.
7878 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7879 of treating the event as a list. Some cleanup.
7880
78812000-10-06 Miles Bader <miles@gnu.org>
7882
7883 * simple.el (display-message-or-buffer): New function.
7884 (shell-command-on-region): Use `display-message-or-buffer'.
7885
7886 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7887 docstring parts.
7888
7889 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7890 (smbclient-prompt-regexp): Add usage note to doc string.
7891 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7892 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7893 Use add-hook for adding the comint filter function, and only do so
7894 if it's not already in the global hook list.
7895 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7896 to `make-local-variable'.
7897 (nslookup-font-lock-keywords): Remove prompt entry.
7898 (nslookup): Don't set the process-filter.
7899 (finger): Exit the loop correctly when the regexps list runs out.
7900 (ftp, smbclient, smbclient-list-shares):
7901 Set the real major mode immediately, not after execing.
7902 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7903
7904 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7905
79062000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7907
7908 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7909
7910 * which-func.el (which-func-format): Remove spurious space.
7911 (which-func-mode): Don't make it permanent-local.
7912 (which-func-ff-hook): Allow which-func-maxout to be nil.
7913 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7914 (which-func-mode): Simplify.
7915 Use post-command-idle-hook rather than post-command-hook.
7916 Go through all buffers and update their state.
7917 (which-function): Also try add-log-current-defun-function.
7918
7919 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7920 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7921 Update call to with-vc-properties accordingly.
7922 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7923 (vc-revert-buffer): More careful about window selection and deletion.
7924 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7925
7926 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7927 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7928 (cvs-dired-action): Change the default to quickdir.
7929
7930 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7931 if comment-indent-function returns nil.
7932 (comment-indent-default): New function.
7933 (comment-indent-function): Use it and document the new semantics.
7934
7935 * image-file.el: Docstring fixes.
7936
7937 * help.el (help-xref-on-pp): Use match-string.
7938 (describe-variable): New arg BUFFER.
7939 Store the current buffer in the help-xref-stack.
7940 (temp-buffer-resize-mode): Use define-minor-mode.
7941
7942 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7943 consistently with its docstring.
7944 Set jit-lock-first-unfontify-pos in an idempotent way.
7945 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7946
79472000-10-05 Alex Schroeder <alex@gnu.org>
7948
7949 * sql.el (sql-mysql-options): New variable.
7950 (sql-mysql): Use it.
7951
79522000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7953
7954 * image.el (image): New group.
7955
7956 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7957 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7958
79592000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7960
7961 * net/net-utils.el (nslookup-font-lock-keywords)
7962 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7963 Ignore the value of wqindow-system; always define keywords
7964
79652000-10-05 Kenichi Handa <handa@etl.go.jp>
7966
7967 * startup.el (fancy-splash-screens): Remove the code for
7968 debugging; `(trace-to-stderr "EXITTT\n")'.
7969
79702000-10-05 Miles Bader <miles@gnu.org>
7971
7972 * diff-mode.el (diff-goto-source): Update call to
7973 `diff-hunk-status-msg' to reflect new REV variable.
7974
79752000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7976
7977 * progmodes/icon.el (icon-mode):
7978 Don't gratuitously override the default for comment-column.
7979
7980 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7981
7982 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7983 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7984 (jit-lock-functions): New var.
7985 (jit-lock-function-1): Use it if non-nil.
7986 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
7987 Set the `fontified' property before doing the fontification to avoid
7988 repeatedly going through the same error.
7989 Don't turn errors into messages.
7990 (jit-lock-register, jit-lock-unregister): New functions.
7991
7992 * dired.el (dired-mark-pop-up): Turn comment into docstring.
7993 Use with-current-buffer.
7994
7995 * dired-aux.el (dired-do-create-files, dired-kill-tree):
7996 Turn comment into docstring.
7997
7998 * apropos.el (apropos-mode): Use define-derived-mode.
7999
80002000-10-04 Gerd Moellmann <gerd@gnu.org>
8001
8002 * startup.el (fancy-splash-pending-command): New variable.
8003 (fancy-splash-pre-command): New function.
8004 (fancy-splash-screens): Rewritten.
8005 (command-line-1): If fancy-splash-pending-command is set, call it
8006 interactively.
8007
80082000-10-04 Dave Love <fx@gnu.org>
8009
8010 * toolbar/tool-bar.el (tool-bar-setup): New function.
8011 (tool-bar-mode): Use it.
8012
8013 * subr.el (substitute-key-definition): Doc fix.
8014 (play-sound-file): New command.
8015
80162000-10-04 Andre Spiegel <spiegel@gnu.org>
8017
8018 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8019 vc-version-backup-file-name): New functions.
8020
8021 * files.el (basic-save-buffer): Call vc-before-save before saving.
8022
8023 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8024 vc-cvs-stay-local-p.
8025
8026 * vc.el (vc-revert-buffer): Handle empty diff properly.
8027 (vc-version-backup-file): New function.
8028 (vc-checkout): Create a version backup if necessary.
8029 (vc-checkin): If a version backup file exists, delete it.
8030 (vc-version-diff): Diff locally using version backups, if available.
8031 (vc-revert-file): If there's a version backup, revert locally.
8032 (vc-transfer-file): Use version backup for base version, if
8033 available. If not, ask for confirmation whether to get it from the
8034 server. Update mode line before check-in.
8035
80362000-10-04 Dave Love <fx@gnu.org>
8037
8038 * toolbar/tool-bar.el (tool-bar-setup): New function.
8039 (tool-bar-mode): Use it.
8040
80412000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8042
8043 * net/net-utils.el (nslookup-font-lock-keywords)
8044 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8045 Only set if window-system is non-nil
8046 (net-utils-run-program): Returns buffer.
8047 (network-connection-reconnect): Added this function.
8048
8049 * generic.el:
8050 Incorporates extensive cleanup and docfixes by
8051 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8052 Uses cl compile-time macros.
8053 (generic-mode-name, generic-comment-list)
8054 (generic-keywords-list, generic-font-lock-expressions)
8055 (generic-mode-function-list, generic-mode-syntax-table):
8056 Removed variables.
8057 (generic-mode-alist): Renamed to generic-mode-list.
8058 (generic-find-file-regexp): Default changed to "^#".
8059 (generic-read-type): Uses completing read on generic-mode-list.
8060 (generic-mode-sanity-check): removed this function.
8061 (generic-add-to-auto-mode): Removed this function
8062 (generic-mode-internal): Bind mode-specific definitions
8063 into function instead of putting them in alist.
8064 (generic-mode-set-comments): Reworked extensively.
8065 (generic-mode-find-file-hook): Simplified regexp searching
8066 (generic-make-keywords-list): Omit extra pair of parens
8067
8068 * find-lisp.el (find-lisp-find-files-internal):
8069 Make sure directory name ends with "/".
8070
8071 * generic-x.el (apache-conf-generic-mode):
8072 Regexp now allows leading whitespace.
8073 (rc-generic-mode): Added eval-when-compile
8074 around generic-make-keywords-list.
8075 Deleted duplicate regexp
8076 (rul-generic-mode): Added eval-when-compile
8077 around generic-make-keywords-list.
8078 (etc-fstab-generic-mode): New generic mode.
8079 (rul-generic-mode): Removed one eval-when-compile
8080 which caused a max-specpdl-size exceeded error.
8081
80822000-10-04 Miles Bader <miles@gnu.org>
8083
8084 * simple.el (minibuffer-temporary-goal-position): New variable.
8085 (next-history-element): Try to keep the position of point in the
8086 input string constant.
8087
8088 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8089 (dired-do-create-files): If there's only one file, pass it in as
8090 the DEFAULT arg to dired-mark-read-file-name.
8091
80922000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8093
8094 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8095 (diff-goto-source): Be smarter when choosing REVERSE or not.
8096
8097 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8098 (texinfo-mode-menu): Add an explicit shortcut for update all.
8099
81002000-10-03 Andre Spiegel <spiegel@gnu.org>
8101
8102 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8103 factorize backend-specific code cleanly (this was essentially
8104 conceived by Stefan Monnier).
8105 (vc-unregister): Function removed.
8106 (vc-revert-file): New function.
8107 (vc-revert-buffer): Delegate some of the work to it.
8108
8109 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8110 default branch unconditionally.
8111 (vc-rcs-set-default-branch): New function.
8112 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8113 (vc-rcs-checkin): If an appropriate default branch has been set,
8114 force creation of that branch.
8115 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8116 code (as suggested by Stefan Monnier).
8117
81182000-10-02 Gerd Moellmann <gerd@gnu.org>
8119
8120 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8121 highlighting overlay with a different face over the overlay
8122 isearch uses to highlight the current match because that can lead
8123 to bad face combinations.
8124
8125 * loadup.el (toplevel): Load faces before isearch.
8126
8127 * isearch.el (isearch-faces): New custom group.
8128 (isearch): New defface; was already tested for in the code.
8129 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8130 (isearch-highlight): Always use face `isearch'.
8131
81322000-10-02 Dave Love <fx@gnu.org>
8133
8134 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8135 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8136 comparison of opcode with operand.
8137
81382000-10-03 Miles Bader <miles@gnu.org>
8139
8140 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8141 buffer, since the echo area will now grow to accommodate them.
8142
81432000-10-02 Andre Spiegel <spiegel@gnu.org>
8144
8145 * vc-hooks.el (vc-registered): If FILE used to be registered under
8146 a certain backend, try that one first.
8147
8148 * vc.el (vc-responsible-backend): Undo the previous change in the
8149 argument list. Handle multiple backends correctly.
8150 (vc-find-new-backend): Function removed.
8151 (vc-register): Use vc-responsible-backend, as before.
8152 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8153
81542000-10-02 Gerd Moellmann <gerd@gnu.org>
8155
8156 * startup.el (fancy-splash-head): Change message below the
8157 logo.
8158
81592000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8160
8161 * diff-mode.el (diff-goto-source): Emit a status message.
8162 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8163 (diff-test-hunk): Fix doc string.
8164 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8165 (diff-advance-after-apply-hunk): New variable.
8166 (diff-apply-hunk): Don't return a value.
8167
81682000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8169
8170 * vc.el (vc-editable-p): Minor optimization.
8171 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8172 (vc-find-new-backend): New function split from vc-responsible-backend.
8173 (vc-register): Use it.
8174 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8175 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8176 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8177 (vc-clear-headers): Don't use find-file.
8178 (vc-revert-buffer): Use `and' again (must have been a braino).
8179 (vc-switch-backend): Only prompt if requested.
8180 Short circuit if nothing is to be done.
8181 Don't use vc-resynch-buffer which could lose unsaved editing.
8182 (vc-default-receive-file): Update call to vc-unregister.
8183 (with-vc-file, vc-next-action-on-file):
8184 Use vc-backend rather than vc-registered.
8185 (vc-next-action-on-file): Use intern-soft.
8186 Deal with read-only *vc-diff* buffer.
8187 (vc-transfer-file): Docstring fix.
8188
8189 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8190 (vc-rcs-receive-file): Avoid with-vc-properties.
8191 Update call to vc-unregister.
8192 Use constant `RCS' rather than (dynamically bound) var `backend'.
8193
81942000-10-01 Andre Spiegel <spiegel@gnu.org>
8195
8196 * vc.el (vc-next-action-on-file): Update mode line only if file
8197 is visited.
8198 (vc-start-entry): New argument initial-contents. Don't visit the file
8199 if it isn't already visited. Brought documentation up-to-date.
8200 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8201 (vc-checkin): New optional arg initial-contents, which is passed to
8202 vc-start-entry.
8203 (vc-finish-logentry): Make sure to bury log buffer only if there
8204 really is one. Call `vc-resynch-buffer' on log-file, not
8205 buffer-file-name.
8206 (vc-default-comment-history, vc-default-wash-log): New functions.
8207 (vc-index-of): Removed.
8208 (vc-transfer-file): Make do without the above.
8209 (vc-default-receive-file): Call comment-history unconditionally. Pass
8210 the resulting string to vc-checkin, instead of inserting it into the
8211 comment ring.
8212
8213 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8214 unconditionally. Use the comments as initial contents of the log
8215 entry buffer. Document the trick to force branch creation with no
8216 changes.
8217
82182000-10-01 Miles Bader <miles@gnu.org>
8219
8220 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8221 `recenter' with an arg to prevent redrawing the display.
8222
82232000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8224
8225 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8226
8227 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8228
8229 * progmodes/c-mode.el (c-mode):
8230 Don't gratuitously override the default for comment-column.
8231
8232 * textmodes/tex-mode.el (latex-metasection-list): New var.
8233 (latex-imenu-create-index): Use it.
8234 Move the regexp construction outside loops (and use push).
8235 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8236 (tex-font-lock-keywords): Moved from font-lock.el.
8237 (tex-comment-indent): Remove.
8238 (tex-common-initialization): Don't set comment-indent-function.
8239 (latex-block-default): New var.
8240 (tex-latex-block): Use it to provide a default choice.
8241 Add any unknown choice to latex-block-names.
8242 Insert [...] after {...}.
8243 (tex-last-unended-begin): Simplify regexp.
8244 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8245 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8246 (latex-mode): Set forward-sexp-function.
8247
8248 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8249 Add regexp for @ignore ... @end ignore.
8250 (texinfo-heading-face): New face.
8251 (texinfo-font-lock-keywords): Use it.
8252 (texinfo-mode-menu): New menu.
8253 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8254 New functions.
8255 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8256 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8257 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8258 Remove declaration.
8259 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8260
8261 * delsel.el (delete-selection-mode): Use define-minor-mode.
8262
8263 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8264
82652000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8266
8267 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8268
82692000-09-30 Gerd Moellmann <gerd@gnu.org>
8270
8271 * replace.el (keep-lines-read-args): New function.
8272 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8273 read arguments interactively. Add parameters RSTART and REND.
8274 Operate on the active region in Transient Mark mode.
8275
8276 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8277
8278 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8279 (authors-obsolete-files-regexps): New variable.
8280 (authors-add): Don't record changes in obsolete files.
8281
82822000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8283
8284 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8285
8286 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8287 (comment-indent): Make sure there's a space between code and comment.
8288 Shift comments left to avoid going past fill-column.
8289
82902000-09-29 Gerd Moellmann <gerd@gnu.org>
8291
8292 * startup.el (startup-echo-area-message): New function.
8293 (display-startup-echo-area-message): Use it.
8294 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8295 (fancy-splash-default-action): New function.
8296 (fancy-splash-screens-1): New function.
8297 (fancy-splash-head): Put a help-echo and a keymap under the image.
8298
82992000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8300
8301 * diff-mode.el (diff-add-log-file-name): Remove.
8302 (diff-mode): Use add-log-buffer-file-name-function.
8303
8304 * add-log.el (find-change-log): New arg BUFFER-FILE.
8305 (add-log-file-name): Obey add-log-file-name-function.
8306 (add-log-buffer-file-name-function): New var.
8307 (add-change-log-entry): Use it.
8308
83092000-09-29 Miles Bader <miles@gnu.org>
8310
8311 * image-file.el (image-file-name-extensions): New variable.
8312 (image-file-name-regexps): Renamed from `image-file-regexps'.
8313 New default value is nil. Call `auto-image-file-mode'.
8314 (image-file-name-regexp): New function.
8315 (auto-image-file-mode): New minor mode.
8316 (insert-image-file): Don't make conditional on the image-file
8317 handler being enabled.
8318 (image-file-handler): Make the call here conditional instead.
8319 (set-image-file-handler-enabled, enable-image-file-handler)
8320 (disable-image-file-handler): Functions removed.
8321
8322 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8323 string.
8324
83252000-09-29 Gerd Moellmann <gerd@gnu.org>
8326
8327 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8328 it's a function from CL.
8329 (latex-imenu-create-index): Replace eval-when-compile with progn
8330 because latex-section-alist is not bound while compiling.
8331
83322000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8333
8334 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8335 (outline-mode): Use define-derived-mode.
8336
8337 * progmodes/perl-mode.el (perl-mode):
8338 * progmodes/awk-mode.el (awk-mode):
8339 * progmodes/asm-mode.el (asm-mode):
8340 Don't gratuitously override the default for comment-column.
8341
8342 * emacs-lisp/lisp.el (lisp-complete-symbol):
8343 Distinguish the let-binding case from the funcall case.
8344 (forward-sexp-function): New variable.
8345 (forward-sexp): Use it.
8346
8347 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8348 (easy-mmode-defmap): Remove the now useless autoload.
8349
8350 * time.el (display-time-mode): Use define-minor-mode.
8351
8352 * subr.el (add-minor-mode): Don't eval NAME.
8353 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8354 Use if rather than cond.
8355
8356 * simple.el (read-expression-map): Define more properly.
8357 (comment-indent-hook): Remove.
8358 (string-to-syntax): Bug fix.
8359
8360 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8361 (cvs-ediff-diff): Fix typo.
8362 (cvs-revert-if-needed): Don't bother preserving read-only.
8363
8364 * paren.el (show-paren-mode): Use define-minor-mode.
8365
8366 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8367 (toggle-auto-compression): Remove.
8368 (jka-compr-build-file-regexp): Remove useless grouping.
8369
8370 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8371 Avoid user-reserved bindings.
8372 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8373 (diff-header-face): Revert to grey85.
8374
8375 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8376
8377 * complete.el (partial-completion-mode) <defcustom>: Remove.
8378 (partial-completion-mode): Use define-minor-mode.
8379 (PC-do-completion): Understand `completion-auto-help = delay'
8380 to mean to popup the completion buffer only the second time.
8381 (PC-include-file-all-completions, PC-include-file-all-completions)
8382 (PC-include-file-all-completions): Don't quote lambda.
8383
8384 * comint.el (comint-mode-hook): Docstring fix.
8385 (comint-mode): Use define-derived-mode.
8386 (comint-mode-map): Remove obsolete comment.
8387 (make-comint): Minor stylistic change.
8388 (comint-insert-clicked-input): Be more careful to find the overlay.
8389 Use this-command-keys rather than hardcoding mouse-2.
8390
8391 * font-lock.el: Replace confusing (,@ with ,
8392 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8393 Don't use regexp-opt-depth. Spice up the regexp for args.
8394 Don't distinguish between cmds that can take an opt arg or not.
8395 Use `append' and `prepend' rather than `keep'.
8396
8397 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8398 (latex-outline-regexp): New var.
8399 (latex-outline-level): New fun.
8400 (latex-section-alist): New var.
8401 (latex-imenu-create-index): Use it. Use `push' as well.
8402 (tex-shell-map): Initialize it properly.
8403 (tex-mode): Minor stylistic change.
8404 (plain-tex-mode): Use define-derived-mode.
8405 (latex-mode): Use define-derived-mode.
8406 Construct the paragraph regexps in a more readable way.
8407 Set the buffer-local outline-{level,regexp} vars.
8408 (slitex-mode): Derive from latex-mode.
8409 (tex-common-initialization): Don't kill-all-vars anymore.
8410 Add setting for comment-add and font-lock-defaults.
8411 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8412 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8413 (tex-start-tex): New arg DIR (and send a chdir command for it).
8414 Also display the shell buffer and save it in tex-last-buffer-texed.
8415 (tex-region): Use expand-file-name rather than concat.
8416 Remove code made useless by changes in tex-start-tex.
8417 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8418
8419 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8420
84212000-09-28 Dave Love <fx@gnu.org>
8422
8423 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8424
84252000-09-28 Gerd Moellmann <gerd@gnu.org>
8426
8427 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8428 `append'.
8429
84302000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8431
8432 * info.el (Info-extract-pointer): Undo last change.
8433 Instead, fix the position of the `bound' arg to re-search-backward.
8434
84352000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * info.el (Info-extract-pointer):
8438 Widen more carefully, to avoid finding pointers in other nodes.
8439 (Info-index): Use push.
8440
84412000-09-27 Gerd Moellmann <gerd@gnu.org>
8442
8443 * frame.el (set-frame-font): Remove call to obsolete function
8444 frame-update-faces.
8445 (set-foreground-color, set-background-color): Likewise for
8446 frame-update-face-colors.
8447
84482000-09-27 Miles Bader <miles@gnu.org>
8449
8450 * image-file.el: New file.
8451
84522000-09-27 Gerd Moellmann <gerd@gnu.org>
8453
8454 * frame.el (frame-notice-user-settings): Don't call
8455 frame-update-faces, which is a no-op now.
8456
8457 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8458 tool-bar-lines.
8459
84602000-09-27 Dave Love <fx@gnu.org>
8461
8462 * mouse.el: Fix last change.
8463
84642000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8465
8466 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8467
84682000-09-22 Kenichi Handa <handa@etl.go.jp>
8469
8470 * international/quail.el (quail-help): The output message is
8471 improved.
8472
84732000-09-26 Dave Love <fx@gnu.org>
8474
8475 * mouse.el (popup-menu): If POSITION is nil, set it using
8476 mouse-position.
8477
84782000-09-25 Sam Steingold <sds@gnu.org>
8479
8480 * net/browse-url.el (browse-url-file-url): Check for null maps.
8481
84822000-09-26 Gerd Moellmann <gerd@gnu.org>
8483
8484 * frame.el (frame-notice-user-settings): Don't add a
8485 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8486
8487 * frame.el (frame-notice-user-settings):
8488 Make tool-bar-mode and default-frame-alist consistent.
8489
8490 * toolbar/tool-bar.el (tool-bar-help): New function.
8491
84922000-09-25 Gerd Moellmann <gerd@gnu.org>
8493
8494 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8495 current-load-list in top-level forms. Else this leaks a cons cell
8496 every time a defun is called.
8497
8498 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8499
85002000-09-25 Dave Love <fx@gnu.org>
8501
8502 * startup.el (fancy-splash-head): Check XPM is available.
8503
8504 * autoinsert.el (auto-insert): Doc fix.
8505 (auto-insert-alist): Following GNU notices, don't say `copyright
8506 _by_'. Use line-beginning-position.
8507 (auto-insert): Check buffer-file-name is non-nil before use.
8508
85092000-09-25 Gerd Moellmann <gerd@gnu.org>
8510
8511 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8512 starting with `@def' or `@multitable', in addition to ones
8513 specified by the user in auto-fill-inhibit-regexp.
8514
85152000-09-25 Markus Rost <rost@math.ohio-state.edu>
8516
8517 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8518 rmail-dont-reply-to-names matches the empty string.
8519
85202000-09-25 Gerd Moellmann <gerd@gnu.org>
8521
8522 * startup.el (command-line-1, fancy-splash-text): Change the
8523 text to sound more friendly.
8524
85252000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8526
8527 * progmodes/hideshow.el: Update author email address.
8528 Generally, sync w/ maintainer version 5.22.
8529 (hs-hide-all-non-comment-function): New var.
8530 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8531 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8532 (hs-show-region): Delete this command.
8533 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8534
85352000-09-22 Dave Love <fx@gnu.org>
8536
8537 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8538 (hl-line-highlight): Specify buffer when moving overlay.
8539
8540 * progmodes/fortran.el (fortran-mode): Locally set
8541 normal-auto-fill-function.
8542 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8543 (fortran-mode-map): Adjust auto-fill menu entry.
8544
85452000-09-22 Gerd Moellmann <gerd@gnu.org>
8546
8547 * vc-rcs.el (toplevel): Require `vc' when compiling.
8548
8549 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8550
85512000-09-22 Andre Spiegel <spiegel@gnu.org>
8552
8553 * vc.el (vc-switch-backend): Signal an error if the file is not
8554 registered under the new backend.
8555
8556 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8557 without explicit revision number.
8558
85592000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8560
8561 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8562 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8563 (diff-xor): New function.
8564 (diff-find-source-location): Use it. Fix a stupid name clash.
8565 (diff-hunk-status-msg): New function.
8566 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8567 (diff-test-hunk): Use diff-find-source-location.
8568 (diff-goto-source): Favor the `reverse'.
8569 (diff-hunk-text): Properly handle one-sided context diffs.
8570 (diff-apply-hunk): When done, advance to the next hunk.
8571
85722000-09-21 Gerd Moellmann <gerd@gnu.org>
8573
8574 * startup.el (command-line): If frame was created with a non-zero
8575 tool-bar-lines parameter, switch tool-bar-mode on.
8576
8577 * add-log.el (change-log-date-face, change-log-name-face)
8578 (change-log-email-face, change-log-file-face)
8579 (change-log-list-face, change-log-conditionals-face)
8580 (change-log-function-face, change-log-acknowledgement-face):
8581 New faces, inheriting from font-lock faces.
8582 (change-log-font-lock-keywords): Use them.
8583
85842000-09-21 Dave Love <fx@gnu.org>
8585
8586 * progmodes/cperl-mode.el (top-level): Clean up
8587 `eval-when-compile's and assorted defvars.
8588 (cperl-invalid-face): Don't double-quote value. Change custom
8589 type.
8590 (cperl-mode): Set normal-auto-fill-function and don't zap
8591 auto-fill-function.
8592 (cperl-imenu--function-name-regexp-perl): Renamed from
8593 imenu-example--function-name-regexp-perl.
8594 (cperl-imenu--create-perl-index): Renamed from
8595 imenu-example--create-perl-index.
8596 (cperl-xsub-scan): Don't require cl.
8597
8598 * msb.el (msb-mode-map): Use substitute-key-definition.
8599 (msb-mode): Use msb-mode-map.
8600
86012000-09-21 Andre Spiegel <spiegel@gnu.org>
8602
8603 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8604 New functions.
8605 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8606 (vc-switch-backend): New function.
8607 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8608 (vc-register): Fix prompt.
8609 (vc-unregister, vc-default-unregister): New functions.
8610 (vc-version-diff): Handle empty buffer in sentinel.
8611
8612 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8613 (vc-rcs-state-heuristic): Use it to guess the state of files with
8614 non-strict locking.
8615 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8616 been set with -b, but not created yet.
8617 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8618 contents in order to find the state.
8619 (vc-rcs-checkin): Allow creation of branches with no changes.
8620 (vc-rcs-unregister, vc-rcs-receive-file)
8621 (vc-rcs-set-non-strict-locking): New functions.
8622
8623 * vc-hooks.el (vc-name): Force correct computation of the value
8624 in case it is missing.
8625
86262000-09-21 Gerd Moellmann <gerd@gnu.org>
8627
8628 * startup.el (fancy-splash-tail): Use a different foreground
8629 color on a dark frame background.
8630
86312000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8632
8633 * info.el: Use the correct capitalization when making Info-mode
8634 and Info-edit-mode `special' modes.
8635
86362000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8637
8638 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8639 (diff-mode): Add support for add-log.el.
8640 (diff-hunk-text): Use char offsets rather than line offsets.
8641 (diff-find-source-location): Replace LINE with line-offset (nil
8642 if not found) and always set POS to a meaningful position.
8643 Adapt to the new char-offsets.
8644 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8645 Adapt to the new diff-find-source-location.
8646 (diff-goto-source): Adapt to the new diff-find-source-location.
8647
8648 * add-log.el (add-log-file-name): New function (split out of
8649 add-change-log-entry).
8650 (add-change-log-entry): Use it.
8651 Call add-log-file-name-function with the changelog file name if
8652 the current buffer is not associated with any file.
8653 Avoid find-file if the selected window is dedicated.
8654
8655 * diff-mode.el (diff-find-source-location):
8656 Move code from diff-apply-hunk. Return buffer rather than file.
8657 (diff-apply-hunk): Use the new result from diff-find-source-location.
8658 (diff-goto-source): Use the new diff-find-source-location.
8659
86602000-09-20 Dave Love <fx@gnu.org>
8661
8662 * iswitchb.el: Some doc fixes.
8663 (iswitchb-mode-map): Define completely initially. Inherit
8664 minibuffer-local-map.
8665 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8666 fundamental-mode.
8667 (iswitchb-global-map): New variable.
8668 (iswitchb-summaries-to-end): Amalgamate regexps.
8669 (iswitchb-mode): New.
8670 (iswitchb-mode-hook): New variable.
8671 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8672 `extensions'.
8673
86742000-09-20 Gerd Moellmann <gerd@gnu.org>
8675
8676 * ehelp.el (electric-help): New defgroup.
8677 (electric-help-shrink-window): New user-option.
8678 (with-electric-help): Use it.
8679
8680 * window.el (shrink-window-if-larger-than-buffer): If face
8681 `mode-line' has a :box, and we're on a graphical frame, add 1
8682 to the needed window height.
8683
8684 * frame.el (frame-notice-user-settings): Add a last parameter nil
8685 to a call to `append', because the last list passed to `append' is
8686 not copied, and so subsequent calls to assq-delete-all will modify
8687 default-frame-alist.
8688
8689 * startup.el (fancy-splash-image): Change :type.
8690 (fancy-splash-head): Use an XBM image if appropriate.
8691 (command-line-1): Show splash screens in more cases.
8692
8693 * startup.el (fancy-splash-text): Don't quote faces.
8694
8695 * dired.el (dired-font-lock-keywords): Undo last change.
8696 (dired-readin): Bind indent-tabs-mode to nil.
8697
8698 * startup.el (fancy-splash-head): If frame's background mode
8699 is `dark', change the black background of the image to gray.
8700 (fancy-splash-screens): Display startup echo area message.
8701 (display-startup-echo-area-message): New function.
8702
87032000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8704
8705 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8706
8707 * info.el (info-header-node): Tweak for color ttys.
8708
8709 * faces.el (face-valid-attribute-values): Make sure directories we
8710 search for stipples both exist and are readable before trying to
8711 search them.
8712
8713 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8714 in the dry-run case.
8715
8716 * jka-compr.el (with-auto-compression-mode): New macro.
8717
8718 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8719 (custom-group-tag-face, custom-variable-tag-face): Use relative
8720 :height and inherit from `variable-pitch' face instead of
8721 hardwiring :family.
8722 * hi-lock.el (hi-black-hb): Likewise.
8723
8724 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8725 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8726 toolbar-add-item, if image doesn't have a mask add a `:mask
8727 heuristic'.
8728
87292000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8730
8731 * diff-mode.el: Docstring fixes.
8732 (diff-header-face, diff-comment-face): New faces.
8733 (diff-font-lock-keywords): Highlight a bit differently.
8734 (diff-find-source-location): Don't return SPAN any more.
8735 (diff-hunk-text): Don't bother erasing the temp buffer.
8736 (diff-find-text): Drop argument LINE.
8737 (diff-apply-hunk): Update calls to diff-find-text.
8738 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8739
8740 * calendar/calendar.el: Docstring fixes.
8741 (calendar-make-alist): Don't quote lambda.
8742 (calendar-star-date): Use make-local-variable.
8743
87442000-09-19 Dave Love <fx@gnu.org>
8745
8746 * toolbar/tool-bar.el: Renamed from toolbar.el.
8747 Change `toolbar' to `tool-bar' generally in symbols.
8748 Make some items invisible in `special' major modes.
8749 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8750 Add arg PROPS.
8751
8752 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8753 Add :version here.
8754 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8755
87562000-09-19 Gerd Moellmann <gerd@gnu.org>
8757
8758 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8759
8760 * files.el (find-file-suppress-same-file-warnings): New user-option.
8761 (find-file-noselect): Use it.
8762
8763 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8764 (fancy-splash-screen): Defgroup.
8765
8766 * add-log.el (change-log-font-lock-keywords): Match names
8767 more exactly for the case that font-lock-constant-face is
8768 underlined.
8769
87702000-09-19 Richard M. Stallman <rms@gnu.org>
8771
8772 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8773
87742000-09-19 Andre Spiegel <spiegel@gnu.org>
8775
8776 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8777
87782000-09-19 Gerd Moellmann <gerd@gnu.org>
8779
8780 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8781 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8782 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8783 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8784 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8785 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8786 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8787 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8788 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8789 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8790 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8791 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8792
8793 * startup.el (fancy-splash-text): New variable.
8794 (fancy-splash-delay, fancy-splash-image): New user-options.
8795 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8796 (fancy-splash-screens): New functions.
8797 (command-line-1): If display has a `display' frame parameter, has
8798 colors, and we have XPM support, show more fancy splash screens.
8799
88002000-09-19 Dave Love <fx@gnu.org>
8801
8802 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8803 with null `help'. Use modern backquote syntax.
8804
88052000-09-19 Gerd Moellmann <gerd@gnu.org>
8806
8807 * font-lock.el (font-lock-mode): Change message telling the user
8808 that ``the buffer is too big''.
8809
8810 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8811 for instance for the case that tab-width is 2.
8812
88132000-09-18 Gerd Moellmann <gerd@gnu.org>
8814
8815 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8816 toolbar-add-item, if image doesn't have a mask add a `:mask
8817 heuristic'.
8818
88192000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8820
8821 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8822 and return a cons if it's non-nil.
8823 (diff-apply-hunk): Try to jump to the line in the source text
8824 corresponding to the position of point in the in the hunk.
8825
8826 * info.el (Info-title-3-face, Info-title-2-face)
8827 (Info-title-1-face): Use face inheritance and relative sizes
8828 instead of hard-wiring things.
8829
8830 * faces.el (secondary-selection): Make dark-background variant sane.
8831
88322000-09-16 Andrew Innes <andrewi@gnu.org>
8833
8834 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8835 read-only, since they aren't under VC now.
8836
88372000-09-17 Dave Love <fx@gnu.org>
8838
8839 * tmm.el: Replace mapcar with mapc in several places.
8840
8841 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8842 ad-unadvise.
8843
8844 * international/latin1-disp.el: New file.
8845
8846 * calendar/cal-move.el (scroll-calendar-left)
8847 (scroll-calendar-right): Make arg optional (for active mode line).
8848
8849 * calendar/calendar.el (calendar-mode-line-format): Make fields
8850 mouse-sensitive.
8851 (calendar-read-date, calendar-read-date, calendar-window-list):
8852 Unquote lambda.
8853 (calendar-month-name): Use aref, not sref.
8854
8855 * view.el (minor-mode-alist): Propertize the string.
8856
8857 * international/characters.el (standard-case-table): Add entries
8858 for Greek.
8859
88602000-09-18 Miles Bader <miles@gnu.org>
8861
8862 * info.el (info-node, info-xref): Add dark-background variants.
8863
8864 * faces.el (header-line): Change defaults to be less confusing
8865 when mixed with mode-lines.
8866
8867 * info.el (Info-fontify-node): Make a few cleanups.
8868 Add extra `help-echo' and `local-map' props to node xrefs.
8869 Use header-specific faces for node-names & xrefs.
8870 (Info-use-header-line): New variable.
8871 (info-header-xref, info-header-node): New faces.
8872 (Info-setup-header-line): New function.
8873 (Info-select-node): Call Info-setup-header-line when enabled.
8874 (Info-extract-pointer): Work even if the header line is hidden.
8875 (Info-header-line): New variable.
8876
88772000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8878
8879 * vms-patch.el (print-region-function): Don't quote lambda.
8880
8881 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8882
8883 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8884 (lm-get-header-re): Allow spaces between the header and the colon.
8885 (lm-header): Allow $ in non-RCS headers.
8886 (lm-header-multiline): Put the strings back into order.
8887 Stop at an empty line. Don't require two space chars if the
8888 line is clearly not another header line.
8889
8890 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8891 (popup-menu-popup): Remove.
8892
88932000-09-15 Gerd Moellmann <gerd@gnu.org>
8894
8895 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8896 specification if or if not tool-bar item contains an `:enabled'
8897 property.
8898
8899 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8900 current buffer has no file name.
8901
89022000-09-15 Dave Love <fx@gnu.org>
8903
8904 * strokes.el: Sync with maintainer's current version with changes
8905 for Emacs, but avoid runtime cl and levents.
8906 (toplevel): Change autoloads and compilation requires.
8907 (strokes-version, strokes-bug-address, strokes-lift): Values
8908 changed.
8909 (strokes-xpm-header, strokes-insinuated): New variable.
8910 (strokes): Add :link.
8911 (strokes-mode): Customized.
8912 (strokes-while-inhibiting-garbage-collector): New macro.
8913 (strokes-remassoc): Avoid remove-if.
8914 (strokes-fix-button2-command): Don't use ad-do-it.
8915 (strokes-insinuate): New function.
8916 (strokes-button-press-event-p, strokes-button-release-event-p):
8917 New functions, used instead of non-`strokes-' versions..
8918 (strokes-mouse-event-p): Rewritten.
8919 (strokes-event-closest-point): Avoid event-point.
8920 (strokes-get-grid-position): Avoid cdadr, caadr
8921 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8922 functions.
8923 (strokes-help): Use with-output-to-temp-buffer.
8924 (strokes-window-configuration-changed-p): New function.
8925 (strokes-update-window-configuration): Use buffer-live-p,
8926 strokes-window-configuration-changed-p.
8927 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8928 (strokes-char-face): New face.
8929 (strokes-char-table, strokes-base64-chars): New variable.
8930 (strokes-xpm-for-stroke, strokes-list-strokes)
8931 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8932 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8933 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8934 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8935 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8936 functions.
8937
89382000-09-15 Gerd Moellmann <gerd@gnu.org>
8939
8940 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8941
8942 * image.el (create-image): Doc fix.
8943
8944 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8945 instead of `:heuristic-mask t'.
8946
89472000-09-14 Andrew Innes <andrewi@gnu.org>
8948
8949 * makefile.w32-in: Revert to Unix line endings.
8950
89512000-09-14 Andrew Innes <andrewi@gnu.org>
8952
8953 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8954 when installing.
8955
8956 * makefile.nt (DONTCOMPILE): Fix typo.
8957
8958 * shell.el (shell-write-history-on-exit): New function.
8959 (shell-dumb-shell-regexp): New custom variable.
8960 (shell-mode): Make shell-write-history-on-exit the process
8961 sentinel if shell name matches shell-dumb-shell-regexp.
8962
8963 * w32-fns.el: Comment out before-init-hook function which resets
8964 source-directory based; this breaks bootstrap.
8965
89662000-09-14 Dave Love <fx@gnu.org>
8967
8968 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8969 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8970 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8971 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8972 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8973 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8974 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8975 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8976 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8977
8978 * toolbar/toolbar.el: New.
8979
8980 * subdirs.el: Add toolbar.
8981
89822000-09-14 Gerd Moellmann <gerd@gnu.org>
8983
8984 * indent.el (indent-for-tab-command): Doc fix.
8985
89862000-09-14 Alex Schroeder <alex@gnu.org>
8987
8988 * ansi-color.el (ansi-colors): Doc change.
8989 (ansi-color-get-face): Simplified regexp.
8990 (ansi-color-faces-vector): Added more faces, doc change.
8991 (ansi-color-names-vector): Doc change.
8992 (ansi-color-regexp): Simplified regexp.
8993 (ansi-color-parameter-regexp): New regexp.
8994 (ansi-color-filter-apply): Doc change.
8995 (ansi-color-filter-region): Doc change.
8996 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
8997 deal with zero length parameters.
8998 (ansi-color-apply-on-region): Doc change.
8999 (ansi-color-map): Doc change.
9000 (ansi-color-map-update): Removed debugging message.
9001 (ansi-color-get-face-1): Added condition-case to trap
9002 args-out-of-range errors.
9003 (ansi-color-get-face): Doc change.
9004 (ansi-color-make-face): Removed.
9005 (ansi-color-for-shell-mode): New option.
9006
90072000-09-13 Kenichi Handa <handa@etl.go.jp>
9008
9009 * international/quail.el (quail-start-translation): Translate KEY
9010 if necessary even if it doesn't have any mapping in the current
9011 input method.
9012 (quail-start-conversion): Likewise.
9013 (quail-help): The output message is improved.
9014
90152000-09-13 Miles Bader <miles@gnu.org>
9016
9017 * comint.el (comint-output-filter): Revert to using
9018 `insert-before-markers'. Add bletcherous hack to undo damage
9019 caused by `insert-before-markers'. Put `front-sticky' property on
9020 overlays created here so that the field code understands how the
9021 overlay works. Use a let when making comint-last-prompt-overlay,
9022 so that the code is easier to read.
9023
90242000-09-13 Dave Love <fx@gnu.org>
9025
9026 * wid-edit.el (widget-default-format-handler): DTRT when
9027 doc-property is a function.
9028
90292000-09-12 Francesco Potorti` <pot@gnu.org>
9030
9031 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9032 filed name if it's not there.
9033
90342000-09-12 Dave Love <fx@gnu.org>
9035
9036 * simple.el (read-mail-command): Doc fix.
9037 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9038
9039 * vc.el (vc-dired-listing-switches): Fix :version.
9040
9041 * vc-hooks.el: Doc fixes.
9042
9043 * subr.el (add-minor-mode): Use toggle-fun arg.
9044
9045 * speedbar.el: Add :version to several defcustoms.
9046
9047 * imenu.el (imenu--truncate-items, imenu--cleanup)
9048 (imenu--generic-function): Avoid mapcar.
9049 (imenu--replace-spaces): Function removed.
9050 (imenu--completion-buffer): Use subst-char-in-string.
9051 (imenu-add-to-menubar): Use keymap inheritance.
9052
90532000-09-12 Miles Bader <miles@gnu.org>
9054
9055 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9056 (diff-mode-map): Bind `diff-test-hunk'.
9057 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9058
90592000-09-11 Gerd Moellmann <gerd@gnu.org>
9060
9061 * bytecomp.el (byte-compile-defvar): Undo last change
9062 because it breaks '(make-variable-buffer-local (defvar ...)'
9063 which is used at least in dired.
9064
90652000-09-12 Kenichi Handa <handa@etl.go.jp>
9066
9067 * international/quail.el (quail-define-package): Docstring
9068 modified.
9069
90702000-09-12 Kenichi Handa <handa@etl.go.jp>
9071
9072 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9073 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9074 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9075 docstring of "chinese-py".
9076
9077 * international/quail.el (quail-translation-docstring): New
9078 variable.
9079 (quail-show-keyboard-layout): Docstring modified.
9080 (quail-select-current): Likewise.
9081 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9082 infinite recursive call.
9083 (quail-help): Check quail-translation-docstring. Format of the
9084 output changed.
9085 (quail-help-insert-keymap-description): Adjusted for the above
9086 change.
9087
90882000-09-11 Gerd Moellmann <gerd@gnu.org>
9089
9090 * bytecomp.el (byte-compile-defvar): Only cons onto
9091 current-load-list in top-level forms. Else this leaks a cons cell
9092 every time a defun is called.
9093
90942000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9095
9096 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9097 Now understands non-unified diffs. Some functionality moved into
9098 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9099 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9100 modify anything. Only reposition point in the patched file if the
9101 patch succeeds. Only pop up another window if POPUP is true.
9102 Emit a message describing what happened if successful, and at what
9103 line-offset. Automatically detect reversed hunks and do something
9104 appropriate.
9105 (diff-hunk-text, diff-find-text): New functions.
9106 (diff-filter-lines): Function removed.
9107 (diff-test-hunk): New function.
9108 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9109
91102000-09-10 Dave Love <fx@gnu.org>
9111
9112 * textmodes/tildify.el: Minor doc/commentary fixes.
9113 (tildify) <defgroup>: Add :version.
9114
9115 * faces.el (face-x-resources): Make custom type more specific.
9116 (frame-background-mode): Use mapc.
9117 (region) <defcustom>: Add :version.
9118
91192000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9120
9121 * vc-sccs.el (vc-sccs-register):
9122 * vc-rcs.el (vc-rcs-register):
9123 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9124 * vc.el (vc-register): Clear file's properties.
9125
91262000-09-08 Gerd Moellmann <gerd@gnu.org>
9127
9128 * faces.el (face-spec-set): Only face-spec-reset-face when
9129 ATTRS is non-nil.
9130
91312000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9132
9133 * help.el (help-insert-xref-button): Fix a typo in doc string.
9134
91352000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9136
9137 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9138 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9139 methods.
9140
9141 * menu-bar.el (read-mail-item-name): New function.
9142 (menu-bar-tools-menu): Use it to compute and display the package
9143 used to read email.
9144 (menu-bar-tools-menu): Fix typo in GUD's help string.
9145
91462000-09-07 Dave Love <fx@gnu.org>
9147
9148 * diff-mode.el (diff-mouse-goto-source): New function.
9149
9150 * vc-sccs.el: Doc fixes.
9151 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9152
9153 * vc-rcs.el: Doc fixes.
9154 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9155 (vc-rcs-checkout-switches, vc-rcs-header)
9156 (vc-rcs-master-templates): Add or change :version.
9157
9158 * vc-cvs.el: Doc fixes.
9159 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9160 (vc-cvs-stay-local): Add :version.
9161
9162 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9163
91642000-09-07 Kenichi Handa <handa@etl.go.jp>
9165
9166 * international/quail.el (quail-help): Fix previous change.
9167
91682000-09-07 Gerd Moellmann <gerd@gnu.org>
9169
9170 * faces.el (color-values): Doc fix.
9171
9172 * faces.el (frame-set-background-mode): Use frame-parameter
9173 instead of frame-parameters.
9174
9175 * frame.el (filtered-frame-list): Reduce consing.
9176 (frames-on-display-list): Call frame-parameter instead of
9177 frame-parameters.
9178
91792000-09-07 Kenichi Handa <handa@etl.go.jp>
9180
9181 * language/devan-util.el (devanagari-to-indian-region): In the
9182 loop, change the following char, not preceding char.
9183
91842000-09-07 Gerd Moellmann <gerd@gnu.org>
9185
9186 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9187 instead of frame-parameters.
9188
9189 * faces.el (set-face-attribute): Simplify by calling
9190 internal-set-lisp-face-attribute with FRAME being 0.
9191
9192 * vc.el: Remove `Id' version control keyword.
9193
91942000-09-07 Kenichi Handa <handa@etl.go.jp>
9195
9196 * help.el (help-make-xrefs): Adjusted for the change of
9197 help-xref-mule-regexp.
9198 (help-insert-xref-button): New function.
9199
9200 * international/mule-cmds.el (help-xref-mule-regexp-template):
9201 Include the pattern for character set.
9202 (leim): New group.
9203
9204 * international/quail.el: Don't require face.
9205 (quail): New group.
9206 (quail-other-command): Dummy command to make quail-help work better.
9207 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9208 (quail-keyboard-layout-substitution): New variable.
9209 (quail-update-keyboard-layout): New function.
9210 (quail-keyboard-layout-type): New customizable variable.
9211 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9212 (quail-keyboard-translate): Pay attention to
9213 quail-keyboard-layout-substitution.
9214 (quail-insert-kbd-layout): New function.
9215 (quail-show-keyboard-layout): New function.
9216 (quail-get-translation): If the definition is a vector of length
9217 1, and the element is a string of length 1, return the character
9218 in that string.
9219 (quail-update-current-translations): Fix the case of
9220 relative-index out of range.
9221 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9222 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9223 Show key sequences for all available characters.
9224 (quail-help-insert-keymap-description): Don't show such verbose
9225 key bindings as quail-self-insert-command.
9226
9227 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9228 Format changed, and each element now have extra documentations.
9229 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9230 Adjusted for the change of quail-cxterm-package-ext-info.
9231
92322000-09-06 Gerd Moellmann <gerd@gnu.org>
9233
9234 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9235 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9236 during bootstrap.
9237
92382000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9239
9240 * vc.el: (toplevel): Don't require `dired' at run-time.
9241 (vc-dired-resynch-file): Remove autoload cookie.
9242
92432000-09-05 Andre Spiegel <spiegel@gnu.org>
9244
9245 * vc.el: Made several backend functions optional.
9246 (vc-default-responsible-p): New function.
9247 (vc-merge): Use RET for first version to trigger merge-news, not
9248 prefix arg.
9249 (vc-annotate): Handle backends that do not support annotation.
9250 (vc-default-merge-news): Removed. The existence of a merge-news
9251 implementation is now checked on caller sites.
9252
9253 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9254 case.
9255
9256 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9257 special case that has been removed from the default in vc-hooks.el.
9258
92592000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9260
9261 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9262
92632000-09-05 Andre Spiegel <spiegel@gnu.org>
9264
9265 * vc-hooks.el: Require vc during compilation.
9266 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9267 macro `with-vc-properties' in vc.el.
9268 (vc-file-getprop): Doc fix.
9269 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9270
9271 * vc.el: Require dired-aux during compilation.
9272 (vc-name-assoc-file): Moved to vc-sccs.el.
9273 (with-vc-properties): New macro.
9274 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9275 vc-finish-steal): Use it.
9276 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9277 to the backend-specific function is now supposed to do the checkout,
9278 too.
9279 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9280
9281 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9282 set file properties; that gets done in the generic code now.
9283
9284 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9285 Changed parameter list, added code from vc.el that does the
9286 checkout, possibly with a double-take.
9287
9288 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9289 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9290 the above under the new name.
9291 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9292 parameter list, added checkout command.
9293 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9294 properties; that gets done in the generic code now.
9295
92962000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9297
9298 * vc.el: Docstring fixes (courtesy of checkdoc).
9299
93002000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9301
9302 * vc.el (vc-checkout-writable-buffer-hook)
9303 (vc-checkout-writable-buffer): Remove.
9304 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9305 (vc-log-mode): Make it into a clean derived major mode.
9306 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9307 vc-log-mode if log-edit is not available.
9308 (vc-dired-mode-map): Don't set-keymap-parent yet.
9309 (vc-dired-mode): Do set-keymap-parent here.
9310 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9311
93122000-09-05 Gerd Moellmann <gerd@gnu.org>
9313
9314 * faces.el (set-face-attribute, face-spec-reset-face)
9315 (face-spec-set): Avoid consing by removing calls to `apply'.
9316
9317 * frame.el (frame-parameter): Move to C code.
9318
93192000-09-05 Dave Love <fx@gnu.org>
9320
9321 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9322 insert-before-markers-and-inherit. Now checked systematically!
9323
93242000-09-05 Alex Schroeder <alex@gnu.org>
9325
9326 * sql.el (sql-postgres): Use sql-postgres-options.
9327 (sql-postgres-options): New variable.
9328
93292000-09-05 Alex Schroeder <alex@gnu.org>
9330
9331 * sql.el (sql-mode-menu): Work around missing variable mark-active
9332 in XEmacs.
9333 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9334 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9335 compatibility.
9336
93372000-09-04 Gerd Moellmann <gerd@gnu.org>
9338
9339 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9340
9341 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9342
9343 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9344
93452000-09-04 Andre Spiegel <spiegel@gnu.org>
9346
9347 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9348 don't support anything else under SCCS yet.
9349
9350 * vc-hooks.el: Minor doc fixes.
9351
93522000-09-04 Andre Spiegel <spiegel@gnu.org>
9353
9354 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9355 not necessary. If verbose in state `needs-patch', do the same as
9356 under `up-to-date'. When NOT verbose and `needs-patch', check out
9357 latest version instead of `merge-news'.
9358 (vc-next-action-dired): Don't mess with default-directory here; it
9359 breaks other parts of dired. It is the job of the
9360 backend-specific functions to adjust it temporarily if they need it.
9361 (vc-next-action): Remove a special CVS case.
9362 (vc-clear-headers): New optional arg FILE.
9363 (vc-checkin, vc-checkout): Set properties vc-state and
9364 vc-checkout-time properly.
9365 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9366 (vc-print-log): Use new backend function `show-log-entry'.
9367 (vc-cancel-version): Do the checks in a different order. Added a
9368 FIXME concerning RCS-only code.
9369
9370 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9371 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9372
9373 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9374
9375 * vc-hooks.el (vc-default-mode-line-string): Show state
9376 `needs-patch' as a `-' too.
9377
93782000-09-04 Andre Spiegel <spiegel@gnu.org>
9379
9380 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9381 (vc-default-could-register): New function.
9382 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9383 (vc-resynch-buffer): Call vc-dired-resynch-file.
9384 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9385 vc-resynch-buffer instead of vc-resynch-window.
9386 (vc-next-action-dired): Don't redisplay here, that gets done as a
9387 result of the individual file operations.
9388 (vc-retrieve-snapshot): Corrected prompt order.
9389
9390 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9391
9392 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9393 as well.
9394 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9395 hostname regexps. Updated all callers.
9396 (vc-cvs-responsible-p): Handle directories as well.
9397 (vc-cvs-could-register): New function.
9398 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9399 properties up-to-date.
9400
9401 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9402 user whether to create one.
9403
94042000-09-04 Andre Spiegel <spiegel@gnu.org>
9405
9406 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9407 check out a non-existing file.
9408
9409 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9410 workfile does not exist.
9411
9412 * vc.el (vc-version-diff): Use `require' to check for existence of
9413 diff-mode.
9414
94152000-09-04 Andre Spiegel <spiegel@gnu.org>
9416
9417 * vc-cvs.el (vc-cvs-registered): Use new function
9418 vc-cvs-parse-entry to do the actual work.
9419
94202000-09-04 Andre Spiegel <spiegel@gnu.org>
9421
9422 * vc-hooks.el (vc-find-backend-function): If function doesn't
9423 exist, return nil instead of error.
9424 (vc-call-backend): Doc fix.
9425
9426 * vc.el (vc-do-command): Doc fix.
9427 (vc-finish-logentry): When checking in from vc-dired, choose the
9428 right backend for logentry check.
9429 (vc-dired-mode-map): Inherit from dired-mode-map.
9430 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9431 simplified.
9432 (vc-dired-state-info): Removed, updated caller.
9433 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9434 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9435 (vc-dired-listing-switches): New variable.
9436 (vc-directory): Use it, instead of dired-listing-switches.
9437
9438 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9439 (vc-cvs-dir-state): New function.
9440 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9441 (vc-cvs-parse-entry): New function, also to be used in
9442 vc-cvs-registered.
9443
94442000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9445
9446 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9447 *or* single-window-frames.
9448
94492000-09-04 Andre Spiegel <spiegel@gnu.org>
9450
9451 * vc.el (vc-update-changelog): Split into generic part and default
9452 implementation. Doc string adapted.
9453 (vc-default-update-changelog): New function. Call the `rcs2log'
9454 script in exec-directory, to fix a long-standing nuisance.
9455
9456 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9457 simply signals an error.
9458
94592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9460
9461 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9462 control-flow more clear and to avoid running `cvs' twice.
9463
9464 * vc.el (vc-next-action-on-file): Doc fix.
9465 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9466 (vc-print-log): Eval `file' before constructing the continuation.
9467
94682000-09-04 Andre Spiegel <spiegel@gnu.org>
9469
9470 * vc.el (vc-next-action-on-file): Corrected several messages.
9471 (vc-merge): Add prefix arg `merge-news'; handle it.
9472
9473 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9474 is not reached. It is.
9475 (vc-cvs-merge): Set state to 'edited after merge.
9476 (vc-cvs-merge-news): Set workfile version to nil if not known.
9477 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9478
9479 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9480 via stdout. (Merge from main line.)
9481
94822000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9483
9484 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9485 detection.
9486
94872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9488
9489 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9490 against kill-all-local-variables.
9491 (vc-log-edit): Don't save vc-parent-buffer any more.
9492 (vc-last-comment-match): Initialize to an empty string.
9493 (vc-post-command-functions): New hook.
9494 (vc-do-command): Run it.
9495 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9496 (vc-finish-logentry): Only add the comment to the ring if it's
9497 different from the last comment entered.
9498 (vc-new-comment-index): New function.
9499 (vc-previous-comment): Use it. Make the minibuffer message
9500 slightly less terse.
9501 (vc-comment-search-reverse): Make it work forward as well. Don't
9502 set vc-comment-ring-index if no match is found. Use
9503 vc-new-comment-index.
9504 (vc-comment-search-forward): Use vc-comment-search-reverse.
9505 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9506 define-derived-mode will do it for us. Bind `v' to a keymap that
9507 inherits from vc-prefix-map so that we can bind `vt' without
9508 binding C-x v t.
9509 (vc-retrieve-snapshot): Parenthesis typo.
9510
9511 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9512 to 1. Make sure to switch to *vc* before looking for an error
9513 message. Use vc-parse-buffer.
9514
95152000-09-04 Andre Spiegel <spiegel@gnu.org>
9516
9517 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9518 and NAME.
9519 (vc-retrieve-snapshot): Split into two parts.
9520 (vc-default-retrieve-snapshot): New function.
9521
9522 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9523 (vc-cvs-retrieve-snapshot): New function (untested).
9524 (vc-cvs-stay-local): Default to t.
9525 (vc-cvs-remote-p): New function and property.
9526 (vc-cvs-state): Stay local only if the above is t.
9527 (vc-handle-cvs): Removed.
9528 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9529 done via vc-handled-backends now.
9530 (vc-cvs-header): Escape Id.
9531
95322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9533
9534 * vc.el (vc-do-command): Remove unused commands.
9535 (vc-version-diff): Make sure default-directory ends with a slash.
9536 Move the window commands into a vc-exec-after.
9537 (vc-print-log): Move more of the code into the `vc-exec-after'.
9538
95392000-09-04 Andre Spiegel <spiegel@gnu.org>
9540
9541 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9542 (vc-print-log): Search current revision from beginning of buffer.
9543 (vc-revert-buffer): Clear echo area after the diff is finished.
9544 (vc-prefix-map): Removed definition of "t" for terse display in vc
9545 dired.
9546 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9547 definition of "vt" for terse display.
9548 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9549
95502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9551
9552 * vc.el (vc-exec-after): Avoid caddr.
9553
95542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9555
9556 * vc.el (vc-exec-after): New function.
9557 (vc-do-command): Use it to add a termination message for async
9558 procs.
9559 (vc-checkout): Try to handle a missing-backend situation.
9560 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9561 of a directory with a backend using async diffs.
9562 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9563 present.
9564
9565 * vc-sccs.el (vc-sccs-state-heuristic): Use
9566 file-ownership-preserved-p.
9567
9568 * vc-rcs.el (vc-rcs-state-heuristic): Use
9569 file-ownership-preserved-p.
9570 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9571
95722000-09-04 Andre Spiegel <spiegel@gnu.org>
9573
9574 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9575 vc-do-command.
9576
9577 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9578 when there are no changes.
9579
95802000-09-04 Andre Spiegel <spiegel@gnu.org>
9581
9582 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9583
9584 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9585
95862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9587
9588 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9589
9590 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9591 the `fset' outside of the defvar so that it works even if
9592 vc-prefix-map was already defined.
9593 (vc-setup-buffer): New function, split out of vc-do-command.
9594 (vc-do-command): Allow BUFFER to be t to mean `just use the
9595 current buffer without any fuss'.
9596 (vc-version-diff): Change the `diff' backend operation to just put
9597 the diff in the current buffer without erasing it. Always use
9598 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9599 shrink-window-if-larger-than-buffer.
9600 (vc-print-log): Change the `print-log' backend operation to just
9601 put the log in the current buffer without erasing it. Protect
9602 shrink-window-if-larger-than-buffer.
9603 (vc-update-change-log): Fix setd typo.
9604
9605 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9606 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9607
9608 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9609 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9610 CMP.
9611
9612 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9613 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9614 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9615
96162000-09-04 Andre Spiegel <spiegel@gnu.org>
9617
9618 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9619 not possible, use vc-BACKEND-workfile-unchanged-p.
9620 (vc-default-workfile-unchanged-p): New function. Delegates to a
9621 full vc-BACKEND-diff.
9622
9623 * vc-hooks.el (vc-simple-command): Removed.
9624
9625 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9626 instead of vc-simple-command.
9627 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9628 avoid doing a diff when opening a file.
9629 (vc-rcs-state): Added check for unlocked-changes.
9630 (vc-rcs-header): Escape Id.
9631 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9632 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9633 version.
9634
9635 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9636 (vc-sccs-diff): Remove optional arg CMP.
9637 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9638 SCCS-specific function.
9639
9640 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9641 vc-simple-command.
9642
96432000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9644
9645 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9646 (with-vc-file, vc-merge): Use vc-editable-p.
9647 (vc-do-command): Remove unused var vc-file and fix the
9648 doubly-defined `status' var. Add a user message when starting an
9649 async command.
9650 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9651 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9652 Use with-current-buffer.
9653 (vc-buffer-sync): Use unless.
9654 (vc-next-action-on-file): If the file is 'edited by read-only,
9655 make it read-write instead of trying to commit.
9656 (vc-version-diff, vc-update-change-log): Use `setq
9657 default-directory' rather than `cd'.
9658 (vc-log-edit): Don't forget to set default-directory in the
9659 buffer.
9660
9661 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9662 (vc-sccs-state-heuristic): Use file-writable-p instead of
9663 comparing userids.
9664 (vc-sccs-checkout): Use `unless'.
9665
9666 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9667 of comparing userids.
9668 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9669 Simplify the logic by eliminating unreachable code.
9670 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9671 just do a recursive call if we need to retry.
9672 (vc-rcs-checkout): Handle the case where rcs is missing by making
9673 the buffer read-write if requested and re-signalling the error.
9674
9675 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9676
96772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9678
9679 * vc-hooks.el (vc-handled-backends): Docstring change.
9680 (vc-ignore-vc-files): Mark obsolete.
9681 (vc-registered): Check vc-ignore-vc-files.
9682 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9683 vc-ignore-vc-files.
9684
9685 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9686
96872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9688
9689 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9690 files since ange-ftp already has vc-registered return nil.
9691
9692 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9693 (vc-sccs-workfile-version): Use with-temp-buffer and new
9694 vc-parse-buffer and don't bother setting the property.
9695 (vc-sccs-add-triple): Use with-current-buffer and
9696 find-file-noselect.
9697 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9698
9699 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9700 derives from the old vc-parse-buffer but uses the revision number
9701 rather than the date (much easier to compare robustly).
9702 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9703 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9704 locking-user more directly. Check strict locking and set
9705 checkout-model appropriately.
9706 (vc-rcs-parse-locks): Remove.
9707 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9708 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9709 (vc-rcs-system-release): Use with-current-buffer and
9710 vc-parse-buffer.
9711 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9712
9713 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9714 (vc-simple-command): Docstring fix.
9715 (vc-registered): Align the way the file-handler is called with the
9716 way the function itself works.
9717 (vc-file-owner): Remove.
9718
9719 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9720 extraction of fields and call to file-attributes because of a
9721 temporary bug in rcp.el.
9722 (vc-cvs-fetch-status): Use with-current-buffer.
9723
97242000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9725
9726 * vc.el (vc-do-command): Use file-relative-name.
9727 (vc-responsible-backend): Use vc-backend if possible.
9728 (vc-create-snapshot): Improve the `interactive' spec. Add support
9729 for branches and dispatch to backend-specific `create-snapshot'.
9730 (vc-default-create-snapshot): New function, containing the bulk of
9731 the old vc-create-snapshot.
9732 (vc-retrieve-snapshot): Improve the interactive spec.
9733
9734 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9735 (vc-backend-hook-functions): Remove.
9736 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9737 (vc-backend): Reintroduce the test for `file = nil' now that I
9738 know why it was there (and added a comment to better remember).
9739
9740 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9741 code from vc-sccs-hooks.el.
9742 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9743 'vc anymore.
9744 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9745 and file-directory-p instead of file-exists-p.
9746 (vc-sccs-check-headers): Simplify the regexp.
9747
9748 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9749 from vc-rcs-hooks.el. Don't require 'vc anymore.
9750 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9751 file-directory-p instead of file-exists-p.
9752
9753 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9754 from vc-cvs-hooks.el.
9755 (proto vc-cvs-registered): Require 'vc-cvs instead of
9756 'vc-cvs-hooks. Don't require 'vc anymore.
9757 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9758 file-directory-p instead of file-exists-p.
9759 (vc-cvs-create-snapshot): New function, replacing
9760 vc-cvs-assign-name.
9761 (vc-cvs-assign-name): Remove.
9762
97632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9764
9765 * vc-cvs.el (vc-cvs-header): New var.
9766
9767 * vc-rcs.el (vc-rcs-exists): Remove.
9768 (vc-rcs-header): New var.
9769
9770 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9771 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9772 (vc-sccs-header): New var.
9773
9774 * vc.el (vc-do-command): Get rid of the `last' argument.
9775 (vc-header-alist): Remove, replaced by vc-X-header.
9776 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9777 (vc-dired-hook): Use expand-file-name instead of concat.
9778 (vc-directory): Use file-name-as-directory.
9779 (vc-snapshot-precondition, vc-create-snapshot)
9780 (vc-retrieve-snapshot): Allow the command to operate on any
9781 directory.
9782
9783 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9784 just removing the 'WORKFILE argument or by removing the 'MASTER
9785 argument and replacing `file' with (vc-name file).
9786
97872000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9788
9789 * vc.el: Update Copyright and add a crude list of backend funs.
9790 (vc-writable-p): New function.
9791 (with-vc-file): Use vc-writable-p.
9792 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9793 (vc-register): Avoid vc-name.
9794 (vc-locking-user): Remove.
9795 (vc-steal-lock): Make the `owner' arg non-optional.
9796 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9797 vc-checkout-model.
9798 (vc-default-dired-state-info): Use vc-state instead of
9799 vc-locking-user and return special strings for special states.
9800 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9801 and get rid of one of the special CVS cases.
9802 (vc-cancel-version): prettify error message with \\[...].
9803 (vc-rename-master): New function.
9804 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9805 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9806 the CVS special case generic.
9807 (vc-default-record-rename): Remove.
9808 (vc-file-tree-walk-internal): Only call FUNC for files that are
9809 under control of some VC backend and replace `concat' with
9810 expand-file-name.
9811 (vc-file-tree-walk): Update docstring.
9812 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9813 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9814
9815 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9816 vc-sccs-record-rename. Use `find-file-noselect' rather than
9817 `find-file' and call `vc-rename-master' to do the actual move.
9818 (vc-sccs-diff): Remove unused `backend' variable.
9819
9820 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9821 to delay loading of vc-sccs until it is really used.
9822 (vc-sccs-master-templates): Preload.
9823 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9824 (vc-sccs-project-dir): Remove (merged into
9825 vc-sccs-search-project-dir).
9826 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9827 rather than `concat', make sure it is preloaded and don't bother
9828 to check that the file actually exists.
9829 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9830 `locks' argument (use buffer's content instead) and eliminate n^2
9831 behavior.
9832
9833 * vc-rcs.el: Update Copyright.
9834 (vc-rcs-rename-file): New function.
9835 (vc-rcs-diff): Remove unused `backend' variable.
9836
9837 * vc-hooks.el: Update Copyright.
9838 (vc-backend): Don't accept a nil argument any more.
9839 (vc-up-to-date-p): Turn into a defsubst.
9840 (vc-possible-master): New function.
9841 (vc-check-master-templates): Use `vc-possible-master' and allow
9842 funs in vc-X-master-templates to return a non-existent file.
9843
9844 * vc-cvs.el: Update Copyright.
9845 (vc-cvs-diff): Remove unused `backend' variable.
9846 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9847
9848 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9849
98502000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9851
9852 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9853 since it can be called from vc-rcs.el.
9854 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9855
98562000-09-04 Andre Spiegel <spiegel@gnu.org>
9857
9858 * vc.el (vc-version-diff): Expand file name read from the
9859 minibuffer. Handle the case when a previous version number can't
9860 be guessed. Give suitable messages when there were no differences
9861 found.
9862 (vc-clear-headers): Call backend-specific implementation, if one
9863 exists.
9864 (vc-cancel-version): Made error checks generic. When done, clear
9865 headers generically, too.
9866
9867 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9868 from vc-clear-headers in vc.el.
9869
9870 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9871 correctly.
9872 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9873 optional. Handle the case when it's not there.
9874
98752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9876
9877 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9878
98792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9880
9881 * vc-hooks.el (vc-loadup): Remove.
9882 (vc-find-backend-function): Use `require'. Also, handle the case
9883 where vc-BACKEND-hooks.el doesn't exist.
9884 (vc-call-backend): Cleanup.
9885
98862000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9887
9888 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9889 vc-rcs-grab-templates)
9890 (vc-rcs-registered): Remove. The default function works as well.
9891 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9892 vc-sccs-grab-templates)
9893 (vc-sccs-registered): Remove. The default function works as well.
9894
9895 * vc.el (vc-version-diff): Left out a vc- in call to
9896 vc-call-backend.
9897 (vc-default-dired-state-info, vc-default-record-rename)
9898 (vc-default-merge-news): Update for the new backend argument.
9899
9900 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9901 using the default function.
9902 (vc-call-backend): If calling the default function, pass it the
9903 backend as first argument. Update the docstring accordingly.
9904 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9905 for the new backend argument.
9906 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9907 (vc-find-backend-function): Use the new name.
9908 (vc-default-registered): New function.
9909
99102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9911
9912 * vc.el (vc-merge): Use vc-find-backend-function.
9913
9914 * vc-hooks.el (vc-backend-functions): Remove.
9915 (vc-loadup): Don't setup 'vc-functions.
9916 (vc-find-backend-function): New function.
9917 (vc-call-backend): Use above fun and populate 'vc-functions
9918 lazily.
9919 (vc-backend-defines): Remove.
9920
99212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9922
9923 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9924 Call vc-call-backend without the leading vc-.
9925 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9926 (vc-check-headers): Call vc-call-backend without the leading vc-.
9927 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9928 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9929 Call vc-call-backend without the leading vc-.
9930
9931 * vc-cvs.el (tail): Provide vc-cvs.
9932 * vc-sccs.el (tail): Provide vc-sccs.
9933 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9934
9935 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9936 (vc-make-backend-function, vc-call): Pass names without leading
9937 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9938 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9939 (vc-call-backend): Always try to load vc-X-hooks.
9940 (vc-registered): Remove vc- in call to vc-call-backend.
9941
99422000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9943
9944 * vc.el (vc-process-filter): New function.
9945 (vc-do-command): Setup `vc-process-filter' for the async process.
9946 (vc-maybe-resolve-conflicts): New function to reduce
9947 code-duplication. Additionally, it puts the buffer in
9948 `smerge-mode' if applicable.
9949 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9950 calling `merge-news'.
9951 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9952 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9953 interfacing to log-edit.el.
9954 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9955 log-edit is available.
9956 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9957
99582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9959
9960 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9961 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9962 defvar and the initialization.
9963 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9964
9965 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9966 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9967
9968 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9969
99702000-09-04 Andre Spiegel <spiegel@gnu.org>
9971
9972 * vc.el (vc-file-clear-masterprops): Removed.
9973 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9974 (vc-version-diff): Use buffer-size without argument.
9975 (vc-register): Heed vc-initial-comment.
9976
9977 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9978 default branch.
9979
9980 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9981 file name and workfile version.
9982 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9983
9984 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
9985 vc-file-clear-masterprops.
9986
9987 * vc-sccs.el (vc-sccs-checkout): Removed call to
9988 vc-file-clear-masterprops. If writable, set vc-state to 'edited
9989 rather than user login name.
9990
9991
99922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9993
9994 * vc.el (vc-workfile-unchanged-p): Remove unused argument
9995 `want-differences-if-changed' and simplify.
9996 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
9997 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
9998 output (which is invalid for async vc-diff) to decide whether to
9999 do the revert silently or not.
10000
100012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10002
10003 * vc-hooks.el (vc-loadup): Load files quietly.
10004 (vc-call-backend): Oops, brain fart.
10005
100062000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10007
10008 * vc-cvs.el (vc-cvs-state): Typo.
10009 (vc-cvs-merge-news): Return the status code rather than the error msg.
10010
100112000-09-04 Andre Spiegel <spiegel@gnu.org>
10012
10013 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10014 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10015 vc-state or vc-up-to-date-p.
10016 (vc-merge): Use vc-backend-defines to check whether merging is
10017 possible. Set state to 'edited after successful merge.
10018
10019 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10020 return that name. Redocumented.
10021
100222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10023
10024 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10025 new `vc-state' semantics.
10026 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10027 'vc-locking-user to the current user.
10028 (vc-merge): Inline vc-backend-merge. Comment out code that I
10029 don't understand and hence can't adapt to the new `vc-state' and
10030 `vc-locking-user' semantics.
10031 (vc-backend-merge): Remove.
10032
10033 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10034 rather than 'vc-locking-user.
10035
10036 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10037
10038 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10039 (vc-state): Don't use 'reserved any more. Just use the same
10040 convention as the one used for vc-<backend>-state where the
10041 locking user (as a string) is returned.
10042 (vc-locking-user): Update, based on the above convention. The
10043 'vc-locking-user property has disappeared.
10044 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10045
10046 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10047 with a heuristic one.
10048 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10049 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10050 error. That allows us to get to 'needs-merge even in the
10051 stay-local case. There's still no way to detect 'needs-patch in
10052 such a setup (or to force an update for that matter).
10053 (vc-cvs-logentry-check): Remove, the default works as well.
10054
100552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10056
10057 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10058
10059 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10060 major-mode in which the buffer might have been put earlier. Use
10061 `remove' and `when'. Allow `okstatus' to be `async' and use
10062 `start-process' in this case.
10063 (vc-version-diff): Handle the case where the diff looks empty
10064 because of the use of an async process.
10065
100662000-09-04 Andre Spiegel <spiegel@gnu.org>
10067
10068 * vc.el (vc-next-action-on-file): Removed optional parameter
10069 `simple'. Recompute state unconditionally.
10070 (vc-default-toggle-read-only): Removed.
10071
10072 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10073 (vc-toggle-read-only): Undid prev change.
10074
10075 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10076 vc-cvs-simple-toggle. Redocumented.
10077 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10078 (vc-cvs-toggle-read-only): Removed.
10079
100802000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10081
10082 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10083 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10084 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10085 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10086 still is. So maybe it should be removed.
10087 (vc-head-version, vc-find-binary): Remove.
10088 (vc-recompute-state): Move from vc-hooks.el.
10089 (vc-next-action-on-file): Add a `simple' argument to allow
10090 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10091 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10092 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10093 (vc-dired-mode-map): Properly defvar it.
10094 (vc-print-log): Call log-view-mode if available.
10095 (small-temporary-file-directory): defvar instead of use boundp.
10096 (vc-merge-news): Moved to vc-cvs.el.
10097 (vc-default-merge-news): New function.
10098
10099 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10100 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10101 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10102 unknown `vc-latest-version' function. It should probably refer to
10103 vc-workfile-version or somesuch, but it's very unclear to me and I
10104 don't have SCCS to test things.
10105
10106 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10107 (vc-sccs-state-heuristic): Fix typo.
10108 (vc-sccs-workfile-unchanged-p): Add missing argument.
10109
10110 * vc-rcs.el: Require vc and vc-rcs-hooks.
10111 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10112 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10113 (vc-release-greater-or-equal-p): Move from vc.
10114 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10115 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10116 (vc-rcs-checkout): Add a missing `new-version' argument in the
10117 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10118
10119 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10120 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10121 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10122 than the apparently unbound `workfile-version'.
10123
10124 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10125 (vc-file-prop-obarray): Use `make-vector'.
10126 (vc-backend-functions): Add new hookable functions
10127 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10128 (vc-loadup): If neither backend nor default functions exist, use
10129 the backend function rather than nil.
10130 (vc-call-backend): If the function if not bound yet, try to load
10131 the non-hook file to see if it provides it.
10132 (vc-call): New macro plus use it wherever possible.
10133 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10134 nor `vc-find-binary' since it's only called from
10135 vc-mistrust-permission which is only used once the backend is known.
10136 (vc-checkout-model): Fix parenthesis.
10137 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10138
10139 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10140 (vc-cvs-release, vc-cvs-system-release): Remove.
10141 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10142 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10143 status symbols.
10144 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10145 (vc-cvs-toggle-read-only): First cut at a function to allow a
10146 cvs-status-free vc-toggle-read-only.
10147 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10148 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10149 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10150 (vc-cvs-checkout): Modify access rights directly if the user
10151 requested not to use `cvs edit'. And refresh the mode line.
10152
10153 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10154 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10155
101562000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10157
10158 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10159 workfile' that got lost when the code was extracted from vc.el.
10160 And merged the tail with the rest of the code (not possible in the
10161 old vc.el where the tail was shared among all backends). And
10162 explicitly set the state to 'edited if `writable' is set.
10163
10164 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10165 (vc-cvs-state): Be careful to return the value from
10166 vc-cvs-parse-state.
10167 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10168 property but return it instead. Also be careful to handle a nil
10169 or "" `rev' when workfile is non-nil (it was handled properly when
10170 workfile was nil).
10171
10172 * vc.el: Removed those pesky unnecessary `(function' quotes.
10173 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10174 directly in the defvar.
10175 (vc-do-command): Bind inhibit-read-only so as to properly handle
10176 the case where the destination buffer has been made read-only.
10177 (vc-diff): Delegate to vc-version-diff in all cases.
10178 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10179 (vc-annotate-mode-variables): Removed (code moved partly to
10180 defvars and partly to vc-annotate-add-menu).
10181 (vc-annotate-mode): Turned into a derived-mode.
10182 (vc-annotate-add-menu): Moved in code in
10183 vc-annotate-mode-variables.
10184 (vc-update-change-log): Use make-temp-file if available.
10185
101862000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10187
10188 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10189 `vc-checkout-model' updated to `vc-cvs-update-model'.
10190
101912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10192
10193 * vc.el (vc-next-action-on-file): Added handling of state
10194 `unlocked-changes'.
10195 (vc-checkout-carefully): Is now practically obsolete, unless the
10196 above is too slow to be enabled unconditionally.
10197 (vc-update-change-log): Fixed typo.
10198
10199 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10200
10201 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10202 Now handles state `unlocked-changes'.
10203 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10204
10205 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10206
10207 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10208 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10209 `unlocked-changes'.
10210 (vc-rcs-workfile-unchanged-p): Renamed from
10211 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10212 function yet, but supposed to become one soon.
10213
10214 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10215 `vc-steal-lock'.
10216 (vc-call-backend): Changed error message.
10217 (vc-state): Added description of state `unlocked-changes'.
10218
102192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10220
10221 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10222 always return t in CVS-controlled directories.
10223
10224 * vc.el (vc-responsible-backend): New function.
10225 (vc-register): Largely rewritten.
10226 (vc-admin): Removed (implementation moved into vc-register).
10227 (vc-checkin): Redocumented.
10228 (vc-finish-logentry): If no backend defined yet (because we are in
10229 the process of registering), use the responsible backend.
10230
10231 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10232 Updated function lists.
10233 (vc-call-backend): Fixed typo.
10234
10235 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10236 New functions.
10237 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10238 Removed query option. Redocumented.
10239
102402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10241
10242 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10243
10244 * vc.el: Updated callers of `vc-checkout-required' to use
10245 `vc-checkout-model'.
10246
102472000-09-04 Martin Lorentzson <martinl@gnu.org>
10248
10249 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10250 stuff updated to reference this function instead of the old
10251 `vc-backend-release-p'.
10252
102532000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10254
10255 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10256 vc-checkout-model. Return appropriate values. Updated callers.
10257
102582000-09-04 Martin Lorentzson <martinl@gnu.org>
10259
10260 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10261 (vc-backend-revert): Function moved into `vc-revert';
10262 `vc-next-action' must be updated to accomodate this change.
10263 (vc-backend-steal): Function moved into `vc-finish-steal'.
10264 (vc-backend-logentry-check): Function moved into
10265 `vc-finish-logentry'.
10266 (vc-backend-printlog): Function moved into `vc-print-log'.
10267 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10268 (vc-backend-assign-name): Function moved into
10269 `vc-create-snapshot'.
10270
102712000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10272
10273 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10274 Rename to vc-checkout-model. Return appropriate values.
10275 Update callers.
10276
10277 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10278 to vc-checkout-model.
10279 (vc-checkout-required): Rename to vc-checkout-model.
10280 Re-implement and re-comment.
10281 (vc-after-save): Use vc-checkout-model.
10282
102832000-09-04 Martin Lorentzson <martinl@gnu.org>
10284
10285 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10286 Update to use the vc-BACKEND-diff functions instead.
10287 `vc-diff' is now working.
10288
10289 * vc-rcs.el (vc-rcs-logentry-check): New function.
10290
10291 * vc-cvs.el (vc-cvs-logentry-check): New function.
10292
10293 * vc-sccs.el (vc-sccs-diff): Function changed name from
10294 `vc-backend-diff'. This makes `vc-diff' work.
10295
10296 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10297 of functions possibly implemented in a vc-BACKEND library.
10298 (vc-checkout-required): Fix bug that caused an error to be
10299 signaled during `vc-after-save'.
10300
10301 * vc.el: Fix typo.
10302 This checkin is made with our new VC code base for the very first time.
10303 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10304
10305 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10306 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10307
10308 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10309 updated to `vc-uses-locking'.
10310 (vc-checkout-required): Call to backend function.
10311 `vc-checkout-required' updated to `vc-uses-locking' instead.
10312
10313 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10314 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10315
10316 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10317 to match the split into various backends.
10318 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10319 (vc-retrieve-snapshot): Bug fix.
10320
103212000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10322
10323 * vc-sccs.el (vc-sccs-release): Doc fix.
10324
103252000-09-04 Martin Lorentzson <martinl@gnu.org>
10326
10327 * vc.el (vc-next-action-on-file): Bug found and fixed.
10328 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10329 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10330
10331 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10332 (vc-rcs-checkout): Name space cleaned up. No more revision number
10333 crunching function names that are not prefixed with vc-rcs.
10334 (vc-rcs-checkout-model): Function added. References to
10335 `vc-checkout-model' replaced.
10336
103372000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10338
10339 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10340 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10341 still need to be split, and implemented for RCS).
10342
103432000-09-04 Martin Lorentzson <martinl@gnu.org>
10344
10345 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10346
10347 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10348 required by the vc.el file.
10349
10350 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10351 required by the vc.el file.
10352 (vc-rcs-exists): Function added.
10353
10354 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10355 required by the vc.el file.
10356
10357 * vc.el (vc-admin): Updated to handle selection of appropriate
10358 backend. Current implementation is crufty and need re-thinking.
10359
10360 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10361
103622000-09-04 Martin Lorentzson <martinl@gnu.org>
10363
10364 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10365 beginning of annotate buffers correctly.
10366
10367 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10368 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10369 functionality updated quite a lot to support multiple backends.
10370 Variables `vc-annotate-mode', `vc-annotate-buffers',
10371 `vc-annotate-backend' added.
10372
10373 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10374 `vc-annotate-difference' added to supported backend functions.
10375
103762000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10377
10378 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10379 Use with-temp-file instead of /bin/sh. Merged from mainline
10380
103812000-09-04 Martin Lorentzson <martinl@gnu.org>
10382
10383 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10384
10385 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10386
10387 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10388
103892000-09-04 Martin Lorentzson <martinl@gnu.org>
10390
10391 * vc-hooks.el: vc-state-heuristic added to
10392 vc-backend-hook-functions.
10393
10394 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10395
10396 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10397
10398 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10399 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10400 state to `reserved'.
10401
10402 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10403 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10404
104052000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10406
10407 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10408 untouched.
10409
10410 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10411
10412 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10413 if defined. (Merged from main line, slightly adapted.)
10414
10415 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10416 millenium problem (merged from mainline).
10417
104182000-09-04 Martin Lorentzson <martinl@gnu.org>
10419
10420 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10421 part and moved the non-BACKEND stuff to vc.el.
10422
10423 * vc.el: Split the annotate feature into a BACKEND specific part
10424 and moved it from the vc-cvs.el file to this one.
10425
104262000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10427
10428 * vc-hooks.el: Implement new state model.
10429 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10430 (vc-locking-user): Simplify. Now only needed if the file is
10431 locked by somebody else.
10432 (vc-lock-from-permissions): Remove. Functionality is in
10433 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10434 (vc-mode-line-string): New name for former vc-status. Adapted.
10435 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10436
10437 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10438 Various simplifications and adaptations all over the place.
10439
10440 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10441 Simplify and adapt the rest.
10442
10443 * vc.el (vc-resynch-window): Add TODO comment: check for
10444 interaction with view mode according to recent RCS change.
10445 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10446
104472000-09-04 Martin Lorentzson <martinl@gnu.org>
10448
10449 * vc.el: Convert the remaining function comments to docstrings.
10450
104512000-09-04 Martin Lorentzson <martinl@gnu.org>
10452
10453 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10454 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10455 (vc-minor-part, vc-previous-version): Functions that operate and
10456 compare revision numbers got proper documentation. Comments added
10457 about their possible removal.
10458
104592000-09-04 Martin Lorentzson <martinl@gnu.org>
10460
10461 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10462 the vc-backend.el files.
10463
10464 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10465
10466 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10467 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10468 (vc-rcs-previous-version): Functions added.
10469
10470 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10471
10472 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10473
104742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10475
10476 * vc-hooks.el (vc-master-templates): Is really obsolete.
10477 Comment out the definition for now. What is the right procedure
10478 to get rid of it?
10479 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10480 rewritten.
10481 (vc-default-registered): Remove.
10482 (vc-check-master-templates): New function; does mostly what the
10483 above did before.
10484 (vc-locking-user): Don't rely on the backend to set the property.
10485
10486 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10487 Rewrite documentation.
10488 (vc-rcs-templates-grabbed): New variable.
10489 (vc-rcs-grab-templates): New function.
10490 (vc-rcs-registered): Rewrite to use above mechanism.
10491
10492 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10493 Rewrite documentation.
10494 (vc-sccs-templates-grabbed): New variable.
10495 (vc-sccs-grab-templates): New function.
10496 (vc-sccs-registered): Rewrite to use above mechanism.
10497 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10498 Don't throw the result, simply return it.
10499
10500 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10501 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10502 (vc-cvs-registered): Does the check itself now. Simplify.
10503
10504 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10505 from main line.
10506
105072000-09-04 Martin Lorentzson <martinl@gnu.org>
10508
10509 * vc-cvs.el (vc-cvs-diff): New function.
10510
10511 * vc-sccs.el (vc-sccs-diff): New function.
10512
10513 * vc-rcs.el (vc-rcs-diff): New function.
10514 (vc-rcs-checkout): Bug (typo) found and fixed.
10515 (vc-rcs-register-switches): New variable.
10516
10517 * vc.el (vc-backend-diff): Function removed and placed in the
10518 backend files.
10519
105202000-09-04 Martin Lorentzson <martinl@gnu.org>
10521
10522 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10523
10524 * vc.el (vc-backend-checkout): Function removed and replaced in
10525 the vc-backend.el files.
10526
10527 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10528
10529 * vc.el (vc-backend-admin): Removed and replaced in the
10530 vc-backend.el files.
10531
10532 * vc.el (Martin): Removed all the annotate functionality since it
10533 is CVS backend specific.
10534
105352000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10536
10537 * spec.txt: Added specification of vc-state.
10538
10539 * vc-sccs-hooks.el (vc-sccs-master-properties):
10540 Remove handling of vc-latest-version and
10541 vc-your-latest-version. What used to be vc-latest-version, is now
10542 returned as vc-workfile-version.
10543 (vc-sccs-workfile-version): Adapt.
10544
105452000-09-04 Dave Love <fx@gnu.org>
10546
10547 * vc.el: [Merged from mainline.]
10548 (vc-dired-mode): Make the dired-move-to-filename-regexp
10549 regexp match the date, to avoid treating date as file size.
10550 Add YYYY S option to WESTERN/
10551
105522000-09-04 Dave Love <fx@gnu.org>
10553
10554 * vc.el: Require `compile' when compiling.
10555 (vc-logentry-check-hook): New option.
10556 (vc-steal-lock): Use compose-mail.
10557 (vc-dired-mode-map): Defvar when compiling.
10558 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10559 vc-sccs.el and renamed. Callers changed.
10560 (vc-backend-checkout, vc-backend-logentry-check)
10561 (vc-backend-merge-news): Doc fix.
10562 (vc-default-logentry-check): New function.
10563 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10564 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10565 (vc-backend-merge): Doc fix. Use backend functions.
10566 (vc-check-headers): Use backend functions.
10567
10568 * vc-cvs.el: Require vc when compiling.
10569 (vc-cvs-register-switches): Doc fix.
10570 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10571 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10572 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10573 New functions (code from vc.el).
10574 (vc-annotate-display-default): Fix interactive spec.
10575 (vc-annotate-time-span): Doc fix.
10576
10577 * vc-rcs.el: Require vc when compiling.
10578 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10579 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10580 (vc-rcs-checkin): New functions (code from vc.el).
10581 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10582 Doc fix.
10583 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10584
10585 * vc-sccs.el: Require vc when compiling.
10586 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10587 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10588 (vc-sccs-revert)
10589 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10590 from vc.el).
10591 (vc-sccs-add-triple, vc-sccs-record-rename)
10592 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10593 (vc-sccs-admin): Doc fix.
10594
105952000-09-04 Martin Lorentzson <martinl@gnu.org>
10596
10597 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10598 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10599 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10600 from vc.el.
10601
10602 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10603
10604 * vc-cvs.el: Moved the annotate functionality from vc.el.
10605 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10606
106072000-09-04 Dave Love <fx@gnu.org>
10608
10609 * vc.el (vc-backend-release): Call vc-system-release.
10610
10611 * vc-sccs.el (vc-sccs-system-release):
10612 Renamed from vc-sccs-backend-release.
10613
10614 * vc-rcs.el (vc-rcs-system-release):
10615 Renamed from vc-rcs-backend-release.
10616
10617 * vc-cvs.el (vc-cvs-system-release):
10618 Renamed from vc-cvs-backend-release.
10619
106202000-09-04 Dave Love <fx@gnu.org>
10621
10622 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10623 backend files.
10624 (vc-backend-release): Dispatch to backend functions.
10625 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10626 probably needs attention.]
10627
10628 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10629 (vc-sccs-backend-release): New function.
10630
10631 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10632 (vc-cvs-backend-release): New function.
10633
10634 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10635 Doc fix.
10636 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10637 (vc-default-dired-state-info): New function.
10638 (vc-dired-state-info): Dispatch to backends.
10639 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10640
10641 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10642 from vc.el and renamed.
10643
106442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10645
10646 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10647 (vc-version-other-window, vc-backend-assign-name): Removed
10648 references to vc-latest-version; sometimes changed into
10649 vc-workfile-version.
10650
10651 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10652 vc-rcs-master-workfile-version.
10653 (vc-rcs-workfile-version): Use the above. Don't call
10654 vc-latest-version (that was unreachable code, anyway).
10655 (vc-rcs-fetch-master-properties): Doc fix.
10656
10657 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10658 (vc-backend-hook-functions): Removed them from this list, too.
10659 (vc-fetch-properties): Removed.
10660 (vc-workfile-version): Doc fix.
10661
10662 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10663 (vc-rcs-workfile-version, vc-rcs-locking-user)
10664 (vc-rcs-uses-locking): Use it.
10665
10666 * vc-hooks.el (vc-consult-rcs-headers):
10667 Moved into vc-rcs-hooks.el, under the name
10668 vc-rcs-consult-headers.
10669
10670 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10671 headers.
10672 (vc-cvs-find-master): Use this name only; correct different
10673 versions of the name.
10674
10675 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10676 New functions.
10677 (vc-sccs-locking-user): Use the latter.
10678
10679 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10680 New functions.
10681
10682 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10683 Moved into both
10684 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10685 functions are implementation details of those two backends.
10686
106872000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10688
10689 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10690 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10691
10692 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10693 (vc-sccs-parse-locks): SCCS-specific code moved here from
10694 vc-hooks.
10695
10696 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10697 code moved here from vc-hooks.
10698
10699 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10700 into back-end specific parts and removed. Callers not updated
10701 yet; because I guess these callers will disappear into back-end
10702 specific files anyway.
10703
107042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10705
10706 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10707 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10708 `vc-uses-locking'.
10709
10710 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10711 Store yes/no in the property, and return t/nil. Updated all
10712 callers.
10713
10714 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10715 vc-sccs-uses-locking. Don't set property.
10716 (vc-sccs-locking-user): Don't set property.
10717
10718 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10719 vc-cvs-uses-locking. Don't set property here; leave that to
10720 vc-hooks.
10721 (vc-cvs-locking-user): Reflect above change. Streamlined.
10722
10723 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10724 vc-rcs-uses-locking.
10725 (vc-rcs-locking-user): Reflect above change.
10726
107272000-09-04 Dave Love <fx@gnu.org>
10728
10729 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10730
10731 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10732
10733 * vc-hooks.el (vc-checkout-model): Punt to backends.
10734
10735 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10736
10737 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10738
10739 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10740 New functions.
10741
10742 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10743 New functions.
10744
10745 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10746 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10747
10748 * vc-hooks.el (vc-default-locking-user): New function.
10749 (vc-locking-user, vc-workfile-version): Punt to backends.
10750
107512000-09-04 Dave Love <fx@gnu.org>
10752
10753 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10754 (vc-master-workfile-version): Moved from vc-hooks.
10755
10756 * vc-rcs-hooks.el: Fix duplicate code in last change.
10757
10758 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10759 (vc-rcs-master-templates): Improve :type.
10760 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10761 vc-master-workfile-version): Moved from vc-hooks.
10762
10763 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10764 (vc-sccs-master-templates): Improve :type.
10765 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10766
10767 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10768
10769 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10770 (vc-cvs-master-templates): Improve :type. Use
10771 vc-cvs-find-cvs-master.
10772 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10773 from vc-hooks.
10774 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10775
10776 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10777 Moved to vc-cvs-hooks.
10778
10779 * vc-hooks.el: Add doc strings in various places. Simplify the
10780 minor mode setup.
10781 (vc-handled-backends): New user variable.
10782 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10783 simplification.
10784
107852000-09-04 Dave Love <fx@gnu.org>
10786
10787 * vc.el: Some doc fixes for autoloaded and interactive functions.
10788 Fix compilation warnings from ediff stuff.
10789 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10790
10791 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10792
10793 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10794
10795 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10796
107972000-09-04 Dave Love <fx@gnu.org>
10798
10799 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10800 New variable.
10801 (vc-make-backend-function, vc-loadup, vc-call-backend)
10802 (vc-backend-defines): New functions.
10803
10804 * vc-hooks.el: Various doc fixes.
10805 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10806 (vc-match-substring): Function removed. Callers changed to use
10807 match-string.
10808 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10809 Simplify.
10810
108112000-09-04 Dave Love <fx@gnu.org>
10812
10813 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10814 type.
10815 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10816 (vc-sccs-registered): Doc fix.
10817
10818 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10819 (vc-cvs-registered): Doc fix.
10820
10821 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10822 (vc-rcs-registered): Doc fix.
10823
108242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10825
10826 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10827
10828 * vc-hooks.el: vc-registered has been renamed
10829 vc-default-registered. Some functions have been moved to the
10830 backend specific files. they all support the
10831 vc-BACKEND-registered functions.
10832
108332000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10834
10835 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10836
10837 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10838
108392000-09-04 Dave Love <fx@gnu.org>
10840
10841 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10842 menu-bar-update-hook.
10843
10844 * help.el (help-manyarg-func-alist): Add
10845 find-operation-coding-system.
10846
10847 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10848
10849 * custom.el (custom-set-variables): Print message about errors in
10850 setting.
10851
108522000-09-03 Andrew Innes <andrewi@gnu.org>
10853
10854 * makefile.w32-in: Change to DOS line endings.
10855
108562000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10857
10858 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10859 minor-mode keymaps, if they don't have one.
10860
108612000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10862
10863 * eshell/esh-module.el (eval-when-compile): Don't lose if
10864 esh-module.el's file name is truncated to DOS 8+3 limits.
10865
108662000-09-01 John Wiegley <johnw@gnu.org>
10867
10868 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10869 predicate, which caused entries in the completion list to be
10870 doubled.
10871
108722000-08-30 John Wiegley <johnw@gnu.org>
10873
10874 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10875 sending to subprocesses. Also, hook pre-command-hook if
10876 `eshell-send-direct-to-subprocesses' is non-nil.
10877 (eshell-send-direct-to-subprocesses): New config variable. If t,
10878 subprocess input is send immediately.
10879 (eshell-toggle-direct-send): New function.
10880 (eshell-self-insert-command): New function.
10881 (eshell-intercept-commands): New function.
10882 (eshell-send-input): If direct subprocess sending is enabled,
10883 don't echo any input to the Eshell buffer. Let the subprocess
10884 handle that. This requires "stty echo" in bash, for example.
10885
108862000-08-28 John Wiegley <johnw@gnu.org>
10887
10888 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10889 completion function for Eshell's implementation of `unset'.
10890
108912000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10892
10893 * info.el (Info-directory-list): Doc fix.
10894
108952000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10896
10897 * filecache.el (file-cache-add-directory-using-find): Don't quote
10898 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10899
109002000-08-31 Kenichi Handa <handa@etl.go.jp>
10901
10902 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10903 coding systems.
10904
109052000-08-30 Andrew Innes <andrewi@gnu.org>
10906
10907 * timer.el (run-with-idle-timer): Undo last change, so that timer
10908 is not activated immediately if Emacs is already idle. Some
10909 existing code relies on this behaviour.
10910
109112000-08-30 Miles Bader <miles@gnu.org>
10912
10913 * frame.el (set-frame-font): Do completion of font-name for
10914 interactive use.
10915
109162000-08-30 Kenichi Handa <handa@etl.go.jp>
10917
10918 * international/quail.el (quail-start-translation): Bind locally
10919 last-command-event, last-command, and this-command.
10920 (quail-start-conversion): Likewise.
10921 (quail-self-insert-command): Fix docstring.
10922
109232000-08-29 Gerd Moellmann <gerd@gnu.org>
10924
10925 * progmodes/executable.el
10926 (executable-make-buffer-file-executable-if-script-p): Check that
10927 buffer contains at least 2 characters.
10928
109292000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10930
10931 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10932
109332000-08-29 Dave Love <fx@gnu.org>
10934
10935 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10936 (diff-mode-shared-map): Bind mouse-2.
10937 (diff-imenu-generic-expression): New variable.
10938 (diff-mode): Use it.
10939
10940 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10941 (mouse-popup-menubar): Add minor mode menus.
10942 (popup-menu): Check for lookup-key returning number.
10943
109442000-08-29 Miles Bader <miles@gnu.org>
10945
10946 * comint.el (comint-send-input): Create overlays using the proper
10947 front/read-advance arguments.
10948
109492000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10950
10951 * ps-print.el: Even/odd pages printing. Doc fix.
10952 (ps-print-version): New version number (6.0).
10953 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10954 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10955 (ps-print-duplex-feature): Variable eliminated.
10956 (ps-even-or-odd-pages): New variable.
10957
10958 * progmodes/ebnf2ps.el: Doc fix.
10959 (ebnf-version): New version (3.3).
10960 (ebnf-user-arrow): Change variable customization to sexp.
10961 (ebnf-user-arrow): Function eliminated.
10962 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10963
109642000-08-29 Kenichi Handa <handa@etl.go.jp>
10965
10966 * help.el (help-xref-mule-regexp): New variable.
10967 (help-make-xrefs): Handle help-xref-mule-regexp.
10968
10969 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10970 variable.
10971 (describe-input-method): Temporarily activate the specfied input
10972 method to display the information.
10973 (describe-language-environment): Hyperlinks to mule related items.
10974
10975 * international/mule-diag.el (charset-multibyte-form-string): New
10976 function.
10977 (list-character-sets-1): Use charset-multibyte-form-string.
10978 (describe-character-set): New function.
10979 (describe-coding-system): Hyperlinks to safe character sets.
10980
10981 * international/quail.el (quail-help): New arg PACKAGE.
10982 Hyperlinks to mule related items.
10983 (quail-help-insert-keymap-description): Use
10984 substitute-command-keys instead of describe-bindings.
10985 (quail-translation-help): Hyperlinks to mule related items.
10986
109872000-08-28 John Wiegley <johnw@gnu.org>
10988
10989 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
10990 have a defsubst call itself. Made `eshell-flatten-list' back into
10991 a function again.
10992
10993 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
10994 catch, in case re-centering point at bottom messes up the display.
10995 This happens frequently in Emacs 21, due I believe to variable
10996 line heights.
10997
10998 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
10999 to call `find-tag-interactive'.
11000
11001 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11002 the list of remember directories.
11003
110042000-08-28 John Wiegley <johnw@gnu.org>
11005
11006 * align.el: Test align-region-separate to see if it's a symbol.
11007
110082000-08-28 John Wiegley <johnw@gnu.org>
11009
11010 * eshell/esh-util.el (eshell-flatten-list): Made this function
11011 into a defsubst form. It gets used very frequently, although
11012 calls don't occur all that often.
11013
11014 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11015 examining it.
11016
11017 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11018 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11019 `eshell-protect'.
11020 (eshell-copy-handles): Created a new macro for duplicating the
11021 current set of open handles. This is needed by the looping
11022 functions.
11023 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11024 is not incorrectly stomped on.
11025
11026 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11027 declaration for pcomplete-use-paring.
11028 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11029 value of eshell-cmpl-use-paring.
11030 * pcomplete.el (pcomplete-use-paring): New config variable, to
11031 indicate whether paring should be used.
11032 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11033 completion alternatives that have already been used.
11034
11035 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11036 bound to C-c C-y, which will repeat the previous N arguments
11037 (based on prefix argument).
11038 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11039
11040 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11041 if there is no *Help* buffer. This is for XEmacs, which renames
11042 its help buffers uniquely. TODO: Find out what the current buffer
11043 name to delete is.
11044
11045 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11046 first entry that correlates to a passwd/group number. Later
11047 entries (used for group/user name aliasing to multiple IDs) are
11048 ignored.
11049
11050 * eshell/em-xtra.el (eshell/expr):
11051 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11052 (eshell-grep, eshell/diff, eshell/locate):
11053 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11054 argument list, before passing it to the system command.
11055
11056 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11057 `find-tag' for use at final position in Eshell buffers (which
11058 otherwise triggers an error on Emacs 21).
11059 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11060 buffer, if it is currently bound to `find-tag'.
11061
11062 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11063 in the list of matched Makefile names.
11064 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11065 directory, prefer its contents to Makefile.
11066
11067 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11068 directory parts (like "cd old new", or "cd =regexp"), are now case
11069 sensitive on non-Windows/DOS platforms.
11070
11071 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11072 types RET after an open delimiter (like "), display a message
11073 indicating that Eshell is waiting for the closing delimiter.
11074
11075 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11076 environment variables.
11077
11078 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11079 gracefully if the user enters incorrect arguments.
11080
11081 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11082 Eshell buffers.
11083
11084 * eshell/esh-var.el (eshell-interpolate-variable):
11085 * eshell/esh-mode.el (eshell-move-argument):
11086 * eshell/em-unix.el (eshell-du-sum-directory):
11087 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11088 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11089 (not (= ...)).
11090
11091 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11092 to ensure the `preserve' flag gets propagated when doing recursive
11093 directory copies.
11094
110952000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11096
11097 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11098 Don't convert \n into \0177 in memory.
11099 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11100 and back again, when reading and writing.
11101
111022000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11103
11104 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11105 testing of `fboundp' on `processp'.
11106
11107 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11108 (eshell/jobs): Don't call process-list if it is not bound.
11109 (eshell-gather-process-output): Support systems where async
11110 subprocesses aren't supported.
11111 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11112 variables.
11113
11114 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11115 eshell-do-eval returns t.
11116 (eshell-do-pipelines-synchronously): New defmacro.
11117 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11118 when async subprocesses aren't supported.
11119 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11120 if async subprocesses aren't supported.
11121 (eshell-resume-command): Don't assume STATUS is a string.
11122
11123 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11124
11125 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11126 (eshell-close-target, eshell-get-target): Use eshell-processp.
11127 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11128 fix.
11129 (eshell-get-target, eshell-create-handles): Doc fix.
11130
111312000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11132
11133 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11134 criterion to include commands that output something, as long as it
11135 leaves both the command and the end-of-buffer visible when the
11136 command has exited.
11137 (eshell-review-quick-commands): Adjust the help doc string
11138 accordingly.
11139
111402000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11141
11142 * locate.el (locate): Cleaned up locate command's interactive prompting
11143 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11144
11145 * filecache.el (file-cache-case-fold-search): New variable
11146 (file-cache-assoc-function): New variable
11147 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11148 Use file-cache-case-fold-search variable
11149 (file-cache-add-file): Use file-cache-assoc-function
11150 (file-cache-delete-file): likewise
11151 (file-cache-directory-name): likewise
11152 (file-cache-debug-read-from-minibuffer): likewise
11153
111542000-08-28 Gerd Moellmann <gerd@gnu.org>
11155
11156 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11157 (abbrev-table-name): New function.
11158 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11159 If non-nil list local abbrev, only.
11160
111612000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11162
11163 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11164 from Gnus support code, and use special article copy buffer
11165 `(gnus-original-article-buffer)' instead. This allows to get rid
11166 of article-hide-headers usage (which breaks in the latest Gnus
11167 version). Thanks to Detlev Zundel.
11168
111692000-08-28 Kenichi Handa <handa@etl.go.jp>
11170
11171 * international/quail.el (quail-use-package): Hide "... loaded"
11172 message.
11173 (quail-start-translation, quail-start-conversion): Likewise.
11174
11175 * international/kkc.el (kkc-region): Hide "... loaded" message.
11176
111772000-08-27 Dave Love <fx@gnu.org>
11178
11179 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11180
111812000-08-27 Miles Bader <miles@gnu.org>
11182
11183 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11184
111852000-08-27 Kenichi Handa <handa@etl.go.jp>
11186
11187 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11188 'ja-dic-cnv), not (require 'skkdic-cnv).
11189
111902000-08-26 Miles Bader <miles@gnu.org>
11191
11192 * faces.el (face-x-resources): Add entry for :inherit.
11193 * cus-face.el (custom-face-attributes): Add support for :inherit
11194 attribute. Add support for relative face heights.
11195 (custom-face-attributes-get): Treat `nil' as being a default value
11196 for :inherit (as well as `unspecified').
11197
11198 * faces.el (set-face-attribute): Update doc string.
11199 (face-attribute-name-alist): Add :inherit.
11200 (face-valid-attribute-values): Handle :inherit.
11201 (face-read-string): Rephrase prompt to be less confusing.
11202 Assume that DEFAULT is a string, since we must return a string.
11203 (face-read-integer): Use `format' to turn DEFAULT into an
11204 acceptable default for face-read-string. Match NEW-VALUE against
11205 the string "unspecified", not the symbol `unspecified', since
11206 that's what face-read-string returns.
11207 (read-face-attribute): Lookup a name for old-value in valid, and
11208 use it as a default if we find one. Treat all values from
11209 face-read-string as strings. If the default is used, don't do any
11210 more processing on the value, just use the old value directly.
11211 (read-face-and-attribute, modify-face): Tweak prompt.
11212 (read-face-name): Don't assume prompt ends with a space.
11213
11214 * faces.el (describe-face): Add support for :inherit attribute.
11215
112162000-08-25 Kenichi Handa <handa@etl.go.jp>
11217
11218 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11219 concat doesn't accept interger.
11220
11221 * international/kkc.el: Remove SKK from Keywords. Require
11222 ja-dic-utl instead of skkdic-utl.
11223
11224 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11225 Provide ja-dic-cnv instead of skkdic-cnv.
11226 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11227 (iso-2022-7bit-short): Add safe-charsets property.
11228 (skkdic-convert-postfix): Search Japanese chou-on character in
11229 addition to Hiragana character.
11230 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11231 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11232 (batch-skkdic-convert): Likewise.
11233
11234 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11235 Provide ja-dic-utl instead of skkdic-utl.
11236 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11237
112382000-08-24 Dave Love <fx@gnu.org>
11239
11240 * disp-table.el (standard-display-default): Make the test of `l'
11241 useful.
11242
11243 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11244 mod sample text.
11245
11246 * international/iso-ascii.el: Make pilcrow convenient string
11247 consistent with section.
11248 (iso-ascii-display): Set up multibyte characters as well as
11249 unibyte.
11250
112512000-08-24 Kenichi Handa <handa@etl.go.jp>
11252
11253 * international/mule-cmds.el (reset-language-environment): Set
11254 default-process-coding-system to '(undecided . iso-latin-1), which
11255 makes process I/O almost consistent with file I/O. Call this
11256 function when mule-cmds.el[c] is loaded.
11257
112582000-08-22 Andrew Innes <andrewi@gnu.org>
11259
11260 * makefile.w32-in: New file.
11261
112622000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11263
11264 * comint.el (comint-output-filter): Compare end of
11265 comint-last-output-overlay with the start of the newly inserted
11266 text, not the end, when deciding whether to extend it.
11267 Set saved-point's insertion type to advance after insertion.
11268
11269 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11270 since this is now done independently of font-lock mode.
11271
112722000-08-21 Gerd Moellmann <gerd@gnu.org>
11273
11274 * server.el (server-kill-new-buffers): New user option.
11275 (server-existing-buffer): New buffer-local variable.
11276 (server-visit-files): When using an existing buffer, set
11277 server-existing-buffer to t.
11278 (server-buffer-done): If server-kill-new-buffers is t, kill the
11279 buffer, unless it was already present before visiting it with
11280 Emacs server.
11281
112822000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11283
11284 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11285 even if the display doesn't support colors: some displays will
11286 support bold/underline faces.
11287
112882000-08-21 Gerd Moellmann <gerd@gnu.org>
11289
11290 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11291
11292 * startup.el (command-line): If user's init file had an error,
11293 add explanatory text to *Messages*.
11294
112952000-08-21 Kenichi Handa <handa@etl.go.jp>
11296
11297 * man.el (Man-getpage-in-background): Decode the process output by
11298 the system locale coding system.
11299
113002000-08-20 Dave Love <fx@gnu.org>
11301
11302 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11303 Don't test x-popup-menu.
11304 (function) <complete-function>: Complete only fbound symbols.
11305 <validate, value>: New.
11306 (variable) <complete-function>: Complete only bound symbols.
11307 (coding-system): Add :base-only, :complete-function, :validate,
11308 :value, :prompt-match.
11309 (widget-coding-system-prompt-value): Use read-coding-system and
11310 act on :base-only.
11311 (editable-field): Add :help-echo.
11312 (widget-push-button-gui, widget-push-button-cache)
11313 (widget-gui-action, widget-editable-list-gui): COmment out, along
11314 with uses.
11315 (widget-at): Make arg optional.
11316 (widget-echo-help): Adjust for current help-echo calling sequence.
11317 (widget-specify-field, widget-specify-button)
11318 (widget-specify-insert, widget-get-sibling, widget-image-find)
11319 (widget-convert, widget-insert, widget-leave-text)
11320 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11321 (widget-setup, widget-field-find, widget-before-change)
11322 (widget-after-change, widget-default-complete)
11323 (widget-default-create, widget-default-delete)
11324 (widget-push-button-value-create, editable-field)
11325 (widget-field-prompt-value, widget-field-validate)
11326 (widget-choice-value-create, widget-choice-action)
11327 (widget-choice-validate, widget-checklist-add-item)
11328 (widget-radio-add-item, widget-radio-chosen)
11329 (widget-radio-value-inline, widget-editable-list-value-create)
11330 (widget-editable-list-entry-create)
11331 (widget-documentation-link-add)
11332 (widget-documentation-string-value-create)
11333 (widget-regexp-validate, widget-file-complete)
11334 (widget-sexp-validate, widget-plist-convert-widget)
11335 (widget-plist-convert-widget, widget-alist-convert-widget)
11336 (widget-alist-convert-widget, widget-color-complete): Simplify,
11337 particularly to avoid bindings which aren't optimized out.
11338
11339 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11340 Doc fix.
11341 (down-list, backward-up-list, up-list, kill-sexp)
11342 (backward-kill-sexp, mark-sexp): Make arg optional.
11343 (lisp-complete-symbol): Add optional arg PREDICATE.
11344
11345 * cus-start.el: Add display-buffer-reuse-frames,
11346 file-coding-system-alist.
11347
113482000-08-20 Gerd Moellmann <gerd@gnu.org>
11349
11350 * startup.el (command-line): Clear realized faces after
11351 modifying TTY color mappings.
11352
113532000-08-20 Miles Bader <miles@gnu.org>
11354
11355 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11356 merely a subset of FACE's attributes.
11357
113582000-08-19 Miles Bader <miles@gnu.org>
11359
11360 * comint.el (comint-output-filter): Save the point with a marker,
11361 not just a buffer position.
11362
11363 * international/mule.el (set-buffer-process-coding-system): Make
11364 interactive prompt less confusing.
11365
113662000-08-19 Gerd Moellmann <gerd@gnu.org>
11367
11368 * hilit-chg.el: General cleanup of doc strings, comments and
11369 code formatting.
11370
113712000-08-19 Miles Bader <miles@gnu.org>
11372
11373 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11374 Compiler macro removed; beginning-of-line is no longer always
11375 equivalent to forward-line, in the presence of fields.
11376
11377 * comint.el (comint-output-filter): Remove ad-hoc saving of
11378 restriction, and just use save-restriction, now that it works
11379 correctly. Don't adjust comint-last-input-start to account for
11380 our insertion; it shouldn't have moved because we don't use
11381 insert-before-markers anymore. Comment out call to
11382 `force-mode-line-update'; why is it here?
11383
11384 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11385 while checking for prompt to delete. Use `forward-line 0'
11386 instead of beginning-of-line.
11387 (gud-filter): Temporarily widen gud comint buffer while
11388 examining output.
11389
113902000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11391
11392 * progmodes/sh-script.el: Big bag of typos.
11393
11394 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11395 check since ispell-process is not bound when ispell is not yet loaded.
11396
113972000-08-18 Dave Love <fx@gnu.org>
11398
11399 * image.el (find-image): Copy `spec' before using plist-put.
11400
114012000-08-18 Gerd Moellmann <gerd@gnu.org>
11402
11403 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11404 `portugues'.
11405
11406 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11407 backward-kill-sexp, analogous to kill-sexp.
11408
11409 * progmodes/icon.el (icon-indent-line)
11410 (icon-is-continuation-line): Handle comments specially.
11411
114122000-08-17 Ken Stevens <k.stevens@ieee.org>
11413
11414 * ispell.el: Set to standard author/maintainer/keyword fields.
11415 Fine tuning to menu map appearance and operation, and added help.
11416 Remove `start' and `end' error messages when compiling.
11417 (ispell-choices-win-default-height): Fixed comment string.
11418 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11419 castellano8 dictionaries.
11420 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11421 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11422 dictionary, added italiano dictionary.
11423 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11424 word character
11425 (ispell-tex-skip-alists): Added psfig support.
11426 (ispell-skip-html): Renamed from ispell-skip-sgml.
11427 (ispell-begin-skip-region-regexp, ispell-skip-region)
11428 (ispell-minor-check): Improved html skipping support to skip across
11429 code, and recognize `&' commands without propper `;' syntax;
11430 (ispell-process-line): Fix alignment error when manually
11431 correcting spelling.
11432 (ispell): Fix comment string.
11433 (ispell-add-per-file-word-list): Always put word list on new line.
11434
114352000-08-17 Gerd Moellmann <gerd@gnu.org>
11436
11437 * format.el (format-encode-run-method): Fix error message to say
11438 `encode' instead of `decode'. Use save-window-excursion around
11439 shell-command-on-region as in format-decode-run-method because
11440 shell-command-on-region can display a buffer with error output.
11441 (format-decode): Don't record undo information for the decoding.
11442 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11443 that number part of the temporary buffer name so that more than
11444 one decoding using a temporary buffer can happen safely.
11445
11446 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11447 of `A-z' in the regexp.
11448
11449 * hilit-chg.el: Fix typos in commentary.
11450
11451 * help.el (view-emacs-news): Rewritten for new naming scheme
11452 for old NEWS files.
11453
11454 * startup.el (command-line): Pop to *Messages* in case an error
11455 is signaled while loading user-init-file.
11456
114572000-08-17 Andreas Schwab <schwab@suse.de>
11458
11459 * files.el (insert-directory): Don't lose original file name,
11460 undoing an undocumented change.
11461
114622000-08-17 Alex Schroeder <alex@gnu.org>
11463
11464 * sql.el (sql-magic-go): Use comint-bol.
11465 (sql-copy-column): Use comint-line-beginning-position.
11466 (comint-line-beginning-position): Define a replacement for
11467 comint-line-beginning-position if it is not fboundp.
11468
114692000-08-17 Alex Schroeder <alex@gnu.org>
11470
11471 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11472 it didn't have any effect anyway.
11473
114742000-08-17 Alex Schroeder <alex@gnu.org>
11475
11476 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11477 --pset and pager=off instead of sending \\o|cat at the beginning
11478 of the session.
11479
114802000-08-17 Miles Bader <miles@gnu.org>
11481
11482 * progmodes/octave-inf.el: Add compatibility definition of
11483 comint-line-beginning-position.
11484
114852000-08-17 Kenichi Handa <handa@etl.go.jp>
11486
11487 * startup.el (normal-top-level): Look in each dir in load-path for
11488 a leim-list.el file too. This assures of loading leim-list.el
11489 that is created at Emacs installation time even if a user have his
11490 own leim-list.el.
11491
114922000-08-17 Miles Bader <miles@gnu.org>
11493
11494 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11495 foreground color to black if the background is dark.
11496
114972000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11498
11499 * loadhist.el (unload-feature): Typo.
11500
11501 * finder.el (finder-compile-keywords):
11502 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11503 to the generated file.
11504
11505 * mail/mh-e.el (mh-make-local-vars):
11506 Replace make-variable-buffer-local with make-local-variable.
11507
11508 * play/landmark.el:
11509 * options.el (Edit-options-{set,toggle,t,nil}):
11510 * mail/mailabbrev.el (mail-abbrevs-mode):
11511 * textmodes/tex-mode.el (tex-expand-files):
11512 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11513
11514 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11515
11516 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11517 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11518 Allow going past the last element.
11519 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11520 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11521 (cvs-mouse-toggle-mark): Don't move point.
11522 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11523
11524 * progmodes/compile.el (grep): Provide a default set of files.
11525 (next-error): Docstring fix.
11526 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11527
11528 * emacs-lisp/easy-mmode.el (define-minor-mode):
11529 Use `symbol-value' to keep the byte-compiler quiet.
11530
11531 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11532 (diff-find-source-location): New fun, extracted from diff-goto-source.
11533 (diff-goto-source): Use it.
11534 (diff-next-complex-hunk, diff-filter-lines): New function.
11535 (diff-apply-hunk): New command.
11536
11537 * smerge-mode.el (smerge-mode-menu): Doc fix.
11538
11539 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11540
115412000-08-16 Dave Love <fx@gnu.org>
11542
11543 * windmove.el (windmove) <defgroup>: Add :version.
11544
11545 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11546 (goto-address-fontify-p, goto-address-highlight-p)
11547 (goto-address-url-face, goto-address-url-mouse-face)
11548 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11549 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11550 (goto-address-fontify, goto-address-at-mouse): Simplify,
11551 (goto-address-at-point): browse-url-url-at-point,
11552 goto-address-find-address-at-point can return nil.
11553 (goto-address-find-address-at-point): Return nil on failure.
11554
11555 * align.el (align) <defgroup>: Add :version.
11556
11557 * calculator.el (calculator): Add :version.
11558 (calculator): Use two lines for calculator window if `modeline'
11559 face is boxed.
11560
11561 * play/5x5.el: Doc fixes.
11562 (5x5) <defgroup>: Add :version.
11563
11564 * play/fortune.el (fortune) <defgroup>: Add :version.
11565 (fortune-append): Fix error message.
11566 (fortune-from-region): Doc fix.
11567
11568 * play/pong.el (pong): Doc fix.
11569
11570 * play/morse.el: Keywords, commentary, autoloads.
11571
115722000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11573
11574 * desktop.el (desktop-save): Don't look at symbol-value of a
11575 member of minor-mode-alist, unless it is boundp.
11576
115772000-08-16 Sam Steingold <sds@gnu.org>
11578
11579 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11580 `while'; use `with-current-buffer' instead of `save-excursion'.
11581 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11582
115832000-08-16 Kenichi Handa <handa@etl.go.jp>
11584
11585 * international/ccl.el (declare-ccl-program): Docstring modified.
11586 (ccl-execute-with-args): Likewise.
11587
115882000-08-16 Miles Bader <miles@gnu.org>
11589
11590 * progmodes/sql.el: Add compatibility definition of
11591 comint-line-beginning-position.
11592
115932000-08-15 Gerd Moellmann <gerd@gnu.org>
11594
11595 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11596 'buffer-menu' property.
11597 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11598 fails.
11599 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11600 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11601 wasn't killed.
11602
11603 * buff-menu.el (list-buffers-noselect): Don't display the
11604 *Buffer List* buffer.
11605
11606 * font-lock.el: Require jit-lock to prevent a very late
11607 `Loading jit-lock' message.
11608
11609 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11610 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11611 mail address.
11612
116132000-08-15 Miles Bader <miles@gnu.org>
11614
11615 * textmodes/ispell.el (ispell-graphic-p): New constant.
11616 (ispell-choices-win-default-height, ispell-help): Use
11617 `ispell-graphic-p' instead of `xemacsp'.
11618
116192000-08-15 Dave Love <fx@gnu.org>
11620
11621 * simple.el: Autoload widget-convert when compiling.
11622 (mail-user-agent): Doc fix.
11623
11624 * help.el (function-called-at-point, variable-at-point): Use
11625 with-syntax-table.
11626 (help-manyarg-func-alist): Add insert-and-inherit.
11627
11628 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11629
11630 * delsel.el (delsel-unload-hook): New function.
11631
11632 * find-file.el: Doc fixes. Move provide to end.
11633 (ff) <defgroup>: Add :link.
11634 (ff-goto-click): Deleted.
11635 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11636 Use mouse-set-point.
11637
11638 * textmodes/tildify.el: Doc fixes.
11639 (tildify) <defgroup>: Add:version.
11640
11641 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11642 (glasses-custom-set): Use set-default, not set.
11643 (minor-mode-alist): Propertize the lighter.
11644 (glasses-mode): Provide optional arg.
11645
11646 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11647 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11648 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11649 option. Provide :type.
11650 (cwarn-configuration): Provide :type.
11651 (cwarn-mode): Doc fix.
11652
11653 * add-log.el (change-log-merge): Doc fix.
11654 (change-log-redate): New command.
11655
11656 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11657 Doze and Dog.
11658 (browse-url): Use dolist, not mapcar.
11659 (browse-url-at-point): Check for null url.
11660 (browse-url-event-buffer, browse-url-event-point): Functions
11661 deleted.
11662 (browse-url-at-mouse, browse-url-netscape): Simplify.
11663
11664 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11665 modes.
11666 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11667 Fix previous change to mapcan.
11668 (msb--init-file-alist, msb--add-separators)
11669 (msb--make-keymap-menu): Simplify.
11670 (msb--choose-file-menu): Use copy-sequence.
11671 (msb-mode-map): Add title to keymap.
11672 (msb-unload-hook): New function.
11673
11674 * bs.el: Fix indentation.
11675 (bs) <defgroup>: Add :links.
11676 (bs-show): Doc fix.
11677 (bs-apply-sort-faces): Don't use window-system.
11678 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11679
116802000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11681
11682 * calendar/timeclock.el (timeclock-file): Run .timelog through
11683 convert-standard-filename.
11684
116852000-08-14 Gerd Moellmann <gerd@gnu.org>
11686
11687 * emacs-lisp/authors.el: New file.
11688
11689 * paren.el (show-paren-priority): New user option.
11690 (show-paren-function): Set overlay priorities to
11691 show-paren-priority.
11692
116932000-08-14 Miles Bader <miles@gnu.org>
11694
11695 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11696 beginning-of-line with inhibit-field-text-motion bound.
11697
116982000-08-14 Gerd Moellmann <gerd@gnu.org>
11699
11700 * calendar/timeclock.el: New file.
11701
117022000-08-14 David Ponce <david@dponce.com>
11703
11704 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11705 `widget-button-click'. so that one can use left mouse button to
11706 click on dialog buttons.
11707
117082000-08-14 Emmanuel Briot <briot@gnat.com>
11709
11710 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11711 identifiers, since XML is case sensitive
11712
117132000-08-12 Miles Bader <miles@gnu.org>
11714
11715 * comint.el (comint-output-filter): Don't bother frobbing
11716 window-start, it doesn't seem to be necessary.
11717
11718 * comint.el (comint-send-string, comint-send-region): Make into
11719 real functions. Snapshot the prompt before sending.
11720
117212000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11722
11723 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11724 technique similar to Info-index, instead of relying on specific
11725 names of relevant Index nodes.
11726 (Info-goto-emacs-command-node): Bind Info-history to nil when
11727 going to the first node found by Info-find-emacs-command-nodes.
11728
117292000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11730
11731 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11732
117332000-08-10 Miles Bader <miles@gnu.org>
11734
11735 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11736
117372000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11738
11739 * info.el (Info-file-list-for-emacs): More elements for the
11740 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11741 and woman manuals.
11742
117432000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11744
11745 * comint.el (comint-send-input): Make the newline boundary overlay
11746 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11747 (comint-output-filter): Use `insert' instead of
11748 `insert-before-markers'. Extend comint-last-output-overlay when
11749 necessary since we can't rely on insert-before-markers to do it.
11750 * gud.el (gud-filter): Use `with-current-buffer' instead of
11751 save-excursion when inserting the output, so that point gets
11752 updated correctly; the old method relied on a rather dodgy
11753 side-effect of comint-output-filter to avoid the effect of
11754 save-excursion.
11755
117562000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11757
11758 * files.el (recover-file): Call insert-directory instead of
11759 invoking `ls' directly.
11760
117612000-08-10 Miles Bader <miles@gnu.org>
11762
11763 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11764 (comint-last-prompt-overlay): New variables.
11765 (comint-output-filter): Implement prompt highlighting.
11766 (comint-snapshot-last-prompt): New function.
11767 (comint-send-input): Snapshot the last prompt.
11768 Use comint-highlight-input-face.
11769 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11770 Use defface instead of defcustom.
11771 (send-invisible, comint-send-eof): Snapshot the last prompt.
11772 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11773 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11774
117752000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11776
11777 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11778 (regexp-opt-group): Use a list of chars for `letters'.
11779 (regexp-opt-charset): `chars' is now a list of chars.
11780 Use a char-table rather than a vector so it works for multibyte chars.
11781
11782 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11783 Set cvs-minor-current-files to the selected fileinfo.
11784 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11785 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11786
117872000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11788
11789 * files.el (insert-directory): Don't call access-file on
11790 directories on DOS and Windows.
11791
117922000-08-09 Kenichi Handa <handa@etl.go.jp>
11793
11794 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11795 longer if necessary.
11796 (ccl-embed-code): Call ccl-embed-data to store CODE in
11797 ccl-program-vector.
11798
117992000-08-09 Miles Bader <miles@gnu.org>
11800
11801 * comint.el (comint-output-filter): Properly handle the case where
11802 the text surrounded by comint-last-output-overlay was deleted.
11803
118042000-08-08 Gerd Moellmann <gerd@gnu.org>
11805
11806 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11807 non-nil.
11808 (Info-file-list-for-emacs): Remove "info" from the list because
11809 that leads to trying to use the documentation from file `info'
11810 in various situations where it isn't appropriate, for instance
11811 C-h C-k C-h i.
11812
11813 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11814 DIR and/or STRING are nil.
11815
11816 * progmodes/compile.el (compilation-setup): Make variable
11817 compilation-error-screen-columns buffer-local, as some comment
11818 in the code suggests it should be.
11819
11820 * files.el (auto-mode-interpreter-regexp): New variable.
11821 (set-auto-mode): Use it.
11822
11823 * indent.el (indent-for-tab-command): Doc fix.
11824
11825 * mouse-sel.el (mouse-sel-mode): Doc fix.
11826
11827 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11828 labels.
11829
11830 * help.el (print-help-return-message): When
11831 display-buffer-reuse-frames is set, let the help window been quit,
11832 instead of deleting it, which might delete a reused frame.
11833
118342000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11835
11836 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11837 rename a directory to a name that differs only by its letter case.
11838
118392000-08-08 Kenichi Handa <handa@etl.go.jp>
11840
11841 * international/quail.el (quail-define-rules): Handle Quail decode
11842 map correctly. Add code for supporting annotations.
11843 (quail-install-decode-map): New function.
11844 (quail-defrule-internal): New optional arguments decode-map and
11845 props.
11846 (quail-advice): New function.
11847
118482000-08-07 Sam Steingold <sds@gnu.org>
11849
11850 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11851 `defconst', `define-condition', `with-slots'.
11852 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11853
118542000-08-03 Miles Bader <miles@gnu.org>
11855
11856 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11857 New variable.
11858 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11859 comint-use-prompt-regexp-instead-of-fields.
11860 (comint-send-input): Add `input' field property to stuff we send to
11861 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11862 (comint-output-filter): Add `output' field property to process
11863 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11864 (comint-replace-by-expanded-history)
11865 (comint-get-old-input-default, comint-show-output)
11866 (comint-backward-matching-input, comint-forward-matching-input)
11867 (comint-next-prompt, comint-previous-prompt): Use field
11868 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11869 (comint-line-beginning-position): New function.
11870 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11871 (comint-replace-by-expanded-history-before-point): Use
11872 comint-line-beginning-position and line-end-position.
11873 (comint-last-output-overlay): New variable.
11874 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11875
11876 * shell.el (shell-prompt-pattern): Doc change.
11877 (shell-backward-command): Use line-beginning-position.
11878
11879 * gud.el (gud-gdb-complete-command): Use
11880 comint-line-beginning-position.
11881
11882 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11883 comint-bol doesn't actually go to the beginning of the line.
11884
11885 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11886 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11887 (try-expand-line-all-buffers): Likewise.
11888
11889 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11890 explicitly matching comint-prompt-regexp.
11891 (sql-copy-column): Use comint-line-beginning-position instead of
11892 explicitly matching comint-prompt-regexp.
11893
11894 * progmodes/octave-inf.el (inferior-octave-complete): Use
11895 comint-line-beginning-position.
11896
11897 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11898
11899 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11900 looking for a prompt, use `forward-line 0' instead of
11901 `beginning-of-line', to avoid getting caught by an input field.
11902
119032000-08-07 Gerd Moellmann <gerd@gnu.org>
11904
11905 * files.el (shell-quote-wildcard-pattern): Make sure to return
11906 PATTERN, in the Unix case.
11907
119082000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11909
11910 * play/zone.el (zone): Discard any pending input before running
11911 the randomly-chosen pgm.
11912
119132000-08-07 Kenichi Handa <handa@etl.go.jp>
11914
11915 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11916 checking the existence of any multibyte characters.
11917
119182000-08-06 Gerd Moellmann <gerd@gnu.org>
11919
11920 * help.el (describe-mode): Test minor-mode symbol for being
11921 bound before testing its value for being nil.
11922
11923 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11924 `first', `second', and `third'.
11925
11926 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11927 (second): Make it an alias for `cadr'.
11928
119292000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11930
11931 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11932 types of display support faces now.
11933
119342000-08-05 Gerd Moellmann <gerd@gnu.org>
11935
11936 * pcvs.el (require): Require `cl' during compilation, only.
11937
11938 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11939 (toplevel): Remove `remq' and `remove' from autoloads.
11940 (cl-fake-autoloads): New variable. If set, arrange for an error
11941 when CL functions etc. are autoloaded.
11942
119432000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11944
11945 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11946
11947 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11948 popped up, but the user clicks outside the menu, return an empty
11949 regexp (that causes unhighlight-regexp to have no effect).
11950
11951 * menu-bar.el (menu-bar-games-menu): Add Zone.
11952
11953 * hi-lock.el (toplevel): Require font-lock.
11954
119552000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11956
11957 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11958 (ebnf-8-bit-chars): New var for bug fix.
11959 (ebnf-string): Bug fix.
11960
119612000-08-03 Sam Steingold <sds@gnu.org>
11962
11963 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11964 instead of `buffer-string'.
11965 (require 'cl): Always, not just when compiling.
11966 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11967 necessary.
11968
119692000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11970
11971 * international/mule-cmds.el (select-safe-coding-system): Make
11972 the message text about selecting a safe coding system more clear.
11973
119742000-08-02 Gerd Moellmann <gerd@gnu.org>
11975
11976 * hi-lock.el: New file.
11977
11978 * play/zone.el: New file.
11979
11980 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11981 value of tab-width in the original buffer. Choose a line number
11982 format that's a multiple of the original buffer's tab width, so
11983 that lines appear right.
11984
11985 * textmodes/ispell.el (ispell): New function, replacing an alias.
11986 Spell-check active region if in transient-mark-mode and mark
11987 is active; otherwise spell-check buffer.
11988
119892000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11990
11991 * ps-mule.el: Fix a customization problem on
11992 ps-mule-font-info-database-default.
11993
119942000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
11995
11996 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
11997 display-mouse-p instead of window-system.
11998 (ebrowse-member-mode-map): Ditto.
11999
120002000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12001
12002 * progmodes/ebnf2ps.el: Update ps-print functions call.
12003 Indentation fix. Doc fix.
12004 (ebnf-version): New version number (3.2).
12005 (ebnf-format-color, ebnf-begin-job): Code fix.
12006
120072000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12008
12009 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12010 font lock support on window-system.
12011 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12012
12013 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12014 display-color-p, if fboundp, instead of window-system.
12015
120162000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12017
12018 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12019 instead of window-system.
12020
12021 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12022 window-system.
12023 (widget-choice-mouse-down-action): Use display-popup-menus-p
12024 instead of window-system.
12025
12026 * strokes.el (strokes-file): Run the file name through
12027 convert-standard-filename.
12028 (strokes-mode): Call display-mouse-p instead of looking at
12029 window-system. Change the error message accordingly.
12030
12031 * progmodes/cpp.el (toplevel): Support faces on tty's.
12032
12033 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12034 (lm-plot-square, lm-init-display): Don't use window-system.
12035
12036 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12037 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12038
12039 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12040 instead of looking at window-system.
12041
120422000-07-30 Gerd Moellmann <gerd@gnu.org>
12043
12044 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12045 of testing if iswitchb-prepost-hooks is bound, because the
12046 latter will always be true when invoking a recursive minibuffer
12047 from an active Iswitchb buffer.
12048
120492000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12050
12051 * files.el (shell-quote-wildcard-pattern): New function.
12052 (insert-directory): Call it. Only prepend "\" to command on Unix
12053 and GNU/Linux systems.
12054
120552000-07-30 Gerd Moellmann <gerd@gnu.org>
12056
12057 * eshell/esh-groups.el: Change custom :link file names
12058 from `eshell.info' to `eshell'.
12059
120602000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12061
12062 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12063 correctly in recursive ange-ftp listings.
12064
120652000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12066
12067 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12068 ps-header-font-size-internal and
12069 ps-header-title-font-size-internal variables are not set,
12070 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12071 face text property is (foreground-color . COLOR) or
12072 `(background-color . COLOR)', ps-print crashes. Doc fix.
12073 (ps-print-version): New version number (5.2.4).
12074 (ps-plot-region): Code fix.
12075 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12076 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12077 Bug fix 2.
12078
120792000-07-30 Milan Zamazal <pdm@freesoft.cz>
12080
12081 * glasses.el (glasses-make-readable): Fix uncapitalization of
12082 identifiers like `myXMLDocument'.
12083
120842000-07-28 Karl Fogel <kfogel@red-bean.com>
12085
12086 * mail/mail-hist.el (mail-hist-previous-input)
12087 (mail-hist-next-input): Do the obvious code factorization.
12088 (mail-hist-retrieve-and-insert): New func, contains common
12089 code of above two.
12090 If inserting a message body, leave point at top.
12091
120922000-07-28 Sam Steingold <sds@gnu.org>
12093
12094 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12095 Use `<=', not `<' to compare times!
12096 (ange-ftp-ls): Remove.
12097
120982000-07-27 Gerd Moellmann <gerd@gnu.org>
12099
12100 * play/cookie1.el: Add explanation of how to make cookie.el
12101 compatible with strfile(1) to comment.
12102
12103 * subr.el (remove, remq): New functions.
12104
12105 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12106 escape `*' in regexps.
12107 (midnight-find): Reverse order of arguments in the funcall of
12108 TEST.
12109
12110 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12111 and `.class'.
12112
12113 * play/meese.el: Add Commentary section.
12114
121152000-07-27 Alex Schroeder <alex@gnu.org>
12116
12117 * sql.el (sql-ms): Added autoload cookie.
12118 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12119 (sql-oracle): Ditto.
12120 (sql-help): Doc change.
12121
12122 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12123 types and exceptions.
12124
121252000-07-27 Alex Schroeder <alex@gnu.org>
12126
12127 * sql.el (sql-placeholder-history): New variable.
12128 (sql-query-placeholders-and-send): New function that will query
12129 the user and replace placeholders with user input.
12130 (sql-oracle): If running on NT, set comint-input-sender to
12131 sql-query-placeholders-and-send.
12132
12133 (sql-stop): If in the SQLi buffer, insert stop notification, else
12134 present it as a message.
12135
121362000-07-27 Alex Schroeder <alex@gnu.org>
12137
12138 * sql.el (sql-input-ring-separator): Doc change.
12139 (sql-input-ring-file-name): Doc change.
12140 (sql-interactive-mode): Use `sql-input-ring-separator' and
12141 `sql-input-ring-file-name' to set the comint-mode equivalents
12142 without making them local variables.
12143 (sql-stop): Don't bind `sql-input-ring-separator' and
12144 `sql-input-ring-file-name' dynamically to their comint-mode
12145 equivalents.
12146
121472000-07-27 Kenichi Handa <handa@etl.go.jp>
12148
12149 * international/mule.el (register-char-codings): New function.
12150 (make-coding-system): Handle `safe-chars' specification in the arg
12151 PROPERTY.
12152
12153 * international/mule-cmds.el
12154 (find-coding-systems-region-subset-p): This function deleted.
12155 (sort-coding-systems-predicate): New variable.
12156 (sort-coding-systems): New function.
12157 (find-coding-systems-region): Use
12158 find-coding-systems-region-internal.
12159 (find-coding-systems-string): Use find-coding-systems-region.
12160 (find-coding-systems-for-charsets): Check
12161 char-coding-system-table.
12162 (select-safe-coding-system-accept-default-p): New variable.
12163 (select-safe-coding-system): Mostly rewritten. New argument
12164 ACCEPT-DEFAULT-P.
12165 (select-message-coding-system): Call select-safe-coding-system
12166 with ACCEPT-DEFAULT-P arg.
12167 (reset-language-environment): Reset default-sendmail-coding-system
12168 to the default value iso-latin-1.
12169 (set-language-environment): Don't set the obsolete variable
12170 charset-origin-alist.
12171
12172 * international/codepage.el (cp-coding-system-for-codepage-1):
12173 Give `safe-chars' property to make-coding-system.
12174
12175 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12176 calling select-message-coding-system twice.
12177
12178 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12179 instead of `safe-charsets'.
12180 (cyrillic-alternativnyj): Likewise.
12181 (ccl-encode-alternativnyj): Don't check the charset
12182 cyrillic-iso8859-5.
12183
121842000-07-27 Kenichi Handa <handa@etl.go.jp>
12185
12186 * composite.el (compose-chars-after): Preserve match data.
12187
121882000-07-26 Sam Steingold <sds@gnu.org>
12189
12190 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12191 (ange-ftp-real-file-newer-than-file-p): New function.
12192 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12193 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12194
12195 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12196 * midnight.el (midnight-float-time): Ditto.
12197
121982000-07-26 Andreas Schwab <schwab@suse.de>
12199
12200 * files.el (normal-backup-enable-predicate): Correct
12201 interpretation of the return value of compare-strings.
12202
122032000-07-26 Gerd Moellmann <gerd@gnu.org>
12204
12205 * isearch.el (isearch-resume): New function.
12206 (isearch-done): Add something to command-history to resume
12207 the search.
12208 (isearch-yank-line, isearch-yank-word): Use
12209 buffer-substring-no-properties instead of buffer-substring.
12210
12211 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12212 of flyspell-mouse-map.
12213
12214 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12215 duplicate definition.
12216 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12217
12218 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12219 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12220
122212000-07-25 Sam Steingold <sds@gnu.org>
12222
12223 * net/ange-ftp.el: Get modtime over the net.
12224 (ange-ftp-file-modtime): New function.
12225 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12226 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12227 Use it.
12228 (ange-ftp-dot-to-slash): New function.
12229 (ange-ftp-fix-name-for-vms): Use it.
12230
12231 * midnight.el (midnight-buffer-display-time): Use
12232 `with-current-buffer'.
12233
122342000-07-25 Gerd Moellmann <gerd@gnu.org>
12235
12236 * find-dired.el: Update copyright notice.
12237 (find-dired): Offer to kill a running `find'.
12238
12239 * enriched.el (enriched-face-ans): For a `foreground-color'
12240 property, return '(("x-color" COLOR))' so that COLOR will be
12241 output as a parameter of the x-color annotation. Likewise for the
12242 `background-color' property. In the case of normal face
12243 properties, don't return annotations for unspecified foreground
12244 and background face attributes.
12245
122462000-07-25 Kenichi Handa <handa@etl.go.jp>
12247
12248 * language/japan-util.el (japanese-katakana-region): Fix handling
12249 HANKAKU argument.
12250
122512000-07-25 Miles Bader <miles@gnu.org>
12252
12253 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12254 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12255 constrain-to-field.
12256
122572000-07-24 Andrew Innes <andrewi@gnu.org>
12258
12259 * timer.el (timer-activate-when-idle): Add optional parameter
12260 DONT-WAIT. Update docstring.
12261 (run-with-idle-timer): Specify extra parameter to
12262 timer-activate-when-idle, so that timer will be activated
12263 immediately if Emacs is already idle.
12264
12265 * w32-fns.el (w32-using-nt): Fix docstring.
12266
122672000-07-24 Dave Love <fx@gnu.org>
12268
12269 * mouse.el (popup-menu): Set last-command-event.
12270 (mouse-major-mode-menu-prefix): Declare.
12271
122722000-07-24 Gerd Moellmann <gerd@gnu.org>
12273
12274 * textmodes/flyspell.el: Update to author's version 1.5d.
12275
12276 * progmodes/hideshow.el: Update copyright notice.
12277
12278 * vcursor.el: Set maintainer to FSF, since author cannot
12279 be reached.
12280
122812000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12282
12283 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12284 the prompt.
12285
12286 * mouse.el (popup-menu): Run the keymap through indirect-function,
12287 in case it was defined with define-prefix-key. If the menu is a
12288 list of keymaps, look up the binding of user's choice in each one
12289 of the keymaps.
12290 (mouse-popup-menubar): If the global and local menu-bar keymaps
12291 don't have a prompt string, create one and insert it into the
12292 keymap. Don't barf if current-local-map returns nil.
12293
122942000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12295
12296 * dired.el (dired-sort-R-check): Added to allow recursive listing
12297 to be undone.
12298 (dired-sort-other): Use it.
12299
123002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12301
12302 * Release of cc-mode 5.27
12303
123042000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12305
12306 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12307 c-beginning-of-statement-1 that caused a bad case of recursion
12308 which could consume a lot of CPU in large classes in languages
12309 that have in-expression classes (i.e. Java and Pike).
12310
12311 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12312 statements before top level constructs (i.e. case 6 is moved
12313 before case 5 and is now case 4) to catch in-expression
12314 classes in top level expressions correctly.
12315
123162000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12317
12318 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12319 objc-method-intro. Case 4 removed and case 5I added.
12320
12321 * cc-langs.el (c-append-paragraph-start): New variable used by
12322 c-common-init to get paragraph-start correct.
12323 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12324 initialize paragraph-start to make it correct both with and
12325 without the javadoc special case.
12326
12327 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12328 initialize paragraph-start for javadoc markup.
12329
12330 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12331 change by defaulting this to t. It's motivated by the
12332 confusing behavior that otherwise arise from the style system
12333 when editing both java and non-java files at the same time
12334 (see the comments about style setting in c-common-init).
12335
123362000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12337
12338 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12339 similar to the one in c-fill-paragraph to check the fill
12340 prefix from the adaptive fill function for sanity.
12341
123422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12343
12344 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12345 defun block.
12346
a30eb617
DL
123472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12348
12349 * cc-align.el (c-lineup-multi-inher): Handle lines with
12350 leading comma nicely. Extended to handle member initializers
12351 too.
12352
12353 * cc-engine.el: (c-beginning-of-inheritance-list,
12354 c-guess-basic-syntax): Fixed recognition of inheritance lists
12355 when the lines begins with a comma.
12356
a30eb617
DL
12357 * cc-vars.el (c-offsets-alist): Changed default for
12358 member-init-cont to c-lineup-multi-inher since it now handles
12359 member initializers and indents better for leading commas.
12360
123612000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12362
12363 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12364 handling that caused class open lines to be recognized as
12365 statement-conts in some cases.
12366
12367 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12368 guessed by the adaptive fill function unless point is on the
12369 first line of a block comment.
12370
12371 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12372 when the buffer ends with a macro continuation char.
12373
12374 * cc-engine.el (c-guess-basic-syntax): Added support for
12375 function definitions as statements in Pike. The first
12376 statement in a lambda block is now labeled defun-block-intro
12377 instead of statement-block-intro.
12378
12379 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12380 so that the class surrounding point is selected, not the one
12381 innermost in the state.
12382
12383 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12384 recognition of switch labels having hanging multiline
12385 statements.
12386
12387 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12388 some code in c-guess-basic-syntax to a separate function.
12389 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12390 recognition of member inits with multiple line arglists.
12391 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12392 member-init-cont when the commas are in funny places.
12393
123942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12395
12396 * cc-defs.el (c-auto-newline): Removed this macro since it's
12397 not used anymore.
12398
12399 * cc-engine.el (c-looking-at-bos): New helper function.
12400 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12401 inexpr and toplevel classes apart in Pike.
12402
12403 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12404 of case 9A.
12405
12406 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12407 constant, since "class" can introduce an in-expression class
12408 in Pike nowadays.
12409
124102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12411
12412 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12413 indentation on cpp-macro lines.
12414
12415 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12416 a syntax modifier like comment-intro, to make it possible to
12417 get syntactic indentation for preprocessor directives. It's
12418 incompatible wrt to lineup functions on cpp-macro, but it has
12419 no observable effect in the 99.9% common case where cpp-macro
12420 is set to -1000.
12421
124222000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12423
12424 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12425 member-init-cont when the preceding arglist is several lines.
12426
124272000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12428
12429 * cc-styles.el (c-style-alist): The basic offset for the BSD
12430 style corrected to 8.
12431
124322000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12433
12434 * cc-styles.el (c-style-alist): Adjusted the indentation of
12435 brace list openers in the gnu style.
12436
124372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12438
12439 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12440
12441 * cc-cmds.el (c-electric-brace, c-electric-slash,
12442 c-electric-star, c-electric-semi&comma, c-electric-colon,
12443 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12444 when c-syntactic-indentation is nil.
12445
12446 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12447 we were left at comments preceding the first statement when
12448 reaching the beginning of the buffer.
12449
12450 * cc-vars.el (c-syntactic-indentation): New variable to turn
12451 off all syntactic indentation.
12452
124532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12454
12455 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12456 between the text and the block comment ender when it hangs,
12457 depending on how many there are before the fill.
12458
124592000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12460
12461 * cc-engine.el (c-beginning-of-closest-statement): New helper
12462 function to go back to the closest preceding statement start,
12463 which could be inside a conditional statement.
12464 * cc-engine.el (c-guess-basic-syntax): Use
12465 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12466
12467 * cc-engine.el (c-guess-basic-syntax): Better handling of
12468 arglist-intro, arglist-cont-nonempty and arglist-close when
12469 the arglist is nested inside parens. Cases 7A, 7C and 7F
12470 changed.
12471
12472 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12473 up-to-date with javadoc 1.2.
12474
124752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12476
12477 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12478 multiline Pike type decls.
12479
124802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12481
12482 * cc-cmds.el (c-indent-new-comment-line): Always break
12483 multiline comments in multiline mode, regardless of
12484 comment-multi-line.
12485
124862000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12487
12488 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12489 fully::qualified::names in C++ member init lists. Preamble in
12490 case 5D changed.
12491
124922000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12493
12494 * cc-langs.el (c-common-init): Handling of obsolete variables
12495 moved to c-initialize-cc-mode. More compatible style override
12496 when using global style variables.
12497 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12498 variables moved here.
12499
a30eb617
DL
12500 * cc-styles.el (c-make-styles-buffer-local): Flag style
12501 variable localness in c-style-variables-are-local-p to make
12502 the compatibility measure in c-common-init work well.
12503
12504 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12505 longer contain set-from-style.
12506 * cc-styles.el (c-initialize-builtin-style): Don't check for
12507 set-from-style on c-special-indent-hook.
12508 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12509 copy-alist is sufficient now.
12510
12511 * cc-styles.el (c-set-style, c-set-style-1,
12512 c-get-style-variables): Fixes to variable initialization so
12513 that duplicate entries in styles have the same effect
12514 regardless of DONT-OVERRIDE.
12515
12516 * cc-styles.el (c-set-style-2): Fixed bug where the
12517 initialization of inheriting styles failed when the
12518 dont-override flag is set.
12519
12520 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12521 on this.
12522
125232000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12524
12525 * cc-defs.el (c-forward-comment): Removed the workaround
12526 introduced in 5.38 since it had worse side-effects. If a line
12527 contains the string "//\"", it regarded the // as a comment
12528 start since the \ temporarily doesn't have escape syntax.
12529
eb04d6cd 125302000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12531
12532 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12533 ada-xref.el before ada-prj.el, so that the Project menu is created
12534 when ada-prj tries to add to it.
12535 (ada-activate-keys-for-case): Suppress the characters that are not
12536 part of the Ada syntax. Better compatibility with else-mode
12537 (ada-adjust-case-interactive): When auto-casing is not active,
12538 correctly insert newlines (used to insert only ^M). Prevent the
12539 syntax table from being changed in case of an error
12540 (or '_' becomes part of a word and some commands are confused).
12541 Do nothing if ada-auto-case is nil.
12542 (ada-after-keyword-p): Ignore keywords that are also attributes
12543 (ada-batch-reformat): Update usage comment
12544 (ada-call-from-contextual-menu): New function
12545 (ada-case-read-exceptions): Reinitialize the casing exception list
12546 first to nil first, so that the casing exception file can be
12547 shared.
12548 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12549 files.
12550 (ada-compile-goto-error): Fix regexp used to detect a file:line
12551 anywhere in the error message
12552 (ada-contextual-menu-last-point): New variable
12553 (ada-create-keymap): If the variable delete-key-deletes-forward is
12554 t on XEmacs, it means that DEL should delete one character
12555 forward.
12556 (ada-create-menu): Use :included instead of :visible for XEmacs.
12557 New submenu "Options".
12558 (ada-end-stmt-re): Correctly indent "select ... then abort"
12559 statements.
12560 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12561 even if they don't match ada-fill-comment-prefix Fix handling of
12562 paragraphs on the first or last line of a file.
12563 (ada-format-paramlist): Fix handling of default parameter values.
12564 (ada-get-body-name): New function.
12565 (ada-get-current-indent): Optimized by searchling directly for an
12566 existing generic part or a statement outside of it. Handle
12567 ada-indent-align-comments when indenting comments Replaced some
12568 regexps by testing directly the next character. This results in a
12569 huge speedup on some files. New indentation scheme for renames
12570 statements. Stop looking for the 'while' or 'for' associated with
12571 a 'loop' at the first semicolon encountered. A "return" can also
12572 match an anonymous access subprogram declaration.
12573 (ada-get-indent-noindent): Ignore strings and comments when
12574 looking for the keywords "record" and "private".
12575 (ada-goto-matching-decl-start): When matching "if", make sure we
12576 are not in fact seeing "end if". Ignore "when" statements except
12577 when initial keyword was "begin". Fix handling of nested
12578 procedures. Add a recursive call to this function to skip over
12579 other 'end' statmts. Fix indentation for "when .. => begin"
12580 (ada-in-open-paren-p): Fix indentation for complex boolean
12581 expressions, where 'and then', 'or else' and parenthesis
12582 statements are mixed up.
12583 (ada-in-paramlist-p): Skip comments while searching for the
12584 beginning Fix handling of operator declarations.
12585 (ada-indent-align-comments): New variable
12586 (ada-indent-current): Change the syntax table only in the
12587 protected section, so that we are sure it is restored correctly.
12588 (ada-indent-on-previous-lines): Use ada-use-indent and
12589 ada-with-indent Correctly indent "select ... then"
12590 (ada-indent-region): Slight speedup.
12591 (ada-indent-renames): New variable.
12592 (ada-last-which-function-subprog, ada-last-which-function-line):
12593 New variables
12594 (ada-looking-at-semi-private): Correctly indent the 'private'
12595 keyword when it is the first word in a package declaration.
12596 (ada-loose-case-word): Stop searching if at the end of the buffer.
12597 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12598 even if point is not initially at the end of the word.
12599 (ada-matching-decl-start-re): Add "when".
12600 (ada-mode): Add support for abbrev-mode, outline-mode and
12601 which-func-mode Override the old find-file.el entry in
12602 ff-special-constructs since it is using the obsolete
12603 ada-spec-suffix variable
12604 (ada-no-auto-case): New function
12605 (ada-scan-paramlist): When parsing the argument type, accept
12606 spaces (as in "X 'Class", generated by Rational Rose).
12607 (ada-other-file-name): No longer loads the other file.
12608 (ada-popup-menu): Save and restore the current buffer and cursor
12609 position before and after displaying the menu.
12610 (ada-search-ignore-complex-boolean): New function.
12611 (ada-uncomment-region): Emacs21 already knows how to delete
12612 comments not starting in the first column.
12613 (ada-use-indent): New variable
12614 (ada-which-function): New function.
12615 (ada-with-indent): New variable
12616 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12617 can be batch-compiled from the command line.
12618
12619 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12620 Add to the menu when the file is loaded, not in ada-mode-hook.
12621 Add -toolbar to the default ddd command Switches moved from
12622 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12623 ada-prj-default-comp-opt
12624 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12625 Reference Manual to the menu
12626 (ada-check-current): rewritten as a call to ada-compile-current
12627 (ada-compile): Removed.
12628 (ada-compile-application, ada-compile-current, ada-check-current):
12629 Set the compilation-search-path so that compile.el automatically
12630 finds the sources in src_dir. Automatic scrollong of the
12631 compilation buffer. C-uC-cC-c asks for confirmation before
12632 compiling
12633 (ada-compile-current): New parameter, prj-field
12634 (ada-complete-identifier): Load the .ali file before doing
12635 processing
12636 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12637 conform to gnatmake's behavior.
12638 (ada-find-file-in-dir): New function
12639 (ada-find-references): Set the environment variables for gnatfind
12640 (ada-find-src-file-in-dir): New function.
12641 (ada-first-non-nil): Removed
12642 (ada-gdb-application): Add support for jdb, the java debugger.
12643 (ada-get-ada-file-name): Load the original-file first if not done
12644 yet.
12645 (ada-get-all-references): Handles the new ali syntax (parent types
12646 are found between <>).
12647 (ada-initialize-runtime-library): New function
12648 (ada-mode-hook): Always load a project file when a file is opened,
12649 so that the casing exceptions are correctly read.
12650 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12651 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12652 to open the project file, since the latter does not work with
12653 speedbar Get default values before loading the prj file, or the
12654 default executable file name is wrong. Use the absolute value of
12655 src_dir to initialize ada-search-directories and
12656 compilation-search-path,... Add the standard runtime library to
12657 the search path for find-file.
12658 (ada-prj-default-debugger): Was missing an opening '{'
12659 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12660 variables.
12661 (ada-prj-default-gnatmake-opt): New variable
12662 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12663 buffers, the project file is the default one Save the windows
12664 configuration before displaying the menu.
12665 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12666 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12667 ...) regexp-quote identifiers names to support operators +,
12668 -,... in regexps.
12669 (ada-remote): New function.
12670 (ada-run-application): Erase the output buffer before starting the
12671 run Support remote execution of the application. Use
12672 call-process, or the arguments are incorrectly parsed
12673 (ada-set-default-project-file): Reread the content of the active
12674 project file, not the one from the current buffer When a project
12675 file is set as the default project, all directories are
12676 automatically associated with it.
12677 (ada-set-environment): New function
12678 (ada-treat-cmd-string): New special variable ${current}
12679 (ada-treat-cmd-string): Revised. The substitution is now done for
12680 any ${...} substring
12681 (ada-xref-current): If no body was found, compiles the spec
12682 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12683 compiler to get rid of command line length limitations.
12684 (ada-xref-get-project-field): New function
12685 (ada-xref-project-files): New variable
12686 (ada-xref-runtime-library-specs-path)
12687 (ada-xref-runtime-library-ali-path): New variables
12688 (ada-xref-set-default-prj-values): Default run command now does a
12689 cd to the build directory. New field: main_unit Provide a default
12690 file name even if the current buffer has no prj file.
12691
12692 * ada-prj.el:
12693 Rewritten to show a tabbed-dialog.
12694 (ada-prj-add-ada-menu): Remove the map and name parameters.
12695 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12696 New function
12697 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12698 (ada-prj-load-from-file): New function
12699 (ada-prj-save): Always save fields that depend on the current buffer
12700 (ada-prj-show-value): New function
12701
12702 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12703 Ada mode. This will allow us to display the Ada menu in any buffer
12704 we want (for project items).
12705 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12706 number of spaces in the header.
12707
127082000-07-24 Dave Love <fx@gnu.org>
12709
12710 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12711
127122000-07-23 Noah Friedman <friedman@splode.com>
12713
12714 * type-break.el (type-break): perform autosave.
12715 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12716 (type-break-do-query): Cancel query schedule while performing
12717 actual query, to avoid possibility of a second query being made
12718 while first one is already in progress.
12719 (type-break-time-stamp-format): New variable.
12720 (type-break-time-stamp): New function.
12721 (type-break-time-warning): Use it.
12722 (type-break-keystroke-warning): Use it.
12723 (type-break-noninteractive-query): Use it.
12724
12725 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12726 cookie.
12727 Use add-minor-mode to set minor-mode-alist, if available.
12728 (eldoc-echo-area-use-multiline-p): New user option.
12729 (eldoc-echo-area-multiline-supported-p): New variable.
12730 (eldoc-docstring-format-sym-doc): Use them.
12731 (eldoc-mode): If not using idle timers, append to local post and
12732 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12733 (eldoc-display-message-no-interference-p): Don't interfere with
12734 edebug.
12735 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12736 (eldoc-function-arglist): New function.
12737 (eldoc-function-argstring): Use it.
12738
12739 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12740 auto save directory exists before calling directory-files.
12741
127422000-07-23 Dave Love <fx@gnu.org>
12743
12744 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12745 ^o, ^u.
12746
127472000-07-21 Dave Love <fx@gnu.org>
12748
12749 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12750 now passed to the function. It now works properly.
12751
12752 * smerge-mode.el (smerge-mode-menu): Fill it out.
12753
127542000-07-20 Gerd Moellmann <gerd@gnu.org>
12755
12756 * info-look.el (info-lookup): If *info* is shown in another frame
12757 on the same display, select that frame, instead of switching to
12758 the Info buffer in another window of the selected frame.
12759
12760 * simple.el (universal-argument-map): Bind numeric keypad keys
12761 kp-0 to kp-9 and kp-subtract.
12762 (digit-argument): Handle these keys.
12763
127642000-07-20 Dave Love <fx@gnu.org>
12765
12766 * net/goto-addr.el (goto-address-fontify): Don't bother with
12767 buffer-modified and read-only stuff -- irrelevant with overlays.
12768 Put an extra property on the overlays and use it to clean up in
12769 case goto-address is re-run.
12770
127712000-07-19 Richard M. Stallman <rms@gnu.org>
12772
12773 * timer.el (run-with-idle-timer): Doc fix.
12774
12775 * mail/mail-utils.el (mail-strip-quoted-names):
12776 Handle case where <...> appears inside "...".
12777 Use replace-match to edit the string more simply.
12778 (rmail-dont-reply-to): Cope with an unmatched ".
12779
127802000-07-19 Dave Love <fx@gnu.org>
12781
12782 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12783 implementation.
12784
12785 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12786 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12787 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12788
127892000-07-19 Gerd Moellmann <gerd@gnu.org>
12790
12791 * textmodes/refer.el: Correct maintainer's email address.
12792
12793 * progmodes/hideif.el: Correct author's email address.
12794 Fix typo in comment.
12795
12796 * xml.el: New file.
12797
12798 * mail/mailheader.el: Correct author's mail address.
12799
12800 * gnus/parse-time.el: Correct author's mail address.
12801
128022000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12803
12804 * comint.el (comint-highlight-input, comint-highlight-face):
12805 New user options.
12806 (comint-input-ring-file-name): Change custom type.
12807 (comint-mode-map): Bind mouse-2.
12808 (comint-insert-clicked-input): New function.
12809 (comint-send-input): Handle input highlighting.
12810
128112000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12812
12813 * mouse.el (popup-menu): New function.
12814 (mouse-major-mode-menu): Use it.
12815
128162000-07-18 Dave Love <fx@gnu.org>
12817
12818 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12819 improvements.
12820
128212000-07-18 Gerd Moellmann <gerd@gnu.org>
12822
12823 * faces.el (face-font-selection-order)
12824 (face-font-family-alternatives): Add custom type.
12825
128262000-07-18 Dave Love <fx@gnu.org>
12827
12828 * cus-edit.el (custom-variable-reset-saved)
12829 (custom-variable-reset-standard): Remove unused bindings.
12830
12831 * rect.el (open-rectangle-line): Remove unused let.
12832
12833 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12834
128352000-07-18 Gerd Moellmann <gerd@gnu.org>
12836
12837 * cdl.el: Fix `Maintainer' keyword.
12838
12839 * play/pong.el: Add author's email address.
12840
128412000-07-17 Sam Steingold <sds@gnu.org>
12842
12843 * files.el (insert-directory): Call `split-string' instead of
12844 re-implementing it.
12845
128462000-07-18 Gerd Moellmann <gerd@gnu.org>
12847
12848 * mail/vms-pmail.el: Change maintainer to FSF.
12849
12850 * net/goto-addr.el: Change maintainer to FSF.
12851
12852 * info.el (Info-title-face-alist): Removed.
12853
128542000-07-18 David Ponce <david@dponce.com>
12855
12856 * recentf.el (recentf-open-files): New command that works like
12857 `recentf-open-more-files', but shows the whole list of files (not just
12858 those omitted from the menu). Useful if you don't use a menu-bar!
12859 (recentf-open-more-files) Modified to use `recentf-open-files'.
12860
12861 (recentf-open-files, recentf-open-more-files)
12862 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12863
12864 (recentf-dialog-mode): New mode for dialogs. You can now just type
12865 "q" to cancel the dialogs.
12866
128672000-07-18 David Ponce <david@dponce.com>
12868
12869 * recentf.el: This is a major update of recentf.el. It adds new
12870 features to better organize the recentf menu and "More..." buffer.
12871
12872 Using new provided menu filtering functions you can now organize the
12873 recent files list:
12874
12875 - by major modes
12876 - by directories
12877 - by user defined rules
12878
12879 Finally, with the new `recentf-filter-changer' customizable filter you
12880 can define a ring of filters and dynamically (via the menu) cycle on
12881 each menu organization in the ring (a la msb).
12882
128832000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12884
12885 * eshell/eshell.el (eshell): Replace links to eshell.info with
12886 links to eshell, to avoid problems on systems where the manual is
12887 installed as `eshell'.
12888 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12889 * eshell/em-smart.el (eshell-smart): Ditto.
12890 * eshell/em-banner.el (eshell-banner): Ditto.
12891 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12892
12893 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12894 same-file check in the MS-DOS version (it does support inodes).
12895
12896 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12897
12898 * eshell/eshell.el (eshell-directory-name):
12899 Run default directory name through convert-standard-filename.
12900
129012000-07-18 Kenichi Handa <handa@etl.go.jp>
12902
12903 * international/mule-cmds.el (select-safe-coding-system):
12904 Fix typo in the comment.
12905
12906 * language/european.el (compound-text):
12907 Force katakana-jisx0201 to be designated to G1.
12908
12909 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12910 Don't translate some national variant characters of latin-jisx0201.
12911 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12912
12913 * international/kkc.el (kkc-after-update-conversion-functions):
12914 New variable.
12915 (kkc-update-conversion): Run functions in it at the tail.
12916
129172000-07-16 John Wiegley <johnw@gnu.org>
12918
12919 * lisp/align.el (align-newline-and-indent):
12920 Adding new function. for auto-aligning blocks of code on RET.
12921 (align-region): Fixed badly formatted minibuffer message.
12922
129232000-07-17 Kenichi Handa <handa@etl.go.jp>
12924
12925 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12926 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12927 the conversion list at first if appropriate.
12928 (kkc-next): Don't update kkc-next-count here.
12929 (kkc-prev): Don't update kkc-prev-count here.
12930 (kkc-show-conversion-list-update): Fix setting up of conversion
12931 list message.
12932
129332000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12934
12935 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12936
129372000-07-16 Dave Love <fx@gnu.org>
12938
12939 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12940 function to be more specific.
12941
12942 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12943 non-string help-echo.
12944 (widget-types-convert-widget): Defsubst it.
12945 (widget-echo-help): Try to cope with a help-echo function of two
12946 possible sorts.
12947
129482000-07-15 Jason Rumney <jasonr@gnu.org>
12949
12950 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12951 Declare as obsolete.
12952
12953 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12954
129552000-07-14 Gerd Moellmann <gerd@gnu.org>
12956
12957 * hilit-chg.el: Fix typo.
12958
129592000-07-14 Dave Love <fx@gnu.org>
12960
12961 * info.el (Info-mode-menu): Fix use of :help, :enable.
12962
129632000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12964
12965 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12966
129672000-07-13 Dave Love <fx@gnu.org>
12968
12969 * emacs-lisp/easymenu.el: Doc fixes.
12970 (easy-menu-remove): Defalias to ignore.
12971
12972 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12973 Call throw correctly.
12974
129752000-07-13 Gerd Moellmann <gerd@gnu.org>
12976
12977 * faces.el (frame-background-mode): Doc fix.
12978
12979 * simple.el (eval-expression-print-length): Change custom type to
12980 allow entering nil as value.
12981
129822000-07-13 Dave Love <fx@gnu.org>
12983
12984 * progmodes/fortran.el (fortran-imenu-generic-expression):
12985 Change definition layout.
12986 (fortran-mode-menu): Reinstate customize entries.
12987
12988 * cus-edit.el (custom-group-menu-create, customize-menu-create):
12989 Use :filter, per old XEmacs code.
12990
129912000-07-12 Gerd Moellmann <gerd@gnu.org>
12992
12993 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
12994 event when deciding what to send to the terminal.
12995
129962000-07-12 Dave Love <fx@gnu.org>
12997
12998 * cus-start.el: Add optional version as 4th element of specs and
12999 use it for several things new in v21. Remove load-path. Fix type
13000 of line-number-display-limit.
13001
130022000-07-11 Dave Love <fx@gnu.org>
13003
13004 * progmodes/fortran.el: Don't require easymenu.
13005 Use repeat counts in various regexps.
13006 (fortran-mode-syntax-table): Defvar directly.
13007 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13008 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13009 Use defvar, not defconst.
13010 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13011 (fortran-mode): Set fortran-comment-line-start-skip,
13012 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13013 (fortran-comment-indent): Use defsubst.
13014 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13015 Use fortran-comment-indent, not fortran-comment-indent-function.
13016 (fortran-comment-region, fortran-electric-line-number): Simplify.
13017 (fortran-auto-fill): New function.
13018 (fortran-do-auto-fill): Deleted.
13019 (fortran-find-comment-start-skip):
13020 Check for non-null comment-start-skip.
13021 (fortran-auto-fill-mode, fortran-fill-statement):
13022 Use fortran-auto-fill.
13023 (fortran-fill): Use fortran-auto-fill. Check for null
13024 comment-start-skip. Simplify final clause and use end-of-line finally.
13025
13026 * widget.el (widget-plist-member): New alias.
13027
130282000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13029
13030 * eshell/esh-module.el (toplevel): Reference
13031 byte-compile-current-file only if it is bound.
13032
130332000-07-10 Gerd Moellmann <gerd@gnu.org>
13034
13035 * dired.el: Don't require `dired-aux'.
13036
130372000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13038
13039 * dired-aux.el (dired-show-file-type): New function.
13040 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13041 (dired-show-file-type): Add autoload.
13042
130432000-07-10 Kenichi Handa <handa@etl.go.jp>
13044
13045 * international/mule-diag.el (describe-font): Adjusted for the
13046 change of fontset-info.
13047 (print-fontset): Likewise.
13048
130492000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13050
13051 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13052
130532000-07-07 Gerd Moellmann <gerd@gnu.org>
13054
13055 * bindings.el: Bind `[delete]' to delete-char.
13056
13057 * dired.el (dired-find-alternate-file): New function.
13058 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13059 (toplevel): Require dired-aux when compiling.
13060 (dired-buffers): Move defvar within file to avoid compiler warning.
13061
13062 * info.el (Info-last-search): Variable removed.
13063 (Info-search-history): New variable.
13064 (Info-search): New Info-search-history.
13065
13066 * battery.el, info-look.el: Change author's mail address.
13067
130682000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13069
13070 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13071 if rmail-ignored-headers is nil.
13072 (rmail-retry-failure): Bind rmail-ignored-headers and
13073 rmail-displayed-headers to nil.
13074
130752000-07-06 Gerd Moellmann <gerd@gnu.org>
13076
13077 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13078 (print-region-1): Don't hard code `-h' here.
13079
13080 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13081
130822000-07-01 Francesco Potorti` <pot@gnu.org>
13083
13084 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13085 exim can use "your message" instead of "the message".
13086
130872000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13088
13089 * facemenu.el: Docstrings fixes.
13090 (facemenu-get-face): Don't use internal-find-face.
13091 (facemenu-iterate): Rename arg to match the docstring.
13092
13093 * newcomment.el (uncomment-region): Be more careful when skipping
13094 backwards over `=' not to bump into BOBP.
13095
130962000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13097
13098 * ediff-diff.el (ediff-wordify): Use syntax table.
13099 * ediff-init.el (ediff-has-face-support-p): Use
13100 ediff-color-display-p.
13101 (ediff-color-display-p): Use display-color-p, changed to defun
13102 from defsubst.
13103 Got rid of special cases for NeXT and OS/2.
13104 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13105 face.
13106
131072000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13108
13109 * emacs-lisp/lucid.el: Require CL.
13110 (copy-tree, remprop): Remove, it's provided by CL.
13111 (map-keymap): Define in terms of cl-map-keymap.
13112 (extent-property, set-extent-end-glyph): New functions.
13113
13114 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13115
131162000-07-05 Gerd Moellmann <gerd@gnu.org>
13117
13118 * Makefile.in (DONTCOMPILE): Add comment that the name may
13119 not be changed without changing the make-dist script.
13120
13121 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13122 (cl-mapc): Use mapc instead of cl-old-mapc.
13123
131242000-07-05 Andrew Innes <andrewi@gnu.org>
13125
13126 * makefile.nt: Add support for `bootstrap' and related targets.
13127
131282000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13129
13130 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13131 (easy-menu-do-define): Use `menu-item' format.
13132 Handle case where easy-menu-create-menu returns a symbol.
13133 Manually call the potential top-level filter in the function binding.
13134 (easy-menu-filter-return): New arg NAME.
13135 Convert to a keymap if MENU is an XEmacs menu.
13136 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13137 (easy-menu-converted-items-table, easy-menu-convert-item):
13138 New var and fun to memoize easy-menu-convert-item-1.
13139 (easy-menu-do-add-item): Use it.
13140 (easy-menu-create-menu): Use easy-menu-convert-item.
13141 Wrap easy-menu-filter-return around any :filter specification.
13142 Don't convert the menu if a filter was specified.
13143 Tell easy-menu-make-symbol not to check for MENU being an expression.
13144 (easy-menu-make-symbol): New arg NOEXP.
13145
131462000-07-05 Gerd Moellmann <gerd@gnu.org>
13147
13148 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13149 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13150 (eval-defun): If called with prefix arg, instrument code for
13151 Edebug.
13152
13153 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13154 similar to that of eval-defun.
13155
131562000-07-04 Dave Love <fx@gnu.org>
13157
13158 * hl-line.el (hl-line-overlay): Make it permanent-local.
13159
13160 * calendar/todo-mode.el: Replaced with a working version, based on
13161 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13162
131632000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13164
13165 * paths.el (prune-directory-list): New function.
13166 (Info-default-directory-list): Rewritten to more methodically
13167 enumerate a big list of possible info directories (based on the
13168 list used by the standalone info reader).
13169
13170 * info.el (info-initialize): Use prune-directory-list to remove
13171 non-existent directories from Info-directory-list.
13172
13173 * paths.el (Info-default-directory-list): Try a list of possible
13174 info-directories instead of a single one. Add the possible
13175 info directory "/usr/share/info".
13176
13177 * woman.el (woman-man.conf-path): Explicitly include the debian
13178 man-db config file "/etc/manpath.config".
13179 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13180 are present in `manpath.config'.
13181 (woman-manpath): Include "/usr/share/man".
13182
131832000-07-03 Gerd Moellmann <gerd@gnu.org>
13184
13185 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13186
13187 * startup.el (command-line): Initialize blink-cursor based
13188 on window-system.
13189
13190 * frame.el (blink-cursor): Default to nil if not running under
13191 a window-system.
13192
13193 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13194 (face-x-resources): Remove duplicate entry for :font.
13195
13196 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13197 instead of cycling through windows with next-window.
13198
13199 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13200 of cycling through windows with next-window.
13201
13202 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13203 of cycling through windows with next-window.
13204
13205 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13206 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13207 instead of cycling through windows with next-window.
13208
13209 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13210 instead of cycling through windows with next-window.
13211
13212 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13213 of cycling through windows with next-window.
13214
13215 * terminal.el (te-process-output): Use walk-windows instead of
13216 cycling through windows with next-window.
13217
13218 * server.el (server-switch-buffer): Use some-window instead of
13219 cycling through windows with next-window.
13220
13221 * window.el (some-window): New function.
13222 (walk-windows): Remove reference to walk-windows-start.
13223
13224 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13225
132262000-07-03 Richard Stallman <rms@gnu.org>
13227
13228 * window.el (walk-windows): Guarantee termination by keeping a list
13229 of all the windows already handled.
13230
132312000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13232
13233 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13234 window-system.
13235
13236 * man.el (Man-notify-when-ready): Don't use window-system. If
13237 Man-notify-method is newframe, and the display is not
13238 multi-frame, select the frame created for the man page.
13239 (Man-init-defvars): Doc fix.
13240
132412000-06-28 Gerd Moellmann <gerd@gnu.org>
13242
13243 * faces.el (region): Change background color for light background.
13244
13245 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13246 attribute from mode-line face of Ediff control frame.
13247
13248 * replace.el (query-replace-map): Bind `e' like `E'.
13249
132502000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13251
13252 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13253 Change name to "Select All".
13254
13255 * dos-fns.el (convert-standard-filename): Fix last change.
13256
132572000-06-27 Gerd Moellmann <gerd@gnu.org>
13258
13259 * help.el (describe-variable): Don't insert a second `'s' in front
13260 of the string `value is shown below'. Since the syntax-table is
13261 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13262 an existing `'s', so that this won't be deleted.
13263
13264 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13265 * pcmpl-unix.el: New files.
13266
132672000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13268
13269 * wid-edit.el (widget-member): Use the new plist-member.
13270
132712000-06-26 Gerd Moellmann <gerd@gnu.org>
13272
13273 * replace.el (perform-replace): Undo change of 2000-04-04.
13274 Instead, move backward 1 character at the end of the loop when
13275 necessary.
13276
13277 * faces.el (fringe): Change face for different backgrounds.
13278
13279 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13280 patch from John.
13281
13282 * eshell/*.el: Change spelling of the Free Software Foundation.
13283
13284 * eshell/esh-toggle.el: Removed.
13285
13286 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13287
13288 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13289 interactively.
13290
132912000-06-26 Alex Schroeder <alex@gnu.org>
13292
13293 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13294 `define-key'; instead of checking `(emacs-version)' check for
13295 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13296 for `;' and `o' which might be electric.
13297
13298 (sql-electric-stuff): New user option.
13299 (sql-magic-go): New function which uses `sql-electric-stuff'.
13300 (sql-magic-semicolon): New function which uses
13301 `sql-electric-stuff'.
13302
13303 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13304 is not fboundp.
13305
13306 (sql-oracle-options): New variable.
13307 (sql-oracle): Use it.
13308
13309 (sql-imenu-generic-expression): Doc change.
13310 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13311 is used.
13312
13313 (sql-informix): Added command line parameter "-" to force
13314 sql-informix-program to use stdout.
13315
133162000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13317
13318 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13319 (cp864-decode-table): Doc fix.
13320 (cp720-decode-table): New variable, supports the Arabic OEM
13321 codepage used by Windows.
13322 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13323
133242000-06-23 Dave Love <fx@gnu.org>
13325
13326 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13327 (font-lock-fontify-anchored-keywords): Use
13328 line-beginning-position.
13329 (global-font-lock-mode): Use mapc.
13330
133312000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13332
13333 * eshell/esh-module.el: Require CL when compiling.
13334
133352000-06-23 Gerd Moellmann <gerd@gnu.org>
13336
13337 * comint.el (comint-substitute-in-file-name): Call replace-match
13338 with second and third arg t.
13339
13340 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13341 Specify foreground color.
13342
13343 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13344 color.
13345
13346 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13347
13348 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13349 cddr instead of cdddr.
13350
13351 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13352 instead of copy-list.
13353
13354 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13355 of copy-list.
13356
13357 * subdirs.el: Add eshell subdirectory.
13358
13359 * eshell: New subdirectory containing the Eshell package.
13360
13361 * pcomplete.el: New file.
13362
133632000-06-23 Paul Eggert <eggert@twinsun.com>
13364
13365 * mail/mailpost.el (post-mail-send-it): Make sure file has
13366 proper permissions from birth.
13367
13368 * files.el (basic-save-buffer-2): When temporarily setting
13369 file modes, set them to current modes plus 0200, not to 0777.
13370
13371 * emerge.el (emerge-make-temp-file): Make sure file has proper
13372 permissions from birth.
13373
133742000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13375
13376 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13377 backup file name through convert-standard-filename.
13378
13379 * dos-fns.el (convert-standard-filename): Convert leading
13380 directories as well. When long file names are supported, convert
13381 characters that are invalid in Windows file names.
13382
133832000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13384
13385 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13386 ps-print crashes. New feature: page selection for printing. Create
13387 raw-text-unix coding system for XEmacs. Doc fix.
13388 (ps-print-version): New version number (5.2.3).
13389 (ps-plot-region): Bug fix.
13390 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13391 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13392 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13393 funs.
13394 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13395 (ps-last-page): New vars.
13396
133972000-06-21 Gerd Moellmann <gerd@gnu.org>
13398
13399 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13400 empty option string.
13401
134022000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13403
13404 * man.el (man): Doc fix.
13405
134062000-06-21 Kenichi Handa <handa@etl.go.jp>
13407
13408 * international/mule-cmds.el (set-language-info-alist): Docstring
13409 fixed.
13410
134112000-06-20 Gerd Moellmann <gerd@gnu.org>
13412
13413 * version.el (emacs-version): Use ISO date format.
13414
13415 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13416 instead of `M-backspace'.
13417
13418 * simple.el (turn-off-auto-fill): New function.
13419
134202000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13421
13422 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13423 Renamed from with-buffer-prepared-for-font-lock and use
13424 inhibit-modification-hooks rather than setting *-change-functions.
13425 Update all functions to use the new name.
13426 (jit-lock-first-unfontify-pos): New semantics (and doc).
13427 (jit-lock-mode): Make non-interactive.
13428 Don't automatically turn on font-lock.
13429 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13430 Always use jit-lock-after-change.
13431 Remove and restore font-lock-after-change-function.
13432 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13433 (jit-lock-after-unfontify-buffer): Remove.
13434 (jit-lock-stealth-fontify):
13435 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13436 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13437
134382000-06-20 Sam Steingold <sds@gnu.org>
13439
13440 * emacs-lisp/cl-indent.el (toplevel): Indent
13441 `print-unreadable-object' properly. Untabify.
13442
134432000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13444
13445 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13446 Support for bibentry.
13447 (reftex-compile-variables): Fixed problem with end of section-re.
13448
13449 * texmodes/reftex-dcr.el (reftex-view-crossref,
13450 reftex-view-crossref-from-bibtex):
13451 Deal with changed `reftex-find-citation-regexp-format'.
13452 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13453 Replaced `remprop' with `put'.
13454 (reftex-view-crossref, reftex-view-crossref-when-idle):
13455 Support for bibentry.
13456
13457 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13458 New entry for bibentry package.
13459
13460 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13461 Regexp also matches "\nobibliography".
13462
13463 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13464 Call `reftex-ensure-write-access' before doing anything.
13465 (reftex-ensure-write-access): New function.
13466
134672000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13468
13469 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13470
13471 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13472
13473 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13474
13475 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13476
13477
134782000-06-20 Dave Love <fx@gnu.org>
13479
13480 * faces.el (frame-background-mode): Use set-default, not set, in
13481 setter.
13482 (frame-update-faces, frame-update-face-colors): Define with
13483 defalias.
13484
13485 * enriched.el (enriched-decode-foreground)
13486 (enriched-decode-background): Don't use internal-find-face.
13487
13488 * apropos.el: Doc fixes.
13489
13490 * cus-edit.el (customize-changed-options): Check arg.
13491 (customize-version-lessp): Don't require decimal point.
13492
13493 * custom.el (defcustom, defgroup): Doc fix.
13494
13495 * newcomment.el (comment) <defgroup>: Add :version.
13496 (comment-multi-line): Doc fix.
13497
13498 * emulation/mlsupport.el (define-hooked-local-abbrev,
13499 define-hooked-global-abbrev): Fix, using define-abbrev.
13500
135012000-06-19 Gerd Moellmann <gerd@gnu.org>
13502
13503 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13504 the whole buffer.
13505
135062000-06-19 Dave Love <fx@gnu.org>
13507
13508 * menu-bar.el (menu-bar-options-save): New function.
13509 (menu-bar-options-menu): Use it.
13510 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13511 Simplify.
13512
135132000-06-19 Andreas Schwab <schwab@suse.de>
13514
13515 * progmodes/etags.el (tags-query-replace): Put new parameters
13516 START and END at the end, for backward compatibility.
13517
135182000-06-19 Kenichi Handa <handa@etl.go.jp>
13519
13520 * international/codepage.el:
13521 (cp-coding-system-for-codepage-1): Delete special codes for
13522 generating xxx-dos coding system because now a CCL based coding
13523 system can handle EOL conversion by default.
13524
13525 * international/mule.el (make-coding-system): Generate subsidiary
13526 coding systems for EOL handling variants even for a CCL based
13527 coding system.
13528
135292000-06-19 Kenichi Handa <handa@etl.go.jp>
13530
13531 * international/isearch-x.el (isearch-minibuffer-input-method)
13532 (isearch-minibuffer-input-method-function): These variables
13533 deleted.
13534 (isearch-with-input-method): Don't use the above variables.
13535 (isearch-process-search-multibyte-characters): Likewise. Call
13536 read-string with the arg INHERIT-INPUT-METHOD t.
13537
135382000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13539
13540 * font-lock.el (font-lock-after-fontify-buffer)
13541 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13542
13543 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13544 Use consistent make-local-variable style for font-lock-fontified.
13545 (jit-lock-fontify-buffer):
13546 Don't bother checking for font-lock-mode and jit-lock-mode.
13547
13548 * time.el: Remove trailing ^M that prevent CVS-merging.
13549
135502000-06-16 Gerd Moellmann <gerd@gnu.org>
13551
13552 * Makefile.in (distclean): New target.
13553
135542000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13555
13556 * Makefile.in (srcdir): Define for update-subdirs.
13557
135582000-06-16 Gerd Moellmann <gerd@gnu.org>
13559
13560 * find-lisp.el: New file.
13561
135622000-06-16 Andrew Innes <andrewi@gnu.org>
13563
13564 * time.el (display-time-mail-function): New variable, to allow
13565 external packages to indicate when new mail is available.
13566 (display-time-update): Use it.
13567
135682000-06-16 Kenichi Handa <handa@etl.go.jp>
13569
13570 * international/mule.el (mule-version): Change version name to
13571 SAKAKI. AOI has already been used by Meadow.
13572
13573 * international/quail.el (quail-show-guidance-buf): To find the
13574 bottom window (but minibuffer), pay attention to the height of
13575 minibuffer.
13576
135772000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13578
13579 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13580 menu-bar menus. Add help strings. Don't remove the Edit menu
13581 from the menu bar, as the menu bar has enough space now.
13582
13583 * Makefile.in (SHELL): Make sure /bin/sh is used.
13584
13585 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13586 characters, which use series of two ^H characters instead of one.
13587
135882000-06-15 Gerd Moellmann <gerd@gnu.org>
13589
13590 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13591 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13592 functions.
13593 (Info-find-node-2): Try a case-sensitive search first, then
13594 do a case-insensitive search.
13595
13596 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13597 tutorials.
13598
13599 * complete.el (PC-env-vars-alist): New variable.
13600 (PC-complete-as-file-name): New function.
13601 (partial-completion-mode): Initialize PC-env-vars-alist from
13602 process-environment.
13603 (PC-do-completion): Handle completion of env vars.
13604
13605 * info.el (Info-set-mode-line): Show file name in mode line,
13606 use `*Info*' instead of `Info:'.
13607
13608 * startup.el (command-line-1): Change copyright messages to year
13609 2000.
13610
136112000-06-15 Dave Love <fx@gnu.org>
13612
13613 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13614 not local-map.
13615
136162000-06-15 Kenichi Handa <handa@etl.go.jp>
13617
13618 * international/mule.el (set-buffer-file-coding-system): Almost
13619 rewritten to handle `undecided' as no-op.
13620
136212000-06-14 Gerd Moellmann <gerd@gnu.org>
13622
13623 * Makefile.in: New file.
13624
13625 * Makefile: Removed.
13626
13627 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13628 (goto-address-highlight-keymap): Bind C-c RET.
13629
136302000-06-14 Kenichi Handa <handa@etl.go.jp>
13631
13632 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13633 inherits buffer-file-coding-system of the current buffer.
13634
13635 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13636 0. Give correct argument to set-auto-coding-function.
13637 (tar-expunge): For goto-char, use (point-min), not 0.
13638 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13639 (tar-subfile-save-buffer): Likewize.
13640
13641 * international/mule.el
13642 (after-insert-file-set-buffer-file-coding-system): Call
13643 set-buffer-file-coding-system with the arg FORCE t.
13644
136452000-06-13 Gerd Moellmann <gerd@gnu.org>
13646
13647 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13648 nil. Contemporary sendmails issue an X-Authentication-Warning if
13649 the sender is set with `-f'.
13650
136512000-06-13 Dave Love <fx@gnu.org>
13652
13653 * help.el (describe-function-1): Kluge around cases of functions
13654 fset to subrs whose doc doesn't match their symbol-name.
13655
13656 * image.el (insert-image): Default STRING to a space.
13657
13658 * info.el Doc fixes.
13659 (Info-build-node-completions): Match Ref tags.
13660
136612000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13662
13663 * frame.el (display-multi-frame-p, display-multi-font-p): New
13664 defaliases for display-graphic-p.
13665
13666 * hl-line.el: Fixed a typo in commentary.
13667
136682000-06-13 Kenichi Handa <handa@etl.go.jp>
13669
13670 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13671 fixed.
13672
136732000-06-12 Dave Love <fx@gnu.org>
13674
13675 * image.el (insert-image): Save a little consing.
13676
136772000-06-12 Kenichi Handa <handa@etl.go.jp>
13678
13679 * language/tibet-util.el: Convert all tibetan-1-column characters
13680 to the corresponding tibetan characters.
13681 (tibetan-add-components): Delete code for the special treatment of
13682 'a chung.
13683
13684 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13685 change.
13686 (tibetan-vowel-transcription-alist): More rules added.
13687 (tibetan-composite-vowel-alist): New variable.
13688 (tibetan-precomposition-rule-alist): More rules added.
13689
136902000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13691
13692 * startup.el (command-line): Only call menu-bar-mode if interactive.
13693
13694 * thingatpt.el (toplevel symbol-properties):
13695 * textmodes/makeinfo.el (makeinfo-compile):
13696 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13697 * progmodes/hideif.el (hif-compress-define-list)
13698 (hide-ifdef-use-define-alist):
13699 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13700 (ange-ftp-vms-add-file-entry):
13701 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13702 * man.el (Man-build-man-command):
13703 * mail/rnewspost.el (news-reply-header-hook):
13704 * info.el (Info-insert-dir):
13705 * emulation/mlconvert.el (backward-word, forward-word, setq):
13706 * emacs-lisp/gulp.el (gulp-send-requests):
13707 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13708 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13709 (byte-optimize-apply, end of file):
13710 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13711 (ad-make-freeze-definition):
13712 * startup.el (command-line, command-line-1): Don't quote lambdas.
13713
13714 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13715 (cvs-cleanup-removed): New function.
13716 (cvs-cleanup-functions): New var.
13717 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13718 some flexibility in specifying additional entries to auto-cleanup.
13719 (cvs-quickdir): New function.
13720 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13721 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13722 (cvs-mode-find-file): Check that we are on a filename or dirname
13723 when invoked through a mouse-click.
13724 (cvs-full-path): Remove.
13725 (cvs-dired-action): Re-introduced.
13726 (cvs-dired-noselect): Use it.
13727 (vc-post-command-functions): use this new hook if available.
13728
13729 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13730 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13731 (cvs-filename-map, cvs-dirname-map): Remove.
13732 (cvs-default-action): Remove.
13733 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13734 if the arg is really a keymap.
13735 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13736 Don't hardcode the mapping from state (aka type) to face, but check
13737 the var cvs-fi-<type>-face instead.
13738 (cvs-fileinfo-from-entries): New function.
13739
13740 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13741 Docstring fix.
13742 (cvs-find-file-and-jump): Change default to be safer.
13743 (cvs-mode-diff-map): Define it as a function as well.
13744 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13745 Bind mouse-2 in this global map rather than with text-properties.
13746
13747 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13748 file to resolve the ambiguity between C(conflict) and C(need-merge).
13749
137502000-06-12 Kenichi Handa <handa@etl.go.jp>
13751
13752 * international/mule.el (set-buffer-file-coding-system): If
13753 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13754 unconditionally.
13755
137562000-06-12 Dave Love <fx@gnu.org>
13757
13758 * wid-edit.el (widget-specify-button): Really suppress the face if
13759 required.
13760
137612000-06-11 Gerd Moellmann <gerd@gnu.org>
13762
13763 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13764
137652000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13766
13767 * imenu.el (imenu-generic-expression): Docstring fix.
13768
13769 * composite.el (composition-function-table): Move the `put'
13770 below the autoload cookie so we can load the file before loaddefs.
13771
13772 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13773
13774 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13775 Handle easy-mmode-define-global-mode.
13776 For complex macros like define-minor-mode that can generate
13777 several autoload entries, try to autoload entries in the
13778 macroexpanded code.
13779
13780 * emacs-lisp/easy-mmode.el (define-minor-mode):
13781 If KEYMAP is a symbol, just use it.
13782 Use byte-compile-current-file and load-file-name to infer the
13783 proper :require to pass to defcustom.
13784 Wrap the hook var into `progn' so as not to autoload it.
13785 Add a :autoload-end cookie.
13786 Be more careful about the evaluation of KEYMAP.
13787 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13788 (define-derived-mode): Move define-abbrev-table outside of defvar.
13789
137902000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13791
13792 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13793 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13794 (backup-compiled-files): Ignore errors during `tar'.
13795 (bootstrap): Make autoloads before elc files.
13796
137972000-06-10 Kenichi Handa <handa@etl.go.jp>
13798
13799 * international/mule.el (set-buffer-file-coding-system): If one of
13800 undecided-XXX is specified, change only EOL conversion.
13801
13802 * international/mule-conf.el (unix): New alias for the coding
13803 system undecided-unix.
13804
138052000-06-09 Dave Love <fx@gnu.org>
13806
13807 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13808
13809 * progmodes/executable.el: Byte compile dynamic.
13810 (executable-insert): Change custom type.
13811 (executable-find): Add autoload cookie.
13812 (executable-make-buffer-file-executable-if-script-p): New
13813 function. After Noah Friedman.
13814
13815 * files.el (after-save-hook): Customize, with
13816 executable-make-buffer-file-executable-if-script-p as an option.
13817
138182000-06-09 Kenichi Handa <handa@etl.go.jp>
13819
13820 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13821 "tib24p-mule.bdf" for Tibetan.
13822
13823 * composite.el (decompose-composite-char): Declare it as obsolete.
13824
13825 * man.el (Man-fontify-manpage): Pay attention to underline and
13826 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13827
138282000-06-08 Gerd Moellmann <gerd@gnu.org>
13829
13830 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13831 Set maintainer to FSF since author isn't reachable.
13832
138332000-06-08 Dave Love <fx@gnu.org>
13834
13835 * international/mule-cmds.el (select-safe-coding-system): If
13836 DEFAULT-CODING-SYSTEM is not specified, also check the most
13837 preferred coding-system if buffer-file-coding-system is
13838 `undecided'. From Handa.
13839
138402000-06-08 Kenichi Handa <handa@etl.go.jp>
13841
13842 * international/mule.el
13843 (after-insert-file-set-buffer-file-coding-system): If the buffer
13844 size is greater than INSERTED, judget that we are not visiting.
13845
138462000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13847
13848 * whitespace.el (defgroup whitespace): Comment out `:version'.
13849 XEmacs 20.4 has problems defining the group with this present.
13850 We'll have this commented out till get resolve the problem.
13851
138522000-06-07 John Wiegley <johnw@gnu.org>
13853
13854 * align.el (align-dq-string-modes, align-sq-string-modes)
13855 (align-open-comment-modes): Add pyhton-mode.
13856 (align-rules-list): Use get-text-property instead of
13857 text-properties-at.
13858 (align-rules-list): Add python-assignment.
13859 (align-rules-list): Change perl-comma-delimiter to
13860 basic-comma-delimiter. Use if for Perl modes and python-mode.
13861 (align-rules-list): Add python-chain-logic and
13862 basic-line-continuation.
13863
138642000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13865
13866 * apropos.el (apropos-mode-hook): New user variable.
13867 (apropos-mode): Run apropos-mode-hook.
13868
138692000-06-07 David Ponce <david@dponce.com>
13870
13871 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13872 commands. Require `wid-edit' at run-time.
13873
138742000-06-07 David Ponce <david@dponce.com>
13875
13876 * recentf.el: Added some "Commentary".
13877 (recentf-open-more-files, recentf-edit-list): Minor changes to
13878 move the point at the top of the file list. This behaviour is
13879 consistent with the menu one when the list contains a lot of
13880 files.
13881 (recentf-cleanup): Now displays the number of items removed from
13882 the list.
13883 (recentf-relative-filter) New menu filter to show filenames
13884 relative to `default-directory'.
13885
138862000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13887
13888 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13889 with/without giving an error if PostScript printer doesn't have this
13890 kind of page size. Zebra Stripe continues or restarts on next page.
13891 Manual/automatic paper feeding. Switch or not the header.
13892 (ps-print-version): New version number (5.2.2).
13893 (ps-windows-system): Include emx as a Windows system.
13894 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13895 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13896 (ps-background-text): Code fix.
13897 (ps-error-handler-message, ps-user-defined-prologue)
13898 (ps-print-prologue-header, ps-printer-name)
13899 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13900 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13901 (ps-use-face-background): Customization fix.
13902 (ps-n-up-database): Data fix.
13903 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13904 (ps-switch-header): New vars.
13905 (ps-xemacs-color-name, ps-face-foreground-name)
13906 (ps-face-background-name, ps-boolean-constant): New funs.
13907
139082000-06-07 Dave Love <fx@gnu.org>
13909
13910 * allout.el: New version from Manheimer.
13911
139122000-06-07 Kenichi Handa <handa@etl.go.jp>
13913
13914 * textmodes/fill.el (fill-find-break-point): Check the validity of
13915 charset.
13916
139172000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13918
13919 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13920 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13921 Call display-color-p and display-mouse-p instead of looking at
13922 window-system.
13923
139242000-06-06 Dave Love <fx@gnu.org>
13925
13926 * image.el (find-image): Doc fix. Return nil if image not found.
13927 (put-image, insert-image): Make STRING arg optional.
13928
139292000-06-06 Kenichi Handa <handa@etl.go.jp>
13930
13931 * language/vietnamese.el: Remove eval-when-compile.
13932 (viet-viscii-nonascii-translation-table): Define it as a
13933 translation table made from viet-viscii-decode-table.
13934 (viet-viscii-encode-table): Define it as a translation table made
13935 from the reverse map of above.
13936 (viet-vscii-nonascii-translation-table): Define it as a
13937 translation table made from viet-vscii-decode-table.
13938 (viet-vscii-encode-table): Define it as a translation table made
13939 from the reverse map of above.
13940 (ccl-decode-viscii): Use translate-character.
13941 (ccl-encode-viscii, ccl-encode-viscii-font)
13942 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13943 Likewize.
13944
13945 * language/cyrillic.el: Remove eval-when-compile.
13946 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13947 translation table made from cyrillic-koi8-r-decode-table.
13948 (cyrillic-koi8-r-encode-table): Define it as a translation table
13949 made from the reverse map of above.
13950 (ccl-decode-koi8): Use translate-character.
13951 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13952 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13953 a translation table made from cyrillic-alternativnyj-decode-table.
13954 (cyrillic-alternativnyj-encode-table): Define it as a translation
13955 table made from the reverse map of above.
13956 (ccl-decode-alternativnyj): Use translate-character.
13957 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13958 Likewize
13959
13960 * international/mule-diag.el (non-iso-charset-alist): Specify
13961 translation table symbol instead of translation table itself.
13962 (list-block-of-chars): CHARSET may be a translation table symbol.
13963
13964 * international/mule.el (make-coding-system): If CODING-SYSTEM
13965 already exists, override it.
13966
13967 * international/fontset.el: Use family `proportional' for Tibetan
13968 fonts.
13969
13970 * international/ccl.el (ccl-compile-translate-character): Don't
13971 check if Rrr has property translation-table.
13972 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13973
139742000-06-05 Gerd Moellmann <gerd@gnu.org>
13975
13976 * info.el: Bind case-fold-search to t when searching in case
13977 a user sets it to nil in a hook.
13978
139792000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13980
13981 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13982 * hl-line.el (hl-line-mode): Use the new :global key argument.
13983
13984 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
13985 (tar-clip-time-string): Prepend a space.
13986 (tar-grind-file-mode): Construct a string rather than modifying one.
13987 (tar-header-block-summarize): Fix docstring.
13988 Use `format' rather than an error-prone set of copy-loops.
13989
13990 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
13991 (diff-goto-source, diff-unified->context, diff-context->unified)
13992 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
13993 understand the format output by the `-p' argument to diff.
13994
13995 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
13996 (sh-re-done): Use defconst.
13997 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
13998 (sh-help-string-for-variable, sh-guess-basic-offset):
13999 Don't quote lambdas.
14000 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14001 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14002
14003 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14004 (mh-letter-mode): Derive from text-mode.
14005 This implicitly means that it now calls kill-all-local-variables.
14006 Also remove the Emacs-18 compatibility code.
14007
14008 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14009 Make use of symbol-property doc-string-elt.
14010 Use memq rather than a sequence of eq.
14011 (doc-string-elt): Fix the wrong or missing previously unused values.
14012 (autoload-print-form): New function extracted from
14013 generate-file-autoloads to allow recursion when handling progn
14014 so that defvar's and defun's docstrings are properly printed.
14015 (generate-file-autoloads): Use it.
14016
14017 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14018 Use find-file-hooks in the minor-mode function.
14019 Be careful not to loop indefinitely in the post-command-hook function.
14020
140212000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14022
14023 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14024 tty's.
14025 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14026 differences whenever appropriate.
14027 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14028 * viper.el (find-file, find-file-other-window): Get viper to do
14029 wildcards.
14030
140312000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14032
14033 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14034 (jit-lock-fontify-buffer): New function for JIT refontification.
14035 (jit-lock-mode): Fix docstring.
14036 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14037 Remove jit-lock-after-change from the _local_ hook.
14038 (jit-lock-function-1): Fix docstring.
14039
14040 * info.el (Info-on-current-buffer): Initialize info.
14041
14042 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14043
14044 * progmodes/tcl.el (tcl-indent-for-comment):
14045 Ignore comment-indent-hook.
14046
14047 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14048 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14049 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14050 and improve to use the lighter to guess the capitalization.
14051 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14052 Add keyword arguments to specify global-ness or the custom group.
14053 Add local-map and help-echo properties to the lighter.
14054 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14055 (easy-mmode-define-global-mode): New macro.
14056
140572000-06-02 Dave Love <fx@gnu.org>
14058
14059 * wid-edit.el: byte-compile-dynamic since we typically don't use
14060 all the widgets. Don't require cl or widget. Remove
14061 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14062 (widget-read-event): Removed. Callers changed to use read-event.
14063 (widget-button-release-event-p): Renamed from
14064 button-release-event-p.
14065 (widget-field-add-space, widget-field-use-before-change):
14066 Uncustomize.
14067 (widget-specify-field): Use keymap property, not local-map.
14068 (widget-specify-button): Obey :suppress-face.
14069 (widget-specify-insert): Use modern backquote syntax.
14070 (widget-image-directory): Renamed from widget-glyph-directory.
14071 (widget-image-enable): Renamed from widget-glyph-enable.
14072 (widget-image-find): Replaces widget-glyph-find.
14073 (widget-button-pressed-face): Move defvar.
14074 (widget-image-insert): Replaces widget-glyph-insert.
14075 (widget-convert): Use keywordp.
14076 (widget-leave-text, widget-children-value-delete): Use mapc.
14077 (widget-keymap): Remove XEmacs stuff.
14078 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14079 (widget-button-click): Don't set point at the click, but re-centre
14080 if we scroll out of window. Rewritten for images v. glyphs &c.
14081 (widget-tabable-at): Use POS arg, not point.
14082 (widget-beginning-of-line, widget-end-of-line)
14083 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14084 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14085 (widget-default-create): Use widget-image-insert; some rewriting.
14086 (widget-visibility-value-create)
14087 (widget-push-button-value-create, widget-toggle-value-create): Use
14088 widget-image-insert.
14089 (checkbox): Create on and off images dynamically.
14090 (documentation-link): Change :help-echo.
14091 (widget-documentation-link-echo-help): Remove.
14092
140932000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14094
14095 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14096
14097 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14098 (easy-mmode-define-toggle, define-minor-mode): Use it.
14099 (easy-mmode-define-keymap): Docstring fix.
14100 (define-derived-mode): Default PARENT to fundamental-mode.
14101 Add the derived-mode-parent symbol-property.
14102 (easy-mmode-derived-mode-p): New function.
14103
141042000-06-02 Dave Love <fx@gnu.org>
14105
14106 * files.el (convert-standard-filename): Doc fix.
14107 (normal-backup-enable-predicate): New function.
14108 (backup-enable-predicate): Use it to replace the lambda form.
14109
14110 * calendar/todo-mode.el: [This needs more work on the outline
14111 stuff.] Doc fixes.
14112 (todo) <defgroup>: Add :version.
14113 (todo-add-category): Don't use pushnew.
14114 (todo-cmd-raise): Fix typo.
14115 (todo-top-priorities): Change temp buffer name.
14116 (todo-category-alist): Avoid redundant lambda.
14117 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14118 Use outline-next-heading.
14119
14120 * autoarg.el: Rewritten to use define-minor-mode.
14121 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14122 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14123
141242000-06-02 Kenichi Handa <handa@etl.go.jp>
14125
14126 * isearch.el (isearch-other-meta-char): Fix previous change.
14127
141282000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14129
14130 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14131 (log-edit-done): Only add the comment to the ring if it's different
14132 from the last comment entered.
14133
14134 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14135
141362000-06-01 Dave Love <fx@gnu.org>
14137
14138 * hl-line.el: Rewritten using define-minor-mode.
14139
14140 * help.el (describe-function-1): Distinguish special form from
14141 builtin function. Sanity-check presence of arglist for builtins.
14142
141432000-06-01 Kenichi Handa <handa@etl.go.jp>
14144
14145 * international/characters.el: Fix syntax/category setting of
14146 Tibetan characters.
14147
14148 * language/tibet-util.el (tibetan-add-components): Fixes for new
14149 encoding of Tibetan characters.
14150 (tibetan-decompose-precomposition-alist): New variable.
14151 (tibetan-decompose-region): Convert precomposed characters to
14152 non-precomposed characters.
14153 (tibetan-decompose-string): Likewise.
14154 (tibetan-composition-function): Fix args to
14155 thibetan-compose-string.
14156
14157 * language/tibetan.el (tibetan-composable-pattern): More
14158 characters included.
14159 (tibetan-consonant-transcription-alist): Rule for "R" added.
14160 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14161 "+R" added.
14162 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14163
14164 * language/lao-util.el (lao-composition-function): Fix args to
14165 compose-string.
14166
14167 * language/thai-util.el (thai-composition-function): Fix args to
14168 compose-string.
14169
14170 * isearch.el (isearch-update): Set disable-point-adjustment to t
14171 to prevent the point moving to the end of a composition when a
14172 part of a composition is searched.
14173 (isearch-other-meta-char): If the key invoking this command can be
14174 mapped by function-key-map to a printing char, call
14175 isearch-process-search-char directly.
14176
141772000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14178
14179 * emacs-lisp/bytecomp.el:
14180 * frame.el:
14181 * international/mule-cmds.el:
14182 * international/mule-util.el:
14183 * international/mule.el:
14184 * mouse.el:
14185 * subr.el:
14186 * faces.el: Update calls to make-obsolete with a WHEN argument.
14187
14188 * byte-run.el (make-obsolete, make-obsolete-variable):
14189 Add an optional WHEN argument and change the format of the
14190 symbol-property information.
14191 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14192 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14193 new obsolete-symbol-property format and print WHEN if it is provided.
14194
141952000-05-31 Dave Love <fx@gnu.org>
14196
14197 * loadhist.el (loadhist-hook-functions): Remove
14198 before-change-function, after-change-function.
14199 (unload-feature): Deal with symbols which are both bound and
14200 fbound.
14201
14202 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14203 before-change-function, after-change-function.
14204
14205 * simple.el (newline): Don't bind before-change-function,
14206 after-change-function.
14207
142082000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14209
14210 * whitespace.el (whitespace-rescan-timer-time): Update interval
14211 set to 600 seconds (10 minutes) instead of 60 seconds since
14212 a large number of whitespace buffers causes emacs to `freeze'
14213 for a considerable amount of time.
14214
14215 * whitespace.el: Updated email address
14216
142172000-05-31 Dave Love <fx@gnu.org>
14218
14219 * add-log.el (change-log-font-lock-keywords) <function>: Add
14220 pattern for function of change.
14221 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14222 acknowledgements patterns.
14223
142242000-05-31 Kenichi Handa <handa@etl.go.jp>
14225
14226 * isearch.el (isearch-printing-char): If keyboard coding system is
14227 being used, call isearch-process-search-multibyte-characters.
14228
14229 * international/isearch-x.el: Mostly rewritten.
14230
14231 * international/quail.el (quail-start-conversion): Don't include
14232 unhandled events in the returned events, but set them in
14233 unread-command-events. Exit if all inputs are deleted.
14234
142352000-05-30 Jason Rumney <jasonr@gnu.org>
14236
14237 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14238
14239 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14240 Reenable code to create initial fontsets.
14241 Use set-fontset-font in place of put-charset-property.
14242
142432000-05-30 Gerd Moellmann <gerd@gnu.org>
14244
14245 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14246 label, ensure that the first colon isn't followed by another.
14247
14248 * paths.el (Info-default-directory-list): Doc fix.
14249
14250 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14251 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14252 send a query containing USER only, not USER@HOST.
14253
14254 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14255 and rmail-msgend to compute the restriction at the end, instead of
14256 computing it.
14257
142582000-05-29 Gerd Moellmann <gerd@gnu.org>
14259
14260 * dabbrev.el (dabbrev-expand): Don't display messages in the
14261 echo area if the minibuffer window is active.
14262
14263 * jit-lock.el (jit-lock-mode): Add after change function to
14264 local hook.
14265
142662000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14267
14268 * antlr-mode.el: New commands: hide/unhide actions,
14269 upcase/downcase literals.
14270 (antlr-tiny-action-length): New user option.
14271 (antlr-hide-actions): New command. Suggested by
14272 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14273 (antlr-mode-map): New binding [C-c C-v].
14274 (antlr-mode-menu): New entries.
14275 (antlr-downcase-literals): New command.
14276 (antlr-upcase-literals): Ditto.
14277
14278 * antlr-mode.el: Minor changes: indendation, mode-name.
14279 (antlr-indent-line): Indent cpp directive at column 0.
14280 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14281
14282 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14283 (antlr-font-lock-additional-keywords): Workaround for intentional
14284 bug in XEmacs version of font-lock.
14285 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14286 be used by a smarter version of `buffers-menu-grouping-function'.
14287
142882000-05-29 Gerd Moellmann <gerd@gnu.org>
14289
14290 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14291 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14292
142932000-05-29 Kenichi Handa <handa@etl.go.jp>
14294
14295 * international/encoded-kb.el
14296 (encoded-kbd-iso2022-designation-map): Pay attention to that
14297 charset-iso-final-char return -1 for eight-bit-control and
14298 eight-bit-graphic.
14299
143002000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14301
14302 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14303 (speedbar-easymenu-definition-base): Use display-graphic-p where
14304 available, instead of window-system.
14305
143062000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14307
14308 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14309 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14310 coding systems.
14311
143122000-05-26 Dave Love <fx@gnu.org>
14313
14314 * disp-table.el (standard-display-underline): Don't use
14315 internal-find-face.
14316
14317 * mail/reporter.el: Maintainer change. Doc fixes.
14318 (reporter-version): Deleted.
14319
14320 * emacs-lisp/elp.el: Maintainer change.
14321 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14322
143232000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14324
14325 * add-log.el (add-change-log-entry): Merge the current entry with the
14326 previous one if the previous one is empty.
14327
143282000-05-26 Dave Love <fx@gnu.org>
14329
14330 * loadhist.el (unload-feature): Fix interactive spec [from
14331 lijnzaad@ebi.ac.uk].
14332
14333 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14334 subr-arity to check primitives.
14335 (byte-compile-flush-pending, byte-compile-file-form-progn)
14336 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14337 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14338 mapcar.
14339
143402000-05-26 Kenichi Handa <handa@etl.go.jp>
14341
14342 * international/fontset.el: Set family names of non-latin charsets
14343 in default fontset to "*".
14344
14345 * international/mule-diag.el (print-fontset): Combine family part
14346 and registry part of the fontname by "-*-" instead of "-".
14347
14348 * international/mule-cmds.el (encode-coding-char): Make strings
14349 multibyte before calling encode-coding-string.
14350
143512000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14352
14353 * derived.el: Fix keywords.
14354 (define-derived-mode): Only define if needed.
14355
14356 * simple.el (fill-comment, comment-column, comment-start)
14357 (comment-start-skip, comment-end, comment-indent-function)
14358 (block-comment-start, block-comment-end, indent-for-comment)
14359 (set-comment-column, kill-comment, comment-padding, comment-region)
14360 (comment-multi-line, indent-new-comment-line): Remove.
14361
14362 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14363 function names for comment operations.
14364
14365 * newcomment.el: Add abundant autoload cookies.
14366 (comment-style): Don't depend on runtime data at compile-time.
14367 (comment-indent-hook): Remove.
14368 (comment-indent): Check if comment-indent-hook is bound.
14369 (comment-region): Docstring fix.
14370
143712000-05-25 Dave Love <fx@gnu.org>
14372
14373 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14374 byte-code-function-p.
14375
14376 * mail/rmailsum.el: Add provide.
14377
14378 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14379
14380 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14381 defcustom.
14382
143832000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14384
14385 * ediff-diff.el (ediff-exec-process): delete --binary option from
14386 non-buffer ediff jobs.
14387
143882000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14389
14390 * hilit-chg.el (highlight-changes-mode): Ask about color or
14391 grayscale support, not about window-system.
14392
14393 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14394 window-system.
14395 (ffap-highlight): Always default to t.
14396
14397 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14398 display-popup-menus-p instead of looking at window-system.
14399
14400 * disp-table.el (standard-display-g1, standard-display-graphic):
14401 Only refuse to use string glyphs on X and MS-Windows.
14402
14403 * avoid.el: Remove window-system from commentary, suggest to use
14404 display-*-p instead.
14405
14406 * apropos.el (apropos-print): Use display-mouse-p instead of
14407 window-system.
14408
144092000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14410
14411 * international/codepage.el (cp-decoding-vector-for-codepage):
14412 Fill up unsupported characters with their own codes. From Kenichi
14413 Handa.
14414
144152000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14416
14417 * international/mule-diag.el (describe-char-after): Use
14418 display-graphic-p instead of window-system, so that this function
14419 works on MS-DOS.
14420
144212000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14422
14423 * international/codepage.el (cp-make-coding-systems-for-codepage):
14424 Remove the eight-bit-graphic and eight-bit-control charsets from
14425 the list of charsets which we convert into `?'.
14426
144272000-05-25 Kenichi Handa <handa@etl.go.jp>
14428
14429 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14430 private charsets.
14431 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14432 japanese-jisx0213-2): New charsets.
14433
14434 * international/fontset.el: Setup default fontset for new charsets.
14435
144362000-05-24 Dave Love <fx@gnu.org>
14437
14438 * info.el (Info-find-node-2): Restructure [following "Vadim
14439 S. Solomin" <sovs@uic.nnov.ru>].
14440
14441 * icomplete.el: Fix header for Finder.
14442
144432000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14444
14445 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14446 STAY.
14447
14448 * rmail.el (rmail-automatic-folder-directives): New user variable.
14449 (rmail-show-message): Add call to `rmail-auto-file' during
14450 display.
14451 (rmail-auto-file): New function.
14452
144532000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14454
14455 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14456 account.
14457 (ediff-test-utility,ediff-diff-mandatory-option)
14458 (ediff-reset-diff-options): Utilities for proper initialization of
14459 ediff-diff-options and ediff-diff3-options on Windows.
14460
14461 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14462 variable.
14463
14464 * ediff-mult.el (ediff-filegroup-action): Use
14465 ediff-merge-filename-prefix.
14466
144672000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14468
14469 * viper-ex.el (ex-write): Set selective display to nil.
14470
144712000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14472
14473 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14474 aliases for hebrew-iso-8bit.
14475
144762000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14477
14478 * woman.el: New version from Francis J. Wright
14479 <F.J.Wright@Maths.QMW.ac.uk>.
14480 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14481 names in environment variables regardless of the path separator.
14482 (woman-topic-all-completions-1): Don't call file-name-directory-p
14483 on all files, since woman-file-regexp already filters out any
14484 directories.
14485
144862000-05-24 Kenichi Handa <handa@etl.go.jp>
14487
14488 * international/quail.el (quail-start-translation): Don't change
14489 modified-p of the current buffer.
14490 (quail-start-conversion): Likewise.
14491
14492 * international/kkc.el (kkc-region): Don't change modified-p of
14493 the current buffer.
14494
14495 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14496 conform to RFC1468.
14497 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14498
144992000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14500
14501 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14502 (speedbar-insert-button): Invisible text property fix.
14503 (speedbar-directory-plus): Renamed from speedbar-directory-+
14504 (speedbar-directory-minus): Renamed from speedbar-directory--
14505 (speedbar-page-plus): Renamed from speedbar-file-+
14506 (speedbar-page-minus): Renamed from speedbar-file--
14507 (speedbar-page): Renamed from speedbar-file-
14508 (speedbar-tag): Renamed from speedbar-tag-
14509 (speedbar-tag-plus): Renamed from speedbar-tag-+
14510 (speedbar-tag-minus): Renamed from speedbar-tag--
14511 (speedbar-expand-image-button-alist): Use above renames.
14512
14513 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14514 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14515 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14516 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14517 * sb-pg.xpm: Renamed from sb-file.xpm
14518 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14519 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14520
145212000-05-24 Kenichi Handa <handa@etl.go.jp>
14522
14523 * international/quail.el (quail-show-guidance-buf): Set
14524 current-input-method of the guidance buffer to the name of the
14525 curren input method.
14526
145272000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14528
14529 * progmodes/compile.el (compile-internal): Style typo.
14530
14531 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14532 quote vars and functions in the docstring.
14533
14534 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14535
14536 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14537 Don't quote lambdas.
14538
14539 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14540
145412000-05-23 Gerd Moellmann <gerd@gnu.org>
14542
14543 * startup.el (command-line): Determine source file of compiled
14544 user init file differently. Warn if compiled user init file
14545 is older than its source file.
14546
14547 * ffap.el (ffap-url-regexp): Add `https'.
14548
145492000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14550
14551 * files.el (make-backup-file-name-1): Replace slashes with `!'
14552 rather than `|' (which is not allowed on Windows). Replace the
14553 drive letters with a string "drive_X".
14554
145552000-05-23 Gerd Moellmann <gerd@gnu.org>
14556
14557 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14558
14559 * files.el (interpreter-mode-alist): Add `bash2'.
14560
145612000-05-22 Dave Love <fx@gnu.org>
14562
14563 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14564 mapc.
14565 (feature-file): Avoid calling symbol-name. Doc fix.
14566 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14567 (loadhist-hook-functions): Add mouse-position-function.
14568 (unload-feature): Change uses of mapcar.
14569
14570 * files.el (parse-colon-path): Doc fix.
14571 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14572 (set-auto-mode): Use mapc.
14573
14574 * complete.el (PC-look-for-include-file): Use :alnum: character
14575 class.
14576 (partial-completion-mode): Add autoload cookie.
14577
145782000-05-22 Sam Steingold <sds@gnu.org>
14579
14580 * info.el (Info-fontify-node): Fixed the call to
14581 `add-text-properties' (bug introduced on 2000-05-18).
14582
145832000-05-22 Dave Love <fx@gnu.org>
14584
14585 * bindings.el: Remove debug-ignored-errors set in other files.
14586
14587 * progmodes/etags.el: Add to debug-ignored-errors.
14588 (visit-tags-table-buffer): Clear out buffers holding old tables
14589 when making a new list.
14590 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14591 mapc.
14592
14593 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14594 quote keywords.
14595 (cmpl-string-case-type): Use character classes.
14596
14597 * comint.el:
14598 * textmodes/ispell.el:
14599 * imenu.el:
14600 * mail/mh-e.el:
14601 * progmodes/compile.el: Add to debug-ignored-errors.
14602
14603 * dabbrev.el: Add to debug-ignored-errors.
14604 (dabbrev-completion): Use mapc.
14605
146062000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14607
14608 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14609 (woman-mapcan, woman-parse-man.conf)
14610 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14611 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14612 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14613 path syntax better.
14614 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14615 (woman-manpath): Call woman-parse-man.conf.
14616 (woman-emulation): New defcustom, defaults to nroff.
14617 (woman-font-support): New defconst.
14618 (woman-use-symbol-font): New defcustom.
14619 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14620 "Emulation".
14621 Many functions: Doc fix.
14622
146232000-05-22 Kenichi Handa <handa@etl.go.jp>
14624
14625 * international/quail.el (quail-simple-translation-keymap): Map
14626 128..255 to quail-self-insert-command.
14627 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14628
146292000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14630
14631 * help.el (help-manyarg-func-alist): Typo.
14632
14633 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14634 intervals which makes it heaps simpler.
14635
14636 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14637 the nested comment markers.
14638
14639 * subr.el (remove-hook): Don't turn the hook's value into a list.
14640
146412000-05-21 Dave Love <fx@gnu.org>
14642
14643 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14644 are invalid characters.
14645
14646 * international/mule-util.el (detect-coding-with-priority): Use
14647 mapc. Remove redundant lambda.
14648
14649 * international/mule-diag.el (list-non-iso-charset-chars)
14650 (describe-fontset): Remove redundant lambda.
14651
14652 * emulation/crisp.el (brief-mode): New alias.
14653
14654 * emacs-lisp/ring.el (ring-elements): New function.
14655
14656 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14657 (easy-menu-do-add-item): Use keywordp.
14658
14659 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14660
14661 * replace.el: Doc and error message fixes.
14662 (replace-highlight): Use facep, not internal-find-face.
14663
146642000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14665
14666 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14667
14668 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14669 (log-edit-insert-changelog): Drop `:' as well.
14670
14671 * log-view.el: Fix file description.
14672 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14673 available.
14674 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14675 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14676
14677 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14678 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14679 Print a status message if the toggle is called interactively.
14680 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14681 for global minor modes and use `defcustom' for them.
14682 Use add-minor-mode.
14683 (easy-mmode-define-derived-mode): Remove.
14684 (define-derived-mode): Fancier default docstring.
14685 (easy-mmode-define-navigation): Signal an error rather than (ding).
14686
14687 * newcomment.el (comment-styles): New `box-multi'.
14688 (comment-normalize-vars): Better default for comment-continue to
14689 avoid whitespace-only continuations.
14690 (comment-search-forward): Always move even in the no-syntax case.
14691 (comment-padright): Only obey N if it's only obeyed for padleft.
14692 (comment-make-extra-lines): Better handling of empty continuations.
14693 Use `=' for the filler if comment-start has only one character.
14694 (uncomment-region): Try handling the special `=' filler.
14695 (comment-region): Allow LINES even if MULTI is nil.
14696 (comment-box): Choose box style based on comment-style.
14697
146982000-05-20 Kenichi Handa <handa@etl.go.jp>
14699
14700 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14701 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14702
147032000-05-20 Kenichi HANDA <handa@etl.go.jp>
14704
14705 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14706 and insert, not subst-char-in-region.
14707
14708 * international/mule-diag.el (list-character-sets-1): Handle
14709 charsets eight-bit-control and eight-bit-graphic.
14710 (list-iso-charset-chars): Likewise.
14711 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14712 charactes as is. Use indent-to to align characters.
14713
14714 * international/mule-cmds.el (find-multibyte-characters): Never
14715 exclude charsets eight-bit-control and eight-bit-graphic.
14716
147172000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14718
14719 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14720 Don't quote lambdas.
14721
14722 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14723
147242000-05-19 Gerd Moellmann <gerd@gnu.org>
14725
14726 * gud.el (gud-jdb-directories): Doc fix.
14727
147282000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14729
14730 * newcomment.el: New file.
14731
147322000-05-19 Gerd Moellmann <gerd@gnu.org>
14733
14734 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14735
147362000-05-18 Andreas Schwab <schwab@suse.de>
14737
14738 * dired.el (dired-between-files): Also skip lines beginning with
14739 `used'.
14740
147412000-05-18 Gerd Moellmann <gerd@gnu.org>
14742
14743 * msb.el (msb-menu-cond): Add choice `user'.
14744
147452000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14746
14747 * ps-print.el: Compatibility, customization and doc fix.
14748 (ps-printer-name-option): Replace defconst by defvar.
14749 (ps-postscript-code-directory): XEmacs compatibility.
14750 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14751 fix.
14752 (ps-user-defined-prologue, ps-print-prologue-header)
14753 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14754 compatibility and code fix.
14755 (ps-print-background-image, ps-print-background-text):
14756 Customization fix.
14757 (ps-line-number-start, ps-n-up-on): New vars.
14758
147592000-05-18 Espen Skoglund <esk@ira.uka.de>
14760
14761 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14762 the indent-comment function to just return the appropriate indent.
14763
147642000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14765
14766 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14767 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14768 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14769
147702000-05-18 Dave Love <fx@gnu.org>
14771
14772 * info.el (Info-fontify-node): Add intangible property as well as
14773 invisible.
14774
14775 * calendar/appt.el (appt-make-list): Match all lines of entry.
14776 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14777
147782000-05-18 Kenichi Handa <handa@etl.go.jp>
14779
14780 * international/mule-diag.el (describe-char-after): Call
14781 internal-char-font, not char-font. If internal-char-font returns
14782 nil, display "-- none --".
14783
147842000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14785
14786 * image.el (image-type-available-p): Don't reference image-types
14787 if it isn't bound.
14788
147892000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14790
14791 * autoarg.el (autoarg-mode): Typo in the :set argument.
14792
147932000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14794
14795 * startup.el (command-line-1): Don't signal an error if the
14796 directory for auto-save-list files does not yet exist.
14797
147982000-05-17 Kenichi Handa <handa@etl.go.jp>
14799
14800 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14801
148022000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14803
14804 * subr.el (remove-hook): `setq' hook-value, not `set'.
14805
148062000-05-16 Sam Steingold <sds@gnu.org>
14807
14808 * info.el (debug-ignored-errors): More errors to ignore.
14809
148102000-05-16 Dave Love <fx@gnu.org>
14811
14812 * cus-edit.el: Don't require cl or easymenu.
14813 (custom-variable-prompt): Test standard-value property, not
14814 user-variable-p.
14815
148162000-05-16 Sam Steingold <sds@gnu.org>
14817
14818 * subr.el (add-hook): `setq' hook-value, not `set'.
14819
148202000-05-16 Gerd Moellmann <gerd@gnu.org>
14821
14822 * startup.el (command-line-1): Mention the FAQ in the startup
14823 message.
14824
14825 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14826
14827 * progmodes/compile.el (compilation-parse-errors): Collect
14828 `nomessage' regexps last.
14829
14830 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14831
14832 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14833 to the function name.
14834
148352000-05-15 Dave Love <fx@gnu.org>
14836
14837 * speedbar.el (speedbar-recenter): Typo.
14838 (speedbar-expand-line): Make arg optional.
14839 (speedbar-mode): Avoid a compiler warning.
14840
148412000-05-15 Gerd Moellmann <gerd@gnu.org>
14842
14843 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14844 user-specified option string is empty.
14845
14846 * mouse.el (mouse-yank-at-click): Doc fix.
14847
148482000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14849
14850 * term/internal.el (IT-character-translations): More updates of
14851 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14852 documents.
14853
148542000-05-15 Gerd Moellmann <gerd@gnu.org>
14855
14856 * env.el (getenv): New function, interactively callable.
14857 (setenv, getenv): Remove autoload cookies.
14858
14859 * loadup.el: Load `env'.
14860
14861 * progmodes/f90.el: Change author's mail address.
14862
148632000-05-14 Dave Love <fx@gnu.org>
14864
14865 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14866 goto-addr as an option.
14867
14868 * help.el (help-xref-stack): Doc fix.
14869 (help-xref-following): New variable.
14870 (help-make-xrefs): Use it.
14871 (help-xref-go-back): Use position information from stack element.
14872 (help-follow): Make position in stack element a pair. Use
14873 help-xref-following.
14874
14875 * autoarg.el: New file.
14876
14877 * faces.el: Declare more functions obsolete.
14878
14879 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14880 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14881 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14882 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14883 Remove all the setup-...-environment functions.
14884
148852000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14886
14887 * speedbar.el: Updated the commentary section. xemacs20p now uses
14888 >= when detecting. Require `defimage' safely.
14889 (speedbar-easymenu-definition-base): Add toggle for images.
14890 (speedbar-easymenu-definition-special): Add flush cache & expand.
14891 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14892 (speedbar-reconfigure-keymaps-hook): New variable.
14893 (speedbar-frame-parameters): Updated documentation.
14894 (speedbar-use-imenu-flag): Updated custom tag
14895 (speedbar-dynamic-tags-function-list): New variable.
14896 (speedbar-tag-hierarchy-method): Updated doc & custom.
14897 (speedbar-indentation-width, speedbar-indentation-width) New
14898 variables.
14899 (speedbar-hide-button-brackets-flag): Customizable.
14900 (speedbar-vc-indicator): Doc update.
14901 (speedbar-ignored-path-expressions): Updated default value.
14902 (speedbar-supported-extension-expressions): Updated default value.
14903 (speedbar-syntax-table): Remove {} paren status.
14904 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14905 as "+". Added overlay aliases.
14906 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14907 `force-mode-line-update'.
14908 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14909 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14910 `mouse-set-point'
14911 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14912 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14913 of arbitrary text, and new helper functions.
14914 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14915 filename finder.
14916 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14917 (speedbar-directory-buttons): Update path search/expansion.
14918 (speedbar-make-tag-line): Pay attention to
14919 `speedbar-indentation-width'. Use more care w/ invisible
14920 properties.
14921 (speedbar-change-expand-button-char): Call
14922 `speedbar-insert-image-button-maybe'.
14923 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14924 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14925 (speedbar-trim-words-tag-hierarchy)
14926 (speedbar-simple-group-tag-hierarchy): New functions
14927 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14928 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14929 functions.
14930 (speedbar-mouse-set-point): New function
14931 (speedbar-power-click): Updated documentation.
14932 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14933 of tag prefix text.
14934 (speedbar-expand-line, speedbar-contract-line): Make more robust
14935 to strange text.
14936 (speedbar-expand-line): Takes universal argument to flush the
14937 cache.
14938 (speedbar-flush-expand-line): New function.
14939 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14940 Use new generator insertion method.
14941 (speedbar-fetch-dynamic-tags): New function.
14942 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14943 `speedbar-fetch-dynamic-imenu'.
14944 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14945 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14946 "Revert Buffer" menu items.
14947 (speedbar-buffer-buttons-engine): Be smarter when creating a
14948 filename tag (for expansion purposes.).
14949 (speedbar-highlight-one-tag-line,
14950 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14951 (speedbar-recenter): New functions.
14952 (defimage-speedbar): Image loading abstraction.
14953 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14954 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14955 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14956 (speedbar-tag-type, speedbar-tag-mail): New images.
14957 (speedbar-expand-image-button-alist): New variable.
14958 (speedbar-insert-image-button-maybe): Insert an image over some
14959 buttons.
14960
149612000-05-13 Kenichi Handa <handa@etl.go.jp>
14962
14963 * international/mule-cmds.el (encode-coding-char): An ASCII
14964 character is always encodable.
14965
14966 * international/mule-conf.el: Add more information in descriptions
14967 of character sets.
14968
14969 * international/mule-diag.el (describe-char-after): New function.
14970 (describe-font-internal): Adjusted for the change of font-info.
14971 (describe-font): Likewise.
14972 (print-fontset): Rewritten for the new fontset implementation.
14973 (describe-fontset): Include fontset alias names in completion.
14974 (list-fontsets): Adjusted for the change of print-fontset.
14975
14976 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14977 describe-char-after instead of displaying the detail in the echo
14978 area.
14979 (syntax-code-table): Format changed.
14980 (string-to-syntax): Adjusted for the above change.
14981
149822000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14983
14984 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
14985
149862000-05-12 Dave Love <fx@gnu.org>
14987
14988 * calendar/todo-mode.el: Remove some compatibility stuff and CL
14989 dependence. Use line-{beginning,end}-position, not
14990 point-at{b,e}ol. Some doc fixes.
14991 (todo-position): New function. Fix callers of position to use it.
14992 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
14993
149942000-05-12 Gerd Moellmann <gerd@gnu.org>
14995
14996 * time.el (display-time-mail-icon): Use `:ascent center'.
14997
14998 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
14999 handling FTP security extensions.
15000
150012000-05-11 Dave Love <fx@gnu.org>
15002
15003 * calendar/todo-mode.el: New file.
15004
150052000-05-11 Gerd Moellmann <gerd@gnu.org>
15006
15007 * comint.el (comint-read-input-ring): Move reference to
15008 comint-input-ring-size outside of the save-excursion. It was
15009 causing the default value to be the only one ever seen.
15010
15011 * font-lock.el: Update copyright. Remove Simon Marshall's email
15012 address on request from him.
15013
15014 * subr.el (substitute-key-definition): Add comment describing
15015 the meaning of PREFIX.
15016
150172000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15018
15019 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15020
15021 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15022 (add-minor-mode): Don't make the variable buffer-local and add a
15023 reference to define-minor-mode in the docstring.
15024
15025 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15026 HEADER/FOOTER and fix bug with trailing empty directory.
15027 (cvs-append-to-ignore): Use vc-editable-p if available.
15028 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15029 (vc-do-command): Tweak advice to handle the new VC.
15030
15031 * log-view.el (log-view-goto-rev): New function for the new VC.
15032 (log-view-minor-wrap): Use mark-active.
15033
15034 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15035 (log-edit-changelog-full-paragraphs): New var.
15036 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15037 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15038 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15039 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15040 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15041 Replace the `cvs' prefix with `log-edit'.
15042
15043 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15044
15045 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15046 (diff-font-lock-defaults): Explicitly turn off multiline.
15047 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15048 (diff-ediff-patch): Fix call to ediff-patch-file.
15049 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15050 Handle comments.
15051
15052 * frame.el (automatic-hscrolling): Typo.
15053
15054 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15055
150562000-05-09 Sam Steingold <sds@goems.com>
15057
15058 * apropos.el (apropos-print): use `describe-face' instead of
15059 `customize-face-other-window'.
15060
150612000-05-09 Dave Love <fx@gnu.org>
15062
15063 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15064
15065 * help.el (describe-variable): Have customize button pop the
15066 help-xref stack when invoked.
15067 (help-xref-symbol-regexp): Add `face'.
15068 (help-make-xrefs): Check for quoted face names and adapt regexp
15069 submatch numbers to cope.
15070 (help-xref-interned): Maybe insert face doc too. Separate
15071 sections with a line of hyphens.
15072
15073 * faces.el: Some doc fixes. Declare some functions obsolete.
15074 (describe-face): Add customize button. Return the help
15075 text. Fix prompt.
15076
150772000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15078
15079 * term/internal.el (IT-character-translations): Fix last change.
15080
150812000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15082
15083 * woman.el: New file
15084 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15085
150862000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15087
15088 * term/internal.el (IT-character-translations): Update ASCII
15089 simulations for greek-iso8859-7, add latin-iso8859-14 and
15090 latin-iso8859-15.
15091
15092 * international/mule-cmds.el (set-language-info-alist): Call
15093 define-prefix-command with 3 arguments, to make the map suitable
15094 for a menu.
15095
150962000-05-07 Dave Love <fx@gnu.org>
15097
15098 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15099
151002000-05-05 Dave Love <fx@gnu.org>
15101
15102 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15103 list in doc string. Don't quote keyword symbols.
15104 * emacs-lisp/cl.el: Likewise
15105 * emacs-lisp/cl-seq.el: Likewise
15106
151072000-05-05 Gerd Moellmann <gerd@gnu.org>
15108
15109 * abbrev.el (abbrev-mode): Make ARG optional.
15110
151112000-05-04 Gerd Moellmann <gerd@gnu.org>
15112
15113 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15114
15115 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15116
15117 * subr.el (substitute-key-definition): Clarify documentation.
15118
151192000-05-04 Milan Zamazal <pdm@freesoft.cz>
15120
15121 * glasses.el (glasses-convert-to-unreadable): Use
15122 `glasses-separator' instead of the hard-wired "_".
15123 (glasses-mode): Call `glasses-make-unreadable' only in a single
15124 place.
15125
151262000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15127
15128 * term/internal.el (cjk-codepages-alist): Add associations for
15129 Chinese and Korean codepages. Remove FIXME comment.
15130
151312000-05-03 Dave Love <fx@gnu.org>
15132
15133 * time.el (display-time-mail-face, display-time-use-mail-icon):
15134 New option.
15135 (display-time-mail-icon): New variable.
15136 (display-time-string-forms): Use the above. Fix the local-map.
15137
151382000-05-03 Gerd Moellmann <gerd@gnu.org>
15139
15140 * replace.el (query-replace-map): Add binding for `E'.
15141 (query-replace-help): Extend help text.
15142 (perform-replace): Allow editing the replacement string.
15143
15144 * make-mode.el (makefile-mode-abbrev-table): New variable.
15145 (makefile-mode): Set local abbrev table to
15146 makefile-mode-abbrev-table.
15147 (makefile-font-lock-keywords): Fontify includes and conditionals.
15148
15149 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15150 set TOGGLE's value.
15151
15152 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15153 mail-interactive-insert-alias.
15154 (mail-abbrev-complete-alias): New command.
15155 (mail-mode-map): Bind it to `M-TAB'.
15156
151572000-05-03 Kenichi Handa <handa@etl.go.jp>
15158
15159 * language/lao-util.el (lao-compose-region): New function.
15160
151612000-05-02 Gerd Moellmann <gerd@gnu.org>
15162
15163 * files.el (recover-session): Make directories as necessary
15164 if they don't exist yet.
15165
15166 * calendar/cal-french.el
15167 (french-calendar-multibyte-special-days-array)
15168 (french-calendar-special-days-array): Change French text.
15169 (calendar-french-date-string): Change output.
15170 (calendar-goto-french-date): Likewise.
15171
151722000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15173
15174 * wid-edit.el (widget-default-active): Obey `:always-active'.
15175 (widget-documentation-string-value-create): Set `:always-active'.
15176
151772000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15178
15179 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15180 default prefix to `~/_emacs.d/auto-save.list/_s'.
15181 (normal-top-level): Create the directory for auto-save files, if
15182 it doesn't already exist (in the ms-dos case only).
15183
151842000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15185
15186 * international/mule-cmds.el (set-language-environment): Don't
15187 concat an integer (dos-codepage), use format instead.
15188
151892000-05-02 Dave Love <fx@gnu.org>
15190
15191 * help.el (help-xref-on-pp): Check for constant symbols.
15192
151932000-04-29 Gerd Moellmann <gerd@gnu.org>
15194
15195 * startup.el (normal-top-level): Put a condition-case around
15196 the code loading subdirs.el.
15197
151982000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15199
15200 * ps-print.el: Upside-down and face background color printing,
15201 line number step, doc fix.
15202 (ps-print-version): New version number (5.2).
15203 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15204 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15205 (ps-spool-config): Var fix.
15206 (ps-printer-name-option): Const fix.
15207 (ps-print-upside-down, ps-use-face-background)
15208 (ps-line-number-step): New vars.
15209 (ps-window-system, ps-lp-system): New consts.
15210 (ps-face-background): New fun.
15211
152122000-04-28 Richard Stallman <rms@gnu.org>
15213
15214 * files.el (make-auto-save-file-name):
15215 Apply auto-save-file-name-transforms to visited file name
15216 before generating auto save file name.
15217 (auto-save-file-name-transforms): New variable.
15218
15219 * files.el (backup-enable-predicate):
15220 Correctly test for a file under a temporary directory.
15221
152222000-04-28 Gerd Moellmann <gerd@gnu.org>
15223
15224 * subr.el (add-minor-mode): Rewritten.
15225
152262000-04-28 Kenichi Handa <handa@etl.go.jp>
15227
15228 * mail/sendmail.el (sendmail-send-it): Set
15229 buffer-file-coding-system to the selected coding system for MIME
15230 header.
15231
152322000-04-27 Gerd Moellmann <gerd@gnu.org>
15233
15234 * dired.el (dired-move-to-filename-regexp): Allow format where
15235 YYYY is followed by two spaces.
15236
15237 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15238 in the second character class of the regexp.
15239
15240 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15241 mh-etc, too.
15242
15243 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15244 nil.
15245
15246 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15247
15248 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15249 argument.
15250
152512000-04-27 Sen Nagata <sen@eccosys.com>
15252
15253 * emacs-lisp/crm.el (crm-completion-table): New variable.
15254 (crm-collection-fn, crm-test-completion)
15255 (completing-read-multiple): Use it.
15256
152572000-04-27 Dave Love <fx@gnu.org>
15258
15259 * help.el (locate-library): Use mapc.
15260 (help-manyarg-func-alist): Add call-process-region.
15261
152622000-04-26 Gerd Moellmann <gerd@gnu.org>
15263
15264 * subr.el (add-minor-mode): Make argument MAP optional.
15265
15266 * desktop.el (desktop-save): Save list of minor modes.
15267 (desktop-create-buffer): Restore minor modes.
15268 (desktop-minor-mode-table): New user-option.
15269
15270 * subr.el (add-minor-mode): New function.
15271
15272 * image.el (find-image): New function.
15273 (defimage): Rewritten to find image at load time.
15274
15275 * startup.el (normal-top-level-add-to-load-path): Handle
15276 case that the default directory is not in load-path.
15277
15278 * help.el: Old patch from Stefan Monnier.
15279 (help-xref-on-pp): New function.
15280 (describe-variable): Use it to display xrefs in a symbol's value.
15281
152822000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15283
15284 * cus-edit.el (custom-face): Fix parenthesis.
15285
152862000-04-26 Kenichi Handa <handa@etl.go.jp>
15287
15288 * mail/rmail.el (rmail-expunge): When there are no deleted
15289 messages, do nothing.
15290
152912000-04-26 Dave Love <fx@gnu.org>
15292
15293 * international/mule-cmds.el (locale-translation-file-name):
15294 Defvar to nil.
15295 (set-locale-environment): Set it here (at runtime).
15296
152972000-04-25 Gerd Moellmann <gerd@gnu.org>
15298
15299 * replace.el (perform-replace): Add parameters START and END. Use
15300 them instead of the check for a region in Transient Mark mode.
15301 (query-replace-read-args): Return two more list elements for the
15302 start and end of the region in Transient Mark mode.
15303 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15304 (map-query-replace-regexp, replace-string, replace-regexp): Add
15305 optional last arguments START and END and pass them to
15306 perform-replace.
15307
15308 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15309 form with additional arguments for perform-replace.
15310
15311 * progmodes/etags.el (tags-query-replace): Add parameters START
15312 and END. Construct a form with additional arguments for
15313 perform-replace.
15314
15315 * simple.el (shell-command): Set default directory for "*Shell
15316 Command Output" buffer.
15317
15318 * language/european.el (iso-latin-4): Fix typo.
15319
15320 * emacs-lisp/crm.el: New file.
15321
153222000-04-24 Dave Love <fx@gnu.org>
15323
15324 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15325 (Custom-reset-saved, Custom-reset-standard)
15326 (custom-group-value-create, custom-group-set, custom-group-save)
15327 (custom-group-reset-current, custom-group-reset-saved)
15328 (custom-group-reset-standard): Use mapc.
15329 (custom-buffer-create-internal): Disable undo when creating items.
15330 Use mapc.
15331 (custom-face): Avoid redundant lambda.
15332
153332000-04-24 Gerd Moellmann <gerd@gnu.org>
15334
15335 * startup.el (auto-save-list-file-prefix): Set default to
15336 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15337
153382000-04-24 Sam Steingold <sds@gnu.org>
15339
15340 * time-stamp.el (time-stamp-string-preprocess): Always convert
15341 `field-result' to a string.
15342
153432000-04-24 Gerd Moellmann <gerd@gnu.org>
15344
15345 * frame.el (scrolling): New group.
15346 (automatic-hscrolling): New user-option.
15347
15348 * startup.el (command-line-x-option-alist): Add `-lsp' and
15349 `--line-spacing'.
15350
153512000-04-19 Dave Love <fx@gnu.org>
15352
15353 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15354 (cl-mapc): Rename from mapc. Fix the funcall.
15355
153562000-04-19 Gerd Moellmann <gerd@gnu.org>
15357
15358 * simple.el (clone-indirect-buffer-other-window): New command.
15359 (clone-indirect-buffer): Add optional arg NORECROD.
15360 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15361
15362 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15363
15364 * window.el (count-screen-lines): New function.
15365 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15366 instead of window-buffer-height.
15367
15368 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15369 non-existing variable comint-input-sentinel.
15370 (inferior-lisp-args-to-list): Removed.
15371 (inferior-lisp): Use split-string instead of
15372 inferior-lisp-args-to-list.
15373
15374 * hexl.el (hexl-insert-hex-string): New command.
15375
15376 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15377 instead of concat.
15378
153792000-04-18 Gerd Moellmann <gerd@gnu.org>
15380
15381 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15382 at the start of an existing but empty folder.
15383
153842000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15385
15386 * ps-mule.el: Customization fix, doc fix.
15387 (ps-multibyte-buffer): Customization fix.
15388
153892000-04-17 Richard M. Stallman <rms@gnu.org>
15390
15391 * subr.el (read-passwd): Use read-char-exclusive.
15392
153932000-04-17 Gerd Moellmann <gerd@gnu.org>
15394
15395 * textmodes/texinfo.el (texinfo-insert-@email)
15396 (texinfo-insert-@emph, texinfo-insert-@quotation)
15397 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15398 (texinfo-mode-map): Add key bindings for them.
15399
15400 * files.el (basic-save-buffer-2): Use a template with `$'
15401 instead of `#' for VMS.
15402
15403 * simple.el (clone-indirect-buffer): New function.
15404
154052000-04-16 Stephen Eglen <stephen@gnu.org>
15406
15407 * iswitchb.el (iswitchb-case): New function. If the user input
15408 contains any upper-case characters, the search is made
15409 case-sensitive.
15410
154112000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15412
15413 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15414 comment-end.
15415 (texinfo-font-lock-syntactic-keywords): New var.
15416 (texinfo-font-lock-keywords): Remove comment regexp.
15417 (texinfo-insert-block): New function.
15418 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15419 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15420 and font-lock-defaults. Use regexp-opt for outline-regexp.
15421 (texinfo-environments): New var.
15422 (texinfo-environment-regexp): Use regexp-opt and
15423 texinfo-environments.
15424
15425 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15426 ispell-process is bound since this might be eval'd before ispell
15427 is loaded.
15428 (ispell-message): Use a tiny bit less magic and a bit more hard
15429 data to figure out what kind of sc-cite-regexp to use.
15430
15431 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15432
15433 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15434 (insert-cyclic-diary-entry): Unquote the lambda.
15435
15436 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15437
15438 * files.el (backup-enable-predicate): Unquote the lambda.
15439
15440 * cus-edit.el (custom-face, face): Unquote the lambda.
15441
154422000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15443
15444 * ps-print.el: Check for line-beginning-position definition.
15445
15446 * ps-print.el: Fix counting lines in a region.
15447 (ps-print-version): New version number (5.1.5).
15448 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15449 (ps-printing-region): Fun code fix.
15450
154512000-04-15 Gerd Moellmann <gerd@gnu.org>
15452
15453 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15454 to file-directory-p.
15455
154562000-04-14 Gerd Moellmann <gerd@gnu.org>
15457
15458 * gud.el (gud-jdb-build-source-files-list): Check that directory
15459 exists before calling directory-files.
15460
154612000-04-13 Dave Love <fx@gnu.org>
15462
15463 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15464 syntax.
15465
15466 * emacs-lisp/cl-specs.el: Remove when, unless.
15467
15468 * emacs-lisp/cl-extra.el: Don't quote keywords.
15469 (cl-old-mapc): New variable.
15470 (mapc): Use it.
15471 (cl-map-intervals): Use with-current-buffer. Don't check for
15472 next-property-change.
15473 (cl-map-overlays): Use with-current-buffer.
15474 (cl-expt): Remove.
15475 (copy-tree, remprop): Define unconditionally.
15476
15477 * emacs-lisp/cl-compat.el (keywordp): Remove.
15478
15479 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15480 to use keywordp.
15481 (edebug-spec): Enable keywordp.
15482
15483 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15484 string-lessp.
15485
15486 * cus-start.el: Use keywordp.
15487
154882000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15489
15490 * diary-lib.el (include-other-diary-files): Fix the fix of
15491 2000-02-18 by doing a save-excursion.
15492
154932000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15494
15495 * ps-print.el: Customization fix, doc fix.
15496 (ps-print-version): New version number (5.1.4).
15497 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15498 (ps-print-preprint): Adjust code.
15499 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15500 (ps-print-prologue-header, ps-print-control-characters)
15501 (ps-spool-config): Customization fix.
15502
155032000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15504
15505 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15506 converted to the new menu-item format, names silightly changed,
15507 help strings added.
15508
15509 Support for spelling without async subprocesses:
15510
15511 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15512 (ispell-session-buffer): New variables.
15513 (ispell-start-process, ispell-process-status,
15514 ispell-accept-output, ispell-send-string): New functions, for
15515 Ispell invocation when async subprocesses aren't supported.
15516 (ispell-word, ispell-pdict-save, ispell-command-loop,
15517 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15518 to process-send-string with calls to ispell-send-string, and
15519 accept-process-output with ispell-accept-output.
15520 (ispell-init-process): Call ispell-process-status instead of
15521 process-status with.
15522 (ispell-init-process): Call ispell-start-process. Call
15523 ispell-accept-output and ispell-send-string. Don't call
15524 process-kill-without-query and kill-process if they are unbound.
15525 (ispell-async-processp): New function.
15526
155272000-04-12 Dave Love <fx@gnu.org>
15528
15529 * info.el: Add debug-ignored-errors.
15530 (Info-mode-menu): Add some items.
15531 (Info-directory): Add autoload cookie.
15532
15533 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15534 Modify `truncate-lines'. Make `describe-language-environment'
15535 always visible and add help. Modify `describe-key' help. Invoke
15536 Info-directory from `info'. New entry `emacs-manual'.
15537
155382000-04-10 Gerd Moellmann <gerd@gnu.org>
15539
b291c86c
SM
15540 * progmodes/ebrowse.el (ebrowse-tree-mode):
15541 Use propertized-buffer-identification.
a30eb617
DL
15542 (ebrowse-update-member-buffer-mode-line): Likewise.
15543 (ebrowse--mode-strings): Removed.
15544 (ebrowse--mode-line-props): Removed.
15545
15546 * files.el (auto-mode-alist): Add `EBROWSE'.
15547
15548 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15549 space before testing for end of buffer.
15550 (ebrowse-load): Removed.
15551 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15552 (ebrowse-create-tree-buffer): Rewritten.
15553 (ebrowse-tree-mode): Read tree from buffer.
15554
15555 * progmodes/ebrowse-ffh.el: Removed.
15556
155572000-04-10 Kenichi Handa <handa@etl.go.jp>
15558
15559 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15560
155612000-04-10 Gerd Moellmann <gerd@gnu.org>
15562
15563 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15564 at the wrong place.
15565
155662000-04-09 Dave Love <fx@gnu.org>
15567
b291c86c
SM
15568 * files.el (backup-enable-predicate):
15569 Use temporary-file-directory, small-temporary-file-directory.
15570 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15571 (make-backup-file-name-1): New function.
15572 (make-backup-file-name): Use it.
b291c86c 15573 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15574 (file-newest-backup): Use make-backup-file-name.
15575
155762000-04-09 Gerd Moellmann <gerd@gnu.org>
15577
15578 * progmodes/ebrowse-ffh.el: New file.
15579
86f6474c
SM
15580 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15581 Moved to ebrowse-ffh.el.
a30eb617
DL
15582 (ebrowse-load): Add autoload.
15583
15584 * finder.el (finder-commentary): Add autoload cookie.
15585
15586 * mail/rfc2368.el: Correct author's email address.
15587
15588 * progmodes/ebrowse.el: New file.
15589
15590 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15591 item help string.
15592 (easy-menu-do-add-item): Ditto.
15593 (easy-menu-define): Extend doc string.
15594
86f6474c 15595 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15596 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15597 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15598 with-buffer-unmodified.
15599
156002000-04-08 Dave Love <fx@gnu.org>
15601
15602 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15603 unless, when.
15604
156052000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15606
15607 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15608 (viper-flash-search-pattern): No operation when using Emacs
15609 doesn't support face.
15610 Use `viper-put-on-search-overlay'.
15611
156122000-04-04 Gerd Moellmann <gerd@gnu.org>
15613
15614 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15615 like C-r.
15616
15617 * progmodes/make-mode.el: Some doc fixes.
15618 (makefile-mode-abbrev-table): New variable.
15619 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15620 (makefile-font-lock-keywords): Fontify includes and conditionals.
15621 (toplevel): Require `dabbrev' and `add-log' when compiling.
15622
15623 * replace.el (perform-replace): Don't move forward one char
15624 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15625 to do that because it leaves point 1 position after the last
15626 replacement, after everything has been replaced.
15627
15628 * jit-lock.el (with-buffer-unmodified): New macro.
15629 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15630 modified state.
15631 (jit-lock-function-1): Extracted from jit-lock-function; not
15632 preserving buffer's modified state.
86f6474c
SM
15633 (jit-lock-function, jit-lock-stealth-fontify):
15634 Call jit-lock-function-1.
a30eb617
DL
15635
15636 * mail/rfc2368.el: Remove supernumerary copyright line.
15637
156382000-04-04 Milan Zamazal <pdm@freesoft.cz>
15639
15640 * glasses.el: Provide facilities for inserting space before left
15641 parentheses and uncapitalization of identifiers.
15642 (glasses-mode): Try to remove old overlays in all cases.
15643
156442000-04-03 Gerd Moellmann <gerd@gnu.org>
15645
15646 * progmodes/compile.el (compile-internal): Display the compilation
15647 buffer in a different frame, if it's already displayed there.
15648
15649 * mail/rfc2368.el: New file.
15650
15651 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15652 header and insert its value as mail body.
15653
15654 * subr.el (member-ignore-case): New function.
15655
15656 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15657 (dabbrev--find-expansion): Ignore buffers matching a regexp
15658 from dabbrev-ignored-regexps.
15659
15660 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15661 to extensions handled by gzip.
15662
156632000-04-03 Richard M. Stallman <rms@gnu.org>
15664
15665 * files.el (insert-directory): List the total free space
15666 along with the used space.
15667
15668 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15669 line is followed by one that matches CITATION-REGEXP, end the
15670 paragraph.
15671
156722000-04-03 Markus Rost <rost@delysid.gnu.org>
15673
15674 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15675 (rmail-make-basic-summary-line): Use that option.
15676
156772000-04-03 Kenichi Handa <handa@etl.go.jp>
15678
15679 * international/mule-cmds.el (encoded-string-description):
15680 Rewritten. Try pretty description for ISO 2022 escape sequences
15681 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15682 for hexadecimal format.
15683
156842000-04-01 Dave Love <fx@gnu.org>
15685
15686 * cpp.el: Change customization group to `c' from `C'.
15687
15688 * vcursor.el (vcursor-move): Use display-color-p.
15689
15690 * international/mule-util.el: Provide mule-utils.
15691 (string-to-sequence): Simplify and speed up.
15692
15693 * international/mule.el (make-coding-system): Purecopy doc-string.
15694
15695 * international/mule-cmds.el: Various menu changes.
15696 (describe-specified-language-support): Handle `Default'.
15697 (set-language-info): Purecopy `info'.
15698
156992000-03-31 Andrew Innes <andrewi@gnu.org>
15700
15701 * vc.el (vc-backend-diff): Return the correct status if we had to
15702 retry the rcsdiff command without the --brief option.
15703
157042000-03-31 Dave Love <fx@gnu.org>
15705
15706 * help.el (help-manyarg-func-alist): Correct several omissions.
15707
15708 * add-log.el: Don't require cl, fortran.
15709 (add-log-current-defun-function): Doc fix.
86f6474c 15710 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15711 (change-log-version-rcs): Function deleted.
86f6474c
SM
15712 (change-log-version-number-search): Doc fix.
15713 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15714 (add-change-log-entry): Just call add-log-current-defun to get
15715 defun. Simplify somewhat.
15716 (change-log-get-method-definition-1): Likewise.
15717 (add-log-current-defun): Return nil if calling
15718 add-log-current-defun-function does so. Move Fortran stuff to
15719 fortran.el. Return string without properties.
15720
15721 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15722 and :alpha: char classes.
15723
15724 * mail/supercite.el: Defvar curline when compiling.
15725 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15726 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15727 rather than a-zA-Z0-9 to allow non-ASCII characters.
15728
157292000-03-31 Gerd Moellmann <gerd@gnu.org>
15730
15731 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15732
15733 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15734 Re-enable new code.
15735
15736 * lpr.el (print-region-1): Use -d to specify printer name for
15737 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15738
157392000-03-31 Dave Love <fx@gnu.org>
15740
86f6474c
SM
15741 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15742 Look for function definition in symbol's function value slot first
a30eb617
DL
15743 instead of first consulting byte-compile-function-environment.
15744
157452000-03-31 Kenichi Handa <handa@etl.go.jp>
15746
15747 * language/european.el ("Polish"): New language environment.
15748 (setup-polish-environment): New function.
15749
157502000-03-30 Gerd Moellmann <gerd@gnu.org>
15751
15752 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15753 Disable new code.
15754
15755 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15756 trying to `load' the symbol of an autoload instead of the file
15757 recorded in the autoload. Fix error messages.
15758
157592000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15760
15761 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15762 (ps-print-version): New version number (5.1.3).
15763 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15764 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15765 (ps-generate-postscript-with-faces): Code fix.
15766 (ps-color-values): XEmacs compatibility.
15767 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15768 (ps-default-fg, ps-default-bg): Adjust customization.
15769 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15770 (ps-color-scale): Renaming old ps-color-value fun.
15771 (ps-print-headers): Replace ps-print-header group to avoid conflict
15772 with ps-print-header variable.
15773 (ps-print-miscellany): New group.
15774 (ps-format-color, ps-rgb-color): New funs.
15775 (ps-default-foreground): New var.
15776 (ps-printer-name-option): New const.
15777
157782000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15779
15780 * net/net-utils.el:
15781 (network-connection-host, network-connection-service): New variables
15782 (network-connection-mode): New mode, derived from comint-mode
15783 (network-connection-mode-setup): New function, saves host and
15784 service information in local variables.
15785
15786 * lisp/locate.el:
15787 (locate-word-at-point): Added this function
15788 (locate): Default to using locate-word-at-point as input
15789 Run dired-mode-hook
15790
157912000-03-29 Dave Love <fx@gnu.org>
15792
15793 * calendar/appt.el: Doc fixes.
15794 (appt-check): Convert min-to-app to a string before passing to
15795 appt-disp-window-function or concat.
15796 (appt-delete-window): Remove test for frame-root-window.
15797 (appt-select-lowest-window, appt-convert-time): Simplify.
15798
15799 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15800 (byte-compile-file-form-autoload):
15801 Update byte-compile-function-environment.
a30eb617
DL
15802
158032000-03-29 Andreas Schwab <schwab@suse.de>
15804
86f6474c 15805 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15806
15807 * dired.el (dired-insert-directory): If dired-free-space-program
15808 failed just delete its output.
15809
158102000-03-29 Dave Love <fx@gnu.org>
15811
15812 * international/iso-cvt.el: Move provide to end. Doc fixes.
15813 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15814 (iso-iso2sgml, iso-sgml2iso): New functions.
15815 (iso-cvt-define-menu): Fix some entries and use backquote for
15816 clarity.
15817
15818 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15819
158202000-03-28 Gerd Moellmann <gerd@gnu.org>
15821
15822 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15823 ISO-DATE. If non-nil, return date in ISO 8601 format.
15824
158252000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15826
15827 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15828 if it ever becomes used.
15829 (log-edit-mode-hook): Default to vc-log-mode-hook.
15830 (log-edit-mode): Fix the docstring.
15831
15832 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15833 the code.
15834
158352000-03-26 Dave Love <fx@gnu.org>
15836
15837 * net/browse-url.el (browse-url): Re-fix case of
15838 browse-url-browser-function being an alist.
15839 (browse-url): Add :link to defgroup.
15840
15841 * files.el: Doc fixes.
15842 (file-truename): Include `[' in wildcard characters.
15843 (automount-dir-prefix): Customize.
15844 (find-file-wildcards): Add :version.
15845 (find-file-noselect): Simplify a mapcar call.
15846
15847 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15848 compatible with inf-lisp version.
15849 (eval-defun-1): Fix custom-declare-variable case.
15850
158512000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15852
15853 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15854
158552000-03-24 Gerd Moellmann <gerd@gnu.org>
15856
15857 * Makefile (COMPILE_FIRST): New macro.
15858 (compile-files): Compile files from COMPILE_FIRST first.
15859
86f6474c 15860 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
15861
15862 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15863 matching open parenthesis in column 0 to defun-prompt-regexp
15864 only if open-paren-in-column-0-is-defun-start is set.
15865
15866 * sun-curs.el: Require CL at compile-time only.
15867
15868 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15869 instead of copy-list which is a function from CL.
15870 (msb--choose-menu, msb--mode-menu-cond)
15871 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15872 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
15873 (msb--aggregate-alist): Use mapcar instead of mapcan.
15874 Fix `(' in column 0 in doc string.
a30eb617
DL
15875 (msb--add-separators): Use mapcar instead of mapcan.
15876
15877 * cus-dep.el: Require CL at compile-time only.
15878
158792000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15880
15881 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15882 (byte-compile-warnings): New warning `noruntime'.
15883 (byte-compile-constants, byte-compile-variables): Fix docstring.
15884 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15885 execute `eval-whenc-compile's body.
15886 (byte-compile-unresolved-functions): Fix docstring.
15887 (byte-compile-eval): New function.
15888 (byte-compile-callargs-warn): Check if the function will be available
15889 at runtime (via property `byte-compile-noruntime').
15890 (byte-compile-print-syms): New function.
15891 (byte-compile-warn-about-unresolved-functions): Also warn about
15892 `noruntime' functions (and use `byte-compile-print-syms').
15893 (byte-compile-file): Capitalize the message.
15894
158952000-03-24 Gerd Moellmann <gerd@gnu.org>
15896
15897 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15898 (rmail-expunge): Ask for confirmation depending on the setting
15899 of rmail-confirm-expunge.
15900
159012000-03-23 Gerd Moellmann <gerd@gnu.org>
15902
15903 * Makefile (bootstrap-clean): If $(emacs) exists, build
15904 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 15905 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
15906
159072000-03-23 Dave Love <fx@gnu.org>
15908
15909 * net/browse-url.el: Restore previous use of
15910 browse-url-maybe-new-window.
15911
159122000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15913
15914 * ps-print.el: Skip banner page fix.
15915 (ps-print-version): New version number (5.1.2).
15916 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15917
159182000-03-23 Dave Pearson <davep@davep.org>
15919
15920 * net/quickurl.el Changed the type of parameter passed to the
15921 function defined by `quickurl-format-function'. Before only the
15922 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
15923 and the function is responsible for extracting the parts it requires.
15924 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
15925 (quickurl-insert): Changed the `funcall' of
15926 `quickurl-format-function' to match the above change.
15927 (quickurl-list-insert): Changed the `url' case so that it makes
15928 use of `quickurl-format-function', previous to this the format was
15929 hard wired.
15930
159312000-03-22 Gerd Moellmann <gerd@gnu.org>
15932
15933 * startup.el: Change some spellings for the X Window System.
15934
159352000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15936
86f6474c
SM
15937 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15938 Clean up the code and the regexp and make sure the cursor is
15939 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
15940
159412000-03-22 Jason Rumney <jasonr@gnu.org>
15942
15943 * w32-fns.el (w32-charset-info-alist): Initialize.
15944
159452000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15946
15947 * ps-print.el: N-up last page fix.
15948 (ps-print-version): New version number (5.1.1).
15949 (ps-end-file, ps-end-job, ps-generate): Code fix.
15950
159512000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15952
15953 * files.el (find-file-run-dired): Update docstring.
15954 (find-directory-functions): New hook.
15955 (find-file-noselect): Run find-directory-functions rather than
15956 calling dired directly.
15957
15958 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15959
15960 * pcvs.el: Add a minimal leading commentary.
15961 (cvs-make-cvs-buffer): Change the header part by removing the startup
15962 message and adding a `Module' entry. Also replace the FOOTER and
15963 HEADER special fileinfos with the new support in ewoc for updating
15964 its own footer and header.
15965 (cvs-update-header): Update to use the header/footer of the ewoc.
15966 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15967 (cvs-is-within-p): New function.
15968 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15969 to only examine some subset of the buffers.
15970
15971 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15972 `format' instead of our own ad-hoc functions.
15973 Remove HEADER and FOOTER cases, now handled in the EWOC.
15974 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15975
15976 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15977 output to avoid scaring the user.
15978 (cvs-parse-table): Catch message for non-up-to-date commits.
15979
15980 * pcvs-defs.el (cvs-startup-message): Remove.
15981 (cvs-global-menu): New autoloaded menu.
15982
15983 * pcvs-util.el (cvs-string-fill): Remove.
15984
15985 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
15986 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
15987 PP part of it and also make it work for footers and headers.
15988 (ewoc-create): Drop POS and BUFFER arguments.
15989 Use the DLL's dummy node to store the end-of-footer position.
15990 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
15991 (ewoc-refresh): Remove unused `header' variable.
15992 (ewoc-(get|set)-hf): New functions.
15993
15994 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
15995 log-view-*-(message|file) and use easy-mmode-define-navigation.
15996 (log-view-message-re): Match SCCS format as well.
15997 And match the revision line rather than the dashed separator line.
15998 (log-view-mode): Use the new define-derived-mode.
15999 (log-view-current-tag): Fill in with an actual implementation.
16000
16001 * cvs-status.el (cvs-status-(prev|next)): Rename from
16002 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16003 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16004 to let the output "breathe" a little more (more readable).
16005 (cvs-status-mode): Use the new define-derived-mode.
16006
16007 * smerge-mode.el (smerge-auto-leave): New function and variable.
16008 (smerge-basic-map): Rename from smerge-basic-keymap.
16009 Change the bindings for smerge-diff-*.
16010 (smerge-*-map): Use easy-mmode-defmap.
16011 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16012 (smerge-keep-*): Use smerge-auto-leave.
16013
160142000-03-21 Jason Rumney <jasonr@gnu.org>
16015
16016 * cus-edit.el (custom-button-face): Use 3D look for w32.
16017 (custom-button-pressed-face): Likewise.
16018
160192000-03-21 Gerd Moellmann <gerd@gnu.org>
16020
16021 * progmodes/etags.el (tags-case-fold-search): New user-option.
16022 (tags-loop-eval): New function. Bind case-fold-search around eval
16023 depending on the value of tags-case-fold-search.
16024 (tags-loop-continue): Use tags-loop-eval.
16025 (find-tag-in-order): Bind case-fold-search depending on the value
16026 of tags-case-fold-search.
16027
160282000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16029
86f6474c 16030 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16031 (diff-end-of-hunk): Return the end position for use in
16032 `easy-mmode-define-navigation'.
16033 (diff-recenter): Remove.
16034 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16035 of `easy-mmode-define-navigation'.
16036 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16037 previous renaming) and fix to use new names.
16038 (diff-merge-strings): Use \n as separator: simpler, faster.
16039 (diff-mode): Use `define-derived-mode'.
16040
16041 * derived.el (define-derived-mode): Don't autoload anymore.
16042 Prefer the macro-only version provided by easy-mmode.el.
16043
16044 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16045 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16046 (easy-mmode-define-navigation): New macro.
16047
16048 * subr.el (combine-run-hooks): New function.
16049
160502000-03-21 Kenichi HANDA <handa@etl.go.jp>
16051
16052 * term/x-win.el: Fontsets related initialization is simplified.
16053
16054 * international/mule-diag.el (describe-font): Don't refer to
16055 global-fontset-alist, instead call font-list.
16056 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16057 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16058
86f6474c
SM
16059 * international/fontset.el (x-charset-registries): Variable removed,
16060 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16061 (register-alternate-fontnames): Function removed.
16062 (resolved-ascii-font): Variable removed.
16063 (x-compose-font-name): Ignore the second argument REDOCE.
16064 (x-complement-fontset-spec): Complement only an ASCII font and
16065 element for those charsets than can use that ASCII font.
16066 (generate-fontset-menu): Don't refer to global-fontset-alist,
16067 instead call fontset-list.
16068 (uninstantiated-fontset-alist): Variable removed.
16069 (x-style-funcs-alist): Likewise.
16070 (fontset-default-styles): Likewise.
16071 (x-modify-font-name): Function removed.
86f6474c 16072 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16073 (create-fontset-from-ascii-font): Docsting adjusted for the above
16074 change.
16075 (instantiate-fontset, resolve-fontset-name): Functions removed.
16076 (fontset-list): Now implemented by C code.
16077
16078 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16079 (describe-face): Include `font' attribute in the description.
16080
160812000-03-21 Kenichi Handa <handa@etl.go.jp>
16082
16083 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16084
160852000-03-20 Gerd Moellmann <gerd@gnu.org>
16086
16087 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16088 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16089 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16090
16091 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16092 about behavior of set-buffer-modified-p wrt redisplay.
16093
160942000-03-19 Richard M. Stallman <rms@gnu.org>
16095
16096 * view.el (view-mode-disable): Kill local binding of view-read-only.
16097
160982000-03-18 Gerd Moellmann <gerd@gnu.org>
16099
86f6474c 16100 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16101 is a string, convert it to a syntax cell using string-to-syntax.
16102
16103 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16104 (string-to-syntax): New function.
16105
16106 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16107 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16108 try to use passive ftp mode.
16109
161102000-03-17 Gerd Moellmann <gerd@gnu.org>
16111
16112 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16113
16114 * simple.el (append-to-buffer): Update point of windows after
16115 insertion.
16116
16117 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16118 forward then moving backward. Reindent.
16119
16120 * frame.el (other-frame): Call x-focus-frame only if
16121 focus-follows-mouse is off.
16122
161232000-03-17 Dave Love <fx@gnu.org>
16124
86f6474c 16125 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16126
161272000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16128
16129 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16130 regexp for labels cannot span several lines.
16131
16132 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16133 `(setq :<key> ':<key>)' to the macro expansion.
16134
161352000-03-16 Dave Love <fx@gnu.org>
16136
16137 * progmodes/f90.el (f90): Put custom group under `languages', not
16138 `fortran'.
16139 (f90-mode-hook): Customize.
16140 (f90-mode): Set add-log-current-defun-function.
16141 (f90-current-defun): New function.
16142
161432000-03-16 Gerd Moellmann <gerd@gnu.org>
16144
16145 * cus-edit.el (custom-variable-tag-face): Handle case that
16146 default face's height is not a number.
16147 (custom-face-tag-face, custom-group-tag-face-1)
16148 (custom-group-tag-face): Ditto.
16149 (custom-group-tag-face-1): Add :group.
16150
16151 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16152
161532000-03-15 Gerd Moellmann <gerd@gnu.org>
16154
16155 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16156 requiring easymenu.
16157
161582000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16159
16160 * ps-print.el: PostScript user-defined prologue, PostScript error
16161 handler, doc fix.
16162 (ps-print-version): New version number (5.1).
16163 (ps-user-defined-prologue, ps-error-handler-message)
16164 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16165 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16166 (ps-insert-string): New function.
16167
161682000-03-15 Kenichi Handa <handa@etl.go.jp>
16169
16170 * international/ccl.el (ccl-compile-expression): Don't generate
16171 invalid self-assignment code.
16172
161732000-03-14 Dave Love <fx@gnu.org>
16174
16175 * subr.el (replace-regexp-in-string): Renamed from
16176 replace-regexps-in-string. Doc fix.
16177
161782000-03-12 Dave Love <fx@gnu.org>
16179
16180 * cus-edit.el: Doc fixes.
86f6474c 16181 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16182 (custom-variable-tag-face, custom-face-tag-face)
16183 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16184 style which user identify as hyperlink.
16185 (hook): Don't add undefined functions to the hook.
16186 (debug-ignored-errors): Transfer message from bindings.el.
16187
161882000-03-12 Gerd Moellmann <gerd@gnu.org>
16189
86f6474c
SM
16190 * recentf.el (recentf-keep-non-readable-files-p):
16191 Remove double/nested definition.
a30eb617
DL
16192
161932000-03-12 Dave Love <fx@gnu.org>
16194
16195 * facemenu.el (facemenu-get-face): Use display-color-p.
16196 * enriched.el (enriched-decode-foreground): Likewise.
16197 (enriched-decode-background): Likewise.
16198 * isearch.el (isearch-highlight): Likewise.
16199 * info-look.el (info-lookup): Likewise.
16200 * simple.el (completion-setup-function): Likewise.
16201
16202 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16203 :options.
16204
16205 * bindings.el (mode-line-format): Fix line-number and
16206 column-number items. Add help-echo for the background.
16207 (mode-line-mule-info): Modify help-echo.
16208
16209 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16210
16211 * files.el (load-file): Allow completion to .elc.
16212
16213 * man.el: Doc fixes.
16214 (Man-init-defvars): Use display-color-p to set fontification.
16215
16216 * play/hanoi.el (hanoi-internal): Don't use oddp.
16217
162182000-03-12 Gerd Moellmann <gerd@gnu.org>
16219
16220 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16221
16222 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16223
162242000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16225
16226 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16227 Fix comment.
16228
162292000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16230
16231 * font-lock.el (font-lock-keywords): Fix the doc now that
16232 regexp-opt-depth is unnecessary.
16233 (save-buffer-state): Set an edebug spec.
16234 (font-lock-fontify-anchored-keywords): Properly handle the case when
16235 the matcher goes past the limit.
16236
16237 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16238 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16239
16240 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16241 dll.el and cookie.el (from Elib) with heavy renaming and other
16242 massaging.
16243
16244 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16245 Autoload the functions used.
16246 (easy-mmode-define-syntax): Fix CL typo.
16247 (easy-mmode-define-derived-mode): Improve the docstring generation.
16248
162492000-03-10 Gerd Moellmann <gerd@gnu.org>
16250
16251 * textmodes/texinfo.el (texinfo-version): Variable and function
16252 removed.
16253
162542000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16255
16256 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16257 allow more flexibility.
ff39b9a1 16258 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16259 (easy-mmode-defmap, easy-mmode-defsyntax)
16260 (easy-mmode-define-derived-mode): New macros.
16261
162622000-03-09 Didier Verna <didier@xemacs.org>
16263
16264 * rect.el (replace-rectangle): New function.
16265
162662000-03-09 Dave Love <fx@gnu.org>
16267
ff39b9a1 16268 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16269 (fortran-comment-line-start-skip): Don't match cpp stuff.
16270 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16271 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16272 (fortran-mode): Don't set fortran-comment-line-start-skip,
16273 fortran-comment-line-start here. Set comment-start,
16274 add-log-current-defun.
16275 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16276 (fortran-current-defun): New function.
16277
162782000-03-09 Gerd Moellmann <gerd@gnu.org>
16279
16280 * emacs-lisp/re-builder.el: New file.
16281
16282 * mouse.el (mouse-drag-region): Don't run up-event handler
16283 if hscroll has changed.
16284
16285 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16286 builtin operators, use `font-lock-builtin-face' for Emacs and
16287 `font-lock-preprocessor-face' otherwise.
16288
16289 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16290 `(defun (setf foo)' differently.
16291
162922000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16293
16294 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16295 (regexp-opt): Update comment and adapt the code the new meaning of
16296 the `paren' argument of regex-opt-group for shy-groups.
16297 (regexp-opt-depth): Handle shy groups as well as backslashed
16298 backslashes.
16299 (regexp-opt-group): Turn the leading comment into a docstring.
16300 Allow `paren' to be a string (the string to use to open a group).
16301 Remove open-presuf and close-presuf. Instead of checking for `all
16302 one-char' and then later on check for `several one-char', handle
16303 both cases close together. Also apply a more generic algorithm
16304 for suffixes (the mirror image of the algorithm used for
16305 prefixes). Use shy-groups. Use nreverse rather than reverse.
16306 (regexp-opt-try-suffix): Removed.
16307
16308 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16309 from comint-mode-map, so we can just inherit from it. Also, move
16310 the initialization into the `defvar' since there's no docstring
16311 anyway and it's fairly short.
16312 (inferior-scheme-mode): Define it as derived-mode: the code is
16313 shorter and this way we inherit from comint-mode-map rather than
16314 copying it.
16315
16316 * subr.el (replace-regexps-in-string): Properly handle the case
16317 where we match an empty string.
16318
16319 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16320 when the command has a directory component (such as "./testml").
16321 Also fix a typo in the comment.
16322
163232000-03-08 Gerd Moellmann <gerd@gnu.org>
16324
16325 * Makefile (compile-files): Compile files one by one because
16326 that's the only way to ensure a clean compilation environment for
16327 each individual file.
16328
16329 * frame.el (other-frame): Call x-focus-frame.
16330
163312000-03-07 Dave Love <fx@gnu.org>
16332
16333 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16334 :require to defcustom.
16335
ff39b9a1 16336 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16337
16338 * files.el (auto-mode-alist): Add configure.in.
16339
16340 * progmodes/autoconf.el: New file.
16341
163422000-03-07 Gerd Moellmann <gerd@gnu.org>
16343
16344 * mail/mh-e.el: Change maintainer to `none'.
16345
16346 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16347 to remove-hook and add-hook.
16348
163492000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16350
16351 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16352 it as the default.
16353 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16354 (sendmail-send-it): Conditionally add MIME headers specifying the
16355 used character set.
16356
163572000-03-07 Dave Love <fx@gnu.org>
16358
ff39b9a1
SM
16359 * winner.el: Fix keywords, autoload cookies.
16360 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16361
163622000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16363
16364 * international/mule.el: Modify comment about coding system
16365 property `coding-category'.
16366 (make-coding-system): New argument EOL-TYPE. Pay attention to
16367 coding-category property of PROPERTIES.
16368
ff39b9a1
SM
16369 * international/mule-conf.el (coding-category-utf-8)
16370 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16371 categories. Include them in the argument for set-coding-priority.
16372
ff39b9a1
SM
16373 * international/mule-cmds.el (reset-language-environment):
16374 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16375 coding-category-utf-16-le in the argument for set-coding-priority.
16376 (reset-language-environment): Initialize coding-category-utf-8,
16377 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16378
163792000-03-06 Karl Fogel <kfogel@red-bean.com>
16380
16381 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16382 code abstracted out of `bookmark-jump-noselect'. Now tries info
16383 extensions as well as compression extensions.
16384 (bookmark-jump-noselect): Use above new func.
16385
163862000-03-03 Gerd Moellmann <gerd@gnu.org>
16387
16388 * strokes.el: Change maintainer's mail address.
16389
163902000-03-03 Kenichi Handa <handa@etl.go.jp>
16391
16392 * international/mule-diag.el (list-character-sets): Make help-echo
16393 string by substitute-command-keys.
16394 (list-character-sets): Likewise.
16395 (sort-listed-character-sets): Call help-setup-xref.
16396
163972000-03-02 Gerd Moellmann <gerd@gnu.org>
16398
ff39b9a1 16399 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16400
164012000-03-01 Dave Love <fx@gnu.org>
16402
16403 * help.el (help-xref-go-back): Don't try to set position.
16404
ff39b9a1
SM
16405 * international/mule-diag.el (list-character-sets):
16406 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16407 (list-character-sets-1): Add help-echo to xrefs.
16408
164092000-03-02 Gerd Moellmann <gerd@gnu.org>
16410
16411 * frame.el (blink-cursor-mode): Switch cursor on when turning
16412 the mode off.
16413
16414 * add-log.el (add-log-current-defun): Add support for
16415 Autoconf mode.
16416
16417 * mail/rmail.el (rmail-quit-hook): New variable.
16418
164192000-03-01 Dave Love <fx@gnu.org>
16420
16421 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16422
16423 * help.el (help-xref-button): Add help-echo arg.
16424 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16425
ff39b9a1 16426 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16427
ff39b9a1 16428 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16429
164302000-03-01 Gerd Moellmann <gerd@gnu.org>
16431
16432 * image.el (defimage): Look for image files in load-path.
16433
ff39b9a1 16434 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16435
164362000-03-01 David Ponce <david.ponce@wanadoo.fr>
16437
ff39b9a1 16438 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16439
164402000-03-01 David Ponce <david.ponce@wanadoo.fr>
16441
ff39b9a1 16442 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16443 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16444 action to select/unselect a file.
16445 (recentf-edit-list): Code cleanup and improvement.
16446 (recentf-open-more-files-action): `recentf-open-more-files' button
16447 widget action to open a file.
ff39b9a1 16448 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16449 (recentf-more-collection): Deleted.
16450 (recentf-more-history): Deleted.
16451 (recentf-setup-more-completion): Deleted.
16452
164532000-03-01 David Ponce <david.ponce@wanadoo.fr>
16454
16455 * recentf.el (recentf-mode): No more needs that Emacs is running
16456 under a window-system.
16457
ff39b9a1 164582000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16459
16460 * recentf.el (recentf-edit-list): New command to edit the recent
16461 list which allow the user to remove files.
16462 (recentf-edit-selected-items): New global variable, used by
16463 `recentf-edit-list' to hold the list of files to be removed from
16464 the recent list.
16465 (recentf-make-menu-items): Updated to display a "Edit list..."
16466 menu item. Minor code cleanup.
16467
ff39b9a1 164682000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16469
16470 * recentf.el (recentf-open-more-files): New command to open files
16471 that are not displayed in the menu.
16472 (recentf-more-collection): New global variable holding the set of
16473 permissible completions used by `recentf-open-more-files'.
16474 (recentf-more-history): New global variable holding the history list
16475 used by `recentf-open-more-files' completion.
16476 (recentf-setup-more-completion): New function to setup completion for
16477 `recentf-open-more-files'.
16478 (recentf-make-menu-items): Updated to display a "More..." menu item.
16479
ff39b9a1 164802000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16481
16482 * recentf.el (recentf-menu-action): Doc fixed.
16483
ff39b9a1 164842000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16485
16486 * recentf.el (recentf-menu-filter): Doc updated.
16487 (recentf-update-menu-hook): Allow menu filters to force menu update.
16488 (recentf-make-menu-items): New menu filter handling.
16489 (recentf-make-menu-item): New helper function.
16490 (recentf-menu-elements): New menu handling function.
16491 (recentf-sort-ascending): Updated to new menu filter handling.
16492 (recentf-sort-descending): Updated to new menu filter handling.
16493 (recentf-sort-basenames-ascending): New menu filter function.
16494 (recentf-sort-basenames-descending): New menu filter function.
16495 (recentf-show-basenames): New menu filter function.
16496 (recentf-show-basenames-ascending): New menu filter function.
16497 (recentf-show-basenames-descending): New menu filter function.
16498
164992000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16500
16501 * diary-lib.el (list-diary-entries): Don't try to go forward at
16502 the end of the buffer.
16503
165042000-02-29 Kenichi Handa <handa@etl.go.jp>
16505
ff39b9a1
SM
16506 * international/mule-diag.el (list-character-sets):
16507 Completely rewritten.
a30eb617
DL
16508 (sort-listed-character-sets): New function.
16509 (list-character-sets-1): Completely rewritten.
16510 (list-character-sets-2): New function.
16511 (non-iso-charset-alist): New variable.
16512 (decode-codepage-char): New function.
16513 (charset-history): New variable.
16514 (read-charset) (list-block-of-chars)
16515 (list-iso-charset-chars)
16516 (list-non-iso-charset-chars)
16517 (list-charset-chars): New functions.
86f6474c 16518 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16519 (dump-charsets): Likewise.
16520
165212000-02-29 Gerd Moellmann <gerd@gnu.org>
16522
16523 * dired-x.el (dired-filename-at-point): Add `@' to valid
16524 file name characters.
16525 (dired-filename-at-point): Handle ange-ftp file names.
16526
16527 * frame.el (frame-notice-user-settings): Use assq-delete-all
16528 instead of assoc-delete-all.
16529 (frame-notice-user-settings): Ditto.
16530
16531 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16532 Don't copy alist.
16533
165342000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16535
16536 * calculator.el (calculator-use-menu): New option.
86f6474c 16537 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16538 (calculator-forced-input): Removed.
16539 (calculator-restart-other-mode): New variable.
16540 (calculator-mode-map): Set up menu.
16541
165422000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16543
86f6474c 16544 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16545
165462000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16547
86f6474c 16548 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16549 translate all ESC key sequences.
86f6474c 16550 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16551 they were saved.
86f6474c
SM
16552 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16553 * viper-util.el (viper-set-replace-overlay-glyphs)
16554 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16555 overlay is live.
86f6474c
SM
16556 * viper.el (viper-vi-state-mode-list): Add major modes.
16557 * ediff-wind.el: Minor comment changes.
16558 * ediff.el: Copyright notice date fix.
a30eb617
DL
16559
165602000-02-27 Jason Rumney <jasonr@gnu.org>
16561
16562 * faces.el (face-font-family-alternatives): Add arial to helv.
16563 (mode-line, header-line, tool-bar): Same default as x for w32.
16564 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16565 face-font-family-alternatives from working.
16566 * term/w32-win.el (mouse-set-font): Do not build fontset from
16567 chosen font.
16568
165692000-02-25 Sam Steingold <sds@goems.com>
16570
16571 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16572 properly.
16573
165742000-02-25 Richard M. Stallman <rms@gnu.org>
16575
16576 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16577
165782000-02-25 Gerd Moellmann <gerd@gnu.org>
16579
86f6474c 16580 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16581
16582 * frame.el (busy-cursor-delay-seconds): New option.
16583
165842000-02-24 Gerd Moellmann <gerd@gnu.org>
16585
16586 * frame.el (show-cursor-in-non-selected-windows): New option.
16587
165882000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16589
16590 * diary-lib.el (include-other-diary-files): Undo the selective
16591 display in any included file and don't kill it.
16592
165932000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16594
86f6474c
SM
16595 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16596 Menu items converted to (menu-item format, help strings added.
a30eb617 16597 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16598 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16599 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16600
166012000-02-23 Dave Love <fx@gnu.org>
16602
16603 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16604 (backward-kill-word): Revert addition of * to interactive spec --
16605 it's a feature.
16606
16607 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16608 (backward-kill-sentence, kill-sentence): Likewise.
16609
16610 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16611 scratch buffer name.
86f6474c 16612 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16613
16614 * term/w32-win.el (internal-face-interactive): Update prompt for
16615 new read-face-name.
16616
16617 * mail/footnote.el (footnote): Add :version to defgroup.
16618 (footnote-section-tag-regexp): Customize.
16619 (footnote-start-tag, footnote-end-tag): New option.
16620 (footnote-latin-regexp): New variable.
16621 (Footnote-latin): New function.
16622 (footnote-style-alist): Add element for latin style.
16623 (footnote-style): Moved.
16624 (Footnote-goto-footnote): Use eq to test arg.
16625
16626 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16627
16628 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16629 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16630 (byte-optimize-quote, byte-optimize-lapcode):
16631 Use byte-compile-const-symbol-p.
a30eb617
DL
16632 (byte-optimize-char-before): New optimization.
16633
16634 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16635 (byte-compile-const-symbol-p): New function.
16636 (byte-compile-constp, byte-compile-out-toplevel)
16637 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16638 Use it.
16639
16640 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16641
166422000-02-23 Kenichi Handa <handa@etl.go.jp>
16643
16644 * international/encoded-kb.el: Be sure to update minor-mode-alist
16645 and minor-mode-map-alist.
16646 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16647 codes SS2 and SS3 correctly.
16648 (encoded-kbd-self-insert-ccl): New function.
16649 (encoded-kbd-setup-keymap): New function.
16650 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16651 by calling encoded-kbd-setup-keymap.
16652
86f6474c
SM
16653 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16654 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16655
166562000-02-22 Dave Love <fx@gnu.org>
16657
16658 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16659 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16660 (lisp-mode-syntax-table): Set up for #|...|# comments.
16661 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16662 classes. Match `defface'.
16663 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16664 (eval-defun-1): Fix for defcustom.
16665 (lisp-indent-region): Doc fix.
16666
16667 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16668 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16669 (replace-regexps-in-string): New function.
16670
166712000-02-22 Gerd Moellmann <gerd@gnu.org>
16672
16673 * help.el (describe-variable): Set syntax table to
16674 emacs-lisp-mode-syntax-table when moving forward over the
16675 symbol's name.
16676
166772000-02-22 Dave Love <fx@gnu.org>
16678
16679 * xt-mouse.el: Doc fixes.
16680 (xterm-mouse-position-function): New function, replacing advice of
16681 mouse-position.
16682 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16683
16684 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16685
166862000-02-21 Gerd Moellmann <gerd@gnu.org>
16687
86f6474c
SM
16688 * format.el (format-annotate-single-property-change):
16689 Handle properties.with dotted-list values.
a30eb617
DL
16690 (format-proper-list-p): New function.
16691
16692 * enriched.el (enriched-face-ans): Handle '(foreground-color
16693 . COLOR) and (background-color . COLOR).
16694
166952000-02-20 Dave Love <fx@gnu.org>
16696
16697 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16698 and assignments to it.
16699 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16700 current local map.
16701 (make-flyspell-overlay): Use it.
16702 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16703
16704 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16705 (lm-get-header-re): Defun, not defsubst.
16706 (lm-get-package-name): Defun, not defsubst. Simplify.
16707 (lm-version): Doc fix. Simplify.
16708 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16709 (lm-crack-address, lm-last-modified-date, lm-commentary)
16710 (lm-verify, lm-synopsis): Simplify.
16711 (lm-report-bug): Require emacsbug. Use compose-mail.
16712
167132000-02-20 Gerd Moellmann <gerd@gnu.org>
16714
16715 * dired.el (dired-mode): Call propertized-buffer-identification
16716 to set mode-line-buffer-identification to something having
16717 the right text properties.
16718
16719 * bindings.el (propertized-buffer-identification): New function.
16720
167212000-02-20 Dave Love <fx@gnu.org>
16722
16723 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16724 check for t-mouse too.
16725
16726 * cus-start.el: Make echo-keystrokes `number'.
16727
167282000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16729
16730 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16731 Don't call ring-empty-p unless tags-location-ring is bound.
16732 From Noah Friedman <friedman@splode.com>.
16733
167342000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16735
16736 * progmodes/hideshow.el (hs-flag-region): No longer use
16737 `intangible' overlay property.
16738
16739 (hs-toggle-hiding): New command.
16740 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16741
16742 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16743 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16744 and deactivation.
16745
167462000-02-18 Gerd Moellmann <gerd@gnu.org>
16747
16748 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16749
167502000-02-17 Gerd Moellmann <gerd@gnu.org>
16751
16752 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16753
16754 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16755 of `*' to handle `(* ... *)' comments.
16756
167572000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16758
16759 * faces.el (list-faces-display): Use display-mouse-p instead of
16760 window-system.
16761
16762 * menu-bar.el (global-map): Menu-bar items converted to the new
16763 format (menu-item..., rearranged for better CUA compliance, and
16764 their names changed for better clarity. Help strings added.
16765
16766 * international/mule-cmds.el (mule-menu-keymap)
16767 (describe-language-environment-map, set-coding-system-map)
16768 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16769 form, add help strings. Change names of menu items for better clarity.
16770 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16771
167722000-02-17 Gerd Moellmann <gerd@gnu.org>
16773
16774 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16775 within the code.
16776
167772000-02-16 Dave Love <fx@gnu.org>
16778
16779 * faces.el: Don't require custom. Add more specific :groups to
16780 various deffaces.
16781 (set-face-attribute): Purecopy args.
16782 (read-face-name): Default to name at point and use it in prompt.
16783 Remove colon from arg in all callers.
16784 (list-faces-display): Hyperlink to face descriptions and customize
16785 buffers.
16786
167872000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16788
86f6474c 16789 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16790
167912000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16792
16793 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16794 at ':' characters by call to split-string.
16795
167962000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16797
16798 * textmodes/bibtex.el: Added RCS version identification.
16799
168002000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16801
16802 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16803 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16804 (bibtex-field-const): Allow capital letters.
16805 (bibtex-start-of-string): Deleted because unused.
16806
16807 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16808 use the term 'reference' to describe a bibtex entry as a whole.
16809 Further, reference keys are no longer called 'labels'.
16810 (bibtex-keys): Renamed to bibtex-reference-keys.
16811 (bibtex-reformat-previous-labels): Renamed to
16812 bibtex-reformat-previous-reference-keys.
16813 (bibtex-reference-type): Renamed to bibtex-entry-type.
16814 (bibtex-reference-head): Renamed to bibtex-entry-head.
16815 (bibtex-reference-maybe-empty-head): Renamed to
16816 bibtex-entry-maybe-empty-head.
16817 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16818 (bibtex-search-reference): Renamed to bibtex-search-entry.
16819 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16820 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16821 (bibtex-entry-field-alist, bibtex-entry-head)
16822 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16823 (bibtex-map-entries, bibtex-search-entry)
16824 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16825 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16826 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16827 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16828 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16829 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16830 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16831
168322000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16833
16834 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16835 comment.
16836 (bibtex-format-field-delimiters): New function, functionality
16837 extracted from bibtex-format-entry.
16838 (bibtex-autokey-get-yearfield-digits): New function, functionality
16839 extracted from bibtex-autokey-get-yearfield.
16840
16841 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16842 entries in order to avoid stack overflow in the regexp matcher if
16843 field contents become large.
86f6474c
SM
16844 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16845 (bibtex-field-string-part-not-braced)
16846 (bibtex-field-string-part-no-inner-braces)
16847 (bibtex-field-string-part-1-inner-brace)
16848 (bibtex-field-string-part-2-inner-braces)
16849 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16850 (bibtex-field-string-quoted, bibtex-field-string)
16851 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16852 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16853 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16854 Deleted as parsing is now performed by the following functions.
16855 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16856 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16857 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16858 (bibtex-parse-association, bibtex-field-name-for-parsing)
16859 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16860 (bibtex-search-forward-field, bibtex-search-backward-field)
16861 (bibtex-start-of-field, bibtex-end-of-field)
16862 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16863 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16864 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16865 (bibtex-parse-string, bibtex-search-forward-string)
16866 (bibtex-search-backward-string, bibtex-start-of-string)
16867 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16868 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16869 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
16870 entries. Instead of reporting the results of the parsing by
16871 match-beginning or match-end, these functions return data structures
16872 that hold the corresponding positions.
16873 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
16874 return values rather than by match-beginning or match-end.
16875 The following functions have been adapted to use the new
16876 parsing functions.
16877 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16878 (bibtex-enclosing-field, bibtex-format-entry)
16879 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16880 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16881 (bibtex-print-help-message, bibtex-end-of-entry)
16882 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16883 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16884 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16885 Use the new method for parsing.
16886 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16887 (bibtex-map-entries, bibtex-flash-head)
16888 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16889 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16890 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16891 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16892 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16893 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16894 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16895 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
16896
168972000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16898
16899 * textmodes/bibtex.el: Copyright notice is up to date.
16900 Added constant 'bibtex-maintainer-salutation.
16901
86f6474c 16902 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
16903 than make-temp-name, use match-string-no-properties and eliminate
16904 a quadratic behavior when building bibtex-strings.
16905
16906 * bibtex.el (bibtex-reference-key): Accept string entries whose
16907 reference key contains upper case letters.
16908
169092000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16910
16911 * bibtex.el (bibtex-reference-head): Allow entries to start with
16912 a new line.
16913
169142000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16915
16916 * bibtex.el: Hiding of entry bodies is not longer provided by
16917 bibtex.el directly. Instead the hideshow package can be used.
16918 Added a special bibtex entry to hs-special-modes-alist.
16919 (bibtex-hs-forward-sexp): Added for hideshow.el.
16920
169212000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16922
16923 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16924 proceedings entry type (for cross referencing). Thanks to Wagner
16925 Toledo Correa for the suggestion.
16926
16927 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16928
169292000-02-14 Kenichi Handa <handa@etl.go.jp>
16930
16931 * international/characters.el: Setup case table for Vietnamese.
16932
169332000-02-12 Gerd Moellmann <gerd@gnu.org>
16934
16935 * uniquify.el (toplevel): Require CL at compile time.
16936 (uniquify-push): Removed.
16937
16938 * shadowfile.el (shadow-when): Removed.
16939
16940 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 16941 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
16942
16943 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16944 regexp for paragraph-start.
16945
16946 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16947 commas as well.
16948
169492000-02-10 Dave Love <fx@gnu.org>
16950
16951 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16952 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16953 Deleted.
16954 (widget-specify-field, widget-specify-button): Don't use
16955 widget-mouse-help as help-echo property.
16956 (default): Use #'ignore for :validate and :mouse-down-action.
16957 (checkbox): Add help-echo.
16958 (widget-sexp-validate): Rewritten to clarify error messages.
16959 (character): Use char-valid-p in :match function.
16960 (widget-color-complete): Use facemenu-color-alist.
16961 (widget-color-action): Use facemenu-read-color.
16962
16963 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16964 set up `caar' &c that we now have.
16965
169662000-02-09 Ray Blaak <blaak@gnu.org>
16967
16968 * delphi.el: Make resourcestring a declaration region, like const
16969 and var.
16970
169712000-02-09 Dave Love <fx@gnu.org>
16972
16973 * bindings.el (mode-line-input-method-map): New variable.
16974 (mode-line-mule-info): Use it; fix last change.
16975 (mode-line-mode-menu): Move definition.
16976 (mode-line-mouse-sensitive-p): Deleted.
16977 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 16978 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
16979
16980 * startup.el (command-line-1): Don't call
16981 make-mode-line-mouse-sensitive.
16982
169832000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16984
86f6474c
SM
16985 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
16986 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
16987
169882000-02-06 Stefan Monnier <monnier@cs.yale.edu>
16989
16990 * diff-mode.el (diff-kill-junk): New interactive function.
16991 (diff-reverse-direction): Use delete-and-extract-region.
16992 (diff-post-command-hook): Restrict the area so that the hook also works
16993 outside of any diff hunk. This is necessary for the minor-mode.
16994 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
16995 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
16996
16997 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
16998 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
16999 so that it can be used more easily in <foo>-mode-hook. Also make sure
17000 to avoid duplicate entries.
17001 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17002 (font-lock-remove-keywords): Just as was done for `add', allow it to
17003 work even if font-lock-mode is nil. Also make sure we don't modify
17004 any pre-existing list by forcing a copy-sequence. Finally rename
17005 `major-mode' to `mode'.
17006 (font-lock-fontify-syntactic-anchored-keywords)
17007 (font-lock-fontify-anchored-keywords)
17008 (font-lock-fontify-keywords-region): Use line-end-position.
17009 Don't make `font-lock-multiline' local (it's now done in
17010 font-lock-set-defaults).
86f6474c
SM
17011 (font-lock-set-defaults): Make `font-lock-multiline' local.
17012 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17013
170142000-02-06 Andrew Innes <andrewi@gnu.org>
17015
17016 * term/w32-win.el (x-handle-args): Comment out call to message,
17017 which occurs before window system is initialized.
17018
17019 * makefile.nt: Add support for recompiling lisp code.
17020
170212000-02-04 Dave Love <fx@gnu.org>
17022
17023 * bindings.el (mode-line-mule-info): Fix/extend last change.
17024
17025 * completion.el: Replace completion-dolist with dolist.
17026
86f6474c 17027 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17028
170292000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17030
86f6474c 17031 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17032 environment names before they go into the section regexp.
17033
86f6474c 17034 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17035 char class in regexp.
17036
86f6474c
SM
17037 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17038 Bind `case-fold-search' to nil.
a30eb617 17039
86f6474c
SM
17040 * progmodes/idlwave.el (idlwave-template):
17041 Respect `idlwave-abbrev-change-case'.
17042 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17043 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17044 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17045 (idlwave-rw-case): New function.
17046 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17047 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17048 (idlwave-surround): New argument LENGTH to support padding of
17049 operators longer than 1 char.
17050
17051 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17052 idlwave-shell-expression-overlay. Implemented printing of
17053 expressions on higher levels of the calling stack.
86f6474c 17054 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17055 (idlwave-retrieve-expression-from-level): New function.
17056 (idlwave-shell-last-calling-stack): Variable removed.
17057 (idlwave-shell-reset): Argument action reversed (`visible' to
17058 `hidden'). Also remove stop-line overlay.
17059 (idlwave-shell-calling-stack-routine): New variable.
17060 (idlwave-shell-parse-stack-and-display): Messages now display
17061 negative level numbers.
17062 (idlwave-shell-mode): Set `modeline-format'.
17063 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17064 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17065 (idlwave-shell-print-expression-function): New option.
17066
86f6474c
SM
17067 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17068 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17069 `tool-bar' instead of `toolbar'.
17070
170712000-02-02 Dave Love <fx@gnu.org>
17072
17073 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17074 emacs-lisp-mode-hook. Don't check for defalias being defined.
17075
17076 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17077 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17078 Use the new builtins directly.
a30eb617
DL
17079
17080 * whitespace.el (whitespace): Add :version to defgroup.
17081
17082 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17083 Doc fix.
17084
17085 * thingatpt.el (sexp-at-point, symbol-at-point)
17086 (number-at-point, list-at-point): Add autoload cookie.
17087
17088 * recentf.el (recentf): Add :version to defgroup.
17089
17090 * quickurl.el (quickurl): Add :version to defgroup.
17091
17092 * elide-head.el (elide-head): Use point-marker more.
17093
17094 * bs.el (bs): Add :version to defgroup.
17095
17096 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17097
17098 * progmodes/delphi.el (delphi): Add :version to defgroup.
17099
171002000-02-02 Gerd Moellmann <gerd@gnu.org>
17101
17102 * ange-ftp.el (ange-ftp-write-region): Handle case that
17103 succeeding process operation sets a different coding system.
17104
17105 * calculator.el: New file.
17106
171072000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17108
86f6474c 17109 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17110 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17111 (display-selections-p, display-screens, display-pixel-width)
17112 (display-pixel-height, display-mm-width, display-mm-height)
17113 (display-backing-store, display-save-under, display-planes)
17114 (display-color-cells, display-visual-class): New functions.
17115
17116 * term/tty-colors.el (tty-color-gray-shades): New function.
17117
17118 * faces.el (display-color-p): Use framep-on-display.
17119 (display-grayscale-p): New function.
17120
171212000-01-31 Dave Love <fx@gnu.org>
17122
17123 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17124 (create-fontset-from-x-resource): Don't concat integers.
17125
171262000-01-31 Inge Frick <inge@nada.kth.se>
17127
17128 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17129 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17130 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17131 window is not deleted. Modifies change 1998-04-26.
17132
171332000-01-31 Gerd Moellmann <gerd@gnu.org>
17134
17135 * windmove.el: New file.
17136
17137 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17138 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17139 progmodes/ebnf-yac.el: Update copyright and license info.
17140
86f6474c
SM
17141 * jit-lock.el (jit-lock-function): Widen before calculating
17142 end position.
a30eb617
DL
17143 (jit-lock-stealth-chunk-start): Rewritten.
17144
17145 * info.el (Info-title-face-alist): Removed.
86f6474c 17146 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17147 (Info-fontify-node): Use these faces.
17148
171492000-01-30 Gerd Moellmann <gerd@gnu.org>
17150
17151 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17152 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17153 `&allow-other-keywords'.
17154
17155 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17156 the list of directories scanned heuristically.
17157
86f6474c 17158 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17159
171602000-01-30 Jason Rumney <jasonr@gnu.org>
17161
17162 * w32-fns.el: Define w32-tty-standard-colors.
17163
17164 * startup.el (command-line): Use w32-tty-standard-colors when in
17165 w32 console mode.
17166
171672000-01-30 Dave Love <fx@gnu.org>
17168
17169 * jka-compr.el (jka-compr-load): Fix up load-history.
17170
17171 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17172
17173 * emacs-lisp/cl-macs.el: Revert previous change.
17174
171752000-01-29 Dave Love <fx@gnu.org>
17176
17177 * facemenu.el: Purecopy various strings.
17178
17179 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17180 years. Deal with three-digit years.
17181
86f6474c
SM
17182 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17183 Use defconst, purecopy.
a30eb617
DL
17184 (help-back-label): Purecopy it.
17185
171862000-01-18 Gerd Moellmann <gerd@gnu.org>
17187
17188 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17189 variable. If non-nil, order the buffer list according to the
17190 currently selected frame.
17191 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17192 non-nil, pass the selected frame to function buffer-list.
17193
171942000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17195
17196 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17197
171982000-01-28 Dave Love <fx@gnu.org>
17199
17200 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17201
17202 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17203 Don't use lisp-indent-hook property.
17204 (cl-abs): Remove.
17205
17206 * subr.el: Move out indent and edebug specs for when and unless.
17207
17208 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17209 when, unless.
17210
17211 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17212 unless, when.
17213
172142000-01-28 Gerd Moellmann <gerd@gnu.org>
17215
17216 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17217 `collecting' as synonym for `collect'.
17218
17219 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17220 for the case it contains spaces.
17221
86f6474c 17222 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17223
17224 * frame.el (delete-other-frames): New function.
17225 (toplevel): Bind it to C-x 5 1.
17226
17227 * sort.el (sort-numeric-base): New option.
17228 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17229 interpret it as octal or hexadecimal. Use sort-numeric-base
17230 as default base.
17231
17232 * progmodes/glasses.el: New file.
17233
172342000-01-27 Gerd Moellmann <gerd@gnu.org>
17235
17236 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17237 userids differently.
17238
17239 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17240 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17241 progmodes/ebnf-yac.el: New files.
17242
172432000-01-26 Dave Love <fx@gnu.org>
17244
17245 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17246 on a function with an empty body. [From Eric Ludlam.]
17247
172482000-01-25 Andre Spiegel <spiegel@gnu.org>
17249
17250 * vc.el (vc-version-diff): Make sure file name is expanded.
17251
172522000-01-25 Gerd Moellmann <gerd@gnu.org>
17253
17254 * scroll-bar.el (scroll-bar-timer): Variable removed.
17255 (scroll-bar-toolkit-scroll): Don't use a timer.
17256
172572000-01-25 Kenichi Handa <handa@etl.go.jp>
17258
86f6474c
SM
17259 * language/thai-util.el (thai-composition-function):
17260 Delete superfluous `a'.
a30eb617
DL
17261
172622000-01-24 Dave Love <fx@gnu.org>
17263
17264 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17265 end-of-defun-function.
17266
86f6474c 17267 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17268
172692000-01-22 Jason Rumney <jasonr@gnu.org>
17270
17271 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17272 conflicts with new face support.
17273
172742000-01-22 Richard M. Stallman <rms@gnu.org>
17275
17276 * replace.el (query-replace): Rename last arg to DELIMITED.
17277 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17278 (query-replace-regexp): Likewise.
17279
172802000-01-20 Richard M. Stallman <rms@gnu.org>
17281
17282 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17283
17284 * emacs-lisp/lisp.el (beginning-of-defun-function):
17285 Variable renamed from beginning-of-defun.
17286 Do not call make-variable-buffer-local.
17287 (beginning-of-defun-raw): Use new variable name; doc fix.
17288 (beginning-of-defun): Doc fix.
17289 (end-of-defun-function): Variable renamed from end-of-defun.
17290 Do not call make-variable-buffer-local.
17291 (end-of-defun): Use new variable name; doc fix.
17292
17293 * subr.el (dolist, dotimes): Copied from cl-macs.el
17294 and made to work.
17295
17296 * mail/undigest.el (rmail-digest-end-regexps):
17297 Variable replaces rmail-digest-end-regexp.
17298 Allows multiple regexps for detecting the end line.
17299 (undigestify-rmail-message): Corresponding changes.
17300
173012000-01-19 Dave Love <fx@gnu.org>
17302
17303 * files.el (user-init-file): Don't declare here -- is primitive.
17304
17305 * startup.el (command-line): Check for compiled user-init-file and
17306 set to uncompiled version if necessary.
17307
173082000-01-18 Gerd Moellmann <gerd@gnu.org>
17309
17310 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17311 (undigestify-rmail-message): Use it.
17312
17313 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17314
173152000-01-17 Gerd Moellmann <gerd@gnu.org>
17316
17317 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17318 of mini-buffer.
17319
173202000-01-14 Gerd Moellmann <gerd@gnu.org>
17321
17322 * emacs-lisp/copyright.el (copyright-update): Removed the
17323 requirement for a trailing space from `copyright-regexp', to
17324 support copyrights with owner specified on a separate line..
17325
17326 * align.el: New file.
17327
17328 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17329
17330 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17331
173322000-01-13 Dave Love <fx@gnu.org>
17333
17334 * ph.el: Removed. (Obsoleted by EUDC.)
17335
173362000-01-13 Gerd Moellmann <gerd@gnu.org>
17337
17338 * net/eudc.el (toplevel): Remove autoloaded code installing
17339 menu with easymenu, because that causes build problems.
17340
17341 * frame.el (frame-notice-user-settings): New variable.
17342 (frame-notice-user-settings): Don't modify frame parameters
17343 if called a second time.
17344
173452000-01-13 Richard M. Stallman <rms@gnu.org>
17346
17347 * frame.el (frame-notice-user-settings):
17348 Notice default-frame-parameters even for non-window frames.
17349
173502000-01-13 Gerd Moellmann <gerd@gnu.org>
17351
17352 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17353 for Emacs.
17354 (eudc-bob-can-display-inline-images): Extend for Emacs.
17355 (eudc-bob-toggle-inline-display): Ditto.
17356 (eudc-bob-display-jpeg): Ditto.
17357
173582000-01-12 Gerd Moellmann <gerd@gnu.org>
17359
17360 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17361 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17362 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17363
86f6474c
SM
17364 * add-log.el (add-change-log-entry): Fix error trying an
17365 `(insert nil)'.
a30eb617
DL
17366
17367 * subdirs.el: Add `net' directory.
17368
17369 * net: New directory.
17370
17371 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17372 eval-last-sexp. Don't bind debug-on-error here.
17373 (eval-last-sexp): New function. Bind debug-on-error if
17374 eval-expression-debug-on-error is non-nil.
17375 (eval-defun-2, eval-defun): Likewise.
17376
17377 * simple.el (eval-expression): Don't bind debug-on-error if
17378 eval-expression-debug-on-error is nil. Detect changed
17379 debug-on-error, and propagate new value to global binding, if
17380 eval-expression-debug-on-error is non-nil,
17381 (eval-expression-debug-on-error): Change doc string.
17382
173832000-01-11 Richard M. Stallman <rms@gnu.org>
17384
17385 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17386
17387 * emacs-lisp/lisp-mode.el (with-syntax-table):
17388 Set up lisp-indent-function property.
17389
17390 * subr.el (with-syntax-table): Moved from simple.el.
17391
17392 * simple.el (with-syntax-table): Moved to subr.el.
17393
173942000-01-11 Gerd Moellmann <gerd@gnu.org>
17395
17396 * tmm.el (tmm-shortcut): Delete region after prompt instead
17397 of erasing buffer.
17398
17399 * textmodes/fill.el (fill-common-string-prefix): New function.
17400 (fill-context-prefix): Use the longest common prefix of first
17401 and second line fill prefix, if there is one.
17402
174032000-01-11 Richard M. Stallman <rms@gnu.org>
17404
17405 * array.el (array-mode): Don't use make-variable-buffer-local.
17406 Use make-local-variable for `truncate-lines'.
17407
174082000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17409
17410 * add-log.el (add-log-current-defun): Handle user-defined
17411 add-log-current-function returning nil,
17412
17413 * add-log.el (add-change-log-entry): Insert version number
17414 if having found a current function
17415
86f6474c
SM
17416 * add-log.el (add-log-current-defun):
17417 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17418 level 1. Strip whitespace from defun found.
17419
174202000-01-10 John Wiegley <johnw@gnu.org>
17421
17422 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17423 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17424
174252000-01-10 Dave Love <fx@gnu.org>
17426
17427 * elide-head.el (elide-head): Use point-marker, not point.
17428
174292000-01-10 Gerd Moellmann <gerd@gnu.org>
17430
17431 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17432 before and after the year 2000.
17433
17434 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17435 Add ispell- prefix.
17436
174372000-01-10 Ken Stevens <k.stevens@ieee.org>
17438
17439 * ispell.el: Only define dictionaries in menus when they exist.
17440 (version18p): New variable.
17441 (version20p): New variable.
17442 (xemacsp): New variable.
17443 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17444 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17445 (ispell-dictionary-alist6): Russian command lines no longer accept
17446 run-together words.
17447 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17448 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17449 (check-ispell-version): Added documentation string. Return library
17450 path when called non-interactively.
a30eb617
DL
17451 (ispell-menu-map-needed): Uses new variables.
17452 (ispell-library-path): New variable.
17453 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17454 (ispell-word): Improved documentation string. Test for valid
17455 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17456 result in single words split into multiple words.
17457 Return replacement word.
a30eb617
DL
17458 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17459 replace in recursive query replace mode. Help message for
17460 recursive edit mode.
17461 (ispell-show-choices): Protect against bad framepop bindings.
17462 (ispell-help): Fix to work with XEmacs.
17463 (ispell-highlight-spelling-error): Use new variables.
17464 (ispell-overlay-window): Fix to work with XEmacs.
17465 (ispell-parse-output): Passed and returns location information
17466 tracking spelling corrections. Doesn't recheck same word on
17467 current line.
17468 (ispell-init-process): Protect against bogus XEmacs variable binding.
17469 Fix call to single argument in sleep-for. Use new variables.
17470 (ispell-region): Passed and returns location information tracking
17471 spelling corrections. Doesn't check same word on current line.
17472 Improved documentation string. Doesn't resend a line already
17473 checked to the ispell process - fixes bug in LaTeX parsing.
17474 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17475 (ispell-skip-region): No longer skips <TT> in SGML.
17476 (ispell-process-line): Tracks location information with spelling
17477 corrections. Added documentation string. Accounts for words
17478 already accepted on this line. Don't allow query-replace on line
17479 starting with math characters. Doesn't resend a line already sent
17480 to ispell process. Fixes alignment error bug.
17481
174822000-01-10 Richard M. Stallman <rms@gnu.org>
17483
17484 * dired-x.el (dired-guess-shell-alist-default):
17485 Suggest xloadimage, which is free, not xv, which isn't.
17486
17487 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17488 Don't ever include the host name or user name in the value.
17489
174902000-01-09 Gerd Moellmann <gerd@gnu.org>
17491
17492 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17493 of a real newline.
17494
174952000-01-09 Stephen Eglen <stephen@gnu.org>
17496
17497 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17498 for .png files.
17499
175002000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17501
17502 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17503
175042000-01-09 Gerd Moellmann <gerd@gnu.org>
17505
17506 * progmodes/cperl-mode.el: Replace ^F with ^L.
17507
86f6474c
SM
17508 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17509 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17510
175112000-01-08 Dave Love <fx@gnu.org>
17512
17513 * emacs-lisp/backquote.el: Remove inappropriate customization
17514 (allowing custom.el to use backquote).
17515
175162000-01-07 Dave Love <fx@gnu.org>
17517
17518 * add-log.el (add-log-debugging): Deleted.
17519 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17520 file. Remove debugging code.
17521 (change-log-get-method-definition, change-log-name): Add doc.
17522 (change-log-sortable-date-at): New function.
17523 (change-log-merge): New command.
17524
17525 * time.el (display-time-string-forms): Make the Mail string active.
17526 (display-time-update): Provide help-echo for load average.
17527
17528 * bindings.el (make-mode-line-mouse2-map): New function.
17529 (mode-line-modified): Use it and simplify.
17530 (mode-line-mule-info): Provide help-echo info.
17531 (minor-mode-alist): Activate the strings.
17532 (make-mode-line-mouse-sensitive): Simplify for
17533 mode-line-buffer-identification.
17534
175352000-01-07 Gerd Moellmann <gerd@gnu.org>
17536
17537 * play/pong.el: New file.
17538
175392000-01-06 Dave Love <fx@gnu.org>
17540
17541 * array.el: Assorted cleanups for compiler warnings, doc strings,
17542 `array-' prefix for symbols.
17543
175442000-01-05 Dave Love <fx@gnu.org>
17545
86f6474c
SM
17546 * textmodes/outline.el (outline-mode-menu-bar-map):
17547 Add outline-headers-as-kill.
a30eb617
DL
17548 (outline-mode): Define imenu-generic-expression.
17549 (outline-headers-as-kill): New command.
17550
17551 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17552 from paragraph-start.
17553 (paragraph-indent-minor-mode): New command.
17554
17555 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17556 M-C-e, M-C-h, C-j, C-xnd, TAB.
17557 (fortran-mode): Set beginning-of-defun, end-of-defun.
17558 (fortran-column-ruler): Simplify.
17559 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17560 (fortran-with-subprogram-narrowing): Likewise.
17561 (fortran-indent-subprogram): Call mark-defun.
17562 (fortran-check-for-matching-do): Change narrowing.
17563
17564 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17565 (cl-lucid-hash-tag): Delete.
17566 (cl-hash-table-p): Correct test for native table.
17567 (cl-hash-table-count): Use hash-table-count.
17568
17569 * browse-url.el (browse-url): Fix case of
17570 browse-url-browser-function being an alist.
17571
175722000-01-05 Carsten Dominik <cd@gnu.org>
17573
17574 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17575 (reftex-index-phrase-file-extension): New options.
17576
17577 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17578 Use new option `reftex-index-phrase-file-extension'.
17579
17580 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17581 `reftex-parse-file-extension'.
17582
175832000-01-05 Dave Love <fx@gnu.org>
17584
17585 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17586 (beginning-of-defun-raw): Use it.
17587 (end-of-defun): New variable.
17588 (end-of-defun): Use it.
17589 (check-parens): New command.
17590
175912000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17592
17593 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17594 (hs-show-block): Don't use `mapcar' when not accumulating.
17595
17596 Fix buglet in local variables initialization.
17597
175982000-01-05 Andreas Schwab <schwab@suse.de>
17599
17600 * hscroll.el (hscroll): Doc fix.
17601
176022000-01-05 Carsten Dominik <cd@gnu.org>
17603
86f6474c
SM
17604 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17605 Require idlw-toolbar.
a30eb617 17606
86f6474c 17607 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17608 file idlw-rinfo.el.
86f6474c
SM
17609 (idlwave-customize): Load must read file idlw-shell.el.
17610 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17611
176122000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17613
17614 * progmodes/idlw-shell.el: Also provide idlwave-shell
17615 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17616 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17617
86f6474c 17618 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17619 both reftex-dcr and reftex-vcr.
17620
17621 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17622
176232000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17624
17625 * ps-print.el: PostScript code now is in separate files, doc fix.
17626 (ps-print-version): New version number (5.0.3).
17627 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17628 local.
17629 (ps-spool-config): Initialization fix.
17630 (ps-print-prologue-1, ps-print-prologue-2)
17631 (ps-print-duplex-feature): PostScript code moved to separated file.
17632 (ps-background-image): Little code reformating.
17633 (ps-begin-file, ps-begin-job): Fix code.
17634 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17635 (ps-prologue-file): New fun.
17636
176372000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17638
17639 * ps-vars.el: Eliminated.
17640
17641 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17642 `;;;###autoload'.
17643
17644 * ps-print.el: ps-vars eliminated, doc fix.
17645 (ps-print-version): New version number (5.0.2).
17646 (ps-spool-config): Initialization fix.
17647 (ps-print-customize): New fun.
17648
176492000-01-04 Gerd Moellmann <gerd@gnu.org>
17650
86f6474c 17651 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17652
176532000-01-04 Dave Love <fx@gnu.org>
17654
17655 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17656 menu items.
17657
176582000-01-03 Dave Love <fx@gnu.org>
17659
17660 * elide-head.el (elide-head) [defgroup]: Add :version.
17661
17662 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17663 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17664 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17665 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17666
176672000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17668
17669 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17670 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17671
176722000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17673
17674 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17675 at comment end, and re-insert them after filling.
17676
176772000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17678
17679 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17680 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17681 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17682
176832000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17684
17685 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17686 the new name of face-color-supported-p.
17687
17688 * term/w32-win.el (xw-defined-colors): Likewise.
17689
176902000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17691
17692 * simple.el (completion-setup-function): Count completion-size
17693 from minibuffer-prompt-end, not from point-min.
17694
176952000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17696
17697 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17698 Pass the frame to tty-color-* functions.
17699 (display-color-p, frame-set-background-mode): Pass the frame to
17700 tty-display-color-p.
17701
17702 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17703 tty-color-alist.
17704 (tty-color-alist, tty-modify-color-alist): New functions.
17705 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17706 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17707 optional parameter FRAME.
a30eb617
DL
17708
177092000-01-01 Gerd Moellmann <gerd@gnu.org>
17710
86f6474c
SM
17711 * image.el (create-image, defimage): Don't assume image data is
17712 a string.
a30eb617
DL
17713
17714 * image.el (defimage): Handle specifications containing :data
17715 instead of :file.
17716 (image-type-from-data): New function.
17717 (image-type-from-file-header): Use it.
17718 (create-image): Add parameter DATA-P.
17719
17720See ChangeLog.8 for earlier changes.
17721
17722;; Local Variables:
17723;; coding: iso-2022-7bit
17724;; End: