*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
884e8578
EZ
12001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
4 create a buffer for extracted file, in case there's more than one
5 file by that name in an archive, possibly in different
6 directories. From Kevin Rodgers <kevinr@ihs.com>.
7
8 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
9 <alex@gnu.org>.
10
72190a54
MB
112001-06-15 Miles Bader <miles@gnu.org>
12
13 * textmodes/texinfmt.el (texinfo-format-syntax-table): Revert
14 previous change.
15
e4cdc335
RS
162001-06-14 Richard M. Stallman <rms@gnu.org>
17
18 * replace.el (keep-lines-read-args): Return just a regexp.
19 Provide nil for the region args.
20 (keep-lines, flush-lines, how-many):
21 Calculate the defaults for the region here, when args are nil.
22
c8c6b45a
EZ
232001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
24
25 * rot13.el (rot13-other-window): Some more doc fix.
26
f54701d1
EZ
272001-06-14 Per Starback <starback@ling.uu.se>
28
29 * replace.el (case-replace, query-replace-from-history-variable)
30 (query-replace-to-history-variable, keep-lines-read-args)
31 (occur-revert-function, query-replace-help): Dox fix.
32
1604ce98
EZ
332001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
34
35 * rot13.el (rot13-other-window): Doc fix.
36
22058843
MB
372001-06-14 Miles Bader <miles@gnu.org>
38
39 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
40 of " and \ to "." (punctuation).
41 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
42
e4cdc335
RS
432001-06-13 Richard M. Stallman <rms@gnu.org>
44
45 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
46
47 * simple.el (shell-command-on-region): Never kill the
48 *Shell Command Output* buffer.
49
a62d56ab
SM
502001-06-13 Stefan Monnier <monnier@cs.yale.edu>
51
52 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
53
4a0aa1d9
SM
542001-06-10 Stefan Monnier <monnier@cs.yale.edu>
55
56 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
57 New var, to recognize ${ $' and PODs.
58 (perl-font-lock-syntactic-face-function): New function.
59 (perl-mode): Use them.
60 (perl-continuation-line-p): New function, from perl-calculate-indent.
61 (perl-calculate-indent): Use it, to properly handle continuation
62 lines of continuation lines.
63
b5a9911c
EZ
642001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
65
66 * server.el (server-process, server-buffer-clients): Doc fix.
67 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
68
0f056ec1
JW
692001-06-09 John Wiegley <johnw@gnu.org>
70
71 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
72 test if the last command was Lisp or not.
73 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
74 B x C".
75
e5e316b0
EZ
762001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
77
78 * dos-w32.el (grep-regexp-alist): Remove definition, since the
79 general one on compile.el supports drive letters.
7f4350a7
CD
80
812001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
82
5a905a7e 83 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 84 key description.
7f4350a7
CD
85
86 * textmodes/reftex-sel.el (reftex-select-jump): New command.
87
5a905a7e 88 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
89 (reftex-toc-jump): New command.
90
91 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 92 to parse international characters as well.
7f4350a7 93
5a905a7e 94 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 95 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 96
5a905a7e
SM
97 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
98
99 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 100 TAB to the key separators.
7f4350a7 101
73419021
EZ
1022001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
103
104 * international/mule.el (auto-coding-alist): Remove redundant
105 up-cased versions of the extensions (auto-coding-alist-lookup is
106 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
107 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
108
cada28bb
EZ
1092001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
110
111 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
112
4f7666dc
RS
1132001-06-01 Richard M. Stallman <rms@gnu.org>
114
115 * help.el (describe-variable): Put value on same line
116 with preceding text, if it is short enough to look good that way.
117
70079787
EZ
1182001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
119
120 * term/internal.el (IT-unicode-translations): New variable.
121 (IT-setup-unicode-display): New function.
122
c86f4619
GM
1232001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
124
125 * ps-print.el: Handle before-string and after-string overlay properties
126 in ps-print-*-with-faces commands. Doc fix.
127 (ps-print-version): New version number (6.5.2).
128 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
129 for XEmacs.
130 (ps-prefix-quote): Doc fix.
c6d452ad 131 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
132 (ps-basic-plot-str, ps-plot-string): New funs.
133
1ea98518
SM
1342001-05-31 Stefan Monnier <monnier@cs.yale.edu>
135
136 * progmodes/etags.el (tags-compression-info-list): Fix docstring
137 and :type spec.
138
2b1ec973
GM
1392001-05-31 Gerd Moellmann <gerd@gnu.org>
140
1ea98518
SM
141 * international/mule-cmds.el (inactivate-input-method):
142 Set input-method-function to nil.
2b1ec973 143
94843cc1
GM
144 * xml.el (xml-parse-tag): The document may contain invalid characters.
145 From ShengHuo ZHU <zsh@cs.rochester.edu>
146
9652931f
GM
1472001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
148
149 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
150 `rmail-summary-line-decoder' if the message does not have
151 a Subject: field.
9652931f 152
1ea98518 153 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 154
1ea98518
SM
155 * mail/rmail.el (rmail-insert-mime-resent-message-function):
156 New variable.
9652931f
GM
157 (rmail-resend): Modify to work in `rmail-view-buffer'; call
158 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
159 is non-nil.
160
b781e739
SS
1612001-05-29 Sam Steingold <sds@gnu.org>
162
00f51890
SS
163 * faces.el (face-valid-attribute-values): Bind `valid' directly
164 instead of using `setq'.
165
b781e739
SS
166 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
167 Use `tex-shell-buf'.
168 (tex-shell-proc): Use `tex-shell-running'.
169 (tex-shell-buf-no-error): New function.
170 (tex-send-tex-command): Use it.
171 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
172 (tex-kill-job): Check the process before calling `quit-process'.
173
3d0e328b
GM
1742001-05-29 Gerd Moellmann <gerd@gnu.org>
175
1ea98518
SM
176 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
177 UTF-8 sequences.
3d0e328b 178
8bd6307f
GM
1792001-05-28 Miles Bader <miles@gnu.org>
180
181 * comint.el (comint-carriage-motion): Renamed from
182 `comint-cr-magic'. Operate on the buffer instead of the string
183 (for use as a comint post-output filter, instead of as a
184 pre-output filter). Handle backspaces too. Add to the
185 `comint-output-filter-functions' hook instead of
186 `comint-preoutput-filter-functions'.
187
89c8dc6c
GM
1882001-05-28 Gerd Moellmann <gerd@gnu.org>
189
190 * language/japan-util.el (japanese-hankaku): Prefer the charset
191 `jisx0201' when the optional argument `ascii-only' is not specified.
192 (japanese-hankaku-region): Ditto.
193 From Katsumi Yamaoka <yamaoka@jpl.org>
194
f25c1b9b
SM
1952001-05-28 Stefan Monnier <monnier@cs.yale.edu>
196
197 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
198 (outline-invisible-p): New function.
199 (hide-leaves): Save excursion.
200 (hide-other): Stop looping when reaching bobp.
201
719bb352
EZ
2022001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
203
204 * cus-edit.el (custom-file): Fix last change.
205
d686d354
SM
2062001-05-27 Stefan Monnier <monnier@cs.yale.edu>
207
208 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
209 same definition in byte-compile-function-environment as `autoload'
210 would put in `symbol-function'.
211
212 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
213 patch to correct the error message as well.
214
49b1a638
EZ
2152001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
216
71261a01
EZ
217 * cus-edit.el (custom-file): Don't assume we were invoked with -q
218 unless ~/.emacs exists.
219
49b1a638
EZ
220 * novice.el (enable-command): If user-init-file is nil or does not
221 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
222
a434b175
SM
2232001-05-25 Stefan Monnier <monnier@cs.yale.edu>
224
15ca8de7
SM
225 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
226 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
227 Allow spaces around macro arguments.
228 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
229 indent-for-tab-command.
230 (latex-mode-map, plain-tex-mode-map): New keymaps.
231 Inherit from tex-mode-map.
232 (tex-common-initialization): Don't setup the keymap any more
233 since it's now done right by define-derived-mode.
234 (latex-mode): Set skeleton-end-hook to nil.
235 (latex-skeleton-end-hook): Remove.
236 (tex-latex-block, latex-insert-item): Simplify.
237 (latex-syntax-after): Use following-char rather than char-after.
238 (tex-discount-args-cmds, tex-count-words): New functions.
239
240 * textmodes/tildify.el (tildify-ignored-environments-alist):
241 Recognize \verb* as well.
242
243 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
244 (perl-comment-indent): Simplify to let newcomment.el do its job.
245 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
246 (perl-mark-function): Cleanup the namespace.
247 (perl-calculate-indent): Don't be fooled by nested functions.
248
249 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
250
a434b175
SM
251 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
252 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
253
4e7e1f03
AC
2542001-05-25 Andrew Choi <akochoi@i-cable.com>
255
256 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
257 actually be `\\'.
258 (ctlau-b5-converter): Likewise.
259
2bef0948
AC
2602001-05-24 Andrew Choi <akochoi@i-cable.com>
261
262 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
263 Change CTLauB.el to CTLau-b5.el.
264
d2d1851b
SM
2652001-05-23 Stefan Monnier <monnier@cs.yale.edu>
266
267 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
268 rather than beginning-of-line to avoid problems with fields.
269 (gud-perldb-massage-args): Use unless and push.
270 (gud-chdir-before-run): New var.
271 (gud-common-init): Use it.
272
5e3d4fbc
AC
2732001-05-24 Andrew Choi <akochoi@i-cable.com>
274
275 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
276 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 277 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 278 chinese-ctlaub.
d2d1851b
SM
279 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
280 New functions.
5e3d4fbc 281
0216c3df
GM
2822001-05-22 Gerd Moellmann <gerd@gnu.org>
283
f1f65349
GM
284 * cus-edit.el (custom-comment-show): Remove debug code.
285
0216c3df
GM
286 * language/japan-util.el (japanese-symbol-table): Fix handling of
287 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
288
e8a1ed31
SM
2892001-05-21 Stefan Monnier <monnier@cs.yale.edu>
290
291 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
292 Renamed by removing the silly `-flag' suffix.
293 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
294
7246200c
SM
2952001-05-20 Stefan Monnier <monnier@cs.yale.edu>
296
297 * replace.el (keep-lines-read-args): Use `copy-marker'.
298 (how-many): Save excursion properly.
299 (occur-mode): Use define-derived-mode.
300 (perform-replace): Use with-current-buffer.
301
7e971261
RS
3022001-05-20 Richard M. Stallman <rms@gnu.org>
303
65569e52
RS
304 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
305
cc9684e8
RS
306 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
307
9ca00e71
RS
308 * info.el (Info-read-subfile): Widen before finding the
309 desired node in the subfile.
310
7e971261
RS
311 * startup.el (command-line-1): When >2 files visited,
312 leave the last one visible, and make that the selected window.
313
7c5312b2
GM
3142001-05-20 Gerd Moellmann <gerd@gnu.org>
315
316 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
317
310e9a21
EZ
3182001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
319
7246200c
SM
320 * international/ccl.el (define-ccl-program): Fix a typo.
321 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
322
323 * international/mule.el (decode-char): Fix a typo. From Pavel
324 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
325
326 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
327 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
328
310e9a21
EZ
329 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
330 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
331
ef55aa6c
SS
3322001-05-18 Sam Steingold <sds@gnu.org>
333
7246200c 334 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
335 and [RET] to `cvs-mode-find-file'.
336
c9f3bebe
JW
3372001-05-18 John Wiegley <johnw@gnu.org>
338
339 * eshell/esh-ext.el (eshell-explicit-command-char): A new
340 configuration variable, which determines the initial character
341 that forces use of an external version of a command. The default
342 is *, but may be set to \, for example.
343
344 * eshell/esh-ext.el (eshell-explicit-command):
345 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 346
c9f3bebe
JW
347 * eshell/esh-cmd.el (eshell/which):
348 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 349
7c5312b2
GM
350 * eshell/em-cmpl.el (eshell-completion-command-name)
351 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
352 instead of ?*.
353
1c66d9fb
GM
3542001-05-18 Gerd Moellmann <gerd@gnu.org>
355
a724ed38
GM
356 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
357 subst-char-in-string.
358 (ange-ftp-after-parse-ls-hook): New variable.
359 (ange-ftp-ls): Run that hook.
360 From Peter Milliken <Peter.Milliken@GTECH.COM>.
361
0595722b
GM
362 * tmm.el (tmm-get-keymap): Fix handling of :filter.
363 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
364 text into *Completions*.
365
1c66d9fb
GM
366 * net/goto-addr.el (goto-address-at-point): Deal with URLs
367 part of which look like email addresses.
368
c5bdb93d
AI
3692001-05-18 Andrew Innes <andrewi@gnu.org>
370
7246200c
SM
371 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
372 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
373 cmd.exe's handling of FOR loops.
374 (autoloads): Set find-file-suppress-same-file-warnings to t to
375 avoid slew of spurious messages.
376
9a1211f2
GM
3772001-05-18 Simon Josefsson <simon@josefsson.org>
378
379 * mail/smtpmail.el (maybe-append-domain): Renamed to
380 `smtpmail-maybe-append-domain'.
381 (smtpmail-via-smtp): Use the new name.
382
29148a3f
GM
383 * net/browse-url.el (browse-url-browser-function): Add kde.
384 (browse-url-kde-program, browse-url-kde-args): New variables.
385 (browse-url-kde): New function.
386
9ab59a1a
MB
3872001-05-18 Miles Bader <miles@gnu.org>
388
7246200c
SM
389 * simple.el (delete-horizontal-space, just-one-space):
390 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
391 because it's more efficient for large files.
392
cebf1b97
GM
3932001-05-17 Gerd Moellmann <gerd@gnu.org>
394
f90c23ca
GM
395 * mail/rmail.el (rmail-require-mime-maybe): New function.
396 (rmail): Use it.
397 (rmail-mode): Handle the case of finding Rmail files.
398
cebf1b97
GM
399 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
400 functions.
401
df22166e
SM
4022001-05-17 Stefan Monnier <monnier@cs.yale.edu>
403
404 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
405 text-property after moving to the beginning of line and regardless
406 of the value of font-lock-multiline.
407
2ca0d5f1
GM
4082001-05-17 Gerd Moellmann <gerd@gnu.org>
409
e85e809a
GM
410 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
411
2ca0d5f1
GM
412 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
413 last coding system used before calling set-buffer-modified-p
414 because that function changes last-coding-system.
415
4c6a4739
EZ
4162001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
417
418 * files.el (switch-to-buffer-other-window)
419 (switch-to-buffer-other-frame): Add an xref to display-buffer in
420 the doc string.
421
f08cf35b
GM
4222001-05-17 Gerd Moellmann <gerd@gnu.org>
423
424 * language/slovak.el, language/czech.el: New maintainer.
425
2180ea97
SS
4262001-05-16 Sam Steingold <sds@gnu.org>
427
f08cf35b 428 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
429 sub-form of `defgeneric' correctly.
430
9bae8781
GM
4312001-05-16 Gerd Moellmann <gerd@gnu.org>
432
a90b3d3c
GM
433 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
434 of `c'.
435
1b7818b4 436 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
437 condition-case, test what outline-level returns instead, to
438 ease debugging.
1b7818b4 439
9bae8781
GM
440 * international/mule.el (auto-coding-regexp-alist): New user-option.
441 (auto-coding-from-file-contents): New function.
442 (set-auto-coding): Use it to determine a coding system.
443
7644c605
GM
4442001-05-15 Gerd Moellmann <gerd@gnu.org>
445
18a0a39e
GM
446 * mouse.el (mouse-delete-other-windows): Doc fix.
447
df22166e
SM
448 * emacs-lisp/lisp-mode.el (lisp-mode):
449 Make font-lock-keywords-case-fold-search a buffer-local variable with
450 make-local-variable before setting it.
7644c605 451
940cf42e
EZ
4522001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
453
454 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
455 prefixes.
456
557f7c34
GM
4572001-05-14 Gerd Moellmann <gerd@gnu.org>
458
459 * hexl.el (hexl-current-address): Print a message when called
460 interactively.
461
14d9b141
SM
4622001-05-11 Stefan Monnier <monnier@cs.yale.edu>
463
464 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
465
466 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
467
468 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
469
7bd2d083
GM
4702001-05-11 Gerd Moellmann <gerd@gnu.org>
471
47e72862
GM
472 * startup.el (command-line): If parameters have been changed in
473 the init files which influence font selection, clear the face
474 cache so that faces get realized with the new parameters.
475
14d9b141 476 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 477
0f49941f
SM
4782001-05-10 Stefan Monnier <monnier@cs.yale.edu>
479
480 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
481
cbeed4a8
EZ
4822001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
483
484 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
485 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
486
ff9aa2ca
GM
4872001-05-10 Gerd Moellmann <gerd@gnu.org>
488
489 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 490 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 491
b2c99950
JW
4922001-05-09 John Wiegley <johnw@gnu.org>
493
0f49941f
SM
494 * eshell/esh-util.el (eshell-convert-numeric-arguments):
495 Annotated the documentation string to tell users about
3cb27fd7
JW
496 `eshell-no-numeric-conversions'.
497
c26f6b27
JW
498 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
499 conversions if a Lisp function has the property
500 `eshell-no-numeric-conversions' set to a non-nil value.
501
502 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
503 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
504 property `eshell-no-numeric-conversions' on the following
505 functions (which all deal with filesystem entities, and never Lisp
506 numerical values): eshell/cd, eshell/pushd, eshell/popd,
507 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
508 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
509 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
510 eshell/which, eshell/addpath.
511
5122001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 513
d089e299
JW
514 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
515 encountered as an argument, don't convert it right away, but tag
516 the first character of the string with the text properties
517 `number', which signifies to `eshell-lisp-command' that the
518 argument should be passed through `string-to-number' if it is
519 actually used in the call to a Lisp function.
520
521 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
522 function, convert any string arguments that have been tagged as
523 "numbers", by calling string-to-number.
524
525 * eshell/esh-util.el (eshell-number-regexp): Now that number
526 conversions only happen for Lisp function calls, the number regexp
527 should now match all integer and floating point forms.
528
529 * eshell/esh-proc.el: Disable `eshell-stop-process' and
530 `eshell-continue-process', since they are both nonfunctional at
531 the moment.
532 (eshell-proc-initialize): Don't bind keys for
533 `eshell-stop-process' or `eshell-continue-process'.
534
0f49941f
SM
535 * eshell/em-unix.el (eshell-shuffle-files):
536 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
537
538 * eshell/em-hist.el (eshell-add-to-history): Reference to
539 `eshell-history-ring' needed to be `eshell-history-index'.
540
0f49941f
SM
541 * calendar/timeclock.el (timeclock-find-discrep):
542 Initialize `elapsed' to 0.
cb89da0f
JW
543 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
544 it's still nil.
b2c99950 545
ff39b9a1
SM
5462001-05-09 Stefan Monnier <monnier@cs.yale.edu>
547
548 * arc-mode.el (archive-int-to-mode): Construct the string directly.
549 (archive-mode): Use capitalize.
550 (archive-unique-fname): Use make-temp-file.
551
9e53a675
GM
5522001-05-09 Gerd Moellmann <gerd@gnu.org>
553
554 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
555
c8224de6
EZ
5562001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
557
c533a7e2
EZ
558 * tar-mode.el (tar-extract): Pay attention to the value of
559 coding-system-for-read, if it is non-nil.
560
ff39b9a1
SM
561 * calendar/holidays.el (holidays): Add an autoload cookie.
562 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 563
1c8c9fb8
JW
5642001-05-08 John Wiegley <johnw@gnu.org>
565
ff39b9a1
SM
566 * calendar/timeclock.el (timeclock-workday-remaining):
567 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
568 (timeclock-workday-elapsed): Don't accept a "relative" argument
569 for the current day's elapsed time. What could that have meant?
ff39b9a1 570 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
571 (timeclock-when-to-leave): Changed logic, similarly to what was
572 done for `timeclock-workday-remaining'.
573 (timeclock-find-discrep): Removed "today-only" argument, which had
574 no meaning. Fixed some more math problems. The function now
575 returns a three member list: (TOTAL-TIME-DISCREPANCY
576 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
577
5f47fb28
EZ
5782001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
579
580 * w32-fns.el (convert-standard-filename): Start replacing slashes
581 from the beginning of the file name, not from where the last
582 invalid character was. From "Andrew Maguire (SWW)"
583 <Andrew.Maguire@Smallworld.co.uk>
584
6da5c7da
GM
5852001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
586
587 The following changes are to provide infrastructure for handling
588 MIME messages to rmail. They don't affect the original behaviour
589 if rmail-enable-mime is nil.
590
591 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
592 (rmail-search-mime-message-function)
593 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
594 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
595 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
596 `rmail-view-buffer' is hidden.
6da5c7da
GM
597 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
598 call rmai-show-mime-function.
599 (rmail-display-labels): If rmail-enable-mime is non-nil, update
600 mode-line-process of rmail-view-buffer.
601 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
602 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
603 buffer.
ff39b9a1
SM
604 (rmail-next-message, rmail-next-undeleted-message): Be sure to
605 set-buffer to the Rmail buffer.
6da5c7da
GM
606 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
607 rmail-search-mime-header-function.
608 (rmail-search-message): New function.
609 (rmail-search): Call rmail-search-message to check if a message
610 matches REGEXP, lastly update point after calling
611 rmail-show-message.
ff39b9a1
SM
612 (rmail-undelete-previous-message, rmail-expunge-confirmed)
613 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
614 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
615 header region, refer to rmail-msgref-vector while setting the
616 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
617 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
618 If rmail-enable-mime is non-nil, call
6da5c7da
GM
619 rmail-insert-mime-forwarded-message-function instead of inserting
620 forwarded message by itself.
621
622 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
623 Rmail buffer.
624 (rmail-set-label, rmail-next-labeled-message): Likewise.
625
626 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
627 set-buffer to the Rmail buffer.
628 (rmail-output-to-rmail-file): Likewise.
629 (rmail-output): Likewise.
630
631 * mail/rmailsum.el (rmail-message-subject-p): Process the result
632 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
633 (rmail-new-summary): Be sure to go to the Rmail buffer.
634 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
635 rmail-view-buffer to nil.
636 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
637 rmail-view-buffer.
638 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
639 rmail-buffer.
640 (rmail-summary-scroll-msg-down): Likewise.
641 (rmail-summary-beginning-of-message): Likewise.
642 (rmail-summary-wipe): Likewise.
643 (rmail-summary-toggle-header): Use save-window-excursion, not
644 save-excursion. Update point in rmail-view-buffer, not in
645 rmail-buffer.
646 (rmail-summary-reply): Before calling rmail-reply, set buffer to
647 rmail-view-buffer, not rmail-buffer.
648
5092477a
GM
6492001-05-07 Gerd Moellmann <gerd@gnu.org>
650
1e9fc92e
GM
651 * cus-edit.el (custom-file): Signal an error if user-init-file is
652 nil (running -q).
653
1d053370
GM
654 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
655
ff39b9a1
SM
656 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
657 Add :version.
658
659 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
660 New option.
1b62b062
GM
661 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
662 only if smtpmail-warn-about-unknown-extensions is set.
663
f851a71c
GM
664 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
665 instead of rmail-sort-by-keywords.
666
ff39b9a1 667 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
668 rmail-sort-by-keywords.
669
ff39b9a1
SM
670 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
671 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
672 (rmail-summary-mode): Doc fix.
673
5092477a
GM
674 * mail/rmail.el (rmail-edit): New Custom group.
675
676 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
677 (rmail-edit-mode-hook): New user-option.
678
05be3833
RS
6792001-05-05 Richard M. Stallman <rms@gnu.org>
680
681 * help.el (help-xref-symbol-regexp): Recognize "source of"
682 and friends, meaning make a link to the source file.
683 (help-make-xrefs): Handle "source of" and friends
684 by constructing a link that visits the source file.
685
686 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
687
7dfb000f
SM
6882001-05-04 Stefan Monnier <monnier@cs.yale.edu>
689
5efe6a56
SM
690 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
691 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
692 Renamed from perl-font-lock-keywords to avoid clashes.
693 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
694 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
695 Updated correspondingly.
696
7dfb000f
SM
697 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
698 Typo `nonexistant' -> `nonexistent'.
699
88bbb8cb
EZ
7002001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
701
7dfb000f
SM
702 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
703 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
704 `c-electric-delete-forward' always deletes forward and
705 `c-electric-delete' only contains the code necessary for XEmacs to
706 choose between backward and forward deletion.
7dfb000f 707
88bbb8cb
EZ
708 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
709 get the electric behavior on that key too.
710 (c-fill-paragraph): Fixed bogus direct use of
711 c-comment-prefix-regexp, which caused an error when it's a list.
712
a1af8dcf
EZ
7132001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
714
715 * dired-aux.el (dired-diff): Doc fix.
716
717 * dired.el (dired-diff): Likewise.
718
ddfb4005
EZ
7192001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
720
721 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
722
b36581fb
SM
7232001-05-02 Stefan Monnier <monnier@cs.yale.edu>
724
80a00b6a
SM
725 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
726 if both the buffer and the file are read-only.
727
b36581fb
SM
728 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
729 rather than font-lock-string-face.
730 (sh-get-indent-info): Treat heredocs like strings.
731
470bbe9b
GM
7322001-05-02 Gerd Moellmann <gerd@gnu.org>
733
b36581fb
SM
734 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
735 a newline following `}'.
3356df63
GM
736 (texinfo-format-email): New function.
737 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
738 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
739 Add `display'.
3356df63
GM
740 (texinfo-sort-region): Goto point-min before sorting.
741 (texinfo-set): Remove leading white space from value.
742 From yagi@is.titech.ac.jp.
743
470bbe9b
GM
744 * replace.el (query-replace-regexp-eval): Doc fix.
745
a9d2fd1d
SM
7462001-05-01 Stefan Monnier <monnier@cs.yale.edu>
747
748 * diff-mode.el (diff-nonexistant-face): New face.
749 (diff-font-lock-keywords): Use it.
750
2b3e941a
EZ
7512001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
752
22cd6fd3
EZ
753 * font-lock.el (font-lock-mode): Doc fix.
754
2b3e941a
EZ
755 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
756 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
757
50df7214
GM
7582001-04-30 Gerd Moellmann <gerd@gnu.org>
759
a9d2fd1d
SM
760 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
761 backslash at the start of the here-document delimiter.
a9793e45
GM
762 (sh-font-lock-syntactic-keywords): Likewise.
763
50df7214
GM
764 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
765
e2f599e9
EZ
7662001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
767
768 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
769 (tty-color-translate, tty-color-by-index, tty-color-values)
770 (tty-color-desc): Doc fix.
771
dcaf31d3
EZ
7722001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
773
774 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
775 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
776 Mention dired-dwim-target in the doc string.
dcaf31d3 777
a6a06429
MB
7782001-04-28 Miles Bader <miles@gnu.org>
779
780 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
781 (dabbrev--find-expansion): Use it.
782 (dabbrev--select-buffers): Don't select ignored buffers.
783
5a5d9185
GM
7842001-04-27 Gerd Moellmann <gerd@gnu.org>
785
a9d2fd1d 786 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 787
c5b82005
RS
7882001-04-26 Richard M. Stallman <rms@gnu.org>
789
790 * dabbrev.el: Add doc strings for some functions.
791 (dabbrev--eliminate-newlines): New variable.
792 (dabbrev--substitute-expansion): Convert newlines to spaces
793 if dabbrev--eliminate-newlines is set.
794 If abbrev and expansion are both all-lower-case,
795 leave dabbrev--last-case-pattern nil.
796
7cff9c6f
GM
7972001-04-26 Gerd Moellmann <gerd@gnu.org>
798
799 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
800 if necessary, like in rmail-show-message.
801
efa89c1f
GM
8022001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
803
804 * ps-print.el: Color specified by number is forced to be float number.
805 (ps-print-version): New version number (6.5.1.1).
806 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
807 initialization.
808 (ps-prefix-quote): New internal var.
809 (ps-print-quote): New fun.
810 (ps-setup, ps-output-frame-properties, ps-float-format)
811 (ps-format-color): Code fix.
a9d2fd1d
SM
812 (ps-plot-region): Eliminate redundant foreground color text setting.
813
d3111e5a
EZ
8142001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
815
816 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
817
a728644c
GM
8182001-04-25 Gerd Moellmann <gerd@gnu.org>
819
820 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
821
4ecdf04d
EZ
8222001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
823
4645bb68
EZ
824 * info.el (Info-additional-directory-list): Doc fix.
825
4ecdf04d 826 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
827 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
828 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 829
7cd512f2
SM
8302001-04-25 Stefan Monnier <monnier@cs.yale.edu>
831
1dc64fca
SM
832 * progmodes/make-mode.el (makefile-font-lock-keywords):
833 Rationalize the rules for includes and conditionals and use the
834 keyword face for them.
835
7cd512f2
SM
836 * faces.el (modify-face): Add compatibility for non-interactive use.
837
ffeb5c1c
JW
8382001-04-24 John Wiegley <johnw@gnu.org>
839
840 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
841 fix from last night, since it wasn't finding eshell/cd.
842
35f901fa
GM
8432001-04-24 Gerd Moellmann <gerd@gnu.org>
844
845 * rect.el (string-rectangle): Revert to 20.x behaviour.
846 (replace-rectangle): Make it an alias for string-rectangle.
847 (string-insert-rectangle): New function.
848
c7b1b508
JW
8492001-04-23 John Wiegley <johnw@gnu.org>
850
851 * eshell/em-unix.el (eshell/diff): Fixed problems that were
852 occurring with Emacs 21's diff.el/compile.el interaction layer.
853
8542001-04-23 Colin Walters <walters@cis.ohio-state.edu>
855
856 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
857 case where the function was defined in a file, but not part of an
858 eshell module.
859
157975e3
JW
8602001-04-23 John Wiegley <johnw@gnu.org>
861
862 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
863 code to work around a redisplay problem I've been having.
864
3dc630b9
JW
8652001-04-23 John Wiegley <johnw@gnu.org>
866
867 * calendar/timeclock.el (timeclock-day-required): If the time
868 required for a particular day is not set, use `timeclock-workday'.
869 (timeclock-find-discrep): Added some sample code in a comment.
870
871 * eshell/eshell.el (eshell-command): Made a few changes so that
872 `eshell-command' could be called programmatically.
873
7cd512f2 874 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 875
7cd512f2 876 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 877
3ae14dd9 8782001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
879
880 * calendar/timeclock.el: Updated copyright.
881 (timeclock-generate-report): Don't report the daily or two-week
882 total, if no time has been worked in that period.
883 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
884 final computational form, which was unnecessary; corrected a
885 parsing problem when timeclock-relative was nil.
886
3ae14dd9 8872001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
888
889 * calendar/timeclock.el (timeclock-modeline-display): Check if
890 `list-entry' is null.
891 (timeclock-use-display-time): The first argument to `set-variable'
892 must be a symbol.
893
53e1a74c
EZ
8942001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
895
896 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
897 (calendar-today-marker, calendar-holiday-marker):
898 Use display-color-p instead of window-system.
53e1a74c
EZ
899 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
900 instead of window-system.
901 (calendar-hide-window): Use display-multi-frame-p instead of
902 window-system.
903
904 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
905 (calendar-only-one-frame-setup, calendar-one-frame-setup):
906 Use display-multi-frame-p instead of window-system.
53e1a74c 907
23b809c2
GM
9082001-04-23 Gerd Moellmann <gerd@gnu.org>
909
1d14e80c
GM
910 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
911
23b809c2
GM
912 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
913 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
914
b5eeaa1d
GM
9152001-04-23 Alex Schroeder <alex@gnu.org>
916
917 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
918 line-end-position a defalias is used for point-at-bol and point-at-eol.
919
b5eeaa1d
GM
9202001-04-23 Alex Schroeder <alex@gnu.org>
921
922 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 923 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 924
ac1470eb
EZ
9252001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
926
927 * textmodes/paragraphs.el (sentence-end): Doc fix.
928
624ef9b3
GM
9292001-04-20 Alex Schroeder <alex@gnu.org>
930
931 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 932 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
933
9342001-04-20 Alex Schroeder <alex@gnu.org>
935
936 * sql.el (sql-db2-program): New option.
937 (sql-db2-options): New option.
938 (sql-db2): New function.
939
9402001-04-20 Alex Schroeder <alex@gnu.org>
941
942 * sql.el (sql-mode-menu): Added highlighting entries.
943 (sql-highlight-oracle-keywords): New function.
944 (sql-highlight-postgres-keywords): New function.
945 (sql-highlight-ansi-keywords): New function.
946
9472001-04-20 Alex Schroeder <alex@gnu.org>
948
949 * sql.el (sql-help): Doc change.
950
2a83a11d
SM
9512001-04-19 Stefan Monnier <monnier@cs.yale.edu>
952
953 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
954
6f4dd4dc
GM
9552001-04-18 Gerd Moellmann <gerd@gnu.org>
956
0f8d6dc7
GM
957 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
958 for defmethod.
959
6f4dd4dc
GM
960 * comint.el (comint-cr-magic): New function.
961 (toplevel): Add it to comint-preoutput-filter-functions.
962
90200fcc
AI
9632001-04-18 Andrew Innes <andrewi@gnu.org>
964
965 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 966 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
967 (recompile): Remove stuff to set EMACSLOADPATH.
968
daa66f34
GM
9692001-04-18 Gerd Moellmann <gerd@gnu.org>
970
edc5c81d
GM
971 * language/slovak.el ("Slovak"): Add tutorial entry.
972
daa66f34
GM
973 * net/browse-url.el (browse-url-new-window-flag): Renamed from
974 browse-url-new-window-p.
975
5d5845dc
EZ
9762001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
977
978 * info.el (Info-menu-update): When there are no menus and/or no
979 cross references in the node, make the respective items of the
980 Info menu-bar menu inactive.
981
1c8addd0
GM
9822001-04-17 Gerd Moellmann <gerd@gnu.org>
983
f4f480bd
GM
984 * indent.el (indent-for-tab-command): Call indent-line-function
985 with no argument if PREFIX-ARG is non-nil.
986
1c8addd0
GM
987 * frame.el (delete-other-frames): Handle minibuffer-only frames.
988
8f9ab403
EZ
9892001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
990
991 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
992 an async subprocess if start-process is unavailable. Suggested by
993 Tim Van Holder <tim.van.holder@pandora.be>.
994
60322163
EZ
9952001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
996
997 * info.el (Info-additional-directory-list): Doc fix. Suggested by
998 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
999
e372bc67
EZ
10002001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1001
1002 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1003 manual.
1004
28037ecf
SM
10052001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1006
1007 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1008 (cvs-menu): Add a few entries.
1009
1010 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1011 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1012 lock file appears to be reachable from Emacs.
1013 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1014 (cvs-mode-find-file): Look for cvs-header-face rather than
1015 cvs-dirname-face (which doesn't exist).
1016 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1017
1018 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1019
5d5e7f53
EZ
10202001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1021
1022 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1023 normal-erase-is-backspace on a tty. Instead, bind some keys such
1024 as [delete] directly, like pc-select.el did before
1025 normal-erase-is-backspace was invented.
1026
118562e1 10272001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1028
1029 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1030
6c9e58c4
JW
10312001-04-11 John Wiegley <johnw@gnu.org>
1032
28037ecf
SM
1033 * eshell/em-ls.el (eshell-ls-insert-directory):
1034 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1035 buffers, if Eshell's ls is being used.
1036
118562e1 10372001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1038
28037ecf
SM
1039 * calendar/timeclock.el (timeclock-completing-read): New function.
1040 (timeclock-ask-for-project, timeclock-ask-for-reason):
1041 Call `timeclock-completing-read'.
978bd3ea
JW
1042
1043 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1044 required where `member' was being used.
1045
118562e1 10462001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1047
28037ecf
SM
1048 * eshell/em-hist.el (eshell-previous-matching-input):
1049 Don't display "History item" if the the minibuffer is active.
978bd3ea 1050
30cb0001
GM
10512001-04-11 Gerd Moellmann <gerd@gnu.org>
1052
1053 * startup.el (command-line): Output a newline after printing
1054 an error from loading the window system's init file.
1055
e38af9bd
EZ
10562001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1057
28037ecf
SM
1058 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1059 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1060 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1061 keywords whose arguments routinely include @@.
1062
bbf63a7b
GM
10632001-04-10 Gerd Moellmann <gerd@gnu.org>
1064
28037ecf
SM
1065 * emacs-lisp/advice.el (ad-make-advised-definition):
1066 Construct advice for subrs differently.
afffeb57 1067
3fe35f35 1068 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1069 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1070
c8d6d636 1071 * simple.el (completion-list-mode-finish): New function.
28037ecf 1072 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1073
2a52f40e 1074 * language/european.el ("Polish"): Change sample text.
28037ecf 1075 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1076
cf8b1bef
GM
1077 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1078 parameter.
1079
bbf63a7b
GM
1080 * faces.el (menu): Doc fix.
1081
719d83ad 10822001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1083
1084 * ps-print.el: Footer implementation. Doc fix.
1085 (ps-print-version): New version number (6.5.1).
1086 (ps-header-frame-alist): New customization var for header frame
1087 properties.
1088 (ps-line-number-color): New customization var for line number color.
1089 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1090 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1091 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1092 (ps-right-footer): New customization vars for footers.
1093 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1094 footers.
1095 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1096 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1097 Code fix.
319acba0
GM
1098 (ps-prologue-file): Indentation fix.
1099 (ps-print-quote): Fun eliminated.
1100 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1101 (ps-output-frame-properties): New fun.
1102 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1103 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1104
e372bc67 11052001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1106
1107 * eshell/eshell.el (eshell-command): Needed a "%s" format
1108 specifier, in case the buffer contains percent characters.
1109
e372bc67 11102001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1111
1112 * calendar/timeclock.el (timeclock-generate-report): Added a
1113 missing insert of the project name.
1114
9f9a5e7a
GM
11152001-04-09 Gerd Moellmann <gerd@gnu.org>
1116
9170e5d4 1117 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1118
865e97c1 1119 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1120 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1121 From: Dave Love <fx@gnu.org>.
1122
cf3885ac 1123 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1124 (server-visit-files): Run server-visit-hook after going to
1125 line 1 so that the hook can set point as it sees fit.
1126
9f9a5e7a
GM
1127 * bindings.el (mode-line-modified): Unify help messages.
1128
51f32106
EZ
11292001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1130
1131 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1132 All callers changed.
1133
e02160a3
EZ
11342001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1135
8e6bb0d0
EZ
1136 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1137 long file names aren't supported, truncate the file names in
1138 quail-misc-package-ext-info to 8+3 before matching them against
1139 FILENAME.
1140
1141 * dos-fns.el (dos-truncate-to-8+3): New function.
1142
ec321d77
EZ
1143 * progmodes/compile.el (grep-compute-defaults): Use null-device
1144 instead of literal /dev/null. Reported by Jens Schmidt
1145 <schmidt@mathematik.uni-kl.de>.
1146
e02160a3
EZ
1147 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1148
cf3885ac
SM
11492001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1150
1151 * textmodes/sgml-mode.el: Add unknown maintainer.
1152 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1153 (html-mode-map): Use set-keymap-parent.
1154
3ffb33bb
DL
11552001-04-06 Dave Love <fx@gnu.org>
1156
1157 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1158 Remove redundant string-to-list.
1159
8f625692
SM
11602001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1161
1162 * composite.el (reference-point-alist): Doc fix.
1163
1087f198
SS
11642001-04-05 Sam Steingold <sds@gnu.org>
1165
8f625692
SM
1166 * font-lock.el (font-lock-keywords-case-fold-search):
1167 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1168 file made font-lock case-insensitive.
1169
a55e4e68
GM
11702001-04-05 Gerd Moellmann <gerd@gnu.org>
1171
0e4892e2
GM
1172 * faces.el (defface menu): Doc fix.
1173
4d664b04
GM
1174 * wid-edit.el (widget-color-sample-face-get): Don't make
1175 faces for undefined colors.
1176
a55e4e68
GM
1177 * version.el (emacs-version): Include LessTif/Motif version info.
1178
f383cd0d
GM
11792001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1180
1181 * ps-mule.el: Eliminate cl package dependence.
1182 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1183 if they aren't defined yet.
1184 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1185 Eliminate cl package dependence.
1186
de28797f
SM
11872001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1188
1189 * progmodes/cc-cmds.el (c-outline-level):
1190 Bind buffer-invisibility-spec. Originally from Dave Love, but
1191 got lost when incorporating version 5.26.
1192
32df8b47
EZ
11932001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1194
de28797f
SM
1195 * emulation/pc-select.el (pc-selection-mode):
1196 Call normal-erase-is-backspace-mode instead of binding
1197 keys individually.
58e4f61d 1198
7f62656b
EZ
1199 * cus-load.el (normal-erase-is-backspace): Use it instead of
1200 delete-key-deletes-forward.
1201
1202 * startup.el (command-line): Use normal-erase-is-backspace and
1203 normal-erase-is-backspace-mode.
1204
1205 * simple.el (normal-erase-is-backspace): Rename from
1206 delete-key-deletes-forward. Doc fix.
1207 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1208 delete-key-deletes-forward-mode. Doc fix.
1209 Run normal-erase-is-backspace-hook.
7f62656b 1210
32df8b47 1211 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1212 ``human-readable'' format produced by GNU `ls'.
1213 (dired-move-to-filename-regexp): Recognize ISO format dates.
1214 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1215
5efa6032
GM
12162001-04-04 Gerd Moellmann <gerd@gnu.org>
1217
1218 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1219 New functions.
de28797f
SM
1220 (lm-verify): Check keywords.
1221 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1222
d757aac1
EL
12232001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1224
1225 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1226 `xemacs' feature instead of for the function `set-extent-property'.
1227
9832760a
SM
12282001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1229
1230 * mail/mh-utils.el (mh-folder-hist): New var.
1231 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1232
d565f6aa
EZ
12332001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1234
1235 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1236 region, position point on the first or last 16-byte group.
1237 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1238 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1239 hexl-beginning-of-line.
1240
24c0fd39
GM
12412001-04-03 Gerd Moellmann <gerd@gnu.org>
1242
5efa6032
GM
1243 * icomplete.el (icomplete-mode): Treat an argument like other
1244 modes do.
1245
b3f6107b
GM
1246 * startup.el (fancy-splash-head): Use splash8.xpm for color
1247 depth 8.
1248
24d451c5
SM
1249 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1250 Add an antry for ``converts''.
476bf681 1251
24d451c5
SM
1252 * language/slovak.el ("Slovak"): Add documentation string.
1253 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1254
450f6970
GM
1255 * language/czech.el ("Czech"): Add documentation string.
1256 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1257
24d451c5
SM
1258 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1259 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1260
12612001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1262
1263 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1264 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1265 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1266 Use `defsubst' rather than a macro to ease debugging.
1267 (mail-extr-last): Remove (use `last' instead).
1268 (mail-extract-address-components): Properly reset the syntax-table
1269 after parsing an address. Use `last' rather than mail-extr-last.
1270 Make sure the end marker stays at the very end.
24c0fd39 1271
2b908342
EZ
12722001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1273
1274 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1275 last change.
1276
acfb077d
GM
12772001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1278
1279 * ps-print.el: Line and paragraph spacing feature. Region to cut
1280 out when printing. Doc fix.
1281 (ps-print-version): New version number (6.5).
24d451c5
SM
1282 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1283 New vars. Line and paragraph spacing feature.
acfb077d
GM
1284 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1285 out when printing.
1286 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1287 (ps-get-font-size, ps-begin-job, ps-continue-line)
1288 (ps-plot-region): Code fix.
1289 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1290 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1291 New internal vars.
acfb077d
GM
1292 (ps-get-size): New fun.
1293 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1294 (ps-next-line): Replace defun by defsubst.
1295 (ps-mule-plot-string): Autoload doc fix.
1296
1297 * ps-bdf.el: XEmacs compatibility. Doc fix.
1298 (installation-directory, coding-system-for-read): Declare vars if
1299 it's not declared yet.
1300 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1301
1302 * ps-mule.el: XEmacs compatibility. Doc fix.
1303 (leading-code-private-22): Declare var if it's not declared yet.
1304 (charset-bytes, charset-dimension, charset-id, charset-width)
1305 (find-charset-region, split-char, char-width, chars-in-region)
1306 (forward-point, decompose-composite-char, encode-coding-string)
1307 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1308 Define funs if not defined yet.
1309 (encode-composition-rule, find-composition): Define funs if not
1310 loaded yet.
1311 (ps-mule-prologue): PostScript code fix.
1312
13132001-04-02 Kenichi Handa <handa@etl.go.jp>
1314
1315 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1316 non-nil, generate font for the header strings.
1317 (ps-mule-prepare-font): Likewise.
1318 (ps-mule-generate-glyphs): Likewise.
1319 (ps-mule-string-encoding): Likewise.
1320 (ps-mule-header-charsets): New variable.
1321 (ps-mule-encode-header-string): New function.
1322 (ps-mule-header-string-charsets): New function.
1323 (ps-mule-begin-job): Check charsets in the header strings. If there
1324 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1325
1326 * ps-print.el (ps-generate-header-line): Encode the header string by
1327 ps-mule-encode-header-string.
1328 (ps-mule-encode-header-string): Declare autoload.
1329
c0eb3c10
GM
13302001-04-02 Gerd Moellmann <gerd@gnu.org>
1331
24d451c5
SM
1332 * frame.el (cursor-in-non-selected-windows):
1333 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1334
a3d0b0e0
KH
13352001-03-31 Kenichi Handa <handa@etl.go.jp>
1336
1337 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1338 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1339 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1340 (tsang-quick-converter): New function.
24d451c5
SM
1341 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1342 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1343 (miscdic-convert, batch-miscdic-convert): New functions.
1344
55f7832c
KH
13452001-03-30 Kenichi Handa <handa@etl.go.jp>
1346
a2217cd8
KH
1347 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1348 eight-bit-control chars.
1349
55f7832c 1350 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1351 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1352
911a2406
EZ
13532001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1354
1355 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1356 string as well.
1357
1a518f2c
AS
13582001-03-30 Andreas Schwab <schwab@suse.de>
1359
1360 * files.el (backup-directory-alist): Fix typo.
1361
ef080b16
EZ
13622001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1363
1364 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1365 <eggert@twinsun.com>.
1366
e4174a55
DL
13672001-03-30 Dave Love <fx@gnu.org>
1368
1369 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1370
9d5d1075
EZ
13712001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1372
1373 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1374
a27b451e
MB
13752001-03-30 Miles Bader <miles@gnu.org>
1376
1377 * subr.el (interactive-form): Fix paren typo.
1378
aea51abe
EZ
13792001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1380
1381 * emacs-lisp/profile.el: Say that it's obsolete in the header
1382 line, so that finder.el puts that into its data-base.
1383 Suggested by Alex Schroeder <alex@gnu.org>.
1384
249dd409
EZ
13852001-03-29 Paul Eggert <eggert@twinsun.com>
1386
1387 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1388 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1389
1ac1fa96
SM
13902001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1391
1392 * generic.el (generic-mode-set-comments): Use "" rather than nil
1393 for comment-end.
1394
e2b8a830
GM
13952001-03-29 Gerd Moellmann <gerd@gnu.org>
1396
1ac1fa96
SM
1397 * emacs-lisp/advice.el (ad-make-advised-definition):
1398 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1399
1400 * subr.el (interactive-form): New function.
1401
8b2375e7
AS
14022001-03-29 Andre Spiegel <spiegel@gnu.org>
1403
1404 * vc-sccs.el (vc-sccs-register): Use relative file names.
1405
f827b862
GM
14062001-03-28 Gerd Moellmann <gerd@gnu.org>
1407
e59d0e9d
GM
1408 * bookmark.el (bookmark-get-bookmark): Handle case that
1409 BOOKMARK is not a string.
1410
deb2613a
GM
1411 * image.el (image-type-regexps): Change type for PS files
1412 to `postscript'.
1413
f827b862
GM
1414 * subr.el (read-passwd): Clear command history after each
1415 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1416
3c9449d0
KH
14172001-03-27 Kenichi Handa <handa@etl.go.jp>
1418
1419 * international/kkc.el (kkc-save-init-file): Locally bind
1420 print-length to nil.
1421
e6b13c74
GM
14222001-03-26 Gerd Moellmann <gerd@gnu.org>
1423
e120bebf
GM
1424 * textmodes/flyspell.el: Some doc fixes.
1425 (flyspell-maybe-correct-transposition)
1426 (flyspell-maybe-correct-doubling): Use a temporary buffer
1427
1428 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1429
5f6c5771 1430 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1431 (byte-optimize-form-code-walker): Diagnose too few arguments
1432 for `if' and `while'.
1433
2b984c45
KH
14342001-03-26 Kenichi Handa <handa@etl.go.jp>
1435
1436 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1437 Prepend `\' to "\<quail-translation-docstring>".
1438
bf2150fa
GM
14392001-03-26 Gerd Moellmann <gerd@gnu.org>
1440
5f6c5771
SM
1441 * autorevert.el (global-auto-revert-non-file-buffers):
1442 Remove duplicate defcustom.
bf2150fa 1443
a0d59316
MB
14442001-03-26 Miles Bader <miles@gnu.org>
1445
5f6c5771
SM
1446 * international/latin1-disp.el (latin1-char-displayable-p):
1447 Add leading "-" for X font pattern.
a0d59316 1448
9edbff6c
KH
14492001-03-26 Kenichi Handa <handa@etl.go.jp>
1450
5f6c5771
SM
1451 * international/mule-diag.el (describe-coding-system):
1452 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1453 charsets they can encode.
1454
50b57199
EZ
14552001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1456
1457 * help.el (view-lossage): Mention open-dribble-file in the doc
1458 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1459
5b83f9c0
SM
14602001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1461
1462 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1463 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1464
e0ecbf5c
KH
14652001-03-23 Kenichi Handa <handa@etl.go.jp>
1466
5b83f9c0
SM
1467 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1468 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1469 multibyte sequence can work correctly.
1470 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1471 property of the coding system.
1472
1cc218de
SM
14732001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1474
1475 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1476 Fix transcription typo.
1477
a3db02ad
RV
14782001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1479
1480 * whitespace.el: Add buffer local variables to toggle testing of
1481 whitespaces in buffers without affecting the default values.
a3db02ad 1482 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1483 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1484 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1485 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1486
83c9cb8e
SM
14872001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1488
1489 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1490
180d5509
GM
14912001-03-21 Gerd Moellmann <gerd@gnu.org>
1492
eeb5b5c1
GM
1493 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1494 bs-cycle-configuration-name. From Juanma Barranquero
1495 <lektu@uol.com.br>.
1496
170a9e70
GM
1497 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1498 and cc-vars.el.
1499
180d5509
GM
1500 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1501 headers. Always invoke sendmail with option -t.
1502
130c507e
GM
15032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1504
1505 * Release of cc-mode 5.28.
1506
15072000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1508
1509 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1510 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1511 It's instead taken care of by the default value for c-default-style.
130c507e 1512
130c507e
GM
15132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1514
1515 * cc-align.el (c-lineup-math): Fix bug where lineup was
1516 triggered by equal signs in string literals.
1517
15182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1519
1520 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1521 limit detection when at the ends of the buffer.
1522
1523 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1524 "for" statement clause in case 7F; a better one is done
1525 earlier in case 7D anyway.
1526
15272000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1528
1529 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1530 somewhat more and did a small optimization.
1531
15322000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1533
1534 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1535 Use the limit argument only to limit the syntactic context
1536 search, not to limit the actual movement.
1537
1538 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1539 inside multiline strings, just like in comments. Also various
1540 fixes to the paragraph and comment prefix recognition, block
1541 comment ender handling etc.
1542
15432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1544
1545 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1546 the relative position of the point.
1547
1548 * cc-cmds.el (c-electric-continued-statement): New function to
1549 use as abbrev hook to reindent for keywords such as "else"
1550 that continues an earlier statement.
1551
1552 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1553 like classes.
1554
1555 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1556 (pike-mode): Populate the default abbrev tables to reindent for
1557 keywords such as "else" that can continue earlier statements.
1558 Abbrev mode is therefore turned on by default now. (Note that
1559 this doesn't apply to idl-mode, since IDL afaik doesn't have
1560 statements at all.)
1561
15622000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1563
1564 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1565 bracelists where the declaration contains template arguments.
1566
15672000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1568
83c9cb8e
SM
1569 * cc-cmds.el (c-comment-indent):
1570 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1571 syntactic indentation. Fixes bug with lineup functions that
1572 return vectors.
1573
1574 * cc-engine.el (c-get-syntactic-indentation): Split the
1575 indentation sum calculation from `c-indent-line' to a separate
1576 function.
1577
15782000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1579
1580 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1581 Fixed places where it was assumed that preprocessor directives
1582 have to start in column zero.
1583
1584 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1585 template arguments after a class identifier properly.
1586
1587 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1588 lists for `new Foo[]' constructs in Java as expressions and
1589 not top level definition brace lists on the top level, so that
1590 they'll get indented consistently with the same type of
1591 expression in a normal block.
1592
15932000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1594
1595 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1596 whether the adaptive filling package fails to keep the comment
1597 prefix is now kludged further to check for filladapt-mode
1598 which doesn't have that problem. This is really icky, but it's
1599 the only way that works with the current misfeatures/bugs in
1600 both adaptive-fill-mode and filladapt-mode.
1601
1602 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1603 around point is recognized more robust.
1604
16052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1606
1607 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1608 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1609 (c-lit-type): Fixed all internal variables used dynamically so
1610 that they are always bound.
1611
1612 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1613 errors:
1614
1615 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1616 the region is fully reindented even when an error occurs.
1617 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1618 whole lot of code that tried to optimize indentation of whole
1619 sexps but in reality accomplishes nothing.
1620
1621 (c-indent-sexp): Use c-indent-region.
1622
1623 (c-parsing-error): Changed this variable to hold the message
1624 for any syntactic error that is discovered.
1625
1626 (c-parse-state): Search backward from point instead of the bod
1627 position when the latter is invalid. This makes CC Mode
1628 recover faster when there are unbalanced close braces.
1629
1630 (c-backward-to-start-of-if): Use c-parsing-error to report
1631 dangling "else" clauses instead of throwing an error, and fall
1632 back to a reasonable position.
1633
83c9cb8e 1634 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1635
83c9cb8e 1636 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1637
16382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1639
1640 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1641 paragraph recognition when moving by sentence in literals.
1642
83c9cb8e
SM
1643 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1644 start regexp for javadoc to recognize javadoc markup in general instead
1645 of a specific set of keywords, to be more future-safe.
130c507e
GM
1646
1647 (c-Pike-pikedoc-paragraph-start)
1648 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1649 pikedoc markup.
1650
83c9cb8e 1651 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1652
83c9cb8e 1653 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1654
1655 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1656
1657 (c-comment-prefix-regexp): Made it possible to use an
1658 association list on this to specify mode specific regexps.
1659 The default value now use a special regexp in Pike mode to
1660 recognize pikedoc markup.
1661
1662 (c-current-comment-prefix): New variable containing the actual
1663 regexp from c-comment-prefix-regexp for the current buffer.
1664
16652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1666
1667 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1668 lists: We can't look at the syntax, since a brace list can get
1669 recognized as a plain statement-cont.
1670
1671 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1672 special brace list opener broken over two lines got recognized
1673 as a statement on the second line. Case 9A changed.
1674
16752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1676
1677 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1678 adjustment after line is reindented.
1679
16802000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1681
1682 * cc-defs.el (c-point): Added optional argument for position
1683 to use instead of the current point.
1684
1685 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1686 the in-expression block symbols when the construct starts at
1687 boi, to avoid the extra level of indentation in that case.
1688 Cases 4, 16A and 17E affected.
1689
16902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1691
1692 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1693 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1694
1695 * cc-engine.el (c-indent-line): Use the syntax already bound
1696 to `c-syntactic-context', if there is any.
1697
16982000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1699
1700 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1701 wasn't added up correctly when a lineup function returned nil.
1702
17032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1704
1705 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1706 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1707
17082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1709
1710 * cc-align.el (c-lineup-dont-change): Return an absolute
1711 indentation column to work correctly in the case when several
1712 syntactic elements are processed for the same line.
1713
1714 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1715 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1716 (c-set-offset): Added absolute indentation column settings by
1717 using the vector type.
1718
130c507e
GM
17192000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1720
1721 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1722 Implemented two new cleanups `space-before-funcall' and
1723 `compact-empty-funcall'.
1724
130c507e
GM
17252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1726
1727 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1728 helping building regexps.
1729
1730 * cc-engine.el (c-on-identifier): New function for detecting
1731 identifiers. It takes keywords into account.
1732
1733 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1734 lists. `c-keywords' is set to a regexp matching all keywords
1735 in the current language.
1736
17372000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1738
1739 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1740 list of characters to skip backwards over at the beginning of
1741 a statement, since it can precede string literals in Pike.
1742
17432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1744
1745 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1746 recognition when standing on the last line in a C++ comment
1747 with nothing but whitespace after the prefix.
1748
1749 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1750 given no limit argument.
1751
17522000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1753
1754 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1755 recognition for the `[]= operator symbol in Pike.
1756
17572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1758
1759 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1760 around a bug in `eval-when-compile' in the byte compiler.
1761
1762 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1763 value when count is zero and there's no token start within the limit.
130c507e
GM
1764
1765 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1766 "prefix comments", i.e. comments which are followed by code on
1767 the same line.
1768
1769 * cc-mode-19.el: Fixes so that checks that must be done at
1770 compile time also are done then.
1771
17722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1773
1774 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1775 time and at runtime, and only when it's needed.
1776
17772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1778
1779 Major cleanup for less error prone and more warning free
1780 compilation, including some fixes for bugs due to different
1781 compilation orders. Thanks to Martin Buchholz for providing
1782 the basis for all this.
1783
1784 * cc-bytecomp.el: New file that provides some byte compilation
1785 features: It ensures that files always are loaded from the
1786 current source directory during compilation, and it provides a
1787 set of macros to turn off specific compiler warnings for
1788 specific symbols. (It's not CC Mode specific in any way.)
1789
1790 Fixed a nearly acyclic dependency tree (both runtime and
1791 compile-time) between all files.
1792
1793 * cc-defs.el: Separated all macros before the inline functions,
1794 to ensure correct compilation.
1795
1796 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1797 cc-defs.el to cc-engine.el and made it a function instead.
1798
1799 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1800 about char-after.
1801
1802 * cc-vars.el: Cope even when there isn't a custom package
1803 containing defcustom available.
1804
1805 * cc-make.el: Removed since it's no longer necessary.
1806
1807 README: Updated installation instructions.
1808
18092000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1810
1811 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1812 improve the modularity: Moved all mode init stuff from
1813 cc-langs.el to cc-mode.el, including the keymap
1814 initialization; cc-langs now only contains the various
1815 variables for configuring the language syntax.
1816
83c9cb8e
SM
1817 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1818 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1819 dependency analysis suggests they belong there (which also
83c9cb8e 1820 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1821
18222000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1823
1824 * cc-cmds.el (c-fn-region-is-active-p): New function that
1825 wraps the corresponding macro, for use in places that aren't
1826 compiled. Thanks to Martin Buchholz for pointing out this.
1827
83c9cb8e 1828 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1829
1830 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1831 add things to the bug report.
1832
18332000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1834
1835 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1836 returned prefix could contain a newline when the search for a
1837 good prefix line failed.
1838
18392000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1840
1841 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1842 (c-toggle-auto-hungry-state): Made the argument optional, as
1843 the documentation says it is.
1844
18452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1846
1847 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1848 multiline string syntax, #"...", as a cpp macro.
1849
7008ccac
GM
18502001-03-21 Paul Eggert <eggert@twinsun.com>
1851
83c9cb8e
SM
1852 * international/mule-cmds.el (set-locale-environment):
1853 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1854 caller specifies a non-nil locale name.
3c9449d0 1855
c2478129 18562001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1857
1858 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1859 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1860
117e4b0c
GM
18612001-03-20 Gerd Moellmann <gerd@gnu.org>
1862
7194219d
GM
1863 * follow.el (follow-avoid-tail-recenter): Doc fix.
1864
5721ae13
GM
1865 * custom.el (custom-set-variables): Avoid reversing the list
1866 of args needlessly.
1867
7b8bbf72
GM
1868 * startup.el (fancy-splash-head): Don't change the colors of the
1869 XPM image on a dark background.
1870
a91ad7c9
GM
1871 * comint.el (comint-exec-1): Set columns of the terminal to
1872 window-width instead of frame-width.
1873
fa88947e
GM
1874 * info.el (Info-scroll-down): Add missing WINDOW arg for
1875 pos-visible-in-window-p.
1876
1741905c
GM
1877 * ehelp.el (electric-help-mode-hook): Add defcustom.
1878
117e4b0c
GM
1879 * mail/sendmail.el (mail-mode): Activate case-folding in
1880 font-lock-defaults.
1881
e84c695d
SM
18822001-03-19 Stefan Monnier <monnier@cs.yale.edu>
1883
1884 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
1885 (completion-ignored-extensions): Remove duplicate ".class".
1886
fc774041
AS
18872001-03-19 Andreas Schwab <schwab@suse.de>
1888
83c9cb8e
SM
1889 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
1890 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 1891
c2c097cc
GM
18922001-03-19 Gerd Moellmann <gerd@gnu.org>
1893
1894 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
1895 methods since there are not prefix input methods.
1896
fbe2e958
KH
18972001-03-19 Kenichi Handa <handa@etl.go.jp>
1898
83c9cb8e
SM
1899 * international/mule-cmds.el (read-input-method-name):
1900 Locally bind enable-recursive-minibuffers to t.
fbe2e958 1901
da47e491
SM
19022001-03-18 Stefan Monnier <monnier@cs.yale.edu>
1903
1904 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
1905
4986c2c6 19062001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 1907
4986c2c6
MK
1908 * ediff-util.el: Copyright years.
1909 (ediff-choose-syntax-table): New function.
1910 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 1911
4986c2c6
MK
1912 * ediff-init.el (ediff-with-syntax-table): New macro, uses
1913 with-syntax-table.
83c9cb8e 1914
4986c2c6 1915 * ediff.el: Date of last update, copyright years.
83c9cb8e 1916
4986c2c6 1917 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 1918
4986c2c6
MK
1919 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
1920 of Scott Bronson.
1921 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
1922 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
1923 Deleted functions.
1924 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
1925 ex-token-list.
83c9cb8e 1926
4986c2c6 1927 * viper-util.el: Spaces, indentation.
83c9cb8e 1928
4986c2c6 1929 * viper.el: Changed version, modification time.
83c9cb8e 1930
3c799aec 19312001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
1932
1933 * calendar/timeclock.el (timeclock-workday-remaining):
1934 Check whether `discrep' is non-null before using it.
3c799aec 1935
ae3ce418
JW
19362001-03-16 John Wiegley <johnw@gnu.org>
1937
1938 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
1939 first-time checkins.
1940 (timeclock-log-data): Fixed problem with reading timelog log file.
1941 Resulting data in the "day list" was incorrect.
1942 (timeclock-find-discrep): Check if `timeclock-file' is readable
1943 before opening it.
1944 (timeclock-time-less-p): New function.
1945 (timeclock-day-base): New function.
1946 (timeclock-geometric-mean): New function.
1947 (timeclock-generate-report): Generate a summary report based on
1948 the contents of the log file. This uses `timeclock-log-data', and
1949 is an example of writing a timelog manipulation function.
1950 (timeclock-visit-timelog): A quick command for opening the timelog
1951 file.
1952 (timeclock-log-data): Bound the variable event.
1953
c8d4a9bb
KH
19542001-03-16 Kenichi Handa <handa@etl.go.jp>
1955
83c9cb8e
SM
1956 * international/mule-cmds.el (select-safe-coding-system):
1957 Fix typo: symbol-name -> symbol-value.
11d56c64 1958
c8d4a9bb
KH
1959 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
1960 before substitute-in-file-name to handle double slashes in FILE
1961 correctly.
1962
c899e7e6
GM
19632001-03-15 Gerd Moellmann <gerd@gnu.org>
1964
1965 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
1966 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
1967
819dce0f
GM
19682001-03-14 Gerd Moellmann <gerd@gnu.org>
1969
697617d9
GM
1970 * bindings.el (features): Add `md5' and `overlay' to the list.
1971
819dce0f
GM
1972 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
1973 bound before using it. It's not bound when configured without X,
1974 for instance.
1975
e0067a9d
TTN
19762001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
1977
1978 * progmodes/hideshow.el: Update copyright.
1979 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 1980 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 1981
afcdc0a1
GM
19822001-03-13 Gerd Moellmann <gerd@gnu.org>
1983
e0067a9d 1984 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
1985 a non-list.
1986
30564c48
EZ
19872001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
1988
1989 * startup.el (fancy-splash-tail, command-line-1): Fix the
1990 copyright year.
1991
2b8e24b3
KH
19922001-03-13 Kenichi Handa <handa@etl.go.jp>
1993
1994 * term.el: These changes are based on a patch sent from Yong Lu
1995 <lyongu@yahoo.com>.
1996 (term-set-escape-char): Bind M-x to execute-extended-command in
1997 term-raw-escape-map.
1998 (term-move-columns): Don't try to move to negagive column.
1999 (term-emulate-terminal): Insert a string before deleting a text to
2000 overwrite.
2001
789b6186
GM
20022001-03-12 Gerd Moellmann <gerd@gnu.org>
2003
b0778a31
GM
2004 * play/life.el (life): Rearrange code so that all calls to
2005 life-display-generation are in a catch-form.
2006
04528cda
GM
2007 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2008 file that isn't interesting. In an interesting file, push the old
2009 value of point on the mark ring.
2010
760cefb5
GM
2011 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2012 New function.
2013 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2014 Use it.
2015
83c9cb8e
SM
2016 * emacs-lisp/autoload.el (generate-file-autoloads):
2017 Remove warning about line lengths.
789b6186 2018
a2ffbafe
FP
20192001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2020
2021 * progmodes/etags.el (tags-compression-info-list): New variable.
2022 (find-tag-in-order): Use it to deal with compressed source files.
2023 (tag-file-name-match-p): New function.
2024 (etags-recognize-tags-table): Use it for better match of file names.
2025
5c9d9d92
KH
20262001-03-12 Kenichi Handa <handa@etl.go.jp>
2027
ba3e9b9b
KH
2028 * international/mule-cmds.el (register-input-method): Doc fix.
2029
5c9d9d92
KH
2030 * international/quail.el (quail-translate-key): Fix condition to
2031 check if there's another breaking point in the current key.
2032
40beecee
EZ
20332001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2034
2035 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2036 Babyl header to the newly-created output file, bind
2037 coding-system-for-write to either rmail-file-coding-system or
2038 emacs-mule-unix.
2039
75c6cb7f
SM
20402001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2041
2042 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2043 Fix the name and regexp used for subsubsections.
2044
5ec17636
DL
20452001-03-10 Dave Love <fx@gnu.org>
2046
2047 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2048 and save-buffer if buffer-file-name non-nil. From rms.
2049
6d2e2c02
AS
20502001-03-10 Andre Spiegel <spiegel@gnu.org>
2051
2052 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2053 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2054 to reflect that.
2055 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2056 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2057 variable bindings that might affect the diff command.
2058 (vc-print-log): Don't switch to the *vc* buffer before the
2059 command, so that local variable bindings are preserved.
2060
789b6186 2061 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2062 not the current buffer.
2063 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2064
789b6186 2065 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2066 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2067
b18f5523
SM
20682001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2069
2070 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2071 so ^, $, *, ? and + are interpreted correctly.
2072
3cfd8357
GM
20732001-03-09 Gerd Moellmann <gerd@gnu.org>
2074
c085b77c 2075 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2076 mode-line-key-binding. Handle any event on a string.
2077 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2078
3cfd8357
GM
2079 * comint.el (comint-insert-clicked-input): Use the last key
2080 from this-command-keys to lookup the global key definition.
2081
348f797a
KH
20822001-03-09 Kenichi Handa <handa@etl.go.jp>
2083
3ebf3717
KH
2084 * international/characters.el: Add category `j' for
2085 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2086
348f797a
KH
2087 * international/mule-conf.el (no-conversion): Fix docstring.
2088 (raw-text): Fix docstring.
2089
e1fbabaf
GM
20902001-03-08 Gerd Moellmann <gerd@gnu.org>
2091
96e8e603
GM
2092 * simple.el (choose-completion-string): When not leaving the
2093 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2094 is set.
2095
e1fbabaf
GM
2096 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2097 parameter `(minibuffer . t)'.
2098
f9db8f19
SM
20992001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2100
2101 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2102 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2103 (sh-mode): Remove `make-local-variable' for unused var
2104 `font-lock-unfontify-region-function'.
2105
02756877
RS
21062001-03-07 Richard M. Stallman <rms@gnu.org>
2107
132bf46d
RS
2108 * info.el (Info-scroll-down): Fix previous change.
2109
02756877
RS
2110 * mail/rmail.el (rmail-toggle-header): Use a window which
2111 is showing the Rmail buffer, rather than the selected window.
2112
eeb24429
DL
21132001-03-07 Dave Love <fx@gnu.org>
2114
2115 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2116 now, to avoid problems with binding imenu directly to a mouse event.
2117
3bdf2660
GM
21182001-03-07 Gerd Moellmann <gerd@gnu.org>
2119
2120 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2121 second arg t.
2122
21232001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2124
2125 * log-edit.el (log-edit-common-indent): New var.
2126 (log-edit-set-common-indentation): Renamed from
2127 log-edit-delete-common-indentation. Use the new var.
2128 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2129
2130 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2131 (cvs-mode-add-change-log-entry-other-window):
2132 Don't presume change-log-default-name is defined.
2133
2134 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2135
2136 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2137 the "tree" operation as well.
2138
2139 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2140
2141 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2142 to match paragraph-start.
2143
2144 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2145 comment-start-skip and set comment-end-skip as well.
2146 (sgml-comment-indent): Fix for new value of comment-start-skip.
2147 (html-autoview-mode): Don't bother using make-local-hook.
2148
2ad02767
GM
21492001-03-07 Gerd Moellmann <gerd@gnu.org>
2150
189638d5 2151 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2152 variables, otherwise long Custom entries would make them ineffective.
189638d5 2153
2ad02767
GM
2154 * uniquify.el: Set maintainer to FSF.
2155
656f8cae
EZ
21562001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2157
2158 * dired-aux.el (dired-do-shell-command): Doc fix.
2159
c83965c4
SM
21602001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2161
04af43bc
SM
2162 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2163
2164 * which-func.el (which-func-modes): Add cperl-mode.
2165 (which-func-mode-global): Use define-minor-mode.
2166
2167 * info-look.el: Docstring fixes and dead code eliminated.
2168 (cperl-mode): Add support.
2169 (emacs-lisp-mode): List all entries from elisp manual, whether
2170 or not they are currently (f)bound or not. Update regexp.
2171
2172 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2173
c83965c4
SM
2174 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2175 so that C-h m shows the correct information.
2176 Use make-local-variable rather than make-variable-buffer-local.
2177 (cperl-info-buffer, cperl-setup-tmp-buf):
2178 Use make-local-variable rather than make-variable-buffer-local.
2179 (cperl-msb-fix, cperl-get-help-defer):
2180 Check major-mode for `cperl-mode' as well.
2181
2182 * progmodes/cperl-mode.el: Updated to author version 4.23.
2183 (cperl-electric-pod): SYNOPSIS was misspelled.
2184 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2185 (cperl-after-expr-p): Make true after __END__.
2186
f16a7aa5
GM
21872001-03-06 Gerd Moellmann <gerd@gnu.org>
2188
157ae273 2189 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2190 bookmark-completion-ignore-case is t.
157ae273 2191
f16a7aa5
GM
2192 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2193 switch, like xterm, and concat resource strings, with a newline
2194 between them.
2195
abaddb98
EZ
21962001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2197
a2ffbafe 2198 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2199 (cp773-decode-table, cp774-decode-table): New variables.
2200
abaddb98
EZ
2201 * man.el (Man-hyphenated-reference-regexp): New variable.
2202 (Man-build-references-alist): Use it to search for referenced
2203 manpages. If hyphenated is non-nil, record a concatenated word in
2204 Man-refpages-alist only if it matches Man-reference-regexp.
2205 Update word's length when it is concatenated. Reverse the list,
2206 to get the first manpage at the head.
2207 (Man-possibly-hyphenated-word): New function.
2208 (Man-follow-manual-reference): Use it instead of current-word to
2209 find a manpage at point, in a way that accounts for hyphenated
2210 references.
2211
eb3f61dd
GM
22122001-03-06 Alex Schroeder <alex@gnu.org>
2213
2214 * sql.el (sql-interbase): New function.
2215 (sql-interbase-program): New option.
2216 (sql-interbase-options): New option.
2217 And some typos fixed: "customise" to "customize".
2218
fa84f42a
DL
22192001-03-06 Dave Love <fx@gnu.org>
2220
83c9cb8e
SM
2221 * textmodes/flyspell.el (flyspell-region):
2222 Set up flyspell-local-mouse-map.
fa84f42a 2223
fda3411d
RS
22242001-03-05 Richard M. Stallman <rms@gnu.org>
2225
a2ffbafe 2226 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2227 Don't call rmail-beginning-of-message.
2228 Don't discard From: field. Do discard Received: field.
2229 Use unwind-protect to re-prune.
2230 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2231
e972ab1f
KH
22322001-03-06 Kenichi Handa <handa@etl.go.jp>
2233
2234 * international/quail.el (quail-title): Add autoload cookie.
2235
335db3c1
DL
22362001-03-05 Dave Love <fx@gnu.org>
2237
2238 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2239 new defs.
2240
278dd6ac
KH
22412001-03-05 Kenichi Handa <handa@etl.go.jp>
2242
83c9cb8e
SM
2243 * language/ethio-util.el (ethio-toggle-space):
2244 Update current-input-method-title if necessary.
36d5e61d
KH
2245 (ethio-toggle-punctuation): Likewise.
2246
341cd4f0
KH
2247 * international/quail.el (quail-title): Fix for the case that a
2248 title of an input method is specified by a list of the same form
2249 as used in mode-line-format.
2250
83c9cb8e
SM
2251 * international/mule-cmds.el (activate-input-method):
2252 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2253 respect that value.
2254
10ebaeb6
GM
22552001-03-05 Gerd Moellmann <gerd@gnu.org>
2256
2257 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2258
7a65c85c
GM
22592001-03-05 Alex Schroeder <alex@gnu.org>
2260
2261 * sql.el (sql-sybase): Fix typo (was: query user about server two
2262 times instead of server and database).
2263
2264 * sql.el (sql-sybase): Doc change.
2265 (sql-mysql): Doc change.
2266 (sql-postgres): Doc change.
2267
b86644f2
KH
22682001-03-05 Kenichi Handa <handa@etl.go.jp>
2269
83c9cb8e
SM
2270 * international/mule-conf.el (emacs-mule, raw-text):
2271 Docstring modified.
b86644f2 2272
e30bd7b7
EZ
22732001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2274
2275 * term/internal.el: Update copyright notice.
2276
2277 * term/pc-win.el: Update copyright notice.
2278
7e365285
DL
22792001-03-02 Dave Love <fx@gnu.org>
2280
83c9cb8e
SM
2281 * files.el (insert-file-contents-literally):
2282 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2283 not jka-compr-compression-info-list.
7e365285 2284
75ed43a6
SM
22852001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2286
2287 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2288 spaces in default comment-start-skip settings rather than \s-.
2289
53c4b1e6
EZ
22902001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2291
2292 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2293 default-frame-alist as well.
2294
028d739a
DL
22952001-03-01 Dave Love <fx@gnu.org>
2296
2297 * textmodes/reftex.el (defvar): Wrap some defvars in
2298 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2299
2300 * subr.el (event-basic-type): Doc fix.
2301
2302 * international/quail.el: Doc fixes.
2303
2304 * international/utf-8.el: Doc fixes.
2305
2306 * international/mule-cmds.el: Doc fixes.
2307 (leim-list-header): Fix header text.
2308
2309 * international/mule.el (coding-system-category): Doc fix.
2310
2311 * international/ccl.el (ccl-compile): Doc fix.
2312
15d1caef
SM
23132001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2314
2315 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2316 rather than (before|after)-change-functions.
2317
f84ff02c
GM
23182001-03-01 Gerd Moellmann <gerd@gnu.org>
2319
2320 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2321 scroll-left and scroll-right being called interactively so that
2322 they set the window's min_hscroll.
2323
e0c1e774
EZ
23242001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2325
2326 * info.el (info-insert-file-contents-1): Accept an additional
2327 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2328 `suffix'; otherwise use the complicated MS-DOS code.
2329 All callers changed.
e0c1e774
EZ
2330 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2331 can access long file names, try the long file-name version of
2332 `info-insert-file-contents-1', then the short file-name version.
2333
b8b2ea31 23342001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2335
af122766
KH
2336 * language/ethio-util.el (setup-ethiopic-environment-internal):
2337 Change bindings of functions keys to conform to "Emacs Lisp Coding
2338 Convention".
2339
2340 * language/ethiopic.el ("Ethiopic"): Add documentation.
2341
b8b2ea31
KH
23422001-02-28 Kenichi Handa <handa@etl.go.jp>
2343
1d64e2ad
KH
2344 * international/utf-8.el (mule-utf-8): Set coding-category
2345 property to coding-category-utf-8.
2346
91cb6e51
RS
23472001-02-27 Richard M. Stallman <rms@gnu.org>
2348
2349 * lpr.el (lpr-page-header-switches, print-region-1):
2350 Undo 2000-07-06 change.
7298f3f7
RS
2351 (lpr-add-switches): Default to t on gnu/linux.
2352
c0cb1027
GM
23532001-02-27 Gerd Moellmann <gerd@gnu.org>
2354
2355 * bs.el (bs-attributes-list): Doc fix.
2356
01459648
GM
23572001-02-26 Gerd Moellmann <gerd@gnu.org>
2358
baebd8a5 2359 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2360
01459648
GM
2361 * help.el (view-order-manuals): Use goto-address.
2362
2363 * startup.el (command-line-1): Add info about ordering manuals
2364 to the not so fancy splash screens.
2365
f93e614e
AS
23662001-02-26 Andre Spiegel <spiegel@gnu.org>
2367
01459648
GM
2368 * vc.el (vc-default-workfile-unchanged-p)
2369 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2370
12435002
GM
23712001-02-26 Gerd Moellmann <gerd@gnu.org>
2372
a2ffbafe 2373 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2374 fontify in the right buffer.
2375
12435002
GM
2376 * allout.el (outline-flag-region): Move macro in front of first
2377 use to avoid a run-time error.
2378
425de386
AI
23792001-02-24 Andrew Innes <andrewi@gnu.org>
2380
2381 * makefile.w32-in: Fix copyright notice.
2382
66c56ed1
KH
23832001-02-24 Kenichi Handa <handa@etl.go.jp>
2384
4c1593ce
KH
2385 * international/utf-8.el (mule-utf-8): Set correct value for
2386 valid-codes property.
2387
66c56ed1
KH
2388 * international/fontset.el (x-complement-fontset-spec): In the
2389 case that we use ASCII font for the other charsets, use only
15d1caef 2390 family and registry part of it.
66c56ed1 2391
119171dd
EZ
23922001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2393
2394 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2395 (shrink-window-if-larger-than-buffer): Doc fix.
2396
932c309e
SM
23972001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2398
2399 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2400 predicate passed to completing-read.
2401
9b760e36
EZ
24022001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2403
2404 * startup.el (command-line): Fix last change.
2405
5c39a60f
JR
24062001-02-23 Jason Rumney <jasonr@gnu.org>
2407
2408 * startup.el (tool-bar-originally-present): New variable.
2409 (command-line): Set it if the tool-bar is switched on at startup.
2410
2411 * frame.el (frame-notice-user-settings): Only adjust frame height
2412 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2413 From E. Jay Berkenbilt.
5c39a60f 2414
cb91b2c7
SM
24152001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2416
39b557e8
SM
2417 * server.el (server-switch-buffer): Only switch window if the
2418 current one is dedicated.
2419
cb91b2c7
SM
2420 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2421 rather than using (match-beginning 0) when searching for break point.
2422
9238a8df
EZ
24232001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2424
2425 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2426 @ follows an accent command such as @'. Support optional braces
2427 in commands that insert accents, like makeinfo does.
2428
3473f362
GM
24292001-02-22 Gerd Moellmann <gerd@gnu.org>
2430
2431 * startup.el (fancy-splash-text): Add a line for ordering
2432 manuals. Reverse order of splash screens shown.
2433 (use-fancy-splash-screens-p): Adapt to the text line added.
2434
2435 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2436 manuals from the FSF.
2437
2438 * help.el (view-order-manuals): New function.
2439 (toplevel): Bind C-h C-m to this function.
2440
76a4de07
SM
24412001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2442
2443 * newcomment.el (comment-forward): Skip the comment-start before
2444 searching for the comment-end.
2445
75b71d85
DL
24462001-02-21 Dave Love <fx@gnu.org>
2447
2f4c9a87
DL
2448 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2449
75b71d85
DL
2450 * international/mule-cmds.el, international/mule.el: Doc fixes.
2451
2452 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2453 (fortune) <defgroup>: Add :link.
2454 (fortune-from-region): Use eq, not eql.
2455
ffc9ff0c
GM
24562001-02-21 Gerd Moellmann <gerd@gnu.org>
2457
2458 * startup.el (fancy-splash-screens): Use display-hourglass
2459 instead of display-busy-cursor.
2460
2461 * frame.el (display-hourglass): Renamed from busy-cursor.
2462 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2463 (show-cursor-in-non-selected-windows): Doc fix.
2464
f34eb373
DL
24652001-02-20 Dave Love <fx@gnu.org>
2466
2467 * international/utf-8.el: Doc and commentary fixes.
2468
f55e4a7e
EZ
24692001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2470
2471 * ehelp.el (with-electric-help): Doc fix.
2472
fa97adf6
GM
24732001-02-20 Gerd Moellmann <gerd@gnu.org>
2474
2475 * msb.el (msb-mode): Call the update-buffers function explicitly
2476 with a FORCE argument.
2477
2478 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2479 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2480 returns nil.
2481
54ed3bd2
GM
24822001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2483
2484 * ps-print.el: Timestamp package replacement. Some enhancements.
2485 Some XEmacs compatibility. Doc fix.
2486 (ps-print-version): New version number (6.4).
2487 (ps-printer-name): Initialization fix.
2488 (ps-zebra-stripe-follow): Funcionality enhancement.
2489 (ps-prologue-file): Code enhancement.
2490 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2491 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2492 (ps-get-page-dimensions)
54ed3bd2
GM
2493 (ps-generate-header, ps-begin-file, ps-begin-job)
2494 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2495 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2496 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2497 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2498
e8ebf97d
MB
24992001-02-20 Miles Bader <miles@gnu.org>
2500
2501 * image-file.el (image-file-name-extensions): Add "tif".
2502
136b27c5
GM
25032001-02-19 Gerd Moellmann <gerd@gnu.org>
2504
2505 * wid-edit.el (widget-button-click): Save the selected window
2506 around the code handling clicks on buttons.
2507
6ebbcf59
DL
25082001-02-18 Dave Love <fx@gnu.org>
2509
2510 * imenu.el (imenu--generic-function): Use mapc to iterate over
2511 syntax characters.
2512
595ded73
RS
25132001-02-17 Richard M. Stallman <rms@gnu.org>
2514
b9fe3dc8
RS
2515 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2516
595ded73
RS
2517 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2518
f3f053f3
GM
25192001-02-16 Gerd Moellmann <gerd@gnu.org>
2520
2521 * mouse.el (mouse-save-then-kill): If the distance from the new
2522 point to the mark is equal to the distance of point from the new
2523 point, move point instead of the mark.
2524
11570a8f
DL
25252001-02-16 Dave Love <fx@gnu.org>
2526
2527 * textmodes/flyspell.el (flyspell-get-word): Return string without
2528 properties.
2529
fb339cd5
EZ
25302001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * generic.el (generic-find-file-regexp): Doc fix.
2533 (generic-ignore-files-regexp): New defcustom.
2534 (generic-mode-find-file-hook): If the file's name matches the
2535 regexp in `generic-ignore-files-regexp', don't enter
2536 default-generic-mode. Doc fix.
2537
c56b1c1b
GM
25382001-02-16 Gerd Moellmann <gerd@gnu.org>
2539
a2ffbafe 2540 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2541 Add autoload cookies.
2542
a2ffbafe 2543 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2544 of cal-tex-24.
2545
0d140e65
EZ
25462001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2547
81558867
EZ
2548 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2549
0d140e65
EZ
2550 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2551 the character class after the (optional) drive, to support file
2552 names with embedded blanks.
2553
713f7b15
SS
25542001-02-15 Sam Steingold <sds@gnu.org>
2555
2556 * textmodes/tex-mode.el (tex-shell-running):
2557 Check the process buffer too.
2558
9a2a6f73
DL
25592001-02-15 Dave Love <fx@gnu.org>
2560
2561 * battery.el (battery-status-function): Fix doc, :type.
2562
15d1caef 2563 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2564
fe10cef0
GM
25652001-02-15 Gerd Moellmann <gerd@gnu.org>
2566
2567 * subr.el (read-passwd): Clear Lisp memory holding password.
2568
126f5d4d
MB
25692001-02-15 Miles Bader <miles@gnu.org>
2570
2571 * info.el (Info-copy-current-node-name): New function.
2572 (Info-mode-menu): Add it to the menu.
2573
92e98d63
RS
25742001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2575
2576 * international/mule-cmds.el (toggle-input-method): Doc fix.
2577
dd4e0e55
SM
25782001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2579
2580 * replace.el (occur): Stop at end of buffer.
2581
402dbbd1
EZ
25822001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2583
2584 * international/mule-cmds.el (set-input-method): Another doc fix.
2585
e9fcba3d
GM
25862001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2587
2588 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2589
78ad1cd5
MB
25902001-02-13 Miles Bader <miles@gnu.org>
2591
713f7b15 2592 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2593 (set-face-stipple): Treat a value of nil as being `unspecified'.
2594
fce9d9dc
DL
25952001-02-12 Dave Love <d.love@dl.ac.uk>
2596
2597 * international/latin1-disp.el: Doc fixes.
2598 (latin1-display) <defgroup>: Add :link.
2599 (latin1-display) <function>: Set variable latin1-display.
2600
bc406911
EZ
26012001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2602
2603 * international/mule-cmds.el (set-input-method): Doc fix.
2604
68514d48
EL
26052001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2606
2607 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2608 (speedbar-line-file): Return nil if not a file.
2609 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2610
513bea45 26112001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2612
513bea45
MK
2613 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2614 for remote files.
bc406911 2615 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2616 with raw-text.
713f7b15 2617
513bea45 2618 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2619
83c9cb8e
SM
2620 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2621 Better handling of the diff mode.
713f7b15 2622
513bea45 2623 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2624
bc406911 2625 * viper.texi: Fix typos.
713f7b15 2626
521d4010
DL
26272001-02-11 Dave Love <fx@gnu.org>
2628
36fd8e17
DL
2629 * shadowfile.el: Doc fixes.
2630 (shadow) <defgroup>: Add :link.
2631 (shadowfile-unload-hook): New function.
2632 (shadow-initialize): Use defalias, not fset.
2633 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2634 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2635
521d4010
DL
2636 * international/mule.el: Doc and message fixes.
2637
36fd8e17
DL
2638 * international/ccl.el (define-ccl-program): Doc fix.
2639
92395bbe
KH
26402001-02-11 Kenichi Handa <handa@etl.go.jp>
2641
2642 * faces.el (mode-line): Set :line-width property to -1.
2643
103db06c
RS
26442001-02-10 Richard M. Stallman <rms@gnu.org>
2645
08b78974
RS
2646 * complete.el (partial-completion-mode): Doc fix.
2647
103db06c
RS
2648 * simple.el (delete-key-deletes-forward-mode):
2649 Change `let' to `let*' to fix gross bug in last change.
2650
2651 * repeat.el (repeat): Don't let execute-kbd-macro alter
2652 real-last-command.
2653
a6a1ee53
EZ
26542001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2655
2656 * simple.el (eval-expression): Doc fix.
2657
d2f288c6
DL
26582001-02-09 Dave Love <fx@gnu.org>
2659
038f4ae3
DL
2660 * imenu.el (imenu-generic-expression): Doc fix.
2661
83c9cb8e
SM
2662 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2663 From Juanma Barranquero.
038f4ae3 2664
15d1caef 2665 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2666
9804b846
KH
26672001-02-09 Kenichi Handa <handa@etl.go.jp>
2668
2669 * faces.el (set-face-attribute): Describe the case of a negative
2670 value specified for :line-width.
2671
532f5197
SM
26722001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2673
2674 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2675 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2676
1d279666
DL
26772001-02-08 Dave Love <fx@gnu.org>
2678
4681ca3a
DL
2679 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2680 widget-plist-value-type.
2681 (widget-alist-convert-widget): Replace binding of
2682 widget-alist-value-type.
2683
1d279666
DL
2684 * textmodes/paragraphs.el (sentence-end): Doc fix.
2685
83c9cb8e
SM
2686 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2687 Remove `backward-line'.
1d279666 2688
532f5197
SM
2689 * play/pong.el (pong-blank-color, pong-bat-color)
2690 (pong-ball-color, pong-border-color, pong-left-key)
2691 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2692 (pong-pause-key, pong-resume-key, pong-timer-delay):
2693 * mail/mh-comp.el (mh-compose-letter-function):
2694 * eshell/esh-mode.el (eshell-skip-prompt-function):
2695 * emulation/viper-ex.el (ex-unix-type-shell-options):
2696 * recentf.el (recentf-menu-filter):
2697 * ps-print.el (ps-print-region-function):
2698 * lpr.el (print-region-function):
2699 * forms.el (forms-mode-hooks):
2700 * dirtrack.el (dirtrack-directory-change-hook):
2701 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2702 * textmodes/spell.el (spell-filter):
2703 * textmodes/fill.el (adaptive-fill-function):
2704 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2705 * progmodes/etags.el (find-tag-default-function):
2706 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2707 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2708
6f676109
EZ
27092001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2710
751d3bc4
EZ
2711 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2712 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2713 Meyering <jim@meyering.net>.
2714
6f676109
EZ
2715 * loadup.el: Revert last change.
2716
d3c26cdf
KH
27172001-02-07 Kenichi Handa <handa@etl.go.jp>
2718
83c9cb8e
SM
2719 * international/mule.el (transform-make-coding-system-args):
2720 Make it work also for coding systems not using CCL.
d3c26cdf 2721
44806980
EZ
27222001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2723
9889af08
EZ
2724 * simple.el (previous-matching-history-element)
2725 (next-matching-history-element): Doc fix.
2726
44806980
EZ
2727 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2728 specific part.
2729
1e36ff68
DL
27302001-02-06 Dave Love <fx@gnu.org>
2731
713f7b15 2732 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2733 (add-log-buffer-file-name-function, add-log-file-name-function):
2734 Fix :type.
2735 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2736
c7ca58df
EZ
27372001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2738
fecd556a
EZ
2739 * info.el (info-initialize): Remove the test for system-type when
2740 invocation-directory is non-nil.
2741
c7ca58df
EZ
2742 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2743 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2744
587b5737
AI
27452001-02-06 Andrew Innes <andrewi@gnu.org>
2746
2747 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2748 absolute.
2749
baf7eee4
GM
27502001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2751
2752 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2753 buffers. When hi-lock turned on rather than only checking current
2754 buffer for regexps, all buffers are checked. Moved activation of
2755 font-lock to hi-lock-refontify. When font-lock turned off rather
2756 than removing added highlighting just in current buffer, remove it
2757 in all buffers. Changed edit menu text from "Automatic
2758 Highlighting" to "Regexp Highlighting" Documentation for
2759 highlighting phrases, minor documentation changes.
2760 (hi-lock-set-file-patterns): Execute only if there are new or
2761 existing file patterns.
2762 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2763 unfontify and, if a support mode is active, will not refontify the
2764 whole buffer. If necessary, turn on font lock. (Removed
2765 font-lock-unfontify and font-lock support-mode-specific calls,
2766 such as lazy-lock-fontify-window.)
2767 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2768 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2769 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2770 (hi-lock-face-phrase-buffer): New function. Also added related
2771 menu item and keybinding.
2772 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2773 (hi-lock-process-phrase): New function.
2774 (hi-lock-line-face-buffer): Doc fixes.
2775 (hi-lock-face-buffer): Doc fixes.
2776 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2777
36710aa6
GM
27782001-02-06 Gerd Moellmann <gerd@gnu.org>
2779
2780 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2781 dabbrev-ignored-regexps.
2782
d3f22784
EZ
27832001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2784
2785 * simple.el (kill-line): Doc fix.
2786
5cb3c8d4
DL
27872001-02-05 Dave Love <fx@gnu.org>
2788
2789 * loadup.el: Revert last two changes -- bootstrapping works with
2790 regenerated loaddefs.
2791
e6297e7d
EZ
27922001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2793
1e14b095
EZ
2794 * isearch.el (isearch-forward): Doc fix.
2795
e6297e7d
EZ
2796 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2797 of font-lock-defaults to backward-paragraph.
2798
e16f52ce
GM
27992001-02-05 Gerd Moellmann <gerd@gnu.org>
2800
2801 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2802 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2803
01d19dd7
GM
28042001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2805
2806 * ebnf2ps.el: Eliminate time-stamp functions.
2807 (ebnf-version): New version (3.5).
2808 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2809 format-time-string.
2810
24886813
GM
28112001-02-05 Gerd Moellmann <gerd@gnu.org>
2812
2813 * simple.el (next-line): Goto end-of-line before inserting a newline.
2814
65e70fc4
MB
28152001-02-05 Miles Bader <miles@gnu.org>
2816
2817 * image-file.el (insert-image-file): When visiting an image, also
2818 set `truncate-lines' to t so that any fringe arrow looks correct.
2819
482f06c9
KH
28202001-02-05 Kenichi Handa <handa@etl.go.jp>
2821
2822 * isearch.el (isearch-forward): Add description about input method
2823 in the docsting.
2824
02399da7
SM
28252001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2826
2827 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2828
2c366083
EZ
28292001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2830
2831 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2832 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2833
bdadfce3
GM
28342001-02-02 Gerd Moellmann <gerd@gnu.org>
2835
79fb38c0
GM
2836 * wid-edit.el (widget-button-click): Fix last change.
2837
bdadfce3
GM
2838 * frame.el (frame-notice-user-settings): When resizing the initial
2839 frame because the tool bar is off, also change the frame's top
2840 position if a negative top position was specified.
2841
33155ffb
MB
28422001-02-02 Miles Bader <miles@gnu.org>
2843
2844 * image-file.el (insert-image-file): When visiting an image,
2845 suppress the cursor in the image buffer.
2846
1355ba0c
DL
28472001-02-01 Dave Love <fx@gnu.org>
2848
2849 * progmodes/f90.el (f90-mode): Remove startup message.
2850
fb758d2d 2851 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2852
01acdb05
GM
28532001-02-01 Gerd Moellmann <gerd@gnu.org>
2854
2855 * startup.el (command-line): Fix code determining whether or not
2856 to use delete-key-deletes-forward-mode.
2857
5b1ee316
AS
28582001-02-01 Andre Spiegel <spiegel@gnu.org>
2859
2860 * vc.el (vc-diff-switches): New user option.
2861 (vc-version-diff): Use it.
2862 (vc-diff-switches-list): New macro.
2863
83c9cb8e
SM
2864 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
2865 New customization options.
5b1ee316
AS
2866 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
2867
2868 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
2869
00b1e7a1
GM
28702001-02-01 Gerd Moellmann <gerd@gnu.org>
2871
2872 * msb.el (toplevel): Quote hook symbols.
2873
85827036
KH
28742001-02-01 Kenichi Handa <handa@etl.go.jp>
2875
8e028499 2876 * international/mule.el (make-coding-system): Add description
3c948dde 2877 about recognized properties in the docstring.
8e028499 2878
85827036
KH
2879 * international/mule-conf.el: Remove unused charsets
2880 mac-roman-lower and mac-roman-upper.
2881
7ccf7ab9
GM
28822001-01-31 Gerd Moellmann <gerd@gnu.org>
2883
2441692d
GM
2884 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
2885 is in front of the left-margin, if any.
2886
ee5cece0
GM
2887 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
2888 like `delete'.
2889
83c9cb8e 2890 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 2891
7ccf7ab9
GM
2892 * term/w32-win.el (mouse-set-font): Doc fix.
2893
b4f30ec5 28942001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 2895
b4f30ec5
GM
2896 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
2897 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
2898 on already.
2899
03e0fe6e
GM
29002001-01-31 Markus Rost <rost@math.ohio-state.edu>
2901
2902 * files.el (save-buffer): Don't give message if (buffer-file-name)
2903 returns nil.
713f7b15 2904
8f289acc
EZ
29052001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
2906
cb4aae04
EZ
2907 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
2908
dbd98b19
EZ
2909 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
2910 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
2911
8f289acc
EZ
2912 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
2913 display problems.
2914
c12553c1
KH
29152001-01-31 Kenichi Handa <handa@etl.go.jp>
2916
c7bf5db9
KH
2917 * international/mule.el (charset-info): Fix docstring.
2918
2919 * international/mule-diag.el (describe-character-set): Check final
2920 char valid before printing it.
c12553c1 2921
14f16b9c
GM
29222001-01-30 Gerd Moellmann <gerd@gnu.org>
2923
efaa080b
GM
2924 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
2925
eef93f99
GM
2926 * frame.el (frame-notice-user-settings): Do the tool-bar
2927 stuff only for graphical displays. Fix a braino.
713f7b15 2928
14f16b9c
GM
2929 * frame.el (frame-initialize): Create initial frame visible.
2930 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 2931 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
2932
2933 * startup.el (command-line): Remove manipulation of frame
2934 height for tool bars.
2935
4ad25e43
EZ
29362001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2937
2938 * lpr.el: Compatibility with XEmacs and doc fixes.
2939 (lpr-windows-system, lpr-lp-system): New vars.
2940 (lpr-printer-switch): New defcustom.
2941 (printer-name, lpr-command): Customization fix.
2942 (print-region-1): Code fix.
2943 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
2944 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
2945 New functions.
4ad25e43 2946
e8f044a0
GM
29472001-01-29 Gerd Moellmann <gerd@gnu.org>
2948
2949 * msb.el (toplevel): Fix the eval-after-load.
2950
850d5045
GM
29512001-01-29 Dave Love <fx@gnu.org>
2952
762fe76e
DL
2953 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
2954
2955 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
2956
83c9cb8e 2957 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
2958 (tcl-using-emacs-19-23): Consider Emacs 21+.
2959 (tcl-help-directory-list, tcl-command-switches): Fix :type.
2960 (tcl-add-emacs-menu): Supply menu name.
2961 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
2962
3a768251
GM
29632001-01-29 Gerd Moellmann <gerd@gnu.org>
2964
2965 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
2966
274d02f7
SM
29672001-01-29 Stefan Monnier <monnier@cs.yale.edu>
2968
2969 * pcvs.el (cvs-mark-fis-dead): New function.
2970 (cvs-mode-add): Use it.
2971 (cvs-mode-add-change-log-entry-other-window):
2972 Rebind change-log-default-name to itself rather than to nil.
2973
ed5d446e
SS
29742001-01-29 Sam Steingold <sds@gnu.org>
2975
efaa080b 2976 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
2977 `autoload' statements.
2978
e2a80284
EZ
29792001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
2980
8e1db7b3
EZ
2981 * files.el (confirm-kill-emacs): Doc fix.
2982
ff2a1c79
EZ
2983 * frame.el (frame-initialize): Doc fix.
2984
e7b0deaf
EZ
2985 * time-stamp.el (time-stamp-string): Doc fix.
2986
83c9cb8e
SM
2987 * woman.el (WoMan-log-1): Make the log buffer writable.
2988 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 2989
005913e4
GM
29902001-01-29 Gerd Moellmann <gerd@gnu.org>
2991
2992 * imenu.el (imenu-syntax-alist): Add autoload cookie for
2993 the `make-variable-buffer-local'.
2994
58622cc5
GM
29952001-01-29 Dave Love <fx@gnu.org>
2996
2997 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
2998 (ansi-color-for-comint-mode-on, ansi-color-process-output):
2999 Add autoload cookie.
58622cc5
GM
3000 (ansi-color-apply-sequence): Fix typo.
3001
0404d031
GM
30022001-01-29 Gerd Moellmann <gerd@gnu.org>
3003
ed5d446e 3004 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3005 Postscript printing in black and white.
3006
0404d031
GM
3007 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3008 X-Mailman-Version, Precedence, List-Help, List-Post,
3009 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3010 Content-Type, Content-Length.
3011
3b6ed359
DL
30122001-01-29 Dave Love <fx@gnu.org>
3013
ddd16e7a
DL
3014 * elide-head.el (elide-head): Make overlay evaporate.
3015
83c9cb8e 3016 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3017
8005142f
EZ
30182001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3019
3020 * isearch.el (isearch-highlight): Don't punt if the display
3021 doesn't support colors, since isearch faces are defined for
3022 monochrome displays as well.
3023
84728570
SS
30242001-01-27 Sam Steingold <sds@gnu.org>
3025
3026 * shell.el (shell-write-history-on-exit): Make sure that we are in
3027 the shell buffer (M-x tex-file RET inserted the error message into
3028 the TeX buffer).
3029
e26f9ced
EZ
30302001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3031
3032 * simple.el (transient-mark-mode): Doc fix.
3033
dc0274bd
GM
30342001-01-27 Gerd Moellmann <gerd@gnu.org>
3035
83c9cb8e 3036 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3037
c1acacc4
EZ
30382001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3039
f5058b96
EZ
3040 * shell.el (shell-unquote-argument): If the shell is one of the
3041 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3042 quote character.
3043 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3044 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3045
c1acacc4 3046 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3047 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3048
103db06c 30492001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3050
84728570 3051 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3052 Treat a one-capital-letter abbrev as "not all upper case",
3053 so as to force preservation of the expansion's pattern
3054 if the expansion starts with a capital letter.
3055
cfa70244
EZ
30562001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3057
cfee9de7
EZ
3058 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3059 Doc fix.
3060
cfa70244
EZ
3061 * simple.el (transient-mark-mode): Document the fact that many
3062 commands act on the region when mark is active.
3063
17d90d6b
KH
30642001-01-27 Kenichi Handa <handa@etl.go.jp>
3065
3066 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3067 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3068 (quail-show-guidance-buf): Make the multibyteness of current
3069 buffer inherited to Quail guidance buffer.
3070 (quail-help): Make the multibyteness of current buffer inherited
3071 to Quail help buffer.
3072
61076b20
DL
30732001-01-26 Dave Love <fx@gnu.org>
3074
c47e2c68
DL
3075 * time-stamp.el: Doc fixes.
3076
84728570 3077 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3078 (delphi-keyword-face, delphi-other-face): Fix :type.
3079
940f14b4
DL
3080 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3081
3082 * mail/feedmail.el (feedmail): Add :link.
3083 (feedmail-send-it): Doc fix.
3084
3085 * mail/sendmail.el: Doc fixes.
3086 (sendmail-send-it): Fix the non-ASCII regexp and use
3087 rfc2047-encode-string.
3088
61076b20
DL
3089 * dired.el, dired-aux.el: Revert last change.
3090
6c317bd2
GM
30912001-01-26 Gerd Moellmann <gerd@gnu.org>
3092
3093 * makefile.w32-in (DONTCOMPILE): Add various term files.
3094
30952001-01-26 Dave Love <fx@gnu.org>
3096
3097 * Makefile.in (DONTCOMPILE): Add various term files.
3098
1c636b5f
GM
30992001-01-26 Gerd Moellmann <gerd@gnu.org>
3100
af900b23
GM
3101 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3102
15fa6db0 3103 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3104 the echo area is resized to fit the size of the startup message.
15fa6db0 3105
1c636b5f
GM
3106 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3107 part of which is a constant.
3108
9b1adbd5
EZ
31092001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3110
83c9cb8e 3111 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3112
103db06c 31132001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3114
3115 * simple.el (next-line): Don't let `newline' expand abbrevs.
3116 Simplify slightly.
3117 (open-line): Don't let `newline' expand abbrevs.
3118
219227ea
JW
31192001-01-25 John Wiegley <johnw@gnu.org>
3120
3121 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3122 to `repeat' in the :type field.
3123
3124 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3125 allow a choice of regexp or nil.
d2906bf8 3126 (pcomplete-dir-ignore): Same.
219227ea
JW
3127
3128 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3129 a command) to always fail.
3130
ceba0dac
GM
31312001-01-25 Gerd Moellmann <gerd@gnu.org>
3132
3133 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3134 discard the result.
3135 (iswitchb-to-end): Likewise.
3136
9b0630e5
SS
31372001-01-25 Sam Steingold <sds@gnu.org>
3138
3139 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3140 Require vc.
9b0630e5 3141
a2ed9670
SM
31422001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3143
f0c1adab
SM
3144 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3145
a2ed9670
SM
3146 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3147
34ac3367
DL
31482001-01-25 Dave Love <fx@gnu.org>
3149
61076b20
DL
3150 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3151 (describe-coding-system): Tweak the English text.
3152
34ac3367
DL
3153 * loadup.el: Preload international/ccl for utf-8.
3154
4685e6b7
EZ
31552001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3156
3157 * mail/rmail.el (rmail-redecode-body): Doc fix.
3158
0fdb4475
KH
31592001-01-25 Kenichi Handa <handa@etl.go.jp>
3160
83c9cb8e
SM
3161 * international/mule-cmds.el (reset-language-environment):
3162 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3163
83c9cb8e
SM
3164 * international/mule-conf.el (coding-category-utf-8):
3165 Initialize to mule-utf-8.
0fdb4475 3166
9b0630e5 3167 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3168
3169 * international/utf-8.el: New file.
3170
245ed2b1
SM
31712001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3172
3173 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3174
e95b0c08
SS
31752001-01-24 Sam Steingold <sds@gnu.org>
3176
3177 * dired.el (dired-replace-in-string): Removed.
3178 (dired-sort-toggle): Use `replace-regexps-in-string'
3179 instead of `dired-replace-in-string'.
9b0630e5 3180
ceba0dac
GM
3181 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3182 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3183
e95b0c08
SS
3184 * gs.el (gs-replace-in-string): Removed.
3185 (gs-options): Use `replace-regexps-in-string'
3186 instead of `gs-replace-in-string'.
3187
c3902c3e
EZ
31882001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3189
3190 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3191 bug report is mailed to an email list and posted to a news group.
3192
b66b6aeb
GM
31932001-01-24 Gerd Moellmann <gerd@gnu.org>
3194
83c9cb8e
SM
3195 * comint.el (comint-replace-by-expanded-history-before-point):
3196 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3197
b66b6aeb
GM
3198 * startup.el (tool-bar-images-pixel-height): New variable.
3199 (command-line): After loading the user's init file, when
3200 tool-bar-mode is on, increase the frame's size by some lines for
3201 the tool-bar.
3202
3203 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3204
ff890e66
SZ
32052001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3206
3207 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3208 (chinese-big5): MIME:Big5.
3209
04363179
GM
32102001-01-24 Gerd Moellmann <gerd@gnu.org>
3211
e95b0c08 3212 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3213 Handle commands with prefix args.
3214
d56aaa64
GM
32152001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3216
3217 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3218 being a list of numbers.
3219 (diary-mail-entries): Rewritten.
3220
99858627
DL
32212001-01-23 Dave Love <fx@gnu.org>
3222
7aeb1fa9
DL
3223 * international/mule.el (make-coding-system): Fix typo.
3224
83c9cb8e
SM
3225 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3226 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3227
5a43decf
EZ
32282001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3229
3230 * font-lock.el (font-lock-mode): Doc fix.
3231
b0e98867
KH
32322001-01-23 Kenichi Handa <handa@etl.go.jp>
3233
3234 * international/mule.el (make-translation-table): Fix docstring.
3235
9c8acefd
EZ
32362001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3237
fd4976b8
EZ
3238 * mail/rmail.el (rmail-redecode-body): New function.
3239
9c8acefd
EZ
3240 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3241
871e0439
GM
32422001-01-22 Gerd Moellmann <gerd@gnu.org>
3243
21c2bbe0
GM
3244 * isearch.el (isearch-lazy-highlight-case-fold-search)
3245 (isearch-lazy-highlight-regexp): New variables.
3246 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3247 case-fold search or regexp search has been toggled.
3248
5710730c
GM
3249 * wid-edit.el (widget-button-click): Avoid a save-excursion
3250 around running a global binding.
3251
871e0439
GM
3252 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3253 to 0.25.
3254
d0554957
MB
32552001-01-20 Miles Bader <miles@gnu.org>
3256
3257 * cus-edit.el (custom-face-save): Do post-processing on the face's
3258 new value like `custom-face-set' does.
3259
1519f618
EZ
32602001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3261
ccd87890
EZ
3262 * mail/emacsbug.el (report-emacs-bug): Report the value of
3263 LC_CTYPE, not LC_TYPE.
3264
1519f618
EZ
3265 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3266 isearch-toggle-regexp and isearch-edit-string to doc string.
3267
9724173b
GM
32682001-01-19 Gerd Moellmann <gerd@gnu.org>
3269
48bb9196
GM
3270 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3271 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3272
e95b0c08 3273 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3274 font-lock-beginning-of-syntax-function to nil.
3275
dc81f8a2
EZ
32762001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3277
3278 * mail/emacsbug.el (report-emacs-bug): Report values of
3279 locale-coding-system, default-enable-multibyte-characters, and the
3280 environment variables LC_ALL, LC_TYPE, and LANG.
3281
99327974
GM
32822001-01-19 Gerd Moellmann <gerd@gnu.org>
3283
83c9cb8e 3284 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3285
2be6ecc6
GM
3286 * font-lock.el (font-lock-multiline): Default to nil.
3287 (font-lock-default-fontify-region): If font-lock-multiline is
3288 nil, don't check the property `font-lock-multiline'.
3289
99327974
GM
3290 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3291 is nil, don't check the `font-lock-multiline' text property.
3292
2550055a
MK
32932001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3294
0a949811 3295 * viper.el: Call initial-major-mode on startup.
e95b0c08 3296
0a949811 3297 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3298
8501998a 3299 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3300
2550055a 33012001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3302
0a949811 3303 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3304 diff mode, if available.
e95b0c08 3305
0a949811 33062001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3307
8501998a 3308 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3309
2550055a
MK
3310 * ediff-init.el (subst-char-in-string): Define and use it, unless
3311 it's already defined.
e95b0c08 3312
8962e303
GM
33132001-01-18 Gerd Moellmann <gerd@gnu.org>
3314
3315 * tooltip.el (tooltip-hide-delay): New user-option.
3316 (tooltip-show): Use tooltip-hide-delay instead of the default.
3317
6b453381
KH
33182001-01-18 Kenichi Handa <handa@etl.go.jp>
3319
3320 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3321 kill-local-variable doesn't work for enable-multibyte-characters.
3322
9eaf396b
DL
33232001-01-17 Dave Love <fx@gnu.org>
3324
cebd37ce
DL
3325 * ediff-init.el (ediff-before-setup-hook)
3326 (ediff-merge-filename-prefix): Add :version.
3327
9eaf396b
DL
3328 * international/latin1-disp.el: Require disp-table.
3329 (latin1-display): Fix :set.
3330
3331 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3332
f864120f
GM
33332001-01-17 Gerd Moellmann <gerd@gnu.org>
3334
3335 * isearch.el (isearch-lazy-highlight-initial-delay)
3336 (isearch-lazy-highlight-interval): Default to 0.
3337
33382001-01-17 Bob Glickstein <bobg@zanshin.com>
3339
3340 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3341 1 here rather than each time through
3342 isearch-lazy-highlight-new-loop.
3343 (isearch-lazy-highlight-max): Variable deleted.
3344 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3345 isearch-lazy-highlight-max but controls a single invocation of
3346 isearch-lazy-highlight-update.
3347 (isearch-lazy-highlight-wrapped): Variable recreated.
3348 (isearch-lazy-highlight-window-start): New variable.
3349 (isearch-lazy-highlight-cleanup): Restored to behavior of
3350 before 2-Jan.
3351 (isearch-lazy-highlight-remove-overlays): Function deleted;
3352 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3353 behavior removed.
3354 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3355 isearch-lazy-highlight-update in a loop rather than just once.
3356 Test isearch-invalid-regexp here and decide not to start a new
3357 loop, rather than testing it each time through
3358 isearch-lazy-highlight-update.
3359 (isearch-lazy-highlight-search): Function restored.
3360 (isearch-lazy-highlight-update): Get called in a timer loop again,
3361 but this time highlight more than one match each time through.
83c9cb8e
SM
3362 Only highlight matches in the visible part of the window.
3363 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3364 the edge of the window. Use sit-for to force redisplay and ensure
3365 window-start is credible. "Face suppressing" behavior removed;
3366 overlay priorities should make it unnecessary, right?
3367 (isearch-highlight): Face suppressing behavior removed.
3368 (isearch-dehighlight): Face suppressing behavior removed.
3369 (isearch-set-lazy-highlight-faces-at): Removed.
3370
076ec540
KH
33712001-01-17 Kenichi Handa <handa@etl.go.jp>
3372
3373 * language/european.el ("Latin-1"): Make the format of description
3374 about additional language environments same as that of Latin-2.
3375
92328ec5
DL
33762001-01-16 Dave Love <fx@gnu.org>
3377
39f2174e
DL
3378 * isearch.el (isearch-lazy-highlight): Add :version.
3379
92328ec5
DL
3380 * simple.el (backward-delete-char-untabify-method)
3381 (next-line-add-newlines): Add :version.
3382
f251459d
GM
33832001-01-16 Gerd Moellmann <gerd@gnu.org>
3384
9d4850e5
GM
3385 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3386 Don't bind <delete> otherwise.
3387
3388 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3389 and <delete> via function-key-map.
3390
f251459d
GM
3391 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3392 Subject line only if point is after the `Subject:'.
3393
771ffcf7
KH
33942001-01-16 Kenichi Handa <handa@etl.go.jp>
3395
bda6b481
KH
3396 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3397 japanese-jisx0213-2 in `charset' property of this lang. env.
3398
35793af7
KH
3399 * language/european.el ("Latin-1"): Add description for Dutch and
3400 Spanish lang. env.
3401
771ffcf7
KH
3402 * international/mule.el (decode-char): Fix conditions.
3403 (encode-char): Handle eight-bit-control too.
1c8102ff 3404 (transform-make-coding-system-args): New function.
50c29104
KH
3405 (make-coding-system): Accept XEmacs style arguments for CCL base
3406 coding system.
771ffcf7 3407
e1cf67b6
GM
34082001-01-15 Gerd Moellmann <gerd@gnu.org>
3409
3410 * progmodes/etags.el (find-tag-noselect): Save the value of
3411 tags-file-name before switching buffers, for the case it has a
3412 buffer-local value.
3413
b3287acf
GM
34142001-01-15 Alex Schroeder <alex@gnu.org>
3415
9eaf396b
DL
3416 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3417 From Dave Love <fx@gnu.org>.
b3287acf
GM
3418 (ansi-color-for-comint-mode): Fix :version.
3419
34202001-01-15 Alex Schroeder <alex@gnu.org>
3421
3422 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3423
8d7ff9c8
EZ
34242001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3425
3426 * dired.el (dired-insert-directory): If file-system-info fails,
3427 remove the " free " part, but don't signal an error.
3428
dbe99ae9
SS
34292001-01-12 Sam Steingold <sds@gnu.org>
3430
3431 * bookmark.el (bookmark-maybe-historicize-string):
3432 Use new backquote syntax.
3433
103db06c 34342001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3435
3436 * subr.el (last): Handle a list that doesn't end in nil.
3437
ca2ddd8e
SS
34382001-01-12 Sam Steingold <sds@gnu.org>
3439
3440 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3441 to `backward-delete-char-untabify'.
3442
1751c874
DL
34432001-01-12 Dave Love <fx@gnu.org>
3444
3445 * cus-edit.el (customize-menu-create): Fix the :filter following
3446 easymenu change.
3447
3448 * wid-edit.el (function): Add :match-alternatives.
3449 (widget-color-action): Doc fix.
3450
3cccce8d
GM
34512001-01-12 Gerd Moellmann <gerd@gnu.org>
3452
3453 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3454
18bfd6b5
KH
34552001-01-12 Kenichi Handa <handa@etl.go.jp>
3456
83c9cb8e 3457 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3458
18bfd6b5
KH
3459 * international/ccl.el (define-ccl-program): Fix docstring.
3460
562e00da
DL
34612001-01-11 Dave Love <fx@gnu.org>
3462
14fd0da3
DL
3463 * international/mule-cmds.el (standard-display-european-internal):
3464 Set display table for 2208 as for 160.
3465
3466 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3467
562e00da
DL
3468 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3469 entry for custom-menu-create change.
3470 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3471 don't cons it in the search loop.
3472
3473 * imenu.el (imenu--truncate-items): Revert last change.
3474
6e961dcd
EZ
34752001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3476
3477 * info.el (Info-setup-header-line): If the node header includes
3478 either Next: or Prev: links, don't show the File: and Node: parts
3479 in the header line.
3480
2c2ff7f2
GM
34812001-01-11 Gerd Moellmann <gerd@gnu.org>
3482
a7ee2d2e
GM
3483 * comint.el (comint-goto-process-mark): Don't print a message
3484 when running in batch mode.
3485
c5348233
GM
3486 * isearch.el (isearch-search): In the condition-case handler for
3487 `error', set isearch-invalid-regexp to the whole error message.
3488
422717d1
GM
3489 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3490 ensure that eval-after-load works for files dumped with Emacs.
3491
3492 * help.el (load-symbol-file-load-history): New function extracted
3493 from function symbol-file.
3494 (symbol-file): Use it.
3495
83c9cb8e 3496 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3497
926861fb
EZ
34982001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3499
3500 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3501 behave as if there were no prefix argument.
3502 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3503 argument were nil.
3504
afa1f52c
RS
35052001-01-11 Richard M. Stallman <rms@gnu.org>
3506
ca2ddd8e 3507 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3508 Don't look for more potential matches once maximum is exceeded.
3509 Use overlays-in to check correctly for overlap with current match.
3510 Ignore empty matches.
3511
47a9f362
MB
35122001-01-11 Miles Bader <miles@gnu.org>
3513
3514 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3515 (ispell-overlay-window, ispell-help, ispell-show-choices)
3516 (ispell-command-loop): Use it instead of `window-height'.
3517
d196f58d
GM
35182001-01-10 Gerd Moellmann <gerd@gnu.org>
3519
cf523f0e
GM
3520 * files.el (confirm-kill-emacs): New user-option.
3521 (save-buffers-kill-emacs): Ask for final confirmation before
3522 killing Emacs.
3523
d196f58d
GM
3524 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3525 to nil.
3526
7c6c3d8e
GM
35272001-01-10 Dave Love <fx@gnu.org>
3528
1f8be15d
DL
3529 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3530
83c9cb8e 3531 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3532
3533 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3534
3535 * calculator.el (calculator-number-digits): Fix :type.
3536
0d5184de
DL
3537 * vc-cvs.el (vc-cvs-header): Fix :type.
3538 * vc-rcs.el (vc-rcs-header): Fix :type.
3539 * vc-sccs.el (vc-sccs-header): Fix :type.
3540
3541 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3542
7c6c3d8e
GM
3543 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3544
8c9f73a2
GM
3545 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3546
457b792c
GM
35472001-01-10 Gerd Moellmann <gerd@gnu.org>
3548
3549 * simple.el (set-variable): Force a thorough redisplay for the
3550 case that the variable has an effect on the display, like
3551 `tab-width' has.
3552
d2622d08
AS
35532001-01-10 Andre Spiegel <spiegel@gnu.org>
3554
3555 * vc.el: Add documentation for backend interface.
3556
ae4b5f4f
KH
35572001-01-10 Kenichi Handa <handa@etl.go.jp>
3558
e0844717
KH
3559 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3560
ae4b5f4f
KH
3561 * international/mule-conf.el (latin-extra-code-table): Set to t
3562 for \223 and \224.
3563
3184082b
KH
35642001-01-09 Kenichi Handa <handa@etl.go.jp>
3565
3566 * international/mule-cmds.el (locale-language-names): Map "es" to
3567 "Spanish" and "nl" to "Dutch".
3568
732b9cdd
GM
35692001-01-09 Gerd Moellmann <gerd@gnu.org>
3570
1dfca644
GM
3571 * bindings.el (global-map): Bind <home> to beginning-of-line,
3572 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3573 C-<end> to end-of-buffer.
3574
732b9cdd
GM
3575 * language/european.el: Add Dutch and Spanish language info
3576 to be able to use the appropriate tutorials.
3577
35782001-01-09 Alex Schroeder <alex@gnu.org>
3579
3580 * ansi-color.el (ansi-color-process-output): Use markers instead
3581 of positions for start and end of region.
3582 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3583 Previously, occasional mistakes happend when fontifying many
3584 chunks of output (eg. ls --color=yes /dev). This happened
3585 whenever an overlay was created up to the end of the region, which
3586 coincided with the process-mark. New text would then be added
3587 within that overlay instead of after it.
3588 (ansi-color-make-extent): Overlays are created with the property
3589 `modification-hooks' set to '(ansi-color-freeze-overlay).
3590 (ansi-color-freeze-overlay): New function. When inserting text at
3591 the end of the overlay, the overlay will resize.
3592
35932000-01-09 Alex Schroeder <alex@gnu.org>
3594
3595 * ansi-color.el (ansi-color-process-output): Doc change.
3596 (ansi-color-unfontify-region): Doc change. No longer installed
3597 automatically in font-lock-unfontify-region-function.
3598 (ansi-color-apply): Doc change.
3599 (ansi-color-apply-on-region): Use extents or overlays instead of
3600 text-properties.
3601 (ansi-color-make-extent): New function.
3602 (ansi-color-set-extent-face): New function.
3603
36042000-01-09 Alex Schroeder <alex@gnu.org>
3605
3606 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3607 both use ansi-color-process-output, now.
3608 (ansi-color-process-output): Doesn't return string anymore. It is
3609 installed in comint-output-filter-functions for both Emacs and
3610 XEmacs, now.
3611 (ansi-color-unfontify-region): Simplified code removing variables
3612 pos and start-ansi.
3613 (ansi-color-apply): Put text-property ansi-color before putting
3614 text-property face because ansi-color-unfontify-region is called
3615 immediately after the call to put-text-property.
3616 (ansi-color-context-region): Doc change.
3617 (ansi-color-filter-region): Simplified code.
3618 (ansi-color-apply-on-region): Changed start to start-marker, using
3619 a marker explicitly. Put text-property ansi-color before putting
3620 text-property face because ansi-color-unfontify-region is called
3621 immediately after the call to put-text-property.
3622
36232000-01-09 Alex Schroeder <alex@gnu.org>
3624
3625 * ansi-color.el (ansi-color-faces-vector): Doc change.
3626 (ansi-color-for-comint-mode): Changed :type property to choice.
3627 (ansi-color-last-context): Removed.
3628 (ansi-color-process-output): Don't use ansi-color-last-context, as
3629 the main functions will store their context now.
3630 (ansi-color-context): Doc change.
3631 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3632 Uses ansi-color-context such that repeated calls will strip
3633 partial escape sequences, too.
3634 (ansi-color-apply): Simplified code. Colorize end of string if
3635 face is not null. Store context in new (FACE STRING) format, such
3636 that repeated calls will strip partial escape sequences, too.
3637 Append faces to face property using ansi-color-apply-sequence such
3638 that cumulative mode actually works.
3639 (ansi-color-context-region): New variable.
3640 (ansi-color-filter-region): Rewrote it based on
3641 ansi-color-apply-on-region. Uses ansi-color-context-region such
3642 that repeated calls will strip partial escape sequences, too.
3643 (ansi-color-apply-on-region): Simplified code. Colorize end of
3644 region if face is not null. Store context in new (FACE POS)
3645 format, such that repeated calls will strip partial escape
3646 sequences, too. Append faces to face property using
83c9cb8e 3647 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3648 (ansi-color-apply-sequence): New function.
3649 (ansi-color-get-face): When the default face is added to the list
3650 of faces, all previous settings are discarded and the list of
3651 faces is set to '(default).
3652
36532000-01-09 Alex Schroeder <alex@gnu.org>
3654
3655 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3656 face, such that ansi-color-apply and ansi-color-apply-on-region
3657 will do the right thing.
3658 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3659 returns nil, set the list of faces back to nil instead of
83c9cb8e 3660 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3661
36622000-01-09 Alex Schroeder <alex@gnu.org>
3663
3664 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3665 (ansi-color-process): Doc change.
3666 (ansi-color-last-context): New buffer-local variable.
3667 (ansi-color-process-output): New function. It is automatically
3668 added to comint-output-filter-functions if this is XEmacs.
3669 (ansi-color-unfontify-region): New optional parameter for XEmacs
3670 compatibility. Check wether font-lock-syntactic-keywords is
3671 boundp before removing the syntax table text property, as XEmacs
3672 doesn't have it.
3673 (ansi-color-filter-region): Doc change.
3674 (ansi-color-apply-on-region): Doc change.
3675 (ansi-color-make-face): New function. Compatibility layer for
3676 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3677 (ansi-color-make-color-map): Use ansi-color-make-face.
3678 (ansi-color-get-face): Avoid face text property '(nil) as results
3679 in an errow for XEmacs.
3680
36812000-01-09 Alex Schroeder <alex@gnu.org>
3682
83c9cb8e
SM
3683 * ansi-color.el (ansi-color-unfontify-region): New function.
3684 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3685 ansi-color. When the package is loaded, a lambda expression is
3686 put onto font-lock-mode-hook. This lambda expression will check
3687 font-lock-unfontify-region-function and replace
83c9cb8e 3688 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3689 (ansi-color-apply): Add text-property ansi-color in addition to
3690 text-property face.
3691 (ansi-color-apply-on-region): Add text-property ansi-color in
3692 addition to text-property face.
3693 (save-buffer-state): Copy of the macro that is also used by
3694 lazy-lock and font-lock.
3695
3696 (ansi-color-for-comint-mode): New option.
3697 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3698 (ansi-color-for-comint-mode-off): Ditto.
3699 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3700 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3701 decide what to do. This function is added to
3702 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3703
3704 (ansi-color-for-shell-mode-set): Removed.
3705 (ansi-color-for-shell-mode): Removed.
3706
37072000-01-09 Alex Schroeder <alex@gnu.org>
3708
3709 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3710 the lambda expression from the ansi-color-for-shell-mode :set
3711 property. Additionally, modify shell-mode-hook to enable or
3712 disable font-lock-mode for future shell buffers.
3713 (ansi-color-for-shell-mode): The :set property calls
3714 ansi-color-for-shell-mode-set instead of a lambda expression.
3715
37162000-01-09 Alex Schroeder <alex@gnu.org>
3717
3718 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3719 (ansi-color-context): New variable.
3720 (ansi-color-apply): Save context between calls.
3721
fb55ff10
EZ
37222001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3723
83c9cb8e
SM
3724 * isearch.el (isearch, isearch-lazy-highlight-face):
3725 New definitions for face colors and attributes.
29910493 3726
fb55ff10
EZ
3727 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3728 of display-mouse-p.
3729
134d6265
KH
37302001-01-09 Kenichi Handa <handa@etl.go.jp>
3731
3732 * international/mule.el (make-coding-system): If the coding system
3733 accepts extra latin codes, register such codes as safe for the
3734 coding system.
3735
103db06c 37362001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3737
984c9f75
RS
3738 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3739 don't mention the file name or the date here, because they are
3740 logged at the start of the file.
3741
37422001-01-08 Richard M. Stallman <rms@gnu.org>
3743
78b8eee8
RS
3744 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3745 Change screen-width to frame-width.
3746
1460e5d4
EZ
37472001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3748
3749 * info.el (Info-search): Print the default as part of the prompt.
3750
56f24bc1
AS
37512001-01-08 Andre Spiegel <spiegel@gnu.org>
3752
ca2ddd8e 3753 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3754 constant implementations in backends.
3755
3756 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3757 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3758
3759 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3760 WRITABLE to EDITABLE.
3761
3762 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3763 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3764 to EDITABLE.
3765
b7812d30
EZ
37662001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3767
3768 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3769 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3770
7e56ea04
GM
37712001-01-08 Gerd Moellmann <gerd@gnu.org>
3772
3773 * isearch.el (isearch-old-signal-hook): Removed.
3774 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3775 instead of setting signal-hook-function.
3776 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3777
a758f97d
GM
37782001-01-08 Kevin Gallagher <kevingal@onramp.net>
3779
3780 * emulation/edt.el: Update to version 4.0. Provide support for
3781 EDT scroll margins at top and bottom of the window. Provide an
3782 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3783 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3784 user when file-related buffer modifications exist.
3785 Provide support for running EDT Emulation in XEmacs.
3786 Provide customize access to some user updatable variables.
3787 Add Commentary section to file header.
3788 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3789
3790 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3791 for detecting a keypress that generates an ASCII key sequence.
3792 (Previously, only a keypress that generates a vector was
3793 recognized.) Embed Window Manager name into name of the generated
3794 EDT Emulation initialization file since the initialization file is
3795 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3796
30db89f9
EZ
37972001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3798
4deb3ba9
EZ
3799 * mail/sendmail.el (mail-mode): Doc fix.
3800
30db89f9
EZ
3801 * info.el (Info-goto-emacs-command-node): Doc fix.
3802 (Info-goto-emacs-key-command-node): Doc fix.
3803
c3f2772b
EZ
38042001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3805
8726e79b 3806 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3807 systems without long file-name support.
3808
0dac6924
AI
38092001-01-06 Andrew Innes <andrewi@gnu.org>
3810
3811 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3812
4e6ef391
EZ
38132001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3814
380866a2
EZ
3815 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3816 (isearch-lazy-highlight-update): Doc fix.
3817
148b5960
EZ
3818 * ffap.el (ffap-bindings): Doc fix.
3819
4e6ef391
EZ
3820 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3821
4cb1bcc2
DL
38222001-01-05 Dave Love <fx@gnu.org>
3823
3824 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3825
3828218c
GM
38262001-01-05 Gerd Moellmann <gerd@gnu.org>
3827
83c9cb8e
SM
3828 * mouse-drag.el (mouse-drag-safe-scroll):
3829 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3830
1f4139d5
GM
3831 * isearch.el (isearch-old-signal-hook): New variable.
3832 (isearch-mode): Set signal-hook-function to isearch-done.
3833 (isearch-done): Restore old signal-hook-function.
3834
3828218c
GM
3835 * info.el (Info-fontify-node): Mark one more char as intangible.
3836
3970013f
KH
38372000-01-05 Kenichi Handa <handa@etl.go.jp>
3838
83c9cb8e
SM
3839 * composite.el (compose-last-chars): New argument COMPONENTS.
3840 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3841 COMPONENTS.
3842
3843 * international/quail.el (quail-input-string-to-events): New function.
3844 (quail-input-method): Convert input string to events here.
3845 (quail-start-translation): Return input string, not event list.
3846 (quail-start-conversion): Likewise.
3847
f3b05e99
GM
38482001-01-04 Gerd Moellmann <gerd@gnu.org>
3849
ca2ddd8e 3850 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3851 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3852 and tooltip-add-timeout.
3853 (tooltip-show): Set border color from faces's foreground.
3854 (tooltip-show-help-function): If called with the same help string
3855 as last time, do nothing.
3856 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3857
0f2ac578
GM
3858 * startup.el (fancy-splash-screens): Don't bind show-help-function
3859 to nil.
3860
f3b05e99
GM
3861 * tooltip.el (tooltip-frame-parameters): Remove colors.
3862 (tooltip): New face
3863 (tooltip-set-param): New function.
3864 (tooltip-show): Set up color frame parameters from face `tooltip'.
3865 Display the tooltip text in face `tooltip'.
3866
8416e94a
DL
38672001-01-04 Dave Love <fx@gnu.org>
3868
3869 * whitespace.el (whitespace-global-mode): Fix typo.
3870
3871 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
3872
30db89f9
EZ
38732001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
3874
83c9cb8e
SM
3875 * help.el (help-for-help): Fix a typo in a doc string.
3876 From kwzh@gnu.org (Karl Heuer).
30db89f9 3877
b847eb8c
DL
38782001-01-03 Dave Love <fx@gnu.org>
3879
3880 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 3881 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
3882 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
3883 (dired-guess-shell-alist-user): Customize.
3884 (dired-x-help-address): Set to bug-gnu-emacs.
3885 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
3886 (dired-default-directory): Renamed from default-directory.
3887
3888 * hl-line.el (hl-line): Doc fix.
3889
43c4b570
KF
38902001-01-03 Karl Fogel <kfogel@red-bean.com>
3891
1bf6b1bf 3892 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 3893
984c9f75 38942001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
3895
3896 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
3897 to remove all the current alternative-match highlighting.
3898 If nil, remove only what's outside the current window.
3899 (isearch-lazy-highlight-remove-overlays): Take optional
3900 region within which NOT to remove them.
3901 (isearch-lazy-highlight-new-loop): Greatly simplified.
3902 (isearch-lazy-highlight-update): Find all the other occurrences
3903 visible in the window, in just one call.
3904 (isearch-lazy-highlight-start): Now holds start of region to scan.
3905 (isearch-lazy-highlight-end): Now holds end of region to scan.
3906 (isearch-lazy-highlight-wrapped): Variable deleted.
3907 (isearch-lazy-highlight-search): Function deleted.
3908
13d6a61c
AI
39092000-01-02 Andrew Innes <andrewi@gnu.org>
3910
3911 * w32-fns.el (convert-standard-filename): Do length check on name
3912 before aref.
3913
064866e7
DL
39142001-01-02 Dave Love <fx@gnu.org>
3915
b33e041b
DL
3916 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
3917 value.
3918 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
3919
3920 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
3921
8166ffd5
DL
3922 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
3923 read syntax.
3924
064866e7
DL
3925 * calendar/todo-mode.el (todo): Add :link, :version.
3926 (todo-save-top-priorities): Remove autoload cookie.
3927 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 3928 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 3929
6dde6abc
GM
39302001-01-02 Gerd Moellmann <gerd@gnu.org>
3931
3932 * comint.el (comint-input-history-ignore): New variable.
3933 (comint-read-input-ring): Ignore entries matching
3934 comint-input-history-ignore.
3935
1a8a9daf
GM
39362001-01-02 Eric M. Ludlam <zappo@gnu.org>
3937
3938 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
3939 (lm-copyright-mark): New function.
3940 (lm-crack-copyright): New function.
3941 (lm-verify): Check that the file has a copyright.
3942 Check that the file is copyright Free Software Foundation.
3943
9c92eb53
KH
39442000-12-30 Kenichi Handa <handa@etl.go.jp>
3945
3946 * international/mule-diag.el (print-fontset): Indent font name by
3947 24 columns, not 25.
3948
49172314
GM
39492000-12-29 Gerd Moellmann <gerd@gnu.org>
3950
762a68ec
GM
3951 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
3952 in Subject line.
3953
49172314 3954 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
3955 Use mail-mode-hook instead of mail-setup-hook.
3956 Otherwise continuing an interrupted message with C-u C-x m for
3957 instance, winds up in Mail mode without abbrevs.
49172314 3958
bd7a2e26
GM
39592000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3960
3961 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
3962 non-nil. Adding almost all customization variables on ps-setup.
3963 Doc fix.
bd7a2e26
GM
3964 (ps-print-version): New version number (6.3.3).
3965 (ps-end-with-control-d): Initialization fix.
3966 (ps-lines-printed): New var.
3967 (ps-skip-newline): New fun.
3968 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
3969 (ps-next-line, ps-continue-line, ps-plot-region)
3970 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 3971
2b3f28a4
KH
39722000-12-29 Kenichi Handa <handa@etl.go.jp>
3973
83c9cb8e
SM
3974 * international/fontset.el (x-complement-fontset-spec):
3975 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
3976 registered in x-font-name-charset-alist.
3977 (create-fontset-from-fontset-spec): Adjusted for the above change.
3978 The name of fontset alias should be a unresolved ASCII font name.
3979
2ece9174
GM
39802000-12-28 Gerd Moellmann <gerd@gnu.org>
3981
3982 * simple.el (delete-key-deletes-forward-mode): Bind backspace
3983 and delete in isearch-mode-map.
3984
cbe3ad7a
RS
39852000-12-28 Richard M. Stallman <rms@gnu.org>
3986
ca2ddd8e 3987 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
3988 Use xpdf instead of acroread.
3989
a816f1c5
KH
39902000-12-28 Kenichi Handa <handa@etl.go.jp>
3991
f086e73c
KH
3992 * textmodes/artist.el (artist-butlast): Deleted.
3993 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 3994 artist-butlast.
f086e73c 3995
a816f1c5
KH
3996 * subr.el (butlast, nbutlast): Moved from cl.el to here.
3997
3998 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
3999
b202115b
EZ
40002000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4001
4002 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4003
4004 * ls-lisp.el: Better support for the Mac and MS-Windows.
4005 (ls-lisp): New defgroup.
4006 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4007 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4008 (ls-lisp-support-shell-wildcards): New defcustoms.
4009 (ls-lisp-parse-symlink): New function.
4010 (insert-directory): Code to convert switches to a list and set up
4011 the wildcard argument copied from ls-lisp-insert-directory.
4012 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4013 for -C and -R switches.
4014 (ls-lisp-column-format): New function.
ca2ddd8e 4015 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4016 (ls-lisp-format-time): Add doc strings.
4017 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4018 Support ls-lisp-dirs-first.
4019 (ls-lisp-classify, ls-lisp-extension): New functions.
4020 (ls-lisp-format): Optionally support emulation of symlinks.
4021 Support -i, -s, and -G switches.
4022
6061fbf0
GM
40232000-12-27 Gerd Moellmann <gerd@gnu.org>
4024
5e25feee
GM
4025 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4026
6061fbf0
GM
4027 * version.el (emacs-version): Print X scroll bar information.
4028
4029 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4030 instead of x-toolkit-scroll-bars-p.
4031
4032 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4033 of x-toolkit-scroll-bars-p.
4034
25050dab
EZ
40352000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4036
83c9cb8e 4037 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4038 (ffap-bindings): Doc fix, to reflect the above change.
4039
c1786874
KH
40402000-12-27 Kenichi Handa <handa@etl.go.jp>
4041
4042 * term.el (term-char-mode): Define all non-ascii self-inserting
4043 characters to 'term-send-raw in term-raw-map.
4044
7261ece3 40452000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4046
83c9cb8e 4047 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4048
83c9cb8e
SM
4049 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4050 Changed initialization; use add-hook.
6061fbf0 4051 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4052
6061fbf0 4053 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4054
6061fbf0
GM
4055 * ediff.el (ediff-patch-buffer): Bug fix.
4056 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4057
83f40583
SM
40582000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4059
4060 * subr.el (combine-run-hooks): Remove.
4061
4062 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4063 and remove the rogue second spec.
4064
bdd6d4e8
GM
40652000-12-23 Gerd Moellmann <gerd@gnu.org>
4066
4067 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4068
26736ce3
SM
40692000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4070
0e86b6b0
SM
4071 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4072 Use minibuffer menu prompt for the `=' prefix.
4073 (smerge-command-prefix): Change default to C-^.
6eabfb26 4074 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4075
26736ce3
SM
4076 * skeleton.el (skeleton-internal-1): Make sure the first line of
4077 the region is also re-indented.
d21584d6
SM
4078 (skeleton-end-newline): New var.
4079 (skeleton-end-hook): Use it.
26736ce3 4080
95fa4fd7
MB
40812000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4082
4083 * comint.el (comint-password-prompt-regexp): Support CVS.
4084
f060b834
GM
40852000-12-22 Gerd Moellmann <gerd@gnu.org>
4086
83c9cb8e
SM
4087 * simple.el (delete-key-deletes-forward-mode): Simplify.
4088 Also backspace key combinations, depending on
856ff7a7
GM
4089 delete-key-deletes-forward.
4090
4091 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4092
f060b834
GM
4093 * simple.el (delete-key-deletes-forward): Doc fix.
4094
653558a1
GM
40952000-08-22 Emmanuel Briot <briot@gnat.com>
4096
4097 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4098 white spaces are relevant in the XML file.
653558a1
GM
4099 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4100 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4101 of XML files.
653558a1
GM
4102 (xml-parse-tag): Check that the casing is the same in the start
4103 tag and end tag, since XML is case-sensitive. Allows for spaces
4104 in the end tag, after the name of the tag.
4105 (xml-parse-attlist): Allow for the character '-' in the name of
4106 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4107 the properties in the XML tree, since they are not relevant.
653558a1 4108
3ad93d8d
SM
41092000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4110
4111 * generic.el (generic-read-type): Undo last change, inline into
4112 `generic-mode' and then remove.
4113 (generic-mode): Inline generic-read-type.
4114 (define-generic-mode): Push the symbol name rather than the symbol
4115 onto generic-mode-list.
4116
177f4e88
GM
41172000-12-21 Gerd Moellmann <gerd@gnu.org>
4118
8e15274f
GM
4119 * generic.el (generic-read-type): Build an alist for
4120 completing-read as in 20.7.
4121
4122 * play/landmark.el (lm): Use interactive spec `P'.
4123 (toplevel): Don't set debug-on-error.
4124
83c9cb8e 4125 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4126
6ba384dc
GM
41272000-12-21 Dave Pearson <davep@davep.org>
4128
4129 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4130
647a066c
GM
41312000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4132
4133 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4134 ranges like \177-\237, but accepts the character sequence from \177 to
4135 \237. Doc fix.
4136 (ebnf-version): New version (3.4).
4137 (ebnf-setup): Code fix.
4138 (ebnf-range-regexp): New fun.
4139 (ebnf-8-bit-chars): Const fix.
4140
4141 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4142 entry. Doc fix.
4143 (ebnf-bnf-lex): Code fix.
4144 (ebnf-bnf-comment-chars): Const fix.
4145
4146 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4147 entry. Doc fix.
4148 (ebnf-iso-comment-chars): Const fix.
4149
4150 * ebnf-otz.el: Doc fix.
4151
4152 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4153 entry. Doc fix.
4154 (ebnf-yac-skip-code): Code fix.
4155 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4156
bc22fd18
EZ
41572000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4158
4159 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4160 (recover-file): Use it instead of insert-directory.
4161 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4162
587fc3f9
KH
41632000-12-21 Kenichi Handa <handa@etl.go.jp>
4164
83c9cb8e
SM
4165 * international/mule-cmds.el (select-safe-coding-system):
4166 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4167
587fc3f9
KH
4168 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4169
01860fb9
MB
41702000-12-21 Miles Bader <miles@gnu.org>
4171
83c9cb8e 4172 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4173
3f9d67a6
KH
41742000-12-21 Kenichi Handa <handa@etl.go.jp>
4175
9fd1c1f7
KH
4176 * international/mule-diag.el (describe-char-after): Make *Help*
4177 buffer inherit multibyteness of the current buffer.
4178
3f9d67a6
KH
4179 * international/mule.el (make-char): Docstring adjusted for the
4180 change of make-char-internal.
4181
c9669fac
SM
41822000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4183
4184 * international/iso-cvt.el: Docstrings fix.
4185
19594307
DL
41862000-12-20 Dave Love <fx@gnu.org>
4187
4188 * subr.el (eval-after-load): Doc fix.
4189
b1a447b3
KH
41902000-12-20 Kenichi Handa <handa@etl.go.jp>
4191
4192 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4193 for numbers.
4194
09877d5d
MB
41952000-12-20 Miles Bader <miles@gnu.org>
4196
4197 * international/quail.el (quail-help): Resize the help window
4198 again after it has all its contents. Remove unneeded progn.
4199
71d4497a
GM
42002000-12-19 Gerd Moellmann <gerd@gnu.org>
4201
4202 * pcmpl-linux.el: Fix copy/paste error.
4203
741e56a0
AI
42042000-12-19 Andrew Innes <andrewi@gnu.org>
4205
83c9cb8e 4206 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4207
cc24d91c
CD
42082000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4209
ba4c05aa
CD
4210 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4211
4212 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4213
4214 * progmodes/idlw-shell.el: Fixed copyright notice.
4215
4216 * progmodes/idlwave.el: Fixed copyright notice.
4217
71d4497a 4218 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4219 TAB as key separators.
4220
524c8caf
GM
42212000-12-19 Alex Schroeder <alex@gnu.org>
4222
4223 * sql.el (sql-sybase-options): New option.
4224 (sql-sybase): Use it. Add sql-database to the list of parameters
4225 provided for login. The options -w 2048 -n are not used any more.
4226 (sql-postgres-options): Changed default from "--pset" to "-P".
4227 (sql-mysql-options): Doc change.
4228 (sql-stop): Doc change.
4229
b5fa513d
KH
42302000-12-19 Kenichi Handa <handa@etl.go.jp>
4231
4232 * international/quail.el (quail-input-method): Always hide
4233 the guidance buffer on exiting.
4234
91c9e6ce
GM
42352000-12-18 Gerd Moellmann <gerd@gnu.org>
4236
c6da4eb4
GM
4237 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4238 isn't fboundp.
4239
3d2a0e0b
GM
4240 * server.el (server-buffer-done): Bury the buffer before
4241 killing it.
4242
91c9e6ce
GM
4243 * faces.el (face-spec-set): Interpret a nil in specs for
4244 foreground and background colors as `unspecified', for
4245 compatibility with 20.x.
4246
40fa0008
DL
42472000-12-18 Dave Love <fx@gnu.org>
4248
22adbe54
DL
4249 * simple.el (mail-user-agent): Doc fix.
4250 (input-mode-8-bit): Removed.
4251
4252 * international/mule.el (set-keyboard-coding-system): Doc fix.
4253 (keyboard-coding-system): New option.
4254
40fa0008
DL
4255 * mail/sendmail.el (send-mail-function): Customize.
4256
6f4745e2
EZ
42572000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4258
4259 * international/codepage.el (cp866-decode-table): New table.
4260
82b90229
GM
42612000-12-18 Gerd Moellmann <gerd@gnu.org>
4262
4263 * version.el (emacs-version): Remove `%a' from the time format
4264 because the weekday doesn't fit well into each locale.
4265
5a047002
MB
42662000-12-18 Miles Bader <miles@gnu.org>
4267
7f49aa07
MB
4268 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4269
ca2ddd8e 4270 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4271 Check that emacs-major-version is `=' to 20, not `>='.
4272 (artist-replace-chars): Use `make-string' instead of a loop.
4273
22ea2607
EZ
42742000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4275
4276 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4277 (cvs-execute-single-file): Don't change directory.
4278 Patch from Per Cederqvist.
4279
6c825f8e
EZ
42802000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4281
83c9cb8e
SM
4282 * textmodes/ispell.el (check-ispell-version):
4283 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4284 of -vv.
4285
8ff06845
KH
42862000-12-16 Kenichi Handa <handa@etl.go.jp>
4287
af4bb4c8
KH
4288 * international/mule-diag.el (mule-diag): Insert information about
4289 configure options, multibyte awareness, language env.
4290
8ff06845
KH
4291 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4292 regexp to search for candidates.
4293
b24e84ab
EZ
42942000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4295
4296 * info.el (Info-forward-node): If the node has an
4297 Info-header-line, widen the buffer before searching for "next:"
4298 and "up:" pointers, and set the search limit to stay in the
4299 current node.
4300
7981d89f
MB
43012000-12-16 Miles Bader <miles@gnu.org>
4302
4303 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4304
88ee7917
MB
43052000-12-15 Miles Bader <miles@gnu.org>
4306
4307 * comint.el (comint-send-string, comint-send-region): Also accept
4308 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4309 process-send-string/region.
4310
0c28d842
GM
43112000-12-15 Gerd Moellmann <gerd@gnu.org>
4312
4ea7fdca
GM
4313 * isearch.el (isearch-lazy-highlight-max): New user-option.
4314 (isearch-lazy-highlight-update): Don't highlight more than
4315 isearch-lazy-highlight-max matches.
4316
0c28d842
GM
4317 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4318
984c9f75 43192000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4320
8062e53a
GM
4321 * sort.el (sort-columns): Fix error message.
4322
3ffa545b
GM
4323 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4324 `upcase' or `downcase' or nil.
4325 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4326 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4327 (dabbrev--substitute-expansion): New arg record-case-pattern.
4328 If it is non-nil, set dabbrev--last-case-pattern.
4329 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4330
4331 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4332
c2d7f289
MB
43332000-12-15 Miles Bader <miles@gnu.org>
4334
b6348438
MB
4335 * paths.el (Info-default-directory-list): Don't delete
4336 configure-info-directory from the list of standard info
83c9cb8e 4337 directories when appending it to the end -- their order is important.
b6348438 4338
f9056dd9
MB
4339 * faces.el (read-face-attribute): If there's no entry for the
4340 user's input in VALID, just use it as-is (this will often result
4341 in an error, but it may be OK for e.g. colors using hexadecimal
4342 notation, and at least will yield a better error message).
4343
c2d7f289 4344 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4345 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4346 Variables removed.
4347 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4348 window is really the right size. Use vertical-motion
4349 rather than forward-line.
4350 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4351 (ispell-command-loop, ispell-show-choices): Use the variable
4352 ispell-choices-win-default-height, rather than the function.
4353 (ispell-choices-win-default-height): Function removed.
4354 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4355
8f530b95
SM
43562000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4357
4358 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4359
6d435deb
EZ
43602000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4361
83c9cb8e
SM
4362 * paths.el (Info-default-directory-list):
4363 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4364 put it first in the list; otherwise put it last. Doc string
4365 changed accordingly.
4366
4367 * info.el (Info-directory-list): Change doc string to reflect the
4368 change in Info-default-directory-list.
4369
6d435deb
EZ
4370 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4371 windows-nt as windowed environments, even under -nw.
4372
4373 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4374 if not fboundp. Switch delete-forward mode for the <delete> key
4375 on all PC platforms, even under -nw.
4376
4377 * term/internal.el ([M-delete]): Remap to M-d.
4378
9d7d9263
GM
43792000-12-14 Gerd Moellmann <gerd@gnu.org>
4380
4381 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4382
7cf0153a
EZ
43832000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4384
4385 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4386
5e5b3d41
GM
43872000-12-14 Gerd Moellmann <gerd@gnu.org>
4388
5f368d29
GM
4389 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4390 if appropriate.
4391
4392 * simple.el (delete-key-deletes-forward): New user-option.
4393 (delete-key-deletes-forward-mode): New function.
4394
9d7d9263 4395 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4396
83c9cb8e
SM
4397 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4398 Test if symbol is bound before getting its value.
5e5b3d41
GM
4399
4400 * tooltip.el (tooltip-show): If an error is signaled in
4401 x-show-tip, display that error, and display the help in the
4402 echo area.
ca2ddd8e 4403
191b83b6
KH
44042000-12-14 Kenichi Handa <handa@etl.go.jp>
4405
83c9cb8e
SM
4406 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4407 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4408
6192b604
KF
44092000-12-13 Karl Fogel <kfogel@red-bean.com>
4410
4411 * bookmark.el: Provide a generic exit hook, as suggested by
4412 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4413 (bookmark-exit-hook): New var.
4414 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4415 old raw lambda form in `kill-emacs-hook', and runs new
4416 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4417 as logically that feature must have been provided if this function
4418 is running.
4419 Removed ;;;###autoload before the `add-hook' call.
4420
5edf6b55
SM
44212000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4422
4423 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4424 (easy-menu-current-active-maps): New function.
4425 (easy-menu-get-map): Use it.
4426 Make a proper menu entry when creating a new keymap.
4427
16b5e8e6
KH
44282000-12-13 Kenichi Handa <handa@etl.go.jp>
4429
d49fc4eb
KH
4430 * international/characters.el: Fix cases and syntaxes for
4431 mule-unicode-0100-24ff.
4432
3b53d876
KH
4433 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4434 that a Japanese character is not appended after day and year.
4435
16b5e8e6
KH
4436 * info.el (Info-suffix-list): Change format for a command that
4437 requires arguments.
4438 (info-insert-file-contents): Adjusted for the above change.
4439
1df1c518
AS
44402000-12-12 Andreas Schwab <schwab@suse.de>
4441
4442 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4443 on the name of the tar buffer. Verify that the existing buffer is
4444 visiting the same subfile.
4445
a7a07b98
DL
44462000-12-12 Dave Love <fx@gnu.org>
4447
4448 * subdirs.el: Add obsolete.
4449
4fdbd809
GM
44502000-12-12 Gerd Moellmann <gerd@gnu.org>
4451
bfdb75ee
GM
4452 * mail/rmailsum.el (rmail-summary-expunge)
4453 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4454 instead of rmail-confirm-expunge.
4455
4fdbd809
GM
4456 * replace.el (perform-replace): Don't use an empty match adjacent
4457 to a non-empty match when computing the next match before the
4458 replacement is performed.
4459
e9a59cad
GM
44602000-12-12 Milan Zamazal <pdm@freesoft.cz>
4461
4462 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4463 definition (patch by Stefan Monnier).
4464 (glasses-mode): Use jit-lock instead of `after-change-functions'
4465 (patch by Stefan Monnier).
4466
c2def7a0
MB
44672000-12-12 Miles Bader <miles@gnu.org>
4468
4469 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4470 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4471
591b63b4
AC
44722000-12-12 Andrew Choi <akochoi@i-cable.com>
4473
4474 * term/mac-win.el: Remove load for ls-lisp.
4475
a924cf63 4476 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4477
5ff4ba3d
MB
44782000-12-12 Miles Bader <miles@gnu.org>
4479
4480 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4481 Respect field end too.
4482 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4483 (newline-and-indent, reindent-then-newline-and-indent):
4484 Use `delete-horizontal-space'.
5ff4ba3d 4485
d0c679bc
SM
44862000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4487
adf9c994
SM
4488 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4489 (so as to obey the field property in the minibuffer).
4490
4b0cd42d
SM
4491 * obsolete/c-mode.el: Moved from lisp/progmodes.
4492 * obsolete/auto-show.el: Moved from lisp.
4493 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4494
89f85863
CD
44952000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4496
4497 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4498 changes to list them here.
89f85863 4499
83c9cb8e
SM
4500 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4501 Too many changes to list them here.
89f85863 4502
83c9cb8e
SM
4503 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4504 Too many changes to list them here.
89f85863
CD
4505
4506 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4507
3e0d35ce
GM
45082000-12-11 Gerd Moellmann <gerd@gnu.org>
4509
83c9cb8e 4510 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4511
ca2ddd8e 4512 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4513 Comment fix.
4514
3e0d35ce
GM
4515 * hscroll.el: Moved to `obsolete' subdir.
4516
ff904dd6
MB
45172000-12-11 Miles Bader <miles@gnu.org>
4518
4519 * window.el (window-text-height): Function removed (now in C).
4520
fb97d87f
SM
45212000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4522
4523 * log-edit.el (log-edit-parent-buffer): New var.
4524 (log-edit): Set it. Add BUFFER argument.
4525 (log-edit-done): Use char-before.
4526 Don't bother checking validity of vc-comment-ring.
4527 Only bury the buffer if log-edit popped it up.
4528
4529 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4530 (cvs-mode-diff-help): Remove.
4531 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4532 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4533
4534 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4535 Remove binding for ? now made unnecessary.
4536
7de77417
CD
45372000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4538
83c9cb8e 4539 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4540 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4541
4542 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4543 when master file is not open.
4544
4efa209f
SM
45452000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * progmodes/ada-stmt.el: Update `maintainer'.
4548
0a8052bd
GM
45492000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4550
4551 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4552 choices to match documentation string.
4553
a12167c5
MB
45542000-12-09 Miles Bader <miles@gnu.org>
4555
2161605d
MB
4556 * minibuf-eldef.el: New file.
4557
a12167c5
MB
4558 * window.el (fit-window-to-buffer): Don't pass last argument to
4559 pos-visible-in-window-p, now that its meaning is inverted.
4560
9ea8de1b
EZ
45612000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4562
4563 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4564 <ceder@lysator.liu.se>.
4565
5002ddbb
SM
45662000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4567
b6114d80
SM
4568 * autoinsert.el (auto-insert-alist): Add missing final \n.
4569
ee8d23ee
SM
4570 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4571 (cvs-menu-map): Remove.
4572 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4573 (cvs-mode-quit): Turn it back into a plain function.
4574
5002ddbb 4575 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4576 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4577
4578 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4579 file where it's more visible.
4580 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4581 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4582 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4583 (texinfo-inside-macro-p): Only catch `scan-error's.
4584 (texinfo-inside-env-p): Make better use of the match info.
4585 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4586 (texinfo-insert-@end): Slight re-organization.
4587 Also remove useless `looking-at' call.
4588
30cd075d
AI
45892000-12-08 Andrew Innes <andrewi@gnu.org>
4590
4591 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4592 accessible in -nw mode.
4593
4594 * term/w32-win.el: Remove stuff about selection timeout, which is
4595 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4596 it is accessible in -nw mode.
4597
01b91009
DL
45982000-12-08 Dave Love <fx@gnu.org>
4599
83c9cb8e
SM
4600 * emacs-lisp/lisp-mode.el (lisp-mode):
4601 Set font-lock-keywords-case-fold-search.
01b91009 4602
842b2a94
GM
46032000-12-08 Gerd Moellmann <gerd@gnu.org>
4604
4605 * textmodes/ispell.el (ispell): Doc fix.
4606
f9d5f611
KH
46072000-12-08 Kenichi Handa <handa@etl.go.jp>
4608
4609 * international/quail.el (quail-insert-decode-map): Check the
4610 frame width of a window displaying the current buffer, not that of
4611 the selected frame.
4612 (quail-help): Make sure that the help buffer has window before
4613 inserting text in it.
4614
e04d21aa
SS
46152000-12-07 Sam Steingold <sds@gnu.org>
4616
4617 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4618 Backquote is used in isearch.el, so autoloading saves nothing.
4619
fc3e23a4
EZ
46202000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4621
83c9cb8e
SM
4622 * startup.el (normal-top-level-add-subdirs-to-load-path):
4623 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4624
fc3e23a4
EZ
4625 * dired.el (dired-insert-directory): If file-system-info is
4626 fboundp, call it instead of invoking dired-free-space-program.
4627
796ecd10
GM
46282000-12-07 Gerd Moellmann <gerd@gnu.org>
4629
0f5f7c3e
GM
4630 * server.el (server-visit-files): Push files on file-name-history.
4631
3764ba49
GM
4632 * progmodes/cc-langs.el: Update copyright.
4633
8e7931da
GM
4634 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4635
ae0d7485 4636 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4637
796ecd10
GM
4638 * bindings.el (mode-line-mode-menu): Reverse the order
4639 of define-keys so that the menu appears in alphabetical order.
4640
ae0d7485
GM
46412000-12-07 Milan Zamazal <pdm@freesoft.cz>
4642
4643 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4644 of the function.
4645
e2849090
DL
46462000-12-07 Dave Love <fx@gnu.org>
4647
4648 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4649
4650 * facemenu.el (facemenu-unlisted-faces): Fix value.
4651
5c7f629c
SM
46522000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4653
4654 * font-lock.el (font-lock-default-fontify-region):
4655 Include the terminating \n (off-by-one error).
4656 (font-lock-set-defaults): Use dolist.
4657
4658 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4659
73481ae3
KH
46602000-12-07 Kenichi Handa <handa@etl.go.jp>
4661
83c9cb8e
SM
4662 * international/mule-cmds.el (describe-language-environment):
4663 Fix for the case that an input method title is not string but a list.
ffbaa122 4664
73481ae3
KH
4665 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4666 of wrong SIZE record.
4667
e2896b22
DL
46682000-12-06 Dave Love <fx@gnu.org>
4669
67292061
DL
4670 * newcomment.el (comment-region, comment-dwim): Doc fix.
4671
4672 * textmodes/texinfo.el: Require tex-mode when compiling.
4673 (texinfo-update-node): Doc fix.
4674 (texinfo-imenu-generic-expression): Add @anchor.
4675 (texinfo-font-lock-keywords): Add @uref.
4676 (texinfo-inside-macro-p): Don't use ignore-errors.
4677 (texinfo-insert-quote): Match more contexts.
4678
e76938e7
DL
4679 * international/mule.el (decode-char, encode-char): Doc fix.
4680 (auto-coding-alist): Customize.
4681
4682 * files.el (load-file): Fix change of 2000-03-12.
4683
e2896b22
DL
4684 * wid-edit.el (widget-text-keymap): Doc fix.
4685
6610f4b2
AI
46862000-12-06 Andrew Innes <andrewi@gnu.org>
4687
4688 * makefile.w32-in (lisp): Set to an absolute directory, namely
4689 $(CURDIR).
4690
9e3366e4
EZ
46912000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4692
4693 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4694 read generated-autoload-file, and set buffer-file-coding-system to
4695 raw-text-unix after reading the file.
4696
83c9cb8e
SM
4697 * international/mule-conf.el (file-coding-system-alist):
4698 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4699
d94d636f
GM
47002000-12-06 Gerd Moellmann <gerd@gnu.org>
4701
384333ee
GM
4702 * replace.el (occur): Make line-number-width 1 smaller for the
4703 colon following the line number.
4704
83c9cb8e
SM
4705 * startup.el (fancy-splash-text, command-line-1):
4706 Use `File' for the menu name instead of `Files'.
e04d21aa 4707
d4b72d58
GM
4708 * tmm.el: Update copyright.
4709
d94d636f
GM
4710 * cus-start.el: Add entry for even-window-heights.
4711
6e424019
MB
47122000-12-06 Miles Bader <miles@gnu.org>
4713
4714 * faces.el (frame-set-background-mode): Avoid stomping on
4715 locally modified faces.
4716
e6477b58
KH
47172000-12-06 Kenichi Handa <handa@etl.go.jp>
4718
4719 * international/fontset.el: Correct the font registries for
4720 japanese-jisx0213-1 and japanese-jisx0213-2.
4721
21999ab9
GM
47222000-12-05 Gerd Moellmann <gerd@gnu.org>
4723
57d6e381
GM
4724 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4725
21999ab9
GM
4726 * iswitchb.el: Update customization commentary.
4727
7422819c
GM
47282000-12-05 Rob Riepel <riepel@Stanford.EDU>
4729
4730 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4731 (tpu-search-highlight): Fixed comparison of overlay end positions.
4732 (tpu-trim-line-ends): Implemented trimming logic locally.
4733
4734 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4735 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4736
73daff18
KH
47372000-12-05 Kenichi Handa <handa@etl.go.jp>
4738
4739 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4740 to cn-gb.
4741 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4742
6a4cd002
DL
47432000-12-04 Dave Love <fx@gnu.org>
4744
4745 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4746
6452929e
GM
47472000-12-04 Gerd Moellmann <gerd@gnu.org>
4748
e04d21aa 4749 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4750 (rmail-summary-expunge-and-save): Ask for confirmation with
4751 rmail-expunge-confirmed.
4752
4753 * mail/rmail.el (rmail-expunge-confirmed): New function.
4754 (rmail-expunge): Use it.
4755
1790abf4
FP
47562000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4757
0c68ce6f 4758 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4759 (etags-recognize-tags-table, find-tag-in-order):
4760 New functionality: interpret file names as tags.
e04d21aa 4761
7a53d8c8
EZ
47622000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4763
4764 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4765 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4766 the first subnode until the bottom of the current node is visible.
7a53d8c8 4767
caa15ef7
GM
47682000-12-04 Gerd Moellmann <gerd@gnu.org>
4769
4770 * format.el (format-decode): Don't change buffer's undo list.
4771
e225faa7
KH
47722000-12-04 Kenichi Handa <handa@etl.go.jp>
4773
4774 * faces.el (face-font-registry-alternatives): Add entries for CJK
4775 fonts. Doc-string adjusted for the actual usage of this data.
4776
4777 * international/fontset.el: Change the font registries for CJK
4778 fonts in the default fontset. Don't append '*' to registries.
4779
8b262a65
SM
47802000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4781
e04d21aa 4782 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4783 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4784
4785 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4786 (derived-mode-p): New function.
4787 (derived-mode-make-docstring): Add `docstring' argument.
4788 Use it if available and complete it if necessary.
4789
33c4460b
AS
47902000-12-03 Andreas Schwab <schwab@suse.de>
4791
4792 * type-break.el (type-break): Don't make parent of itself.
4793
5c9b3fac
MB
47942000-12-03 Miles Bader <miles@gnu.org>
4795
4796 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4797
27ce741e
SM
47982000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4799
07c16ec4
SM
4800 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4801 (tex-main-file, tex-file): Simplify.
4802 (tex-generate-zap-file-name): Use subst-char-in-string.
4803 (tex-strip-dots): Remove.
4804
c19cc275
SM
4805 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4806
27ce741e
SM
4807 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4808 to check if the match succeeded.
4809
285991dc
GM
48102000-12-02 Gerd Moellmann <gerd@gnu.org>
4811
4812 * startup.el (use-fancy-splash-screens-p): New function.
4813 (command-line-1): Use it to determine whether or not to use
4814 a fancy splash screen.
4815
52dca1b2
AS
48162000-12-02 Andreas Schwab <schwab@suse.de>
4817
4818 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4819
d3e7e7cf
EZ
48202000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4821
2dce2360
EZ
4822 * international/mule.el (make-char): Fix last change.
4823
9768eaa7
EZ
4824 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4825 New defcustoms.
4826 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4827 autoloading tex-mode; instead, do the same manually.
4828 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4829 with numeric argument. Docstring fix.
4830 (toplevel): Require cl when compiling.
e04d21aa 4831
285991dc 4832 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4833
0dd5e255
JR
48342000-12-02 Jason Rumney <jasonr@gnu.org>
4835
4836 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4837 the Emacs Lisp manual)
4838
fbb87147
EZ
48392000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4840
5cbb3e93
EZ
4841 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4842
fbb87147
EZ
4843 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4844 the Emacs Lisp manual).
4845
1636ca09
GM
48462000-12-02 Gerd Moellmann <gerd@gnu.org>
4847
4848 * simple.el (next-line-add-newlines): Change default to nil.
4849
68875f0e
EZ
48502000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4851
83c9cb8e
SM
4852 * files.el (revert-buffer, recover-file):
4853 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4854
fd9ac94c
GM
48552000-12-01 Gerd Moellmann <gerd@gnu.org>
4856
4857 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4858
45450dd5
MB
48592000-12-01 Miles Bader <miles@gnu.org>
4860
4861 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
4862
09df8881
KH
48632000-12-01 Kenichi Handa <handa@etl.go.jp>
4864
4865 * international/mule-diag.el (describe-char-after): Fix typo.
4866 (describe-character-set, non-iso-charset-alist): Fix typo.
4867
dea0a87d
MB
48682000-12-01 Miles Bader <miles@gnu.org>
4869
b170205b
MB
4870 * image-file.el (image-file-name-regexp): Automatically add
4871 upper-case variants of each filename extension in
4872 `image-file-name-extensions', since they seem to be common.
4873
e04d21aa 4874 * simple.el (minibuffer-contents)
dea0a87d
MB
4875 (minibuffer-contents-no-properties, delete-minibuffer-contents):
4876 New functions.
4877 * filecache.el (file-cache-directory-name)
4878 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
4879
eb04d6cd 48802000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 4881
dea0a87d
MB
4882 * filecache.el (file-cache-minibuffer-complete): Don't try to
4883 delete the minibuffer prompt.
4884
a8a1b05d
DL
48852000-11-30 Dave Love <fx@gnu.org>
4886
4887 * cus-start.el: Fix read-buffer-function type.
4888
693c4692
GM
48892000-11-30 Gerd Moellmann <gerd@gnu.org>
4890
4891 * md5.el: Removed. There's a built-in function, now.
4892
2c0b1898
GM
48932000-11-30 Markus Rost <rost@math.ohio-state.edu>
4894
4895 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
4896 as dummy 0-th char of rmail-deleted-vector.
4897
63dfcf4b
EZ
48982000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
4899
4900 * ps-print.el (ps-end-job): Bind case-fold-search only after
4901 switching to ps-spool-buffer.
4902
49032000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4904
4905 * ps-print.el: Line number font customization. PostScript: Lines and
4906 PageCount are initialized on each page. Doc Fix.
4907 (ps-print-version): New version number (6.3.2).
4908 (ps-lpr-switches, ps-font-info-database, ps-font-size)
4909 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
4910 (ps-right-header): Customization fix.
4911 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
4912 Fix code.
4913 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
4914 New vars.
4915
df3aedcf
GM
49162000-11-30 Gerd Moellmann <gerd@gnu.org>
4917
edfb795e
GM
4918 * bs.el: Fix typos and spelling errors.
4919 (bs-appearance) <defgroup>: Renamed from bs-appearence.
4920 (bs-configuration): Doc fix.
e04d21aa 4921
df3aedcf
GM
4922 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
4923
8b8a7f01
GM
49242000-11-30 Rob Riepel <riepel@Stanford.EDU>
4925
4926 * emulation/tpu-edt.el (tpu-version): New version.
4927 (tpu-search-overlay, tpu-replace-overlay): New initial range.
4928 (tpu-original-mode-line): Variable deleted.
4929 (tpu-mark-flag): New initial value.
83c9cb8e
SM
4930 (tpu-set-mode-line): Don't redefine mode-line-format.
4931 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
4932 (tpu-update-mode-line): New mark flag logic.
4933 (tpu-get): Use find-file-wildcards.
4934 (tpu-search-highlight): Move overlay less, reset overlay properly.
4935 (tpu-unselect): Deactivate mark.
4936 (tpu-lm-replace): Reset overlay properly.
4937 (tpu-forward-line): Use forward-visible-line.
4938 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
4939
83c9cb8e 4940 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 4941
c069a9d3
GM
49422000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
4943
4944 * cus-edit.el (custom-face-value-create): Always emphasize tag.
4945
b02cd40b
GM
49462000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
4947
4948 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
4949 and skip whitespace and newlines.
e04d21aa 4950
b7a90344
SM
49512000-11-30 Stefan Monnier <monnier@cs.yale.edu>
4952
4953 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
4954
be6bbb55
GM
49552000-11-29 Gerd Moellmann <gerd@gnu.org>
4956
0383ed60
GM
4957 * help.el (describe-function-1): Regexp-quote function name
4958 when used as part of a regexp.
4959
83c9cb8e
SM
4960 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
4961 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
4962 (tool-bar-add-item): Likewise, and handle unspecified colors.
4963
4964 * enriched.el (enriched-face-ans): Use face-attribute instead
4965 of face-foreground and face-background.
4966
4967 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 4968 Return nil if attribute is unspecified, for backward compatibility.
c7957947 4969
7423978d
GM
4970 * files.el (auto-mode-alist): Add an entry for antlr-mode.
4971
ef128c78
GM
4972 * play/5x5.el: Remove version info.
4973
a81fc510
GM
4974 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
4975
be6bbb55
GM
4976 * frame.el (blink-cursor-mode): Doc fix.
4977
f9396e03
GM
49782000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
4979
4980 * antlr-mode.el: New commands to run ANTLR from within Emacs and
4981 to create Makefile rules.
4982 (antlr-tool-command): New user option.
4983 (antlr-ask-about-save): New user option.
4984 (antlr-makefile-specification): New user option.
4985 (antlr-file-formats-alist): New variable.
4986 (antlr-special-file-formats): New variable.
4987 (antlr-unknown-file-formats): New user option.
4988 (antlr-help-unknown-file-text): New variable.
4989 (antlr-help-rules-intro): New variable.
4990 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
4991 (antlr-mode-menu): Add entries.
4992 (antlr-file-dependencies): New function.
4993 (antlr-directory-dependencies): New function.
4994 (antlr-superclasses-glibs): New function.
4995 (antlr-run-tool): New command.
4996 (antlr-makefile-insert-variable): New function.
4997 (antlr-insert-makefile-rules): New function.
4998 (antlr-show-makefile-rules): New command.
4999
5000 * antlr-mode.el: More Emacs/XEmacs stuff.
5001 (antlr-no-action-keywords): New constant with value nil.
5002 (antlr-font-lock-keywords-alist): Use it. Old value would break
5003 syntax highlighting in Emacs-21.0.
5004 (antlr-default-directory): Emacs/XEmacs dependend function.
5005 (antlr-read-shell-command): Ditto.
5006 (antlr-with-displaying-help-buffer): Ditto.
5007
50082000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5009
5010 * antlr-mode.el: imenu, parsing and highlighting changes.
5011 (antlr-imenu-create-index-function): Don't create extra submenus
5012 for definitions in different grammar classes. It is not necessary
5013 for the menu and would make command `imenu' awkward to use.
5014 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5015 header actions and more than one.
5016 (antlr-font-lock-tokendef-face): Changed color.
5017 (antlr-font-lock-tokenref-face): Changed color.
5018 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5019 (antlr-mode-syntax-table): New variable.
5020 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5021 (antlr-with-syntax-table): Don't copy syntax table.
5022
50232000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5024
5025 * antlr-mode.el: Minor changes: language setting.
5026 (antlr-language-alist): The value for file option "language" can
5027 be both an identifier and a string.
5028 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5029 (antlr-language-limit-n-regexp): Change accordingly.
5030
50312000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5032
5033 * antlr-mode.el: Minor changes: tabs, hiding.
5034 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5035 (antlr-action-visibility): Also allow value nil to also hide the
5036 braces. Renamed from `antlr-tiny-action-length'.
5037 Suggested by Jay@aol.com.
5038 (antlr-hide-actions): Change accordingly. Hide line if completely
5039 hidden action is on a line of its own.
e04d21aa 5040
6ad948eb
SM
50412000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5042
5043 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5044
5045 * sort.el (sort-columns): Don't concat strings with numbers.
5046
9c6a4107
DL
50472000-11-29 Dave Love <fx@gnu.org>
5048
5049 * cus-edit.el (face): Fix :format.
5050
5051 * mail/feedmail.el: Require smtpmail when compiling.
5052 (mail-do-fcc): Autoload.
5053 (feedmail) <defgroup>: Fix :link.
5054 (feedmail-nuke-body-in-fcc): Fix :type.
5055 (feedmail-send-it): Add autoload cookie.
5056
053b8d35
SM
50572000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5058
5059 * newcomment.el (comment-indent): Save excursion around call to
5060 comment-indent-function.
5061
242c13e8
MB
50622000-11-29 Miles Bader <miles@gnu.org>
5063
5064 * subr.el (member-ignore-case): Return the tail of the list who's
5065 car matches, like `member', not the matching element itself.
5066
8f4b5f28
KH
50672000-11-29 Kenichi Handa <handa@etl.go.jp>
5068
5069 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5070 should not contain `\n'.
5071
bebe4a2c
GM
50722000-11-28 Gerd Moellmann <gerd@gnu.org>
5073
fd9ac94c 5074 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5075
ba7e40eb
GM
5076 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5077
75ab0c79
GM
5078 * dired-aux.el (dired-do-create-files): Construct default file
5079 name for dired-mark-read-file-name so that when the user enters
5080 just RET, the target file will end up in the target directory.
5081
bebe4a2c
GM
5082 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5083 local-abbrev-table before changing buffers because it might
5084 have a buffer-local binding.
5085
fa6d1ca8
MB
50862000-11-28 Miles Bader <miles@gnu.org>
5087
5088 * simple.el (delete-horizontal-space): Handle fields more generally.
5089
8d2c2642
GM
50902000-11-28 Gerd Moellmann <gerd@gnu.org>
5091
5092 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5093
8b31236d
DL
50942000-11-28 Dave Love <fx@gnu.org>
5095
3cbd02d2
DL
5096 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5097 comment-start-skip locally.
5098
8b31236d
DL
5099 * progmodes/fortran.el (fortran-mode): Don't set
5100 fortran-comment-line-start-skip. Set comment-start to
5101 fortran-comment-line-start.
5102 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5103 (fortran-comment-line-start-skip): Simplify slightly.
5104
ae4bf56d
GM
51052000-11-28 Gerd Moellmann <gerd@gnu.org>
5106
17ef7534
GM
5107 * play/5x5.el: Remove RCS keyword.
5108
fd9ac94c 5109 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5110
665b27a6
GM
51112000-11-28 Milan Zamazal <pdm@freesoft.cz>
5112
83c9cb8e
SM
5113 * textmodes/tildify.el (tildify-string-alist):
5114 Add `plain-tex-mode' here.
665b27a6 5115
fe3c2ae3
GM
51162000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5117
5118 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5119 reference.
5120
d970106b
MB
51212000-11-28 Miles Bader <miles@gnu.org>
5122
36b80a0d
MB
5123 * cus-face.el (custom-face-attributes): Add post-filter function
5124 for :box. Make pre-filter function for :box handle all cases.
5125
d970106b
MB
5126 * wid-edit.el (widget-choose): Make sure pop-up window is large
5127 enough to display all the choices, as there's no way to scroll it.
5128
5a2bae6c
KH
51292000-11-28 Kenichi Handa <handa@etl.go.jp>
5130
5131 * international/mule-conf.el: Make the coding system no-conversion
5132 safe for all characters.
5133
9e836e23
DL
51342000-11-27 Dave Love <fx@gnu.org>
5135
8b31236d
DL
5136 * net/ldap.el (ldap) <defgroup>: Add :version.
5137
9e836e23
DL
5138 * tooltip.el (tooltip-use-echo-area): Doc fix.
5139
5140 * cus-start.el <minibuffer-prompt-properties>: Add version.
5141 <read-buffer-function>: Add.
5142
5143 * apropos.el (apropos-print): Add help-echo to active text.
5144
5145 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5146
4a74d071
GM
51472000-11-27 Gerd Moellmann <gerd@gnu.org>
5148
5149 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5150 type, group and version.
5151
76058c27
EZ
51522000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5153
4a74d071 5154 * select.el (x-get-selection): Docstring fix.
76058c27 5155
fd9ac94c 51562000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5157
fd9ac94c 5158 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5159
49060c51
AI
51602000-11-27 Andrew Innes <andrewi@gnu.org>
5161
5162 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5163
5164 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5165
b2a8e429
MB
51662000-11-27 Miles Bader <miles@gnu.org>
5167
5168 * dired.el (dired-get-filename): Return filename verbatim if
5169 LOCALP is `verbatim'.
5170 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5171 `verbatim' so that we don't inadvertently delete a non-existant
5172 directory name.
5173
5ac0366d
KH
51742000-11-27 Kenichi Handa <handa@etl.go.jp>
5175
5176 * international/characters.el: Specify cases and syntaxes for
5177 mule-unicode-0100-24ff.
5178
67f1cf4c
GM
51792000-11-27 Gerd Moellmann <gerd@gnu.org>
5180
5181 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5182 that foreground and/or background colors of the face `tool-bar'
5183 are unspecified.
5184
46c56972
MB
51852000-11-27 Miles Bader <miles@gnu.org>
5186
e04d21aa 5187 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5188 (widget-field-end): Handle widget field `pseudo-overlays'.
5189 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5190 if it's there instead of in `widget-field-list'.
5191
46c56972 5192 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5193 (help-make-xrefs): Delete extraneous newlines at the end of the
5194 docstring.
46c56972 5195
640a9cdd
JR
51962000-11-25 Jason Rumney <jasonr@gnu.org>
5197
5198 * startup.el (command-line): Call set-locale-environment after
5199 Window System init file is read, as it can result in a call to
5200 redraw-frame.
5201
0b3f96d4
EZ
52022000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5203
5204 * simple.el (shell-command): Mention the effect of the prefix
5205 argument in the doc string.
5206
8da6e2a1
MB
52072000-11-25 Miles Bader <miles@gnu.org>
5208
a658d039
MB
5209 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5210
8da6e2a1 5211 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5212 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5213
d3416cca
JR
52142000-11-24 Jason Rumney <jasonr@gnu.org>
5215
5216 * international/mule-cmds.el (locale-language-names): Add "jp" as
5217 a non-standard alternative for Japanese.
5218
17e37f53
AS
52192000-11-24 Andre Spiegel <spiegel@gnu.org>
5220
5221 * vc-hooks.el: Require 'cl during compilation.
5222
9aa5f148
GM
52232000-11-24 Gerd Moellmann <gerd@gnu.org>
5224
ba193890
GM
5225 * faces.el (face-set-after-frame-default): Let face attributes
5226 specified for new frames override frame parameters.
5227
9aa5f148
GM
5228 * startup.el (command-line): Fix computation of the source file
5229 for user-init-file when user-init-file is a compiled file.
5230
51a1edab
MB
52312000-11-24 Miles Bader <miles@gnu.org>
5232
e04d21aa 5233 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5234 (custom-post-filter-face-spec): New functions.
5235 (custom-face-set, custom-face-value-create): Filter the face spec
5236 before and after customization.
5237 (custom-face-set): If VALUE specifies a null face, pass a
5238 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5239 * cus-face.el (custom-face-attributes): Remove SET and GET
5240 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5241 cases they're needed.
5242
1ed74431
MB
5243 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5244 that it's distinguishable from the :off-glyph on dark-background
5245 displays. Set its background color too.
5246
67ee1125
MB
5247 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5248 so that people can easily turn it off.
5249
7d027816 52502000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5251
7d027816 5252 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5253
9aa5f148 5254 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5255
9aa5f148 5256 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5257
9aa5f148 5258 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5259 redundant skip-small-frames test.
e04d21aa 5260
9aa5f148 5261 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5262 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5263
9aa5f148
GM
5264 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5265 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5266 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5267 New functions.
e04d21aa 5268
9aa5f148 5269 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5270
9aa5f148 5271 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5272
f07fa1b8
KH
52732000-11-24 Kenichi Handa <handa@etl.go.jp>
5274
83c9cb8e
SM
5275 * international/mule-diag.el (list-iso-charset-chars):
5276 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5277 (list-non-iso-charset-chars): Fix the `while' condition.
5278
ba8299ff
SM
52792000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5280
79372165
SM
5281 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5282 if the variable is make-variable-buffer-local.
5283
83c9cb8e
SM
5284 * progmodes/ada-stmt.el (ada-template-map):
5285 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5286 (ada-stmt-mode-hook): New function extracted from old code.
5287 Only change the buffer-local side of skeleton-*.
5288 (ada-mode-hook): Use it.
5289
68a887fa
EZ
52902000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5291
5292 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5293 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5294 we expect to be returned by minibuffer-depth once we prompt the
5295 user in the minibuffer.
5296 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5297 as recorded in iswitchb-minibuf-depth, return non-nil.
5298
3b345582
EZ
52992000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5300
5301 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5302 (hscroll-window-maybe): Docstring fix.
5303
595dead2
DL
53042000-11-23 Dave Love <fx@gnu.org>
5305
5306 * rect.el (string-rectangle): Don't test delete-selection-mode.
5307
1e66b27a
GM
53082000-11-23 Gerd Moellmann <gerd@gnu.org>
5309
02790ce2
GM
5310 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5311 is in the tool bar.
5312
1e66b27a 5313 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5314 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5315
a4caa65d
SM
53162000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5317
5318 * textmodes/outline.el (outline-flag-region):
5319 Don't bind inhibit-read-only since we don't modify the buffer.
5320 (outline-isearch-open-invisible): Don't jump to overlay-start
5321 since we're trying to unhide text around point.
5322 (outline-discard-overlays): Use dolist.
5323
5324 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5325
03e757c1
GM
53262000-11-22 Gerd Moellmann <gerd@gnu.org>
5327
83c9cb8e 5328 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5329
1598a961
SM
53302000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5331
5332 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5333 Fix ARG regexp to skip quoted braces.
5334 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5335 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5336 are (correctly) handled separately).
5337 Remove `caption' and `footnote' from `citations': they contain text.
5338 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5339 (latex-skeleton-end-hook): New function.
5340 (latex-mode): Use it.
5341 (tex-start-tex-marker): Remove.
5342 (tex-send-tex-command): Don't set tex-start-tex-marker.
5343 (tex-error-parse-syntax-table): New var.
5344 (tex-compilation-parse-errors): Use it.
5345 Ignore tex-start-tex-marker. Don't bother with marker-position.
5346 (tex-validate-buffer): Don't bother with marker-position.
5347
5348 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5349 (flyspell-generic-progmode-verify): Use it.
1598a961 5350
eaae8106
SS
53512000-11-22 Sam Steingold <sds@gnu.org>
5352
83c9cb8e 5353 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5354
eaae8106 5355 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5356 `ada-remove-trailing-spaces'.
eaae8106 5357 (ada-remove-trailing-spaces): Removed.
e04d21aa 5358
eaae8106 5359 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5360
1598a961
SM
5361 * textmodes/picture.el (picture-clean): Removed.
5362 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5363
a41d49e9
GM
53642000-11-22 Gerd Moellmann <gerd@gnu.org>
5365
e053c60f
GM
5366 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5367
a41d49e9
GM
5368 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5369 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5370 do anything special when jit-lock is active.
a41d49e9
GM
5371 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5372
197615f3
DL
53732000-11-22 Dave Love <fx@gnu.org>
5374
ddbfaa9f
DL
5375 * calendar/todo-mode.el (todo-top-priorities): Use
5376 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5377
ddc3c695
DL
5378 * language/chinese.el, language/cyrillic.el:
5379 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5380 * language/hebrew.el, language/indian.el, language/japanese.el:
5381 * language/korean.el, language/lao.el, language/misc-lang.el:
5382 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5383 Use provide.
5384
fb9fa98d
DL
5385 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5386 (custom-variable-set): Improve validation error mesage.
5387
197615f3
DL
5388 * rect.el (string-rectangle): Revert last change.
5389 (string-rectangle-line): New arg DELETE.
5390 (string-rectangle): Check delete-selection-mode.
5391
5392 * emacs-lisp/edebug.el (edebug-version)
5393 (edebug-maintainer-address): Deleted.
5394 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5395 (edebug-read-function): Account for other `'#' read forms.
5396 (edebug-mode-menus): Make some items toggles.
5397 (edebug-outside-unread-command-event, unread-command-event):
5398 Remove these to avoid warnings.
5399
f4117c4d
GM
54002000-11-22 David Ponce <david@dponce.com>
5401
5402 * recentf.el (recentf-menu-items-for-commands)
5403 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5404 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5405
f4117c4d
GM
5406 (recentf-build-dir-rules, recentf-dump-variable)
5407 (recentf-edit-list, recentf-open-files-item)
5408 (recentf-open-files): Replaced unnecessary `mapcar' with new
5409 built-in `mapc'.
eaae8106 5410
f8e2f3f2
MB
54112000-11-23 Miles Bader <miles@gnu.org>
5412
5413 * faces.el (menu): Make inverse-video on ttys too.
5414
4c4a541d
SM
54152000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5416
5417 * simple.el (comment-line-break-function): Use the new name
5418 indent-new-comment-line -> comment-indent-new-line.
5419 (clone-indirect-buffer): Don't ignore NORECORD.
5420 (next-completion): Properly handle the case where items are adjacent.
5421
5422 * mouse.el (popup-menu): Stupid typo.
5423
980d836e
GM
54242000-11-22 Gerd Moellmann <gerd@gnu.org>
5425
60e8e0a5
GM
5426 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5427 maintainer, keywords tags.
5428
980d836e
GM
5429 * rect.el (replace-rectangle): Don't call string-rectangle-line
5430 with too many arguments.
5431
e08b2069
AS
54322000-11-22 Andre Spiegel <spiegel@gnu.org>
5433
60e8e0a5 5434 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5435 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5436 vc-locking-user, which no longer exists.
5437
5438 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5439
c6779d8d
DL
54402000-11-22 Dave Love <fx@gnu.org>
5441
5442 * md5.el (md5): Provide.
5443 (md5): Fix error call.
5444
e672fdce
MB
54452000-11-22 Miles Bader <miles@gnu.org>
5446
eaae8106 5447 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5448 (refill-fill-paragraph-at): Remove debugging code.
5449
80e24c04
MB
5450 * calendar/calendar.el (generate-calendar-window): When we don't
5451 call `fit-window-to-buffer', make sure the top line is fully visible.
5452
3a17d6cc
MB
5453 * image-file.el (insert-image-file): Don't make `read-only'
5454 property rear-nonsticky.
5455
ae1a21c6
MB
5456 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5457 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5458 stashing away its original value.
5459 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5460 in the recursive edit.
5461 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5462 (isearch-done): Restore `minibuffer-message-timeout'.
5463
e672fdce
MB
5464 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5465
3ea79df8
SM
54662000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5467
5468 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5469
5470 * find-lisp.el (find-lisp-find-files-internal):
5471 Use dolist, when and file-name-as-directory.
5472
980d836e 5473 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5474 (define-derived-mode, define-minor-mode): Add specs.
5475
5476 * window.el: General comment and spacing fixes.
5477 (save-selected-window): Use backquotes.
5478 (window-safely-shrinkable-p): New function.
5479 (shrink-window-if-larger-than-buffer): Use it.
5480
5481 * subr.el (make-local-hook): Docstring fix.
5482
5483 * shell.el (shell-mode): Use define-derived-mode.
5484
5485 * newcomment.el (comment-indent): Insert comment before calling
5486 comment-indent-function. Don't insert in column 0.
5487 (comment-dwim): Indent before inserting comment.
5488
5489 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5490 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5491 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5492 Use mapc rather than map.
5493
5494 * files.el (find-buffer-visiting): Compare all attributes before
5495 declaring two files identical (rather than just their inode-no).
5496 (auto-mode-alist): Use \' rather than $.
5497
5498 * which-func.el: Update maintainer line.
5499
5500 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5501 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5502 (uniquify-buffer-file-name): Use it.
5503
8f62f2b8
MB
55042000-11-22 Miles Bader <miles@gnu.org>
5505
5506 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5507 * simple.el (minibuffer-avoid-prompt): New function.
5508
fb279a6d
GM
55092000-11-21 Gerd Moellmann <gerd@gnu.org>
5510
5511 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5512
867092e9
MB
55132000-11-21 Miles Bader <miles@gnu.org>
5514
ef860850
MB
5515 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5516 inclusion of `track-mouse'.
5517
867092e9
MB
5518 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5519 (refill-adjust-ignorable-overlay): New function.
5520 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5521 only the paragraph's tail if possible.
5522 Update `refill-ignorable-overlay'.
5523 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5524
5525 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5526 point inside the fill-prefix.
5527
5528 * textmodes/refill.el (refill-post-command-function): Don't reset
5529 refill-doit in the case where a self-insertion command doesn't
5530 case a refill. Use `refill-fill-paragraph-at', getting position
5531 from `refill-doit'.
5532 (refill-after-change-function): Set `refill-doit' to END.
5533 (refill-fill-paragraph-at): New function, mostly from old
5534 refill-fill-paragraph.
5535 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5536 (refill-pre-command-function): New function.
5537 (refill-mode): Add it to `pre-command-hook'.
5538
ff9ab414
GM
55392000-11-20 Gerd Moellmann <gerd@gnu.org>
5540
29a01b72
GM
5541 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5542
ff9ab414
GM
5543 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5544 javadoc tags.
eaae8106 5545
885b211b
AS
55462000-11-20 Andre Spiegel <spiegel@gnu.org>
5547
5548 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5549 vc.el).
5550
eaae8106 5551 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5552 require vc.
eaae8106
SS
5553
5554 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5555 checkouts.
eaae8106 5556
d1838556
DL
55572000-11-20 Dave Love <fx@gnu.org>
5558
5559 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5560
2b69bc11 55612000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5562
2b69bc11
GM
5563 * calculator.el (calculator-paste): Use `if' instead of `and'
5564 and `or'.
5565 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5566
b95b34e5
GM
55672000-11-19 Gerd Moellmann <gerd@gnu.org>
5568
030de92f
GM
5569 * info.el (info-menu-5): Doc fix.
5570
b95b34e5
GM
5571 * textmodes/artist.el: New file.
5572
54970452
AS
55732000-11-19 Andre Spiegel <spiegel@gnu.org>
5574
eaae8106 5575 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5576 and differentiate according to checkout model.
5577 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5578 since this function is only concerned with master state.
5579
83c9cb8e
SM
5580 * vc-hooks.el (vc-workfile-unchanged-p)
5581 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5582
83c9cb8e
SM
5583 * vc.el (vc-workfile-unchanged-p)
5584 (vc-default-workfile-unchanged-p): See above.
54970452 5585
e5a9dabf
MB
55862000-11-19 Miles Bader <miles@gnu.org>
5587
5588 * image-file.el (insert-image-file): Make `intangible' and
5589 `read-only' properties rear-nonsticky too.
5590
24127af0
GM
55912000-11-18 Gerd Moellmann <gerd@gnu.org>
5592
d392e9c5 5593 * ps-print.el: Update copyright notice.
eaae8106 5594
d392e9c5
GM
5595 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5596 (tooltip-show): Use the offsets.
5597
24127af0 5598 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5599 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5600 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5601
2b69bc11 56022000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5603
2b69bc11
GM
5604 * ps-print.el (toplevel): Test for find-coding-system being
5605 fboundp before calling ps-x-find-coding-system.
08ea6f17 5606
66321b2f
SM
56072000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5608
5609 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5610 (vc-version-backup-file): Docstring fix.
5611
046110c6
GM
56122000-11-16 Gerd Moellmann <gerd@gnu.org>
5613
4104194e
GM
5614 * files.el (basic-save-buffer): Don't add a newline if
5615 find-file-literally is non-nil.
5616 (find-file-literally): Extend doc string.
5617
046110c6
GM
5618 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5619 sort(1) with the `-f' argument.
5620
6505c16e
AS
56212000-11-16 Andre Spiegel <spiegel@gnu.org>
5622
fd063975
AS
5623 * vc.el: Updated backend documentation.
5624 (vc-default-check-headers): New function.
5625
3d02dd81 5626 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5627
5628 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5629 up-to-date.
eaae8106 5630 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5631 the minibuffer is not active.
fd063975 5632
eaae8106 5633 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5634 `vc-cvs-use-edit' is on.
eaae8106
SS
5635 (vc-cvs-checkout): When this is used for reverting the workfile,
5636 make a backup of the original contents and revert to that in case
8791d617 5637 of error.
eaae8106 5638 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5639 remote repositories.
eaae8106 5640
6505c16e
AS
5641 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5642 for both version and ratio in the minibuffer.
fd063975 5643
eaae8106 5644 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5645 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5646
a13f0660
KH
56472000-11-16 Kenichi Handa <handa@etl.go.jp>
5648
5649 * international/quail.el (quail-start-translation): Don't call
5650 `message' before reading key sequence.
5651
1389a414
MB
56522000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5653
5654 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5655
9256a532
KH
56562000-11-16 Kenichi Handa <handa@etl.go.jp>
5657
5658 * window.el (fit-window-to-buffer): Be sure to acquire at least
5659 one text line even if the buffer is empty.
5660
0e14fe9f
GM
56612000-11-16 Gerd Moellmann <gerd@gnu.org>
5662
eaae8106 5663 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5664 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5665 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5666
da645c53
DL
56672000-11-15 Dave Love <fx@gnu.org>
5668
83c9cb8e
SM
5669 * wid-edit.el (widget-specify-field, widget-specify-button):
5670 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5671 widget-mouse-help.
5672 (widget-mouse-help): New function.
5673 (widget-echo-help): Rewritten for :help-echo functions only taking
5674 a widget arg.
5675
83c9cb8e
SM
5676 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5677 Use display-graphic-p.
b12057b9
DL
5678 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5679 and that JPEG is available.
5680 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5681
da645c53
DL
5682 * international/mule-cmds.el (locale-charset-language-names):
5683 Match @euro.
5684
6d133d1f
GM
56852000-11-15 Gerd Moellmann <gerd@gnu.org>
5686
83c9cb8e
SM
5687 * faces.el (face-set-after-frame-default):
5688 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5689 default face from X resources.
5690
49ac2ac5
EZ
56912000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5692
5693 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5694 Don't set EMACSLOADPATH.
5695
4fb0a34c
EZ
56962000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5697
5698 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5699 texinfo-insert-@url.
5700 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5701 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5702
bb304a7a
SM
57032000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5704
82bc80bf
SM
5705 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5706 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5707 (checkdoc-minor-keymap): Backward compatibility.
5708 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5709 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5710 (checkdoc-this-string-valid-engine): Be a bit more strict
5711 to avoid matching substrings of `...' quoted vars/funs.
5712 (checkdoc-defun-info): Only look for `interactive' if alone.
5713 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5714
e8c87124
SM
5715 * progmodes/compile.el (grep): `tag-default' can be nil.
5716
bb304a7a
SM
5717 * newcomment.el (comment-indent): Paren typo.
5718
8628686a
DL
57192000-11-14 Dave Love <fx@gnu.org>
5720
25c269ef
DL
5721 * calculator.el: New maintainer version.
5722
66321b2f 5723 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5724
8628686a
DL
5725 * cmuscheme.el: Doc fixes.
5726 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5727 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5728
5729 * xscheme.el (scheme-program-name): Don't define here.
5730
5731 * progmodes/scheme.el (scheme-program-name): New variable
5732 (originally in cmuscheme).
5733
88f0a1eb
MB
57342000-11-14 Miles Bader <miles@gnu.org>
5735
5736 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5737 Handle header-lines. Don't loop forever if we can't enlarge the
5738 window anymore. Simplify a bit.
5739
cd9a000c
KH
57402000-11-14 Kenichi Handa <handa@etl.go.jp>
5741
5742 * window.el (fit-window-to-buffer): Don't check
5743 window-text-height. Assure that the last line is fully visible.
5744
83c9cb8e
SM
5745 * international/quail.el (quail-show-guidance-buf):
5746 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5747 buffer.
5748 (quail-update-guidance): Avoid making the guidance buffer shorter.
5749
d3fcda22
SM
57502000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5751
bdbd9606
SM
5752 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5753 rather than `prepend' and add an interesting comment.
5754 (tex-math-face, tex-font-lock-syntactic-face-function):
5755 New face and function to use it.
5756 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5757 than `menu-enable' symbol property.
5758 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5759 (tex-mode): Add some latex-mode commands for auto-selection.
5760 Use tex-font-lock-syntactic-face-function.
5761 (tex-insert-quote): Simplify.
5762 (tex-shell): New mode.
5763 (tex-start-shell): Use it.
5764 (tex-shell-proc, tex-shell-buf): New functions.
5765 (tex-send-command): Use it.
5766 (tex-main-file): Fix the meaning of the new arg REALFILE.
5767 (tex-send-tex-command): New function split from `tex-start-tex'.
5768 Set compilation-last-buffer and compilation-parsing-end.
5769
d3fcda22
SM
5770 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5771 when it follows non-comment text on the line.
5772
5773 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5774 Set font-lock-defaults.
5775 (lisp-mode-shared-map): Init inside the defvar.
5776 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5777 Use define-derived-mode.
5778
bdab1d43
MB
57792000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5780
5781 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5782
936ae731
GM
57832000-11-14 Gerd Moellmann <gerd@gnu.org>
5784
83c9cb8e
SM
5785 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5786 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5787 recursion; see comment there.
5788
1695ca2b
EZ
57892000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5790
5791 * faces.el (face-spec-set-match-display): Revert the change from
5792 2000-10-24. Add a FIXME for after v21.1.
5793
9d348294
MB
57942000-11-13 Miles Bader <miles@gnu.org>
5795
5796 * textmodes/fill.el (skip-line-prefix): New function.
5797 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5798 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5799 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5800 point inside the fill-prefix.
9d348294 5801
b85fa13c
MB
58022000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5803
83c9cb8e
SM
5804 * calendar/calendar.el (generate-calendar-window):
5805 Use `fit-window-to-buffer'.
b85fa13c 5806
a0b47716
SM
58072000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5808
5809 * gud.el (gud-minor-mode): New var.
5810 (gud-symbol, gud-val): New functions.
5811 (gud-find-file): Copy gud-minor-mode to the new buffer.
5812 (gud-menu-map): Include entries for commands that are not always
5813 available, using :enable to (de)activate them.
5814 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5815 (gud-mode-map): New map.
eaae8106 5816 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5817 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5818 Don't set up gud's menu (it's done by the minor-mode).
5819 (gud-minibuffer-local-map): New.
5820 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5821 (gud-query-cmdline): New function.
5822 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5823 (gud-mode): Use define-derived-mode.
5824 Don't set up gud's menu (it's done by the minor-mode).
5825 (gud-chop-words): Remove.
5826 (gud-common-init): Use split-string instead.
5827 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5828
5829 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5830 Add keyword arg :name.
5831
5832 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5833 (diff-count-matches, diff-split-hunk): New functions.
5834 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5835
5836 * pcvs-info.el (cvs-fi-conflict-face): New var.
5837
5838 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5839 Make it into a simple syntax-table, shared among all submodes.
5840 (sh-heredoc-face): Re-introduce.
5841 (sh-font-lock-syntactic-face-function): New function.
5842 (sh-mode): Use it. Also use define-derived-mode.
5843 Remove old bogus setting of indent-region-function.
5844 (sh-set-shell): Don't set the syntax-table any more.
5845 (sh-mode-syntax-table) <defun>: Remove.
5846
f5ed37df
MB
58472000-11-12 Miles Bader <miles@gnu.org>
5848
5849 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5850 message if interactive.
5851
0b074c2f
DL
58522000-11-12 Dave Love <fx@gnu.org>
5853
5854 * mail/feedmail.el: Fix header,
5855 (feedmail) <defgroup>: Add :link.
5856
5857 * view.el: Use local-map property, not keymap on mode-line string.
5858
83c9cb8e
SM
5859 * scroll-all.el (scroll-all-mode): Customize variable.
5860 Add autoload cookie to function.
0b074c2f
DL
5861
5862 * lazy-lock.el: Remove compatibility code.
5863
5864 * finder.el (finder-known-keywords): Add `files', remove `vms'.
5865 (finder-help-echo): New variable.
5866 (finder-mouse-face-on-line): Add help-echo stuff.
5867 (finder-list-keywords, finder-list-matches): Use mapc.
5868
5869 * faces.el (face-font-registry-alternatives): Add :version.
5870
5871 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
5872 tags-table-list.
5873
a0b47716 5874 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 5875
a0b47716 5876 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
5877 (mail-mode): Use [:alnum:] in some regexps.
5878
6d502396
DL
58792000-11-10 Dave Love <fx@gnu.org>
5880
5881 * ediff.el (ediff-regions-internal, ediff-documentation):
5882 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
5883 fundamental mode.
5884
5885 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
5886 buffer into fundamental mode.
5887 (ediff-set-difference): Use copy-sequence if available.
5888
83c9cb8e
SM
5889 * ediff-ptch.el (ediff-dispatch-file-patching-job):
5890 Check ediff-patch-map non-nil.
6d502396
DL
5891 (ediff-fixup-patch-map, ediff-fixup-patch-map)
5892 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
5893 buffer into fundamental mode.
5894
5895 * ediff-merg.el (state-or-merge): Defvar when compiling.
5896
a82fe213
JR
58972000-11-10 Jason Rumney <jasonr@gnu.org>
5898
5899 * w32-fns.el (w32-add-charset-info): New function.
5900 (w32-charset-info-alist): Use it.
5901
52d89894
GM
59022000-11-10 Gerd Moellmann <gerd@gnu.org>
5903
5904 * faces.el (face-font-registry-alternatives): New user-option.
5905
178932de
SM
59062000-11-10 Stefan Monnier <monnier@cs.yale.edu>
5907
d7fa3319
SM
5908 * textmodes/texinfo.el (texinfo-block-default): New var.
5909 (texinfo-insert-block): Use it. Insert a newline if needed.
5910
178932de
SM
5911 * textmodes/fill.el (fill-indent-according-to-mode): New var.
5912 (fill-region-as-paragraph): Use it.
5913
5914 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
5915 (latex-mode): Tweak tex-*-(head|trail)er regexps.
5916 Tweak paragraph regexps to allow a leading [ \t]*.
5917 (tex-latex-block): Insert a newline if necessary.
5918 (latex-insert-item): Only insert a newline if necessary.
5919 (tex-guess-main-file): New function.
5920 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
5921 Set tex-main-file if TeX-master is provided.
5922 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
5923
bd02b8e0
GM
59242000-11-10 Gerd Moellmann <gerd@gnu.org>
5925
5926 * startup.el (command-line): Set the default tooltip-mode
5927 to t for graphical displays which implement x-show-tip.
5928
5929 * tooltip.el (tooltip-mode): Add a comment about startup.el
5930 setting the default value of this user-option.
5931
b29b03eb
SM
59322000-11-09 Stefan Monnier <monnier@cs.yale.edu>
5933
5934 * font-lock.el (font-lock-*-face) <defvar>: Move.
5935 (font-lock-defaults-alist): Mark obsolete.
5936 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
5937 (font-lock-mode): Use define-minor-mode.
5938 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
5939 (font-lock-turn-off-thing-lock): Be more explicit.
5940 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
5941 (font-lock-syntactic-face-function): New var.
5942 (font-lock-fontify-syntactically-region): Use it.
5943 (font-lock-doc-face): New.
5944
5945 * pcvs.el (cvs-enabledp): Ignore errors.
5946 (cvs-commit-filelist): Never query.
5947 (cvs-mode-insert): Always add a terminating / in the initial prompt.
5948 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
5949 (cvs-do-removal): Use cvs-partition rather than delete-if.
5950 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
5951 cvs-bury-buffer.
5952
5953 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5954 Allow `next' to jump to after the end of the last match.
5955
778fbc46
GM
59562000-11-09 Gerd Moellmann <gerd@gnu.org>
5957
730c746c
GM
5958 * simple.el (byte-compiling-files-p): New function.
5959
5960 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
5961 if it is there.
5962
5963 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
5964 nil again.
5965
778fbc46
GM
5966 * textmodes/ispell.el (ispell-library-path): Don't call
5967 check-ispell-version when byte-compiling because that starts
5968 an ispell process, and ispell might not be installed.
5969 (toplevel): Don't set up a menu when byte-compiling.
5970
5971 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
5972 it, so that a boundp test can be used to determine if we're
5973 currently byte-compiling.
5974
5912c5bb
DL
59752000-11-09 Dave Love <fx@gnu.org>
5976
83c9cb8e 5977 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 5978
7bb054a5
GM
59792000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5980
83c9cb8e
SM
5981 * ps-print.el: Patch for variable initialization when spooling.
5982 Doc fix.
7bb054a5
GM
5983 (ps-output-list): Fun eliminated.
5984 (ps-begin-file, ps-begin-job): Code fix.
5985
9db2706e
DL
59862000-11-08 Dave Love <fx@gnu.org>
5987
83c9cb8e 5988 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 5989
f7eb32aa
GM
59902000-11-08 Gerd Moellmann <gerd@gnu.org>
5991
5992 * simple.el (shell-command, display-message-or-buffer)
5993 (shell-command-on-region): Mention resize-mini-windows in the doc
5994 string.
5995 (display-message-or-buffer): Take the value of resize-mini-windows
5996 into account.
5997
7b01b08c
GM
59982000-11-07 Gerd Moellmann <gerd@gnu.org>
5999
acad3c0b
GM
6000 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6001
7b01b08c
GM
6002 * dired.el (dired-between-files): Add `^. find' as an alternative
6003 to the regular expression, for find-dired.
6004
6f602bd0
SM
60052000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6006
6007 * textmodes/texnfo-upd.el: Require texinfo.
6008 (defmacro, defgroup): Remove.
6009 (texinfo-section-to-generic-alist): Remove.
6010 Use texinfo-section-list instead (i.e. level is changed string->int).
6011 (texinfo-filter): New function.
6012 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6013 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6014 Use it. And use regexp-opt.
6015 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6016 (texinfo-update-menu-region-beginning)
6017 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6018 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6019 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6020 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6021 (texinfo-sequential-node-update): Remove autoload cookie.
6022
6023 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6024 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6025 (texinfo-chapter-level-regexp): Remove.
6026 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6027
bb216218
DL
60282000-11-06 Dave Love <fx@gnu.org>
6029
6f602bd0 6030 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6031
6f602bd0
SM
6032 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6033 Match defun*.
bb216218 6034
ff8dd5d5
KH
60352000-11-06 Kenichi Handa <handa@etl.go.jp>
6036
6037 * composite.el (composition-function-table): Variable declaration
6038 moved to src/composite.c.
6039 (compose-chars-after): New optional arg object.
6040
e9da51a1
GM
60412000-11-06 Gerd Moellmann <gerd@gnu.org>
6042
e0c12c68
GM
6043 * bindings.el (mode-line-toggle-read-only)
6044 (mode-line-toggle-modified, mode-line-widen)
6045 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6046 (make-mode-line-mouse2-map): Rewritten.
6047 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6048 functions so that C-h k can show something with a doc string.
eaae8106 6049
e9da51a1
GM
6050 * startup.el (fancy-splash-delay): Set to 10 seconds.
6051 (fancy-splash-max-time): New user-option.
6052 (fancy-splash-stop-time): New variable.
6053 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6054 (fancy-splash-screens-1): Throw `stop-splashing' when current
6055 time is greater than fancy-splash-stop-time.
6056
611dbdf0
SM
60572000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6058
4d2806e2
SM
6059 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6060
611dbdf0
SM
6061 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6062 Prompt user for a file rather than raising an error.
6063 (cvs-enabledp): Fix call to cvs-mode-marked.
6064 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6065 (cvs-mode-insert): Use it. Change the init prompt' value.
6066 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6067
6068 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6069 Don't pass default arg to ewoc-locate.
6070 (ewoc-collect): Return result in the right order.
6071
6072 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6073
6074 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6075 (cvs-status-get-tags): Fix regexp.
6076 (cvs-status-trees, cvs-status-cvstrees):
6077 Combine after change hooks and don't sit-for.
4d2806e2
SM
6078 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6079 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6080 Use make-char rather than hard-coded cryptic data.
6081 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6082
6083 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6084
6085 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6086 (cvs-insert-strings): New function.
6087
937b2877
MB
60882000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6089
6090 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6091 `mwheel-scroll-amount'.
6092 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6093 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6094 string-matching against the version string.
6095
c6c97763
KH
60962000-11-06 Kenichi Handa <handa@etl.go.jp>
6097
6eaec747
KH
6098 * language/thai.el ("Thai"): Set a lisp form that produces
6099 composed string in `sample-text' language info.
6100
6101 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6102 composed string in `sample-text' language info.
6103
83c9cb8e
SM
6104 * international/mule-cmds.el (describe-language-environment):
6105 Eval `sample-text' data and insert the result.
6eaec747 6106
c6c97763
KH
6107 * international/mule-conf.el (compound-text): Define this coding
6108 system here. Make x-ctext and ctext aliases of it.
6109
6110 * language/european.el (compound-text, ctext): Moved to
6111 international/mule-conf.el.
6112
d1145f85
AI
61132000-11-05 Andrew Innes <andrewi@gnu.org>
6114
6115 * w32-fns.el (w32-version): New function.
6116
178a6a45
SM
61172000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6118
6119 * progmodes/awk-mode.el: Update copyright.
6120 (awk-mode-abbrev-table): Remove.
6121 (awk-font-lock-keywords): Use regexp-opt.
6122 (awk-mode): Use define-derived-mode.
6123
6124 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6125 when extracting a suffix.
6126
1ba90166
AS
61272000-11-04 Andre Spiegel <spiegel@gnu.org>
6128
6129 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6130 auto-save-mode.
6131
546790cb
JR
61322000-11-04 Jason Rumney <jasonr@gnu.org>
6133
6134 * language/european.el (decode-mac-roman): Test against r1 not r0.
6135
d247e32d
SM
61362000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6137
fbf44f44
SM
6138 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6139 (icon-mode): Define indent-line-function.
6140 (icon-comment-indent): Simplify.
6141 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6142
6143 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6144
6145 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6146 Bind change-log-default-mode to defeat the caching done on it.
6147 Don't bother saving excursion any more.
6148
6149 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6150
6151 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6152 (set-frame-font): Use the new name (and the old for compatibility).
6153
eaae8106
SS
6154 * toolbar/tool-bar.el (tool-bar-mode):
6155 * time.el (display-time-mode):
6156 * recentf.el (recentf-mode):
6157 * paren.el (show-paren-mode):
6158 * mwheel.el (mouse-wheel-mode):
6159 * msb.el (msb-mode):
6160 * jka-compr.el (auto-compression-mode):
6161 * image-file.el (auto-image-file-mode):
6162 * hl-line.el (hl-line-mode):
6163 * delsel.el (delete-selection-mode):
6164 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6165 * complete.el (partial-completion-mode): Drop unneeded positional args.
6166
eaae8106 6167 * info.el (Info-mode):
79372165 6168 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6169
d247e32d
SM
6170 * log-edit.el (log-edit-menu): New menu.
6171
4921558e
MB
61722000-11-03 Miles Bader <miles@gnu.org>
6173
6174 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6175 definition, so that trailing spaces are handled properly.
6176 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6177
1fc02b3c
GM
61782000-11-03 Gerd Moellmann <gerd@gnu.org>
6179
6180 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6181 tab character.
6182 (fancy-splash-screens): Set tab-width to 20.
6183
51d001f7
DL
61842000-11-03 Dave Love <fx@gnu.org>
6185
6186 * comint.el (comint-completion-addsuffix): Fix custom type.
6187
ba22aeff
SM
61882000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6189
6190 * font-lock.el (font-lock-buffers): Remove.
6191 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6192 (font-lock-change-major-mode): Remove.
6193 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6194 (font-lock-default-fontify-region): Extend the multiline
6195 fontification to whole lines.
6196 (font-lock-fontify-anchored-keywords)
6197 (font-lock-fontify-keywords-region): If matching just one
6198 line (with \n) only mark the \n as multiline.
6199
6200 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6201 Correctly handle the case where several :group args are supplied.
6202 Allow :extra-args.
6203 (easy-mmode-define-global-mode): Allow :extra-args.
6204 Correctly handle the case where several :group args are supplied.
6205
9c887ada
MB
62062000-11-02 Miles Bader <miles@gnu.org>
6207
eaae8106 6208 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6209 (holiday-face): Remove dependency on `window-system'.
6210
7f25090d
KR
62112000-11-02 Ken Raeburn <raeburn@gnu.org>
6212
6213 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6214 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6215 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6216
7dd6009c
DL
62172000-11-02 Dave Love <fx@gnu.org>
6218
6219 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6220
94821e4f
EZ
62212000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6222
6223 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6224 punctuation in the warning inserted into the *mail* buffer.
6225
1ac3fc42
GM
62262000-11-02 Gerd Moellmann <gerd@gnu.org>
6227
57731876
GM
6228 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6229 (authors-public-domain-p): New function.
6230 (authors-print): Use it.
6231
975f82c9
GM
6232 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6233
1ac3fc42
GM
6234 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6235
4b3eb10f
GM
62362000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6237
975f82c9 6238 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6239 (ps-print-version): New version number (6.3.1).
6240 (ps-even-or-odd-pages): Customization fix.
6241 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6242 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6243 (ps-page-count): Var replaced by `ps-page-column'.
6244 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6245 (ps-print-sheet-p): New fun.
6246
7da794df
MB
62472000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6248
6249 * tooltip.el (tooltip-gud-tips-setup): New function.
6250 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6251 (tooltip-mode): Call tooltip-gud-tips-setup.
6252 (tooltip-gud-tips): Use `gud-basic-call' instead of
6253 process-send-string, so the prompt gets frobbed appropriately.
6254 Handle nil return value from `tooltip-gud-print-command'.
6255
0e40b809
EL
62562000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6257
6258 * comint.el (comint-add-to-input-history): New function.
6259 (comint-send-input): Use `comint-add-to-input-history'.
6260
50ada0db
MB
62612000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6262
973a3104
MB
6263 * info.el (info-menu-header): New face.
6264 (Info-fontify-menu-headers): New function.
6265 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6266
50ada0db
MB
6267 * info.el (Info-insert-dir): Don't include blank lines at
6268 beginning of additional dir files (one is added automatically).
6269
bff53411
SM
62702000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6271
6272 * emacs-lisp/easy-mmode.el (define-minor-mode):
6273 Revert the latest changes.
6274 Allow the three positional arguments to be skipped and replaced
6275 by keyword arguments.
6276 Add a :toggle argument to determine whether a nil arg means toggle
6277 or means turn-on. The default is unchanged.
6278 Add a call to force-mode-line-update.
6279
6b8a0b2d
DL
62802000-11-01 Dave Love <fx@gnu.org>
6281
83c9cb8e 6282 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6283
5bf99100
MB
62842000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6285
83c9cb8e
SM
6286 * calendar/calendar.el (diary-face, holiday-face):
6287 Add dark-background variants.
5bf99100 6288
a4032611
SS
62892000-10-31 Sam Steingold <sds@gnu.org>
6290
6291 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6292 `tex-main-file' does not have directory in it.
6293
c286608e
SM
62942000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6295
6296 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6297
4836835a
TTN
62982000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6299
6300 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6301 functional change.
6302
26dcb81b
GM
63032000-10-31 Gerd Moellmann <gerd@gnu.org>
6304
6305 * files.el (find-file-noselect): When we expand a wildcard, return
6306 a list of buffers, as we should do according to the doc string.
6307
49fc4500
KR
63082000-10-31 Ken Raeburn <raeburn@gnu.org>
6309
6310 * loadup.el (top level): Adjust load path if program name is
6311 "../src/bootstrap-emacs", in case it's not dumped and thus the
6312 load path adjustment hasn't already been done.
6313
ea0c615d
GM
63142000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6315
83c9cb8e
SM
6316 * ps-print.el: Fix bug on selected pages for printing.
6317 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6318 is on. Try to avoid warning messages when compiling. Doc Fix.
6319 (ps-print-version): New version number (6.3).
6320 (ps-color-device): Use `color-values' to determine if device
6321 supports color.
6322 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6323 (ps-print-page-p): Changed from defsubst to defun.
6324 (ps-page-number): Changed from defmacro to defun.
6325 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6326 printing.
c286608e 6327 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6328 (ps-end-file, ps-dummy-page): Funs eliminated.
6329 (ps-print-color-scale): Changed default value.
6330 (ps-page-n-up, ps-print-page-p): New internal vars.
6331 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6332 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6333
9e20722f
GM
6334 * delim-col.el: Little programming improvement.
6335 (delimit-columns-str): New macro.
6336 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6337
d7a0fd00
KH
63382000-10-31 Kenichi Handa <handa@etl.go.jp>
6339
c286608e
SM
6340 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6341 Moved to european.el.
d7a0fd00
KH
6342 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6343 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6344 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6345 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6346
234be340
DL
63472000-10-30 Dave Love <fx@gnu.org>
6348
6349 * progmodes/cc-menus.el (imenu-generic-expression)
6350 (imenu-progress-message): Only defvar when compiling.
6351
4edc4a39
DL
6352 * emacs-lisp/elp.el (elp-unload-hook): New function.
6353
6354 * loadhist.el (unload-feature): Call elp-restore-function,
6355 checking for symbols; don't use elp-restore-all.
6356 (loadhist-hook-functions): Doc fix.
6357
70c825df
SM
63582000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6359
6360 * log-edit.el (log-edit-confirm): Fix the default.
6361
1d3baf74
GM
63622000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6363
6364 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6365 delimit-columns-format.
6366 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6367
1ec321a7
MB
63682000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6369
6370 * comint.el (comint-replace-by-expanded-history): Don't use
6371 comint-get-old-input (we're not looking at *old* input).
6372 (comint-get-old-input-default): If using fields, signal an error
6373 when the point is not in an input field.
6374
70737ea9
KH
63752000-10-30 Kenichi Handa <handa@etl.go.jp>
6376
6377 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6378 and mule-unicode-e000-ffff.
6379
fa0cb51d 6380 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6381 (make-coding-system): Accept a symbol of translation table as a
6382 value of property `safe-chars'.
6383
6384 * international/mule-cmds.el (encode-coding-char): Check property
6385 safe-chars instead of safe-charsets.
6386
6387 * international/fontset.el (fontset-default): Modified for
6388 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6389 (x-font-name-charset-alist): Likewise.
6390 (ccl-encode-unicode-font): New CCL program. Record it in
6391 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6392
70c825df
SM
6393 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6394 New translation tables.
70737ea9
KH
6395 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6396 programs are modified and moved from mac-win.el.
6397 (mac-roman): Definition of this coding system is modified and
6398 moved from mac-win.el.
4836835a 6399
fda2ce24 64002000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6401
1d3baf74 6402 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6403 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6404
dd4d3cb6
MB
64052000-10-29 Miles Bader <miles@gnu.org>
6406
6407 * custom.el (custom-add-to-group): Allow multiple entries for a
6408 given value OPTION, as long as their widget types are different.
6409 * cus-edit.el (custom-face-value-create): If face name doesn't end
6410 with "face", add such here (similar to custom group widgets).
6411
6412 * comint.el (comint-highlight-prompt): Add :type.
6413
dace60cf
JW
64142000-10-28 John Wiegley <johnw@gnu.org>
6415
dace60cf
JW
6416 * calendar/timeclock.el (timeclock-log): Doc fix.
6417 (timeclock-last-event): Doc fix.
83c9cb8e 6418 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6419 (timeclock-find-discrep): Use a temp buffer to read in the
6420 timelog, instead of visiting the file.
6421 (timeclock-log-data): A new function, along with a host of helper
6422 functions, for the purpose of making timelog data accessible to
6423 programmers.
6424
6425 * eshell/esh-mode.el (window-height test): Make certain that
6426 `eshell-stringify-t' is non-nil.
6427 (eshell-password-prompt-regexp): Changed to a much simpler
6428 password regexp.
6429 (eshell-send-input): If `eshell-invoke-directly' returns t,
6430 directly invoke the parsed command using `eval'. This improves
6431 turn-around time on simple commands by a factor of three or
6432 greater, such as cd, ls, pwd, etc. -- which get used very often.
6433 It also conserves thousands of cons cells per call (since
6434 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6435 in the Pacific Cookie Company).
6436
6437 * eshell/esh-test.el (eshell-test): Whitespace fix.
6438
83c9cb8e
SM
6439 * eshell/em-ls.el (eshell-ls-insert-directory):
6440 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6441
6442 * eshell/em-script.el (eshell-script-initialize): Add names to
6443 `eshell-complex-commands, since `source' and `.' are complex.
6444
0467b076
EZ
6445 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6446 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6447 `eshell-copy-handles'.
6448 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6449 bodies.
6450 (eshell-separate-commands): Whitespace fix.
6451 (eshell-complex-commands): Added a new list of names, for
6452 determining whether a given command is as simple as it looks.
6453 (eshell-invoke-directly): New function. Returns t if a command
6454 should be invoked directly (using `eval'), rather than indirectly
6455 using `eshell-do-eval'.
6456 (eshell-do-eval): Whitespace fix.
6457
6458 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6459 which provides an emulation of the DOS shell behavior of assuming
6460 that cp/mv/ln should copy/move/link to the current directory.
6461 (eshell-remove-entries): Added a doc string.
6462 (eshell-shuffle-files): Removed the check for `target' being null.
6463 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6464 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6465 it to do a smarter check of whether a destination was provided.
6466 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6467 (eshell/ln): Enable `:preserve-args', and use
6468 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6469 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6470 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6471 list after flattening it. This makes it possible to cat files
6472 with numerical names.
6473 (eshell-unix-initialize): Added several names to
6474 `eshell-complex-commands.
6475 (eshell-unix-command-complex-p): Return t if a given command name
6476 may result in external processes being invoked.
6477
6478 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6479 variable nil by default, since it slows down glob processing by a
6480 factor of two or more, and increases memory consumption.
6481
6482 * eshell/em-smart.el: Added a note about how memory consumptive
6483 smart display mode can be (at least this is true in Emacs 21).
6484 (eshell-smart-initialize): Whitespace fix.
6485 (eshell-refresh-windows): Use `if' instead of `when'.
6486 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6487 not necessary.
83c9cb8e 6488 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6489
6490 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6491 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6492 Whitespace fix.
6493 (eshell-ls-exclude-hidden): Added this variable in addition to
6494 `eshell-ls-exclude-regexp'. This one prevents files beginning
6495 with . from even being read, which can improve memory consumption
6496 quite a bit.
6497 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6498 read file entries beginning with a dot. In home directories with
6499 lots of hidden files, fully two-thirds of the time spent in ls is
6500 used to read directory entries that are immediately thrown away.
6501 (eshell-ls-initial-args): Added back this configuration variable,
6502 for specifying default initial arguments to every call to ls.
6503 Much faster than using an alias to do the same thing.
6504 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6505 (eshell-ls-dir): Whitespace change.
6506
6507 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6508
83c9cb8e 6509 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6510 (eshell-stringify-t): Added a customization variable, to indicate
6511 whether `t' should be rendered as a string at all. If not, one
6512 can still determine if the result of an expression is true using
6513 "file-exists-p FILE && echo true".
6514 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6515 stringify t!
6516
6517 * eshell/esh-module.el: Whitespace fix.
6518
83c9cb8e
SM
6519 * eshell/em-alias.el (eshell-alias-initialize):
6520 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6521 (eshell-command-aliased-p): New function that returns t if a
6522 command name names an aliased.
6523
657f9cb8 65242000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6525
0467b076 6526 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6527 redrawing the screen when changing cursor color.
0467b076
EZ
6528 (viper-insert-state-pre-command-sentinel)
6529 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6530 (viper-replace-state-post-command-sentinel):
6531 Use viper-preserve-cursor-color.
657f9cb8
MK
6532 Many functions changed to use viper= instead of = when comparing
6533 characters.
0467b076 6534 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6535 working with characters.
0467b076 6536 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6537 Many functions changed to use viper= instead of = when comparing
6538 characters.
0467b076 6539 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6540
0467b076 6541 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6542 Several typos fixed in various docstrings.
0467b076 6543 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6544 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6545 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6546 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6547 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6548 (ediff-get-selected-buffers): New function.
6549 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6550 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6551 Use save-window-excursion.
0467b076 6552 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6553 termination check in while loop.
0467b076 6554 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6555 dired buffer.
0467b076
EZ
6556 (ediff-files,ediff-merge-files,ediff-files3)
6557 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6558
4f490d99
DL
65592000-10-28 Dave Love <fx@gnu.org>
6560
6561 * info.el (Info-fontify-node): Add help-echo for menu items.
6562
45b84006
EZ
65632000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6564
5ebc02b3
EZ
6565 * startup.el (normal-top-level): If the value of $TERM indicates
6566 we are running from xterm or one of its work-alikes, default to a
6567 light background mode.
6568
45b84006
EZ
6569 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6570 * faces.el (tty-handle-reverse-video): New function.
6571 (tty-create-frame-with-faces): Call it.
6572
6573 * frame.el (frame-notice-user-settings): Don't apply
6574 default-frame-alist and initial-frame-alist to MS-DOS frames.
6575 Call tty-handle-reverse-video, frame-set-background-mode, and
6576 face-set-after-frame-default for non-MS-DOS frames.
6577
6578 * startup.el (tty-long-option-alist): New variable.
6579 (tty-handle-args): New function.
6580 (command-line): Call tty-handle-args.
6581
6582 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6583 startup.el now does that for all character-terminal frames.
6584
eab6e8b9
MB
65852000-10-28 Miles Bader <miles@gnu.org>
6586
83c9cb8e
SM
6587 * emacs-lisp/easy-mmode.el (define-minor-mode):
6588 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6589 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6590 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6591 version using `easy-mmode-define-global-mode'.
6592 Add :conditional-turn-on keyword argument.
eab6e8b9 6593
51a29efc
DL
65942000-10-28 Dave Love <fx@gnu.org>
6595
83c9cb8e
SM
6596 * international/latin1-disp.el (latin1-char-displayable-p):
6597 Don't use window-system.
51a29efc 6598
d71d7114
EZ
65992000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6600
6601 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6602 Don't call find-buffer-file-type-coding-system. Instead, just
6603 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6604 if the file is on an untranslated filesystem.
6605 (add-untranslated-filesystem): Use "D" instead of "f" inside
6606 interactive.
6607
1f9cab4b
DL
66082000-10-27 Dave Love <fx@gnu.org>
6609
70c825df 6610 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6611 (refill-mode): Use it.
6612
70c825df
SM
66132000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6614
6615 * international/quail.el (quail-activate): Don't make-local-hook.
6616
7432cf10
AS
66172000-10-27 Andre Spiegel <spiegel@gnu.org>
6618
4836835a 6619 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6620 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6621 (vc-make-version-backup): Don't do it on MS-DOS without long file
6622 names.
4836835a 6623
7432cf10
AS
6624 * vc.el (vc-version-other-window): If an automatic backup of the
6625 desired version exists, rename it instead of copying it.
6626
4836835a
TTN
6627 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6628 after command. If there's an unexpected error, signal it instead
7432cf10 6629 of being silent.
e1483c38 6630 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6631
05ea7ef2
MB
66322000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6633
fd1035aa
MB
6634 * shell.el (shell): Add BUFFER argument.
6635 * comint.el (make-comint-in-buffer): New function.
6636 (make-comint): Use it.
6637
05ea7ef2
MB
6638 * faces.el (face-spec-choose): Change syntax so that the list of
6639 attribute-value pairs is now the cdr of each clause, not the cadr.
6640 Detect old-style entries, and handle them. Use pop.
6641
835a55fe
SM
66422000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6643
f5ab1cdd
SM
6644 * cus-edit.el (custom-mode-map): Use a sparse map.
6645 (custom-mode): Don't bother with make-local-hook.
6646
6647 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6648
835a55fe
SM
6649 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6650
c13b0ec8
GM
66512000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6652
6653 * ps-print.el: Avoid compilation gripes.
6654 (ps-print-version): New version number (6.2.1).
4836835a 6655
e9f63196
DL
66562000-10-26 Dave Love <fx@gnu.org>
6657
0b95284b
DL
6658 * menu-bar.el: Modify some menu item help strings.
6659 (menu-bar-help-menu): Add link to MORE.STUFF.
6660
e9f63196
DL
6661 * cus-edit.el (custom-mode): Add `special' mode-class property.
6662
6663 * wid-browse.el (widget-browse-mode): Likewise.
6664
6665 * wid-edit.el (widget-specify-field): Revert to using local-map
6666 property, not keymap.
6667
e276a14a
MB
66682000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6669
c1545d88
MB
6670 * wid-edit.el (widget-field-end): When checking for a `boundary'
6671 field, do so in the correct buffer.
6672
3c1b77ca
MB
6673 * simple.el (undo): Correctly distinguish between numeric and
6674 non-numeric prefix args in non-transient-mark-mode, as per the doc
6675 string. When in transient-mark-mode, treat all prefix-args as
6676 numeric.
6677
f5ab1cdd
SM
6678 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6679 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6680
6681 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6682 (comint-mode-map): Reverse order of `comint-write-output' and
6683 `comint-append-output-to-file'.
6684 (comint-append-output-to-file): Reinstate this function, for the
6685 benefit of the menu.
6686
d97151cb
SM
66872000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6688
6689 * vc.el (vc-version-other-window): Bind `file'.
6690
ea7d6f5b
GM
66912000-10-25 Gerd Moellmann <gerd@gnu.org>
6692
f5ab1cdd 6693 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6694
6695 * emacs-lisp/authors.el (batch-update-authors): New function.
6696 (authors-fixed-entries): New defconst.
6697 (authors-add-fixed-entries): New function.
6698 (authors): Call it.: Don't process lispref/.
6699
17c25cea
JR
67002000-10-25 Jason Rumney <jasonr@gnu.org>
6701
6702 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6703 Merge x w32 and mac definitions.
6704
4ecda532
GM
67052000-10-25 Gerd Moellmann <gerd@gnu.org>
6706
6707 * menu-bar.el (menu-bar-options-menu): Add a help string for
6708 `uniquify'.
6709
b6735035
GM
67102000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6711
f5ab1cdd
SM
6712 * time-stamp.el (time-stamp-string-preprocess):
6713 Fix a wrong type argument error.
b6735035 6714
f4cbc7a0
MB
67152000-10-25 Miles Bader <miles@gnu.org>
6716
6717 * recentf.el (recentf-mode): Variable removed.
6718 (recentf-mode): Use `define-minor-mode'.
6719
6720 * mwheel.el (mouse-wheel-mode): New global minor mode.
6721 (mwheel-install): Use `mouse-wheel-mode'.
6722
f4b020f6
DL
67232000-10-25 Dave Love <fx@gnu.org>
6724
f5ab1cdd
SM
6725 * progmodes/cperl-mode.el (cperl-mode):
6726 Set normal-auto-fill-function correctly.
072cb6f9 6727
83c9cb8e
SM
6728 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6729 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6730 bindings.
f4b020f6 6731
ebe2a441
MB
67322000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6733
ff4dcd4b
MB
6734 * wid-edit.el (widget-field-at): New function.
6735 (widget-at, widget-field-activate): Use it.
6736 (widget-tabable-at): Use `widget-at'.
6737 (widget-specify-field): If the terminating character of the widget
6738 field (which is read-only) is a newline, put it into a special
6739 `boundary' field so that C-n/C-p act more naturally.
6740 (widget-field-end): Also don't subtract one if a special
6741 `boundary' field has been added after the widget field.
6742
83c9cb8e
SM
6743 * comint.el (comint-output-filter, comint-send-input):
6744 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6745 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6746
ebe2a441
MB
6747 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6748 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6749 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6750
fe50b6ab
GM
67512000-10-24 Gerd Moellmann <gerd@gnu.org>
6752
53df4dda 6753 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6754 (authors): Set file coding system to iso-2022-7bit.
6755 Add file-local variables to output buffer.
53df4dda 6756
4836835a 6757 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6758 WARN is nil.
6759
53df4dda
GM
67602000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6761
6762 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6763
6764 * delim-col.el: Now there is a column formatting mechanism.
6765 Modified to customization mechanisms convention. Doc fix.
6766 (columns): New group for delim-col.
6767 (delimit-columns-before, delimit-columns-after)
6768 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6769 (delimit-columns-end): New vars.
6770 (delimit-columns-customize, delimit-columns-format): New funs.
6771 (delimit-columns-region, delimit-columns-rectangle)
6772 (delimit-columns-rectangle-line): Modified to support column
6773 formatting.
4836835a 6774
a9839779
DL
67752000-10-24 Dave Love <fx@gnu.org>
6776
6777 * log-edit.el (log-edit): Add :version and a :group for vc.
6778
df0267b8
GM
67792000-10-24 Gerd Moellmann <gerd@gnu.org>
6780
9acc3873
GM
6781 * files.el (after-find-file): Don't print a message ``New file''
6782 if WARN is nil.
6783
83c9cb8e
SM
6784 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6785 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6786 get duplicate tool-bar entries because we'll see the global ones
6787 on more than one path through keymaps.
6788
1946f901
GM
6789 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6790
df0267b8
GM
6791 * progmodes/cmacexp.el: Change Francesco's email address.
6792
ae3b264b
KH
67932000-10-24 Kenichi Handa <handa@etl.go.jp>
6794
6795 * window.el (fit-window-to-buffer): Adjust point of the window
6796 buffer, not that of the current buffer.
6797
23afac01
EZ
67982000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6799
6800 * progmodes/cmacexp.el: Update the euthor's email address.
6801
22d1a4ed
MB
68022000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6803
6804 * faces.el (face-spec-set-match-display): Add `graphic' display
6805 type (the inverse of `tty'). Use `display-graphic-p' instead of
6806 the window-system variable.
6807
f408aa48
KH
68082000-10-24 Kenichi Handa <handa@etl.go.jp>
6809
83c9cb8e
SM
6810 * international/isearch-x.el (isearch-with-input-method):
6811 Call input-method-function with the first event in
f408aa48
KH
6812 unread-command-events.
6813
94fe8a31
MB
68142000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6815
83c9cb8e 6816 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6817
8f47302e
AC
68182000-10-24 Andrew Choi <akochoi@i-cable.com>
6819
6820 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6821 New charsets.
6822
6823 * term/mac-win.el: Remove definitions of mac-roman-lower and
6824 mac-roman-upper, require dired, and define instead of set
6825 mac-ready-for-drag-n-drop to avoid compilation error.
6826
446c097e
AI
68272000-10-23 Andrew Innes <andrewi@gnu.org>
6828
83c9cb8e
SM
6829 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6830 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6831 expand-file-name after convert-standard-filename to ensure
6832 expected directory separators are used.
6833
379b70e7
EZ
68342000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6835
6836 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6837
85c766e9
DL
68382000-10-23 Dave Love <fx@gnu.org>
6839
b7e03a67
DL
6840 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6841 (tool-bar-add-item): Set foreground and background for XBM icons.
6842
83c9cb8e
SM
6843 * international/latin1-disp.el (latin1-char-displayable-p):
6844 New function (from Handa).
b7e03a67
DL
6845 (latin1-display-check-font): Use it.
6846
0dcf8835 6847 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6848 using :key-sequence, making it much more usable.
6849 Use nconc, not append.
0dcf8835
DL
6850 (imenu--create-keymap-1): Avoid append.
6851
85c766e9 6852 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6853
cb3069bb
MB
68542000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6855
6856 [the following changes fix a bug where `define-minor-mode' didn't
6857 correctly generate :require clauses for defcustoms in compiled files]
6858 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6859 (byte-compile-log-file, byte-compile-log-1): Don't set
6860 `byte-compile-current-file' to nil. Instead set
6861 `byte-compile-last-logged-file' to it. Test whether
6862 byte-compile-current-file equals byte-compile-last-logged-file
6863 instead of whether its nil.
3b6542ba 6864 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 6865
6db6243b
SM
68662000-10-23 Stefan Monnier <monnier@cs.yale.edu>
6867
6868 * textmodes/refill.el: Fix var names in doc.
6869 (refill-mode): Don't bother with make-local-hook anymore.
6870
98490598
MB
68712000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6872
e01cd227
MB
6873 * faces.el (face-user-default-spec, face-default-spec): New functions.
6874 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 6875 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
6876 Use `face-user-default-spec'. Simplify code slightly.
6877
4836835a 6878 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
6879 (woman-unknown-face): Add dark-background variants.
6880 (woman-default-faces): Renamed from `woman-colour-faces'.
6881 Set using the stored defaults, rather than using hard-wired colors.
6882 (woman-monochrome-faces): Renamed from `woman-black-faces'.
6883 Just make the foreground `unspecified' rather than "black".
6884 (woman-menu): Rename menu entries accordingly.
6885
98490598
MB
6886 * faces.el (header-line): Make more reasonable on mono/grayscale
6887 displays.
6888
1a578e9b
AC
68892000-10-23 Andrew Choi <akochoi@i-cable.com>
6890
6891 * cus-edit.el (custom-button-face): Use 3D look for mac.
6892 (custom-button-pressed-face): Likewise.
6893
6894 * faces.el (set-face-attributes-from-resources): Handle mac frames
6895 in the same way as x and w32 frames.
6896 (face-valid-attribute-values): Likewise.
6897 (read-face-attribute): Likewise.
6898 (defined-colors): Likewise.
6899 (color-defined-p): Likewise.
6900 (color-values): Likewise.
6901 (display-grayscale-p): Likewise.
6902 (face-set-after-frame-default): Likewise.
6903 (mode-line): Same default face as for x and w32.
6904 (tool-bar): Likewise.
6905
6906 * frame.el: Remove call to frame-notice-user-settings at end of
6907 the file.
6908
83c9cb8e 6909 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
6910 as for x, pc, and w32 frame types.
6911
6912 * term/mac-win.el: New file.
6913
aaaf7be7
DL
69142000-10-22 Dave Love <fx@gnu.org>
6915
6916 * textmodes/refill.el: New file.
6917
5392d654
AS
69182000-10-22 Andre Spiegel <spiegel@gnu.org>
6919
4836835a 6920 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 6921 MANUAL and REGEXP.
4836835a 6922 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
6923 New functions.
6924 (vc-before-save): Use the latter.
6925 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
6926 confusion.
6927
4836835a 6928 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
6929 expected by vc[-hooks].el.
6930
6931 * vc.el (vc-checkout): Added `-p' suffix in call to
6932 vc-make-version-backups-p; use vc-make-version-backup to actually
6933 make the backup.
6934 (vc-version-other-window, vc-version-backup-file): Handle both
6935 automatic and manual backups.
6936 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
6937 of all of them.
6938
1e221c16
MB
69392000-10-22 Miles Bader <miles@gnu.org>
6940
7ff4fda5
MB
6941 * comint.el (comint-highlight-input, comint-highlight-prompt):
6942 Renamed, `-face' at end removed.
6943 (comint-send-input, comint-output-filter): Use renamed faces.
6944
3511cde8
MB
6945 * window.el (fit-window-to-buffer): Change defaulting of
6946 MAX-HEIGHT slightly.
6947
1e221c16
MB
6948 * faces.el (color-values, color-defined-p): Use `member', not
6949 `memq', because it works correctly for strings.
6950 (frame-set-background-mode): Actually, "unspecified-fg" and
6951 "unspecified-bg" *are* strings. Use `member', not `memq', and
6952 `equal', not `eq', when a string value is possible.
6953
b6ef4898
EZ
69542000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
6955
6956 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
6957
34939e2c
SM
69582000-10-21 Stefan Monnier <monnier@cs.yale.edu>
6959
6960 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
6961 sh-electric-rparen, sh-electric-less and sh-electric-hash.
6962 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
6963 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
6964 (sh-font-lock-syntactic-keywords): Use them.
6965 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
6966 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
6967 (sh-mode): Don't override font-lock-unfontify-region-function.
6968 Use a copy of sh-font-lock-syntactic-keywords.
6969 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
6970 Don't call sh-scan-buffer since font-lock does it on the fly.
6971 (sh-get-indent-info): Use `face' rather than `syntax-table'
6972 text-property to detect here-documents.
6973 Replace sh-special-syntax with sh-st-punc.
6974 (sh-prev-line): Use `face' rather than `syntax-table'
6975 text-property to skip over here-documents.
6976 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
6977 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
6978 (sh-electric-less, sh-set-here-doc-region)
4836835a 6979 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
6980 (sh-scan-buffer, sh-rescan-buffer): Remove.
6981
f3d3c491
AI
69822000-10-21 Andrew Innes <andrewi@gnu.org>
6983
6984 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
6985 remote (ange-ftp) file names.
6986
b86c791c
MB
69872000-10-21 Miles Bader <miles@gnu.org>
6988
d9c30bdf
MB
6989 * window.el (fit-window-to-buffer): New function.
6990 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
6991 (window-text-height): Don't expect minibuffers to have mode-lines.
6992
d9c30bdf 6993 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
6994 * international/quail.el (quail-update-guidance):
6995 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 6996
617fee5a
MB
6997 * international/quail.el (quail-show-guidance-buf): Make sure
6998 guidance window really has enough room.
6999 (quail-update-guidance): If quail-guidance-win is already shown,
7000 make sure its height is OK.
7001
b86c791c
MB
7002 * window.el (window-text-height, set-window-text-height):
7003 New functions.
7004 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7005 instead of `window-height' & `mode-line-window-height-fudge'.
7006 (mode-line-window-height-fudge): Add FACE parameter.
7007 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7008 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7009
e34850d1
MB
70102000-10-20 Miles Bader <miles@gnu.org>
7011
7012 * window.el (height-affecting-face-attributes): Use `defconst'.
7013
7014 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7015 New function, conditionally aliased to `mode-line-window-height-fudge'.
7016 (ispell-help): Use it.
7017 (ispell-choices-win-default-height): Don't include mode-line fudge.
7018 (ispell-choices-win-default-height): New function.
7019 (ispell-show-choices, ispell-command-loop): Use function
7020 `ispell-choices-win-default-height' instead of variable.
7021
a8b883c2
MB
70222000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7023
8c6e4a58
MB
7024 * window.el (mode-line-window-height-fudge): New variable.
7025 (height-affecting-face-attributes): New variable.
7026 (mode-line-window-height-fudge): New function.
7027 (shrink-window-if-larger-than-buffer): Use it.
7028 * help.el (resize-temp-buffer-window): Likewise.
7029
a8b883c2
MB
7030 * info.el (Info-fontify-node): Add support for @subsubsection
7031 titles, which use `Info-title-4-face'.
7032 (Info-title-4-face): New face.
7033 (Info-title-3-face): Inherit from Info-title-4-face instead of
7034 variable-pitch.
7035
e64c3a75
JR
70362000-10-19 Jason Rumney <jasonr@gnu.org>
7037
7038 * dired.el (dired-insert-directory): Do not let errors signalled by
7039 attempt to run dired-free-space-program prevent dired from working.
7040
c70fe852
SM
70412000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7042
7043 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7044
877cf6b4
GM
70452000-10-19 Gerd Moellmann <gerd@gnu.org>
7046
5de037e0
GM
7047 * dirtrack.el (dirtrack): Fix call to run-hooks.
7048
6deb9af9
GM
7049 * cmuscheme.el (cmuscheme-program-name): Renamed from
7050 scheme-program-name because xscheme.el contains a defcustom with
7051 the same name. As a consequence, customizing group `cmuscheme'
7052 loaded `xscheme' which redefined run-scheme.
7053 (run-scheme): Use cmuscheme-program-name.
7054
83c9cb8e 7055 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7056
e597d8fb 7057 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7058 anonymous address, and add a website for Befrienders International.
4836835a 7059
3e9cb08f
GM
70602000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7061
c70fe852
SM
7062 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7063 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7064 (ps-print-version): New version number (6.2).
7065 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7066 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7067 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7068 (ps-x-extent-priority, ps-x-extent-start-position)
7069 (ps-x-face-font-instance, ps-x-find-coding-system)
7070 (ps-x-font-instance-properties, ps-x-make-color-instance)
7071 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7072 avoid compilation gripes without defining functions.
7073 (ps-e-find-composition): Alias for function find-composition, to have a
7074 suitable function depending on Emacs version.
7075 (ps-color-device, ps-color-values, ps-face-foreground-name)
7076 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7077 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7078 (ps-print-ensure-fontified): Function definitions surrounded by
7079 `eval-and-compile' to avoid compilation gripes.
7080 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7081 by symbol-value to avoid compilation gripes.
7082 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7083 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7084
d8abcd91
MB
70852000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7086
13ab33c4
MB
7087 * startup.el (normal-top-level): Call `frame-set-background-mode'
7088 after `frame-notice-user-settings' because the latter doesn't call
7089 the former on a tty.
7090
d8abcd91
MB
7091 * faces.el (frame-set-background-mode): `unspecified' &c are
7092 symbols, not strings.
7093
e8bce0a9
EZ
70942000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7095
c70fe852
SM
7096 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7097 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7098
c70fe852
SM
7099 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7100 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7101
773272d8
KH
71022000-10-19 Kenichi Handa <handa@etl.go.jp>
7103
c70fe852 7104 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7105 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7106 for ISO10646-1 fonts.
7107 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7108
772139c0
EZ
71092000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7110
7111 * faces.el (frame-set-background-mode): If a tty frame defines a
7112 background color, use that to compute the background mode, instead
7113 of always defaulting to "dark".
7114
d134a19f
MB
71152000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7116
8bb84cb2
MB
7117 * comint.el (comint-write-output): New function.
7118 (comint-mode-map): Add it to the menu.
e40a778f 7119 Bind `C-c C-s' to comint-write-output.
d134a19f 7120
dada41e1
GM
71212000-10-18 Gerd Moellmann <gerd@gnu.org>
7122
7123 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7124 Use fancy-splash-delay.
7125
9b5360aa
GM
71262000-10-18 Alex Schroeder <alex@gnu.org>
7127
7128 * progmodes/sql.el (sql-sybase-options): New option.
7129 (sql-sybase): Use it. Add sql-database to the list of parameters
7130 provided for login. The options -w 2048 -n are not used any more.
7131
9035a35a
GM
7132 * comint.el (comint-read-input-ring): Bugfix such that the first
7133 and the last entry of the input ring file are not lost.
7134
3556c6dd
GM
71352000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7136
7137 * ps-print.el: Internal variable changes to defcustom,
7138 make-local-hook changes to defvar. Doc fix.
7139 (ps-print-version): New version number (6.1).
7140 (ps-setup, ps-do-despool): Code fix.
7141 (ps-printer-name): Customization fix.
7142 (ps-printer-name-option): Now is a defcustom instead of an
7143 internal variable.
7144 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7145 (ps-print-begin-column-hook): Now are defvar instead of
7146 make-local-hook.
4836835a 7147
4e217e50
MB
71482000-10-18 Miles Bader <miles@gnu.org>
7149
7150 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7151 (comint-kill-output): Changed into an alias for `comint-delete-output',
7152 and made obsolete.
7153 (comint-mode-map): Rename references to comint-kill-output.
7154
34460354
EZ
71552000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7156
7157 * diff-mode.el (diff-header-face, diff-file-header-face)
7158 (diff-changed-face): Add bold and italic attributes to tty faces.
7159 (diff-function-face): New face.
7160 (diff-font-lock-keywords): Use it.
7161
17ea3cdb
MB
71622000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7163
7164 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7165 Remove commented-out call to force-mode-line-update.
7166 (comint-kill-output): Use `forward-line 0' instead of
7167 beginning-of-line to make sure we get past the prompt.
7168
9244f2c7
SM
71692000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7170
7171 * diff-mode.el (diff-header-face, diff-file-header-face):
7172 Add specific setting for dark background.
7173 (diff-context-face): Renamed from diff-comment-face.
7174 Set explicitly rather than inheriting from font-lock-comment-face.
7175
1592c1ef
EZ
71762000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7177
7178 * startup.el (command-line): Move the code which sets the default
7179 TTY colors to before before-init-hook.
7180
f86292a9
GM
71812000-10-17 Gerd Moellmann <gerd@gnu.org>
7182
7183 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7184
f7f2e883
EZ
71852000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7186
e854cc22
EZ
7187 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7188 extensions, for MS-DOS.
7189
f7f2e883
EZ
7190 * diff-mode.el (diff-header-face, diff-file-header-face)
7191 (diff-changed-face): Define tty-specific colors.
7192
c7b4f0f9
GM
71932000-10-17 Gerd Moellmann <gerd@gnu.org>
7194
7195 * startup.el (fancy-splash-text): Realign the text.
7196
12a72271
EZ
71972000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * font-lock.el (font-lock-comment-face): Define a separate default
7200 for dark-background tty's.
7201
61dfccfd
MB
72022000-10-17 Miles Bader <miles@gnu.org>
7203
7204 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7205 being obscured by whizzy mode-lines on graphics displays.
7206
333cd59e
EZ
72072000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7208
7209 * info.el (Info-title-1-face, Info-title-2-face)
7210 (Info-title-3-face): Define colors for tty's.
dada41e1 7211 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7212
dbf1fcc1
EZ
72132000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7214
7215 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7216 reverse from the frame parameters, and don't invert foreground and
7217 background colors.
7218
ac629823
MB
72192000-10-16 Miles Bader <miles@gnu.org>
7220
7221 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7222 string "*Info*". Call propertized-buffer-identification to spruce
7223 up the result.
7224
76eebffc
GM
72252000-10-16 Gerd Moellmann <gerd@gnu.org>
7226
3a6b59d9
GM
7227 * help.el: Provide `help' for the sake of define-minor-mode
7228 which generates defcustoms with requires.
7229
6569c3d3
GM
7230 * jit-lock.el (jit-lock-after-change): If we're in text that
7231 matches a multi-line font-lock pattern, make sure the whole text
7232 will be redisplayed.
7233
c2e0a611
GM
7234 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7235 author's name is unknown.
7236
76eebffc
GM
7237 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7238 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7239 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7240 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7241 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7242 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7243 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7244 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7245 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7246 Add author information.
7247
cf1e7b12
MB
72482000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7249
7250 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7251 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7252 full-color version (using the Gimp) to eliminate dithering artifacts.
7253
5586f3eb
SM
72542000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7255
7256 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7257
7258 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7259
ad64a888
DL
72602000-10-15 Dave Love <fx@gnu.org>
7261
83c9cb8e 7262 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7263
7264 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7265
7266 * whitespace.el: Doc fixes.
7267 (top-level): Don't add hooks here.
7268 (whitespace-running-emacs): Deleted.
7269 (timer): Don't require.
7270 (whitespace): Add back :version conditional on xemacs test.
7271 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7272 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7273 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7274 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7275 Avoid specific xemacs test.
7276 (whitespace-global-mode): New option.
7277 (whitespace-global-mode): New command.
7278 (whitespace-unload-hook): New function.
7279
7280 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7281 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7282 (Info-fontify-node): `Goto' goes to `Go to'.
7283 (Info-fontify-node): Add help-echo to xref links.
7284
1ef49fc6
EZ
72852000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7286
7287 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7288
8b7707e1
SM
72892000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7290
b3b7f42f
SM
7291 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7292 Use plist-get and allow :inherit.
7293
7294 * emacs-lisp/cl-macs.el (cl-do-arglist):
7295 Use plist-get and plist-member instead of memq.
7296
3c7fafc7
SM
7297 * emacs-lisp/ewoc.el (ewoc-location): New function.
7298 (ewoc-enter-after, ewoc-enter-before): Document return value.
7299 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7300 Don't need make-local-hook any more.
7301 (cvs-addto-collection): Return the new tin.
7302 (cvs-mode-insert): Jump to the new line.
7303
8b7707e1
SM
7304 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7305
7306 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7307
7308 * font-lock.el (font-lock-syntactically-fontified): New var.
7309 (font-lock-fontify-syntactic-keywords-region): Use it.
7310 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7311
7312 * diff-mode.el (diff-find-file-name): Fix regexp.
7313
7314 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7315 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7316
7317 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7318 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7319 (sh-mode): Don't make all vars local here.
7320 (sh-kw): Reformat.
7321 (sh-set-shell): Use dolist. Don't set indent-region-function.
7322 (sh-mode-syntax-table): Use pop.
7323 (sh-remember-variable): Use push.
7324 (sh-help-string-for-variable): Use memq.
7325 (sh-safe-backward-sexp): Remove.
7326 (sh-safe-forward-sexp): Add ARG.
7327 (sh-get-indent-info, sh-prev-stmt): Use it.
7328 (sh-prev-line): Simplify by using forward-comment.
7329 (sh-this-is-a-continuation): Simplify.
7330 (sh-learn-buffer-indent): Use dolist.
7331 (sh-do-nothing): Remove.
7332 (sh-set-char-syntax, sh-set-here-doc-region):
7333 Use inhibit-modification-hooks.
7334 (sh-name-style): Use mapcar and push.
7335 (sh-load-style): Use dolist.
7336 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7337 (sh-case, sh-while-getopts): Use propertize directly rather
7338 than sh-electric-rparen.
7339
73402000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7341
7342 * textmodes/tex-mode.el: Require CL when compiling.
7343 (tex-mode-syntax-table): Init immediately.
7344 (tex-mode-map): Bind M-RET to latex-insert-item.
7345 (latex-mode): Set indent-line-function to latex-indent.
7346 (tex-common-initialization): Don't setup the syntax-table any more.
7347 (latex-insert-item): New skeleton.
7348 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7349 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7350 (latex-indent, latex-find-indent): New functions.
4836835a 7351 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7352 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7353 (tex-compilation-parse-errors): Use with-syntax-table.
7354
86b7fcbb
MB
73552000-10-15 Miles Bader <miles@gnu.org>
7356
7357 * font-lock.el (font-lock-comment-face): Change dark-background,
7358 color, non-tty, default to `chocolate1'.
7359
57a24508
JW
73602000-10-13 John Wiegley <johnw@gnu.org>
7361
7362 * eshell/esh-util.el (require): Added a missing `require' form,
7363 needed when compiling (for an ange-ftp macro definition).
7364
40ad3db4
DL
73652000-10-13 Dave Love <fx@gnu.org>
7366
7367 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7368
db460189
GM
73692000-10-13 Gerd Moellmann <gerd@gnu.org>
7370
83c9cb8e 7371 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7372
4836835a 7373 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7374 transparent -colors 8).
7375
3b5e21df
GM
73762000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7377
7378 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7379 that breaks with old list format timestamps.
7380 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7381 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7382
16908a3f
JW
73832000-10-13 John Wiegley <johnw@gnu.org>
7384
d7103dda
JW
7385 * align.el, pcomplete.el, calendar/timeclock.el,
7386 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7387
dace60cf 7388 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7389 faulty math, where holiday hours were being computing as seconds.
7390
b6b70cda
JW
73912000-10-13 John Wiegley <johnw@gnu.org>
7392
7393 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7394 specifying what "other" kinds of buffers should be saved.
7395 This used to be hard-coded.
b6b70cda
JW
7396 (desktop-buffer-misc-functions): A global for specifying how
7397 auxiliary data should be determined for special buffer types.
7398 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7399 instead of hard-coding the special buffer types.
7400 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7401 auxiliary data, instead of hard-coding for Info buffers and dired.
7402 (desktop-buffer-info-misc-data): Aux function for determining Info
7403 buffer auxiliary info.
7404 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7405 (desktop-buffer-info): Changed this function to use the info
7406 gathered above.
7407 (desktop-create-buffer): Be a little more careful about what
7408 `minor-mode' means before calling it. This is important for some
7409 buffer types.
7410
8c6b1d83
JW
74112000-10-13 John Wiegley <johnw@gnu.org>
7412
7413 * eshell/esh-util.el: Added a global form which declares an
7414 autoload for `parse-time-string', if that function is not already
7415 defined, and if parse-time.el is available on the user's system.
7416
7417 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7418 to be aware of ange-ftp user info.
83c9cb8e 7419 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7420 (eshell-ls-annotate): Use `eshell-file-attributes'.
7421 (eshell-ls-file): Made the user-id printing code a bit smarter.
7422
7423 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7424 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7425 It's manual, but there's no other way to know when the current user
7426 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7427 (fboundp): Bind `ange-cache'.
7428 (eshell-directory-files-and-attributes): Re-organized the logic a
7429 bit to use `eshell-file-attributes' instead of `file-attributes'.
7430 The former is more sensitive to directories that are read via FTP,
7431 and knows how to use ange-ftp to determine full attribute
7432 information, instead of just the name and last modtime.
7433 (eshell-current-ange-uids): Return the current user id when in a
7434 remote directory.
7435 (eshell-parse-ange-ls): Parse a full directory listing that has
7436 been returned by ange-ftp.
7437 (eshell-file-attributes): This beefed up version of
7438 `file-attributes' is only special if the user is currently in a
7439 remote directory, in which case it does a lot of work to find out
7440 what the real attributes of a file are, as they appear on the
7441 remote machine. This makes usage of remote directories (i.e.,
7442 ange-ftp pathnames) much more useful. You can now use Eshell as a
7443 full-fledged FTP client, with much more manipulation ability than
7444 most other clients.
7445
7446 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7447 variable, which means that Eshell's du should always be preferred
7448 in remote directories.
7449 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7450 just `file-attributes'.
7451 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7452 when reading remote directories. This is an Eshell-specific
7453 variable (not part of ange-ftp).
7454 (eshell/ln): Bind `ange-cache'.
7455 (eshell/du): Added some extra logic for determining when to use
7456 Eshell's du (which is slow), and when to use the external version
7457 (which may or may not exist).
7458
83c9cb8e
SM
7459 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7460 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7461 `get-buffer-process', since backgrounded processes don't count in
7462 the context of this function's logic.
7463
7464 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7465 `forward-char', so that null strings are parsed correctly.
7466
87730e84 74672000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7468
83c9cb8e
SM
7469 * eshell/em-pred.el (eshell-pred-file-type)
7470 (eshell-pred-file-links, eshell-pred-file-size):
7471 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7472
7473 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7474 that remote file globbing is more efficient.
7475
7476 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7477 gathering the files and attributes within a directory.
7478
7479 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7480 the command line is a special file (not a regular file, directory
7481 or symlink), always attempt to call the external version of cat.
7482
87730e84 74832000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7484
7485 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7486 Eshell-friendly version of find-tag.
7487
1c7e37a9
MB
74882000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7489
4836835a 7490 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7491 (image-file-name-regexps): Add autoload cookies.
7492
11a7f341
KH
74932000-10-13 Kenichi Handa <handa@etl.go.jp>
7494
7495 * international/mule-cmds.el (select-safe-coding-system): If FROM
7496 is string, show it in *Warning* buffer.
7497
8ddddcb0
EZ
74982000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7499
7500 * startup.el (normal-top-level): Use display-popup-menus-p instead
7501 of window-system.
7502 (command-line): Use display-graphic-p instead of window-system.
7503 (command-line-1): Use display-popup-menus-p and display-mouse-p
7504 instead of window-system.
7505
72200f89
SS
75062000-10-12 Sam Steingold <sds@gnu.org>
7507
7508 * tooltip.el (tooltip-use-echo-area): New user variable.
7509 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7510
8661c643
DL
75112000-10-12 Dave Love <fx@gnu.org>
7512
d0b40dc1
DL
7513 * recentf.el: Maintainer's checkdoc fixes.
7514
83c9cb8e
SM
7515 * startup.el (normal-top-level-add-subdirs-to-load-path):
7516 Use character class, not ASCII when matching file names.
a622451f
DL
7517 (fancy-splash-head): Add trailing slash to URL.
7518 (command-line): Don't require XPM support for toolbar.
7519
8661c643
DL
7520 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7521 (cperl-invalid-face): Revert last change.
7522 (cperl-init-faces): Quote cperl-invalid-face.
7523
ef2ed8ab
KH
75242000-10-12 Kenichi Handa <handa@etl.go.jp>
7525
7526 * startup.el (fancy-splash-text): Remove superfluous quote.
7527
b0da379e
GM
75282000-10-12 Gerd Moellmann <gerd@gnu.org>
7529
dbeb499b
GM
7530 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7531 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7532 (command-line-1): Don't use fancy-splash-pending-command.
7533 (fancy-splash-screens-1): Goto point-min after inserting text.
7534
d861718a
GM
7535 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7536
b0da379e
GM
7537 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7538 instead of shared-lisp-mode-map.
7539
4fb2ad98
MB
75402000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7541
1cb4393e
MB
7542 * faces.el (header-line): Change tty-variant to use underlining.
7543
4fb2ad98
MB
7544 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7545 (isearch-highlight): Restore lazy-isearch face properties at old
7546 position, and suppress them at new position.
7547 (isearch-dehighlight): Restore lazy-isearch face properties.
7548 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7549 over the real isearch overlay, but in that case, don't give it a
7550 face property. Use `push'.
7551
eb991b25
KH
75522000-10-12 Kenichi Handa <handa@etl.go.jp>
7553
7554 * man.el (Man-getpage-in-background): Fix previous change.
7555 Decode the process output only when we are in multibyte mode.
7556
a818c1c0
DL
75572000-10-11 Dave Love <fx@gnu.org>
7558
c990f53a
DL
7559 * info.el (Info-mode-menu): Fix some help.
7560 (info-tool-bar-map): Add entry for Info-last.
7561
a818c1c0
DL
7562 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7563 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7564 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7565 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7566 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7567 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7568 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7569 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7570 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7571 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7572 Reduce colour requirements to 25 overall. (Probably wants
7573 revisiting from the originals to reduce further.)
7574
c1b096cb
EZ
75752000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7576
7577 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7578 buffer-file-coding-system, instead of raw-text.
7579 (dehexlify-buffer): Bind coding-system-for-read to
7580 buffer-file-coding-system, instead of raw-text.
7581
5c8b7eaf
SS
75822000-10-11 Sam Steingold <sds@gnu.org>
7583
83c9cb8e 7584 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7585 `underline' - fixes the bug introduced on 2000-09-21.
7586
2cfbdb7a
DL
75872000-10-11 Dave Love <fx@gnu.org>
7588
83c9cb8e
SM
7589 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7590 Avoid compiler warnings.
2cfbdb7a
DL
7591 (scheme-mode): Doc fix.
7592 (scheme-font-lock-keywords-1): Match `define-syntax'.
7593
75942000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7595
7596 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7597 face specs as well as default ones. Only do anything if the
7598 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7599 (region): Make dark-background `region' face less in-your-face.
4b33f290 7600
690ec649
SS
76012000-10-10 Sam Steingold <sds@gnu.org>
7602
7603 * chistory.el, ielm.el, ledit.el:
7604 * progmodes/inf-lisp.el, progmodes/scheme.el:
7605 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7606
3b95d6bb
SM
76072000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7608
7609 * textmodes/texinfo.el: Update copyright and fix typo.
7610
7611 * desktop.el (desktop-modes-not-to-save): New var.
7612 (desktop-save-buffer-p): Use it.
a30eb617
DL
7613 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7614 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7615
76162000-10-10 Dave Love <fx@gnu.org>
7617
7618 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7619 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7620
7621 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7622 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7623 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7624 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7625 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7626 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7627 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7628 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7629 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7630 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7631 the .xpms; probably need retouching.
7632
76332000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7634
7635 * subr.el (add-to-list): Add optional argument APPEND.
7636 * battery.el (display-battery): Use `add-to-list'.
7637
76382000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7639
83c9cb8e
SM
7640 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7641 properties.
a30eb617
DL
7642 (zone, zone-when-idle, zone-leave-me-alone)
7643 (zone-pgm-whack-chars): Use new symbol properties.
7644
7645 * battery.el (display-battery): Doc spelling fix.
7646
7647 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7648 property.
7649
76502000-10-09 Dave Love <fx@gnu.org>
7651
7652 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7653 has been initialized before calling tool-bar-setup.
7654 (tool-bar-add-item-from-menu): Add autoload cookie.
7655
76562000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7657
7658 * menu-bar.el (send-mail-item-name): New function.
7659 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7660 of mail-user-agent in the menu. Don't display the "Send Mail"
7661 item if mail-user-agent is nil or its value is ignore.
7662 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7663 if read-mail-command is nil or its value is ignore.
7664
7665 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7666
76672000-10-09 Miles Bader <miles@gnu.org>
7668
7669 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7670 Correct image size.
7671 * toolbar/left_arrow.xpm: Correct image size.
7672
7673 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7674 will be done by the definition of `auto-compression-mode' if
7675 necessary. Move code to uninstall existing file-name handler
7676 before definition of `auto-compression-mode'.
7677
7678 * image-file.el (auto-image-file-mode): Move to the end of the
7679 file, because `define-minor-mode' actually calls the mode-function
7680 if the associated variable is non-nil, which requires that all
7681 needed functions be already defined.
7682
7683 * mouse.el (popup-menu): Balance parens.
7684
76852000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7686
7687 * mouse.el (popup-menu): Move the command call outside the loop
7688 so that popup-menu returns whatever the command returns.
7689
7690 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7691 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7692 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7693 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7694
7695 * vc.el (vc-version-diff): diff-switches can be a list.
7696 Use relative filenames for prettier output.
7697
7698 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7699 (vc-post-command-functions): Remove old-VC compatibility code.
7700
7701 * newcomment.el (comment-indent-default): Autoload.
7702
7703 * font-lock.el (font-lock-defaults): Make buffer-local.
7704 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7705 (font-lock-choose-keywords):
7706 Ignore LEVEL unless KEYWORDS is a list of syms.
7707 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7708 Don't wrap regexp-opt things in \(...\) unnecessarily.
7709
7710 * jit-lock.el: Don't require font-lock any more.
7711 (jit-lock-functions): Make buffer-local.
7712 (jit-lock-saved-fontify-buffer-function): Remove.
7713 (jit-lock-mode): Remove autoload cookie.
7714 Remove font-lock specific code.
7715 (jit-lock-unregister): Don't bother handling complex hooks any more.
7716 (jit-lock-refontify): New function.
7717 (jit-lock-fontify-buffer): Use it.
7718 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7719 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7720 Add optional args START and END.
7721 Never call font-lock-fontify-region directly.
7722 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7723
7724 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7725
77262000-10-08 Dave Love <fx@gnu.org>
7727
7728 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7729
7730 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7731
7732 * play/studly.el (studlify-region, studlify-word): Add autoload
7733 cookie.
7734
7735 * play/morse.el (morse-region, unmorse-region): Add autoload
7736 cookie.
7737
7738 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7739 concat.
7740
7741 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7742 insist on symbols starting with word syntax.
7743 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7744 (eval-defun-1): Doc fix.
7745 (indent-sexp): Use nconc to build up indent-stack.
7746
7747 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7748 Gnus with little use.
7749 (mail-setup-hook): Add mail-abbrevs-setup to options.
7750
7751 * recentf.el: Doc fixes.
7752
7753 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7754 Clean up remainder.
7755
7756 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7757 without timezone and (8) with timezone to enforce some whitespace.
7758 Simplify code somewhat.
7759
7760 * options.el (list-options): Doc that you should use customize.
7761
7762 * iswitchb.el (iswitchb-mode): Add :require.
7763
7764 * info.el (Info-goto-node, Info-menu): Doc fix.
7765 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7766 (info-tool-bar-map): New variable.
7767 (Info-mode): Use it.
7768 (Info-edit-map): Define all in defvar.
7769 (speedbar-attached-frame): Avoid compiler warning.
7770
7771 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7772 (global-map): Bind [tool-bar] to a filtered map.
7773 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7774 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7775 Allow PBM icons.
7776 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7777
7778 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7779 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7780 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7781 icons, except up_arrow, which is left-arrow rotated.
7782
7783 * imenu.el (imenu-add-to-menubar): Fix last change.
7784
77852000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7786
7787 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7788 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7789
77902000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7791
7792 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7793 typos in doc strings.
7794
7795 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7796 the doc strings how to customize Font Lock faces.
7797
7798 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7799 computing growth when dragging the header line.
7800
78012000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7802
7803 * simple.el (kill-line): Doc fix.
7804
78052000-10-08 Miles Bader <miles@gnu.org>
7806
7807 * faces.el (secondary-selection): Make foreground visible on tty.
7808
7809 * jka-compr.el (auto-compression-mode): Move to the end of the
7810 file, because `define-minor-mode' actually calls the mode-function
7811 if the associated variable is non-nil, which requires that all
7812 needed functions be already defined.
7813 (with-auto-compression-mode): Add autoload cookie.
7814
78152000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7816
7817 * files.el (find-backup-file-name) [ms-dos]: If support for long
7818 file names is not available, behave as if version-control were set
7819 to never.
7820
78212000-10-07 Dave Love <fx@gnu.org>
7822
7823 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7824 (browse-url-gnome-moz): New function.
7825 (browse-url-browser-function): Use it.
7826 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7827
78282000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7829
7830 * indent.el (tab-always-indent): New var.
7831 (indent-for-tab-command): Use it.
7832
7833 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7834 raise an error. This way it can still default to a sane value.
7835
78362000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7837
7838 * startup.el (fancy-splash-screens): Use local rather than global map.
7839 Don't use `update-menu-bindings' any more.
7840 Get rid of assumptions about keymap representation.
7841
78422000-10-06 Dave Love <fx@gnu.org>
7843
7844 * textmodes/fill.el (sentence-end-double-space)
7845 (sentence-end-without-period): Doc fix.
7846 (adaptive-fill-regexp): Purecopy.
7847 (unjustify-current-line): Use line-end-position.
7848 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7849
7850 * net/eudc-vars.el (eudc): Add :version, :link.
7851
7852 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7853
7854 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7855 Fix for define-minor-mode.
7856 (function-at-point): Alias to function-called-at-point.
7857
7858 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7859
7860 * simple.el (backward-word): Doc fix.
7861
7862 * image-file.el (image-file-name-regexp): image-file-regexps ->
7863 image-file-name-regexps.
7864 (image-file-name-extensions): Add pbm.
7865
78662000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7867
7868 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
7869 and add filename to the names so that diff-mode can jump to source.
7870
7871 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
7872 (tex-font-lock-keywords, tex-font-lock-keywords-2)
7873 (tex-font-lock-keywords-1): Remove.
7874 (font-lock-turn-on-thing-lock): Use jit-lock-register.
7875 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
7876 (font-lock-default-fontify-region):
7877 Expand beg..end correctly when just following a multiline region.
7878 (font-lock-fontify-anchored-keywords):
7879 Include the anchor text as part of the multiline.
7880
78812000-10-06 Gerd Moellmann <gerd@gnu.org>
7882
7883 * loadup.el (toplevel): Load `loaddefs' before `help' because the
7884 latter needs the autoloaded define-minor-mode macro during the
7885 bootstrap.
7886
7887 * startup.el (command-line): For now, activate tool-bar-mode only
7888 if XPM images are supported.
7889
7890 * mouse.el (mouse-drag-header-line): Don't allow resizing a
7891 window by dragging a header-line at the top of the frame; that's
7892 confusing because the header-line doesn't move.
7893 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
7894 of treating the event as a list. Some cleanup.
7895
78962000-10-06 Miles Bader <miles@gnu.org>
7897
7898 * simple.el (display-message-or-buffer): New function.
7899 (shell-command-on-region): Use `display-message-or-buffer'.
7900
7901 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
7902 docstring parts.
7903
7904 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
7905 (smbclient-prompt-regexp): Add usage note to doc string.
7906 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
7907 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
7908 Use add-hook for adding the comint filter function, and only do so
7909 if it's not already in the global hook list.
7910 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
7911 to `make-local-variable'.
7912 (nslookup-font-lock-keywords): Remove prompt entry.
7913 (nslookup): Don't set the process-filter.
7914 (finger): Exit the loop correctly when the regexps list runs out.
7915 (ftp, smbclient, smbclient-list-shares):
7916 Set the real major mode immediately, not after execing.
7917 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
7918
7919 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
7920
79212000-10-05 Stefan Monnier <monnier@cs.yale.edu>
7922
7923 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
7924
7925 * which-func.el (which-func-format): Remove spurious space.
7926 (which-func-mode): Don't make it permanent-local.
7927 (which-func-ff-hook): Allow which-func-maxout to be nil.
7928 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
7929 (which-func-mode): Simplify.
7930 Use post-command-idle-hook rather than post-command-hook.
7931 Go through all buffers and update their state.
7932 (which-function): Also try add-log-current-defun-function.
7933
7934 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
7935 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
7936 Update call to with-vc-properties accordingly.
7937 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
7938 (vc-revert-buffer): More careful about window selection and deletion.
7939 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
7940
7941 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
7942 (cvs-retrieve-revision): Reuse a pre-existing buffer.
7943 (cvs-dired-action): Change the default to quickdir.
7944
7945 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
7946 if comment-indent-function returns nil.
7947 (comment-indent-default): New function.
7948 (comment-indent-function): Use it and document the new semantics.
7949
7950 * image-file.el: Docstring fixes.
7951
7952 * help.el (help-xref-on-pp): Use match-string.
7953 (describe-variable): New arg BUFFER.
7954 Store the current buffer in the help-xref-stack.
7955 (temp-buffer-resize-mode): Use define-minor-mode.
7956
7957 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
7958 consistently with its docstring.
7959 Set jit-lock-first-unfontify-pos in an idempotent way.
7960 (jit-lock-register): Autoload and add arg CONTEXTUAL.
7961
79622000-10-05 Alex Schroeder <alex@gnu.org>
7963
7964 * sql.el (sql-mysql-options): New variable.
7965 (sql-mysql): Use it.
7966
79672000-10-05 Miles Bader <miles@lsi.nec.co.jp>
7968
7969 * image.el (image): New group.
7970
7971 * smerge-mode.el (smerge-mine-face, smerge-other-face)
7972 (smerge-base-face, smerge-markers-face): Add dark-background variants.
7973
79742000-10-04 Peter Breton <pbreton@ne.mediaone.net>
7975
7976 * net/net-utils.el (nslookup-font-lock-keywords)
7977 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
7978 Ignore the value of wqindow-system; always define keywords
7979
79802000-10-05 Kenichi Handa <handa@etl.go.jp>
7981
7982 * startup.el (fancy-splash-screens): Remove the code for
7983 debugging; `(trace-to-stderr "EXITTT\n")'.
7984
79852000-10-05 Miles Bader <miles@gnu.org>
7986
7987 * diff-mode.el (diff-goto-source): Update call to
7988 `diff-hunk-status-msg' to reflect new REV variable.
7989
79902000-10-04 Stefan Monnier <monnier@cs.yale.edu>
7991
7992 * progmodes/icon.el (icon-mode):
7993 Don't gratuitously override the default for comment-column.
7994
7995 * vc-hooks.el (vc-mode-line): Fix interactive spec.
7996
7997 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
7998 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
7999 (jit-lock-functions): New var.
8000 (jit-lock-function-1): Use it if non-nil.
8001 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8002 Set the `fontified' property before doing the fontification to avoid
8003 repeatedly going through the same error.
8004 Don't turn errors into messages.
8005 (jit-lock-register, jit-lock-unregister): New functions.
8006
8007 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8008 Use with-current-buffer.
8009
8010 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8011 Turn comment into docstring.
8012
8013 * apropos.el (apropos-mode): Use define-derived-mode.
8014
80152000-10-04 Gerd Moellmann <gerd@gnu.org>
8016
8017 * startup.el (fancy-splash-pending-command): New variable.
8018 (fancy-splash-pre-command): New function.
8019 (fancy-splash-screens): Rewritten.
8020 (command-line-1): If fancy-splash-pending-command is set, call it
8021 interactively.
8022
80232000-10-04 Dave Love <fx@gnu.org>
8024
8025 * toolbar/tool-bar.el (tool-bar-setup): New function.
8026 (tool-bar-mode): Use it.
8027
8028 * subr.el (substitute-key-definition): Doc fix.
8029 (play-sound-file): New command.
8030
80312000-10-04 Andre Spiegel <spiegel@gnu.org>
8032
8033 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8034 vc-version-backup-file-name): New functions.
8035
8036 * files.el (basic-save-buffer): Call vc-before-save before saving.
8037
8038 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8039 vc-cvs-stay-local-p.
8040
8041 * vc.el (vc-revert-buffer): Handle empty diff properly.
8042 (vc-version-backup-file): New function.
8043 (vc-checkout): Create a version backup if necessary.
8044 (vc-checkin): If a version backup file exists, delete it.
8045 (vc-version-diff): Diff locally using version backups, if available.
8046 (vc-revert-file): If there's a version backup, revert locally.
8047 (vc-transfer-file): Use version backup for base version, if
8048 available. If not, ask for confirmation whether to get it from the
8049 server. Update mode line before check-in.
8050
80512000-10-04 Dave Love <fx@gnu.org>
8052
8053 * toolbar/tool-bar.el (tool-bar-setup): New function.
8054 (tool-bar-mode): Use it.
8055
80562000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8057
8058 * net/net-utils.el (nslookup-font-lock-keywords)
8059 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8060 Only set if window-system is non-nil
8061 (net-utils-run-program): Returns buffer.
8062 (network-connection-reconnect): Added this function.
8063
8064 * generic.el:
8065 Incorporates extensive cleanup and docfixes by
8066 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8067 Uses cl compile-time macros.
8068 (generic-mode-name, generic-comment-list)
8069 (generic-keywords-list, generic-font-lock-expressions)
8070 (generic-mode-function-list, generic-mode-syntax-table):
8071 Removed variables.
8072 (generic-mode-alist): Renamed to generic-mode-list.
8073 (generic-find-file-regexp): Default changed to "^#".
8074 (generic-read-type): Uses completing read on generic-mode-list.
8075 (generic-mode-sanity-check): removed this function.
8076 (generic-add-to-auto-mode): Removed this function
8077 (generic-mode-internal): Bind mode-specific definitions
8078 into function instead of putting them in alist.
8079 (generic-mode-set-comments): Reworked extensively.
8080 (generic-mode-find-file-hook): Simplified regexp searching
8081 (generic-make-keywords-list): Omit extra pair of parens
8082
8083 * find-lisp.el (find-lisp-find-files-internal):
8084 Make sure directory name ends with "/".
8085
8086 * generic-x.el (apache-conf-generic-mode):
8087 Regexp now allows leading whitespace.
8088 (rc-generic-mode): Added eval-when-compile
8089 around generic-make-keywords-list.
8090 Deleted duplicate regexp
8091 (rul-generic-mode): Added eval-when-compile
8092 around generic-make-keywords-list.
8093 (etc-fstab-generic-mode): New generic mode.
8094 (rul-generic-mode): Removed one eval-when-compile
8095 which caused a max-specpdl-size exceeded error.
8096
80972000-10-04 Miles Bader <miles@gnu.org>
8098
8099 * simple.el (minibuffer-temporary-goal-position): New variable.
8100 (next-history-element): Try to keep the position of point in the
8101 input string constant.
8102
8103 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8104 (dired-do-create-files): If there's only one file, pass it in as
8105 the DEFAULT arg to dired-mark-read-file-name.
8106
81072000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8108
8109 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8110 (diff-goto-source): Be smarter when choosing REVERSE or not.
8111
8112 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8113 (texinfo-mode-menu): Add an explicit shortcut for update all.
8114
81152000-10-03 Andre Spiegel <spiegel@gnu.org>
8116
8117 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8118 factorize backend-specific code cleanly (this was essentially
8119 conceived by Stefan Monnier).
8120 (vc-unregister): Function removed.
8121 (vc-revert-file): New function.
8122 (vc-revert-buffer): Delegate some of the work to it.
8123
8124 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8125 default branch unconditionally.
8126 (vc-rcs-set-default-branch): New function.
8127 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8128 (vc-rcs-checkin): If an appropriate default branch has been set,
8129 force creation of that branch.
8130 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8131 code (as suggested by Stefan Monnier).
8132
81332000-10-02 Gerd Moellmann <gerd@gnu.org>
8134
8135 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8136 highlighting overlay with a different face over the overlay
8137 isearch uses to highlight the current match because that can lead
8138 to bad face combinations.
8139
8140 * loadup.el (toplevel): Load faces before isearch.
8141
8142 * isearch.el (isearch-faces): New custom group.
8143 (isearch): New defface; was already tested for in the code.
8144 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8145 (isearch-highlight): Always use face `isearch'.
8146
81472000-10-02 Dave Love <fx@gnu.org>
8148
8149 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8150 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8151 comparison of opcode with operand.
8152
81532000-10-03 Miles Bader <miles@gnu.org>
8154
8155 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8156 buffer, since the echo area will now grow to accommodate them.
8157
81582000-10-02 Andre Spiegel <spiegel@gnu.org>
8159
8160 * vc-hooks.el (vc-registered): If FILE used to be registered under
8161 a certain backend, try that one first.
8162
8163 * vc.el (vc-responsible-backend): Undo the previous change in the
8164 argument list. Handle multiple backends correctly.
8165 (vc-find-new-backend): Function removed.
8166 (vc-register): Use vc-responsible-backend, as before.
8167 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8168
81692000-10-02 Gerd Moellmann <gerd@gnu.org>
8170
8171 * startup.el (fancy-splash-head): Change message below the
8172 logo.
8173
81742000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8175
8176 * diff-mode.el (diff-goto-source): Emit a status message.
8177 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8178 (diff-test-hunk): Fix doc string.
8179 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8180 (diff-advance-after-apply-hunk): New variable.
8181 (diff-apply-hunk): Don't return a value.
8182
81832000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8184
8185 * vc.el (vc-editable-p): Minor optimization.
8186 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8187 (vc-find-new-backend): New function split from vc-responsible-backend.
8188 (vc-register): Use it.
8189 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8190 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8191 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8192 (vc-clear-headers): Don't use find-file.
8193 (vc-revert-buffer): Use `and' again (must have been a braino).
8194 (vc-switch-backend): Only prompt if requested.
8195 Short circuit if nothing is to be done.
8196 Don't use vc-resynch-buffer which could lose unsaved editing.
8197 (vc-default-receive-file): Update call to vc-unregister.
8198 (with-vc-file, vc-next-action-on-file):
8199 Use vc-backend rather than vc-registered.
8200 (vc-next-action-on-file): Use intern-soft.
8201 Deal with read-only *vc-diff* buffer.
8202 (vc-transfer-file): Docstring fix.
8203
8204 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8205 (vc-rcs-receive-file): Avoid with-vc-properties.
8206 Update call to vc-unregister.
8207 Use constant `RCS' rather than (dynamically bound) var `backend'.
8208
82092000-10-01 Andre Spiegel <spiegel@gnu.org>
8210
8211 * vc.el (vc-next-action-on-file): Update mode line only if file
8212 is visited.
8213 (vc-start-entry): New argument initial-contents. Don't visit the file
8214 if it isn't already visited. Brought documentation up-to-date.
8215 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8216 (vc-checkin): New optional arg initial-contents, which is passed to
8217 vc-start-entry.
8218 (vc-finish-logentry): Make sure to bury log buffer only if there
8219 really is one. Call `vc-resynch-buffer' on log-file, not
8220 buffer-file-name.
8221 (vc-default-comment-history, vc-default-wash-log): New functions.
8222 (vc-index-of): Removed.
8223 (vc-transfer-file): Make do without the above.
8224 (vc-default-receive-file): Call comment-history unconditionally. Pass
8225 the resulting string to vc-checkin, instead of inserting it into the
8226 comment ring.
8227
8228 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8229 unconditionally. Use the comments as initial contents of the log
8230 entry buffer. Document the trick to force branch creation with no
8231 changes.
8232
82332000-10-01 Miles Bader <miles@gnu.org>
8234
8235 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8236 `recenter' with an arg to prevent redrawing the display.
8237
82382000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8239
8240 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8241
8242 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8243
8244 * progmodes/c-mode.el (c-mode):
8245 Don't gratuitously override the default for comment-column.
8246
8247 * textmodes/tex-mode.el (latex-metasection-list): New var.
8248 (latex-imenu-create-index): Use it.
8249 Move the regexp construction outside loops (and use push).
8250 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8251 (tex-font-lock-keywords): Moved from font-lock.el.
8252 (tex-comment-indent): Remove.
8253 (tex-common-initialization): Don't set comment-indent-function.
8254 (latex-block-default): New var.
8255 (tex-latex-block): Use it to provide a default choice.
8256 Add any unknown choice to latex-block-names.
8257 Insert [...] after {...}.
8258 (tex-last-unended-begin): Simplify regexp.
8259 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8260 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8261 (latex-mode): Set forward-sexp-function.
8262
8263 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8264 Add regexp for @ignore ... @end ignore.
8265 (texinfo-heading-face): New face.
8266 (texinfo-font-lock-keywords): Use it.
8267 (texinfo-mode-menu): New menu.
8268 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8269 New functions.
8270 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8271 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8272 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8273 Remove declaration.
8274 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8275
8276 * delsel.el (delete-selection-mode): Use define-minor-mode.
8277
8278 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8279
82802000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8281
8282 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8283
82842000-09-30 Gerd Moellmann <gerd@gnu.org>
8285
8286 * replace.el (keep-lines-read-args): New function.
8287 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8288 read arguments interactively. Add parameters RSTART and REND.
8289 Operate on the active region in Transient Mark mode.
8290
8291 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8292
8293 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8294 (authors-obsolete-files-regexps): New variable.
8295 (authors-add): Don't record changes in obsolete files.
8296
82972000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8298
8299 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8300
8301 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8302 (comment-indent): Make sure there's a space between code and comment.
8303 Shift comments left to avoid going past fill-column.
8304
83052000-09-29 Gerd Moellmann <gerd@gnu.org>
8306
8307 * startup.el (startup-echo-area-message): New function.
8308 (display-startup-echo-area-message): Use it.
8309 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8310 (fancy-splash-default-action): New function.
8311 (fancy-splash-screens-1): New function.
8312 (fancy-splash-head): Put a help-echo and a keymap under the image.
8313
83142000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8315
8316 * diff-mode.el (diff-add-log-file-name): Remove.
8317 (diff-mode): Use add-log-buffer-file-name-function.
8318
8319 * add-log.el (find-change-log): New arg BUFFER-FILE.
8320 (add-log-file-name): Obey add-log-file-name-function.
8321 (add-log-buffer-file-name-function): New var.
8322 (add-change-log-entry): Use it.
8323
83242000-09-29 Miles Bader <miles@gnu.org>
8325
8326 * image-file.el (image-file-name-extensions): New variable.
8327 (image-file-name-regexps): Renamed from `image-file-regexps'.
8328 New default value is nil. Call `auto-image-file-mode'.
8329 (image-file-name-regexp): New function.
8330 (auto-image-file-mode): New minor mode.
8331 (insert-image-file): Don't make conditional on the image-file
8332 handler being enabled.
8333 (image-file-handler): Make the call here conditional instead.
8334 (set-image-file-handler-enabled, enable-image-file-handler)
8335 (disable-image-file-handler): Functions removed.
8336
8337 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8338 string.
8339
83402000-09-29 Gerd Moellmann <gerd@gnu.org>
8341
8342 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8343 it's a function from CL.
8344 (latex-imenu-create-index): Replace eval-when-compile with progn
8345 because latex-section-alist is not bound while compiling.
8346
83472000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8348
8349 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8350 (outline-mode): Use define-derived-mode.
8351
8352 * progmodes/perl-mode.el (perl-mode):
8353 * progmodes/awk-mode.el (awk-mode):
8354 * progmodes/asm-mode.el (asm-mode):
8355 Don't gratuitously override the default for comment-column.
8356
8357 * emacs-lisp/lisp.el (lisp-complete-symbol):
8358 Distinguish the let-binding case from the funcall case.
8359 (forward-sexp-function): New variable.
8360 (forward-sexp): Use it.
8361
8362 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8363 (easy-mmode-defmap): Remove the now useless autoload.
8364
8365 * time.el (display-time-mode): Use define-minor-mode.
8366
8367 * subr.el (add-minor-mode): Don't eval NAME.
8368 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8369 Use if rather than cond.
8370
8371 * simple.el (read-expression-map): Define more properly.
8372 (comment-indent-hook): Remove.
8373 (string-to-syntax): Bug fix.
8374
8375 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8376 (cvs-ediff-diff): Fix typo.
8377 (cvs-revert-if-needed): Don't bother preserving read-only.
8378
8379 * paren.el (show-paren-mode): Use define-minor-mode.
8380
8381 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8382 (toggle-auto-compression): Remove.
8383 (jka-compr-build-file-regexp): Remove useless grouping.
8384
8385 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8386 Avoid user-reserved bindings.
8387 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8388 (diff-header-face): Revert to grey85.
8389
8390 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8391
8392 * complete.el (partial-completion-mode) <defcustom>: Remove.
8393 (partial-completion-mode): Use define-minor-mode.
8394 (PC-do-completion): Understand `completion-auto-help = delay'
8395 to mean to popup the completion buffer only the second time.
8396 (PC-include-file-all-completions, PC-include-file-all-completions)
8397 (PC-include-file-all-completions): Don't quote lambda.
8398
8399 * comint.el (comint-mode-hook): Docstring fix.
8400 (comint-mode): Use define-derived-mode.
8401 (comint-mode-map): Remove obsolete comment.
8402 (make-comint): Minor stylistic change.
8403 (comint-insert-clicked-input): Be more careful to find the overlay.
8404 Use this-command-keys rather than hardcoding mouse-2.
8405
8406 * font-lock.el: Replace confusing (,@ with ,
8407 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8408 Don't use regexp-opt-depth. Spice up the regexp for args.
8409 Don't distinguish between cmds that can take an opt arg or not.
8410 Use `append' and `prepend' rather than `keep'.
8411
8412 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8413 (latex-outline-regexp): New var.
8414 (latex-outline-level): New fun.
8415 (latex-section-alist): New var.
8416 (latex-imenu-create-index): Use it. Use `push' as well.
8417 (tex-shell-map): Initialize it properly.
8418 (tex-mode): Minor stylistic change.
8419 (plain-tex-mode): Use define-derived-mode.
8420 (latex-mode): Use define-derived-mode.
8421 Construct the paragraph regexps in a more readable way.
8422 Set the buffer-local outline-{level,regexp} vars.
8423 (slitex-mode): Derive from latex-mode.
8424 (tex-common-initialization): Don't kill-all-vars anymore.
8425 Add setting for comment-add and font-lock-defaults.
8426 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8427 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8428 (tex-start-tex): New arg DIR (and send a chdir command for it).
8429 Also display the shell buffer and save it in tex-last-buffer-texed.
8430 (tex-region): Use expand-file-name rather than concat.
8431 Remove code made useless by changes in tex-start-tex.
8432 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8433
8434 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8435
84362000-09-28 Dave Love <fx@gnu.org>
8437
8438 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8439
84402000-09-28 Gerd Moellmann <gerd@gnu.org>
8441
8442 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8443 `append'.
8444
84452000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8446
8447 * info.el (Info-extract-pointer): Undo last change.
8448 Instead, fix the position of the `bound' arg to re-search-backward.
8449
84502000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8451
8452 * info.el (Info-extract-pointer):
8453 Widen more carefully, to avoid finding pointers in other nodes.
8454 (Info-index): Use push.
8455
84562000-09-27 Gerd Moellmann <gerd@gnu.org>
8457
8458 * frame.el (set-frame-font): Remove call to obsolete function
8459 frame-update-faces.
8460 (set-foreground-color, set-background-color): Likewise for
8461 frame-update-face-colors.
8462
84632000-09-27 Miles Bader <miles@gnu.org>
8464
8465 * image-file.el: New file.
8466
84672000-09-27 Gerd Moellmann <gerd@gnu.org>
8468
8469 * frame.el (frame-notice-user-settings): Don't call
8470 frame-update-faces, which is a no-op now.
8471
8472 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8473 tool-bar-lines.
8474
84752000-09-27 Dave Love <fx@gnu.org>
8476
8477 * mouse.el: Fix last change.
8478
84792000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8480
8481 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8482
84832000-09-22 Kenichi Handa <handa@etl.go.jp>
8484
8485 * international/quail.el (quail-help): The output message is
8486 improved.
8487
84882000-09-26 Dave Love <fx@gnu.org>
8489
8490 * mouse.el (popup-menu): If POSITION is nil, set it using
8491 mouse-position.
8492
84932000-09-25 Sam Steingold <sds@gnu.org>
8494
8495 * net/browse-url.el (browse-url-file-url): Check for null maps.
8496
84972000-09-26 Gerd Moellmann <gerd@gnu.org>
8498
8499 * frame.el (frame-notice-user-settings): Don't add a
8500 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8501
8502 * frame.el (frame-notice-user-settings):
8503 Make tool-bar-mode and default-frame-alist consistent.
8504
8505 * toolbar/tool-bar.el (tool-bar-help): New function.
8506
85072000-09-25 Gerd Moellmann <gerd@gnu.org>
8508
8509 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8510 current-load-list in top-level forms. Else this leaks a cons cell
8511 every time a defun is called.
8512
8513 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8514
85152000-09-25 Dave Love <fx@gnu.org>
8516
8517 * startup.el (fancy-splash-head): Check XPM is available.
8518
8519 * autoinsert.el (auto-insert): Doc fix.
8520 (auto-insert-alist): Following GNU notices, don't say `copyright
8521 _by_'. Use line-beginning-position.
8522 (auto-insert): Check buffer-file-name is non-nil before use.
8523
85242000-09-25 Gerd Moellmann <gerd@gnu.org>
8525
8526 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8527 starting with `@def' or `@multitable', in addition to ones
8528 specified by the user in auto-fill-inhibit-regexp.
8529
85302000-09-25 Markus Rost <rost@math.ohio-state.edu>
8531
8532 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8533 rmail-dont-reply-to-names matches the empty string.
8534
85352000-09-25 Gerd Moellmann <gerd@gnu.org>
8536
8537 * startup.el (command-line-1, fancy-splash-text): Change the
8538 text to sound more friendly.
8539
85402000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8541
8542 * progmodes/hideshow.el: Update author email address.
8543 Generally, sync w/ maintainer version 5.22.
8544 (hs-hide-all-non-comment-function): New var.
8545 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8546 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8547 (hs-show-region): Delete this command.
8548 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8549
85502000-09-22 Dave Love <fx@gnu.org>
8551
8552 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8553 (hl-line-highlight): Specify buffer when moving overlay.
8554
8555 * progmodes/fortran.el (fortran-mode): Locally set
8556 normal-auto-fill-function.
8557 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8558 (fortran-mode-map): Adjust auto-fill menu entry.
8559
85602000-09-22 Gerd Moellmann <gerd@gnu.org>
8561
8562 * vc-rcs.el (toplevel): Require `vc' when compiling.
8563
8564 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8565
85662000-09-22 Andre Spiegel <spiegel@gnu.org>
8567
8568 * vc.el (vc-switch-backend): Signal an error if the file is not
8569 registered under the new backend.
8570
8571 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8572 without explicit revision number.
8573
85742000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8575
8576 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8577 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8578 (diff-xor): New function.
8579 (diff-find-source-location): Use it. Fix a stupid name clash.
8580 (diff-hunk-status-msg): New function.
8581 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8582 (diff-test-hunk): Use diff-find-source-location.
8583 (diff-goto-source): Favor the `reverse'.
8584 (diff-hunk-text): Properly handle one-sided context diffs.
8585 (diff-apply-hunk): When done, advance to the next hunk.
8586
85872000-09-21 Gerd Moellmann <gerd@gnu.org>
8588
8589 * startup.el (command-line): If frame was created with a non-zero
8590 tool-bar-lines parameter, switch tool-bar-mode on.
8591
8592 * add-log.el (change-log-date-face, change-log-name-face)
8593 (change-log-email-face, change-log-file-face)
8594 (change-log-list-face, change-log-conditionals-face)
8595 (change-log-function-face, change-log-acknowledgement-face):
8596 New faces, inheriting from font-lock faces.
8597 (change-log-font-lock-keywords): Use them.
8598
85992000-09-21 Dave Love <fx@gnu.org>
8600
8601 * progmodes/cperl-mode.el (top-level): Clean up
8602 `eval-when-compile's and assorted defvars.
8603 (cperl-invalid-face): Don't double-quote value. Change custom
8604 type.
8605 (cperl-mode): Set normal-auto-fill-function and don't zap
8606 auto-fill-function.
8607 (cperl-imenu--function-name-regexp-perl): Renamed from
8608 imenu-example--function-name-regexp-perl.
8609 (cperl-imenu--create-perl-index): Renamed from
8610 imenu-example--create-perl-index.
8611 (cperl-xsub-scan): Don't require cl.
8612
8613 * msb.el (msb-mode-map): Use substitute-key-definition.
8614 (msb-mode): Use msb-mode-map.
8615
86162000-09-21 Andre Spiegel <spiegel@gnu.org>
8617
8618 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8619 New functions.
8620 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8621 (vc-switch-backend): New function.
8622 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8623 (vc-register): Fix prompt.
8624 (vc-unregister, vc-default-unregister): New functions.
8625 (vc-version-diff): Handle empty buffer in sentinel.
8626
8627 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8628 (vc-rcs-state-heuristic): Use it to guess the state of files with
8629 non-strict locking.
8630 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8631 been set with -b, but not created yet.
8632 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8633 contents in order to find the state.
8634 (vc-rcs-checkin): Allow creation of branches with no changes.
8635 (vc-rcs-unregister, vc-rcs-receive-file)
8636 (vc-rcs-set-non-strict-locking): New functions.
8637
8638 * vc-hooks.el (vc-name): Force correct computation of the value
8639 in case it is missing.
8640
86412000-09-21 Gerd Moellmann <gerd@gnu.org>
8642
8643 * startup.el (fancy-splash-tail): Use a different foreground
8644 color on a dark frame background.
8645
86462000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8647
8648 * info.el: Use the correct capitalization when making Info-mode
8649 and Info-edit-mode `special' modes.
8650
86512000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8652
8653 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8654 (diff-mode): Add support for add-log.el.
8655 (diff-hunk-text): Use char offsets rather than line offsets.
8656 (diff-find-source-location): Replace LINE with line-offset (nil
8657 if not found) and always set POS to a meaningful position.
8658 Adapt to the new char-offsets.
8659 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8660 Adapt to the new diff-find-source-location.
8661 (diff-goto-source): Adapt to the new diff-find-source-location.
8662
8663 * add-log.el (add-log-file-name): New function (split out of
8664 add-change-log-entry).
8665 (add-change-log-entry): Use it.
8666 Call add-log-file-name-function with the changelog file name if
8667 the current buffer is not associated with any file.
8668 Avoid find-file if the selected window is dedicated.
8669
8670 * diff-mode.el (diff-find-source-location):
8671 Move code from diff-apply-hunk. Return buffer rather than file.
8672 (diff-apply-hunk): Use the new result from diff-find-source-location.
8673 (diff-goto-source): Use the new diff-find-source-location.
8674
86752000-09-20 Dave Love <fx@gnu.org>
8676
8677 * iswitchb.el: Some doc fixes.
8678 (iswitchb-mode-map): Define completely initially. Inherit
8679 minibuffer-local-map.
8680 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8681 fundamental-mode.
8682 (iswitchb-global-map): New variable.
8683 (iswitchb-summaries-to-end): Amalgamate regexps.
8684 (iswitchb-mode): New.
8685 (iswitchb-mode-hook): New variable.
8686 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8687 `extensions'.
8688
86892000-09-20 Gerd Moellmann <gerd@gnu.org>
8690
8691 * ehelp.el (electric-help): New defgroup.
8692 (electric-help-shrink-window): New user-option.
8693 (with-electric-help): Use it.
8694
8695 * window.el (shrink-window-if-larger-than-buffer): If face
8696 `mode-line' has a :box, and we're on a graphical frame, add 1
8697 to the needed window height.
8698
8699 * frame.el (frame-notice-user-settings): Add a last parameter nil
8700 to a call to `append', because the last list passed to `append' is
8701 not copied, and so subsequent calls to assq-delete-all will modify
8702 default-frame-alist.
8703
8704 * startup.el (fancy-splash-image): Change :type.
8705 (fancy-splash-head): Use an XBM image if appropriate.
8706 (command-line-1): Show splash screens in more cases.
8707
8708 * startup.el (fancy-splash-text): Don't quote faces.
8709
8710 * dired.el (dired-font-lock-keywords): Undo last change.
8711 (dired-readin): Bind indent-tabs-mode to nil.
8712
8713 * startup.el (fancy-splash-head): If frame's background mode
8714 is `dark', change the black background of the image to gray.
8715 (fancy-splash-screens): Display startup echo area message.
8716 (display-startup-echo-area-message): New function.
8717
87182000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8719
8720 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8721
8722 * info.el (info-header-node): Tweak for color ttys.
8723
8724 * faces.el (face-valid-attribute-values): Make sure directories we
8725 search for stipples both exist and are readable before trying to
8726 search them.
8727
8728 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8729 in the dry-run case.
8730
8731 * jka-compr.el (with-auto-compression-mode): New macro.
8732
8733 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8734 (custom-group-tag-face, custom-variable-tag-face): Use relative
8735 :height and inherit from `variable-pitch' face instead of
8736 hardwiring :family.
8737 * hi-lock.el (hi-black-hb): Likewise.
8738
8739 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8740 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8741 toolbar-add-item, if image doesn't have a mask add a `:mask
8742 heuristic'.
8743
87442000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8745
8746 * diff-mode.el: Docstring fixes.
8747 (diff-header-face, diff-comment-face): New faces.
8748 (diff-font-lock-keywords): Highlight a bit differently.
8749 (diff-find-source-location): Don't return SPAN any more.
8750 (diff-hunk-text): Don't bother erasing the temp buffer.
8751 (diff-find-text): Drop argument LINE.
8752 (diff-apply-hunk): Update calls to diff-find-text.
8753 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8754
8755 * calendar/calendar.el: Docstring fixes.
8756 (calendar-make-alist): Don't quote lambda.
8757 (calendar-star-date): Use make-local-variable.
8758
87592000-09-19 Dave Love <fx@gnu.org>
8760
8761 * toolbar/tool-bar.el: Renamed from toolbar.el.
8762 Change `toolbar' to `tool-bar' generally in symbols.
8763 Make some items invisible in `special' major modes.
8764 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8765 Add arg PROPS.
8766
8767 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8768 Add :version here.
8769 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8770
87712000-09-19 Gerd Moellmann <gerd@gnu.org>
8772
8773 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8774
8775 * files.el (find-file-suppress-same-file-warnings): New user-option.
8776 (find-file-noselect): Use it.
8777
8778 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8779 (fancy-splash-screen): Defgroup.
8780
8781 * add-log.el (change-log-font-lock-keywords): Match names
8782 more exactly for the case that font-lock-constant-face is
8783 underlined.
8784
87852000-09-19 Richard M. Stallman <rms@gnu.org>
8786
8787 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8788
87892000-09-19 Andre Spiegel <spiegel@gnu.org>
8790
8791 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8792
87932000-09-19 Gerd Moellmann <gerd@gnu.org>
8794
8795 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8796 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8797 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8798 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8799 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8800 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8801 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8802 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8803 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8804 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8805 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8806 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8807
8808 * startup.el (fancy-splash-text): New variable.
8809 (fancy-splash-delay, fancy-splash-image): New user-options.
8810 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8811 (fancy-splash-screens): New functions.
8812 (command-line-1): If display has a `display' frame parameter, has
8813 colors, and we have XPM support, show more fancy splash screens.
8814
88152000-09-19 Dave Love <fx@gnu.org>
8816
8817 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8818 with null `help'. Use modern backquote syntax.
8819
88202000-09-19 Gerd Moellmann <gerd@gnu.org>
8821
8822 * font-lock.el (font-lock-mode): Change message telling the user
8823 that ``the buffer is too big''.
8824
8825 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8826 for instance for the case that tab-width is 2.
8827
88282000-09-18 Gerd Moellmann <gerd@gnu.org>
8829
8830 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8831 toolbar-add-item, if image doesn't have a mask add a `:mask
8832 heuristic'.
8833
88342000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8835
8836 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8837 and return a cons if it's non-nil.
8838 (diff-apply-hunk): Try to jump to the line in the source text
8839 corresponding to the position of point in the in the hunk.
8840
8841 * info.el (Info-title-3-face, Info-title-2-face)
8842 (Info-title-1-face): Use face inheritance and relative sizes
8843 instead of hard-wiring things.
8844
8845 * faces.el (secondary-selection): Make dark-background variant sane.
8846
88472000-09-16 Andrew Innes <andrewi@gnu.org>
8848
8849 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8850 read-only, since they aren't under VC now.
8851
88522000-09-17 Dave Love <fx@gnu.org>
8853
8854 * tmm.el: Replace mapcar with mapc in several places.
8855
8856 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8857 ad-unadvise.
8858
8859 * international/latin1-disp.el: New file.
8860
8861 * calendar/cal-move.el (scroll-calendar-left)
8862 (scroll-calendar-right): Make arg optional (for active mode line).
8863
8864 * calendar/calendar.el (calendar-mode-line-format): Make fields
8865 mouse-sensitive.
8866 (calendar-read-date, calendar-read-date, calendar-window-list):
8867 Unquote lambda.
8868 (calendar-month-name): Use aref, not sref.
8869
8870 * view.el (minor-mode-alist): Propertize the string.
8871
8872 * international/characters.el (standard-case-table): Add entries
8873 for Greek.
8874
88752000-09-18 Miles Bader <miles@gnu.org>
8876
8877 * info.el (info-node, info-xref): Add dark-background variants.
8878
8879 * faces.el (header-line): Change defaults to be less confusing
8880 when mixed with mode-lines.
8881
8882 * info.el (Info-fontify-node): Make a few cleanups.
8883 Add extra `help-echo' and `local-map' props to node xrefs.
8884 Use header-specific faces for node-names & xrefs.
8885 (Info-use-header-line): New variable.
8886 (info-header-xref, info-header-node): New faces.
8887 (Info-setup-header-line): New function.
8888 (Info-select-node): Call Info-setup-header-line when enabled.
8889 (Info-extract-pointer): Work even if the header line is hidden.
8890 (Info-header-line): New variable.
8891
88922000-09-16 Stefan Monnier <monnier@cs.yale.edu>
8893
8894 * vms-patch.el (print-region-function): Don't quote lambda.
8895
8896 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
8897
8898 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
8899 (lm-get-header-re): Allow spaces between the header and the colon.
8900 (lm-header): Allow $ in non-RCS headers.
8901 (lm-header-multiline): Put the strings back into order.
8902 Stop at an empty line. Don't require two space chars if the
8903 line is clearly not another header line.
8904
8905 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
8906 (popup-menu-popup): Remove.
8907
89082000-09-15 Gerd Moellmann <gerd@gnu.org>
8909
8910 * toolbar/toolbar.el (toolbar-add-item): Use the same image
8911 specification if or if not tool-bar item contains an `:enabled'
8912 property.
8913
8914 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
8915 current buffer has no file name.
8916
89172000-09-15 Dave Love <fx@gnu.org>
8918
8919 * strokes.el: Sync with maintainer's current version with changes
8920 for Emacs, but avoid runtime cl and levents.
8921 (toplevel): Change autoloads and compilation requires.
8922 (strokes-version, strokes-bug-address, strokes-lift): Values
8923 changed.
8924 (strokes-xpm-header, strokes-insinuated): New variable.
8925 (strokes): Add :link.
8926 (strokes-mode): Customized.
8927 (strokes-while-inhibiting-garbage-collector): New macro.
8928 (strokes-remassoc): Avoid remove-if.
8929 (strokes-fix-button2-command): Don't use ad-do-it.
8930 (strokes-insinuate): New function.
8931 (strokes-button-press-event-p, strokes-button-release-event-p):
8932 New functions, used instead of non-`strokes-' versions..
8933 (strokes-mouse-event-p): Rewritten.
8934 (strokes-event-closest-point): Avoid event-point.
8935 (strokes-get-grid-position): Avoid cdadr, caadr
8936 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
8937 functions.
8938 (strokes-help): Use with-output-to-temp-buffer.
8939 (strokes-window-configuration-changed-p): New function.
8940 (strokes-update-window-configuration): Use buffer-live-p,
8941 strokes-window-configuration-changed-p.
8942 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
8943 (strokes-char-face): New face.
8944 (strokes-char-table, strokes-base64-chars): New variable.
8945 (strokes-xpm-for-stroke, strokes-list-strokes)
8946 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
8947 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
8948 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
8949 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
8950 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
8951 functions.
8952
89532000-09-15 Gerd Moellmann <gerd@gnu.org>
8954
8955 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
8956
8957 * image.el (create-image): Doc fix.
8958
8959 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
8960 instead of `:heuristic-mask t'.
8961
89622000-09-14 Andrew Innes <andrewi@gnu.org>
8963
8964 * makefile.w32-in: Revert to Unix line endings.
8965
89662000-09-14 Andrew Innes <andrewi@gnu.org>
8967
8968 * makefile.w32-in: Add bootstrap support. Also copy lisp source
8969 when installing.
8970
8971 * makefile.nt (DONTCOMPILE): Fix typo.
8972
8973 * shell.el (shell-write-history-on-exit): New function.
8974 (shell-dumb-shell-regexp): New custom variable.
8975 (shell-mode): Make shell-write-history-on-exit the process
8976 sentinel if shell name matches shell-dumb-shell-regexp.
8977
8978 * w32-fns.el: Comment out before-init-hook function which resets
8979 source-directory based; this breaks bootstrap.
8980
89812000-09-14 Dave Love <fx@gnu.org>
8982
8983 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
8984 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
8985 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
8986 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
8987 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
8988 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
8989 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
8990 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
8991 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
8992
8993 * toolbar/toolbar.el: New.
8994
8995 * subdirs.el: Add toolbar.
8996
89972000-09-14 Gerd Moellmann <gerd@gnu.org>
8998
8999 * indent.el (indent-for-tab-command): Doc fix.
9000
90012000-09-14 Alex Schroeder <alex@gnu.org>
9002
9003 * ansi-color.el (ansi-colors): Doc change.
9004 (ansi-color-get-face): Simplified regexp.
9005 (ansi-color-faces-vector): Added more faces, doc change.
9006 (ansi-color-names-vector): Doc change.
9007 (ansi-color-regexp): Simplified regexp.
9008 (ansi-color-parameter-regexp): New regexp.
9009 (ansi-color-filter-apply): Doc change.
9010 (ansi-color-filter-region): Doc change.
9011 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9012 deal with zero length parameters.
9013 (ansi-color-apply-on-region): Doc change.
9014 (ansi-color-map): Doc change.
9015 (ansi-color-map-update): Removed debugging message.
9016 (ansi-color-get-face-1): Added condition-case to trap
9017 args-out-of-range errors.
9018 (ansi-color-get-face): Doc change.
9019 (ansi-color-make-face): Removed.
9020 (ansi-color-for-shell-mode): New option.
9021
90222000-09-13 Kenichi Handa <handa@etl.go.jp>
9023
9024 * international/quail.el (quail-start-translation): Translate KEY
9025 if necessary even if it doesn't have any mapping in the current
9026 input method.
9027 (quail-start-conversion): Likewise.
9028 (quail-help): The output message is improved.
9029
90302000-09-13 Miles Bader <miles@gnu.org>
9031
9032 * comint.el (comint-output-filter): Revert to using
9033 `insert-before-markers'. Add bletcherous hack to undo damage
9034 caused by `insert-before-markers'. Put `front-sticky' property on
9035 overlays created here so that the field code understands how the
9036 overlay works. Use a let when making comint-last-prompt-overlay,
9037 so that the code is easier to read.
9038
90392000-09-13 Dave Love <fx@gnu.org>
9040
9041 * wid-edit.el (widget-default-format-handler): DTRT when
9042 doc-property is a function.
9043
90442000-09-12 Francesco Potorti` <pot@gnu.org>
9045
9046 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9047 filed name if it's not there.
9048
90492000-09-12 Dave Love <fx@gnu.org>
9050
9051 * simple.el (read-mail-command): Doc fix.
9052 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9053
9054 * vc.el (vc-dired-listing-switches): Fix :version.
9055
9056 * vc-hooks.el: Doc fixes.
9057
9058 * subr.el (add-minor-mode): Use toggle-fun arg.
9059
9060 * speedbar.el: Add :version to several defcustoms.
9061
9062 * imenu.el (imenu--truncate-items, imenu--cleanup)
9063 (imenu--generic-function): Avoid mapcar.
9064 (imenu--replace-spaces): Function removed.
9065 (imenu--completion-buffer): Use subst-char-in-string.
9066 (imenu-add-to-menubar): Use keymap inheritance.
9067
90682000-09-12 Miles Bader <miles@gnu.org>
9069
9070 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9071 (diff-mode-map): Bind `diff-test-hunk'.
9072 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9073
90742000-09-11 Gerd Moellmann <gerd@gnu.org>
9075
9076 * bytecomp.el (byte-compile-defvar): Undo last change
9077 because it breaks '(make-variable-buffer-local (defvar ...)'
9078 which is used at least in dired.
9079
90802000-09-12 Kenichi Handa <handa@etl.go.jp>
9081
9082 * international/quail.el (quail-define-package): Docstring
9083 modified.
9084
90852000-09-12 Kenichi Handa <handa@etl.go.jp>
9086
9087 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9088 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9089 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9090 docstring of "chinese-py".
9091
9092 * international/quail.el (quail-translation-docstring): New
9093 variable.
9094 (quail-show-keyboard-layout): Docstring modified.
9095 (quail-select-current): Likewise.
9096 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9097 infinite recursive call.
9098 (quail-help): Check quail-translation-docstring. Format of the
9099 output changed.
9100 (quail-help-insert-keymap-description): Adjusted for the above
9101 change.
9102
91032000-09-11 Gerd Moellmann <gerd@gnu.org>
9104
9105 * bytecomp.el (byte-compile-defvar): Only cons onto
9106 current-load-list in top-level forms. Else this leaks a cons cell
9107 every time a defun is called.
9108
91092000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9110
9111 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9112 Now understands non-unified diffs. Some functionality moved into
9113 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9114 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9115 modify anything. Only reposition point in the patched file if the
9116 patch succeeds. Only pop up another window if POPUP is true.
9117 Emit a message describing what happened if successful, and at what
9118 line-offset. Automatically detect reversed hunks and do something
9119 appropriate.
9120 (diff-hunk-text, diff-find-text): New functions.
9121 (diff-filter-lines): Function removed.
9122 (diff-test-hunk): New function.
9123 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9124
91252000-09-10 Dave Love <fx@gnu.org>
9126
9127 * textmodes/tildify.el: Minor doc/commentary fixes.
9128 (tildify) <defgroup>: Add :version.
9129
9130 * faces.el (face-x-resources): Make custom type more specific.
9131 (frame-background-mode): Use mapc.
9132 (region) <defcustom>: Add :version.
9133
91342000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9135
9136 * vc-sccs.el (vc-sccs-register):
9137 * vc-rcs.el (vc-rcs-register):
9138 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9139 * vc.el (vc-register): Clear file's properties.
9140
91412000-09-08 Gerd Moellmann <gerd@gnu.org>
9142
9143 * faces.el (face-spec-set): Only face-spec-reset-face when
9144 ATTRS is non-nil.
9145
91462000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9147
9148 * help.el (help-insert-xref-button): Fix a typo in doc string.
9149
91502000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9151
9152 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9153 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9154 methods.
9155
9156 * menu-bar.el (read-mail-item-name): New function.
9157 (menu-bar-tools-menu): Use it to compute and display the package
9158 used to read email.
9159 (menu-bar-tools-menu): Fix typo in GUD's help string.
9160
91612000-09-07 Dave Love <fx@gnu.org>
9162
9163 * diff-mode.el (diff-mouse-goto-source): New function.
9164
9165 * vc-sccs.el: Doc fixes.
9166 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9167
9168 * vc-rcs.el: Doc fixes.
9169 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9170 (vc-rcs-checkout-switches, vc-rcs-header)
9171 (vc-rcs-master-templates): Add or change :version.
9172
9173 * vc-cvs.el: Doc fixes.
9174 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9175 (vc-cvs-stay-local): Add :version.
9176
9177 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9178
91792000-09-07 Kenichi Handa <handa@etl.go.jp>
9180
9181 * international/quail.el (quail-help): Fix previous change.
9182
91832000-09-07 Gerd Moellmann <gerd@gnu.org>
9184
9185 * faces.el (color-values): Doc fix.
9186
9187 * faces.el (frame-set-background-mode): Use frame-parameter
9188 instead of frame-parameters.
9189
9190 * frame.el (filtered-frame-list): Reduce consing.
9191 (frames-on-display-list): Call frame-parameter instead of
9192 frame-parameters.
9193
91942000-09-07 Kenichi Handa <handa@etl.go.jp>
9195
9196 * language/devan-util.el (devanagari-to-indian-region): In the
9197 loop, change the following char, not preceding char.
9198
91992000-09-07 Gerd Moellmann <gerd@gnu.org>
9200
9201 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9202 instead of frame-parameters.
9203
9204 * faces.el (set-face-attribute): Simplify by calling
9205 internal-set-lisp-face-attribute with FRAME being 0.
9206
9207 * vc.el: Remove `Id' version control keyword.
9208
92092000-09-07 Kenichi Handa <handa@etl.go.jp>
9210
9211 * help.el (help-make-xrefs): Adjusted for the change of
9212 help-xref-mule-regexp.
9213 (help-insert-xref-button): New function.
9214
9215 * international/mule-cmds.el (help-xref-mule-regexp-template):
9216 Include the pattern for character set.
9217 (leim): New group.
9218
9219 * international/quail.el: Don't require face.
9220 (quail): New group.
9221 (quail-other-command): Dummy command to make quail-help work better.
9222 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9223 (quail-keyboard-layout-substitution): New variable.
9224 (quail-update-keyboard-layout): New function.
9225 (quail-keyboard-layout-type): New customizable variable.
9226 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9227 (quail-keyboard-translate): Pay attention to
9228 quail-keyboard-layout-substitution.
9229 (quail-insert-kbd-layout): New function.
9230 (quail-show-keyboard-layout): New function.
9231 (quail-get-translation): If the definition is a vector of length
9232 1, and the element is a string of length 1, return the character
9233 in that string.
9234 (quail-update-current-translations): Fix the case of
9235 relative-index out of range.
9236 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9237 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9238 Show key sequences for all available characters.
9239 (quail-help-insert-keymap-description): Don't show such verbose
9240 key bindings as quail-self-insert-command.
9241
9242 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9243 Format changed, and each element now have extra documentations.
9244 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9245 Adjusted for the change of quail-cxterm-package-ext-info.
9246
92472000-09-06 Gerd Moellmann <gerd@gnu.org>
9248
9249 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9250 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9251 during bootstrap.
9252
92532000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9254
9255 * vc.el: (toplevel): Don't require `dired' at run-time.
9256 (vc-dired-resynch-file): Remove autoload cookie.
9257
92582000-09-05 Andre Spiegel <spiegel@gnu.org>
9259
9260 * vc.el: Made several backend functions optional.
9261 (vc-default-responsible-p): New function.
9262 (vc-merge): Use RET for first version to trigger merge-news, not
9263 prefix arg.
9264 (vc-annotate): Handle backends that do not support annotation.
9265 (vc-default-merge-news): Removed. The existence of a merge-news
9266 implementation is now checked on caller sites.
9267
9268 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9269 case.
9270
9271 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9272 special case that has been removed from the default in vc-hooks.el.
9273
92742000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9275
9276 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9277
92782000-09-05 Andre Spiegel <spiegel@gnu.org>
9279
9280 * vc-hooks.el: Require vc during compilation.
9281 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9282 macro `with-vc-properties' in vc.el.
9283 (vc-file-getprop): Doc fix.
9284 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9285
9286 * vc.el: Require dired-aux during compilation.
9287 (vc-name-assoc-file): Moved to vc-sccs.el.
9288 (with-vc-properties): New macro.
9289 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9290 vc-finish-steal): Use it.
9291 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9292 to the backend-specific function is now supposed to do the checkout,
9293 too.
9294 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9295
9296 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9297 set file properties; that gets done in the generic code now.
9298
9299 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9300 Changed parameter list, added code from vc.el that does the
9301 checkout, possibly with a double-take.
9302
9303 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9304 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9305 the above under the new name.
9306 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9307 parameter list, added checkout command.
9308 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9309 properties; that gets done in the generic code now.
9310
93112000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9312
9313 * vc.el: Docstring fixes (courtesy of checkdoc).
9314
93152000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9316
9317 * vc.el (vc-checkout-writable-buffer-hook)
9318 (vc-checkout-writable-buffer): Remove.
9319 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9320 (vc-log-mode): Make it into a clean derived major mode.
9321 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9322 vc-log-mode if log-edit is not available.
9323 (vc-dired-mode-map): Don't set-keymap-parent yet.
9324 (vc-dired-mode): Do set-keymap-parent here.
9325 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9326
93272000-09-05 Gerd Moellmann <gerd@gnu.org>
9328
9329 * faces.el (set-face-attribute, face-spec-reset-face)
9330 (face-spec-set): Avoid consing by removing calls to `apply'.
9331
9332 * frame.el (frame-parameter): Move to C code.
9333
93342000-09-05 Dave Love <fx@gnu.org>
9335
9336 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9337 insert-before-markers-and-inherit. Now checked systematically!
9338
93392000-09-05 Alex Schroeder <alex@gnu.org>
9340
9341 * sql.el (sql-postgres): Use sql-postgres-options.
9342 (sql-postgres-options): New variable.
9343
93442000-09-05 Alex Schroeder <alex@gnu.org>
9345
9346 * sql.el (sql-mode-menu): Work around missing variable mark-active
9347 in XEmacs.
9348 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9349 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9350 compatibility.
9351
93522000-09-04 Gerd Moellmann <gerd@gnu.org>
9353
9354 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9355
9356 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9357
9358 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9359
93602000-09-04 Andre Spiegel <spiegel@gnu.org>
9361
9362 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9363 don't support anything else under SCCS yet.
9364
9365 * vc-hooks.el: Minor doc fixes.
9366
93672000-09-04 Andre Spiegel <spiegel@gnu.org>
9368
9369 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9370 not necessary. If verbose in state `needs-patch', do the same as
9371 under `up-to-date'. When NOT verbose and `needs-patch', check out
9372 latest version instead of `merge-news'.
9373 (vc-next-action-dired): Don't mess with default-directory here; it
9374 breaks other parts of dired. It is the job of the
9375 backend-specific functions to adjust it temporarily if they need it.
9376 (vc-next-action): Remove a special CVS case.
9377 (vc-clear-headers): New optional arg FILE.
9378 (vc-checkin, vc-checkout): Set properties vc-state and
9379 vc-checkout-time properly.
9380 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9381 (vc-print-log): Use new backend function `show-log-entry'.
9382 (vc-cancel-version): Do the checks in a different order. Added a
9383 FIXME concerning RCS-only code.
9384
9385 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9386 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9387
9388 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9389
9390 * vc-hooks.el (vc-default-mode-line-string): Show state
9391 `needs-patch' as a `-' too.
9392
93932000-09-04 Andre Spiegel <spiegel@gnu.org>
9394
9395 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9396 (vc-default-could-register): New function.
9397 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9398 (vc-resynch-buffer): Call vc-dired-resynch-file.
9399 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9400 vc-resynch-buffer instead of vc-resynch-window.
9401 (vc-next-action-dired): Don't redisplay here, that gets done as a
9402 result of the individual file operations.
9403 (vc-retrieve-snapshot): Corrected prompt order.
9404
9405 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9406
9407 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9408 as well.
9409 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9410 hostname regexps. Updated all callers.
9411 (vc-cvs-responsible-p): Handle directories as well.
9412 (vc-cvs-could-register): New function.
9413 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9414 properties up-to-date.
9415
9416 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9417 user whether to create one.
9418
94192000-09-04 Andre Spiegel <spiegel@gnu.org>
9420
9421 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9422 check out a non-existing file.
9423
9424 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9425 workfile does not exist.
9426
9427 * vc.el (vc-version-diff): Use `require' to check for existence of
9428 diff-mode.
9429
94302000-09-04 Andre Spiegel <spiegel@gnu.org>
9431
9432 * vc-cvs.el (vc-cvs-registered): Use new function
9433 vc-cvs-parse-entry to do the actual work.
9434
94352000-09-04 Andre Spiegel <spiegel@gnu.org>
9436
9437 * vc-hooks.el (vc-find-backend-function): If function doesn't
9438 exist, return nil instead of error.
9439 (vc-call-backend): Doc fix.
9440
9441 * vc.el (vc-do-command): Doc fix.
9442 (vc-finish-logentry): When checking in from vc-dired, choose the
9443 right backend for logentry check.
9444 (vc-dired-mode-map): Inherit from dired-mode-map.
9445 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9446 simplified.
9447 (vc-dired-state-info): Removed, updated caller.
9448 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9449 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9450 (vc-dired-listing-switches): New variable.
9451 (vc-directory): Use it, instead of dired-listing-switches.
9452
9453 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9454 (vc-cvs-dir-state): New function.
9455 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9456 (vc-cvs-parse-entry): New function, also to be used in
9457 vc-cvs-registered.
9458
94592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9460
9461 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9462 *or* single-window-frames.
9463
94642000-09-04 Andre Spiegel <spiegel@gnu.org>
9465
9466 * vc.el (vc-update-changelog): Split into generic part and default
9467 implementation. Doc string adapted.
9468 (vc-default-update-changelog): New function. Call the `rcs2log'
9469 script in exec-directory, to fix a long-standing nuisance.
9470
9471 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9472 simply signals an error.
9473
94742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9475
9476 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9477 control-flow more clear and to avoid running `cvs' twice.
9478
9479 * vc.el (vc-next-action-on-file): Doc fix.
9480 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9481 (vc-print-log): Eval `file' before constructing the continuation.
9482
94832000-09-04 Andre Spiegel <spiegel@gnu.org>
9484
9485 * vc.el (vc-next-action-on-file): Corrected several messages.
9486 (vc-merge): Add prefix arg `merge-news'; handle it.
9487
9488 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9489 is not reached. It is.
9490 (vc-cvs-merge): Set state to 'edited after merge.
9491 (vc-cvs-merge-news): Set workfile version to nil if not known.
9492 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9493
9494 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9495 via stdout. (Merge from main line.)
9496
94972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9498
9499 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9500 detection.
9501
95022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9503
9504 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9505 against kill-all-local-variables.
9506 (vc-log-edit): Don't save vc-parent-buffer any more.
9507 (vc-last-comment-match): Initialize to an empty string.
9508 (vc-post-command-functions): New hook.
9509 (vc-do-command): Run it.
9510 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9511 (vc-finish-logentry): Only add the comment to the ring if it's
9512 different from the last comment entered.
9513 (vc-new-comment-index): New function.
9514 (vc-previous-comment): Use it. Make the minibuffer message
9515 slightly less terse.
9516 (vc-comment-search-reverse): Make it work forward as well. Don't
9517 set vc-comment-ring-index if no match is found. Use
9518 vc-new-comment-index.
9519 (vc-comment-search-forward): Use vc-comment-search-reverse.
9520 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9521 define-derived-mode will do it for us. Bind `v' to a keymap that
9522 inherits from vc-prefix-map so that we can bind `vt' without
9523 binding C-x v t.
9524 (vc-retrieve-snapshot): Parenthesis typo.
9525
9526 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9527 to 1. Make sure to switch to *vc* before looking for an error
9528 message. Use vc-parse-buffer.
9529
95302000-09-04 Andre Spiegel <spiegel@gnu.org>
9531
9532 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9533 and NAME.
9534 (vc-retrieve-snapshot): Split into two parts.
9535 (vc-default-retrieve-snapshot): New function.
9536
9537 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9538 (vc-cvs-retrieve-snapshot): New function (untested).
9539 (vc-cvs-stay-local): Default to t.
9540 (vc-cvs-remote-p): New function and property.
9541 (vc-cvs-state): Stay local only if the above is t.
9542 (vc-handle-cvs): Removed.
9543 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9544 done via vc-handled-backends now.
9545 (vc-cvs-header): Escape Id.
9546
95472000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9548
9549 * vc.el (vc-do-command): Remove unused commands.
9550 (vc-version-diff): Make sure default-directory ends with a slash.
9551 Move the window commands into a vc-exec-after.
9552 (vc-print-log): Move more of the code into the `vc-exec-after'.
9553
95542000-09-04 Andre Spiegel <spiegel@gnu.org>
9555
9556 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9557 (vc-print-log): Search current revision from beginning of buffer.
9558 (vc-revert-buffer): Clear echo area after the diff is finished.
9559 (vc-prefix-map): Removed definition of "t" for terse display in vc
9560 dired.
9561 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9562 definition of "vt" for terse display.
9563 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9564
95652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9566
9567 * vc.el (vc-exec-after): Avoid caddr.
9568
95692000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9570
9571 * vc.el (vc-exec-after): New function.
9572 (vc-do-command): Use it to add a termination message for async
9573 procs.
9574 (vc-checkout): Try to handle a missing-backend situation.
9575 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9576 of a directory with a backend using async diffs.
9577 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9578 present.
9579
9580 * vc-sccs.el (vc-sccs-state-heuristic): Use
9581 file-ownership-preserved-p.
9582
9583 * vc-rcs.el (vc-rcs-state-heuristic): Use
9584 file-ownership-preserved-p.
9585 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9586
95872000-09-04 Andre Spiegel <spiegel@gnu.org>
9588
9589 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9590 vc-do-command.
9591
9592 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9593 when there are no changes.
9594
95952000-09-04 Andre Spiegel <spiegel@gnu.org>
9596
9597 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9598
9599 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9600
96012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9602
9603 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9604
9605 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9606 the `fset' outside of the defvar so that it works even if
9607 vc-prefix-map was already defined.
9608 (vc-setup-buffer): New function, split out of vc-do-command.
9609 (vc-do-command): Allow BUFFER to be t to mean `just use the
9610 current buffer without any fuss'.
9611 (vc-version-diff): Change the `diff' backend operation to just put
9612 the diff in the current buffer without erasing it. Always use
9613 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9614 shrink-window-if-larger-than-buffer.
9615 (vc-print-log): Change the `print-log' backend operation to just
9616 put the log in the current buffer without erasing it. Protect
9617 shrink-window-if-larger-than-buffer.
9618 (vc-update-change-log): Fix setd typo.
9619
9620 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9621 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9622
9623 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9624 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9625 CMP.
9626
9627 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9628 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9629 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9630
96312000-09-04 Andre Spiegel <spiegel@gnu.org>
9632
9633 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9634 not possible, use vc-BACKEND-workfile-unchanged-p.
9635 (vc-default-workfile-unchanged-p): New function. Delegates to a
9636 full vc-BACKEND-diff.
9637
9638 * vc-hooks.el (vc-simple-command): Removed.
9639
9640 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9641 instead of vc-simple-command.
9642 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9643 avoid doing a diff when opening a file.
9644 (vc-rcs-state): Added check for unlocked-changes.
9645 (vc-rcs-header): Escape Id.
9646 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9647 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9648 version.
9649
9650 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9651 (vc-sccs-diff): Remove optional arg CMP.
9652 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9653 SCCS-specific function.
9654
9655 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9656 vc-simple-command.
9657
96582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9659
9660 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9661 (with-vc-file, vc-merge): Use vc-editable-p.
9662 (vc-do-command): Remove unused var vc-file and fix the
9663 doubly-defined `status' var. Add a user message when starting an
9664 async command.
9665 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9666 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9667 Use with-current-buffer.
9668 (vc-buffer-sync): Use unless.
9669 (vc-next-action-on-file): If the file is 'edited by read-only,
9670 make it read-write instead of trying to commit.
9671 (vc-version-diff, vc-update-change-log): Use `setq
9672 default-directory' rather than `cd'.
9673 (vc-log-edit): Don't forget to set default-directory in the
9674 buffer.
9675
9676 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9677 (vc-sccs-state-heuristic): Use file-writable-p instead of
9678 comparing userids.
9679 (vc-sccs-checkout): Use `unless'.
9680
9681 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9682 of comparing userids.
9683 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9684 Simplify the logic by eliminating unreachable code.
9685 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9686 just do a recursive call if we need to retry.
9687 (vc-rcs-checkout): Handle the case where rcs is missing by making
9688 the buffer read-write if requested and re-signalling the error.
9689
9690 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9691
96922000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9693
9694 * vc-hooks.el (vc-handled-backends): Docstring change.
9695 (vc-ignore-vc-files): Mark obsolete.
9696 (vc-registered): Check vc-ignore-vc-files.
9697 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9698 vc-ignore-vc-files.
9699
9700 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9701
97022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9703
9704 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9705 files since ange-ftp already has vc-registered return nil.
9706
9707 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9708 (vc-sccs-workfile-version): Use with-temp-buffer and new
9709 vc-parse-buffer and don't bother setting the property.
9710 (vc-sccs-add-triple): Use with-current-buffer and
9711 find-file-noselect.
9712 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9713
9714 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9715 derives from the old vc-parse-buffer but uses the revision number
9716 rather than the date (much easier to compare robustly).
9717 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9718 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9719 locking-user more directly. Check strict locking and set
9720 checkout-model appropriately.
9721 (vc-rcs-parse-locks): Remove.
9722 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9723 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9724 (vc-rcs-system-release): Use with-current-buffer and
9725 vc-parse-buffer.
9726 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9727
9728 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9729 (vc-simple-command): Docstring fix.
9730 (vc-registered): Align the way the file-handler is called with the
9731 way the function itself works.
9732 (vc-file-owner): Remove.
9733
9734 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9735 extraction of fields and call to file-attributes because of a
9736 temporary bug in rcp.el.
9737 (vc-cvs-fetch-status): Use with-current-buffer.
9738
97392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9740
9741 * vc.el (vc-do-command): Use file-relative-name.
9742 (vc-responsible-backend): Use vc-backend if possible.
9743 (vc-create-snapshot): Improve the `interactive' spec. Add support
9744 for branches and dispatch to backend-specific `create-snapshot'.
9745 (vc-default-create-snapshot): New function, containing the bulk of
9746 the old vc-create-snapshot.
9747 (vc-retrieve-snapshot): Improve the interactive spec.
9748
9749 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9750 (vc-backend-hook-functions): Remove.
9751 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9752 (vc-backend): Reintroduce the test for `file = nil' now that I
9753 know why it was there (and added a comment to better remember).
9754
9755 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9756 code from vc-sccs-hooks.el.
9757 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9758 'vc anymore.
9759 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9760 and file-directory-p instead of file-exists-p.
9761 (vc-sccs-check-headers): Simplify the regexp.
9762
9763 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9764 from vc-rcs-hooks.el. Don't require 'vc anymore.
9765 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9766 file-directory-p instead of file-exists-p.
9767
9768 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9769 from vc-cvs-hooks.el.
9770 (proto vc-cvs-registered): Require 'vc-cvs instead of
9771 'vc-cvs-hooks. Don't require 'vc anymore.
9772 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9773 file-directory-p instead of file-exists-p.
9774 (vc-cvs-create-snapshot): New function, replacing
9775 vc-cvs-assign-name.
9776 (vc-cvs-assign-name): Remove.
9777
97782000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9779
9780 * vc-cvs.el (vc-cvs-header): New var.
9781
9782 * vc-rcs.el (vc-rcs-exists): Remove.
9783 (vc-rcs-header): New var.
9784
9785 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9786 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9787 (vc-sccs-header): New var.
9788
9789 * vc.el (vc-do-command): Get rid of the `last' argument.
9790 (vc-header-alist): Remove, replaced by vc-X-header.
9791 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9792 (vc-dired-hook): Use expand-file-name instead of concat.
9793 (vc-directory): Use file-name-as-directory.
9794 (vc-snapshot-precondition, vc-create-snapshot)
9795 (vc-retrieve-snapshot): Allow the command to operate on any
9796 directory.
9797
9798 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9799 just removing the 'WORKFILE argument or by removing the 'MASTER
9800 argument and replacing `file' with (vc-name file).
9801
98022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9803
9804 * vc.el: Update Copyright and add a crude list of backend funs.
9805 (vc-writable-p): New function.
9806 (with-vc-file): Use vc-writable-p.
9807 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9808 (vc-register): Avoid vc-name.
9809 (vc-locking-user): Remove.
9810 (vc-steal-lock): Make the `owner' arg non-optional.
9811 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9812 vc-checkout-model.
9813 (vc-default-dired-state-info): Use vc-state instead of
9814 vc-locking-user and return special strings for special states.
9815 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9816 and get rid of one of the special CVS cases.
9817 (vc-cancel-version): prettify error message with \\[...].
9818 (vc-rename-master): New function.
9819 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9820 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9821 the CVS special case generic.
9822 (vc-default-record-rename): Remove.
9823 (vc-file-tree-walk-internal): Only call FUNC for files that are
9824 under control of some VC backend and replace `concat' with
9825 expand-file-name.
9826 (vc-file-tree-walk): Update docstring.
9827 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9828 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9829
9830 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9831 vc-sccs-record-rename. Use `find-file-noselect' rather than
9832 `find-file' and call `vc-rename-master' to do the actual move.
9833 (vc-sccs-diff): Remove unused `backend' variable.
9834
9835 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9836 to delay loading of vc-sccs until it is really used.
9837 (vc-sccs-master-templates): Preload.
9838 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9839 (vc-sccs-project-dir): Remove (merged into
9840 vc-sccs-search-project-dir).
9841 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9842 rather than `concat', make sure it is preloaded and don't bother
9843 to check that the file actually exists.
9844 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9845 `locks' argument (use buffer's content instead) and eliminate n^2
9846 behavior.
9847
9848 * vc-rcs.el: Update Copyright.
9849 (vc-rcs-rename-file): New function.
9850 (vc-rcs-diff): Remove unused `backend' variable.
9851
9852 * vc-hooks.el: Update Copyright.
9853 (vc-backend): Don't accept a nil argument any more.
9854 (vc-up-to-date-p): Turn into a defsubst.
9855 (vc-possible-master): New function.
9856 (vc-check-master-templates): Use `vc-possible-master' and allow
9857 funs in vc-X-master-templates to return a non-existent file.
9858
9859 * vc-cvs.el: Update Copyright.
9860 (vc-cvs-diff): Remove unused `backend' variable.
9861 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
9862
9863 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
9864
98652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9866
9867 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
9868 since it can be called from vc-rcs.el.
9869 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
9870
98712000-09-04 Andre Spiegel <spiegel@gnu.org>
9872
9873 * vc.el (vc-version-diff): Expand file name read from the
9874 minibuffer. Handle the case when a previous version number can't
9875 be guessed. Give suitable messages when there were no differences
9876 found.
9877 (vc-clear-headers): Call backend-specific implementation, if one
9878 exists.
9879 (vc-cancel-version): Made error checks generic. When done, clear
9880 headers generically, too.
9881
9882 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
9883 from vc-clear-headers in vc.el.
9884
9885 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
9886 correctly.
9887 (vc-rcs-latest-on-branch-p): Made second argument VERSION
9888 optional. Handle the case when it's not there.
9889
98902000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9891
9892 * vc.el (vc-locking-user): Moved from vc-hooks.el.
9893
98942000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9895
9896 * vc-hooks.el (vc-loadup): Remove.
9897 (vc-find-backend-function): Use `require'. Also, handle the case
9898 where vc-BACKEND-hooks.el doesn't exist.
9899 (vc-call-backend): Cleanup.
9900
99012000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9902
9903 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
9904 vc-rcs-grab-templates)
9905 (vc-rcs-registered): Remove. The default function works as well.
9906 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
9907 vc-sccs-grab-templates)
9908 (vc-sccs-registered): Remove. The default function works as well.
9909
9910 * vc.el (vc-version-diff): Left out a vc- in call to
9911 vc-call-backend.
9912 (vc-default-dired-state-info, vc-default-record-rename)
9913 (vc-default-merge-news): Update for the new backend argument.
9914
9915 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
9916 using the default function.
9917 (vc-call-backend): If calling the default function, pass it the
9918 backend as first argument. Update the docstring accordingly.
9919 (vc-default-state-heuristic, vc-default-mode-line-string): Update
9920 for the new backend argument.
9921 (vc-make-backend-sym): Renamed from vc-make-backend-function.
9922 (vc-find-backend-function): Use the new name.
9923 (vc-default-registered): New function.
9924
99252000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9926
9927 * vc.el (vc-merge): Use vc-find-backend-function.
9928
9929 * vc-hooks.el (vc-backend-functions): Remove.
9930 (vc-loadup): Don't setup 'vc-functions.
9931 (vc-find-backend-function): New function.
9932 (vc-call-backend): Use above fun and populate 'vc-functions
9933 lazily.
9934 (vc-backend-defines): Remove.
9935
99362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9937
9938 * vc.el (vc-register): Put a FIXME note for a newly found bug.
9939 Call vc-call-backend without the leading vc-.
9940 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
9941 (vc-check-headers): Call vc-call-backend without the leading vc-.
9942 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
9943 (vc-annotate-display): Replace confusing use of `cond' with `or'.
9944 Call vc-call-backend without the leading vc-.
9945
9946 * vc-cvs.el (tail): Provide vc-cvs.
9947 * vc-sccs.el (tail): Provide vc-sccs.
9948 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
9949
9950 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
9951 (vc-make-backend-function, vc-call): Pass names without leading
9952 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
9953 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
9954 (vc-call-backend): Always try to load vc-X-hooks.
9955 (vc-registered): Remove vc- in call to vc-call-backend.
9956
99572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9958
9959 * vc.el (vc-process-filter): New function.
9960 (vc-do-command): Setup `vc-process-filter' for the async process.
9961 (vc-maybe-resolve-conflicts): New function to reduce
9962 code-duplication. Additionally, it puts the buffer in
9963 `smerge-mode' if applicable.
9964 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
9965 calling `merge-news'.
9966 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
9967 (vc-log-edit): New function. Replacement for `vc-log-mode' by
9968 interfacing to log-edit.el.
9969 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
9970 log-edit is available.
9971 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
9972
99732000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9974
9975 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
9976 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
9977 defvar and the initialization.
9978 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
9979
9980 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
9981 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
9982
9983 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
9984
99852000-09-04 Andre Spiegel <spiegel@gnu.org>
9986
9987 * vc.el (vc-file-clear-masterprops): Removed.
9988 (vc-checkin, vc-revert-buffer): Removed calls to the above.
9989 (vc-version-diff): Use buffer-size without argument.
9990 (vc-register): Heed vc-initial-comment.
9991
9992 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
9993 default branch.
9994
9995 * vc-rcs.el (vc-rcs-register): Parse command output to find master
9996 file name and workfile version.
9997 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
9998
9999 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10000 vc-file-clear-masterprops.
10001
10002 * vc-sccs.el (vc-sccs-checkout): Removed call to
10003 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10004 rather than user login name.
10005
10006
100072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10008
10009 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10010 `want-differences-if-changed' and simplify.
10011 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10012 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10013 output (which is invalid for async vc-diff) to decide whether to
10014 do the revert silently or not.
10015
100162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10017
10018 * vc-hooks.el (vc-loadup): Load files quietly.
10019 (vc-call-backend): Oops, brain fart.
10020
100212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10022
10023 * vc-cvs.el (vc-cvs-state): Typo.
10024 (vc-cvs-merge-news): Return the status code rather than the error msg.
10025
100262000-09-04 Andre Spiegel <spiegel@gnu.org>
10027
10028 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10029 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10030 vc-state or vc-up-to-date-p.
10031 (vc-merge): Use vc-backend-defines to check whether merging is
10032 possible. Set state to 'edited after successful merge.
10033
10034 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10035 return that name. Redocumented.
10036
100372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10038
10039 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10040 new `vc-state' semantics.
10041 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10042 'vc-locking-user to the current user.
10043 (vc-merge): Inline vc-backend-merge. Comment out code that I
10044 don't understand and hence can't adapt to the new `vc-state' and
10045 `vc-locking-user' semantics.
10046 (vc-backend-merge): Remove.
10047
10048 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10049 rather than 'vc-locking-user.
10050
10051 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10052
10053 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10054 (vc-state): Don't use 'reserved any more. Just use the same
10055 convention as the one used for vc-<backend>-state where the
10056 locking user (as a string) is returned.
10057 (vc-locking-user): Update, based on the above convention. The
10058 'vc-locking-user property has disappeared.
10059 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10060
10061 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10062 with a heuristic one.
10063 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10064 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10065 error. That allows us to get to 'needs-merge even in the
10066 stay-local case. There's still no way to detect 'needs-patch in
10067 such a setup (or to force an update for that matter).
10068 (vc-cvs-logentry-check): Remove, the default works as well.
10069
100702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10071
10072 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10073
10074 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10075 major-mode in which the buffer might have been put earlier. Use
10076 `remove' and `when'. Allow `okstatus' to be `async' and use
10077 `start-process' in this case.
10078 (vc-version-diff): Handle the case where the diff looks empty
10079 because of the use of an async process.
10080
100812000-09-04 Andre Spiegel <spiegel@gnu.org>
10082
10083 * vc.el (vc-next-action-on-file): Removed optional parameter
10084 `simple'. Recompute state unconditionally.
10085 (vc-default-toggle-read-only): Removed.
10086
10087 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10088 (vc-toggle-read-only): Undid prev change.
10089
10090 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10091 vc-cvs-simple-toggle. Redocumented.
10092 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10093 (vc-cvs-toggle-read-only): Removed.
10094
100952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10096
10097 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10098 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10099 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10100 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10101 still is. So maybe it should be removed.
10102 (vc-head-version, vc-find-binary): Remove.
10103 (vc-recompute-state): Move from vc-hooks.el.
10104 (vc-next-action-on-file): Add a `simple' argument to allow
10105 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10106 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10107 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10108 (vc-dired-mode-map): Properly defvar it.
10109 (vc-print-log): Call log-view-mode if available.
10110 (small-temporary-file-directory): defvar instead of use boundp.
10111 (vc-merge-news): Moved to vc-cvs.el.
10112 (vc-default-merge-news): New function.
10113
10114 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10115 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10116 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10117 unknown `vc-latest-version' function. It should probably refer to
10118 vc-workfile-version or somesuch, but it's very unclear to me and I
10119 don't have SCCS to test things.
10120
10121 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10122 (vc-sccs-state-heuristic): Fix typo.
10123 (vc-sccs-workfile-unchanged-p): Add missing argument.
10124
10125 * vc-rcs.el: Require vc and vc-rcs-hooks.
10126 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10127 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10128 (vc-release-greater-or-equal-p): Move from vc.
10129 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10130 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10131 (vc-rcs-checkout): Add a missing `new-version' argument in the
10132 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10133
10134 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10135 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10136 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10137 than the apparently unbound `workfile-version'.
10138
10139 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10140 (vc-file-prop-obarray): Use `make-vector'.
10141 (vc-backend-functions): Add new hookable functions
10142 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10143 (vc-loadup): If neither backend nor default functions exist, use
10144 the backend function rather than nil.
10145 (vc-call-backend): If the function if not bound yet, try to load
10146 the non-hook file to see if it provides it.
10147 (vc-call): New macro plus use it wherever possible.
10148 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10149 nor `vc-find-binary' since it's only called from
10150 vc-mistrust-permission which is only used once the backend is known.
10151 (vc-checkout-model): Fix parenthesis.
10152 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10153
10154 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10155 (vc-cvs-release, vc-cvs-system-release): Remove.
10156 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10157 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10158 status symbols.
10159 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10160 (vc-cvs-toggle-read-only): First cut at a function to allow a
10161 cvs-status-free vc-toggle-read-only.
10162 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10163 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10164 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10165 (vc-cvs-checkout): Modify access rights directly if the user
10166 requested not to use `cvs edit'. And refresh the mode line.
10167
10168 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10169 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10170
101712000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10172
10173 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10174 workfile' that got lost when the code was extracted from vc.el.
10175 And merged the tail with the rest of the code (not possible in the
10176 old vc.el where the tail was shared among all backends). And
10177 explicitly set the state to 'edited if `writable' is set.
10178
10179 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10180 (vc-cvs-state): Be careful to return the value from
10181 vc-cvs-parse-state.
10182 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10183 property but return it instead. Also be careful to handle a nil
10184 or "" `rev' when workfile is non-nil (it was handled properly when
10185 workfile was nil).
10186
10187 * vc.el: Removed those pesky unnecessary `(function' quotes.
10188 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10189 directly in the defvar.
10190 (vc-do-command): Bind inhibit-read-only so as to properly handle
10191 the case where the destination buffer has been made read-only.
10192 (vc-diff): Delegate to vc-version-diff in all cases.
10193 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10194 (vc-annotate-mode-variables): Removed (code moved partly to
10195 defvars and partly to vc-annotate-add-menu).
10196 (vc-annotate-mode): Turned into a derived-mode.
10197 (vc-annotate-add-menu): Moved in code in
10198 vc-annotate-mode-variables.
10199 (vc-update-change-log): Use make-temp-file if available.
10200
102012000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10202
10203 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10204 `vc-checkout-model' updated to `vc-cvs-update-model'.
10205
102062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10207
10208 * vc.el (vc-next-action-on-file): Added handling of state
10209 `unlocked-changes'.
10210 (vc-checkout-carefully): Is now practically obsolete, unless the
10211 above is too slow to be enabled unconditionally.
10212 (vc-update-change-log): Fixed typo.
10213
10214 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10215
10216 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10217 Now handles state `unlocked-changes'.
10218 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10219
10220 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10221
10222 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10223 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10224 `unlocked-changes'.
10225 (vc-rcs-workfile-unchanged-p): Renamed from
10226 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10227 function yet, but supposed to become one soon.
10228
10229 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10230 `vc-steal-lock'.
10231 (vc-call-backend): Changed error message.
10232 (vc-state): Added description of state `unlocked-changes'.
10233
102342000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10235
10236 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10237 always return t in CVS-controlled directories.
10238
10239 * vc.el (vc-responsible-backend): New function.
10240 (vc-register): Largely rewritten.
10241 (vc-admin): Removed (implementation moved into vc-register).
10242 (vc-checkin): Redocumented.
10243 (vc-finish-logentry): If no backend defined yet (because we are in
10244 the process of registering), use the responsible backend.
10245
10246 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10247 Updated function lists.
10248 (vc-call-backend): Fixed typo.
10249
10250 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10251 New functions.
10252 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10253 Removed query option. Redocumented.
10254
102552000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10256
10257 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10258
10259 * vc.el: Updated callers of `vc-checkout-required' to use
10260 `vc-checkout-model'.
10261
102622000-09-04 Martin Lorentzson <martinl@gnu.org>
10263
10264 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10265 stuff updated to reference this function instead of the old
10266 `vc-backend-release-p'.
10267
102682000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10269
10270 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10271 vc-checkout-model. Return appropriate values. Updated callers.
10272
102732000-09-04 Martin Lorentzson <martinl@gnu.org>
10274
10275 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10276 (vc-backend-revert): Function moved into `vc-revert';
10277 `vc-next-action' must be updated to accomodate this change.
10278 (vc-backend-steal): Function moved into `vc-finish-steal'.
10279 (vc-backend-logentry-check): Function moved into
10280 `vc-finish-logentry'.
10281 (vc-backend-printlog): Function moved into `vc-print-log'.
10282 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10283 (vc-backend-assign-name): Function moved into
10284 `vc-create-snapshot'.
10285
102862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10287
10288 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10289 Rename to vc-checkout-model. Return appropriate values.
10290 Update callers.
10291
10292 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10293 to vc-checkout-model.
10294 (vc-checkout-required): Rename to vc-checkout-model.
10295 Re-implement and re-comment.
10296 (vc-after-save): Use vc-checkout-model.
10297
102982000-09-04 Martin Lorentzson <martinl@gnu.org>
10299
10300 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10301 Update to use the vc-BACKEND-diff functions instead.
10302 `vc-diff' is now working.
10303
10304 * vc-rcs.el (vc-rcs-logentry-check): New function.
10305
10306 * vc-cvs.el (vc-cvs-logentry-check): New function.
10307
10308 * vc-sccs.el (vc-sccs-diff): Function changed name from
10309 `vc-backend-diff'. This makes `vc-diff' work.
10310
10311 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10312 of functions possibly implemented in a vc-BACKEND library.
10313 (vc-checkout-required): Fix bug that caused an error to be
10314 signaled during `vc-after-save'.
10315
10316 * vc.el: Fix typo.
10317 This checkin is made with our new VC code base for the very first time.
10318 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10319
10320 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10321 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10322
10323 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10324 updated to `vc-uses-locking'.
10325 (vc-checkout-required): Call to backend function.
10326 `vc-checkout-required' updated to `vc-uses-locking' instead.
10327
10328 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10329 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10330
10331 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10332 to match the split into various backends.
10333 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10334 (vc-retrieve-snapshot): Bug fix.
10335
103362000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10337
10338 * vc-sccs.el (vc-sccs-release): Doc fix.
10339
103402000-09-04 Martin Lorentzson <martinl@gnu.org>
10341
10342 * vc.el (vc-next-action-on-file): Bug found and fixed.
10343 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10344 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10345
10346 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10347 (vc-rcs-checkout): Name space cleaned up. No more revision number
10348 crunching function names that are not prefixed with vc-rcs.
10349 (vc-rcs-checkout-model): Function added. References to
10350 `vc-checkout-model' replaced.
10351
103522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10353
10354 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10355 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10356 still need to be split, and implemented for RCS).
10357
103582000-09-04 Martin Lorentzson <martinl@gnu.org>
10359
10360 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10361
10362 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10363 required by the vc.el file.
10364
10365 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10366 required by the vc.el file.
10367 (vc-rcs-exists): Function added.
10368
10369 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10370 required by the vc.el file.
10371
10372 * vc.el (vc-admin): Updated to handle selection of appropriate
10373 backend. Current implementation is crufty and need re-thinking.
10374
10375 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10376
103772000-09-04 Martin Lorentzson <martinl@gnu.org>
10378
10379 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10380 beginning of annotate buffers correctly.
10381
10382 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10383 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10384 functionality updated quite a lot to support multiple backends.
10385 Variables `vc-annotate-mode', `vc-annotate-buffers',
10386 `vc-annotate-backend' added.
10387
10388 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10389 `vc-annotate-difference' added to supported backend functions.
10390
103912000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10392
10393 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10394 Use with-temp-file instead of /bin/sh. Merged from mainline
10395
103962000-09-04 Martin Lorentzson <martinl@gnu.org>
10397
10398 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10399
10400 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10401
10402 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10403
104042000-09-04 Martin Lorentzson <martinl@gnu.org>
10405
10406 * vc-hooks.el: vc-state-heuristic added to
10407 vc-backend-hook-functions.
10408
10409 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10410
10411 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10412
10413 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10414 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10415 state to `reserved'.
10416
10417 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10418 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10419
104202000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10421
10422 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10423 untouched.
10424
10425 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10426
10427 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10428 if defined. (Merged from main line, slightly adapted.)
10429
10430 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10431 millenium problem (merged from mainline).
10432
104332000-09-04 Martin Lorentzson <martinl@gnu.org>
10434
10435 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10436 part and moved the non-BACKEND stuff to vc.el.
10437
10438 * vc.el: Split the annotate feature into a BACKEND specific part
10439 and moved it from the vc-cvs.el file to this one.
10440
104412000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10442
10443 * vc-hooks.el: Implement new state model.
10444 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10445 (vc-locking-user): Simplify. Now only needed if the file is
10446 locked by somebody else.
10447 (vc-lock-from-permissions): Remove. Functionality is in
10448 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10449 (vc-mode-line-string): New name for former vc-status. Adapted.
10450 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10451
10452 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10453 Various simplifications and adaptations all over the place.
10454
10455 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10456 Simplify and adapt the rest.
10457
10458 * vc.el (vc-resynch-window): Add TODO comment: check for
10459 interaction with view mode according to recent RCS change.
10460 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10461
104622000-09-04 Martin Lorentzson <martinl@gnu.org>
10463
10464 * vc.el: Convert the remaining function comments to docstrings.
10465
104662000-09-04 Martin Lorentzson <martinl@gnu.org>
10467
10468 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10469 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10470 (vc-minor-part, vc-previous-version): Functions that operate and
10471 compare revision numbers got proper documentation. Comments added
10472 about their possible removal.
10473
104742000-09-04 Martin Lorentzson <martinl@gnu.org>
10475
10476 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10477 the vc-backend.el files.
10478
10479 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10480
10481 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10482 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10483 (vc-rcs-previous-version): Functions added.
10484
10485 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10486
10487 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10488
104892000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10490
10491 * vc-hooks.el (vc-master-templates): Is really obsolete.
10492 Comment out the definition for now. What is the right procedure
10493 to get rid of it?
10494 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10495 rewritten.
10496 (vc-default-registered): Remove.
10497 (vc-check-master-templates): New function; does mostly what the
10498 above did before.
10499 (vc-locking-user): Don't rely on the backend to set the property.
10500
10501 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10502 Rewrite documentation.
10503 (vc-rcs-templates-grabbed): New variable.
10504 (vc-rcs-grab-templates): New function.
10505 (vc-rcs-registered): Rewrite to use above mechanism.
10506
10507 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10508 Rewrite documentation.
10509 (vc-sccs-templates-grabbed): New variable.
10510 (vc-sccs-grab-templates): New function.
10511 (vc-sccs-registered): Rewrite to use above mechanism.
10512 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10513 Don't throw the result, simply return it.
10514
10515 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10516 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10517 (vc-cvs-registered): Does the check itself now. Simplify.
10518
10519 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10520 from main line.
10521
105222000-09-04 Martin Lorentzson <martinl@gnu.org>
10523
10524 * vc-cvs.el (vc-cvs-diff): New function.
10525
10526 * vc-sccs.el (vc-sccs-diff): New function.
10527
10528 * vc-rcs.el (vc-rcs-diff): New function.
10529 (vc-rcs-checkout): Bug (typo) found and fixed.
10530 (vc-rcs-register-switches): New variable.
10531
10532 * vc.el (vc-backend-diff): Function removed and placed in the
10533 backend files.
10534
105352000-09-04 Martin Lorentzson <martinl@gnu.org>
10536
10537 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10538
10539 * vc.el (vc-backend-checkout): Function removed and replaced in
10540 the vc-backend.el files.
10541
10542 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10543
10544 * vc.el (vc-backend-admin): Removed and replaced in the
10545 vc-backend.el files.
10546
10547 * vc.el (Martin): Removed all the annotate functionality since it
10548 is CVS backend specific.
10549
105502000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10551
10552 * spec.txt: Added specification of vc-state.
10553
10554 * vc-sccs-hooks.el (vc-sccs-master-properties):
10555 Remove handling of vc-latest-version and
10556 vc-your-latest-version. What used to be vc-latest-version, is now
10557 returned as vc-workfile-version.
10558 (vc-sccs-workfile-version): Adapt.
10559
105602000-09-04 Dave Love <fx@gnu.org>
10561
10562 * vc.el: [Merged from mainline.]
10563 (vc-dired-mode): Make the dired-move-to-filename-regexp
10564 regexp match the date, to avoid treating date as file size.
10565 Add YYYY S option to WESTERN/
10566
105672000-09-04 Dave Love <fx@gnu.org>
10568
10569 * vc.el: Require `compile' when compiling.
10570 (vc-logentry-check-hook): New option.
10571 (vc-steal-lock): Use compose-mail.
10572 (vc-dired-mode-map): Defvar when compiling.
10573 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10574 vc-sccs.el and renamed. Callers changed.
10575 (vc-backend-checkout, vc-backend-logentry-check)
10576 (vc-backend-merge-news): Doc fix.
10577 (vc-default-logentry-check): New function.
10578 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10579 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10580 (vc-backend-merge): Doc fix. Use backend functions.
10581 (vc-check-headers): Use backend functions.
10582
10583 * vc-cvs.el: Require vc when compiling.
10584 (vc-cvs-register-switches): Doc fix.
10585 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10586 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10587 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10588 New functions (code from vc.el).
10589 (vc-annotate-display-default): Fix interactive spec.
10590 (vc-annotate-time-span): Doc fix.
10591
10592 * vc-rcs.el: Require vc when compiling.
10593 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10594 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10595 (vc-rcs-checkin): New functions (code from vc.el).
10596 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10597 Doc fix.
10598 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10599
10600 * vc-sccs.el: Require vc when compiling.
10601 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10602 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10603 (vc-sccs-revert)
10604 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10605 from vc.el).
10606 (vc-sccs-add-triple, vc-sccs-record-rename)
10607 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10608 (vc-sccs-admin): Doc fix.
10609
106102000-09-04 Martin Lorentzson <martinl@gnu.org>
10611
10612 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10613 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10614 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10615 from vc.el.
10616
10617 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10618
10619 * vc-cvs.el: Moved the annotate functionality from vc.el.
10620 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10621
106222000-09-04 Dave Love <fx@gnu.org>
10623
10624 * vc.el (vc-backend-release): Call vc-system-release.
10625
10626 * vc-sccs.el (vc-sccs-system-release):
10627 Renamed from vc-sccs-backend-release.
10628
10629 * vc-rcs.el (vc-rcs-system-release):
10630 Renamed from vc-rcs-backend-release.
10631
10632 * vc-cvs.el (vc-cvs-system-release):
10633 Renamed from vc-cvs-backend-release.
10634
106352000-09-04 Dave Love <fx@gnu.org>
10636
10637 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10638 backend files.
10639 (vc-backend-release): Dispatch to backend functions.
10640 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10641 probably needs attention.]
10642
10643 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10644 (vc-sccs-backend-release): New function.
10645
10646 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10647 (vc-cvs-backend-release): New function.
10648
10649 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10650 Doc fix.
10651 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10652 (vc-default-dired-state-info): New function.
10653 (vc-dired-state-info): Dispatch to backends.
10654 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10655
10656 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10657 from vc.el and renamed.
10658
106592000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10660
10661 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10662 (vc-version-other-window, vc-backend-assign-name): Removed
10663 references to vc-latest-version; sometimes changed into
10664 vc-workfile-version.
10665
10666 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10667 vc-rcs-master-workfile-version.
10668 (vc-rcs-workfile-version): Use the above. Don't call
10669 vc-latest-version (that was unreachable code, anyway).
10670 (vc-rcs-fetch-master-properties): Doc fix.
10671
10672 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10673 (vc-backend-hook-functions): Removed them from this list, too.
10674 (vc-fetch-properties): Removed.
10675 (vc-workfile-version): Doc fix.
10676
10677 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10678 (vc-rcs-workfile-version, vc-rcs-locking-user)
10679 (vc-rcs-uses-locking): Use it.
10680
10681 * vc-hooks.el (vc-consult-rcs-headers):
10682 Moved into vc-rcs-hooks.el, under the name
10683 vc-rcs-consult-headers.
10684
10685 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10686 headers.
10687 (vc-cvs-find-master): Use this name only; correct different
10688 versions of the name.
10689
10690 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10691 New functions.
10692 (vc-sccs-locking-user): Use the latter.
10693
10694 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10695 New functions.
10696
10697 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10698 Moved into both
10699 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10700 functions are implementation details of those two backends.
10701
107022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10703
10704 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10705 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10706
10707 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10708 (vc-sccs-parse-locks): SCCS-specific code moved here from
10709 vc-hooks.
10710
10711 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10712 code moved here from vc-hooks.
10713
10714 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10715 into back-end specific parts and removed. Callers not updated
10716 yet; because I guess these callers will disappear into back-end
10717 specific files anyway.
10718
107192000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10720
10721 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10722 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10723 `vc-uses-locking'.
10724
10725 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10726 Store yes/no in the property, and return t/nil. Updated all
10727 callers.
10728
10729 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10730 vc-sccs-uses-locking. Don't set property.
10731 (vc-sccs-locking-user): Don't set property.
10732
10733 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10734 vc-cvs-uses-locking. Don't set property here; leave that to
10735 vc-hooks.
10736 (vc-cvs-locking-user): Reflect above change. Streamlined.
10737
10738 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10739 vc-rcs-uses-locking.
10740 (vc-rcs-locking-user): Reflect above change.
10741
107422000-09-04 Dave Love <fx@gnu.org>
10743
10744 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10745
10746 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10747
10748 * vc-hooks.el (vc-checkout-model): Punt to backends.
10749
10750 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10751
10752 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10753
10754 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10755 New functions.
10756
10757 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10758 New functions.
10759
10760 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10761 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10762
10763 * vc-hooks.el (vc-default-locking-user): New function.
10764 (vc-locking-user, vc-workfile-version): Punt to backends.
10765
107662000-09-04 Dave Love <fx@gnu.org>
10767
10768 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10769 (vc-master-workfile-version): Moved from vc-hooks.
10770
10771 * vc-rcs-hooks.el: Fix duplicate code in last change.
10772
10773 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10774 (vc-rcs-master-templates): Improve :type.
10775 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10776 vc-master-workfile-version): Moved from vc-hooks.
10777
10778 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10779 (vc-sccs-master-templates): Improve :type.
10780 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10781
10782 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10783
10784 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10785 (vc-cvs-master-templates): Improve :type. Use
10786 vc-cvs-find-cvs-master.
10787 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10788 from vc-hooks.
10789 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10790
10791 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10792 Moved to vc-cvs-hooks.
10793
10794 * vc-hooks.el: Add doc strings in various places. Simplify the
10795 minor mode setup.
10796 (vc-handled-backends): New user variable.
10797 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10798 simplification.
10799
108002000-09-04 Dave Love <fx@gnu.org>
10801
10802 * vc.el: Some doc fixes for autoloaded and interactive functions.
10803 Fix compilation warnings from ediff stuff.
10804 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10805
10806 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10807
10808 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10809
10810 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10811
108122000-09-04 Dave Love <fx@gnu.org>
10813
10814 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10815 New variable.
10816 (vc-make-backend-function, vc-loadup, vc-call-backend)
10817 (vc-backend-defines): New functions.
10818
10819 * vc-hooks.el: Various doc fixes.
10820 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10821 (vc-match-substring): Function removed. Callers changed to use
10822 match-string.
10823 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10824 Simplify.
10825
108262000-09-04 Dave Love <fx@gnu.org>
10827
10828 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10829 type.
10830 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10831 (vc-sccs-registered): Doc fix.
10832
10833 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10834 (vc-cvs-registered): Doc fix.
10835
10836 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10837 (vc-rcs-registered): Doc fix.
10838
108392000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10840
10841 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10842
10843 * vc-hooks.el: vc-registered has been renamed
10844 vc-default-registered. Some functions have been moved to the
10845 backend specific files. they all support the
10846 vc-BACKEND-registered functions.
10847
108482000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10849
10850 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10851
10852 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10853
108542000-09-04 Dave Love <fx@gnu.org>
10855
10856 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10857 menu-bar-update-hook.
10858
10859 * help.el (help-manyarg-func-alist): Add
10860 find-operation-coding-system.
10861
10862 * wid-edit.el (widget-sexp-validate): Fix garbled code.
10863
10864 * custom.el (custom-set-variables): Print message about errors in
10865 setting.
10866
108672000-09-03 Andrew Innes <andrewi@gnu.org>
10868
10869 * makefile.w32-in: Change to DOS line endings.
10870
108712000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10872
10873 * mouse.el (mouse-popup-menubar): Supply the prompt string for
10874 minor-mode keymaps, if they don't have one.
10875
108762000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10877
10878 * eshell/esh-module.el (eval-when-compile): Don't lose if
10879 esh-module.el's file name is truncated to DOS 8+3 limits.
10880
108812000-09-01 John Wiegley <johnw@gnu.org>
10882
10883 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
10884 predicate, which caused entries in the completion list to be
10885 doubled.
10886
108872000-08-30 John Wiegley <johnw@gnu.org>
10888
10889 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
10890 sending to subprocesses. Also, hook pre-command-hook if
10891 `eshell-send-direct-to-subprocesses' is non-nil.
10892 (eshell-send-direct-to-subprocesses): New config variable. If t,
10893 subprocess input is send immediately.
10894 (eshell-toggle-direct-send): New function.
10895 (eshell-self-insert-command): New function.
10896 (eshell-intercept-commands): New function.
10897 (eshell-send-input): If direct subprocess sending is enabled,
10898 don't echo any input to the Eshell buffer. Let the subprocess
10899 handle that. This requires "stty echo" in bash, for example.
10900
109012000-08-28 John Wiegley <johnw@gnu.org>
10902
10903 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
10904 completion function for Eshell's implementation of `unset'.
10905
109062000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
10907
10908 * info.el (Info-directory-list): Doc fix.
10909
109102000-08-31 Peter Breton <pbreton@ne.mediaone.net>
10911
10912 * filecache.el (file-cache-add-directory-using-find): Don't quote
10913 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
10914
109152000-08-31 Kenichi Handa <handa@etl.go.jp>
10916
10917 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
10918 coding systems.
10919
109202000-08-30 Andrew Innes <andrewi@gnu.org>
10921
10922 * timer.el (run-with-idle-timer): Undo last change, so that timer
10923 is not activated immediately if Emacs is already idle. Some
10924 existing code relies on this behaviour.
10925
109262000-08-30 Miles Bader <miles@gnu.org>
10927
10928 * frame.el (set-frame-font): Do completion of font-name for
10929 interactive use.
10930
109312000-08-30 Kenichi Handa <handa@etl.go.jp>
10932
10933 * international/quail.el (quail-start-translation): Bind locally
10934 last-command-event, last-command, and this-command.
10935 (quail-start-conversion): Likewise.
10936 (quail-self-insert-command): Fix docstring.
10937
109382000-08-29 Gerd Moellmann <gerd@gnu.org>
10939
10940 * progmodes/executable.el
10941 (executable-make-buffer-file-executable-if-script-p): Check that
10942 buffer contains at least 2 characters.
10943
109442000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
10945
10946 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
10947
109482000-08-29 Dave Love <fx@gnu.org>
10949
10950 * diff-mode.el (diff-mode) <defgroup>: Add :version.
10951 (diff-mode-shared-map): Bind mouse-2.
10952 (diff-imenu-generic-expression): New variable.
10953 (diff-mode): Use it.
10954
10955 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
10956 (mouse-popup-menubar): Add minor mode menus.
10957 (popup-menu): Check for lookup-key returning number.
10958
109592000-08-29 Miles Bader <miles@gnu.org>
10960
10961 * comint.el (comint-send-input): Create overlays using the proper
10962 front/read-advance arguments.
10963
109642000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
10965
10966 * ps-print.el: Even/odd pages printing. Doc fix.
10967 (ps-print-version): New version number (6.0).
10968 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
10969 (ps-background, ps-begin-file, ps-begin-job): Code fix.
10970 (ps-print-duplex-feature): Variable eliminated.
10971 (ps-even-or-odd-pages): New variable.
10972
10973 * progmodes/ebnf2ps.el: Doc fix.
10974 (ebnf-version): New version (3.3).
10975 (ebnf-user-arrow): Change variable customization to sexp.
10976 (ebnf-user-arrow): Function eliminated.
10977 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
10978
109792000-08-29 Kenichi Handa <handa@etl.go.jp>
10980
10981 * help.el (help-xref-mule-regexp): New variable.
10982 (help-make-xrefs): Handle help-xref-mule-regexp.
10983
10984 * international/mule-cmds.el (help-xref-mule-regexp-template): New
10985 variable.
10986 (describe-input-method): Temporarily activate the specfied input
10987 method to display the information.
10988 (describe-language-environment): Hyperlinks to mule related items.
10989
10990 * international/mule-diag.el (charset-multibyte-form-string): New
10991 function.
10992 (list-character-sets-1): Use charset-multibyte-form-string.
10993 (describe-character-set): New function.
10994 (describe-coding-system): Hyperlinks to safe character sets.
10995
10996 * international/quail.el (quail-help): New arg PACKAGE.
10997 Hyperlinks to mule related items.
10998 (quail-help-insert-keymap-description): Use
10999 substitute-command-keys instead of describe-bindings.
11000 (quail-translation-help): Hyperlinks to mule related items.
11001
110022000-08-28 John Wiegley <johnw@gnu.org>
11003
11004 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11005 have a defsubst call itself. Made `eshell-flatten-list' back into
11006 a function again.
11007
11008 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11009 catch, in case re-centering point at bottom messes up the display.
11010 This happens frequently in Emacs 21, due I believe to variable
11011 line heights.
11012
11013 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11014 to call `find-tag-interactive'.
11015
11016 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11017 the list of remember directories.
11018
110192000-08-28 John Wiegley <johnw@gnu.org>
11020
11021 * align.el: Test align-region-separate to see if it's a symbol.
11022
110232000-08-28 John Wiegley <johnw@gnu.org>
11024
11025 * eshell/esh-util.el (eshell-flatten-list): Made this function
11026 into a defsubst form. It gets used very frequently, although
11027 calls don't occur all that often.
11028
11029 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11030 examining it.
11031
11032 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11033 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11034 `eshell-protect'.
11035 (eshell-copy-handles): Created a new macro for duplicating the
11036 current set of open handles. This is needed by the looping
11037 functions.
11038 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11039 is not incorrectly stomped on.
11040
11041 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11042 declaration for pcomplete-use-paring.
11043 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11044 value of eshell-cmpl-use-paring.
11045 * pcomplete.el (pcomplete-use-paring): New config variable, to
11046 indicate whether paring should be used.
11047 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11048 completion alternatives that have already been used.
11049
11050 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11051 bound to C-c C-y, which will repeat the previous N arguments
11052 (based on prefix argument).
11053 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11054
11055 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11056 if there is no *Help* buffer. This is for XEmacs, which renames
11057 its help buffers uniquely. TODO: Find out what the current buffer
11058 name to delete is.
11059
11060 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11061 first entry that correlates to a passwd/group number. Later
11062 entries (used for group/user name aliasing to multiple IDs) are
11063 ignored.
11064
11065 * eshell/em-xtra.el (eshell/expr):
11066 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11067 (eshell-grep, eshell/diff, eshell/locate):
11068 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11069 argument list, before passing it to the system command.
11070
11071 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11072 `find-tag' for use at final position in Eshell buffers (which
11073 otherwise triggers an error on Emacs 21).
11074 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11075 buffer, if it is currently bound to `find-tag'.
11076
11077 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11078 in the list of matched Makefile names.
11079 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11080 directory, prefer its contents to Makefile.
11081
11082 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11083 directory parts (like "cd old new", or "cd =regexp"), are now case
11084 sensitive on non-Windows/DOS platforms.
11085
11086 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11087 types RET after an open delimiter (like "), display a message
11088 indicating that Eshell is waiting for the closing delimiter.
11089
11090 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11091 environment variables.
11092
11093 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11094 gracefully if the user enters incorrect arguments.
11095
11096 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11097 Eshell buffers.
11098
11099 * eshell/esh-var.el (eshell-interpolate-variable):
11100 * eshell/esh-mode.el (eshell-move-argument):
11101 * eshell/em-unix.el (eshell-du-sum-directory):
11102 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11103 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11104 (not (= ...)).
11105
11106 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11107 to ensure the `preserve' flag gets propagated when doing recursive
11108 directory copies.
11109
111102000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11111
11112 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11113 Don't convert \n into \0177 in memory.
11114 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11115 and back again, when reading and writing.
11116
111172000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11118
11119 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11120 testing of `fboundp' on `processp'.
11121
11122 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11123 (eshell/jobs): Don't call process-list if it is not bound.
11124 (eshell-gather-process-output): Support systems where async
11125 subprocesses aren't supported.
11126 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11127 variables.
11128
11129 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11130 eshell-do-eval returns t.
11131 (eshell-do-pipelines-synchronously): New defmacro.
11132 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11133 when async subprocesses aren't supported.
11134 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11135 if async subprocesses aren't supported.
11136 (eshell-resume-command): Don't assume STATUS is a string.
11137
11138 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11139
11140 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11141 (eshell-close-target, eshell-get-target): Use eshell-processp.
11142 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11143 fix.
11144 (eshell-get-target, eshell-create-handles): Doc fix.
11145
111462000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11147
11148 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11149 criterion to include commands that output something, as long as it
11150 leaves both the command and the end-of-buffer visible when the
11151 command has exited.
11152 (eshell-review-quick-commands): Adjust the help doc string
11153 accordingly.
11154
111552000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11156
11157 * locate.el (locate): Cleaned up locate command's interactive prompting
11158 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11159
11160 * filecache.el (file-cache-case-fold-search): New variable
11161 (file-cache-assoc-function): New variable
11162 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11163 Use file-cache-case-fold-search variable
11164 (file-cache-add-file): Use file-cache-assoc-function
11165 (file-cache-delete-file): likewise
11166 (file-cache-directory-name): likewise
11167 (file-cache-debug-read-from-minibuffer): likewise
11168
111692000-08-28 Gerd Moellmann <gerd@gnu.org>
11170
11171 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11172 (abbrev-table-name): New function.
11173 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11174 If non-nil list local abbrev, only.
11175
111762000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11177
11178 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11179 from Gnus support code, and use special article copy buffer
11180 `(gnus-original-article-buffer)' instead. This allows to get rid
11181 of article-hide-headers usage (which breaks in the latest Gnus
11182 version). Thanks to Detlev Zundel.
11183
111842000-08-28 Kenichi Handa <handa@etl.go.jp>
11185
11186 * international/quail.el (quail-use-package): Hide "... loaded"
11187 message.
11188 (quail-start-translation, quail-start-conversion): Likewise.
11189
11190 * international/kkc.el (kkc-region): Hide "... loaded" message.
11191
111922000-08-27 Dave Love <fx@gnu.org>
11193
11194 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11195
111962000-08-27 Miles Bader <miles@gnu.org>
11197
11198 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11199
112002000-08-27 Kenichi Handa <handa@etl.go.jp>
11201
11202 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11203 'ja-dic-cnv), not (require 'skkdic-cnv).
11204
112052000-08-26 Miles Bader <miles@gnu.org>
11206
11207 * faces.el (face-x-resources): Add entry for :inherit.
11208 * cus-face.el (custom-face-attributes): Add support for :inherit
11209 attribute. Add support for relative face heights.
11210 (custom-face-attributes-get): Treat `nil' as being a default value
11211 for :inherit (as well as `unspecified').
11212
11213 * faces.el (set-face-attribute): Update doc string.
11214 (face-attribute-name-alist): Add :inherit.
11215 (face-valid-attribute-values): Handle :inherit.
11216 (face-read-string): Rephrase prompt to be less confusing.
11217 Assume that DEFAULT is a string, since we must return a string.
11218 (face-read-integer): Use `format' to turn DEFAULT into an
11219 acceptable default for face-read-string. Match NEW-VALUE against
11220 the string "unspecified", not the symbol `unspecified', since
11221 that's what face-read-string returns.
11222 (read-face-attribute): Lookup a name for old-value in valid, and
11223 use it as a default if we find one. Treat all values from
11224 face-read-string as strings. If the default is used, don't do any
11225 more processing on the value, just use the old value directly.
11226 (read-face-and-attribute, modify-face): Tweak prompt.
11227 (read-face-name): Don't assume prompt ends with a space.
11228
11229 * faces.el (describe-face): Add support for :inherit attribute.
11230
112312000-08-25 Kenichi Handa <handa@etl.go.jp>
11232
11233 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11234 concat doesn't accept interger.
11235
11236 * international/kkc.el: Remove SKK from Keywords. Require
11237 ja-dic-utl instead of skkdic-utl.
11238
11239 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11240 Provide ja-dic-cnv instead of skkdic-cnv.
11241 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11242 (iso-2022-7bit-short): Add safe-charsets property.
11243 (skkdic-convert-postfix): Search Japanese chou-on character in
11244 addition to Hiragana character.
11245 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11246 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11247 (batch-skkdic-convert): Likewise.
11248
11249 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11250 Provide ja-dic-utl instead of skkdic-utl.
11251 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11252
112532000-08-24 Dave Love <fx@gnu.org>
11254
11255 * disp-table.el (standard-display-default): Make the test of `l'
11256 useful.
11257
11258 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11259 mod sample text.
11260
11261 * international/iso-ascii.el: Make pilcrow convenient string
11262 consistent with section.
11263 (iso-ascii-display): Set up multibyte characters as well as
11264 unibyte.
11265
112662000-08-24 Kenichi Handa <handa@etl.go.jp>
11267
11268 * international/mule-cmds.el (reset-language-environment): Set
11269 default-process-coding-system to '(undecided . iso-latin-1), which
11270 makes process I/O almost consistent with file I/O. Call this
11271 function when mule-cmds.el[c] is loaded.
11272
112732000-08-22 Andrew Innes <andrewi@gnu.org>
11274
11275 * makefile.w32-in: New file.
11276
112772000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11278
11279 * comint.el (comint-output-filter): Compare end of
11280 comint-last-output-overlay with the start of the newly inserted
11281 text, not the end, when deciding whether to extend it.
11282 Set saved-point's insertion type to advance after insertion.
11283
11284 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11285 since this is now done independently of font-lock mode.
11286
112872000-08-21 Gerd Moellmann <gerd@gnu.org>
11288
11289 * server.el (server-kill-new-buffers): New user option.
11290 (server-existing-buffer): New buffer-local variable.
11291 (server-visit-files): When using an existing buffer, set
11292 server-existing-buffer to t.
11293 (server-buffer-done): If server-kill-new-buffers is t, kill the
11294 buffer, unless it was already present before visiting it with
11295 Emacs server.
11296
112972000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11298
11299 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11300 even if the display doesn't support colors: some displays will
11301 support bold/underline faces.
11302
113032000-08-21 Gerd Moellmann <gerd@gnu.org>
11304
11305 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11306
11307 * startup.el (command-line): If user's init file had an error,
11308 add explanatory text to *Messages*.
11309
113102000-08-21 Kenichi Handa <handa@etl.go.jp>
11311
11312 * man.el (Man-getpage-in-background): Decode the process output by
11313 the system locale coding system.
11314
113152000-08-20 Dave Love <fx@gnu.org>
11316
11317 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11318 Don't test x-popup-menu.
11319 (function) <complete-function>: Complete only fbound symbols.
11320 <validate, value>: New.
11321 (variable) <complete-function>: Complete only bound symbols.
11322 (coding-system): Add :base-only, :complete-function, :validate,
11323 :value, :prompt-match.
11324 (widget-coding-system-prompt-value): Use read-coding-system and
11325 act on :base-only.
11326 (editable-field): Add :help-echo.
11327 (widget-push-button-gui, widget-push-button-cache)
11328 (widget-gui-action, widget-editable-list-gui): COmment out, along
11329 with uses.
11330 (widget-at): Make arg optional.
11331 (widget-echo-help): Adjust for current help-echo calling sequence.
11332 (widget-specify-field, widget-specify-button)
11333 (widget-specify-insert, widget-get-sibling, widget-image-find)
11334 (widget-convert, widget-insert, widget-leave-text)
11335 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11336 (widget-setup, widget-field-find, widget-before-change)
11337 (widget-after-change, widget-default-complete)
11338 (widget-default-create, widget-default-delete)
11339 (widget-push-button-value-create, editable-field)
11340 (widget-field-prompt-value, widget-field-validate)
11341 (widget-choice-value-create, widget-choice-action)
11342 (widget-choice-validate, widget-checklist-add-item)
11343 (widget-radio-add-item, widget-radio-chosen)
11344 (widget-radio-value-inline, widget-editable-list-value-create)
11345 (widget-editable-list-entry-create)
11346 (widget-documentation-link-add)
11347 (widget-documentation-string-value-create)
11348 (widget-regexp-validate, widget-file-complete)
11349 (widget-sexp-validate, widget-plist-convert-widget)
11350 (widget-plist-convert-widget, widget-alist-convert-widget)
11351 (widget-alist-convert-widget, widget-color-complete): Simplify,
11352 particularly to avoid bindings which aren't optimized out.
11353
11354 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11355 Doc fix.
11356 (down-list, backward-up-list, up-list, kill-sexp)
11357 (backward-kill-sexp, mark-sexp): Make arg optional.
11358 (lisp-complete-symbol): Add optional arg PREDICATE.
11359
11360 * cus-start.el: Add display-buffer-reuse-frames,
11361 file-coding-system-alist.
11362
113632000-08-20 Gerd Moellmann <gerd@gnu.org>
11364
11365 * startup.el (command-line): Clear realized faces after
11366 modifying TTY color mappings.
11367
113682000-08-20 Miles Bader <miles@gnu.org>
11369
11370 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11371 merely a subset of FACE's attributes.
11372
113732000-08-19 Miles Bader <miles@gnu.org>
11374
11375 * comint.el (comint-output-filter): Save the point with a marker,
11376 not just a buffer position.
11377
11378 * international/mule.el (set-buffer-process-coding-system): Make
11379 interactive prompt less confusing.
11380
113812000-08-19 Gerd Moellmann <gerd@gnu.org>
11382
11383 * hilit-chg.el: General cleanup of doc strings, comments and
11384 code formatting.
11385
113862000-08-19 Miles Bader <miles@gnu.org>
11387
11388 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11389 Compiler macro removed; beginning-of-line is no longer always
11390 equivalent to forward-line, in the presence of fields.
11391
11392 * comint.el (comint-output-filter): Remove ad-hoc saving of
11393 restriction, and just use save-restriction, now that it works
11394 correctly. Don't adjust comint-last-input-start to account for
11395 our insertion; it shouldn't have moved because we don't use
11396 insert-before-markers anymore. Comment out call to
11397 `force-mode-line-update'; why is it here?
11398
11399 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11400 while checking for prompt to delete. Use `forward-line 0'
11401 instead of beginning-of-line.
11402 (gud-filter): Temporarily widen gud comint buffer while
11403 examining output.
11404
114052000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11406
11407 * progmodes/sh-script.el: Big bag of typos.
11408
11409 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11410 check since ispell-process is not bound when ispell is not yet loaded.
11411
114122000-08-18 Dave Love <fx@gnu.org>
11413
11414 * image.el (find-image): Copy `spec' before using plist-put.
11415
114162000-08-18 Gerd Moellmann <gerd@gnu.org>
11417
11418 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11419 `portugues'.
11420
11421 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11422 backward-kill-sexp, analogous to kill-sexp.
11423
11424 * progmodes/icon.el (icon-indent-line)
11425 (icon-is-continuation-line): Handle comments specially.
11426
114272000-08-17 Ken Stevens <k.stevens@ieee.org>
11428
11429 * ispell.el: Set to standard author/maintainer/keyword fields.
11430 Fine tuning to menu map appearance and operation, and added help.
11431 Remove `start' and `end' error messages when compiling.
11432 (ispell-choices-win-default-height): Fixed comment string.
11433 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11434 castellano8 dictionaries.
11435 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11436 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11437 dictionary, added italiano dictionary.
11438 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11439 word character
11440 (ispell-tex-skip-alists): Added psfig support.
11441 (ispell-skip-html): Renamed from ispell-skip-sgml.
11442 (ispell-begin-skip-region-regexp, ispell-skip-region)
11443 (ispell-minor-check): Improved html skipping support to skip across
11444 code, and recognize `&' commands without propper `;' syntax;
11445 (ispell-process-line): Fix alignment error when manually
11446 correcting spelling.
11447 (ispell): Fix comment string.
11448 (ispell-add-per-file-word-list): Always put word list on new line.
11449
114502000-08-17 Gerd Moellmann <gerd@gnu.org>
11451
11452 * format.el (format-encode-run-method): Fix error message to say
11453 `encode' instead of `decode'. Use save-window-excursion around
11454 shell-command-on-region as in format-decode-run-method because
11455 shell-command-on-region can display a buffer with error output.
11456 (format-decode): Don't record undo information for the decoding.
11457 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11458 that number part of the temporary buffer name so that more than
11459 one decoding using a temporary buffer can happen safely.
11460
11461 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11462 of `A-z' in the regexp.
11463
11464 * hilit-chg.el: Fix typos in commentary.
11465
11466 * help.el (view-emacs-news): Rewritten for new naming scheme
11467 for old NEWS files.
11468
11469 * startup.el (command-line): Pop to *Messages* in case an error
11470 is signaled while loading user-init-file.
11471
114722000-08-17 Andreas Schwab <schwab@suse.de>
11473
11474 * files.el (insert-directory): Don't lose original file name,
11475 undoing an undocumented change.
11476
114772000-08-17 Alex Schroeder <alex@gnu.org>
11478
11479 * sql.el (sql-magic-go): Use comint-bol.
11480 (sql-copy-column): Use comint-line-beginning-position.
11481 (comint-line-beginning-position): Define a replacement for
11482 comint-line-beginning-position if it is not fboundp.
11483
114842000-08-17 Alex Schroeder <alex@gnu.org>
11485
11486 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11487 it didn't have any effect anyway.
11488
114892000-08-17 Alex Schroeder <alex@gnu.org>
11490
11491 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11492 --pset and pager=off instead of sending \\o|cat at the beginning
11493 of the session.
11494
114952000-08-17 Miles Bader <miles@gnu.org>
11496
11497 * progmodes/octave-inf.el: Add compatibility definition of
11498 comint-line-beginning-position.
11499
115002000-08-17 Kenichi Handa <handa@etl.go.jp>
11501
11502 * startup.el (normal-top-level): Look in each dir in load-path for
11503 a leim-list.el file too. This assures of loading leim-list.el
11504 that is created at Emacs installation time even if a user have his
11505 own leim-list.el.
11506
115072000-08-17 Miles Bader <miles@gnu.org>
11508
11509 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11510 foreground color to black if the background is dark.
11511
115122000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11513
11514 * loadhist.el (unload-feature): Typo.
11515
11516 * finder.el (finder-compile-keywords):
11517 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11518 to the generated file.
11519
11520 * mail/mh-e.el (mh-make-local-vars):
11521 Replace make-variable-buffer-local with make-local-variable.
11522
11523 * play/landmark.el:
11524 * options.el (Edit-options-{set,toggle,t,nil}):
11525 * mail/mailabbrev.el (mail-abbrevs-mode):
11526 * textmodes/tex-mode.el (tex-expand-files):
11527 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11528
11529 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11530
11531 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11532 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11533 Allow going past the last element.
11534 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11535 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11536 (cvs-mouse-toggle-mark): Don't move point.
11537 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11538
11539 * progmodes/compile.el (grep): Provide a default set of files.
11540 (next-error): Docstring fix.
11541 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11542
11543 * emacs-lisp/easy-mmode.el (define-minor-mode):
11544 Use `symbol-value' to keep the byte-compiler quiet.
11545
11546 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11547 (diff-find-source-location): New fun, extracted from diff-goto-source.
11548 (diff-goto-source): Use it.
11549 (diff-next-complex-hunk, diff-filter-lines): New function.
11550 (diff-apply-hunk): New command.
11551
11552 * smerge-mode.el (smerge-mode-menu): Doc fix.
11553
11554 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11555
115562000-08-16 Dave Love <fx@gnu.org>
11557
11558 * windmove.el (windmove) <defgroup>: Add :version.
11559
11560 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11561 (goto-address-fontify-p, goto-address-highlight-p)
11562 (goto-address-url-face, goto-address-url-mouse-face)
11563 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11564 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11565 (goto-address-fontify, goto-address-at-mouse): Simplify,
11566 (goto-address-at-point): browse-url-url-at-point,
11567 goto-address-find-address-at-point can return nil.
11568 (goto-address-find-address-at-point): Return nil on failure.
11569
11570 * align.el (align) <defgroup>: Add :version.
11571
11572 * calculator.el (calculator): Add :version.
11573 (calculator): Use two lines for calculator window if `modeline'
11574 face is boxed.
11575
11576 * play/5x5.el: Doc fixes.
11577 (5x5) <defgroup>: Add :version.
11578
11579 * play/fortune.el (fortune) <defgroup>: Add :version.
11580 (fortune-append): Fix error message.
11581 (fortune-from-region): Doc fix.
11582
11583 * play/pong.el (pong): Doc fix.
11584
11585 * play/morse.el: Keywords, commentary, autoloads.
11586
115872000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11588
11589 * desktop.el (desktop-save): Don't look at symbol-value of a
11590 member of minor-mode-alist, unless it is boundp.
11591
115922000-08-16 Sam Steingold <sds@gnu.org>
11593
11594 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11595 `while'; use `with-current-buffer' instead of `save-excursion'.
11596 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11597
115982000-08-16 Kenichi Handa <handa@etl.go.jp>
11599
11600 * international/ccl.el (declare-ccl-program): Docstring modified.
11601 (ccl-execute-with-args): Likewise.
11602
116032000-08-16 Miles Bader <miles@gnu.org>
11604
11605 * progmodes/sql.el: Add compatibility definition of
11606 comint-line-beginning-position.
11607
116082000-08-15 Gerd Moellmann <gerd@gnu.org>
11609
11610 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11611 'buffer-menu' property.
11612 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11613 fails.
11614 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11615 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11616 wasn't killed.
11617
11618 * buff-menu.el (list-buffers-noselect): Don't display the
11619 *Buffer List* buffer.
11620
11621 * font-lock.el: Require jit-lock to prevent a very late
11622 `Loading jit-lock' message.
11623
11624 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11625 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11626 mail address.
11627
116282000-08-15 Miles Bader <miles@gnu.org>
11629
11630 * textmodes/ispell.el (ispell-graphic-p): New constant.
11631 (ispell-choices-win-default-height, ispell-help): Use
11632 `ispell-graphic-p' instead of `xemacsp'.
11633
116342000-08-15 Dave Love <fx@gnu.org>
11635
11636 * simple.el: Autoload widget-convert when compiling.
11637 (mail-user-agent): Doc fix.
11638
11639 * help.el (function-called-at-point, variable-at-point): Use
11640 with-syntax-table.
11641 (help-manyarg-func-alist): Add insert-and-inherit.
11642
11643 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11644
11645 * delsel.el (delsel-unload-hook): New function.
11646
11647 * find-file.el: Doc fixes. Move provide to end.
11648 (ff) <defgroup>: Add :link.
11649 (ff-goto-click): Deleted.
11650 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11651 Use mouse-set-point.
11652
11653 * textmodes/tildify.el: Doc fixes.
11654 (tildify) <defgroup>: Add:version.
11655
11656 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11657 (glasses-custom-set): Use set-default, not set.
11658 (minor-mode-alist): Propertize the lighter.
11659 (glasses-mode): Provide optional arg.
11660
11661 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11662 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11663 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11664 option. Provide :type.
11665 (cwarn-configuration): Provide :type.
11666 (cwarn-mode): Doc fix.
11667
11668 * add-log.el (change-log-merge): Doc fix.
11669 (change-log-redate): New command.
11670
11671 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11672 Doze and Dog.
11673 (browse-url): Use dolist, not mapcar.
11674 (browse-url-at-point): Check for null url.
11675 (browse-url-event-buffer, browse-url-event-point): Functions
11676 deleted.
11677 (browse-url-at-mouse, browse-url-netscape): Simplify.
11678
11679 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11680 modes.
11681 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11682 Fix previous change to mapcan.
11683 (msb--init-file-alist, msb--add-separators)
11684 (msb--make-keymap-menu): Simplify.
11685 (msb--choose-file-menu): Use copy-sequence.
11686 (msb-mode-map): Add title to keymap.
11687 (msb-unload-hook): New function.
11688
11689 * bs.el: Fix indentation.
11690 (bs) <defgroup>: Add :links.
11691 (bs-show): Doc fix.
11692 (bs-apply-sort-faces): Don't use window-system.
11693 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11694
116952000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11696
11697 * calendar/timeclock.el (timeclock-file): Run .timelog through
11698 convert-standard-filename.
11699
117002000-08-14 Gerd Moellmann <gerd@gnu.org>
11701
11702 * emacs-lisp/authors.el: New file.
11703
11704 * paren.el (show-paren-priority): New user option.
11705 (show-paren-function): Set overlay priorities to
11706 show-paren-priority.
11707
117082000-08-14 Miles Bader <miles@gnu.org>
11709
11710 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11711 beginning-of-line with inhibit-field-text-motion bound.
11712
117132000-08-14 Gerd Moellmann <gerd@gnu.org>
11714
11715 * calendar/timeclock.el: New file.
11716
117172000-08-14 David Ponce <david@dponce.com>
11718
11719 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11720 `widget-button-click'. so that one can use left mouse button to
11721 click on dialog buttons.
11722
117232000-08-14 Emmanuel Briot <briot@gnat.com>
11724
11725 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11726 identifiers, since XML is case sensitive
11727
117282000-08-12 Miles Bader <miles@gnu.org>
11729
11730 * comint.el (comint-output-filter): Don't bother frobbing
11731 window-start, it doesn't seem to be necessary.
11732
11733 * comint.el (comint-send-string, comint-send-region): Make into
11734 real functions. Snapshot the prompt before sending.
11735
117362000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11737
11738 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11739 technique similar to Info-index, instead of relying on specific
11740 names of relevant Index nodes.
11741 (Info-goto-emacs-command-node): Bind Info-history to nil when
11742 going to the first node found by Info-find-emacs-command-nodes.
11743
117442000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11745
11746 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11747
117482000-08-10 Miles Bader <miles@gnu.org>
11749
11750 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11751
117522000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11753
11754 * info.el (Info-file-list-for-emacs): More elements for the
11755 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11756 and woman manuals.
11757
117582000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11759
11760 * comint.el (comint-send-input): Make the newline boundary overlay
11761 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11762 (comint-output-filter): Use `insert' instead of
11763 `insert-before-markers'. Extend comint-last-output-overlay when
11764 necessary since we can't rely on insert-before-markers to do it.
11765 * gud.el (gud-filter): Use `with-current-buffer' instead of
11766 save-excursion when inserting the output, so that point gets
11767 updated correctly; the old method relied on a rather dodgy
11768 side-effect of comint-output-filter to avoid the effect of
11769 save-excursion.
11770
117712000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11772
11773 * files.el (recover-file): Call insert-directory instead of
11774 invoking `ls' directly.
11775
117762000-08-10 Miles Bader <miles@gnu.org>
11777
11778 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11779 (comint-last-prompt-overlay): New variables.
11780 (comint-output-filter): Implement prompt highlighting.
11781 (comint-snapshot-last-prompt): New function.
11782 (comint-send-input): Snapshot the last prompt.
11783 Use comint-highlight-input-face.
11784 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11785 Use defface instead of defcustom.
11786 (send-invisible, comint-send-eof): Snapshot the last prompt.
11787 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11788 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11789
117902000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11791
11792 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11793 (regexp-opt-group): Use a list of chars for `letters'.
11794 (regexp-opt-charset): `chars' is now a list of chars.
11795 Use a char-table rather than a vector so it works for multibyte chars.
11796
11797 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11798 Set cvs-minor-current-files to the selected fileinfo.
11799 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11800 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11801
118022000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11803
11804 * files.el (insert-directory): Don't call access-file on
11805 directories on DOS and Windows.
11806
118072000-08-09 Kenichi Handa <handa@etl.go.jp>
11808
11809 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11810 longer if necessary.
11811 (ccl-embed-code): Call ccl-embed-data to store CODE in
11812 ccl-program-vector.
11813
118142000-08-09 Miles Bader <miles@gnu.org>
11815
11816 * comint.el (comint-output-filter): Properly handle the case where
11817 the text surrounded by comint-last-output-overlay was deleted.
11818
118192000-08-08 Gerd Moellmann <gerd@gnu.org>
11820
11821 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11822 non-nil.
11823 (Info-file-list-for-emacs): Remove "info" from the list because
11824 that leads to trying to use the documentation from file `info'
11825 in various situations where it isn't appropriate, for instance
11826 C-h C-k C-h i.
11827
11828 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11829 DIR and/or STRING are nil.
11830
11831 * progmodes/compile.el (compilation-setup): Make variable
11832 compilation-error-screen-columns buffer-local, as some comment
11833 in the code suggests it should be.
11834
11835 * files.el (auto-mode-interpreter-regexp): New variable.
11836 (set-auto-mode): Use it.
11837
11838 * indent.el (indent-for-tab-command): Doc fix.
11839
11840 * mouse-sel.el (mouse-sel-mode): Doc fix.
11841
11842 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11843 labels.
11844
11845 * help.el (print-help-return-message): When
11846 display-buffer-reuse-frames is set, let the help window been quit,
11847 instead of deleting it, which might delete a reused frame.
11848
118492000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11850
11851 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11852 rename a directory to a name that differs only by its letter case.
11853
118542000-08-08 Kenichi Handa <handa@etl.go.jp>
11855
11856 * international/quail.el (quail-define-rules): Handle Quail decode
11857 map correctly. Add code for supporting annotations.
11858 (quail-install-decode-map): New function.
11859 (quail-defrule-internal): New optional arguments decode-map and
11860 props.
11861 (quail-advice): New function.
11862
118632000-08-07 Sam Steingold <sds@gnu.org>
11864
11865 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
11866 `defconst', `define-condition', `with-slots'.
11867 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
11868
118692000-08-03 Miles Bader <miles@gnu.org>
11870
11871 * comint.el (comint-use-prompt-regexp-instead-of-fields):
11872 New variable.
11873 (comint-prompt-regexp, comint-get-old-input): Document dependence on
11874 comint-use-prompt-regexp-instead-of-fields.
11875 (comint-send-input): Add `input' field property to stuff we send to
11876 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
11877 (comint-output-filter): Add `output' field property to process
11878 output, if comint-use-prompt-regexp-instead-of-fields is nil.
11879 (comint-replace-by-expanded-history)
11880 (comint-get-old-input-default, comint-show-output)
11881 (comint-backward-matching-input, comint-forward-matching-input)
11882 (comint-next-prompt, comint-previous-prompt): Use field
11883 properties if comint-use-prompt-regexp-instead-of-fields is nil.
11884 (comint-line-beginning-position): New function.
11885 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
11886 (comint-replace-by-expanded-history-before-point): Use
11887 comint-line-beginning-position and line-end-position.
11888 (comint-last-output-overlay): New variable.
11889 (comint-mode): Make `comint-last-output-overlay' buffer-local.
11890
11891 * shell.el (shell-prompt-pattern): Doc change.
11892 (shell-backward-command): Use line-beginning-position.
11893
11894 * gud.el (gud-gdb-complete-command): Use
11895 comint-line-beginning-position.
11896
11897 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
11898 comint-bol doesn't actually go to the beginning of the line.
11899
11900 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
11901 if comint-use-prompt-regexp-instead-of-fields is non-nil.
11902 (try-expand-line-all-buffers): Likewise.
11903
11904 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
11905 explicitly matching comint-prompt-regexp.
11906 (sql-copy-column): Use comint-line-beginning-position instead of
11907 explicitly matching comint-prompt-regexp.
11908
11909 * progmodes/octave-inf.el (inferior-octave-complete): Use
11910 comint-line-beginning-position.
11911
11912 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
11913
11914 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
11915 looking for a prompt, use `forward-line 0' instead of
11916 `beginning-of-line', to avoid getting caught by an input field.
11917
119182000-08-07 Gerd Moellmann <gerd@gnu.org>
11919
11920 * files.el (shell-quote-wildcard-pattern): Make sure to return
11921 PATTERN, in the Unix case.
11922
119232000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
11924
11925 * play/zone.el (zone): Discard any pending input before running
11926 the randomly-chosen pgm.
11927
119282000-08-07 Kenichi Handa <handa@etl.go.jp>
11929
11930 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
11931 checking the existence of any multibyte characters.
11932
119332000-08-06 Gerd Moellmann <gerd@gnu.org>
11934
11935 * help.el (describe-mode): Test minor-mode symbol for being
11936 bound before testing its value for being nil.
11937
11938 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
11939 `first', `second', and `third'.
11940
11941 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
11942 (second): Make it an alias for `cadr'.
11943
119442000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
11945
11946 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
11947 types of display support faces now.
11948
119492000-08-05 Gerd Moellmann <gerd@gnu.org>
11950
11951 * pcvs.el (require): Require `cl' during compilation, only.
11952
11953 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
11954 (toplevel): Remove `remq' and `remove' from autoloads.
11955 (cl-fake-autoloads): New variable. If set, arrange for an error
11956 when CL functions etc. are autoloaded.
11957
119582000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
11959
11960 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
11961
11962 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
11963 popped up, but the user clicks outside the menu, return an empty
11964 regexp (that causes unhighlight-regexp to have no effect).
11965
11966 * menu-bar.el (menu-bar-games-menu): Add Zone.
11967
11968 * hi-lock.el (toplevel): Require font-lock.
11969
119702000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11971
11972 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
11973 (ebnf-8-bit-chars): New var for bug fix.
11974 (ebnf-string): Bug fix.
11975
119762000-08-03 Sam Steingold <sds@gnu.org>
11977
11978 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
11979 instead of `buffer-string'.
11980 (require 'cl): Always, not just when compiling.
11981 `ignore-errors' in `interactive', `list*', `defun*' &c make this
11982 necessary.
11983
119842000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
11985
11986 * international/mule-cmds.el (select-safe-coding-system): Make
11987 the message text about selecting a safe coding system more clear.
11988
119892000-08-02 Gerd Moellmann <gerd@gnu.org>
11990
11991 * hi-lock.el: New file.
11992
11993 * play/zone.el: New file.
11994
11995 * replace.el (occur): Set tab-width in the *Occur* buffer to the
11996 value of tab-width in the original buffer. Choose a line number
11997 format that's a multiple of the original buffer's tab width, so
11998 that lines appear right.
11999
12000 * textmodes/ispell.el (ispell): New function, replacing an alias.
12001 Spell-check active region if in transient-mark-mode and mark
12002 is active; otherwise spell-check buffer.
12003
120042000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12005
12006 * ps-mule.el: Fix a customization problem on
12007 ps-mule-font-info-database-default.
12008
120092000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12010
12011 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12012 display-mouse-p instead of window-system.
12013 (ebrowse-member-mode-map): Ditto.
12014
120152000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12016
12017 * progmodes/ebnf2ps.el: Update ps-print functions call.
12018 Indentation fix. Doc fix.
12019 (ebnf-version): New version number (3.2).
12020 (ebnf-format-color, ebnf-begin-job): Code fix.
12021
120222000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12023
12024 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12025 font lock support on window-system.
12026 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12027
12028 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12029 display-color-p, if fboundp, instead of window-system.
12030
120312000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12032
12033 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12034 instead of window-system.
12035
12036 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12037 window-system.
12038 (widget-choice-mouse-down-action): Use display-popup-menus-p
12039 instead of window-system.
12040
12041 * strokes.el (strokes-file): Run the file name through
12042 convert-standard-filename.
12043 (strokes-mode): Call display-mouse-p instead of looking at
12044 window-system. Change the error message accordingly.
12045
12046 * progmodes/cpp.el (toplevel): Support faces on tty's.
12047
12048 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12049 (lm-plot-square, lm-init-display): Don't use window-system.
12050
12051 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12052 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12053
12054 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12055 instead of looking at window-system.
12056
120572000-07-30 Gerd Moellmann <gerd@gnu.org>
12058
12059 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12060 of testing if iswitchb-prepost-hooks is bound, because the
12061 latter will always be true when invoking a recursive minibuffer
12062 from an active Iswitchb buffer.
12063
120642000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12065
12066 * files.el (shell-quote-wildcard-pattern): New function.
12067 (insert-directory): Call it. Only prepend "\" to command on Unix
12068 and GNU/Linux systems.
12069
120702000-07-30 Gerd Moellmann <gerd@gnu.org>
12071
12072 * eshell/esh-groups.el: Change custom :link file names
12073 from `eshell.info' to `eshell'.
12074
120752000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12076
12077 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12078 correctly in recursive ange-ftp listings.
12079
120802000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12081
12082 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12083 ps-header-font-size-internal and
12084 ps-header-title-font-size-internal variables are not set,
12085 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12086 face text property is (foreground-color . COLOR) or
12087 `(background-color . COLOR)', ps-print crashes. Doc fix.
12088 (ps-print-version): New version number (5.2.4).
12089 (ps-plot-region): Code fix.
12090 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12091 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12092 Bug fix 2.
12093
120942000-07-30 Milan Zamazal <pdm@freesoft.cz>
12095
12096 * glasses.el (glasses-make-readable): Fix uncapitalization of
12097 identifiers like `myXMLDocument'.
12098
120992000-07-28 Karl Fogel <kfogel@red-bean.com>
12100
12101 * mail/mail-hist.el (mail-hist-previous-input)
12102 (mail-hist-next-input): Do the obvious code factorization.
12103 (mail-hist-retrieve-and-insert): New func, contains common
12104 code of above two.
12105 If inserting a message body, leave point at top.
12106
121072000-07-28 Sam Steingold <sds@gnu.org>
12108
12109 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12110 Use `<=', not `<' to compare times!
12111 (ange-ftp-ls): Remove.
12112
121132000-07-27 Gerd Moellmann <gerd@gnu.org>
12114
12115 * play/cookie1.el: Add explanation of how to make cookie.el
12116 compatible with strfile(1) to comment.
12117
12118 * subr.el (remove, remq): New functions.
12119
12120 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12121 escape `*' in regexps.
12122 (midnight-find): Reverse order of arguments in the funcall of
12123 TEST.
12124
12125 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12126 and `.class'.
12127
12128 * play/meese.el: Add Commentary section.
12129
121302000-07-27 Alex Schroeder <alex@gnu.org>
12131
12132 * sql.el (sql-ms): Added autoload cookie.
12133 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12134 (sql-oracle): Ditto.
12135 (sql-help): Doc change.
12136
12137 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12138 types and exceptions.
12139
121402000-07-27 Alex Schroeder <alex@gnu.org>
12141
12142 * sql.el (sql-placeholder-history): New variable.
12143 (sql-query-placeholders-and-send): New function that will query
12144 the user and replace placeholders with user input.
12145 (sql-oracle): If running on NT, set comint-input-sender to
12146 sql-query-placeholders-and-send.
12147
12148 (sql-stop): If in the SQLi buffer, insert stop notification, else
12149 present it as a message.
12150
121512000-07-27 Alex Schroeder <alex@gnu.org>
12152
12153 * sql.el (sql-input-ring-separator): Doc change.
12154 (sql-input-ring-file-name): Doc change.
12155 (sql-interactive-mode): Use `sql-input-ring-separator' and
12156 `sql-input-ring-file-name' to set the comint-mode equivalents
12157 without making them local variables.
12158 (sql-stop): Don't bind `sql-input-ring-separator' and
12159 `sql-input-ring-file-name' dynamically to their comint-mode
12160 equivalents.
12161
121622000-07-27 Kenichi Handa <handa@etl.go.jp>
12163
12164 * international/mule.el (register-char-codings): New function.
12165 (make-coding-system): Handle `safe-chars' specification in the arg
12166 PROPERTY.
12167
12168 * international/mule-cmds.el
12169 (find-coding-systems-region-subset-p): This function deleted.
12170 (sort-coding-systems-predicate): New variable.
12171 (sort-coding-systems): New function.
12172 (find-coding-systems-region): Use
12173 find-coding-systems-region-internal.
12174 (find-coding-systems-string): Use find-coding-systems-region.
12175 (find-coding-systems-for-charsets): Check
12176 char-coding-system-table.
12177 (select-safe-coding-system-accept-default-p): New variable.
12178 (select-safe-coding-system): Mostly rewritten. New argument
12179 ACCEPT-DEFAULT-P.
12180 (select-message-coding-system): Call select-safe-coding-system
12181 with ACCEPT-DEFAULT-P arg.
12182 (reset-language-environment): Reset default-sendmail-coding-system
12183 to the default value iso-latin-1.
12184 (set-language-environment): Don't set the obsolete variable
12185 charset-origin-alist.
12186
12187 * international/codepage.el (cp-coding-system-for-codepage-1):
12188 Give `safe-chars' property to make-coding-system.
12189
12190 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12191 calling select-message-coding-system twice.
12192
12193 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12194 instead of `safe-charsets'.
12195 (cyrillic-alternativnyj): Likewise.
12196 (ccl-encode-alternativnyj): Don't check the charset
12197 cyrillic-iso8859-5.
12198
121992000-07-27 Kenichi Handa <handa@etl.go.jp>
12200
12201 * composite.el (compose-chars-after): Preserve match data.
12202
122032000-07-26 Sam Steingold <sds@gnu.org>
12204
12205 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12206 (ange-ftp-real-file-newer-than-file-p): New function.
12207 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12208 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12209
12210 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12211 * midnight.el (midnight-float-time): Ditto.
12212
122132000-07-26 Andreas Schwab <schwab@suse.de>
12214
12215 * files.el (normal-backup-enable-predicate): Correct
12216 interpretation of the return value of compare-strings.
12217
122182000-07-26 Gerd Moellmann <gerd@gnu.org>
12219
12220 * isearch.el (isearch-resume): New function.
12221 (isearch-done): Add something to command-history to resume
12222 the search.
12223 (isearch-yank-line, isearch-yank-word): Use
12224 buffer-substring-no-properties instead of buffer-substring.
12225
12226 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12227 of flyspell-mouse-map.
12228
12229 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12230 duplicate definition.
12231 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12232
12233 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12234 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12235
122362000-07-25 Sam Steingold <sds@gnu.org>
12237
12238 * net/ange-ftp.el: Get modtime over the net.
12239 (ange-ftp-file-modtime): New function.
12240 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12241 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12242 Use it.
12243 (ange-ftp-dot-to-slash): New function.
12244 (ange-ftp-fix-name-for-vms): Use it.
12245
12246 * midnight.el (midnight-buffer-display-time): Use
12247 `with-current-buffer'.
12248
122492000-07-25 Gerd Moellmann <gerd@gnu.org>
12250
12251 * find-dired.el: Update copyright notice.
12252 (find-dired): Offer to kill a running `find'.
12253
12254 * enriched.el (enriched-face-ans): For a `foreground-color'
12255 property, return '(("x-color" COLOR))' so that COLOR will be
12256 output as a parameter of the x-color annotation. Likewise for the
12257 `background-color' property. In the case of normal face
12258 properties, don't return annotations for unspecified foreground
12259 and background face attributes.
12260
122612000-07-25 Kenichi Handa <handa@etl.go.jp>
12262
12263 * language/japan-util.el (japanese-katakana-region): Fix handling
12264 HANKAKU argument.
12265
122662000-07-25 Miles Bader <miles@gnu.org>
12267
12268 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12269 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12270 constrain-to-field.
12271
122722000-07-24 Andrew Innes <andrewi@gnu.org>
12273
12274 * timer.el (timer-activate-when-idle): Add optional parameter
12275 DONT-WAIT. Update docstring.
12276 (run-with-idle-timer): Specify extra parameter to
12277 timer-activate-when-idle, so that timer will be activated
12278 immediately if Emacs is already idle.
12279
12280 * w32-fns.el (w32-using-nt): Fix docstring.
12281
122822000-07-24 Dave Love <fx@gnu.org>
12283
12284 * mouse.el (popup-menu): Set last-command-event.
12285 (mouse-major-mode-menu-prefix): Declare.
12286
122872000-07-24 Gerd Moellmann <gerd@gnu.org>
12288
12289 * textmodes/flyspell.el: Update to author's version 1.5d.
12290
12291 * progmodes/hideshow.el: Update copyright notice.
12292
12293 * vcursor.el: Set maintainer to FSF, since author cannot
12294 be reached.
12295
122962000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12297
12298 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12299 the prompt.
12300
12301 * mouse.el (popup-menu): Run the keymap through indirect-function,
12302 in case it was defined with define-prefix-key. If the menu is a
12303 list of keymaps, look up the binding of user's choice in each one
12304 of the keymaps.
12305 (mouse-popup-menubar): If the global and local menu-bar keymaps
12306 don't have a prompt string, create one and insert it into the
12307 keymap. Don't barf if current-local-map returns nil.
12308
123092000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12310
12311 * dired.el (dired-sort-R-check): Added to allow recursive listing
12312 to be undone.
12313 (dired-sort-other): Use it.
12314
123152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12316
12317 * Release of cc-mode 5.27
12318
123192000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12320
12321 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12322 c-beginning-of-statement-1 that caused a bad case of recursion
12323 which could consume a lot of CPU in large classes in languages
12324 that have in-expression classes (i.e. Java and Pike).
12325
12326 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12327 statements before top level constructs (i.e. case 6 is moved
12328 before case 5 and is now case 4) to catch in-expression
12329 classes in top level expressions correctly.
12330
123312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12332
12333 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12334 objc-method-intro. Case 4 removed and case 5I added.
12335
12336 * cc-langs.el (c-append-paragraph-start): New variable used by
12337 c-common-init to get paragraph-start correct.
12338 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12339 initialize paragraph-start to make it correct both with and
12340 without the javadoc special case.
12341
12342 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12343 initialize paragraph-start for javadoc markup.
12344
12345 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12346 change by defaulting this to t. It's motivated by the
12347 confusing behavior that otherwise arise from the style system
12348 when editing both java and non-java files at the same time
12349 (see the comments about style setting in c-common-init).
12350
123512000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12352
12353 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12354 similar to the one in c-fill-paragraph to check the fill
12355 prefix from the adaptive fill function for sanity.
12356
123572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12358
12359 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12360 defun block.
12361
a30eb617
DL
123622000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12363
12364 * cc-align.el (c-lineup-multi-inher): Handle lines with
12365 leading comma nicely. Extended to handle member initializers
12366 too.
12367
12368 * cc-engine.el: (c-beginning-of-inheritance-list,
12369 c-guess-basic-syntax): Fixed recognition of inheritance lists
12370 when the lines begins with a comma.
12371
a30eb617
DL
12372 * cc-vars.el (c-offsets-alist): Changed default for
12373 member-init-cont to c-lineup-multi-inher since it now handles
12374 member initializers and indents better for leading commas.
12375
123762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12377
12378 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12379 handling that caused class open lines to be recognized as
12380 statement-conts in some cases.
12381
12382 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12383 guessed by the adaptive fill function unless point is on the
12384 first line of a block comment.
12385
12386 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12387 when the buffer ends with a macro continuation char.
12388
12389 * cc-engine.el (c-guess-basic-syntax): Added support for
12390 function definitions as statements in Pike. The first
12391 statement in a lambda block is now labeled defun-block-intro
12392 instead of statement-block-intro.
12393
12394 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12395 so that the class surrounding point is selected, not the one
12396 innermost in the state.
12397
12398 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12399 recognition of switch labels having hanging multiline
12400 statements.
12401
12402 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12403 some code in c-guess-basic-syntax to a separate function.
12404 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12405 recognition of member inits with multiple line arglists.
12406 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12407 member-init-cont when the commas are in funny places.
12408
124092000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12410
12411 * cc-defs.el (c-auto-newline): Removed this macro since it's
12412 not used anymore.
12413
12414 * cc-engine.el (c-looking-at-bos): New helper function.
12415 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12416 inexpr and toplevel classes apart in Pike.
12417
12418 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12419 of case 9A.
12420
12421 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12422 constant, since "class" can introduce an in-expression class
12423 in Pike nowadays.
12424
124252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12426
12427 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12428 indentation on cpp-macro lines.
12429
12430 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12431 a syntax modifier like comment-intro, to make it possible to
12432 get syntactic indentation for preprocessor directives. It's
12433 incompatible wrt to lineup functions on cpp-macro, but it has
12434 no observable effect in the 99.9% common case where cpp-macro
12435 is set to -1000.
12436
124372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12438
12439 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12440 member-init-cont when the preceding arglist is several lines.
12441
124422000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12443
12444 * cc-styles.el (c-style-alist): The basic offset for the BSD
12445 style corrected to 8.
12446
124472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12448
12449 * cc-styles.el (c-style-alist): Adjusted the indentation of
12450 brace list openers in the gnu style.
12451
124522000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12453
12454 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12455
12456 * cc-cmds.el (c-electric-brace, c-electric-slash,
12457 c-electric-star, c-electric-semi&comma, c-electric-colon,
12458 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12459 when c-syntactic-indentation is nil.
12460
12461 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12462 we were left at comments preceding the first statement when
12463 reaching the beginning of the buffer.
12464
12465 * cc-vars.el (c-syntactic-indentation): New variable to turn
12466 off all syntactic indentation.
12467
124682000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12469
12470 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12471 between the text and the block comment ender when it hangs,
12472 depending on how many there are before the fill.
12473
124742000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12475
12476 * cc-engine.el (c-beginning-of-closest-statement): New helper
12477 function to go back to the closest preceding statement start,
12478 which could be inside a conditional statement.
12479 * cc-engine.el (c-guess-basic-syntax): Use
12480 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12481
12482 * cc-engine.el (c-guess-basic-syntax): Better handling of
12483 arglist-intro, arglist-cont-nonempty and arglist-close when
12484 the arglist is nested inside parens. Cases 7A, 7C and 7F
12485 changed.
12486
12487 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12488 up-to-date with javadoc 1.2.
12489
124902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12491
12492 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12493 multiline Pike type decls.
12494
124952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12496
12497 * cc-cmds.el (c-indent-new-comment-line): Always break
12498 multiline comments in multiline mode, regardless of
12499 comment-multi-line.
12500
125012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12502
12503 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12504 fully::qualified::names in C++ member init lists. Preamble in
12505 case 5D changed.
12506
125072000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12508
12509 * cc-langs.el (c-common-init): Handling of obsolete variables
12510 moved to c-initialize-cc-mode. More compatible style override
12511 when using global style variables.
12512 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12513 variables moved here.
12514
a30eb617
DL
12515 * cc-styles.el (c-make-styles-buffer-local): Flag style
12516 variable localness in c-style-variables-are-local-p to make
12517 the compatibility measure in c-common-init work well.
12518
12519 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12520 longer contain set-from-style.
12521 * cc-styles.el (c-initialize-builtin-style): Don't check for
12522 set-from-style on c-special-indent-hook.
12523 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12524 copy-alist is sufficient now.
12525
12526 * cc-styles.el (c-set-style, c-set-style-1,
12527 c-get-style-variables): Fixes to variable initialization so
12528 that duplicate entries in styles have the same effect
12529 regardless of DONT-OVERRIDE.
12530
12531 * cc-styles.el (c-set-style-2): Fixed bug where the
12532 initialization of inheriting styles failed when the
12533 dont-override flag is set.
12534
12535 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12536 on this.
12537
125382000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12539
12540 * cc-defs.el (c-forward-comment): Removed the workaround
12541 introduced in 5.38 since it had worse side-effects. If a line
12542 contains the string "//\"", it regarded the // as a comment
12543 start since the \ temporarily doesn't have escape syntax.
12544
eb04d6cd 125452000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12546
12547 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12548 ada-xref.el before ada-prj.el, so that the Project menu is created
12549 when ada-prj tries to add to it.
12550 (ada-activate-keys-for-case): Suppress the characters that are not
12551 part of the Ada syntax. Better compatibility with else-mode
12552 (ada-adjust-case-interactive): When auto-casing is not active,
12553 correctly insert newlines (used to insert only ^M). Prevent the
12554 syntax table from being changed in case of an error
12555 (or '_' becomes part of a word and some commands are confused).
12556 Do nothing if ada-auto-case is nil.
12557 (ada-after-keyword-p): Ignore keywords that are also attributes
12558 (ada-batch-reformat): Update usage comment
12559 (ada-call-from-contextual-menu): New function
12560 (ada-case-read-exceptions): Reinitialize the casing exception list
12561 first to nil first, so that the casing exception file can be
12562 shared.
12563 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12564 files.
12565 (ada-compile-goto-error): Fix regexp used to detect a file:line
12566 anywhere in the error message
12567 (ada-contextual-menu-last-point): New variable
12568 (ada-create-keymap): If the variable delete-key-deletes-forward is
12569 t on XEmacs, it means that DEL should delete one character
12570 forward.
12571 (ada-create-menu): Use :included instead of :visible for XEmacs.
12572 New submenu "Options".
12573 (ada-end-stmt-re): Correctly indent "select ... then abort"
12574 statements.
12575 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12576 even if they don't match ada-fill-comment-prefix Fix handling of
12577 paragraphs on the first or last line of a file.
12578 (ada-format-paramlist): Fix handling of default parameter values.
12579 (ada-get-body-name): New function.
12580 (ada-get-current-indent): Optimized by searchling directly for an
12581 existing generic part or a statement outside of it. Handle
12582 ada-indent-align-comments when indenting comments Replaced some
12583 regexps by testing directly the next character. This results in a
12584 huge speedup on some files. New indentation scheme for renames
12585 statements. Stop looking for the 'while' or 'for' associated with
12586 a 'loop' at the first semicolon encountered. A "return" can also
12587 match an anonymous access subprogram declaration.
12588 (ada-get-indent-noindent): Ignore strings and comments when
12589 looking for the keywords "record" and "private".
12590 (ada-goto-matching-decl-start): When matching "if", make sure we
12591 are not in fact seeing "end if". Ignore "when" statements except
12592 when initial keyword was "begin". Fix handling of nested
12593 procedures. Add a recursive call to this function to skip over
12594 other 'end' statmts. Fix indentation for "when .. => begin"
12595 (ada-in-open-paren-p): Fix indentation for complex boolean
12596 expressions, where 'and then', 'or else' and parenthesis
12597 statements are mixed up.
12598 (ada-in-paramlist-p): Skip comments while searching for the
12599 beginning Fix handling of operator declarations.
12600 (ada-indent-align-comments): New variable
12601 (ada-indent-current): Change the syntax table only in the
12602 protected section, so that we are sure it is restored correctly.
12603 (ada-indent-on-previous-lines): Use ada-use-indent and
12604 ada-with-indent Correctly indent "select ... then"
12605 (ada-indent-region): Slight speedup.
12606 (ada-indent-renames): New variable.
12607 (ada-last-which-function-subprog, ada-last-which-function-line):
12608 New variables
12609 (ada-looking-at-semi-private): Correctly indent the 'private'
12610 keyword when it is the first word in a package declaration.
12611 (ada-loose-case-word): Stop searching if at the end of the buffer.
12612 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12613 even if point is not initially at the end of the word.
12614 (ada-matching-decl-start-re): Add "when".
12615 (ada-mode): Add support for abbrev-mode, outline-mode and
12616 which-func-mode Override the old find-file.el entry in
12617 ff-special-constructs since it is using the obsolete
12618 ada-spec-suffix variable
12619 (ada-no-auto-case): New function
12620 (ada-scan-paramlist): When parsing the argument type, accept
12621 spaces (as in "X 'Class", generated by Rational Rose).
12622 (ada-other-file-name): No longer loads the other file.
12623 (ada-popup-menu): Save and restore the current buffer and cursor
12624 position before and after displaying the menu.
12625 (ada-search-ignore-complex-boolean): New function.
12626 (ada-uncomment-region): Emacs21 already knows how to delete
12627 comments not starting in the first column.
12628 (ada-use-indent): New variable
12629 (ada-which-function): New function.
12630 (ada-with-indent): New variable
12631 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12632 can be batch-compiled from the command line.
12633
12634 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12635 Add to the menu when the file is loaded, not in ada-mode-hook.
12636 Add -toolbar to the default ddd command Switches moved from
12637 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12638 ada-prj-default-comp-opt
12639 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12640 Reference Manual to the menu
12641 (ada-check-current): rewritten as a call to ada-compile-current
12642 (ada-compile): Removed.
12643 (ada-compile-application, ada-compile-current, ada-check-current):
12644 Set the compilation-search-path so that compile.el automatically
12645 finds the sources in src_dir. Automatic scrollong of the
12646 compilation buffer. C-uC-cC-c asks for confirmation before
12647 compiling
12648 (ada-compile-current): New parameter, prj-field
12649 (ada-complete-identifier): Load the .ali file before doing
12650 processing
12651 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12652 conform to gnatmake's behavior.
12653 (ada-find-file-in-dir): New function
12654 (ada-find-references): Set the environment variables for gnatfind
12655 (ada-find-src-file-in-dir): New function.
12656 (ada-first-non-nil): Removed
12657 (ada-gdb-application): Add support for jdb, the java debugger.
12658 (ada-get-ada-file-name): Load the original-file first if not done
12659 yet.
12660 (ada-get-all-references): Handles the new ali syntax (parent types
12661 are found between <>).
12662 (ada-initialize-runtime-library): New function
12663 (ada-mode-hook): Always load a project file when a file is opened,
12664 so that the casing exceptions are correctly read.
12665 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12666 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12667 to open the project file, since the latter does not work with
12668 speedbar Get default values before loading the prj file, or the
12669 default executable file name is wrong. Use the absolute value of
12670 src_dir to initialize ada-search-directories and
12671 compilation-search-path,... Add the standard runtime library to
12672 the search path for find-file.
12673 (ada-prj-default-debugger): Was missing an opening '{'
12674 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12675 variables.
12676 (ada-prj-default-gnatmake-opt): New variable
12677 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12678 buffers, the project file is the default one Save the windows
12679 configuration before displaying the menu.
12680 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12681 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12682 ...) regexp-quote identifiers names to support operators +,
12683 -,... in regexps.
12684 (ada-remote): New function.
12685 (ada-run-application): Erase the output buffer before starting the
12686 run Support remote execution of the application. Use
12687 call-process, or the arguments are incorrectly parsed
12688 (ada-set-default-project-file): Reread the content of the active
12689 project file, not the one from the current buffer When a project
12690 file is set as the default project, all directories are
12691 automatically associated with it.
12692 (ada-set-environment): New function
12693 (ada-treat-cmd-string): New special variable ${current}
12694 (ada-treat-cmd-string): Revised. The substitution is now done for
12695 any ${...} substring
12696 (ada-xref-current): If no body was found, compiles the spec
12697 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12698 compiler to get rid of command line length limitations.
12699 (ada-xref-get-project-field): New function
12700 (ada-xref-project-files): New variable
12701 (ada-xref-runtime-library-specs-path)
12702 (ada-xref-runtime-library-ali-path): New variables
12703 (ada-xref-set-default-prj-values): Default run command now does a
12704 cd to the build directory. New field: main_unit Provide a default
12705 file name even if the current buffer has no prj file.
12706
12707 * ada-prj.el:
12708 Rewritten to show a tabbed-dialog.
12709 (ada-prj-add-ada-menu): Remove the map and name parameters.
12710 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12711 New function
12712 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12713 (ada-prj-load-from-file): New function
12714 (ada-prj-save): Always save fields that depend on the current buffer
12715 (ada-prj-show-value): New function
12716
12717 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12718 Ada mode. This will allow us to display the Ada menu in any buffer
12719 we want (for project items).
12720 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12721 number of spaces in the header.
12722
127232000-07-24 Dave Love <fx@gnu.org>
12724
12725 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12726
127272000-07-23 Noah Friedman <friedman@splode.com>
12728
12729 * type-break.el (type-break): perform autosave.
12730 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12731 (type-break-do-query): Cancel query schedule while performing
12732 actual query, to avoid possibility of a second query being made
12733 while first one is already in progress.
12734 (type-break-time-stamp-format): New variable.
12735 (type-break-time-stamp): New function.
12736 (type-break-time-warning): Use it.
12737 (type-break-keystroke-warning): Use it.
12738 (type-break-noninteractive-query): Use it.
12739
12740 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12741 cookie.
12742 Use add-minor-mode to set minor-mode-alist, if available.
12743 (eldoc-echo-area-use-multiline-p): New user option.
12744 (eldoc-echo-area-multiline-supported-p): New variable.
12745 (eldoc-docstring-format-sym-doc): Use them.
12746 (eldoc-mode): If not using idle timers, append to local post and
12747 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12748 (eldoc-display-message-no-interference-p): Don't interfere with
12749 edebug.
12750 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12751 (eldoc-function-arglist): New function.
12752 (eldoc-function-argstring): Use it.
12753
12754 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12755 auto save directory exists before calling directory-files.
12756
127572000-07-23 Dave Love <fx@gnu.org>
12758
12759 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12760 ^o, ^u.
12761
127622000-07-21 Dave Love <fx@gnu.org>
12763
12764 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12765 now passed to the function. It now works properly.
12766
12767 * smerge-mode.el (smerge-mode-menu): Fill it out.
12768
127692000-07-20 Gerd Moellmann <gerd@gnu.org>
12770
12771 * info-look.el (info-lookup): If *info* is shown in another frame
12772 on the same display, select that frame, instead of switching to
12773 the Info buffer in another window of the selected frame.
12774
12775 * simple.el (universal-argument-map): Bind numeric keypad keys
12776 kp-0 to kp-9 and kp-subtract.
12777 (digit-argument): Handle these keys.
12778
127792000-07-20 Dave Love <fx@gnu.org>
12780
12781 * net/goto-addr.el (goto-address-fontify): Don't bother with
12782 buffer-modified and read-only stuff -- irrelevant with overlays.
12783 Put an extra property on the overlays and use it to clean up in
12784 case goto-address is re-run.
12785
127862000-07-19 Richard M. Stallman <rms@gnu.org>
12787
12788 * timer.el (run-with-idle-timer): Doc fix.
12789
12790 * mail/mail-utils.el (mail-strip-quoted-names):
12791 Handle case where <...> appears inside "...".
12792 Use replace-match to edit the string more simply.
12793 (rmail-dont-reply-to): Cope with an unmatched ".
12794
127952000-07-19 Dave Love <fx@gnu.org>
12796
12797 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12798 implementation.
12799
12800 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12801 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12802 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12803
128042000-07-19 Gerd Moellmann <gerd@gnu.org>
12805
12806 * textmodes/refer.el: Correct maintainer's email address.
12807
12808 * progmodes/hideif.el: Correct author's email address.
12809 Fix typo in comment.
12810
12811 * xml.el: New file.
12812
12813 * mail/mailheader.el: Correct author's mail address.
12814
12815 * gnus/parse-time.el: Correct author's mail address.
12816
128172000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12818
12819 * comint.el (comint-highlight-input, comint-highlight-face):
12820 New user options.
12821 (comint-input-ring-file-name): Change custom type.
12822 (comint-mode-map): Bind mouse-2.
12823 (comint-insert-clicked-input): New function.
12824 (comint-send-input): Handle input highlighting.
12825
128262000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12827
12828 * mouse.el (popup-menu): New function.
12829 (mouse-major-mode-menu): Use it.
12830
128312000-07-18 Dave Love <fx@gnu.org>
12832
12833 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12834 improvements.
12835
128362000-07-18 Gerd Moellmann <gerd@gnu.org>
12837
12838 * faces.el (face-font-selection-order)
12839 (face-font-family-alternatives): Add custom type.
12840
128412000-07-18 Dave Love <fx@gnu.org>
12842
12843 * cus-edit.el (custom-variable-reset-saved)
12844 (custom-variable-reset-standard): Remove unused bindings.
12845
12846 * rect.el (open-rectangle-line): Remove unused let.
12847
12848 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12849
128502000-07-18 Gerd Moellmann <gerd@gnu.org>
12851
12852 * cdl.el: Fix `Maintainer' keyword.
12853
12854 * play/pong.el: Add author's email address.
12855
128562000-07-17 Sam Steingold <sds@gnu.org>
12857
12858 * files.el (insert-directory): Call `split-string' instead of
12859 re-implementing it.
12860
128612000-07-18 Gerd Moellmann <gerd@gnu.org>
12862
12863 * mail/vms-pmail.el: Change maintainer to FSF.
12864
12865 * net/goto-addr.el: Change maintainer to FSF.
12866
12867 * info.el (Info-title-face-alist): Removed.
12868
128692000-07-18 David Ponce <david@dponce.com>
12870
12871 * recentf.el (recentf-open-files): New command that works like
12872 `recentf-open-more-files', but shows the whole list of files (not just
12873 those omitted from the menu). Useful if you don't use a menu-bar!
12874 (recentf-open-more-files) Modified to use `recentf-open-files'.
12875
12876 (recentf-open-files, recentf-open-more-files)
12877 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
12878
12879 (recentf-dialog-mode): New mode for dialogs. You can now just type
12880 "q" to cancel the dialogs.
12881
128822000-07-18 David Ponce <david@dponce.com>
12883
12884 * recentf.el: This is a major update of recentf.el. It adds new
12885 features to better organize the recentf menu and "More..." buffer.
12886
12887 Using new provided menu filtering functions you can now organize the
12888 recent files list:
12889
12890 - by major modes
12891 - by directories
12892 - by user defined rules
12893
12894 Finally, with the new `recentf-filter-changer' customizable filter you
12895 can define a ring of filters and dynamically (via the menu) cycle on
12896 each menu organization in the ring (a la msb).
12897
128982000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
12899
12900 * eshell/eshell.el (eshell): Replace links to eshell.info with
12901 links to eshell, to avoid problems on systems where the manual is
12902 installed as `eshell'.
12903 * eshell/esh-cmd.el (eshell-cmd): Ditto.
12904 * eshell/em-smart.el (eshell-smart): Ditto.
12905 * eshell/em-banner.el (eshell-banner): Ditto.
12906 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
12907
12908 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
12909 same-file check in the MS-DOS version (it does support inodes).
12910
12911 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
12912
12913 * eshell/eshell.el (eshell-directory-name):
12914 Run default directory name through convert-standard-filename.
12915
129162000-07-18 Kenichi Handa <handa@etl.go.jp>
12917
12918 * international/mule-cmds.el (select-safe-coding-system):
12919 Fix typo in the comment.
12920
12921 * language/european.el (compound-text):
12922 Force katakana-jisx0201 to be designated to G1.
12923
12924 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
12925 Don't translate some national variant characters of latin-jisx0201.
12926 (x-ctext): Force katakana-jisx0201 to be designated to G1.
12927
12928 * international/kkc.el (kkc-after-update-conversion-functions):
12929 New variable.
12930 (kkc-update-conversion): Run functions in it at the tail.
12931
129322000-07-16 John Wiegley <johnw@gnu.org>
12933
12934 * lisp/align.el (align-newline-and-indent):
12935 Adding new function. for auto-aligning blocks of code on RET.
12936 (align-region): Fixed badly formatted minibuffer message.
12937
129382000-07-17 Kenichi Handa <handa@etl.go.jp>
12939
12940 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
12941 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
12942 the conversion list at first if appropriate.
12943 (kkc-next): Don't update kkc-next-count here.
12944 (kkc-prev): Don't update kkc-prev-count here.
12945 (kkc-show-conversion-list-update): Fix setting up of conversion
12946 list message.
12947
129482000-07-16 Stefan Monnier <monnier@cs.yale.edu>
12949
12950 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
12951
129522000-07-16 Dave Love <fx@gnu.org>
12953
12954 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
12955 function to be more specific.
12956
12957 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
12958 non-string help-echo.
12959 (widget-types-convert-widget): Defsubst it.
12960 (widget-echo-help): Try to cope with a help-echo function of two
12961 possible sorts.
12962
129632000-07-15 Jason Rumney <jasonr@gnu.org>
12964
12965 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
12966 Declare as obsolete.
12967
12968 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
12969
129702000-07-14 Gerd Moellmann <gerd@gnu.org>
12971
12972 * hilit-chg.el: Fix typo.
12973
129742000-07-14 Dave Love <fx@gnu.org>
12975
12976 * info.el (Info-mode-menu): Fix use of :help, :enable.
12977
129782000-07-14 Stefan Monnier <monnier@cs.yale.edu>
12979
12980 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
12981
129822000-07-13 Dave Love <fx@gnu.org>
12983
12984 * emacs-lisp/easymenu.el: Doc fixes.
12985 (easy-menu-remove): Defalias to ignore.
12986
12987 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
12988 Call throw correctly.
12989
129902000-07-13 Gerd Moellmann <gerd@gnu.org>
12991
12992 * faces.el (frame-background-mode): Doc fix.
12993
12994 * simple.el (eval-expression-print-length): Change custom type to
12995 allow entering nil as value.
12996
129972000-07-13 Dave Love <fx@gnu.org>
12998
12999 * progmodes/fortran.el (fortran-imenu-generic-expression):
13000 Change definition layout.
13001 (fortran-mode-menu): Reinstate customize entries.
13002
13003 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13004 Use :filter, per old XEmacs code.
13005
130062000-07-12 Gerd Moellmann <gerd@gnu.org>
13007
13008 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13009 event when deciding what to send to the terminal.
13010
130112000-07-12 Dave Love <fx@gnu.org>
13012
13013 * cus-start.el: Add optional version as 4th element of specs and
13014 use it for several things new in v21. Remove load-path. Fix type
13015 of line-number-display-limit.
13016
130172000-07-11 Dave Love <fx@gnu.org>
13018
13019 * progmodes/fortran.el: Don't require easymenu.
13020 Use repeat counts in various regexps.
13021 (fortran-mode-syntax-table): Defvar directly.
13022 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13023 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13024 Use defvar, not defconst.
13025 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13026 (fortran-mode): Set fortran-comment-line-start-skip,
13027 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13028 (fortran-comment-indent): Use defsubst.
13029 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13030 Use fortran-comment-indent, not fortran-comment-indent-function.
13031 (fortran-comment-region, fortran-electric-line-number): Simplify.
13032 (fortran-auto-fill): New function.
13033 (fortran-do-auto-fill): Deleted.
13034 (fortran-find-comment-start-skip):
13035 Check for non-null comment-start-skip.
13036 (fortran-auto-fill-mode, fortran-fill-statement):
13037 Use fortran-auto-fill.
13038 (fortran-fill): Use fortran-auto-fill. Check for null
13039 comment-start-skip. Simplify final clause and use end-of-line finally.
13040
13041 * widget.el (widget-plist-member): New alias.
13042
130432000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13044
13045 * eshell/esh-module.el (toplevel): Reference
13046 byte-compile-current-file only if it is bound.
13047
130482000-07-10 Gerd Moellmann <gerd@gnu.org>
13049
13050 * dired.el: Don't require `dired-aux'.
13051
130522000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13053
13054 * dired-aux.el (dired-show-file-type): New function.
13055 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13056 (dired-show-file-type): Add autoload.
13057
130582000-07-10 Kenichi Handa <handa@etl.go.jp>
13059
13060 * international/mule-diag.el (describe-font): Adjusted for the
13061 change of fontset-info.
13062 (print-fontset): Likewise.
13063
130642000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13065
13066 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13067
130682000-07-07 Gerd Moellmann <gerd@gnu.org>
13069
13070 * bindings.el: Bind `[delete]' to delete-char.
13071
13072 * dired.el (dired-find-alternate-file): New function.
13073 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13074 (toplevel): Require dired-aux when compiling.
13075 (dired-buffers): Move defvar within file to avoid compiler warning.
13076
13077 * info.el (Info-last-search): Variable removed.
13078 (Info-search-history): New variable.
13079 (Info-search): New Info-search-history.
13080
13081 * battery.el, info-look.el: Change author's mail address.
13082
130832000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13084
13085 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13086 if rmail-ignored-headers is nil.
13087 (rmail-retry-failure): Bind rmail-ignored-headers and
13088 rmail-displayed-headers to nil.
13089
130902000-07-06 Gerd Moellmann <gerd@gnu.org>
13091
13092 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13093 (print-region-1): Don't hard code `-h' here.
13094
13095 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13096
130972000-07-01 Francesco Potorti` <pot@gnu.org>
13098
13099 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13100 exim can use "your message" instead of "the message".
13101
131022000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13103
13104 * facemenu.el: Docstrings fixes.
13105 (facemenu-get-face): Don't use internal-find-face.
13106 (facemenu-iterate): Rename arg to match the docstring.
13107
13108 * newcomment.el (uncomment-region): Be more careful when skipping
13109 backwards over `=' not to bump into BOBP.
13110
131112000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13112
13113 * ediff-diff.el (ediff-wordify): Use syntax table.
13114 * ediff-init.el (ediff-has-face-support-p): Use
13115 ediff-color-display-p.
13116 (ediff-color-display-p): Use display-color-p, changed to defun
13117 from defsubst.
13118 Got rid of special cases for NeXT and OS/2.
13119 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13120 face.
13121
131222000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13123
13124 * emacs-lisp/lucid.el: Require CL.
13125 (copy-tree, remprop): Remove, it's provided by CL.
13126 (map-keymap): Define in terms of cl-map-keymap.
13127 (extent-property, set-extent-end-glyph): New functions.
13128
13129 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13130
131312000-07-05 Gerd Moellmann <gerd@gnu.org>
13132
13133 * Makefile.in (DONTCOMPILE): Add comment that the name may
13134 not be changed without changing the make-dist script.
13135
13136 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13137 (cl-mapc): Use mapc instead of cl-old-mapc.
13138
131392000-07-05 Andrew Innes <andrewi@gnu.org>
13140
13141 * makefile.nt: Add support for `bootstrap' and related targets.
13142
131432000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13144
13145 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13146 (easy-menu-do-define): Use `menu-item' format.
13147 Handle case where easy-menu-create-menu returns a symbol.
13148 Manually call the potential top-level filter in the function binding.
13149 (easy-menu-filter-return): New arg NAME.
13150 Convert to a keymap if MENU is an XEmacs menu.
13151 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13152 (easy-menu-converted-items-table, easy-menu-convert-item):
13153 New var and fun to memoize easy-menu-convert-item-1.
13154 (easy-menu-do-add-item): Use it.
13155 (easy-menu-create-menu): Use easy-menu-convert-item.
13156 Wrap easy-menu-filter-return around any :filter specification.
13157 Don't convert the menu if a filter was specified.
13158 Tell easy-menu-make-symbol not to check for MENU being an expression.
13159 (easy-menu-make-symbol): New arg NOEXP.
13160
131612000-07-05 Gerd Moellmann <gerd@gnu.org>
13162
13163 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13164 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13165 (eval-defun): If called with prefix arg, instrument code for
13166 Edebug.
13167
13168 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13169 similar to that of eval-defun.
13170
131712000-07-04 Dave Love <fx@gnu.org>
13172
13173 * hl-line.el (hl-line-overlay): Make it permanent-local.
13174
13175 * calendar/todo-mode.el: Replaced with a working version, based on
13176 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13177
131782000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13179
13180 * paths.el (prune-directory-list): New function.
13181 (Info-default-directory-list): Rewritten to more methodically
13182 enumerate a big list of possible info directories (based on the
13183 list used by the standalone info reader).
13184
13185 * info.el (info-initialize): Use prune-directory-list to remove
13186 non-existent directories from Info-directory-list.
13187
13188 * paths.el (Info-default-directory-list): Try a list of possible
13189 info-directories instead of a single one. Add the possible
13190 info directory "/usr/share/info".
13191
13192 * woman.el (woman-man.conf-path): Explicitly include the debian
13193 man-db config file "/etc/manpath.config".
13194 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13195 are present in `manpath.config'.
13196 (woman-manpath): Include "/usr/share/man".
13197
131982000-07-03 Gerd Moellmann <gerd@gnu.org>
13199
13200 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13201
13202 * startup.el (command-line): Initialize blink-cursor based
13203 on window-system.
13204
13205 * frame.el (blink-cursor): Default to nil if not running under
13206 a window-system.
13207
13208 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13209 (face-x-resources): Remove duplicate entry for :font.
13210
13211 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13212 instead of cycling through windows with next-window.
13213
13214 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13215 of cycling through windows with next-window.
13216
13217 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13218 of cycling through windows with next-window.
13219
13220 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13221 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13222 instead of cycling through windows with next-window.
13223
13224 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13225 instead of cycling through windows with next-window.
13226
13227 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13228 of cycling through windows with next-window.
13229
13230 * terminal.el (te-process-output): Use walk-windows instead of
13231 cycling through windows with next-window.
13232
13233 * server.el (server-switch-buffer): Use some-window instead of
13234 cycling through windows with next-window.
13235
13236 * window.el (some-window): New function.
13237 (walk-windows): Remove reference to walk-windows-start.
13238
13239 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13240
132412000-07-03 Richard Stallman <rms@gnu.org>
13242
13243 * window.el (walk-windows): Guarantee termination by keeping a list
13244 of all the windows already handled.
13245
132462000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13247
13248 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13249 window-system.
13250
13251 * man.el (Man-notify-when-ready): Don't use window-system. If
13252 Man-notify-method is newframe, and the display is not
13253 multi-frame, select the frame created for the man page.
13254 (Man-init-defvars): Doc fix.
13255
132562000-06-28 Gerd Moellmann <gerd@gnu.org>
13257
13258 * faces.el (region): Change background color for light background.
13259
13260 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13261 attribute from mode-line face of Ediff control frame.
13262
13263 * replace.el (query-replace-map): Bind `e' like `E'.
13264
132652000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13266
13267 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13268 Change name to "Select All".
13269
13270 * dos-fns.el (convert-standard-filename): Fix last change.
13271
132722000-06-27 Gerd Moellmann <gerd@gnu.org>
13273
13274 * help.el (describe-variable): Don't insert a second `'s' in front
13275 of the string `value is shown below'. Since the syntax-table is
13276 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13277 an existing `'s', so that this won't be deleted.
13278
13279 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13280 * pcmpl-unix.el: New files.
13281
132822000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13283
13284 * wid-edit.el (widget-member): Use the new plist-member.
13285
132862000-06-26 Gerd Moellmann <gerd@gnu.org>
13287
13288 * replace.el (perform-replace): Undo change of 2000-04-04.
13289 Instead, move backward 1 character at the end of the loop when
13290 necessary.
13291
13292 * faces.el (fringe): Change face for different backgrounds.
13293
13294 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13295 patch from John.
13296
13297 * eshell/*.el: Change spelling of the Free Software Foundation.
13298
13299 * eshell/esh-toggle.el: Removed.
13300
13301 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13302
13303 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13304 interactively.
13305
133062000-06-26 Alex Schroeder <alex@gnu.org>
13307
13308 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13309 `define-key'; instead of checking `(emacs-version)' check for
13310 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13311 for `;' and `o' which might be electric.
13312
13313 (sql-electric-stuff): New user option.
13314 (sql-magic-go): New function which uses `sql-electric-stuff'.
13315 (sql-magic-semicolon): New function which uses
13316 `sql-electric-stuff'.
13317
13318 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13319 is not fboundp.
13320
13321 (sql-oracle-options): New variable.
13322 (sql-oracle): Use it.
13323
13324 (sql-imenu-generic-expression): Doc change.
13325 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13326 is used.
13327
13328 (sql-informix): Added command line parameter "-" to force
13329 sql-informix-program to use stdout.
13330
133312000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13332
13333 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13334 (cp864-decode-table): Doc fix.
13335 (cp720-decode-table): New variable, supports the Arabic OEM
13336 codepage used by Windows.
13337 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13338
133392000-06-23 Dave Love <fx@gnu.org>
13340
13341 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13342 (font-lock-fontify-anchored-keywords): Use
13343 line-beginning-position.
13344 (global-font-lock-mode): Use mapc.
13345
133462000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13347
13348 * eshell/esh-module.el: Require CL when compiling.
13349
133502000-06-23 Gerd Moellmann <gerd@gnu.org>
13351
13352 * comint.el (comint-substitute-in-file-name): Call replace-match
13353 with second and third arg t.
13354
13355 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13356 Specify foreground color.
13357
13358 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13359 color.
13360
13361 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13362
13363 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13364 cddr instead of cdddr.
13365
13366 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13367 instead of copy-list.
13368
13369 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13370 of copy-list.
13371
13372 * subdirs.el: Add eshell subdirectory.
13373
13374 * eshell: New subdirectory containing the Eshell package.
13375
13376 * pcomplete.el: New file.
13377
133782000-06-23 Paul Eggert <eggert@twinsun.com>
13379
13380 * mail/mailpost.el (post-mail-send-it): Make sure file has
13381 proper permissions from birth.
13382
13383 * files.el (basic-save-buffer-2): When temporarily setting
13384 file modes, set them to current modes plus 0200, not to 0777.
13385
13386 * emerge.el (emerge-make-temp-file): Make sure file has proper
13387 permissions from birth.
13388
133892000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13390
13391 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13392 backup file name through convert-standard-filename.
13393
13394 * dos-fns.el (convert-standard-filename): Convert leading
13395 directories as well. When long file names are supported, convert
13396 characters that are invalid in Windows file names.
13397
133982000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13399
13400 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13401 ps-print crashes. New feature: page selection for printing. Create
13402 raw-text-unix coding system for XEmacs. Doc fix.
13403 (ps-print-version): New version number (5.2.3).
13404 (ps-plot-region): Bug fix.
13405 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13406 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13407 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13408 funs.
13409 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13410 (ps-last-page): New vars.
13411
134122000-06-21 Gerd Moellmann <gerd@gnu.org>
13413
13414 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13415 empty option string.
13416
134172000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13418
13419 * man.el (man): Doc fix.
13420
134212000-06-21 Kenichi Handa <handa@etl.go.jp>
13422
13423 * international/mule-cmds.el (set-language-info-alist): Docstring
13424 fixed.
13425
134262000-06-20 Gerd Moellmann <gerd@gnu.org>
13427
13428 * version.el (emacs-version): Use ISO date format.
13429
13430 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13431 instead of `M-backspace'.
13432
13433 * simple.el (turn-off-auto-fill): New function.
13434
134352000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13436
13437 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13438 Renamed from with-buffer-prepared-for-font-lock and use
13439 inhibit-modification-hooks rather than setting *-change-functions.
13440 Update all functions to use the new name.
13441 (jit-lock-first-unfontify-pos): New semantics (and doc).
13442 (jit-lock-mode): Make non-interactive.
13443 Don't automatically turn on font-lock.
13444 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13445 Always use jit-lock-after-change.
13446 Remove and restore font-lock-after-change-function.
13447 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13448 (jit-lock-after-unfontify-buffer): Remove.
13449 (jit-lock-stealth-fontify):
13450 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13451 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13452
134532000-06-20 Sam Steingold <sds@gnu.org>
13454
13455 * emacs-lisp/cl-indent.el (toplevel): Indent
13456 `print-unreadable-object' properly. Untabify.
13457
134582000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13459
13460 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13461 Support for bibentry.
13462 (reftex-compile-variables): Fixed problem with end of section-re.
13463
13464 * texmodes/reftex-dcr.el (reftex-view-crossref,
13465 reftex-view-crossref-from-bibtex):
13466 Deal with changed `reftex-find-citation-regexp-format'.
13467 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13468 Replaced `remprop' with `put'.
13469 (reftex-view-crossref, reftex-view-crossref-when-idle):
13470 Support for bibentry.
13471
13472 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13473 New entry for bibentry package.
13474
13475 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13476 Regexp also matches "\nobibliography".
13477
13478 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13479 Call `reftex-ensure-write-access' before doing anything.
13480 (reftex-ensure-write-access): New function.
13481
134822000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13483
13484 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13485
13486 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13487
13488 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13489
13490 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13491
13492
134932000-06-20 Dave Love <fx@gnu.org>
13494
13495 * faces.el (frame-background-mode): Use set-default, not set, in
13496 setter.
13497 (frame-update-faces, frame-update-face-colors): Define with
13498 defalias.
13499
13500 * enriched.el (enriched-decode-foreground)
13501 (enriched-decode-background): Don't use internal-find-face.
13502
13503 * apropos.el: Doc fixes.
13504
13505 * cus-edit.el (customize-changed-options): Check arg.
13506 (customize-version-lessp): Don't require decimal point.
13507
13508 * custom.el (defcustom, defgroup): Doc fix.
13509
13510 * newcomment.el (comment) <defgroup>: Add :version.
13511 (comment-multi-line): Doc fix.
13512
13513 * emulation/mlsupport.el (define-hooked-local-abbrev,
13514 define-hooked-global-abbrev): Fix, using define-abbrev.
13515
135162000-06-19 Gerd Moellmann <gerd@gnu.org>
13517
13518 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13519 the whole buffer.
13520
135212000-06-19 Dave Love <fx@gnu.org>
13522
13523 * menu-bar.el (menu-bar-options-save): New function.
13524 (menu-bar-options-menu): Use it.
13525 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13526 Simplify.
13527
135282000-06-19 Andreas Schwab <schwab@suse.de>
13529
13530 * progmodes/etags.el (tags-query-replace): Put new parameters
13531 START and END at the end, for backward compatibility.
13532
135332000-06-19 Kenichi Handa <handa@etl.go.jp>
13534
13535 * international/codepage.el:
13536 (cp-coding-system-for-codepage-1): Delete special codes for
13537 generating xxx-dos coding system because now a CCL based coding
13538 system can handle EOL conversion by default.
13539
13540 * international/mule.el (make-coding-system): Generate subsidiary
13541 coding systems for EOL handling variants even for a CCL based
13542 coding system.
13543
135442000-06-19 Kenichi Handa <handa@etl.go.jp>
13545
13546 * international/isearch-x.el (isearch-minibuffer-input-method)
13547 (isearch-minibuffer-input-method-function): These variables
13548 deleted.
13549 (isearch-with-input-method): Don't use the above variables.
13550 (isearch-process-search-multibyte-characters): Likewise. Call
13551 read-string with the arg INHERIT-INPUT-METHOD t.
13552
135532000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13554
13555 * font-lock.el (font-lock-after-fontify-buffer)
13556 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13557
13558 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13559 Use consistent make-local-variable style for font-lock-fontified.
13560 (jit-lock-fontify-buffer):
13561 Don't bother checking for font-lock-mode and jit-lock-mode.
13562
13563 * time.el: Remove trailing ^M that prevent CVS-merging.
13564
135652000-06-16 Gerd Moellmann <gerd@gnu.org>
13566
13567 * Makefile.in (distclean): New target.
13568
135692000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13570
13571 * Makefile.in (srcdir): Define for update-subdirs.
13572
135732000-06-16 Gerd Moellmann <gerd@gnu.org>
13574
13575 * find-lisp.el: New file.
13576
135772000-06-16 Andrew Innes <andrewi@gnu.org>
13578
13579 * time.el (display-time-mail-function): New variable, to allow
13580 external packages to indicate when new mail is available.
13581 (display-time-update): Use it.
13582
135832000-06-16 Kenichi Handa <handa@etl.go.jp>
13584
13585 * international/mule.el (mule-version): Change version name to
13586 SAKAKI. AOI has already been used by Meadow.
13587
13588 * international/quail.el (quail-show-guidance-buf): To find the
13589 bottom window (but minibuffer), pay attention to the height of
13590 minibuffer.
13591
135922000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13593
13594 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13595 menu-bar menus. Add help strings. Don't remove the Edit menu
13596 from the menu bar, as the menu bar has enough space now.
13597
13598 * Makefile.in (SHELL): Make sure /bin/sh is used.
13599
13600 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13601 characters, which use series of two ^H characters instead of one.
13602
136032000-06-15 Gerd Moellmann <gerd@gnu.org>
13604
13605 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13606 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13607 functions.
13608 (Info-find-node-2): Try a case-sensitive search first, then
13609 do a case-insensitive search.
13610
13611 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13612 tutorials.
13613
13614 * complete.el (PC-env-vars-alist): New variable.
13615 (PC-complete-as-file-name): New function.
13616 (partial-completion-mode): Initialize PC-env-vars-alist from
13617 process-environment.
13618 (PC-do-completion): Handle completion of env vars.
13619
13620 * info.el (Info-set-mode-line): Show file name in mode line,
13621 use `*Info*' instead of `Info:'.
13622
13623 * startup.el (command-line-1): Change copyright messages to year
13624 2000.
13625
136262000-06-15 Dave Love <fx@gnu.org>
13627
13628 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13629 not local-map.
13630
136312000-06-15 Kenichi Handa <handa@etl.go.jp>
13632
13633 * international/mule.el (set-buffer-file-coding-system): Almost
13634 rewritten to handle `undecided' as no-op.
13635
136362000-06-14 Gerd Moellmann <gerd@gnu.org>
13637
13638 * Makefile.in: New file.
13639
13640 * Makefile: Removed.
13641
13642 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13643 (goto-address-highlight-keymap): Bind C-c RET.
13644
136452000-06-14 Kenichi Handa <handa@etl.go.jp>
13646
13647 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13648 inherits buffer-file-coding-system of the current buffer.
13649
13650 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13651 0. Give correct argument to set-auto-coding-function.
13652 (tar-expunge): For goto-char, use (point-min), not 0.
13653 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13654 (tar-subfile-save-buffer): Likewize.
13655
13656 * international/mule.el
13657 (after-insert-file-set-buffer-file-coding-system): Call
13658 set-buffer-file-coding-system with the arg FORCE t.
13659
136602000-06-13 Gerd Moellmann <gerd@gnu.org>
13661
13662 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13663 nil. Contemporary sendmails issue an X-Authentication-Warning if
13664 the sender is set with `-f'.
13665
136662000-06-13 Dave Love <fx@gnu.org>
13667
13668 * help.el (describe-function-1): Kluge around cases of functions
13669 fset to subrs whose doc doesn't match their symbol-name.
13670
13671 * image.el (insert-image): Default STRING to a space.
13672
13673 * info.el Doc fixes.
13674 (Info-build-node-completions): Match Ref tags.
13675
136762000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13677
13678 * frame.el (display-multi-frame-p, display-multi-font-p): New
13679 defaliases for display-graphic-p.
13680
13681 * hl-line.el: Fixed a typo in commentary.
13682
136832000-06-13 Kenichi Handa <handa@etl.go.jp>
13684
13685 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13686 fixed.
13687
136882000-06-12 Dave Love <fx@gnu.org>
13689
13690 * image.el (insert-image): Save a little consing.
13691
136922000-06-12 Kenichi Handa <handa@etl.go.jp>
13693
13694 * language/tibet-util.el: Convert all tibetan-1-column characters
13695 to the corresponding tibetan characters.
13696 (tibetan-add-components): Delete code for the special treatment of
13697 'a chung.
13698
13699 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13700 change.
13701 (tibetan-vowel-transcription-alist): More rules added.
13702 (tibetan-composite-vowel-alist): New variable.
13703 (tibetan-precomposition-rule-alist): More rules added.
13704
137052000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13706
13707 * startup.el (command-line): Only call menu-bar-mode if interactive.
13708
13709 * thingatpt.el (toplevel symbol-properties):
13710 * textmodes/makeinfo.el (makeinfo-compile):
13711 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13712 * progmodes/hideif.el (hif-compress-define-list)
13713 (hide-ifdef-use-define-alist):
13714 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13715 (ange-ftp-vms-add-file-entry):
13716 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13717 * man.el (Man-build-man-command):
13718 * mail/rnewspost.el (news-reply-header-hook):
13719 * info.el (Info-insert-dir):
13720 * emulation/mlconvert.el (backward-word, forward-word, setq):
13721 * emacs-lisp/gulp.el (gulp-send-requests):
13722 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13723 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13724 (byte-optimize-apply, end of file):
13725 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13726 (ad-make-freeze-definition):
13727 * startup.el (command-line, command-line-1): Don't quote lambdas.
13728
13729 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13730 (cvs-cleanup-removed): New function.
13731 (cvs-cleanup-functions): New var.
13732 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13733 some flexibility in specifying additional entries to auto-cleanup.
13734 (cvs-quickdir): New function.
13735 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13736 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13737 (cvs-mode-find-file): Check that we are on a filename or dirname
13738 when invoked through a mouse-click.
13739 (cvs-full-path): Remove.
13740 (cvs-dired-action): Re-introduced.
13741 (cvs-dired-noselect): Use it.
13742 (vc-post-command-functions): use this new hook if available.
13743
13744 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13745 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13746 (cvs-filename-map, cvs-dirname-map): Remove.
13747 (cvs-default-action): Remove.
13748 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13749 if the arg is really a keymap.
13750 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13751 Don't hardcode the mapping from state (aka type) to face, but check
13752 the var cvs-fi-<type>-face instead.
13753 (cvs-fileinfo-from-entries): New function.
13754
13755 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13756 Docstring fix.
13757 (cvs-find-file-and-jump): Change default to be safer.
13758 (cvs-mode-diff-map): Define it as a function as well.
13759 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13760 Bind mouse-2 in this global map rather than with text-properties.
13761
13762 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13763 file to resolve the ambiguity between C(conflict) and C(need-merge).
13764
137652000-06-12 Kenichi Handa <handa@etl.go.jp>
13766
13767 * international/mule.el (set-buffer-file-coding-system): If
13768 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13769 unconditionally.
13770
137712000-06-12 Dave Love <fx@gnu.org>
13772
13773 * wid-edit.el (widget-specify-button): Really suppress the face if
13774 required.
13775
137762000-06-11 Gerd Moellmann <gerd@gnu.org>
13777
13778 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13779
137802000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13781
13782 * imenu.el (imenu-generic-expression): Docstring fix.
13783
13784 * composite.el (composition-function-table): Move the `put'
13785 below the autoload cookie so we can load the file before loaddefs.
13786
13787 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13788
13789 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13790 Handle easy-mmode-define-global-mode.
13791 For complex macros like define-minor-mode that can generate
13792 several autoload entries, try to autoload entries in the
13793 macroexpanded code.
13794
13795 * emacs-lisp/easy-mmode.el (define-minor-mode):
13796 If KEYMAP is a symbol, just use it.
13797 Use byte-compile-current-file and load-file-name to infer the
13798 proper :require to pass to defcustom.
13799 Wrap the hook var into `progn' so as not to autoload it.
13800 Add a :autoload-end cookie.
13801 Be more careful about the evaluation of KEYMAP.
13802 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13803 (define-derived-mode): Move define-abbrev-table outside of defvar.
13804
138052000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13806
13807 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13808 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13809 (backup-compiled-files): Ignore errors during `tar'.
13810 (bootstrap): Make autoloads before elc files.
13811
138122000-06-10 Kenichi Handa <handa@etl.go.jp>
13813
13814 * international/mule.el (set-buffer-file-coding-system): If one of
13815 undecided-XXX is specified, change only EOL conversion.
13816
13817 * international/mule-conf.el (unix): New alias for the coding
13818 system undecided-unix.
13819
138202000-06-09 Dave Love <fx@gnu.org>
13821
13822 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13823
13824 * progmodes/executable.el: Byte compile dynamic.
13825 (executable-insert): Change custom type.
13826 (executable-find): Add autoload cookie.
13827 (executable-make-buffer-file-executable-if-script-p): New
13828 function. After Noah Friedman.
13829
13830 * files.el (after-save-hook): Customize, with
13831 executable-make-buffer-file-executable-if-script-p as an option.
13832
138332000-06-09 Kenichi Handa <handa@etl.go.jp>
13834
13835 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13836 "tib24p-mule.bdf" for Tibetan.
13837
13838 * composite.el (decompose-composite-char): Declare it as obsolete.
13839
13840 * man.el (Man-fontify-manpage): Pay attention to underline and
13841 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13842
138432000-06-08 Gerd Moellmann <gerd@gnu.org>
13844
13845 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13846 Set maintainer to FSF since author isn't reachable.
13847
138482000-06-08 Dave Love <fx@gnu.org>
13849
13850 * international/mule-cmds.el (select-safe-coding-system): If
13851 DEFAULT-CODING-SYSTEM is not specified, also check the most
13852 preferred coding-system if buffer-file-coding-system is
13853 `undecided'. From Handa.
13854
138552000-06-08 Kenichi Handa <handa@etl.go.jp>
13856
13857 * international/mule.el
13858 (after-insert-file-set-buffer-file-coding-system): If the buffer
13859 size is greater than INSERTED, judget that we are not visiting.
13860
138612000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
13862
13863 * whitespace.el (defgroup whitespace): Comment out `:version'.
13864 XEmacs 20.4 has problems defining the group with this present.
13865 We'll have this commented out till get resolve the problem.
13866
138672000-06-07 John Wiegley <johnw@gnu.org>
13868
13869 * align.el (align-dq-string-modes, align-sq-string-modes)
13870 (align-open-comment-modes): Add pyhton-mode.
13871 (align-rules-list): Use get-text-property instead of
13872 text-properties-at.
13873 (align-rules-list): Add python-assignment.
13874 (align-rules-list): Change perl-comma-delimiter to
13875 basic-comma-delimiter. Use if for Perl modes and python-mode.
13876 (align-rules-list): Add python-chain-logic and
13877 basic-line-continuation.
13878
138792000-06-07 Jari Aalto <jari.aalto@poboxes.com>
13880
13881 * apropos.el (apropos-mode-hook): New user variable.
13882 (apropos-mode): Run apropos-mode-hook.
13883
138842000-06-07 David Ponce <david@dponce.com>
13885
13886 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
13887 commands. Require `wid-edit' at run-time.
13888
138892000-06-07 David Ponce <david@dponce.com>
13890
13891 * recentf.el: Added some "Commentary".
13892 (recentf-open-more-files, recentf-edit-list): Minor changes to
13893 move the point at the top of the file list. This behaviour is
13894 consistent with the menu one when the list contains a lot of
13895 files.
13896 (recentf-cleanup): Now displays the number of items removed from
13897 the list.
13898 (recentf-relative-filter) New menu filter to show filenames
13899 relative to `default-directory'.
13900
139012000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13902
13903 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
13904 with/without giving an error if PostScript printer doesn't have this
13905 kind of page size. Zebra Stripe continues or restarts on next page.
13906 Manual/automatic paper feeding. Switch or not the header.
13907 (ps-print-version): New version number (5.2.2).
13908 (ps-windows-system): Include emx as a Windows system.
13909 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
13910 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
13911 (ps-background-text): Code fix.
13912 (ps-error-handler-message, ps-user-defined-prologue)
13913 (ps-print-prologue-header, ps-printer-name)
13914 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
13915 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
13916 (ps-use-face-background): Customization fix.
13917 (ps-n-up-database): Data fix.
13918 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
13919 (ps-switch-header): New vars.
13920 (ps-xemacs-color-name, ps-face-foreground-name)
13921 (ps-face-background-name, ps-boolean-constant): New funs.
13922
139232000-06-07 Dave Love <fx@gnu.org>
13924
13925 * allout.el: New version from Manheimer.
13926
139272000-06-07 Kenichi Handa <handa@etl.go.jp>
13928
13929 * textmodes/fill.el (fill-find-break-point): Check the validity of
13930 charset.
13931
139322000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
13933
13934 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
13935 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
13936 Call display-color-p and display-mouse-p instead of looking at
13937 window-system.
13938
139392000-06-06 Dave Love <fx@gnu.org>
13940
13941 * image.el (find-image): Doc fix. Return nil if image not found.
13942 (put-image, insert-image): Make STRING arg optional.
13943
139442000-06-06 Kenichi Handa <handa@etl.go.jp>
13945
13946 * language/vietnamese.el: Remove eval-when-compile.
13947 (viet-viscii-nonascii-translation-table): Define it as a
13948 translation table made from viet-viscii-decode-table.
13949 (viet-viscii-encode-table): Define it as a translation table made
13950 from the reverse map of above.
13951 (viet-vscii-nonascii-translation-table): Define it as a
13952 translation table made from viet-vscii-decode-table.
13953 (viet-vscii-encode-table): Define it as a translation table made
13954 from the reverse map of above.
13955 (ccl-decode-viscii): Use translate-character.
13956 (ccl-encode-viscii, ccl-encode-viscii-font)
13957 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
13958 Likewize.
13959
13960 * language/cyrillic.el: Remove eval-when-compile.
13961 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
13962 translation table made from cyrillic-koi8-r-decode-table.
13963 (cyrillic-koi8-r-encode-table): Define it as a translation table
13964 made from the reverse map of above.
13965 (ccl-decode-koi8): Use translate-character.
13966 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
13967 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
13968 a translation table made from cyrillic-alternativnyj-decode-table.
13969 (cyrillic-alternativnyj-encode-table): Define it as a translation
13970 table made from the reverse map of above.
13971 (ccl-decode-alternativnyj): Use translate-character.
13972 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
13973 Likewize
13974
13975 * international/mule-diag.el (non-iso-charset-alist): Specify
13976 translation table symbol instead of translation table itself.
13977 (list-block-of-chars): CHARSET may be a translation table symbol.
13978
13979 * international/mule.el (make-coding-system): If CODING-SYSTEM
13980 already exists, override it.
13981
13982 * international/fontset.el: Use family `proportional' for Tibetan
13983 fonts.
13984
13985 * international/ccl.el (ccl-compile-translate-character): Don't
13986 check if Rrr has property translation-table.
13987 (ccl-compile-map-multiple): Modified to avoid compiler warning.
13988
139892000-06-05 Gerd Moellmann <gerd@gnu.org>
13990
13991 * info.el: Bind case-fold-search to t when searching in case
13992 a user sets it to nil in a hook.
13993
139942000-06-05 Stefan Monnier <monnier@cs.yale.edu>
13995
13996 * autoarg.el (autoarg-mode, autoarg-kp-mode):
13997 * hl-line.el (hl-line-mode): Use the new :global key argument.
13998
13999 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14000 (tar-clip-time-string): Prepend a space.
14001 (tar-grind-file-mode): Construct a string rather than modifying one.
14002 (tar-header-block-summarize): Fix docstring.
14003 Use `format' rather than an error-prone set of copy-loops.
14004
14005 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14006 (diff-goto-source, diff-unified->context, diff-context->unified)
14007 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14008 understand the format output by the `-p' argument to diff.
14009
14010 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14011 (sh-re-done): Use defconst.
14012 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14013 (sh-help-string-for-variable, sh-guess-basic-offset):
14014 Don't quote lambdas.
14015 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14016 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14017
14018 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14019 (mh-letter-mode): Derive from text-mode.
14020 This implicitly means that it now calls kill-all-local-variables.
14021 Also remove the Emacs-18 compatibility code.
14022
14023 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14024 Make use of symbol-property doc-string-elt.
14025 Use memq rather than a sequence of eq.
14026 (doc-string-elt): Fix the wrong or missing previously unused values.
14027 (autoload-print-form): New function extracted from
14028 generate-file-autoloads to allow recursion when handling progn
14029 so that defvar's and defun's docstrings are properly printed.
14030 (generate-file-autoloads): Use it.
14031
14032 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14033 Use find-file-hooks in the minor-mode function.
14034 Be careful not to loop indefinitely in the post-command-hook function.
14035
140362000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14037
14038 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14039 tty's.
14040 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14041 differences whenever appropriate.
14042 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14043 * viper.el (find-file, find-file-other-window): Get viper to do
14044 wildcards.
14045
140462000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14047
14048 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14049 (jit-lock-fontify-buffer): New function for JIT refontification.
14050 (jit-lock-mode): Fix docstring.
14051 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14052 Remove jit-lock-after-change from the _local_ hook.
14053 (jit-lock-function-1): Fix docstring.
14054
14055 * info.el (Info-on-current-buffer): Initialize info.
14056
14057 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14058
14059 * progmodes/tcl.el (tcl-indent-for-comment):
14060 Ignore comment-indent-hook.
14061
14062 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14063 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14064 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14065 and improve to use the lighter to guess the capitalization.
14066 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14067 Add keyword arguments to specify global-ness or the custom group.
14068 Add local-map and help-echo properties to the lighter.
14069 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14070 (easy-mmode-define-global-mode): New macro.
14071
140722000-06-02 Dave Love <fx@gnu.org>
14073
14074 * wid-edit.el: byte-compile-dynamic since we typically don't use
14075 all the widgets. Don't require cl or widget. Remove
14076 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14077 (widget-read-event): Removed. Callers changed to use read-event.
14078 (widget-button-release-event-p): Renamed from
14079 button-release-event-p.
14080 (widget-field-add-space, widget-field-use-before-change):
14081 Uncustomize.
14082 (widget-specify-field): Use keymap property, not local-map.
14083 (widget-specify-button): Obey :suppress-face.
14084 (widget-specify-insert): Use modern backquote syntax.
14085 (widget-image-directory): Renamed from widget-glyph-directory.
14086 (widget-image-enable): Renamed from widget-glyph-enable.
14087 (widget-image-find): Replaces widget-glyph-find.
14088 (widget-button-pressed-face): Move defvar.
14089 (widget-image-insert): Replaces widget-glyph-insert.
14090 (widget-convert): Use keywordp.
14091 (widget-leave-text, widget-children-value-delete): Use mapc.
14092 (widget-keymap): Remove XEmacs stuff.
14093 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14094 (widget-button-click): Don't set point at the click, but re-centre
14095 if we scroll out of window. Rewritten for images v. glyphs &c.
14096 (widget-tabable-at): Use POS arg, not point.
14097 (widget-beginning-of-line, widget-end-of-line)
14098 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14099 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14100 (widget-default-create): Use widget-image-insert; some rewriting.
14101 (widget-visibility-value-create)
14102 (widget-push-button-value-create, widget-toggle-value-create): Use
14103 widget-image-insert.
14104 (checkbox): Create on and off images dynamically.
14105 (documentation-link): Change :help-echo.
14106 (widget-documentation-link-echo-help): Remove.
14107
141082000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14109
14110 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14111
14112 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14113 (easy-mmode-define-toggle, define-minor-mode): Use it.
14114 (easy-mmode-define-keymap): Docstring fix.
14115 (define-derived-mode): Default PARENT to fundamental-mode.
14116 Add the derived-mode-parent symbol-property.
14117 (easy-mmode-derived-mode-p): New function.
14118
141192000-06-02 Dave Love <fx@gnu.org>
14120
14121 * files.el (convert-standard-filename): Doc fix.
14122 (normal-backup-enable-predicate): New function.
14123 (backup-enable-predicate): Use it to replace the lambda form.
14124
14125 * calendar/todo-mode.el: [This needs more work on the outline
14126 stuff.] Doc fixes.
14127 (todo) <defgroup>: Add :version.
14128 (todo-add-category): Don't use pushnew.
14129 (todo-cmd-raise): Fix typo.
14130 (todo-top-priorities): Change temp buffer name.
14131 (todo-category-alist): Avoid redundant lambda.
14132 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14133 Use outline-next-heading.
14134
14135 * autoarg.el: Rewritten to use define-minor-mode.
14136 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14137 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14138
141392000-06-02 Kenichi Handa <handa@etl.go.jp>
14140
14141 * isearch.el (isearch-other-meta-char): Fix previous change.
14142
141432000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14144
14145 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14146 (log-edit-done): Only add the comment to the ring if it's different
14147 from the last comment entered.
14148
14149 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14150
141512000-06-01 Dave Love <fx@gnu.org>
14152
14153 * hl-line.el: Rewritten using define-minor-mode.
14154
14155 * help.el (describe-function-1): Distinguish special form from
14156 builtin function. Sanity-check presence of arglist for builtins.
14157
141582000-06-01 Kenichi Handa <handa@etl.go.jp>
14159
14160 * international/characters.el: Fix syntax/category setting of
14161 Tibetan characters.
14162
14163 * language/tibet-util.el (tibetan-add-components): Fixes for new
14164 encoding of Tibetan characters.
14165 (tibetan-decompose-precomposition-alist): New variable.
14166 (tibetan-decompose-region): Convert precomposed characters to
14167 non-precomposed characters.
14168 (tibetan-decompose-string): Likewise.
14169 (tibetan-composition-function): Fix args to
14170 thibetan-compose-string.
14171
14172 * language/tibetan.el (tibetan-composable-pattern): More
14173 characters included.
14174 (tibetan-consonant-transcription-alist): Rule for "R" added.
14175 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14176 "+R" added.
14177 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14178
14179 * language/lao-util.el (lao-composition-function): Fix args to
14180 compose-string.
14181
14182 * language/thai-util.el (thai-composition-function): Fix args to
14183 compose-string.
14184
14185 * isearch.el (isearch-update): Set disable-point-adjustment to t
14186 to prevent the point moving to the end of a composition when a
14187 part of a composition is searched.
14188 (isearch-other-meta-char): If the key invoking this command can be
14189 mapped by function-key-map to a printing char, call
14190 isearch-process-search-char directly.
14191
141922000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14193
14194 * emacs-lisp/bytecomp.el:
14195 * frame.el:
14196 * international/mule-cmds.el:
14197 * international/mule-util.el:
14198 * international/mule.el:
14199 * mouse.el:
14200 * subr.el:
14201 * faces.el: Update calls to make-obsolete with a WHEN argument.
14202
14203 * byte-run.el (make-obsolete, make-obsolete-variable):
14204 Add an optional WHEN argument and change the format of the
14205 symbol-property information.
14206 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14207 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14208 new obsolete-symbol-property format and print WHEN if it is provided.
14209
142102000-05-31 Dave Love <fx@gnu.org>
14211
14212 * loadhist.el (loadhist-hook-functions): Remove
14213 before-change-function, after-change-function.
14214 (unload-feature): Deal with symbols which are both bound and
14215 fbound.
14216
14217 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14218 before-change-function, after-change-function.
14219
14220 * simple.el (newline): Don't bind before-change-function,
14221 after-change-function.
14222
142232000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14224
14225 * whitespace.el (whitespace-rescan-timer-time): Update interval
14226 set to 600 seconds (10 minutes) instead of 60 seconds since
14227 a large number of whitespace buffers causes emacs to `freeze'
14228 for a considerable amount of time.
14229
14230 * whitespace.el: Updated email address
14231
142322000-05-31 Dave Love <fx@gnu.org>
14233
14234 * add-log.el (change-log-font-lock-keywords) <function>: Add
14235 pattern for function of change.
14236 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14237 acknowledgements patterns.
14238
142392000-05-31 Kenichi Handa <handa@etl.go.jp>
14240
14241 * isearch.el (isearch-printing-char): If keyboard coding system is
14242 being used, call isearch-process-search-multibyte-characters.
14243
14244 * international/isearch-x.el: Mostly rewritten.
14245
14246 * international/quail.el (quail-start-conversion): Don't include
14247 unhandled events in the returned events, but set them in
14248 unread-command-events. Exit if all inputs are deleted.
14249
142502000-05-30 Jason Rumney <jasonr@gnu.org>
14251
14252 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14253
14254 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14255 Reenable code to create initial fontsets.
14256 Use set-fontset-font in place of put-charset-property.
14257
142582000-05-30 Gerd Moellmann <gerd@gnu.org>
14259
14260 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14261 label, ensure that the first colon isn't followed by another.
14262
14263 * paths.el (Info-default-directory-list): Doc fix.
14264
14265 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14266 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14267 send a query containing USER only, not USER@HOST.
14268
14269 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14270 and rmail-msgend to compute the restriction at the end, instead of
14271 computing it.
14272
142732000-05-29 Gerd Moellmann <gerd@gnu.org>
14274
14275 * dabbrev.el (dabbrev-expand): Don't display messages in the
14276 echo area if the minibuffer window is active.
14277
14278 * jit-lock.el (jit-lock-mode): Add after change function to
14279 local hook.
14280
142812000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14282
14283 * antlr-mode.el: New commands: hide/unhide actions,
14284 upcase/downcase literals.
14285 (antlr-tiny-action-length): New user option.
14286 (antlr-hide-actions): New command. Suggested by
14287 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14288 (antlr-mode-map): New binding [C-c C-v].
14289 (antlr-mode-menu): New entries.
14290 (antlr-downcase-literals): New command.
14291 (antlr-upcase-literals): Ditto.
14292
14293 * antlr-mode.el: Minor changes: indendation, mode-name.
14294 (antlr-indent-line): Indent cpp directive at column 0.
14295 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14296
14297 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14298 (antlr-font-lock-additional-keywords): Workaround for intentional
14299 bug in XEmacs version of font-lock.
14300 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14301 be used by a smarter version of `buffers-menu-grouping-function'.
14302
143032000-05-29 Gerd Moellmann <gerd@gnu.org>
14304
14305 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14306 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14307
143082000-05-29 Kenichi Handa <handa@etl.go.jp>
14309
14310 * international/encoded-kb.el
14311 (encoded-kbd-iso2022-designation-map): Pay attention to that
14312 charset-iso-final-char return -1 for eight-bit-control and
14313 eight-bit-graphic.
14314
143152000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14316
14317 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14318 (speedbar-easymenu-definition-base): Use display-graphic-p where
14319 available, instead of window-system.
14320
143212000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14322
14323 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14324 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14325 coding systems.
14326
143272000-05-26 Dave Love <fx@gnu.org>
14328
14329 * disp-table.el (standard-display-underline): Don't use
14330 internal-find-face.
14331
14332 * mail/reporter.el: Maintainer change. Doc fixes.
14333 (reporter-version): Deleted.
14334
14335 * emacs-lisp/elp.el: Maintainer change.
14336 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14337
143382000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14339
14340 * add-log.el (add-change-log-entry): Merge the current entry with the
14341 previous one if the previous one is empty.
14342
143432000-05-26 Dave Love <fx@gnu.org>
14344
14345 * loadhist.el (unload-feature): Fix interactive spec [from
14346 lijnzaad@ebi.ac.uk].
14347
14348 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14349 subr-arity to check primitives.
14350 (byte-compile-flush-pending, byte-compile-file-form-progn)
14351 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14352 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14353 mapcar.
14354
143552000-05-26 Kenichi Handa <handa@etl.go.jp>
14356
14357 * international/fontset.el: Set family names of non-latin charsets
14358 in default fontset to "*".
14359
14360 * international/mule-diag.el (print-fontset): Combine family part
14361 and registry part of the fontname by "-*-" instead of "-".
14362
14363 * international/mule-cmds.el (encode-coding-char): Make strings
14364 multibyte before calling encode-coding-string.
14365
143662000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14367
14368 * derived.el: Fix keywords.
14369 (define-derived-mode): Only define if needed.
14370
14371 * simple.el (fill-comment, comment-column, comment-start)
14372 (comment-start-skip, comment-end, comment-indent-function)
14373 (block-comment-start, block-comment-end, indent-for-comment)
14374 (set-comment-column, kill-comment, comment-padding, comment-region)
14375 (comment-multi-line, indent-new-comment-line): Remove.
14376
14377 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14378 function names for comment operations.
14379
14380 * newcomment.el: Add abundant autoload cookies.
14381 (comment-style): Don't depend on runtime data at compile-time.
14382 (comment-indent-hook): Remove.
14383 (comment-indent): Check if comment-indent-hook is bound.
14384 (comment-region): Docstring fix.
14385
143862000-05-25 Dave Love <fx@gnu.org>
14387
14388 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14389 byte-code-function-p.
14390
14391 * mail/rmailsum.el: Add provide.
14392
14393 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14394
14395 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14396 defcustom.
14397
143982000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14399
14400 * ediff-diff.el (ediff-exec-process): delete --binary option from
14401 non-buffer ediff jobs.
14402
144032000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14404
14405 * hilit-chg.el (highlight-changes-mode): Ask about color or
14406 grayscale support, not about window-system.
14407
14408 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14409 window-system.
14410 (ffap-highlight): Always default to t.
14411
14412 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14413 display-popup-menus-p instead of looking at window-system.
14414
14415 * disp-table.el (standard-display-g1, standard-display-graphic):
14416 Only refuse to use string glyphs on X and MS-Windows.
14417
14418 * avoid.el: Remove window-system from commentary, suggest to use
14419 display-*-p instead.
14420
14421 * apropos.el (apropos-print): Use display-mouse-p instead of
14422 window-system.
14423
144242000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14425
14426 * international/codepage.el (cp-decoding-vector-for-codepage):
14427 Fill up unsupported characters with their own codes. From Kenichi
14428 Handa.
14429
144302000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14431
14432 * international/mule-diag.el (describe-char-after): Use
14433 display-graphic-p instead of window-system, so that this function
14434 works on MS-DOS.
14435
144362000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14437
14438 * international/codepage.el (cp-make-coding-systems-for-codepage):
14439 Remove the eight-bit-graphic and eight-bit-control charsets from
14440 the list of charsets which we convert into `?'.
14441
144422000-05-25 Kenichi Handa <handa@etl.go.jp>
14443
14444 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14445 private charsets.
14446 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14447 japanese-jisx0213-2): New charsets.
14448
14449 * international/fontset.el: Setup default fontset for new charsets.
14450
144512000-05-24 Dave Love <fx@gnu.org>
14452
14453 * info.el (Info-find-node-2): Restructure [following "Vadim
14454 S. Solomin" <sovs@uic.nnov.ru>].
14455
14456 * icomplete.el: Fix header for Finder.
14457
144582000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14459
14460 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14461 STAY.
14462
14463 * rmail.el (rmail-automatic-folder-directives): New user variable.
14464 (rmail-show-message): Add call to `rmail-auto-file' during
14465 display.
14466 (rmail-auto-file): New function.
14467
144682000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14469
14470 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14471 account.
14472 (ediff-test-utility,ediff-diff-mandatory-option)
14473 (ediff-reset-diff-options): Utilities for proper initialization of
14474 ediff-diff-options and ediff-diff3-options on Windows.
14475
14476 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14477 variable.
14478
14479 * ediff-mult.el (ediff-filegroup-action): Use
14480 ediff-merge-filename-prefix.
14481
144822000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14483
14484 * viper-ex.el (ex-write): Set selective display to nil.
14485
144862000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14487
14488 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14489 aliases for hebrew-iso-8bit.
14490
144912000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14492
14493 * woman.el: New version from Francis J. Wright
14494 <F.J.Wright@Maths.QMW.ac.uk>.
14495 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14496 names in environment variables regardless of the path separator.
14497 (woman-topic-all-completions-1): Don't call file-name-directory-p
14498 on all files, since woman-file-regexp already filters out any
14499 directories.
14500
145012000-05-24 Kenichi Handa <handa@etl.go.jp>
14502
14503 * international/quail.el (quail-start-translation): Don't change
14504 modified-p of the current buffer.
14505 (quail-start-conversion): Likewise.
14506
14507 * international/kkc.el (kkc-region): Don't change modified-p of
14508 the current buffer.
14509
14510 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14511 conform to RFC1468.
14512 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14513
145142000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14515
14516 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14517 (speedbar-insert-button): Invisible text property fix.
14518 (speedbar-directory-plus): Renamed from speedbar-directory-+
14519 (speedbar-directory-minus): Renamed from speedbar-directory--
14520 (speedbar-page-plus): Renamed from speedbar-file-+
14521 (speedbar-page-minus): Renamed from speedbar-file--
14522 (speedbar-page): Renamed from speedbar-file-
14523 (speedbar-tag): Renamed from speedbar-tag-
14524 (speedbar-tag-plus): Renamed from speedbar-tag-+
14525 (speedbar-tag-minus): Renamed from speedbar-tag--
14526 (speedbar-expand-image-button-alist): Use above renames.
14527
14528 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14529 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14530 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14531 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14532 * sb-pg.xpm: Renamed from sb-file.xpm
14533 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14534 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14535
145362000-05-24 Kenichi Handa <handa@etl.go.jp>
14537
14538 * international/quail.el (quail-show-guidance-buf): Set
14539 current-input-method of the guidance buffer to the name of the
14540 curren input method.
14541
145422000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14543
14544 * progmodes/compile.el (compile-internal): Style typo.
14545
14546 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14547 quote vars and functions in the docstring.
14548
14549 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14550
14551 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14552 Don't quote lambdas.
14553
14554 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14555
145562000-05-23 Gerd Moellmann <gerd@gnu.org>
14557
14558 * startup.el (command-line): Determine source file of compiled
14559 user init file differently. Warn if compiled user init file
14560 is older than its source file.
14561
14562 * ffap.el (ffap-url-regexp): Add `https'.
14563
145642000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14565
14566 * files.el (make-backup-file-name-1): Replace slashes with `!'
14567 rather than `|' (which is not allowed on Windows). Replace the
14568 drive letters with a string "drive_X".
14569
145702000-05-23 Gerd Moellmann <gerd@gnu.org>
14571
14572 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14573
14574 * files.el (interpreter-mode-alist): Add `bash2'.
14575
145762000-05-22 Dave Love <fx@gnu.org>
14577
14578 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14579 mapc.
14580 (feature-file): Avoid calling symbol-name. Doc fix.
14581 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14582 (loadhist-hook-functions): Add mouse-position-function.
14583 (unload-feature): Change uses of mapcar.
14584
14585 * files.el (parse-colon-path): Doc fix.
14586 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14587 (set-auto-mode): Use mapc.
14588
14589 * complete.el (PC-look-for-include-file): Use :alnum: character
14590 class.
14591 (partial-completion-mode): Add autoload cookie.
14592
145932000-05-22 Sam Steingold <sds@gnu.org>
14594
14595 * info.el (Info-fontify-node): Fixed the call to
14596 `add-text-properties' (bug introduced on 2000-05-18).
14597
145982000-05-22 Dave Love <fx@gnu.org>
14599
14600 * bindings.el: Remove debug-ignored-errors set in other files.
14601
14602 * progmodes/etags.el: Add to debug-ignored-errors.
14603 (visit-tags-table-buffer): Clear out buffers holding old tables
14604 when making a new list.
14605 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14606 mapc.
14607
14608 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14609 quote keywords.
14610 (cmpl-string-case-type): Use character classes.
14611
14612 * comint.el:
14613 * textmodes/ispell.el:
14614 * imenu.el:
14615 * mail/mh-e.el:
14616 * progmodes/compile.el: Add to debug-ignored-errors.
14617
14618 * dabbrev.el: Add to debug-ignored-errors.
14619 (dabbrev-completion): Use mapc.
14620
146212000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14622
14623 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14624 (woman-mapcan, woman-parse-man.conf)
14625 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14626 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14627 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14628 path syntax better.
14629 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14630 (woman-manpath): Call woman-parse-man.conf.
14631 (woman-emulation): New defcustom, defaults to nroff.
14632 (woman-font-support): New defconst.
14633 (woman-use-symbol-font): New defcustom.
14634 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14635 "Emulation".
14636 Many functions: Doc fix.
14637
146382000-05-22 Kenichi Handa <handa@etl.go.jp>
14639
14640 * international/quail.el (quail-simple-translation-keymap): Map
14641 128..255 to quail-self-insert-command.
14642 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14643
146442000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14645
14646 * help.el (help-manyarg-func-alist): Typo.
14647
14648 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14649 intervals which makes it heaps simpler.
14650
14651 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14652 the nested comment markers.
14653
14654 * subr.el (remove-hook): Don't turn the hook's value into a list.
14655
146562000-05-21 Dave Love <fx@gnu.org>
14657
14658 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14659 are invalid characters.
14660
14661 * international/mule-util.el (detect-coding-with-priority): Use
14662 mapc. Remove redundant lambda.
14663
14664 * international/mule-diag.el (list-non-iso-charset-chars)
14665 (describe-fontset): Remove redundant lambda.
14666
14667 * emulation/crisp.el (brief-mode): New alias.
14668
14669 * emacs-lisp/ring.el (ring-elements): New function.
14670
14671 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14672 (easy-menu-do-add-item): Use keywordp.
14673
14674 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14675
14676 * replace.el: Doc and error message fixes.
14677 (replace-highlight): Use facep, not internal-find-face.
14678
146792000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14680
14681 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14682
14683 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14684 (log-edit-insert-changelog): Drop `:' as well.
14685
14686 * log-view.el: Fix file description.
14687 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14688 available.
14689 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14690 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14691
14692 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14693 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14694 Print a status message if the toggle is called interactively.
14695 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14696 for global minor modes and use `defcustom' for them.
14697 Use add-minor-mode.
14698 (easy-mmode-define-derived-mode): Remove.
14699 (define-derived-mode): Fancier default docstring.
14700 (easy-mmode-define-navigation): Signal an error rather than (ding).
14701
14702 * newcomment.el (comment-styles): New `box-multi'.
14703 (comment-normalize-vars): Better default for comment-continue to
14704 avoid whitespace-only continuations.
14705 (comment-search-forward): Always move even in the no-syntax case.
14706 (comment-padright): Only obey N if it's only obeyed for padleft.
14707 (comment-make-extra-lines): Better handling of empty continuations.
14708 Use `=' for the filler if comment-start has only one character.
14709 (uncomment-region): Try handling the special `=' filler.
14710 (comment-region): Allow LINES even if MULTI is nil.
14711 (comment-box): Choose box style based on comment-style.
14712
147132000-05-20 Kenichi Handa <handa@etl.go.jp>
14714
14715 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14716 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14717
147182000-05-20 Kenichi HANDA <handa@etl.go.jp>
14719
14720 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14721 and insert, not subst-char-in-region.
14722
14723 * international/mule-diag.el (list-character-sets-1): Handle
14724 charsets eight-bit-control and eight-bit-graphic.
14725 (list-iso-charset-chars): Likewise.
14726 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14727 charactes as is. Use indent-to to align characters.
14728
14729 * international/mule-cmds.el (find-multibyte-characters): Never
14730 exclude charsets eight-bit-control and eight-bit-graphic.
14731
147322000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14733
14734 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14735 Don't quote lambdas.
14736
14737 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14738
147392000-05-19 Gerd Moellmann <gerd@gnu.org>
14740
14741 * gud.el (gud-jdb-directories): Doc fix.
14742
147432000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14744
14745 * newcomment.el: New file.
14746
147472000-05-19 Gerd Moellmann <gerd@gnu.org>
14748
14749 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14750
147512000-05-18 Andreas Schwab <schwab@suse.de>
14752
14753 * dired.el (dired-between-files): Also skip lines beginning with
14754 `used'.
14755
147562000-05-18 Gerd Moellmann <gerd@gnu.org>
14757
14758 * msb.el (msb-menu-cond): Add choice `user'.
14759
147602000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14761
14762 * ps-print.el: Compatibility, customization and doc fix.
14763 (ps-printer-name-option): Replace defconst by defvar.
14764 (ps-postscript-code-directory): XEmacs compatibility.
14765 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14766 fix.
14767 (ps-user-defined-prologue, ps-print-prologue-header)
14768 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14769 compatibility and code fix.
14770 (ps-print-background-image, ps-print-background-text):
14771 Customization fix.
14772 (ps-line-number-start, ps-n-up-on): New vars.
14773
147742000-05-18 Espen Skoglund <esk@ira.uka.de>
14775
14776 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14777 the indent-comment function to just return the appropriate indent.
14778
147792000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14780
14781 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14782 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14783 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14784
147852000-05-18 Dave Love <fx@gnu.org>
14786
14787 * info.el (Info-fontify-node): Add intangible property as well as
14788 invisible.
14789
14790 * calendar/appt.el (appt-make-list): Match all lines of entry.
14791 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14792
147932000-05-18 Kenichi Handa <handa@etl.go.jp>
14794
14795 * international/mule-diag.el (describe-char-after): Call
14796 internal-char-font, not char-font. If internal-char-font returns
14797 nil, display "-- none --".
14798
147992000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14800
14801 * image.el (image-type-available-p): Don't reference image-types
14802 if it isn't bound.
14803
148042000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14805
14806 * autoarg.el (autoarg-mode): Typo in the :set argument.
14807
148082000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14809
14810 * startup.el (command-line-1): Don't signal an error if the
14811 directory for auto-save-list files does not yet exist.
14812
148132000-05-17 Kenichi Handa <handa@etl.go.jp>
14814
14815 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14816
148172000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14818
14819 * subr.el (remove-hook): `setq' hook-value, not `set'.
14820
148212000-05-16 Sam Steingold <sds@gnu.org>
14822
14823 * info.el (debug-ignored-errors): More errors to ignore.
14824
148252000-05-16 Dave Love <fx@gnu.org>
14826
14827 * cus-edit.el: Don't require cl or easymenu.
14828 (custom-variable-prompt): Test standard-value property, not
14829 user-variable-p.
14830
148312000-05-16 Sam Steingold <sds@gnu.org>
14832
14833 * subr.el (add-hook): `setq' hook-value, not `set'.
14834
148352000-05-16 Gerd Moellmann <gerd@gnu.org>
14836
14837 * startup.el (command-line-1): Mention the FAQ in the startup
14838 message.
14839
14840 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14841
14842 * progmodes/compile.el (compilation-parse-errors): Collect
14843 `nomessage' regexps last.
14844
14845 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14846
14847 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14848 to the function name.
14849
148502000-05-15 Dave Love <fx@gnu.org>
14851
14852 * speedbar.el (speedbar-recenter): Typo.
14853 (speedbar-expand-line): Make arg optional.
14854 (speedbar-mode): Avoid a compiler warning.
14855
148562000-05-15 Gerd Moellmann <gerd@gnu.org>
14857
14858 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14859 user-specified option string is empty.
14860
14861 * mouse.el (mouse-yank-at-click): Doc fix.
14862
148632000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
14864
14865 * term/internal.el (IT-character-translations): More updates of
14866 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
14867 documents.
14868
148692000-05-15 Gerd Moellmann <gerd@gnu.org>
14870
14871 * env.el (getenv): New function, interactively callable.
14872 (setenv, getenv): Remove autoload cookies.
14873
14874 * loadup.el: Load `env'.
14875
14876 * progmodes/f90.el: Change author's mail address.
14877
148782000-05-14 Dave Love <fx@gnu.org>
14879
14880 * mail/rmail.el (rmail-show-message-hook): Customize and offer
14881 goto-addr as an option.
14882
14883 * help.el (help-xref-stack): Doc fix.
14884 (help-xref-following): New variable.
14885 (help-make-xrefs): Use it.
14886 (help-xref-go-back): Use position information from stack element.
14887 (help-follow): Make position in stack element a pair. Use
14888 help-xref-following.
14889
14890 * autoarg.el: New file.
14891
14892 * faces.el: Declare more functions obsolete.
14893
14894 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
14895 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
14896 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
14897 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
14898 Remove all the setup-...-environment functions.
14899
149002000-05-13 Eric M. Ludlam <zappo@ultranet.com>
14901
14902 * speedbar.el: Updated the commentary section. xemacs20p now uses
14903 >= when detecting. Require `defimage' safely.
14904 (speedbar-easymenu-definition-base): Add toggle for images.
14905 (speedbar-easymenu-definition-special): Add flush cache & expand.
14906 (speedbar-visiting-tag-hook): Set new defaults. Added options.
14907 (speedbar-reconfigure-keymaps-hook): New variable.
14908 (speedbar-frame-parameters): Updated documentation.
14909 (speedbar-use-imenu-flag): Updated custom tag
14910 (speedbar-dynamic-tags-function-list): New variable.
14911 (speedbar-tag-hierarchy-method): Updated doc & custom.
14912 (speedbar-indentation-width, speedbar-indentation-width) New
14913 variables.
14914 (speedbar-hide-button-brackets-flag): Customizable.
14915 (speedbar-vc-indicator): Doc update.
14916 (speedbar-ignored-path-expressions): Updated default value.
14917 (speedbar-supported-extension-expressions): Updated default value.
14918 (speedbar-syntax-table): Remove {} paren status.
14919 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
14920 as "+". Added overlay aliases.
14921 (speedbar-mode): Use `speedbar-mode-line-update' instead of
14922 `force-mode-line-update'.
14923 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
14924 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
14925 `mouse-set-point'
14926 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
14927 (speedbar-item-info-tag-helper): Revamped to handle a wider range
14928 of arbitrary text, and new helper functions.
14929 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
14930 filename finder.
14931 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
14932 (speedbar-directory-buttons): Update path search/expansion.
14933 (speedbar-make-tag-line): Pay attention to
14934 `speedbar-indentation-width'. Use more care w/ invisible
14935 properties.
14936 (speedbar-change-expand-button-char): Call
14937 `speedbar-insert-image-button-maybe'.
14938 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
14939 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
14940 (speedbar-trim-words-tag-hierarchy)
14941 (speedbar-simple-group-tag-hierarchy): New functions
14942 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
14943 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
14944 functions.
14945 (speedbar-mouse-set-point): New function
14946 (speedbar-power-click): Updated documentation.
14947 (speedbar-line-token, speedbar-goto-this-file): Handle more types
14948 of tag prefix text.
14949 (speedbar-expand-line, speedbar-contract-line): Make more robust
14950 to strange text.
14951 (speedbar-expand-line): Takes universal argument to flush the
14952 cache.
14953 (speedbar-flush-expand-line): New function.
14954 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
14955 Use new generator insertion method.
14956 (speedbar-fetch-dynamic-tags): New function.
14957 (speedbar-fetch-dynamic-imenu): Removed code now handled in
14958 `speedbar-fetch-dynamic-imenu'.
14959 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
14960 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
14961 "Revert Buffer" menu items.
14962 (speedbar-buffer-buttons-engine): Be smarter when creating a
14963 filename tag (for expansion purposes.).
14964 (speedbar-highlight-one-tag-line,
14965 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
14966 (speedbar-recenter): New functions.
14967 (defimage-speedbar): Image loading abstraction.
14968 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
14969 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
14970 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
14971 (speedbar-tag-type, speedbar-tag-mail): New images.
14972 (speedbar-expand-image-button-alist): New variable.
14973 (speedbar-insert-image-button-maybe): Insert an image over some
14974 buttons.
14975
149762000-05-13 Kenichi Handa <handa@etl.go.jp>
14977
14978 * international/mule-cmds.el (encode-coding-char): An ASCII
14979 character is always encodable.
14980
14981 * international/mule-conf.el: Add more information in descriptions
14982 of character sets.
14983
14984 * international/mule-diag.el (describe-char-after): New function.
14985 (describe-font-internal): Adjusted for the change of font-info.
14986 (describe-font): Likewise.
14987 (print-fontset): Rewritten for the new fontset implementation.
14988 (describe-fontset): Include fontset alias names in completion.
14989 (list-fontsets): Adjusted for the change of print-fontset.
14990
14991 * simple.el (what-cursor-position): If DETAIL is non-nil, call
14992 describe-char-after instead of displaying the detail in the echo
14993 area.
14994 (syntax-code-table): Format changed.
14995 (string-to-syntax): Adjusted for the above change.
14996
149972000-05-12 Stefan Monnier <monnier@cs.yale.edu>
14998
14999 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15000
150012000-05-12 Dave Love <fx@gnu.org>
15002
15003 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15004 dependence. Use line-{beginning,end}-position, not
15005 point-at{b,e}ol. Some doc fixes.
15006 (todo-position): New function. Fix callers of position to use it.
15007 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15008
150092000-05-12 Gerd Moellmann <gerd@gnu.org>
15010
15011 * time.el (display-time-mail-icon): Use `:ascent center'.
15012
15013 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15014 handling FTP security extensions.
15015
150162000-05-11 Dave Love <fx@gnu.org>
15017
15018 * calendar/todo-mode.el: New file.
15019
150202000-05-11 Gerd Moellmann <gerd@gnu.org>
15021
15022 * comint.el (comint-read-input-ring): Move reference to
15023 comint-input-ring-size outside of the save-excursion. It was
15024 causing the default value to be the only one ever seen.
15025
15026 * font-lock.el: Update copyright. Remove Simon Marshall's email
15027 address on request from him.
15028
15029 * subr.el (substitute-key-definition): Add comment describing
15030 the meaning of PREFIX.
15031
150322000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15033
15034 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15035
15036 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15037 (add-minor-mode): Don't make the variable buffer-local and add a
15038 reference to define-minor-mode in the docstring.
15039
15040 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15041 HEADER/FOOTER and fix bug with trailing empty directory.
15042 (cvs-append-to-ignore): Use vc-editable-p if available.
15043 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15044 (vc-do-command): Tweak advice to handle the new VC.
15045
15046 * log-view.el (log-view-goto-rev): New function for the new VC.
15047 (log-view-minor-wrap): Use mark-active.
15048
15049 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15050 (log-edit-changelog-full-paragraphs): New var.
15051 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15052 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15053 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15054 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15055 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15056 Replace the `cvs' prefix with `log-edit'.
15057
15058 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15059
15060 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15061 (diff-font-lock-defaults): Explicitly turn off multiline.
15062 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15063 (diff-ediff-patch): Fix call to ediff-patch-file.
15064 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15065 Handle comments.
15066
15067 * frame.el (automatic-hscrolling): Typo.
15068
15069 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15070
150712000-05-09 Sam Steingold <sds@goems.com>
15072
15073 * apropos.el (apropos-print): use `describe-face' instead of
15074 `customize-face-other-window'.
15075
150762000-05-09 Dave Love <fx@gnu.org>
15077
15078 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15079
15080 * help.el (describe-variable): Have customize button pop the
15081 help-xref stack when invoked.
15082 (help-xref-symbol-regexp): Add `face'.
15083 (help-make-xrefs): Check for quoted face names and adapt regexp
15084 submatch numbers to cope.
15085 (help-xref-interned): Maybe insert face doc too. Separate
15086 sections with a line of hyphens.
15087
15088 * faces.el: Some doc fixes. Declare some functions obsolete.
15089 (describe-face): Add customize button. Return the help
15090 text. Fix prompt.
15091
150922000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15093
15094 * term/internal.el (IT-character-translations): Fix last change.
15095
150962000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15097
15098 * woman.el: New file
15099 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15100
151012000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15102
15103 * term/internal.el (IT-character-translations): Update ASCII
15104 simulations for greek-iso8859-7, add latin-iso8859-14 and
15105 latin-iso8859-15.
15106
15107 * international/mule-cmds.el (set-language-info-alist): Call
15108 define-prefix-command with 3 arguments, to make the map suitable
15109 for a menu.
15110
151112000-05-07 Dave Love <fx@gnu.org>
15112
15113 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15114
151152000-05-05 Dave Love <fx@gnu.org>
15116
15117 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15118 list in doc string. Don't quote keyword symbols.
15119 * emacs-lisp/cl.el: Likewise
15120 * emacs-lisp/cl-seq.el: Likewise
15121
151222000-05-05 Gerd Moellmann <gerd@gnu.org>
15123
15124 * abbrev.el (abbrev-mode): Make ARG optional.
15125
151262000-05-04 Gerd Moellmann <gerd@gnu.org>
15127
15128 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15129
15130 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15131
15132 * subr.el (substitute-key-definition): Clarify documentation.
15133
151342000-05-04 Milan Zamazal <pdm@freesoft.cz>
15135
15136 * glasses.el (glasses-convert-to-unreadable): Use
15137 `glasses-separator' instead of the hard-wired "_".
15138 (glasses-mode): Call `glasses-make-unreadable' only in a single
15139 place.
15140
151412000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15142
15143 * term/internal.el (cjk-codepages-alist): Add associations for
15144 Chinese and Korean codepages. Remove FIXME comment.
15145
151462000-05-03 Dave Love <fx@gnu.org>
15147
15148 * time.el (display-time-mail-face, display-time-use-mail-icon):
15149 New option.
15150 (display-time-mail-icon): New variable.
15151 (display-time-string-forms): Use the above. Fix the local-map.
15152
151532000-05-03 Gerd Moellmann <gerd@gnu.org>
15154
15155 * replace.el (query-replace-map): Add binding for `E'.
15156 (query-replace-help): Extend help text.
15157 (perform-replace): Allow editing the replacement string.
15158
15159 * make-mode.el (makefile-mode-abbrev-table): New variable.
15160 (makefile-mode): Set local abbrev table to
15161 makefile-mode-abbrev-table.
15162 (makefile-font-lock-keywords): Fontify includes and conditionals.
15163
15164 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15165 set TOGGLE's value.
15166
15167 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15168 mail-interactive-insert-alias.
15169 (mail-abbrev-complete-alias): New command.
15170 (mail-mode-map): Bind it to `M-TAB'.
15171
151722000-05-03 Kenichi Handa <handa@etl.go.jp>
15173
15174 * language/lao-util.el (lao-compose-region): New function.
15175
151762000-05-02 Gerd Moellmann <gerd@gnu.org>
15177
15178 * files.el (recover-session): Make directories as necessary
15179 if they don't exist yet.
15180
15181 * calendar/cal-french.el
15182 (french-calendar-multibyte-special-days-array)
15183 (french-calendar-special-days-array): Change French text.
15184 (calendar-french-date-string): Change output.
15185 (calendar-goto-french-date): Likewise.
15186
151872000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15188
15189 * wid-edit.el (widget-default-active): Obey `:always-active'.
15190 (widget-documentation-string-value-create): Set `:always-active'.
15191
151922000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15193
15194 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15195 default prefix to `~/_emacs.d/auto-save.list/_s'.
15196 (normal-top-level): Create the directory for auto-save files, if
15197 it doesn't already exist (in the ms-dos case only).
15198
151992000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15200
15201 * international/mule-cmds.el (set-language-environment): Don't
15202 concat an integer (dos-codepage), use format instead.
15203
152042000-05-02 Dave Love <fx@gnu.org>
15205
15206 * help.el (help-xref-on-pp): Check for constant symbols.
15207
152082000-04-29 Gerd Moellmann <gerd@gnu.org>
15209
15210 * startup.el (normal-top-level): Put a condition-case around
15211 the code loading subdirs.el.
15212
152132000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15214
15215 * ps-print.el: Upside-down and face background color printing,
15216 line number step, doc fix.
15217 (ps-print-version): New version number (5.2).
15218 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15219 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15220 (ps-spool-config): Var fix.
15221 (ps-printer-name-option): Const fix.
15222 (ps-print-upside-down, ps-use-face-background)
15223 (ps-line-number-step): New vars.
15224 (ps-window-system, ps-lp-system): New consts.
15225 (ps-face-background): New fun.
15226
152272000-04-28 Richard Stallman <rms@gnu.org>
15228
15229 * files.el (make-auto-save-file-name):
15230 Apply auto-save-file-name-transforms to visited file name
15231 before generating auto save file name.
15232 (auto-save-file-name-transforms): New variable.
15233
15234 * files.el (backup-enable-predicate):
15235 Correctly test for a file under a temporary directory.
15236
152372000-04-28 Gerd Moellmann <gerd@gnu.org>
15238
15239 * subr.el (add-minor-mode): Rewritten.
15240
152412000-04-28 Kenichi Handa <handa@etl.go.jp>
15242
15243 * mail/sendmail.el (sendmail-send-it): Set
15244 buffer-file-coding-system to the selected coding system for MIME
15245 header.
15246
152472000-04-27 Gerd Moellmann <gerd@gnu.org>
15248
15249 * dired.el (dired-move-to-filename-regexp): Allow format where
15250 YYYY is followed by two spaces.
15251
15252 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15253 in the second character class of the regexp.
15254
15255 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15256 mh-etc, too.
15257
15258 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15259 nil.
15260
15261 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15262
15263 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15264 argument.
15265
152662000-04-27 Sen Nagata <sen@eccosys.com>
15267
15268 * emacs-lisp/crm.el (crm-completion-table): New variable.
15269 (crm-collection-fn, crm-test-completion)
15270 (completing-read-multiple): Use it.
15271
152722000-04-27 Dave Love <fx@gnu.org>
15273
15274 * help.el (locate-library): Use mapc.
15275 (help-manyarg-func-alist): Add call-process-region.
15276
152772000-04-26 Gerd Moellmann <gerd@gnu.org>
15278
15279 * subr.el (add-minor-mode): Make argument MAP optional.
15280
15281 * desktop.el (desktop-save): Save list of minor modes.
15282 (desktop-create-buffer): Restore minor modes.
15283 (desktop-minor-mode-table): New user-option.
15284
15285 * subr.el (add-minor-mode): New function.
15286
15287 * image.el (find-image): New function.
15288 (defimage): Rewritten to find image at load time.
15289
15290 * startup.el (normal-top-level-add-to-load-path): Handle
15291 case that the default directory is not in load-path.
15292
15293 * help.el: Old patch from Stefan Monnier.
15294 (help-xref-on-pp): New function.
15295 (describe-variable): Use it to display xrefs in a symbol's value.
15296
152972000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15298
15299 * cus-edit.el (custom-face): Fix parenthesis.
15300
153012000-04-26 Kenichi Handa <handa@etl.go.jp>
15302
15303 * mail/rmail.el (rmail-expunge): When there are no deleted
15304 messages, do nothing.
15305
153062000-04-26 Dave Love <fx@gnu.org>
15307
15308 * international/mule-cmds.el (locale-translation-file-name):
15309 Defvar to nil.
15310 (set-locale-environment): Set it here (at runtime).
15311
153122000-04-25 Gerd Moellmann <gerd@gnu.org>
15313
15314 * replace.el (perform-replace): Add parameters START and END. Use
15315 them instead of the check for a region in Transient Mark mode.
15316 (query-replace-read-args): Return two more list elements for the
15317 start and end of the region in Transient Mark mode.
15318 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15319 (map-query-replace-regexp, replace-string, replace-regexp): Add
15320 optional last arguments START and END and pass them to
15321 perform-replace.
15322
15323 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15324 form with additional arguments for perform-replace.
15325
15326 * progmodes/etags.el (tags-query-replace): Add parameters START
15327 and END. Construct a form with additional arguments for
15328 perform-replace.
15329
15330 * simple.el (shell-command): Set default directory for "*Shell
15331 Command Output" buffer.
15332
15333 * language/european.el (iso-latin-4): Fix typo.
15334
15335 * emacs-lisp/crm.el: New file.
15336
153372000-04-24 Dave Love <fx@gnu.org>
15338
15339 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15340 (Custom-reset-saved, Custom-reset-standard)
15341 (custom-group-value-create, custom-group-set, custom-group-save)
15342 (custom-group-reset-current, custom-group-reset-saved)
15343 (custom-group-reset-standard): Use mapc.
15344 (custom-buffer-create-internal): Disable undo when creating items.
15345 Use mapc.
15346 (custom-face): Avoid redundant lambda.
15347
153482000-04-24 Gerd Moellmann <gerd@gnu.org>
15349
15350 * startup.el (auto-save-list-file-prefix): Set default to
15351 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15352
153532000-04-24 Sam Steingold <sds@gnu.org>
15354
15355 * time-stamp.el (time-stamp-string-preprocess): Always convert
15356 `field-result' to a string.
15357
153582000-04-24 Gerd Moellmann <gerd@gnu.org>
15359
15360 * frame.el (scrolling): New group.
15361 (automatic-hscrolling): New user-option.
15362
15363 * startup.el (command-line-x-option-alist): Add `-lsp' and
15364 `--line-spacing'.
15365
153662000-04-19 Dave Love <fx@gnu.org>
15367
15368 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15369 (cl-mapc): Rename from mapc. Fix the funcall.
15370
153712000-04-19 Gerd Moellmann <gerd@gnu.org>
15372
15373 * simple.el (clone-indirect-buffer-other-window): New command.
15374 (clone-indirect-buffer): Add optional arg NORECROD.
15375 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15376
15377 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15378
15379 * window.el (count-screen-lines): New function.
15380 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15381 instead of window-buffer-height.
15382
15383 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15384 non-existing variable comint-input-sentinel.
15385 (inferior-lisp-args-to-list): Removed.
15386 (inferior-lisp): Use split-string instead of
15387 inferior-lisp-args-to-list.
15388
15389 * hexl.el (hexl-insert-hex-string): New command.
15390
15391 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15392 instead of concat.
15393
153942000-04-18 Gerd Moellmann <gerd@gnu.org>
15395
15396 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15397 at the start of an existing but empty folder.
15398
153992000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15400
15401 * ps-mule.el: Customization fix, doc fix.
15402 (ps-multibyte-buffer): Customization fix.
15403
154042000-04-17 Richard M. Stallman <rms@gnu.org>
15405
15406 * subr.el (read-passwd): Use read-char-exclusive.
15407
154082000-04-17 Gerd Moellmann <gerd@gnu.org>
15409
15410 * textmodes/texinfo.el (texinfo-insert-@email)
15411 (texinfo-insert-@emph, texinfo-insert-@quotation)
15412 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15413 (texinfo-mode-map): Add key bindings for them.
15414
15415 * files.el (basic-save-buffer-2): Use a template with `$'
15416 instead of `#' for VMS.
15417
15418 * simple.el (clone-indirect-buffer): New function.
15419
154202000-04-16 Stephen Eglen <stephen@gnu.org>
15421
15422 * iswitchb.el (iswitchb-case): New function. If the user input
15423 contains any upper-case characters, the search is made
15424 case-sensitive.
15425
154262000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15427
15428 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15429 comment-end.
15430 (texinfo-font-lock-syntactic-keywords): New var.
15431 (texinfo-font-lock-keywords): Remove comment regexp.
15432 (texinfo-insert-block): New function.
15433 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15434 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15435 and font-lock-defaults. Use regexp-opt for outline-regexp.
15436 (texinfo-environments): New var.
15437 (texinfo-environment-regexp): Use regexp-opt and
15438 texinfo-environments.
15439
15440 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15441 ispell-process is bound since this might be eval'd before ispell
15442 is loaded.
15443 (ispell-message): Use a tiny bit less magic and a bit more hard
15444 data to figure out what kind of sc-cite-regexp to use.
15445
15446 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15447
15448 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15449 (insert-cyclic-diary-entry): Unquote the lambda.
15450
15451 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15452
15453 * files.el (backup-enable-predicate): Unquote the lambda.
15454
15455 * cus-edit.el (custom-face, face): Unquote the lambda.
15456
154572000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15458
15459 * ps-print.el: Check for line-beginning-position definition.
15460
15461 * ps-print.el: Fix counting lines in a region.
15462 (ps-print-version): New version number (5.1.5).
15463 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15464 (ps-printing-region): Fun code fix.
15465
154662000-04-15 Gerd Moellmann <gerd@gnu.org>
15467
15468 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15469 to file-directory-p.
15470
154712000-04-14 Gerd Moellmann <gerd@gnu.org>
15472
15473 * gud.el (gud-jdb-build-source-files-list): Check that directory
15474 exists before calling directory-files.
15475
154762000-04-13 Dave Love <fx@gnu.org>
15477
15478 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15479 syntax.
15480
15481 * emacs-lisp/cl-specs.el: Remove when, unless.
15482
15483 * emacs-lisp/cl-extra.el: Don't quote keywords.
15484 (cl-old-mapc): New variable.
15485 (mapc): Use it.
15486 (cl-map-intervals): Use with-current-buffer. Don't check for
15487 next-property-change.
15488 (cl-map-overlays): Use with-current-buffer.
15489 (cl-expt): Remove.
15490 (copy-tree, remprop): Define unconditionally.
15491
15492 * emacs-lisp/cl-compat.el (keywordp): Remove.
15493
15494 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15495 to use keywordp.
15496 (edebug-spec): Enable keywordp.
15497
15498 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15499 string-lessp.
15500
15501 * cus-start.el: Use keywordp.
15502
155032000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15504
15505 * diary-lib.el (include-other-diary-files): Fix the fix of
15506 2000-02-18 by doing a save-excursion.
15507
155082000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15509
15510 * ps-print.el: Customization fix, doc fix.
15511 (ps-print-version): New version number (5.1.4).
15512 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15513 (ps-print-preprint): Adjust code.
15514 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15515 (ps-print-prologue-header, ps-print-control-characters)
15516 (ps-spool-config): Customization fix.
15517
155182000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15519
15520 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15521 converted to the new menu-item format, names silightly changed,
15522 help strings added.
15523
15524 Support for spelling without async subprocesses:
15525
15526 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15527 (ispell-session-buffer): New variables.
15528 (ispell-start-process, ispell-process-status,
15529 ispell-accept-output, ispell-send-string): New functions, for
15530 Ispell invocation when async subprocesses aren't supported.
15531 (ispell-word, ispell-pdict-save, ispell-command-loop,
15532 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15533 to process-send-string with calls to ispell-send-string, and
15534 accept-process-output with ispell-accept-output.
15535 (ispell-init-process): Call ispell-process-status instead of
15536 process-status with.
15537 (ispell-init-process): Call ispell-start-process. Call
15538 ispell-accept-output and ispell-send-string. Don't call
15539 process-kill-without-query and kill-process if they are unbound.
15540 (ispell-async-processp): New function.
15541
155422000-04-12 Dave Love <fx@gnu.org>
15543
15544 * info.el: Add debug-ignored-errors.
15545 (Info-mode-menu): Add some items.
15546 (Info-directory): Add autoload cookie.
15547
15548 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15549 Modify `truncate-lines'. Make `describe-language-environment'
15550 always visible and add help. Modify `describe-key' help. Invoke
15551 Info-directory from `info'. New entry `emacs-manual'.
15552
155532000-04-10 Gerd Moellmann <gerd@gnu.org>
15554
b291c86c
SM
15555 * progmodes/ebrowse.el (ebrowse-tree-mode):
15556 Use propertized-buffer-identification.
a30eb617
DL
15557 (ebrowse-update-member-buffer-mode-line): Likewise.
15558 (ebrowse--mode-strings): Removed.
15559 (ebrowse--mode-line-props): Removed.
15560
15561 * files.el (auto-mode-alist): Add `EBROWSE'.
15562
15563 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15564 space before testing for end of buffer.
15565 (ebrowse-load): Removed.
15566 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15567 (ebrowse-create-tree-buffer): Rewritten.
15568 (ebrowse-tree-mode): Read tree from buffer.
15569
15570 * progmodes/ebrowse-ffh.el: Removed.
15571
155722000-04-10 Kenichi Handa <handa@etl.go.jp>
15573
15574 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15575
155762000-04-10 Gerd Moellmann <gerd@gnu.org>
15577
15578 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15579 at the wrong place.
15580
155812000-04-09 Dave Love <fx@gnu.org>
15582
b291c86c
SM
15583 * files.el (backup-enable-predicate):
15584 Use temporary-file-directory, small-temporary-file-directory.
15585 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15586 (make-backup-file-name-1): New function.
15587 (make-backup-file-name): Use it.
b291c86c 15588 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15589 (file-newest-backup): Use make-backup-file-name.
15590
155912000-04-09 Gerd Moellmann <gerd@gnu.org>
15592
15593 * progmodes/ebrowse-ffh.el: New file.
15594
86f6474c
SM
15595 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15596 Moved to ebrowse-ffh.el.
a30eb617
DL
15597 (ebrowse-load): Add autoload.
15598
15599 * finder.el (finder-commentary): Add autoload cookie.
15600
15601 * mail/rfc2368.el: Correct author's email address.
15602
15603 * progmodes/ebrowse.el: New file.
15604
15605 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15606 item help string.
15607 (easy-menu-do-add-item): Ditto.
15608 (easy-menu-define): Extend doc string.
15609
86f6474c 15610 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15611 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15612 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15613 with-buffer-unmodified.
15614
156152000-04-08 Dave Love <fx@gnu.org>
15616
15617 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15618 unless, when.
15619
156202000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15621
15622 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15623 (viper-flash-search-pattern): No operation when using Emacs
15624 doesn't support face.
15625 Use `viper-put-on-search-overlay'.
15626
156272000-04-04 Gerd Moellmann <gerd@gnu.org>
15628
15629 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15630 like C-r.
15631
15632 * progmodes/make-mode.el: Some doc fixes.
15633 (makefile-mode-abbrev-table): New variable.
15634 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15635 (makefile-font-lock-keywords): Fontify includes and conditionals.
15636 (toplevel): Require `dabbrev' and `add-log' when compiling.
15637
15638 * replace.el (perform-replace): Don't move forward one char
15639 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15640 to do that because it leaves point 1 position after the last
15641 replacement, after everything has been replaced.
15642
15643 * jit-lock.el (with-buffer-unmodified): New macro.
15644 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15645 modified state.
15646 (jit-lock-function-1): Extracted from jit-lock-function; not
15647 preserving buffer's modified state.
86f6474c
SM
15648 (jit-lock-function, jit-lock-stealth-fontify):
15649 Call jit-lock-function-1.
a30eb617
DL
15650
15651 * mail/rfc2368.el: Remove supernumerary copyright line.
15652
156532000-04-04 Milan Zamazal <pdm@freesoft.cz>
15654
15655 * glasses.el: Provide facilities for inserting space before left
15656 parentheses and uncapitalization of identifiers.
15657 (glasses-mode): Try to remove old overlays in all cases.
15658
156592000-04-03 Gerd Moellmann <gerd@gnu.org>
15660
15661 * progmodes/compile.el (compile-internal): Display the compilation
15662 buffer in a different frame, if it's already displayed there.
15663
15664 * mail/rfc2368.el: New file.
15665
15666 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15667 header and insert its value as mail body.
15668
15669 * subr.el (member-ignore-case): New function.
15670
15671 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15672 (dabbrev--find-expansion): Ignore buffers matching a regexp
15673 from dabbrev-ignored-regexps.
15674
15675 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15676 to extensions handled by gzip.
15677
156782000-04-03 Richard M. Stallman <rms@gnu.org>
15679
15680 * files.el (insert-directory): List the total free space
15681 along with the used space.
15682
15683 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15684 line is followed by one that matches CITATION-REGEXP, end the
15685 paragraph.
15686
156872000-04-03 Markus Rost <rost@delysid.gnu.org>
15688
15689 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15690 (rmail-make-basic-summary-line): Use that option.
15691
156922000-04-03 Kenichi Handa <handa@etl.go.jp>
15693
15694 * international/mule-cmds.el (encoded-string-description):
15695 Rewritten. Try pretty description for ISO 2022 escape sequences
15696 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15697 for hexadecimal format.
15698
156992000-04-01 Dave Love <fx@gnu.org>
15700
15701 * cpp.el: Change customization group to `c' from `C'.
15702
15703 * vcursor.el (vcursor-move): Use display-color-p.
15704
15705 * international/mule-util.el: Provide mule-utils.
15706 (string-to-sequence): Simplify and speed up.
15707
15708 * international/mule.el (make-coding-system): Purecopy doc-string.
15709
15710 * international/mule-cmds.el: Various menu changes.
15711 (describe-specified-language-support): Handle `Default'.
15712 (set-language-info): Purecopy `info'.
15713
157142000-03-31 Andrew Innes <andrewi@gnu.org>
15715
15716 * vc.el (vc-backend-diff): Return the correct status if we had to
15717 retry the rcsdiff command without the --brief option.
15718
157192000-03-31 Dave Love <fx@gnu.org>
15720
15721 * help.el (help-manyarg-func-alist): Correct several omissions.
15722
15723 * add-log.el: Don't require cl, fortran.
15724 (add-log-current-defun-function): Doc fix.
86f6474c 15725 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15726 (change-log-version-rcs): Function deleted.
86f6474c
SM
15727 (change-log-version-number-search): Doc fix.
15728 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15729 (add-change-log-entry): Just call add-log-current-defun to get
15730 defun. Simplify somewhat.
15731 (change-log-get-method-definition-1): Likewise.
15732 (add-log-current-defun): Return nil if calling
15733 add-log-current-defun-function does so. Move Fortran stuff to
15734 fortran.el. Return string without properties.
15735
15736 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15737 and :alpha: char classes.
15738
15739 * mail/supercite.el: Defvar curline when compiling.
15740 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15741 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15742 rather than a-zA-Z0-9 to allow non-ASCII characters.
15743
157442000-03-31 Gerd Moellmann <gerd@gnu.org>
15745
15746 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15747
15748 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15749 Re-enable new code.
15750
15751 * lpr.el (print-region-1): Use -d to specify printer name for
15752 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15753
157542000-03-31 Dave Love <fx@gnu.org>
15755
86f6474c
SM
15756 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15757 Look for function definition in symbol's function value slot first
a30eb617
DL
15758 instead of first consulting byte-compile-function-environment.
15759
157602000-03-31 Kenichi Handa <handa@etl.go.jp>
15761
15762 * language/european.el ("Polish"): New language environment.
15763 (setup-polish-environment): New function.
15764
157652000-03-30 Gerd Moellmann <gerd@gnu.org>
15766
15767 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15768 Disable new code.
15769
15770 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15771 trying to `load' the symbol of an autoload instead of the file
15772 recorded in the autoload. Fix error messages.
15773
157742000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15775
15776 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15777 (ps-print-version): New version number (5.1.3).
15778 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15779 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15780 (ps-generate-postscript-with-faces): Code fix.
15781 (ps-color-values): XEmacs compatibility.
15782 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15783 (ps-default-fg, ps-default-bg): Adjust customization.
15784 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15785 (ps-color-scale): Renaming old ps-color-value fun.
15786 (ps-print-headers): Replace ps-print-header group to avoid conflict
15787 with ps-print-header variable.
15788 (ps-print-miscellany): New group.
15789 (ps-format-color, ps-rgb-color): New funs.
15790 (ps-default-foreground): New var.
15791 (ps-printer-name-option): New const.
15792
157932000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15794
15795 * net/net-utils.el:
15796 (network-connection-host, network-connection-service): New variables
15797 (network-connection-mode): New mode, derived from comint-mode
15798 (network-connection-mode-setup): New function, saves host and
15799 service information in local variables.
15800
15801 * lisp/locate.el:
15802 (locate-word-at-point): Added this function
15803 (locate): Default to using locate-word-at-point as input
15804 Run dired-mode-hook
15805
158062000-03-29 Dave Love <fx@gnu.org>
15807
15808 * calendar/appt.el: Doc fixes.
15809 (appt-check): Convert min-to-app to a string before passing to
15810 appt-disp-window-function or concat.
15811 (appt-delete-window): Remove test for frame-root-window.
15812 (appt-select-lowest-window, appt-convert-time): Simplify.
15813
15814 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15815 (byte-compile-file-form-autoload):
15816 Update byte-compile-function-environment.
a30eb617
DL
15817
158182000-03-29 Andreas Schwab <schwab@suse.de>
15819
86f6474c 15820 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15821
15822 * dired.el (dired-insert-directory): If dired-free-space-program
15823 failed just delete its output.
15824
158252000-03-29 Dave Love <fx@gnu.org>
15826
15827 * international/iso-cvt.el: Move provide to end. Doc fixes.
15828 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15829 (iso-iso2sgml, iso-sgml2iso): New functions.
15830 (iso-cvt-define-menu): Fix some entries and use backquote for
15831 clarity.
15832
15833 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15834
158352000-03-28 Gerd Moellmann <gerd@gnu.org>
15836
15837 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15838 ISO-DATE. If non-nil, return date in ISO 8601 format.
15839
158402000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15841
15842 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15843 if it ever becomes used.
15844 (log-edit-mode-hook): Default to vc-log-mode-hook.
15845 (log-edit-mode): Fix the docstring.
15846
15847 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15848 the code.
15849
158502000-03-26 Dave Love <fx@gnu.org>
15851
15852 * net/browse-url.el (browse-url): Re-fix case of
15853 browse-url-browser-function being an alist.
15854 (browse-url): Add :link to defgroup.
15855
15856 * files.el: Doc fixes.
15857 (file-truename): Include `[' in wildcard characters.
15858 (automount-dir-prefix): Customize.
15859 (find-file-wildcards): Add :version.
15860 (find-file-noselect): Simplify a mapcar call.
15861
15862 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
15863 compatible with inf-lisp version.
15864 (eval-defun-1): Fix custom-declare-variable case.
15865
158662000-03-25 Stefan Monnier <monnier@cs.yale.edu>
15867
15868 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
15869
158702000-03-24 Gerd Moellmann <gerd@gnu.org>
15871
15872 * Makefile (COMPILE_FIRST): New macro.
15873 (compile-files): Compile files from COMPILE_FIRST first.
15874
86f6474c 15875 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
15876
15877 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
15878 matching open parenthesis in column 0 to defun-prompt-regexp
15879 only if open-paren-in-column-0-is-defun-start is set.
15880
15881 * sun-curs.el: Require CL at compile-time only.
15882
15883 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
15884 instead of copy-list which is a function from CL.
15885 (msb--choose-menu, msb--mode-menu-cond)
15886 (msb--create-buffer-menu-2): Use dolist instead of mapc.
15887 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
15888 (msb--aggregate-alist): Use mapcar instead of mapcan.
15889 Fix `(' in column 0 in doc string.
a30eb617
DL
15890 (msb--add-separators): Use mapcar instead of mapcan.
15891
15892 * cus-dep.el: Require CL at compile-time only.
15893
158942000-03-24 Stefan Monnier <monnier@cs.yale.edu>
15895
15896 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
15897 (byte-compile-warnings): New warning `noruntime'.
15898 (byte-compile-constants, byte-compile-variables): Fix docstring.
15899 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
15900 execute `eval-whenc-compile's body.
15901 (byte-compile-unresolved-functions): Fix docstring.
15902 (byte-compile-eval): New function.
15903 (byte-compile-callargs-warn): Check if the function will be available
15904 at runtime (via property `byte-compile-noruntime').
15905 (byte-compile-print-syms): New function.
15906 (byte-compile-warn-about-unresolved-functions): Also warn about
15907 `noruntime' functions (and use `byte-compile-print-syms').
15908 (byte-compile-file): Capitalize the message.
15909
159102000-03-24 Gerd Moellmann <gerd@gnu.org>
15911
15912 * mail/rmail.el (rmail-confirm-expunge): New user-option.
15913 (rmail-expunge): Ask for confirmation depending on the setting
15914 of rmail-confirm-expunge.
15915
159162000-03-23 Gerd Moellmann <gerd@gnu.org>
15917
15918 * Makefile (bootstrap-clean): If $(emacs) exists, build
15919 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 15920 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
15921
159222000-03-23 Dave Love <fx@gnu.org>
15923
15924 * net/browse-url.el: Restore previous use of
15925 browse-url-maybe-new-window.
15926
159272000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15928
15929 * ps-print.el: Skip banner page fix.
15930 (ps-print-version): New version number (5.1.2).
15931 (ps-begin-file, ps-end-file, ps-generate): Code fix.
15932
159332000-03-23 Dave Pearson <davep@davep.org>
15934
15935 * net/quickurl.el Changed the type of parameter passed to the
15936 function defined by `quickurl-format-function'. Before only the
15937 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
15938 and the function is responsible for extracting the parts it requires.
15939 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
15940 (quickurl-insert): Changed the `funcall' of
15941 `quickurl-format-function' to match the above change.
15942 (quickurl-list-insert): Changed the `url' case so that it makes
15943 use of `quickurl-format-function', previous to this the format was
15944 hard wired.
15945
159462000-03-22 Gerd Moellmann <gerd@gnu.org>
15947
15948 * startup.el: Change some spellings for the X Window System.
15949
159502000-03-22 Stefan Monnier <monnier@cs.yale.edu>
15951
86f6474c
SM
15952 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
15953 Clean up the code and the regexp and make sure the cursor is
15954 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
15955
159562000-03-22 Jason Rumney <jasonr@gnu.org>
15957
15958 * w32-fns.el (w32-charset-info-alist): Initialize.
15959
159602000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15961
15962 * ps-print.el: N-up last page fix.
15963 (ps-print-version): New version number (5.1.1).
15964 (ps-end-file, ps-end-job, ps-generate): Code fix.
15965
159662000-03-21 Stefan Monnier <monnier@cs.yale.edu>
15967
15968 * files.el (find-file-run-dired): Update docstring.
15969 (find-directory-functions): New hook.
15970 (find-file-noselect): Run find-directory-functions rather than
15971 calling dired directly.
15972
15973 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
15974
15975 * pcvs.el: Add a minimal leading commentary.
15976 (cvs-make-cvs-buffer): Change the header part by removing the startup
15977 message and adding a `Module' entry. Also replace the FOOTER and
15978 HEADER special fileinfos with the new support in ewoc for updating
15979 its own footer and header.
15980 (cvs-update-header): Update to use the header/footer of the ewoc.
15981 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
15982 (cvs-is-within-p): New function.
15983 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
15984 to only examine some subset of the buffers.
15985
15986 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
15987 `format' instead of our own ad-hoc functions.
15988 Remove HEADER and FOOTER cases, now handled in the EWOC.
15989 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
15990
15991 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
15992 output to avoid scaring the user.
15993 (cvs-parse-table): Catch message for non-up-to-date commits.
15994
15995 * pcvs-defs.el (cvs-startup-message): Remove.
15996 (cvs-global-menu): New autoloaded menu.
15997
15998 * pcvs-util.el (cvs-string-fill): Remove.
15999
16000 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16001 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16002 PP part of it and also make it work for footers and headers.
16003 (ewoc-create): Drop POS and BUFFER arguments.
16004 Use the DLL's dummy node to store the end-of-footer position.
16005 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16006 (ewoc-refresh): Remove unused `header' variable.
16007 (ewoc-(get|set)-hf): New functions.
16008
16009 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16010 log-view-*-(message|file) and use easy-mmode-define-navigation.
16011 (log-view-message-re): Match SCCS format as well.
16012 And match the revision line rather than the dashed separator line.
16013 (log-view-mode): Use the new define-derived-mode.
16014 (log-view-current-tag): Fill in with an actual implementation.
16015
16016 * cvs-status.el (cvs-status-(prev|next)): Rename from
16017 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16018 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16019 to let the output "breathe" a little more (more readable).
16020 (cvs-status-mode): Use the new define-derived-mode.
16021
16022 * smerge-mode.el (smerge-auto-leave): New function and variable.
16023 (smerge-basic-map): Rename from smerge-basic-keymap.
16024 Change the bindings for smerge-diff-*.
16025 (smerge-*-map): Use easy-mmode-defmap.
16026 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16027 (smerge-keep-*): Use smerge-auto-leave.
16028
160292000-03-21 Jason Rumney <jasonr@gnu.org>
16030
16031 * cus-edit.el (custom-button-face): Use 3D look for w32.
16032 (custom-button-pressed-face): Likewise.
16033
160342000-03-21 Gerd Moellmann <gerd@gnu.org>
16035
16036 * progmodes/etags.el (tags-case-fold-search): New user-option.
16037 (tags-loop-eval): New function. Bind case-fold-search around eval
16038 depending on the value of tags-case-fold-search.
16039 (tags-loop-continue): Use tags-loop-eval.
16040 (find-tag-in-order): Bind case-fold-search depending on the value
16041 of tags-case-fold-search.
16042
160432000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16044
86f6474c 16045 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16046 (diff-end-of-hunk): Return the end position for use in
16047 `easy-mmode-define-navigation'.
16048 (diff-recenter): Remove.
16049 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16050 of `easy-mmode-define-navigation'.
16051 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16052 previous renaming) and fix to use new names.
16053 (diff-merge-strings): Use \n as separator: simpler, faster.
16054 (diff-mode): Use `define-derived-mode'.
16055
16056 * derived.el (define-derived-mode): Don't autoload anymore.
16057 Prefer the macro-only version provided by easy-mmode.el.
16058
16059 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16060 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16061 (easy-mmode-define-navigation): New macro.
16062
16063 * subr.el (combine-run-hooks): New function.
16064
160652000-03-21 Kenichi HANDA <handa@etl.go.jp>
16066
16067 * term/x-win.el: Fontsets related initialization is simplified.
16068
16069 * international/mule-diag.el (describe-font): Don't refer to
16070 global-fontset-alist, instead call font-list.
16071 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16072 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16073
86f6474c
SM
16074 * international/fontset.el (x-charset-registries): Variable removed,
16075 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16076 (register-alternate-fontnames): Function removed.
16077 (resolved-ascii-font): Variable removed.
16078 (x-compose-font-name): Ignore the second argument REDOCE.
16079 (x-complement-fontset-spec): Complement only an ASCII font and
16080 element for those charsets than can use that ASCII font.
16081 (generate-fontset-menu): Don't refer to global-fontset-alist,
16082 instead call fontset-list.
16083 (uninstantiated-fontset-alist): Variable removed.
16084 (x-style-funcs-alist): Likewise.
16085 (fontset-default-styles): Likewise.
16086 (x-modify-font-name): Function removed.
86f6474c 16087 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16088 (create-fontset-from-ascii-font): Docsting adjusted for the above
16089 change.
16090 (instantiate-fontset, resolve-fontset-name): Functions removed.
16091 (fontset-list): Now implemented by C code.
16092
16093 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16094 (describe-face): Include `font' attribute in the description.
16095
160962000-03-21 Kenichi Handa <handa@etl.go.jp>
16097
16098 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16099
161002000-03-20 Gerd Moellmann <gerd@gnu.org>
16101
16102 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16103 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16104 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16105
16106 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16107 about behavior of set-buffer-modified-p wrt redisplay.
16108
161092000-03-19 Richard M. Stallman <rms@gnu.org>
16110
16111 * view.el (view-mode-disable): Kill local binding of view-read-only.
16112
161132000-03-18 Gerd Moellmann <gerd@gnu.org>
16114
86f6474c 16115 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16116 is a string, convert it to a syntax cell using string-to-syntax.
16117
16118 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16119 (string-to-syntax): New function.
16120
16121 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16122 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16123 try to use passive ftp mode.
16124
161252000-03-17 Gerd Moellmann <gerd@gnu.org>
16126
16127 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16128
16129 * simple.el (append-to-buffer): Update point of windows after
16130 insertion.
16131
16132 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16133 forward then moving backward. Reindent.
16134
16135 * frame.el (other-frame): Call x-focus-frame only if
16136 focus-follows-mouse is off.
16137
161382000-03-17 Dave Love <fx@gnu.org>
16139
86f6474c 16140 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16141
161422000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16143
16144 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16145 regexp for labels cannot span several lines.
16146
16147 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16148 `(setq :<key> ':<key>)' to the macro expansion.
16149
161502000-03-16 Dave Love <fx@gnu.org>
16151
16152 * progmodes/f90.el (f90): Put custom group under `languages', not
16153 `fortran'.
16154 (f90-mode-hook): Customize.
16155 (f90-mode): Set add-log-current-defun-function.
16156 (f90-current-defun): New function.
16157
161582000-03-16 Gerd Moellmann <gerd@gnu.org>
16159
16160 * cus-edit.el (custom-variable-tag-face): Handle case that
16161 default face's height is not a number.
16162 (custom-face-tag-face, custom-group-tag-face-1)
16163 (custom-group-tag-face): Ditto.
16164 (custom-group-tag-face-1): Add :group.
16165
16166 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16167
161682000-03-15 Gerd Moellmann <gerd@gnu.org>
16169
16170 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16171 requiring easymenu.
16172
161732000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16174
16175 * ps-print.el: PostScript user-defined prologue, PostScript error
16176 handler, doc fix.
16177 (ps-print-version): New version number (5.1).
16178 (ps-user-defined-prologue, ps-error-handler-message)
16179 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16180 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16181 (ps-insert-string): New function.
16182
161832000-03-15 Kenichi Handa <handa@etl.go.jp>
16184
16185 * international/ccl.el (ccl-compile-expression): Don't generate
16186 invalid self-assignment code.
16187
161882000-03-14 Dave Love <fx@gnu.org>
16189
16190 * subr.el (replace-regexp-in-string): Renamed from
16191 replace-regexps-in-string. Doc fix.
16192
161932000-03-12 Dave Love <fx@gnu.org>
16194
16195 * cus-edit.el: Doc fixes.
86f6474c 16196 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16197 (custom-variable-tag-face, custom-face-tag-face)
16198 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16199 style which user identify as hyperlink.
16200 (hook): Don't add undefined functions to the hook.
16201 (debug-ignored-errors): Transfer message from bindings.el.
16202
162032000-03-12 Gerd Moellmann <gerd@gnu.org>
16204
86f6474c
SM
16205 * recentf.el (recentf-keep-non-readable-files-p):
16206 Remove double/nested definition.
a30eb617
DL
16207
162082000-03-12 Dave Love <fx@gnu.org>
16209
16210 * facemenu.el (facemenu-get-face): Use display-color-p.
16211 * enriched.el (enriched-decode-foreground): Likewise.
16212 (enriched-decode-background): Likewise.
16213 * isearch.el (isearch-highlight): Likewise.
16214 * info-look.el (info-lookup): Likewise.
16215 * simple.el (completion-setup-function): Likewise.
16216
16217 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16218 :options.
16219
16220 * bindings.el (mode-line-format): Fix line-number and
16221 column-number items. Add help-echo for the background.
16222 (mode-line-mule-info): Modify help-echo.
16223
16224 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16225
16226 * files.el (load-file): Allow completion to .elc.
16227
16228 * man.el: Doc fixes.
16229 (Man-init-defvars): Use display-color-p to set fontification.
16230
16231 * play/hanoi.el (hanoi-internal): Don't use oddp.
16232
162332000-03-12 Gerd Moellmann <gerd@gnu.org>
16234
16235 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16236
16237 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16238
162392000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16240
16241 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16242 Fix comment.
16243
162442000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16245
16246 * font-lock.el (font-lock-keywords): Fix the doc now that
16247 regexp-opt-depth is unnecessary.
16248 (save-buffer-state): Set an edebug spec.
16249 (font-lock-fontify-anchored-keywords): Properly handle the case when
16250 the matcher goes past the limit.
16251
16252 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16253 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16254
16255 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16256 dll.el and cookie.el (from Elib) with heavy renaming and other
16257 massaging.
16258
16259 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16260 Autoload the functions used.
16261 (easy-mmode-define-syntax): Fix CL typo.
16262 (easy-mmode-define-derived-mode): Improve the docstring generation.
16263
162642000-03-10 Gerd Moellmann <gerd@gnu.org>
16265
16266 * textmodes/texinfo.el (texinfo-version): Variable and function
16267 removed.
16268
162692000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16270
16271 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16272 allow more flexibility.
ff39b9a1 16273 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16274 (easy-mmode-defmap, easy-mmode-defsyntax)
16275 (easy-mmode-define-derived-mode): New macros.
16276
162772000-03-09 Didier Verna <didier@xemacs.org>
16278
16279 * rect.el (replace-rectangle): New function.
16280
162812000-03-09 Dave Love <fx@gnu.org>
16282
ff39b9a1 16283 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16284 (fortran-comment-line-start-skip): Don't match cpp stuff.
16285 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16286 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16287 (fortran-mode): Don't set fortran-comment-line-start-skip,
16288 fortran-comment-line-start here. Set comment-start,
16289 add-log-current-defun.
16290 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16291 (fortran-current-defun): New function.
16292
162932000-03-09 Gerd Moellmann <gerd@gnu.org>
16294
16295 * emacs-lisp/re-builder.el: New file.
16296
16297 * mouse.el (mouse-drag-region): Don't run up-event handler
16298 if hscroll has changed.
16299
16300 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16301 builtin operators, use `font-lock-builtin-face' for Emacs and
16302 `font-lock-preprocessor-face' otherwise.
16303
16304 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16305 `(defun (setf foo)' differently.
16306
163072000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16308
16309 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16310 (regexp-opt): Update comment and adapt the code the new meaning of
16311 the `paren' argument of regex-opt-group for shy-groups.
16312 (regexp-opt-depth): Handle shy groups as well as backslashed
16313 backslashes.
16314 (regexp-opt-group): Turn the leading comment into a docstring.
16315 Allow `paren' to be a string (the string to use to open a group).
16316 Remove open-presuf and close-presuf. Instead of checking for `all
16317 one-char' and then later on check for `several one-char', handle
16318 both cases close together. Also apply a more generic algorithm
16319 for suffixes (the mirror image of the algorithm used for
16320 prefixes). Use shy-groups. Use nreverse rather than reverse.
16321 (regexp-opt-try-suffix): Removed.
16322
16323 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16324 from comint-mode-map, so we can just inherit from it. Also, move
16325 the initialization into the `defvar' since there's no docstring
16326 anyway and it's fairly short.
16327 (inferior-scheme-mode): Define it as derived-mode: the code is
16328 shorter and this way we inherit from comint-mode-map rather than
16329 copying it.
16330
16331 * subr.el (replace-regexps-in-string): Properly handle the case
16332 where we match an empty string.
16333
16334 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16335 when the command has a directory component (such as "./testml").
16336 Also fix a typo in the comment.
16337
163382000-03-08 Gerd Moellmann <gerd@gnu.org>
16339
16340 * Makefile (compile-files): Compile files one by one because
16341 that's the only way to ensure a clean compilation environment for
16342 each individual file.
16343
16344 * frame.el (other-frame): Call x-focus-frame.
16345
163462000-03-07 Dave Love <fx@gnu.org>
16347
16348 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16349 :require to defcustom.
16350
ff39b9a1 16351 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16352
16353 * files.el (auto-mode-alist): Add configure.in.
16354
16355 * progmodes/autoconf.el: New file.
16356
163572000-03-07 Gerd Moellmann <gerd@gnu.org>
16358
16359 * mail/mh-e.el: Change maintainer to `none'.
16360
16361 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16362 to remove-hook and add-hook.
16363
163642000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16365
16366 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16367 it as the default.
16368 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16369 (sendmail-send-it): Conditionally add MIME headers specifying the
16370 used character set.
16371
163722000-03-07 Dave Love <fx@gnu.org>
16373
ff39b9a1
SM
16374 * winner.el: Fix keywords, autoload cookies.
16375 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16376
163772000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16378
16379 * international/mule.el: Modify comment about coding system
16380 property `coding-category'.
16381 (make-coding-system): New argument EOL-TYPE. Pay attention to
16382 coding-category property of PROPERTIES.
16383
ff39b9a1
SM
16384 * international/mule-conf.el (coding-category-utf-8)
16385 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16386 categories. Include them in the argument for set-coding-priority.
16387
ff39b9a1
SM
16388 * international/mule-cmds.el (reset-language-environment):
16389 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16390 coding-category-utf-16-le in the argument for set-coding-priority.
16391 (reset-language-environment): Initialize coding-category-utf-8,
16392 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16393
163942000-03-06 Karl Fogel <kfogel@red-bean.com>
16395
16396 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16397 code abstracted out of `bookmark-jump-noselect'. Now tries info
16398 extensions as well as compression extensions.
16399 (bookmark-jump-noselect): Use above new func.
16400
164012000-03-03 Gerd Moellmann <gerd@gnu.org>
16402
16403 * strokes.el: Change maintainer's mail address.
16404
164052000-03-03 Kenichi Handa <handa@etl.go.jp>
16406
16407 * international/mule-diag.el (list-character-sets): Make help-echo
16408 string by substitute-command-keys.
16409 (list-character-sets): Likewise.
16410 (sort-listed-character-sets): Call help-setup-xref.
16411
164122000-03-02 Gerd Moellmann <gerd@gnu.org>
16413
ff39b9a1 16414 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16415
164162000-03-01 Dave Love <fx@gnu.org>
16417
16418 * help.el (help-xref-go-back): Don't try to set position.
16419
ff39b9a1
SM
16420 * international/mule-diag.el (list-character-sets):
16421 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16422 (list-character-sets-1): Add help-echo to xrefs.
16423
164242000-03-02 Gerd Moellmann <gerd@gnu.org>
16425
16426 * frame.el (blink-cursor-mode): Switch cursor on when turning
16427 the mode off.
16428
16429 * add-log.el (add-log-current-defun): Add support for
16430 Autoconf mode.
16431
16432 * mail/rmail.el (rmail-quit-hook): New variable.
16433
164342000-03-01 Dave Love <fx@gnu.org>
16435
16436 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16437
16438 * help.el (help-xref-button): Add help-echo arg.
16439 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16440
ff39b9a1 16441 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16442
ff39b9a1 16443 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16444
164452000-03-01 Gerd Moellmann <gerd@gnu.org>
16446
16447 * image.el (defimage): Look for image files in load-path.
16448
ff39b9a1 16449 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16450
164512000-03-01 David Ponce <david.ponce@wanadoo.fr>
16452
ff39b9a1 16453 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16454
164552000-03-01 David Ponce <david.ponce@wanadoo.fr>
16456
ff39b9a1 16457 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16458 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16459 action to select/unselect a file.
16460 (recentf-edit-list): Code cleanup and improvement.
16461 (recentf-open-more-files-action): `recentf-open-more-files' button
16462 widget action to open a file.
ff39b9a1 16463 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16464 (recentf-more-collection): Deleted.
16465 (recentf-more-history): Deleted.
16466 (recentf-setup-more-completion): Deleted.
16467
164682000-03-01 David Ponce <david.ponce@wanadoo.fr>
16469
16470 * recentf.el (recentf-mode): No more needs that Emacs is running
16471 under a window-system.
16472
ff39b9a1 164732000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16474
16475 * recentf.el (recentf-edit-list): New command to edit the recent
16476 list which allow the user to remove files.
16477 (recentf-edit-selected-items): New global variable, used by
16478 `recentf-edit-list' to hold the list of files to be removed from
16479 the recent list.
16480 (recentf-make-menu-items): Updated to display a "Edit list..."
16481 menu item. Minor code cleanup.
16482
ff39b9a1 164832000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16484
16485 * recentf.el (recentf-open-more-files): New command to open files
16486 that are not displayed in the menu.
16487 (recentf-more-collection): New global variable holding the set of
16488 permissible completions used by `recentf-open-more-files'.
16489 (recentf-more-history): New global variable holding the history list
16490 used by `recentf-open-more-files' completion.
16491 (recentf-setup-more-completion): New function to setup completion for
16492 `recentf-open-more-files'.
16493 (recentf-make-menu-items): Updated to display a "More..." menu item.
16494
ff39b9a1 164952000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16496
16497 * recentf.el (recentf-menu-action): Doc fixed.
16498
ff39b9a1 164992000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16500
16501 * recentf.el (recentf-menu-filter): Doc updated.
16502 (recentf-update-menu-hook): Allow menu filters to force menu update.
16503 (recentf-make-menu-items): New menu filter handling.
16504 (recentf-make-menu-item): New helper function.
16505 (recentf-menu-elements): New menu handling function.
16506 (recentf-sort-ascending): Updated to new menu filter handling.
16507 (recentf-sort-descending): Updated to new menu filter handling.
16508 (recentf-sort-basenames-ascending): New menu filter function.
16509 (recentf-sort-basenames-descending): New menu filter function.
16510 (recentf-show-basenames): New menu filter function.
16511 (recentf-show-basenames-ascending): New menu filter function.
16512 (recentf-show-basenames-descending): New menu filter function.
16513
165142000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16515
16516 * diary-lib.el (list-diary-entries): Don't try to go forward at
16517 the end of the buffer.
16518
165192000-02-29 Kenichi Handa <handa@etl.go.jp>
16520
ff39b9a1
SM
16521 * international/mule-diag.el (list-character-sets):
16522 Completely rewritten.
a30eb617
DL
16523 (sort-listed-character-sets): New function.
16524 (list-character-sets-1): Completely rewritten.
16525 (list-character-sets-2): New function.
16526 (non-iso-charset-alist): New variable.
16527 (decode-codepage-char): New function.
16528 (charset-history): New variable.
16529 (read-charset) (list-block-of-chars)
16530 (list-iso-charset-chars)
16531 (list-non-iso-charset-chars)
16532 (list-charset-chars): New functions.
86f6474c 16533 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16534 (dump-charsets): Likewise.
16535
165362000-02-29 Gerd Moellmann <gerd@gnu.org>
16537
16538 * dired-x.el (dired-filename-at-point): Add `@' to valid
16539 file name characters.
16540 (dired-filename-at-point): Handle ange-ftp file names.
16541
16542 * frame.el (frame-notice-user-settings): Use assq-delete-all
16543 instead of assoc-delete-all.
16544 (frame-notice-user-settings): Ditto.
16545
16546 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16547 Don't copy alist.
16548
165492000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16550
16551 * calculator.el (calculator-use-menu): New option.
86f6474c 16552 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16553 (calculator-forced-input): Removed.
16554 (calculator-restart-other-mode): New variable.
16555 (calculator-mode-map): Set up menu.
16556
165572000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16558
86f6474c 16559 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16560
165612000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16562
86f6474c 16563 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16564 translate all ESC key sequences.
86f6474c 16565 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16566 they were saved.
86f6474c
SM
16567 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16568 * viper-util.el (viper-set-replace-overlay-glyphs)
16569 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16570 overlay is live.
86f6474c
SM
16571 * viper.el (viper-vi-state-mode-list): Add major modes.
16572 * ediff-wind.el: Minor comment changes.
16573 * ediff.el: Copyright notice date fix.
a30eb617
DL
16574
165752000-02-27 Jason Rumney <jasonr@gnu.org>
16576
16577 * faces.el (face-font-family-alternatives): Add arial to helv.
16578 (mode-line, header-line, tool-bar): Same default as x for w32.
16579 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16580 face-font-family-alternatives from working.
16581 * term/w32-win.el (mouse-set-font): Do not build fontset from
16582 chosen font.
16583
165842000-02-25 Sam Steingold <sds@goems.com>
16585
16586 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16587 properly.
16588
165892000-02-25 Richard M. Stallman <rms@gnu.org>
16590
16591 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16592
165932000-02-25 Gerd Moellmann <gerd@gnu.org>
16594
86f6474c 16595 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16596
16597 * frame.el (busy-cursor-delay-seconds): New option.
16598
165992000-02-24 Gerd Moellmann <gerd@gnu.org>
16600
16601 * frame.el (show-cursor-in-non-selected-windows): New option.
16602
166032000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16604
16605 * diary-lib.el (include-other-diary-files): Undo the selective
16606 display in any included file and don't kill it.
16607
166082000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16609
86f6474c
SM
16610 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16611 Menu items converted to (menu-item format, help strings added.
a30eb617 16612 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16613 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16614 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16615
166162000-02-23 Dave Love <fx@gnu.org>
16617
16618 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16619 (backward-kill-word): Revert addition of * to interactive spec --
16620 it's a feature.
16621
16622 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16623 (backward-kill-sentence, kill-sentence): Likewise.
16624
16625 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16626 scratch buffer name.
86f6474c 16627 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16628
16629 * term/w32-win.el (internal-face-interactive): Update prompt for
16630 new read-face-name.
16631
16632 * mail/footnote.el (footnote): Add :version to defgroup.
16633 (footnote-section-tag-regexp): Customize.
16634 (footnote-start-tag, footnote-end-tag): New option.
16635 (footnote-latin-regexp): New variable.
16636 (Footnote-latin): New function.
16637 (footnote-style-alist): Add element for latin style.
16638 (footnote-style): Moved.
16639 (Footnote-goto-footnote): Use eq to test arg.
16640
16641 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16642
16643 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16644 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16645 (byte-optimize-quote, byte-optimize-lapcode):
16646 Use byte-compile-const-symbol-p.
a30eb617
DL
16647 (byte-optimize-char-before): New optimization.
16648
16649 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16650 (byte-compile-const-symbol-p): New function.
16651 (byte-compile-constp, byte-compile-out-toplevel)
16652 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16653 Use it.
16654
16655 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16656
166572000-02-23 Kenichi Handa <handa@etl.go.jp>
16658
16659 * international/encoded-kb.el: Be sure to update minor-mode-alist
16660 and minor-mode-map-alist.
16661 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16662 codes SS2 and SS3 correctly.
16663 (encoded-kbd-self-insert-ccl): New function.
16664 (encoded-kbd-setup-keymap): New function.
16665 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16666 by calling encoded-kbd-setup-keymap.
16667
86f6474c
SM
16668 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16669 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16670
166712000-02-22 Dave Love <fx@gnu.org>
16672
16673 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16674 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16675 (lisp-mode-syntax-table): Set up for #|...|# comments.
16676 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16677 classes. Match `defface'.
16678 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16679 (eval-defun-1): Fix for defcustom.
16680 (lisp-indent-region): Doc fix.
16681
16682 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16683 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16684 (replace-regexps-in-string): New function.
16685
166862000-02-22 Gerd Moellmann <gerd@gnu.org>
16687
16688 * help.el (describe-variable): Set syntax table to
16689 emacs-lisp-mode-syntax-table when moving forward over the
16690 symbol's name.
16691
166922000-02-22 Dave Love <fx@gnu.org>
16693
16694 * xt-mouse.el: Doc fixes.
16695 (xterm-mouse-position-function): New function, replacing advice of
16696 mouse-position.
16697 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16698
16699 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16700
167012000-02-21 Gerd Moellmann <gerd@gnu.org>
16702
86f6474c
SM
16703 * format.el (format-annotate-single-property-change):
16704 Handle properties.with dotted-list values.
a30eb617
DL
16705 (format-proper-list-p): New function.
16706
16707 * enriched.el (enriched-face-ans): Handle '(foreground-color
16708 . COLOR) and (background-color . COLOR).
16709
167102000-02-20 Dave Love <fx@gnu.org>
16711
16712 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16713 and assignments to it.
16714 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16715 current local map.
16716 (make-flyspell-overlay): Use it.
16717 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16718
16719 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16720 (lm-get-header-re): Defun, not defsubst.
16721 (lm-get-package-name): Defun, not defsubst. Simplify.
16722 (lm-version): Doc fix. Simplify.
16723 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16724 (lm-crack-address, lm-last-modified-date, lm-commentary)
16725 (lm-verify, lm-synopsis): Simplify.
16726 (lm-report-bug): Require emacsbug. Use compose-mail.
16727
167282000-02-20 Gerd Moellmann <gerd@gnu.org>
16729
16730 * dired.el (dired-mode): Call propertized-buffer-identification
16731 to set mode-line-buffer-identification to something having
16732 the right text properties.
16733
16734 * bindings.el (propertized-buffer-identification): New function.
16735
167362000-02-20 Dave Love <fx@gnu.org>
16737
16738 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16739 check for t-mouse too.
16740
16741 * cus-start.el: Make echo-keystrokes `number'.
16742
167432000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16744
16745 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16746 Don't call ring-empty-p unless tags-location-ring is bound.
16747 From Noah Friedman <friedman@splode.com>.
16748
167492000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16750
16751 * progmodes/hideshow.el (hs-flag-region): No longer use
16752 `intangible' overlay property.
16753
16754 (hs-toggle-hiding): New command.
16755 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16756
16757 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16758 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16759 and deactivation.
16760
167612000-02-18 Gerd Moellmann <gerd@gnu.org>
16762
16763 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16764
167652000-02-17 Gerd Moellmann <gerd@gnu.org>
16766
16767 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16768
16769 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16770 of `*' to handle `(* ... *)' comments.
16771
167722000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16773
16774 * faces.el (list-faces-display): Use display-mouse-p instead of
16775 window-system.
16776
16777 * menu-bar.el (global-map): Menu-bar items converted to the new
16778 format (menu-item..., rearranged for better CUA compliance, and
16779 their names changed for better clarity. Help strings added.
16780
16781 * international/mule-cmds.el (mule-menu-keymap)
16782 (describe-language-environment-map, set-coding-system-map)
16783 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16784 form, add help strings. Change names of menu items for better clarity.
16785 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16786
167872000-02-17 Gerd Moellmann <gerd@gnu.org>
16788
16789 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16790 within the code.
16791
167922000-02-16 Dave Love <fx@gnu.org>
16793
16794 * faces.el: Don't require custom. Add more specific :groups to
16795 various deffaces.
16796 (set-face-attribute): Purecopy args.
16797 (read-face-name): Default to name at point and use it in prompt.
16798 Remove colon from arg in all callers.
16799 (list-faces-display): Hyperlink to face descriptions and customize
16800 buffers.
16801
168022000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16803
86f6474c 16804 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16805
168062000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16807
16808 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16809 at ':' characters by call to split-string.
16810
168112000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16812
16813 * textmodes/bibtex.el: Added RCS version identification.
16814
168152000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16816
16817 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16818 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16819 (bibtex-field-const): Allow capital letters.
16820 (bibtex-start-of-string): Deleted because unused.
16821
16822 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16823 use the term 'reference' to describe a bibtex entry as a whole.
16824 Further, reference keys are no longer called 'labels'.
16825 (bibtex-keys): Renamed to bibtex-reference-keys.
16826 (bibtex-reformat-previous-labels): Renamed to
16827 bibtex-reformat-previous-reference-keys.
16828 (bibtex-reference-type): Renamed to bibtex-entry-type.
16829 (bibtex-reference-head): Renamed to bibtex-entry-head.
16830 (bibtex-reference-maybe-empty-head): Renamed to
16831 bibtex-entry-maybe-empty-head.
16832 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16833 (bibtex-search-reference): Renamed to bibtex-search-entry.
16834 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16835 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16836 (bibtex-entry-field-alist, bibtex-entry-head)
16837 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16838 (bibtex-map-entries, bibtex-search-entry)
16839 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16840 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16841 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16842 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16843 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16844 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16845 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16846
168472000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16848
16849 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16850 comment.
16851 (bibtex-format-field-delimiters): New function, functionality
16852 extracted from bibtex-format-entry.
16853 (bibtex-autokey-get-yearfield-digits): New function, functionality
16854 extracted from bibtex-autokey-get-yearfield.
16855
16856 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16857 entries in order to avoid stack overflow in the regexp matcher if
16858 field contents become large.
86f6474c
SM
16859 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16860 (bibtex-field-string-part-not-braced)
16861 (bibtex-field-string-part-no-inner-braces)
16862 (bibtex-field-string-part-1-inner-brace)
16863 (bibtex-field-string-part-2-inner-braces)
16864 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
16865 (bibtex-field-string-quoted, bibtex-field-string)
16866 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
16867 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
16868 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
16869 Deleted as parsing is now performed by the following functions.
16870 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
16871 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
16872 (bibtex-parse-field-string, bibtex-search-forward-field-string)
16873 (bibtex-parse-association, bibtex-field-name-for-parsing)
16874 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
16875 (bibtex-search-forward-field, bibtex-search-backward-field)
16876 (bibtex-start-of-field, bibtex-end-of-field)
16877 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
16878 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16879 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
16880 (bibtex-parse-string, bibtex-search-forward-string)
16881 (bibtex-search-backward-string, bibtex-start-of-string)
16882 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
16883 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
16884 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
16885 entries. Instead of reporting the results of the parsing by
16886 match-beginning or match-end, these functions return data structures
16887 that hold the corresponding positions.
16888 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
16889 return values rather than by match-beginning or match-end.
16890 The following functions have been adapted to use the new
16891 parsing functions.
16892 (bibtex-skip-to-valid-entry, bibtex-search-reference)
16893 (bibtex-enclosing-field, bibtex-format-entry)
16894 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
16895 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
16896 (bibtex-print-help-message, bibtex-end-of-entry)
16897 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
16898 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16899 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
16900 Use the new method for parsing.
16901 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
16902 (bibtex-map-entries, bibtex-flash-head)
16903 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
16904 (bibtex-autokey-change, bibtex-autokey-get-namefield)
16905 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
16906 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16907 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
16908 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
16909 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
16910 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
16911
169122000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16913
16914 * textmodes/bibtex.el: Copyright notice is up to date.
16915 Added constant 'bibtex-maintainer-salutation.
16916
86f6474c 16917 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
16918 than make-temp-name, use match-string-no-properties and eliminate
16919 a quadratic behavior when building bibtex-strings.
16920
16921 * bibtex.el (bibtex-reference-key): Accept string entries whose
16922 reference key contains upper case letters.
16923
169242000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16925
16926 * bibtex.el (bibtex-reference-head): Allow entries to start with
16927 a new line.
16928
169292000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16930
16931 * bibtex.el: Hiding of entry bodies is not longer provided by
16932 bibtex.el directly. Instead the hideshow package can be used.
16933 Added a special bibtex entry to hs-special-modes-alist.
16934 (bibtex-hs-forward-sexp): Added for hideshow.el.
16935
169362000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16937
16938 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
16939 proceedings entry type (for cross referencing). Thanks to Wagner
16940 Toledo Correa for the suggestion.
16941
16942 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
16943
169442000-02-14 Kenichi Handa <handa@etl.go.jp>
16945
16946 * international/characters.el: Setup case table for Vietnamese.
16947
169482000-02-12 Gerd Moellmann <gerd@gnu.org>
16949
16950 * uniquify.el (toplevel): Require CL at compile time.
16951 (uniquify-push): Removed.
16952
16953 * shadowfile.el (shadow-when): Removed.
16954
16955 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 16956 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
16957
16958 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
16959 regexp for paragraph-start.
16960
16961 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
16962 commas as well.
16963
169642000-02-10 Dave Love <fx@gnu.org>
16965
16966 * wid-edit.el: (widgets) [defgroup]: Remove url link.
16967 (widget-color-choice-list, widget-color-history, widget-mouse-help):
16968 Deleted.
16969 (widget-specify-field, widget-specify-button): Don't use
16970 widget-mouse-help as help-echo property.
16971 (default): Use #'ignore for :validate and :mouse-down-action.
16972 (checkbox): Add help-echo.
16973 (widget-sexp-validate): Rewritten to clarify error messages.
16974 (character): Use char-valid-p in :match function.
16975 (widget-color-complete): Use facemenu-color-alist.
16976 (widget-color-action): Use facemenu-read-color.
16977
16978 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
16979 set up `caar' &c that we now have.
16980
169812000-02-09 Ray Blaak <blaak@gnu.org>
16982
16983 * delphi.el: Make resourcestring a declaration region, like const
16984 and var.
16985
169862000-02-09 Dave Love <fx@gnu.org>
16987
16988 * bindings.el (mode-line-input-method-map): New variable.
16989 (mode-line-mule-info): Use it; fix last change.
16990 (mode-line-mode-menu): Move definition.
16991 (mode-line-mouse-sensitive-p): Deleted.
16992 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 16993 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
16994
16995 * startup.el (command-line-1): Don't call
16996 make-mode-line-mouse-sensitive.
16997
169982000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16999
86f6474c
SM
17000 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17001 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17002
170032000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17004
17005 * diff-mode.el (diff-kill-junk): New interactive function.
17006 (diff-reverse-direction): Use delete-and-extract-region.
17007 (diff-post-command-hook): Restrict the area so that the hook also works
17008 outside of any diff hunk. This is necessary for the minor-mode.
17009 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17010 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17011
17012 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17013 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17014 so that it can be used more easily in <foo>-mode-hook. Also make sure
17015 to avoid duplicate entries.
17016 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17017 (font-lock-remove-keywords): Just as was done for `add', allow it to
17018 work even if font-lock-mode is nil. Also make sure we don't modify
17019 any pre-existing list by forcing a copy-sequence. Finally rename
17020 `major-mode' to `mode'.
17021 (font-lock-fontify-syntactic-anchored-keywords)
17022 (font-lock-fontify-anchored-keywords)
17023 (font-lock-fontify-keywords-region): Use line-end-position.
17024 Don't make `font-lock-multiline' local (it's now done in
17025 font-lock-set-defaults).
86f6474c
SM
17026 (font-lock-set-defaults): Make `font-lock-multiline' local.
17027 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17028
170292000-02-06 Andrew Innes <andrewi@gnu.org>
17030
17031 * term/w32-win.el (x-handle-args): Comment out call to message,
17032 which occurs before window system is initialized.
17033
17034 * makefile.nt: Add support for recompiling lisp code.
17035
170362000-02-04 Dave Love <fx@gnu.org>
17037
17038 * bindings.el (mode-line-mule-info): Fix/extend last change.
17039
17040 * completion.el: Replace completion-dolist with dolist.
17041
86f6474c 17042 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17043
170442000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17045
86f6474c 17046 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17047 environment names before they go into the section regexp.
17048
86f6474c 17049 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17050 char class in regexp.
17051
86f6474c
SM
17052 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17053 Bind `case-fold-search' to nil.
a30eb617 17054
86f6474c
SM
17055 * progmodes/idlwave.el (idlwave-template):
17056 Respect `idlwave-abbrev-change-case'.
17057 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17058 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17059 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17060 (idlwave-rw-case): New function.
17061 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17062 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17063 (idlwave-surround): New argument LENGTH to support padding of
17064 operators longer than 1 char.
17065
17066 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17067 idlwave-shell-expression-overlay. Implemented printing of
17068 expressions on higher levels of the calling stack.
86f6474c 17069 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17070 (idlwave-retrieve-expression-from-level): New function.
17071 (idlwave-shell-last-calling-stack): Variable removed.
17072 (idlwave-shell-reset): Argument action reversed (`visible' to
17073 `hidden'). Also remove stop-line overlay.
17074 (idlwave-shell-calling-stack-routine): New variable.
17075 (idlwave-shell-parse-stack-and-display): Messages now display
17076 negative level numbers.
17077 (idlwave-shell-mode): Set `modeline-format'.
17078 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17079 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17080 (idlwave-shell-print-expression-function): New option.
17081
86f6474c
SM
17082 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17083 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17084 `tool-bar' instead of `toolbar'.
17085
170862000-02-02 Dave Love <fx@gnu.org>
17087
17088 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17089 emacs-lisp-mode-hook. Don't check for defalias being defined.
17090
17091 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17092 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17093 Use the new builtins directly.
a30eb617
DL
17094
17095 * whitespace.el (whitespace): Add :version to defgroup.
17096
17097 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17098 Doc fix.
17099
17100 * thingatpt.el (sexp-at-point, symbol-at-point)
17101 (number-at-point, list-at-point): Add autoload cookie.
17102
17103 * recentf.el (recentf): Add :version to defgroup.
17104
17105 * quickurl.el (quickurl): Add :version to defgroup.
17106
17107 * elide-head.el (elide-head): Use point-marker more.
17108
17109 * bs.el (bs): Add :version to defgroup.
17110
17111 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17112
17113 * progmodes/delphi.el (delphi): Add :version to defgroup.
17114
171152000-02-02 Gerd Moellmann <gerd@gnu.org>
17116
17117 * ange-ftp.el (ange-ftp-write-region): Handle case that
17118 succeeding process operation sets a different coding system.
17119
17120 * calculator.el: New file.
17121
171222000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17123
86f6474c 17124 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17125 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17126 (display-selections-p, display-screens, display-pixel-width)
17127 (display-pixel-height, display-mm-width, display-mm-height)
17128 (display-backing-store, display-save-under, display-planes)
17129 (display-color-cells, display-visual-class): New functions.
17130
17131 * term/tty-colors.el (tty-color-gray-shades): New function.
17132
17133 * faces.el (display-color-p): Use framep-on-display.
17134 (display-grayscale-p): New function.
17135
171362000-01-31 Dave Love <fx@gnu.org>
17137
17138 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17139 (create-fontset-from-x-resource): Don't concat integers.
17140
171412000-01-31 Inge Frick <inge@nada.kth.se>
17142
17143 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17144 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17145 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17146 window is not deleted. Modifies change 1998-04-26.
17147
171482000-01-31 Gerd Moellmann <gerd@gnu.org>
17149
17150 * windmove.el: New file.
17151
17152 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17153 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17154 progmodes/ebnf-yac.el: Update copyright and license info.
17155
86f6474c
SM
17156 * jit-lock.el (jit-lock-function): Widen before calculating
17157 end position.
a30eb617
DL
17158 (jit-lock-stealth-chunk-start): Rewritten.
17159
17160 * info.el (Info-title-face-alist): Removed.
86f6474c 17161 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17162 (Info-fontify-node): Use these faces.
17163
171642000-01-30 Gerd Moellmann <gerd@gnu.org>
17165
17166 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17167 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17168 `&allow-other-keywords'.
17169
17170 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17171 the list of directories scanned heuristically.
17172
86f6474c 17173 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17174
171752000-01-30 Jason Rumney <jasonr@gnu.org>
17176
17177 * w32-fns.el: Define w32-tty-standard-colors.
17178
17179 * startup.el (command-line): Use w32-tty-standard-colors when in
17180 w32 console mode.
17181
171822000-01-30 Dave Love <fx@gnu.org>
17183
17184 * jka-compr.el (jka-compr-load): Fix up load-history.
17185
17186 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17187
17188 * emacs-lisp/cl-macs.el: Revert previous change.
17189
171902000-01-29 Dave Love <fx@gnu.org>
17191
17192 * facemenu.el: Purecopy various strings.
17193
17194 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17195 years. Deal with three-digit years.
17196
86f6474c
SM
17197 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17198 Use defconst, purecopy.
a30eb617
DL
17199 (help-back-label): Purecopy it.
17200
172012000-01-18 Gerd Moellmann <gerd@gnu.org>
17202
17203 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17204 variable. If non-nil, order the buffer list according to the
17205 currently selected frame.
17206 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17207 non-nil, pass the selected frame to function buffer-list.
17208
172092000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17210
17211 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17212
172132000-01-28 Dave Love <fx@gnu.org>
17214
17215 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17216
17217 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17218 Don't use lisp-indent-hook property.
17219 (cl-abs): Remove.
17220
17221 * subr.el: Move out indent and edebug specs for when and unless.
17222
17223 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17224 when, unless.
17225
17226 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17227 unless, when.
17228
172292000-01-28 Gerd Moellmann <gerd@gnu.org>
17230
17231 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17232 `collecting' as synonym for `collect'.
17233
17234 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17235 for the case it contains spaces.
17236
86f6474c 17237 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17238
17239 * frame.el (delete-other-frames): New function.
17240 (toplevel): Bind it to C-x 5 1.
17241
17242 * sort.el (sort-numeric-base): New option.
17243 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17244 interpret it as octal or hexadecimal. Use sort-numeric-base
17245 as default base.
17246
17247 * progmodes/glasses.el: New file.
17248
172492000-01-27 Gerd Moellmann <gerd@gnu.org>
17250
17251 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17252 userids differently.
17253
17254 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17255 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17256 progmodes/ebnf-yac.el: New files.
17257
172582000-01-26 Dave Love <fx@gnu.org>
17259
17260 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17261 on a function with an empty body. [From Eric Ludlam.]
17262
172632000-01-25 Andre Spiegel <spiegel@gnu.org>
17264
17265 * vc.el (vc-version-diff): Make sure file name is expanded.
17266
172672000-01-25 Gerd Moellmann <gerd@gnu.org>
17268
17269 * scroll-bar.el (scroll-bar-timer): Variable removed.
17270 (scroll-bar-toolkit-scroll): Don't use a timer.
17271
172722000-01-25 Kenichi Handa <handa@etl.go.jp>
17273
86f6474c
SM
17274 * language/thai-util.el (thai-composition-function):
17275 Delete superfluous `a'.
a30eb617
DL
17276
172772000-01-24 Dave Love <fx@gnu.org>
17278
17279 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17280 end-of-defun-function.
17281
86f6474c 17282 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17283
172842000-01-22 Jason Rumney <jasonr@gnu.org>
17285
17286 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17287 conflicts with new face support.
17288
172892000-01-22 Richard M. Stallman <rms@gnu.org>
17290
17291 * replace.el (query-replace): Rename last arg to DELIMITED.
17292 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17293 (query-replace-regexp): Likewise.
17294
172952000-01-20 Richard M. Stallman <rms@gnu.org>
17296
17297 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17298
17299 * emacs-lisp/lisp.el (beginning-of-defun-function):
17300 Variable renamed from beginning-of-defun.
17301 Do not call make-variable-buffer-local.
17302 (beginning-of-defun-raw): Use new variable name; doc fix.
17303 (beginning-of-defun): Doc fix.
17304 (end-of-defun-function): Variable renamed from end-of-defun.
17305 Do not call make-variable-buffer-local.
17306 (end-of-defun): Use new variable name; doc fix.
17307
17308 * subr.el (dolist, dotimes): Copied from cl-macs.el
17309 and made to work.
17310
17311 * mail/undigest.el (rmail-digest-end-regexps):
17312 Variable replaces rmail-digest-end-regexp.
17313 Allows multiple regexps for detecting the end line.
17314 (undigestify-rmail-message): Corresponding changes.
17315
173162000-01-19 Dave Love <fx@gnu.org>
17317
17318 * files.el (user-init-file): Don't declare here -- is primitive.
17319
17320 * startup.el (command-line): Check for compiled user-init-file and
17321 set to uncompiled version if necessary.
17322
173232000-01-18 Gerd Moellmann <gerd@gnu.org>
17324
17325 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17326 (undigestify-rmail-message): Use it.
17327
17328 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17329
173302000-01-17 Gerd Moellmann <gerd@gnu.org>
17331
17332 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17333 of mini-buffer.
17334
173352000-01-14 Gerd Moellmann <gerd@gnu.org>
17336
17337 * emacs-lisp/copyright.el (copyright-update): Removed the
17338 requirement for a trailing space from `copyright-regexp', to
17339 support copyrights with owner specified on a separate line..
17340
17341 * align.el: New file.
17342
17343 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17344
17345 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17346
173472000-01-13 Dave Love <fx@gnu.org>
17348
17349 * ph.el: Removed. (Obsoleted by EUDC.)
17350
173512000-01-13 Gerd Moellmann <gerd@gnu.org>
17352
17353 * net/eudc.el (toplevel): Remove autoloaded code installing
17354 menu with easymenu, because that causes build problems.
17355
17356 * frame.el (frame-notice-user-settings): New variable.
17357 (frame-notice-user-settings): Don't modify frame parameters
17358 if called a second time.
17359
173602000-01-13 Richard M. Stallman <rms@gnu.org>
17361
17362 * frame.el (frame-notice-user-settings):
17363 Notice default-frame-parameters even for non-window frames.
17364
173652000-01-13 Gerd Moellmann <gerd@gnu.org>
17366
17367 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17368 for Emacs.
17369 (eudc-bob-can-display-inline-images): Extend for Emacs.
17370 (eudc-bob-toggle-inline-display): Ditto.
17371 (eudc-bob-display-jpeg): Ditto.
17372
173732000-01-12 Gerd Moellmann <gerd@gnu.org>
17374
17375 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17376 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17377 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17378
86f6474c
SM
17379 * add-log.el (add-change-log-entry): Fix error trying an
17380 `(insert nil)'.
a30eb617
DL
17381
17382 * subdirs.el: Add `net' directory.
17383
17384 * net: New directory.
17385
17386 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17387 eval-last-sexp. Don't bind debug-on-error here.
17388 (eval-last-sexp): New function. Bind debug-on-error if
17389 eval-expression-debug-on-error is non-nil.
17390 (eval-defun-2, eval-defun): Likewise.
17391
17392 * simple.el (eval-expression): Don't bind debug-on-error if
17393 eval-expression-debug-on-error is nil. Detect changed
17394 debug-on-error, and propagate new value to global binding, if
17395 eval-expression-debug-on-error is non-nil,
17396 (eval-expression-debug-on-error): Change doc string.
17397
173982000-01-11 Richard M. Stallman <rms@gnu.org>
17399
17400 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17401
17402 * emacs-lisp/lisp-mode.el (with-syntax-table):
17403 Set up lisp-indent-function property.
17404
17405 * subr.el (with-syntax-table): Moved from simple.el.
17406
17407 * simple.el (with-syntax-table): Moved to subr.el.
17408
174092000-01-11 Gerd Moellmann <gerd@gnu.org>
17410
17411 * tmm.el (tmm-shortcut): Delete region after prompt instead
17412 of erasing buffer.
17413
17414 * textmodes/fill.el (fill-common-string-prefix): New function.
17415 (fill-context-prefix): Use the longest common prefix of first
17416 and second line fill prefix, if there is one.
17417
174182000-01-11 Richard M. Stallman <rms@gnu.org>
17419
17420 * array.el (array-mode): Don't use make-variable-buffer-local.
17421 Use make-local-variable for `truncate-lines'.
17422
174232000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17424
17425 * add-log.el (add-log-current-defun): Handle user-defined
17426 add-log-current-function returning nil,
17427
17428 * add-log.el (add-change-log-entry): Insert version number
17429 if having found a current function
17430
86f6474c
SM
17431 * add-log.el (add-log-current-defun):
17432 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17433 level 1. Strip whitespace from defun found.
17434
174352000-01-10 John Wiegley <johnw@gnu.org>
17436
17437 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17438 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17439
174402000-01-10 Dave Love <fx@gnu.org>
17441
17442 * elide-head.el (elide-head): Use point-marker, not point.
17443
174442000-01-10 Gerd Moellmann <gerd@gnu.org>
17445
17446 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17447 before and after the year 2000.
17448
17449 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17450 Add ispell- prefix.
17451
174522000-01-10 Ken Stevens <k.stevens@ieee.org>
17453
17454 * ispell.el: Only define dictionaries in menus when they exist.
17455 (version18p): New variable.
17456 (version20p): New variable.
17457 (xemacsp): New variable.
17458 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17459 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17460 (ispell-dictionary-alist6): Russian command lines no longer accept
17461 run-together words.
17462 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17463 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17464 (check-ispell-version): Added documentation string. Return library
17465 path when called non-interactively.
a30eb617
DL
17466 (ispell-menu-map-needed): Uses new variables.
17467 (ispell-library-path): New variable.
17468 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17469 (ispell-word): Improved documentation string. Test for valid
17470 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17471 result in single words split into multiple words.
17472 Return replacement word.
a30eb617
DL
17473 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17474 replace in recursive query replace mode. Help message for
17475 recursive edit mode.
17476 (ispell-show-choices): Protect against bad framepop bindings.
17477 (ispell-help): Fix to work with XEmacs.
17478 (ispell-highlight-spelling-error): Use new variables.
17479 (ispell-overlay-window): Fix to work with XEmacs.
17480 (ispell-parse-output): Passed and returns location information
17481 tracking spelling corrections. Doesn't recheck same word on
17482 current line.
17483 (ispell-init-process): Protect against bogus XEmacs variable binding.
17484 Fix call to single argument in sleep-for. Use new variables.
17485 (ispell-region): Passed and returns location information tracking
17486 spelling corrections. Doesn't check same word on current line.
17487 Improved documentation string. Doesn't resend a line already
17488 checked to the ispell process - fixes bug in LaTeX parsing.
17489 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17490 (ispell-skip-region): No longer skips <TT> in SGML.
17491 (ispell-process-line): Tracks location information with spelling
17492 corrections. Added documentation string. Accounts for words
17493 already accepted on this line. Don't allow query-replace on line
17494 starting with math characters. Doesn't resend a line already sent
17495 to ispell process. Fixes alignment error bug.
17496
174972000-01-10 Richard M. Stallman <rms@gnu.org>
17498
17499 * dired-x.el (dired-guess-shell-alist-default):
17500 Suggest xloadimage, which is free, not xv, which isn't.
17501
17502 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17503 Don't ever include the host name or user name in the value.
17504
175052000-01-09 Gerd Moellmann <gerd@gnu.org>
17506
17507 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17508 of a real newline.
17509
175102000-01-09 Stephen Eglen <stephen@gnu.org>
17511
17512 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17513 for .png files.
17514
175152000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17516
17517 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17518
175192000-01-09 Gerd Moellmann <gerd@gnu.org>
17520
17521 * progmodes/cperl-mode.el: Replace ^F with ^L.
17522
86f6474c
SM
17523 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17524 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17525
175262000-01-08 Dave Love <fx@gnu.org>
17527
17528 * emacs-lisp/backquote.el: Remove inappropriate customization
17529 (allowing custom.el to use backquote).
17530
175312000-01-07 Dave Love <fx@gnu.org>
17532
17533 * add-log.el (add-log-debugging): Deleted.
17534 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17535 file. Remove debugging code.
17536 (change-log-get-method-definition, change-log-name): Add doc.
17537 (change-log-sortable-date-at): New function.
17538 (change-log-merge): New command.
17539
17540 * time.el (display-time-string-forms): Make the Mail string active.
17541 (display-time-update): Provide help-echo for load average.
17542
17543 * bindings.el (make-mode-line-mouse2-map): New function.
17544 (mode-line-modified): Use it and simplify.
17545 (mode-line-mule-info): Provide help-echo info.
17546 (minor-mode-alist): Activate the strings.
17547 (make-mode-line-mouse-sensitive): Simplify for
17548 mode-line-buffer-identification.
17549
175502000-01-07 Gerd Moellmann <gerd@gnu.org>
17551
17552 * play/pong.el: New file.
17553
175542000-01-06 Dave Love <fx@gnu.org>
17555
17556 * array.el: Assorted cleanups for compiler warnings, doc strings,
17557 `array-' prefix for symbols.
17558
175592000-01-05 Dave Love <fx@gnu.org>
17560
86f6474c
SM
17561 * textmodes/outline.el (outline-mode-menu-bar-map):
17562 Add outline-headers-as-kill.
a30eb617
DL
17563 (outline-mode): Define imenu-generic-expression.
17564 (outline-headers-as-kill): New command.
17565
17566 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17567 from paragraph-start.
17568 (paragraph-indent-minor-mode): New command.
17569
17570 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17571 M-C-e, M-C-h, C-j, C-xnd, TAB.
17572 (fortran-mode): Set beginning-of-defun, end-of-defun.
17573 (fortran-column-ruler): Simplify.
17574 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17575 (fortran-with-subprogram-narrowing): Likewise.
17576 (fortran-indent-subprogram): Call mark-defun.
17577 (fortran-check-for-matching-do): Change narrowing.
17578
17579 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17580 (cl-lucid-hash-tag): Delete.
17581 (cl-hash-table-p): Correct test for native table.
17582 (cl-hash-table-count): Use hash-table-count.
17583
17584 * browse-url.el (browse-url): Fix case of
17585 browse-url-browser-function being an alist.
17586
175872000-01-05 Carsten Dominik <cd@gnu.org>
17588
17589 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17590 (reftex-index-phrase-file-extension): New options.
17591
17592 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17593 Use new option `reftex-index-phrase-file-extension'.
17594
17595 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17596 `reftex-parse-file-extension'.
17597
175982000-01-05 Dave Love <fx@gnu.org>
17599
17600 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17601 (beginning-of-defun-raw): Use it.
17602 (end-of-defun): New variable.
17603 (end-of-defun): Use it.
17604 (check-parens): New command.
17605
176062000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17607
17608 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17609 (hs-show-block): Don't use `mapcar' when not accumulating.
17610
17611 Fix buglet in local variables initialization.
17612
176132000-01-05 Andreas Schwab <schwab@suse.de>
17614
17615 * hscroll.el (hscroll): Doc fix.
17616
176172000-01-05 Carsten Dominik <cd@gnu.org>
17618
86f6474c
SM
17619 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17620 Require idlw-toolbar.
a30eb617 17621
86f6474c 17622 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17623 file idlw-rinfo.el.
86f6474c
SM
17624 (idlwave-customize): Load must read file idlw-shell.el.
17625 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17626
176272000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17628
17629 * progmodes/idlw-shell.el: Also provide idlwave-shell
17630 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17631 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17632
86f6474c 17633 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17634 both reftex-dcr and reftex-vcr.
17635
17636 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17637
176382000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17639
17640 * ps-print.el: PostScript code now is in separate files, doc fix.
17641 (ps-print-version): New version number (5.0.3).
17642 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17643 local.
17644 (ps-spool-config): Initialization fix.
17645 (ps-print-prologue-1, ps-print-prologue-2)
17646 (ps-print-duplex-feature): PostScript code moved to separated file.
17647 (ps-background-image): Little code reformating.
17648 (ps-begin-file, ps-begin-job): Fix code.
17649 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17650 (ps-prologue-file): New fun.
17651
176522000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17653
17654 * ps-vars.el: Eliminated.
17655
17656 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17657 `;;;###autoload'.
17658
17659 * ps-print.el: ps-vars eliminated, doc fix.
17660 (ps-print-version): New version number (5.0.2).
17661 (ps-spool-config): Initialization fix.
17662 (ps-print-customize): New fun.
17663
176642000-01-04 Gerd Moellmann <gerd@gnu.org>
17665
86f6474c 17666 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17667
176682000-01-04 Dave Love <fx@gnu.org>
17669
17670 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17671 menu items.
17672
176732000-01-03 Dave Love <fx@gnu.org>
17674
17675 * elide-head.el (elide-head) [defgroup]: Add :version.
17676
17677 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17678 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17679 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17680 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17681
176822000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17683
17684 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17685 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17686
176872000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17688
17689 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17690 at comment end, and re-insert them after filling.
17691
176922000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17693
17694 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17695 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17696 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17697
176982000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17699
17700 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17701 the new name of face-color-supported-p.
17702
17703 * term/w32-win.el (xw-defined-colors): Likewise.
17704
177052000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17706
17707 * simple.el (completion-setup-function): Count completion-size
17708 from minibuffer-prompt-end, not from point-min.
17709
177102000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17711
17712 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17713 Pass the frame to tty-color-* functions.
17714 (display-color-p, frame-set-background-mode): Pass the frame to
17715 tty-display-color-p.
17716
17717 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17718 tty-color-alist.
17719 (tty-color-alist, tty-modify-color-alist): New functions.
17720 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17721 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17722 optional parameter FRAME.
a30eb617
DL
17723
177242000-01-01 Gerd Moellmann <gerd@gnu.org>
17725
86f6474c
SM
17726 * image.el (create-image, defimage): Don't assume image data is
17727 a string.
a30eb617
DL
17728
17729 * image.el (defimage): Handle specifications containing :data
17730 instead of :file.
17731 (image-type-from-data): New function.
17732 (image-type-from-file-header): Use it.
17733 (create-image): Add parameter DATA-P.
17734
17735See ChangeLog.8 for earlier changes.
17736
17737;; Local Variables:
17738;; coding: iso-2022-7bit
17739;; End: