Add woman-1 and woman-2.
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
5f0e1d42
EZ
12001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
2
1fd63d9b
EZ
3 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
4
5f0e1d42
EZ
5 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc
6 fix.
7
2ebf8f54
EZ
82001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
9
7a03d9cd
EZ
10 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
11
2ebf8f54
EZ
12 * dabbrev.el (dabbrev--select-buffers): Fix last change.
13
4de68712
RS
142001-06-20 Richard M. Stallman <rms@gnu.org>
15
16 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
17 broken out from dabbrev--find-expansion. Handle minibuffer
18 specially here.
19 (dabbrev--find-expansion): Simplify code in various ways.
20 Don't treat minibuffers specially.
21 Call dabbrev--make-friend-buffer-list.
22 (dabbrev--select-buffers): Don't treat minibuffers specially.
23 Simplify.
24 (dabbrev--scanning-message): Do nothing when minibuffer is current.
25
f84e9763 262001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 27
f84e9763
JW
28 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
29 Also, added a comment describing how to greatly speedup Eshell
30 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9
EZ
31
322001-06-18 John Wiegley <johnw@gnu.org>
b868ed49
JW
33
34 * eshell/esh-mode.el: Disabled a test that often yields false
35 failures.
f84e9763
JW
36
372001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
38
39 * woman.el (WoMan-highlight-references): Add help-echo to
40 mouse-highlighted text.
b868ed49 41
f7ac3e28
SM
422001-06-18 Stefan Monnier <monnier@cs.yale.edu>
43
44 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
45
f6f1beba
GM
462001-06-18 Gerd Moellmann <gerd@gnu.org>
47
f7ac3e28
SM
48 * international/quail.el (quail-start-conversion):
49 Reset quail-translating to nil.
db8f7303 50
f6f1beba
GM
51 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
52 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
53
1a0b9ae6
EZ
542001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
55
855eca56
EZ
56 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
57 mouse-highlighted text.
58
1a0b9ae6
EZ
59 * dired.el (dired-mark-pop-up): Fix last change.
60
e75e894b
EZ
612001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
62
218abc51
EZ
63 * calendar/calendar.el (generate-calendar-month): Add help-echo to
64 mouse-highlighted text.
65
d36ca65d
EZ
66 * net/quickurl.el (quickurl-url-file): Run through
67 convert-standard-filename.
68 (quickurl-list-populate-buffer): Add help-echo to
69 mouse-highlighted text.
70 (top-level): Update Dave's URL.
71
092924fd
EZ
72 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
73 mouse-highlighted text.
74
f7ac3e28
SM
75 * textmodes/page-ext.el (pages-copy-header-and-position):
76 Add help-echo to mouse-highlighted text.
092924fd
EZ
77
78 * tar-mode.el (tar-header-block-summarize): Add help-echo to
79 mouse-highlighted text.
80
81 * replace.el (occur): Add help-echo to mouse-highlighted text.
82
83 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
84 mouse-highlighted text.
85
86 * progmodes/cpp.el (cpp-make-button): Add help-echo to
87 mouse-highlighted text.
88
f7ac3e28
SM
89 * progmodes/compile.el (compile-reinitialize-errors):
90 Add help-echo to mouse-highlighted messages.
092924fd
EZ
91 (compilation-forget-errors): Remove help-echo property as well.
92
f7ac3e28
SM
93 * play/landmark.el (lm-plot-square, lm-init-display):
94 Add help-echo to mouse-highlighted text.
092924fd 95
f7ac3e28
SM
96 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
97 Add help-echo to mouse-highlighted text.
092924fd
EZ
98
99 * dired.el (dired-insert-set-properties): Add help-echo to
100 mouse-highlighted text.
f7ac3e28 101 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
102
103 * comint.el (comint-send-input): Add help-echo to
104 mouse-highlighted text.
105
106 * buff-menu.el (list-buffers-noselect): Add help-echo to
107 mouse-highlighted text.
108
109 * arc-mode.el (archive-summarize-files): Add help-echo to
110 mouse-highlighted text.
111
e75e894b
EZ
112 * ffap.el (ffap-machine-p): Always return nil if
113 open-network-stream is not fboundp.
114
f621ed9d
SM
1152001-06-17 Stefan Monnier <monnier@cs.yale.edu>
116
117 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
118 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
119 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
120 incorrectly binding chars between 128 and 256 to it.
121 (sgml-maybe-name-self): Handle latin-1 chars properly.
122 (sgml-tags-invisible): Bind buffer-file-name to nil.
123 Use unwind-protect and restore-buffer-modified-p.
124 (sgml-point-entered): Use buffer-substring-no-properties.
125 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
126 (html-mode): Don't force `imenu-sort-function'.
127
884e8578
EZ
1282001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
129
d5b49f47
EZ
130 * tar-mode.el: Fix the copyright notice.
131
ce6b1982
EZ
132 * font-lock.el (font-lock-comment-face): For tty's with dark
133 background, use "red1", since "lightred" is not one of the colors
134 recognized by tty-colors.el.
135
884e8578
EZ
136 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
137 create a buffer for extracted file, in case there's more than one
138 file by that name in an archive, possibly in different
139 directories. From Kevin Rodgers <kevinr@ihs.com>.
140
141 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
142 <alex@gnu.org>.
143
72190a54
MB
1442001-06-15 Miles Bader <miles@gnu.org>
145
f621ed9d
SM
146 * textmodes/texinfmt.el (texinfo-format-syntax-table):
147 Revert previous change.
72190a54 148
e4cdc335
RS
1492001-06-14 Richard M. Stallman <rms@gnu.org>
150
151 * replace.el (keep-lines-read-args): Return just a regexp.
152 Provide nil for the region args.
f621ed9d 153 (keep-lines, flush-lines, how-many):
e4cdc335
RS
154 Calculate the defaults for the region here, when args are nil.
155
c8c6b45a
EZ
1562001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
157
158 * rot13.el (rot13-other-window): Some more doc fix.
159
f54701d1
EZ
1602001-06-14 Per Starback <starback@ling.uu.se>
161
162 * replace.el (case-replace, query-replace-from-history-variable)
163 (query-replace-to-history-variable, keep-lines-read-args)
164 (occur-revert-function, query-replace-help): Dox fix.
165
1604ce98
EZ
1662001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
167
168 * rot13.el (rot13-other-window): Doc fix.
169
22058843
MB
1702001-06-14 Miles Bader <miles@gnu.org>
171
172 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
173 of " and \ to "." (punctuation).
174 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
175
e4cdc335
RS
1762001-06-13 Richard M. Stallman <rms@gnu.org>
177
178 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
179
180 * simple.el (shell-command-on-region): Never kill the
181 *Shell Command Output* buffer.
182
a62d56ab
SM
1832001-06-13 Stefan Monnier <monnier@cs.yale.edu>
184
185 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
186
4a0aa1d9
SM
1872001-06-10 Stefan Monnier <monnier@cs.yale.edu>
188
189 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
190 New var, to recognize ${ $' and PODs.
191 (perl-font-lock-syntactic-face-function): New function.
192 (perl-mode): Use them.
193 (perl-continuation-line-p): New function, from perl-calculate-indent.
194 (perl-calculate-indent): Use it, to properly handle continuation
195 lines of continuation lines.
196
b5a9911c
EZ
1972001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
198
199 * server.el (server-process, server-buffer-clients): Doc fix.
200 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
201
b868ed49 202>>>>>>> 1.2419
0f056ec1
JW
2032001-06-09 John Wiegley <johnw@gnu.org>
204
205 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
206 test if the last command was Lisp or not.
207 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
208 B x C".
209
e5e316b0
EZ
2102001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
211
212 * dos-w32.el (grep-regexp-alist): Remove definition, since the
213 general one on compile.el supports drive letters.
7f4350a7
CD
214
2152001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
216
5a905a7e 217 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 218 key description.
7f4350a7
CD
219
220 * textmodes/reftex-sel.el (reftex-select-jump): New command.
221
5a905a7e 222 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
223 (reftex-toc-jump): New command.
224
225 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 226 to parse international characters as well.
7f4350a7 227
5a905a7e 228 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 229 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 230
5a905a7e
SM
231 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
232
233 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 234 TAB to the key separators.
7f4350a7 235
73419021
EZ
2362001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
237
238 * international/mule.el (auto-coding-alist): Remove redundant
239 up-cased versions of the extensions (auto-coding-alist-lookup is
240 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
241 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
242
cada28bb
EZ
2432001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
244
245 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
246
4f7666dc
RS
2472001-06-01 Richard M. Stallman <rms@gnu.org>
248
249 * help.el (describe-variable): Put value on same line
250 with preceding text, if it is short enough to look good that way.
251
70079787
EZ
2522001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
253
254 * term/internal.el (IT-unicode-translations): New variable.
255 (IT-setup-unicode-display): New function.
256
c86f4619
GM
2572001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
258
259 * ps-print.el: Handle before-string and after-string overlay properties
260 in ps-print-*-with-faces commands. Doc fix.
261 (ps-print-version): New version number (6.5.2).
262 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
263 for XEmacs.
264 (ps-prefix-quote): Doc fix.
c6d452ad 265 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
266 (ps-basic-plot-str, ps-plot-string): New funs.
267
1ea98518
SM
2682001-05-31 Stefan Monnier <monnier@cs.yale.edu>
269
270 * progmodes/etags.el (tags-compression-info-list): Fix docstring
271 and :type spec.
272
2b1ec973
GM
2732001-05-31 Gerd Moellmann <gerd@gnu.org>
274
1ea98518
SM
275 * international/mule-cmds.el (inactivate-input-method):
276 Set input-method-function to nil.
2b1ec973 277
94843cc1
GM
278 * xml.el (xml-parse-tag): The document may contain invalid characters.
279 From ShengHuo ZHU <zsh@cs.rochester.edu>
280
9652931f
GM
2812001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
282
283 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
284 `rmail-summary-line-decoder' if the message does not have
285 a Subject: field.
9652931f 286
1ea98518 287 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 288
1ea98518
SM
289 * mail/rmail.el (rmail-insert-mime-resent-message-function):
290 New variable.
9652931f
GM
291 (rmail-resend): Modify to work in `rmail-view-buffer'; call
292 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
293 is non-nil.
294
f7ac3e28
SM
2952001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
296
297 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
298
b781e739
SS
2992001-05-29 Sam Steingold <sds@gnu.org>
300
00f51890
SS
301 * faces.el (face-valid-attribute-values): Bind `valid' directly
302 instead of using `setq'.
303
b781e739
SS
304 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
305 Use `tex-shell-buf'.
306 (tex-shell-proc): Use `tex-shell-running'.
307 (tex-shell-buf-no-error): New function.
308 (tex-send-tex-command): Use it.
309 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
310 (tex-kill-job): Check the process before calling `quit-process'.
311
3d0e328b
GM
3122001-05-29 Gerd Moellmann <gerd@gnu.org>
313
1ea98518
SM
314 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
315 UTF-8 sequences.
3d0e328b 316
8bd6307f
GM
3172001-05-28 Miles Bader <miles@gnu.org>
318
319 * comint.el (comint-carriage-motion): Renamed from
320 `comint-cr-magic'. Operate on the buffer instead of the string
321 (for use as a comint post-output filter, instead of as a
322 pre-output filter). Handle backspaces too. Add to the
323 `comint-output-filter-functions' hook instead of
324 `comint-preoutput-filter-functions'.
325
89c8dc6c
GM
3262001-05-28 Gerd Moellmann <gerd@gnu.org>
327
328 * language/japan-util.el (japanese-hankaku): Prefer the charset
329 `jisx0201' when the optional argument `ascii-only' is not specified.
330 (japanese-hankaku-region): Ditto.
331 From Katsumi Yamaoka <yamaoka@jpl.org>
332
f25c1b9b
SM
3332001-05-28 Stefan Monnier <monnier@cs.yale.edu>
334
335 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
336 (outline-invisible-p): New function.
337 (hide-leaves): Save excursion.
338 (hide-other): Stop looping when reaching bobp.
339
719bb352
EZ
3402001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
341
342 * cus-edit.el (custom-file): Fix last change.
343
d686d354
SM
3442001-05-27 Stefan Monnier <monnier@cs.yale.edu>
345
346 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
347 same definition in byte-compile-function-environment as `autoload'
348 would put in `symbol-function'.
349
350 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
351 patch to correct the error message as well.
352
49b1a638
EZ
3532001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
354
71261a01
EZ
355 * cus-edit.el (custom-file): Don't assume we were invoked with -q
356 unless ~/.emacs exists.
357
49b1a638
EZ
358 * novice.el (enable-command): If user-init-file is nil or does not
359 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
360
a434b175
SM
3612001-05-25 Stefan Monnier <monnier@cs.yale.edu>
362
15ca8de7
SM
363 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
364 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
365 Allow spaces around macro arguments.
366 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
367 indent-for-tab-command.
368 (latex-mode-map, plain-tex-mode-map): New keymaps.
369 Inherit from tex-mode-map.
370 (tex-common-initialization): Don't setup the keymap any more
371 since it's now done right by define-derived-mode.
372 (latex-mode): Set skeleton-end-hook to nil.
373 (latex-skeleton-end-hook): Remove.
374 (tex-latex-block, latex-insert-item): Simplify.
375 (latex-syntax-after): Use following-char rather than char-after.
376 (tex-discount-args-cmds, tex-count-words): New functions.
377
378 * textmodes/tildify.el (tildify-ignored-environments-alist):
379 Recognize \verb* as well.
380
381 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
382 (perl-comment-indent): Simplify to let newcomment.el do its job.
383 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
384 (perl-mark-function): Cleanup the namespace.
385 (perl-calculate-indent): Don't be fooled by nested functions.
386
387 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
388
a434b175
SM
389 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
390 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
391
4e7e1f03
AC
3922001-05-25 Andrew Choi <akochoi@i-cable.com>
393
394 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
395 actually be `\\'.
396 (ctlau-b5-converter): Likewise.
397
2bef0948
AC
3982001-05-24 Andrew Choi <akochoi@i-cable.com>
399
400 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
401 Change CTLauB.el to CTLau-b5.el.
402
d2d1851b
SM
4032001-05-23 Stefan Monnier <monnier@cs.yale.edu>
404
405 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
406 rather than beginning-of-line to avoid problems with fields.
407 (gud-perldb-massage-args): Use unless and push.
408 (gud-chdir-before-run): New var.
409 (gud-common-init): Use it.
410
5e3d4fbc
AC
4112001-05-24 Andrew Choi <akochoi@i-cable.com>
412
413 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
414 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 415 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 416 chinese-ctlaub.
d2d1851b
SM
417 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
418 New functions.
5e3d4fbc 419
0216c3df
GM
4202001-05-22 Gerd Moellmann <gerd@gnu.org>
421
f1f65349
GM
422 * cus-edit.el (custom-comment-show): Remove debug code.
423
0216c3df
GM
424 * language/japan-util.el (japanese-symbol-table): Fix handling of
425 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
426
e8a1ed31
SM
4272001-05-21 Stefan Monnier <monnier@cs.yale.edu>
428
429 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
430 Renamed by removing the silly `-flag' suffix.
431 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
432
7246200c
SM
4332001-05-20 Stefan Monnier <monnier@cs.yale.edu>
434
435 * replace.el (keep-lines-read-args): Use `copy-marker'.
436 (how-many): Save excursion properly.
437 (occur-mode): Use define-derived-mode.
438 (perform-replace): Use with-current-buffer.
439
7e971261
RS
4402001-05-20 Richard M. Stallman <rms@gnu.org>
441
65569e52
RS
442 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
443
cc9684e8
RS
444 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
445
9ca00e71
RS
446 * info.el (Info-read-subfile): Widen before finding the
447 desired node in the subfile.
448
7e971261
RS
449 * startup.el (command-line-1): When >2 files visited,
450 leave the last one visible, and make that the selected window.
451
7c5312b2
GM
4522001-05-20 Gerd Moellmann <gerd@gnu.org>
453
454 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
455
310e9a21
EZ
4562001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
457
7246200c
SM
458 * international/ccl.el (define-ccl-program): Fix a typo.
459 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
460
461 * international/mule.el (decode-char): Fix a typo. From Pavel
462 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
463
464 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
465 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
466
310e9a21
EZ
467 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
468 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
469
ef55aa6c
SS
4702001-05-18 Sam Steingold <sds@gnu.org>
471
7246200c 472 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
473 and [RET] to `cvs-mode-find-file'.
474
c9f3bebe
JW
4752001-05-18 John Wiegley <johnw@gnu.org>
476
477 * eshell/esh-ext.el (eshell-explicit-command-char): A new
478 configuration variable, which determines the initial character
479 that forces use of an external version of a command. The default
480 is *, but may be set to \, for example.
481
482 * eshell/esh-ext.el (eshell-explicit-command):
483 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 484
c9f3bebe
JW
485 * eshell/esh-cmd.el (eshell/which):
486 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 487
7c5312b2
GM
488 * eshell/em-cmpl.el (eshell-completion-command-name)
489 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
490 instead of ?*.
491
1c66d9fb
GM
4922001-05-18 Gerd Moellmann <gerd@gnu.org>
493
a724ed38
GM
494 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
495 subst-char-in-string.
496 (ange-ftp-after-parse-ls-hook): New variable.
497 (ange-ftp-ls): Run that hook.
498 From Peter Milliken <Peter.Milliken@GTECH.COM>.
499
0595722b
GM
500 * tmm.el (tmm-get-keymap): Fix handling of :filter.
501 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
502 text into *Completions*.
503
1c66d9fb
GM
504 * net/goto-addr.el (goto-address-at-point): Deal with URLs
505 part of which look like email addresses.
506
c5bdb93d
AI
5072001-05-18 Andrew Innes <andrewi@gnu.org>
508
7246200c
SM
509 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
510 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
511 cmd.exe's handling of FOR loops.
512 (autoloads): Set find-file-suppress-same-file-warnings to t to
513 avoid slew of spurious messages.
514
9a1211f2
GM
5152001-05-18 Simon Josefsson <simon@josefsson.org>
516
517 * mail/smtpmail.el (maybe-append-domain): Renamed to
518 `smtpmail-maybe-append-domain'.
519 (smtpmail-via-smtp): Use the new name.
520
29148a3f
GM
521 * net/browse-url.el (browse-url-browser-function): Add kde.
522 (browse-url-kde-program, browse-url-kde-args): New variables.
523 (browse-url-kde): New function.
524
9ab59a1a
MB
5252001-05-18 Miles Bader <miles@gnu.org>
526
7246200c
SM
527 * simple.el (delete-horizontal-space, just-one-space):
528 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
529 because it's more efficient for large files.
530
cebf1b97
GM
5312001-05-17 Gerd Moellmann <gerd@gnu.org>
532
f90c23ca
GM
533 * mail/rmail.el (rmail-require-mime-maybe): New function.
534 (rmail): Use it.
535 (rmail-mode): Handle the case of finding Rmail files.
536
cebf1b97
GM
537 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
538 functions.
539
df22166e
SM
5402001-05-17 Stefan Monnier <monnier@cs.yale.edu>
541
542 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
543 text-property after moving to the beginning of line and regardless
544 of the value of font-lock-multiline.
545
2ca0d5f1
GM
5462001-05-17 Gerd Moellmann <gerd@gnu.org>
547
e85e809a
GM
548 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
549
2ca0d5f1
GM
550 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
551 last coding system used before calling set-buffer-modified-p
552 because that function changes last-coding-system.
553
4c6a4739
EZ
5542001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
555
556 * files.el (switch-to-buffer-other-window)
557 (switch-to-buffer-other-frame): Add an xref to display-buffer in
558 the doc string.
559
f08cf35b
GM
5602001-05-17 Gerd Moellmann <gerd@gnu.org>
561
562 * language/slovak.el, language/czech.el: New maintainer.
563
2180ea97
SS
5642001-05-16 Sam Steingold <sds@gnu.org>
565
f08cf35b 566 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
567 sub-form of `defgeneric' correctly.
568
9bae8781
GM
5692001-05-16 Gerd Moellmann <gerd@gnu.org>
570
a90b3d3c
GM
571 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
572 of `c'.
573
1b7818b4 574 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
575 condition-case, test what outline-level returns instead, to
576 ease debugging.
1b7818b4 577
9bae8781
GM
578 * international/mule.el (auto-coding-regexp-alist): New user-option.
579 (auto-coding-from-file-contents): New function.
580 (set-auto-coding): Use it to determine a coding system.
581
7644c605
GM
5822001-05-15 Gerd Moellmann <gerd@gnu.org>
583
18a0a39e
GM
584 * mouse.el (mouse-delete-other-windows): Doc fix.
585
df22166e
SM
586 * emacs-lisp/lisp-mode.el (lisp-mode):
587 Make font-lock-keywords-case-fold-search a buffer-local variable with
588 make-local-variable before setting it.
7644c605 589
940cf42e
EZ
5902001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
591
592 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
593 prefixes.
594
557f7c34
GM
5952001-05-14 Gerd Moellmann <gerd@gnu.org>
596
597 * hexl.el (hexl-current-address): Print a message when called
598 interactively.
599
14d9b141
SM
6002001-05-11 Stefan Monnier <monnier@cs.yale.edu>
601
602 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
603
604 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
605
606 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
607
7bd2d083
GM
6082001-05-11 Gerd Moellmann <gerd@gnu.org>
609
47e72862
GM
610 * startup.el (command-line): If parameters have been changed in
611 the init files which influence font selection, clear the face
612 cache so that faces get realized with the new parameters.
613
14d9b141 614 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 615
0f49941f
SM
6162001-05-10 Stefan Monnier <monnier@cs.yale.edu>
617
618 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
619
cbeed4a8
EZ
6202001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
621
622 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
623 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
624
ff9aa2ca
GM
6252001-05-10 Gerd Moellmann <gerd@gnu.org>
626
627 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 628 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 629
b2c99950
JW
6302001-05-09 John Wiegley <johnw@gnu.org>
631
0f49941f
SM
632 * eshell/esh-util.el (eshell-convert-numeric-arguments):
633 Annotated the documentation string to tell users about
3cb27fd7
JW
634 `eshell-no-numeric-conversions'.
635
c26f6b27
JW
636 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
637 conversions if a Lisp function has the property
638 `eshell-no-numeric-conversions' set to a non-nil value.
639
640 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
641 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
642 property `eshell-no-numeric-conversions' on the following
643 functions (which all deal with filesystem entities, and never Lisp
644 numerical values): eshell/cd, eshell/pushd, eshell/popd,
645 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
646 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
647 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
648 eshell/which, eshell/addpath.
649
6502001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 651
d089e299
JW
652 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
653 encountered as an argument, don't convert it right away, but tag
654 the first character of the string with the text properties
655 `number', which signifies to `eshell-lisp-command' that the
656 argument should be passed through `string-to-number' if it is
657 actually used in the call to a Lisp function.
658
659 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
660 function, convert any string arguments that have been tagged as
661 "numbers", by calling string-to-number.
662
663 * eshell/esh-util.el (eshell-number-regexp): Now that number
664 conversions only happen for Lisp function calls, the number regexp
665 should now match all integer and floating point forms.
666
667 * eshell/esh-proc.el: Disable `eshell-stop-process' and
668 `eshell-continue-process', since they are both nonfunctional at
669 the moment.
670 (eshell-proc-initialize): Don't bind keys for
671 `eshell-stop-process' or `eshell-continue-process'.
672
0f49941f
SM
673 * eshell/em-unix.el (eshell-shuffle-files):
674 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
675
676 * eshell/em-hist.el (eshell-add-to-history): Reference to
677 `eshell-history-ring' needed to be `eshell-history-index'.
678
0f49941f
SM
679 * calendar/timeclock.el (timeclock-find-discrep):
680 Initialize `elapsed' to 0.
cb89da0f
JW
681 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
682 it's still nil.
b2c99950 683
ff39b9a1
SM
6842001-05-09 Stefan Monnier <monnier@cs.yale.edu>
685
686 * arc-mode.el (archive-int-to-mode): Construct the string directly.
687 (archive-mode): Use capitalize.
688 (archive-unique-fname): Use make-temp-file.
689
9e53a675
GM
6902001-05-09 Gerd Moellmann <gerd@gnu.org>
691
692 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
693
c8224de6
EZ
6942001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
695
c533a7e2
EZ
696 * tar-mode.el (tar-extract): Pay attention to the value of
697 coding-system-for-read, if it is non-nil.
698
ff39b9a1
SM
699 * calendar/holidays.el (holidays): Add an autoload cookie.
700 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 701
1c8c9fb8
JW
7022001-05-08 John Wiegley <johnw@gnu.org>
703
ff39b9a1
SM
704 * calendar/timeclock.el (timeclock-workday-remaining):
705 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
706 (timeclock-workday-elapsed): Don't accept a "relative" argument
707 for the current day's elapsed time. What could that have meant?
ff39b9a1 708 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
709 (timeclock-when-to-leave): Changed logic, similarly to what was
710 done for `timeclock-workday-remaining'.
711 (timeclock-find-discrep): Removed "today-only" argument, which had
712 no meaning. Fixed some more math problems. The function now
713 returns a three member list: (TOTAL-TIME-DISCREPANCY
714 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
715
5f47fb28
EZ
7162001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
717
718 * w32-fns.el (convert-standard-filename): Start replacing slashes
719 from the beginning of the file name, not from where the last
720 invalid character was. From "Andrew Maguire (SWW)"
721 <Andrew.Maguire@Smallworld.co.uk>
722
6da5c7da
GM
7232001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
724
725 The following changes are to provide infrastructure for handling
726 MIME messages to rmail. They don't affect the original behaviour
727 if rmail-enable-mime is nil.
728
729 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
730 (rmail-search-mime-message-function)
731 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
732 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
733 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
734 `rmail-view-buffer' is hidden.
6da5c7da
GM
735 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
736 call rmai-show-mime-function.
737 (rmail-display-labels): If rmail-enable-mime is non-nil, update
738 mode-line-process of rmail-view-buffer.
739 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
740 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
741 buffer.
ff39b9a1
SM
742 (rmail-next-message, rmail-next-undeleted-message): Be sure to
743 set-buffer to the Rmail buffer.
6da5c7da
GM
744 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
745 rmail-search-mime-header-function.
746 (rmail-search-message): New function.
747 (rmail-search): Call rmail-search-message to check if a message
748 matches REGEXP, lastly update point after calling
749 rmail-show-message.
ff39b9a1
SM
750 (rmail-undelete-previous-message, rmail-expunge-confirmed)
751 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
752 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
753 header region, refer to rmail-msgref-vector while setting the
754 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
755 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
756 If rmail-enable-mime is non-nil, call
6da5c7da
GM
757 rmail-insert-mime-forwarded-message-function instead of inserting
758 forwarded message by itself.
759
760 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
761 Rmail buffer.
762 (rmail-set-label, rmail-next-labeled-message): Likewise.
763
764 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
765 set-buffer to the Rmail buffer.
766 (rmail-output-to-rmail-file): Likewise.
767 (rmail-output): Likewise.
768
769 * mail/rmailsum.el (rmail-message-subject-p): Process the result
770 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
771 (rmail-new-summary): Be sure to go to the Rmail buffer.
772 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
773 rmail-view-buffer to nil.
774 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
775 rmail-view-buffer.
776 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
777 rmail-buffer.
778 (rmail-summary-scroll-msg-down): Likewise.
779 (rmail-summary-beginning-of-message): Likewise.
780 (rmail-summary-wipe): Likewise.
781 (rmail-summary-toggle-header): Use save-window-excursion, not
782 save-excursion. Update point in rmail-view-buffer, not in
783 rmail-buffer.
784 (rmail-summary-reply): Before calling rmail-reply, set buffer to
785 rmail-view-buffer, not rmail-buffer.
786
5092477a
GM
7872001-05-07 Gerd Moellmann <gerd@gnu.org>
788
1e9fc92e
GM
789 * cus-edit.el (custom-file): Signal an error if user-init-file is
790 nil (running -q).
791
1d053370
GM
792 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
793
ff39b9a1
SM
794 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
795 Add :version.
796
797 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
798 New option.
1b62b062
GM
799 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
800 only if smtpmail-warn-about-unknown-extensions is set.
801
f851a71c
GM
802 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
803 instead of rmail-sort-by-keywords.
804
ff39b9a1 805 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
806 rmail-sort-by-keywords.
807
ff39b9a1
SM
808 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
809 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
810 (rmail-summary-mode): Doc fix.
811
5092477a
GM
812 * mail/rmail.el (rmail-edit): New Custom group.
813
814 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
815 (rmail-edit-mode-hook): New user-option.
816
05be3833
RS
8172001-05-05 Richard M. Stallman <rms@gnu.org>
818
819 * help.el (help-xref-symbol-regexp): Recognize "source of"
820 and friends, meaning make a link to the source file.
821 (help-make-xrefs): Handle "source of" and friends
822 by constructing a link that visits the source file.
823
824 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
825
7dfb000f
SM
8262001-05-04 Stefan Monnier <monnier@cs.yale.edu>
827
5efe6a56
SM
828 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
829 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
830 Renamed from perl-font-lock-keywords to avoid clashes.
831 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
832 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
833 Updated correspondingly.
834
7dfb000f
SM
835 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
836 Typo `nonexistant' -> `nonexistent'.
837
88bbb8cb
EZ
8382001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
839
7dfb000f
SM
840 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
841 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
842 `c-electric-delete-forward' always deletes forward and
843 `c-electric-delete' only contains the code necessary for XEmacs to
844 choose between backward and forward deletion.
7dfb000f 845
88bbb8cb
EZ
846 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
847 get the electric behavior on that key too.
848 (c-fill-paragraph): Fixed bogus direct use of
849 c-comment-prefix-regexp, which caused an error when it's a list.
850
a1af8dcf
EZ
8512001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
852
853 * dired-aux.el (dired-diff): Doc fix.
854
855 * dired.el (dired-diff): Likewise.
856
ddfb4005
EZ
8572001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
858
859 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
860
b36581fb
SM
8612001-05-02 Stefan Monnier <monnier@cs.yale.edu>
862
80a00b6a
SM
863 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
864 if both the buffer and the file are read-only.
865
b36581fb
SM
866 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
867 rather than font-lock-string-face.
868 (sh-get-indent-info): Treat heredocs like strings.
869
470bbe9b
GM
8702001-05-02 Gerd Moellmann <gerd@gnu.org>
871
b36581fb
SM
872 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
873 a newline following `}'.
3356df63
GM
874 (texinfo-format-email): New function.
875 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
876 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
877 Add `display'.
3356df63
GM
878 (texinfo-sort-region): Goto point-min before sorting.
879 (texinfo-set): Remove leading white space from value.
880 From yagi@is.titech.ac.jp.
881
470bbe9b
GM
882 * replace.el (query-replace-regexp-eval): Doc fix.
883
a9d2fd1d
SM
8842001-05-01 Stefan Monnier <monnier@cs.yale.edu>
885
886 * diff-mode.el (diff-nonexistant-face): New face.
887 (diff-font-lock-keywords): Use it.
888
2b3e941a
EZ
8892001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
890
22cd6fd3
EZ
891 * font-lock.el (font-lock-mode): Doc fix.
892
2b3e941a
EZ
893 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
894 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
895
50df7214
GM
8962001-04-30 Gerd Moellmann <gerd@gnu.org>
897
a9d2fd1d
SM
898 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
899 backslash at the start of the here-document delimiter.
a9793e45
GM
900 (sh-font-lock-syntactic-keywords): Likewise.
901
50df7214
GM
902 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
903
e2f599e9
EZ
9042001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
905
906 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
907 (tty-color-translate, tty-color-by-index, tty-color-values)
908 (tty-color-desc): Doc fix.
909
dcaf31d3
EZ
9102001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
911
912 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
913 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
914 Mention dired-dwim-target in the doc string.
dcaf31d3 915
a6a06429
MB
9162001-04-28 Miles Bader <miles@gnu.org>
917
918 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
919 (dabbrev--find-expansion): Use it.
920 (dabbrev--select-buffers): Don't select ignored buffers.
921
5a5d9185
GM
9222001-04-27 Gerd Moellmann <gerd@gnu.org>
923
a9d2fd1d 924 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 925
c5b82005
RS
9262001-04-26 Richard M. Stallman <rms@gnu.org>
927
928 * dabbrev.el: Add doc strings for some functions.
929 (dabbrev--eliminate-newlines): New variable.
930 (dabbrev--substitute-expansion): Convert newlines to spaces
931 if dabbrev--eliminate-newlines is set.
932 If abbrev and expansion are both all-lower-case,
933 leave dabbrev--last-case-pattern nil.
934
7cff9c6f
GM
9352001-04-26 Gerd Moellmann <gerd@gnu.org>
936
937 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
938 if necessary, like in rmail-show-message.
939
efa89c1f
GM
9402001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
941
942 * ps-print.el: Color specified by number is forced to be float number.
943 (ps-print-version): New version number (6.5.1.1).
944 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
945 initialization.
946 (ps-prefix-quote): New internal var.
947 (ps-print-quote): New fun.
948 (ps-setup, ps-output-frame-properties, ps-float-format)
949 (ps-format-color): Code fix.
a9d2fd1d
SM
950 (ps-plot-region): Eliminate redundant foreground color text setting.
951
d3111e5a
EZ
9522001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
953
954 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
955
a728644c
GM
9562001-04-25 Gerd Moellmann <gerd@gnu.org>
957
958 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
959
4ecdf04d
EZ
9602001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
961
4645bb68
EZ
962 * info.el (Info-additional-directory-list): Doc fix.
963
4ecdf04d 964 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
965 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
966 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 967
7cd512f2
SM
9682001-04-25 Stefan Monnier <monnier@cs.yale.edu>
969
1dc64fca
SM
970 * progmodes/make-mode.el (makefile-font-lock-keywords):
971 Rationalize the rules for includes and conditionals and use the
972 keyword face for them.
973
7cd512f2
SM
974 * faces.el (modify-face): Add compatibility for non-interactive use.
975
ffeb5c1c
JW
9762001-04-24 John Wiegley <johnw@gnu.org>
977
978 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
979 fix from last night, since it wasn't finding eshell/cd.
980
35f901fa
GM
9812001-04-24 Gerd Moellmann <gerd@gnu.org>
982
983 * rect.el (string-rectangle): Revert to 20.x behaviour.
984 (replace-rectangle): Make it an alias for string-rectangle.
985 (string-insert-rectangle): New function.
986
c7b1b508
JW
9872001-04-23 John Wiegley <johnw@gnu.org>
988
989 * eshell/em-unix.el (eshell/diff): Fixed problems that were
990 occurring with Emacs 21's diff.el/compile.el interaction layer.
991
9922001-04-23 Colin Walters <walters@cis.ohio-state.edu>
993
994 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
995 case where the function was defined in a file, but not part of an
996 eshell module.
997
157975e3
JW
9982001-04-23 John Wiegley <johnw@gnu.org>
999
1000 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1001 code to work around a redisplay problem I've been having.
1002
3dc630b9
JW
10032001-04-23 John Wiegley <johnw@gnu.org>
1004
1005 * calendar/timeclock.el (timeclock-day-required): If the time
1006 required for a particular day is not set, use `timeclock-workday'.
1007 (timeclock-find-discrep): Added some sample code in a comment.
1008
1009 * eshell/eshell.el (eshell-command): Made a few changes so that
1010 `eshell-command' could be called programmatically.
1011
7cd512f2 1012 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1013
7cd512f2 1014 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1015
3ae14dd9 10162001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1017
1018 * calendar/timeclock.el: Updated copyright.
1019 (timeclock-generate-report): Don't report the daily or two-week
1020 total, if no time has been worked in that period.
1021 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1022 final computational form, which was unnecessary; corrected a
1023 parsing problem when timeclock-relative was nil.
1024
3ae14dd9 10252001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1026
1027 * calendar/timeclock.el (timeclock-modeline-display): Check if
1028 `list-entry' is null.
1029 (timeclock-use-display-time): The first argument to `set-variable'
1030 must be a symbol.
1031
53e1a74c
EZ
10322001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1033
1034 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1035 (calendar-today-marker, calendar-holiday-marker):
1036 Use display-color-p instead of window-system.
53e1a74c
EZ
1037 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1038 instead of window-system.
1039 (calendar-hide-window): Use display-multi-frame-p instead of
1040 window-system.
1041
1042 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1043 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1044 Use display-multi-frame-p instead of window-system.
53e1a74c 1045
23b809c2
GM
10462001-04-23 Gerd Moellmann <gerd@gnu.org>
1047
1d14e80c
GM
1048 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1049
23b809c2
GM
1050 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1051 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1052
b5eeaa1d
GM
10532001-04-23 Alex Schroeder <alex@gnu.org>
1054
1055 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1056 line-end-position a defalias is used for point-at-bol and point-at-eol.
1057
b5eeaa1d
GM
10582001-04-23 Alex Schroeder <alex@gnu.org>
1059
1060 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1061 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1062
ac1470eb
EZ
10632001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1064
1065 * textmodes/paragraphs.el (sentence-end): Doc fix.
1066
624ef9b3
GM
10672001-04-20 Alex Schroeder <alex@gnu.org>
1068
1069 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1070 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1071
10722001-04-20 Alex Schroeder <alex@gnu.org>
1073
1074 * sql.el (sql-db2-program): New option.
1075 (sql-db2-options): New option.
1076 (sql-db2): New function.
1077
10782001-04-20 Alex Schroeder <alex@gnu.org>
1079
1080 * sql.el (sql-mode-menu): Added highlighting entries.
1081 (sql-highlight-oracle-keywords): New function.
1082 (sql-highlight-postgres-keywords): New function.
1083 (sql-highlight-ansi-keywords): New function.
1084
10852001-04-20 Alex Schroeder <alex@gnu.org>
1086
1087 * sql.el (sql-help): Doc change.
1088
2a83a11d
SM
10892001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1090
1091 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1092
6f4dd4dc
GM
10932001-04-18 Gerd Moellmann <gerd@gnu.org>
1094
0f8d6dc7
GM
1095 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1096 for defmethod.
1097
6f4dd4dc
GM
1098 * comint.el (comint-cr-magic): New function.
1099 (toplevel): Add it to comint-preoutput-filter-functions.
1100
90200fcc
AI
11012001-04-18 Andrew Innes <andrewi@gnu.org>
1102
1103 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1104 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1105 (recompile): Remove stuff to set EMACSLOADPATH.
1106
daa66f34
GM
11072001-04-18 Gerd Moellmann <gerd@gnu.org>
1108
edc5c81d
GM
1109 * language/slovak.el ("Slovak"): Add tutorial entry.
1110
daa66f34
GM
1111 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1112 browse-url-new-window-p.
1113
5d5845dc
EZ
11142001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1115
1116 * info.el (Info-menu-update): When there are no menus and/or no
1117 cross references in the node, make the respective items of the
1118 Info menu-bar menu inactive.
1119
1c8addd0
GM
11202001-04-17 Gerd Moellmann <gerd@gnu.org>
1121
f4f480bd
GM
1122 * indent.el (indent-for-tab-command): Call indent-line-function
1123 with no argument if PREFIX-ARG is non-nil.
1124
1c8addd0
GM
1125 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1126
8f9ab403
EZ
11272001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1128
1129 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1130 an async subprocess if start-process is unavailable. Suggested by
1131 Tim Van Holder <tim.van.holder@pandora.be>.
1132
60322163
EZ
11332001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1134
1135 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1136 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1137
e372bc67
EZ
11382001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1139
1140 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1141 manual.
1142
28037ecf
SM
11432001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1144
1145 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1146 (cvs-menu): Add a few entries.
1147
1148 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1149 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1150 lock file appears to be reachable from Emacs.
1151 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1152 (cvs-mode-find-file): Look for cvs-header-face rather than
1153 cvs-dirname-face (which doesn't exist).
1154 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1155
1156 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1157
5d5e7f53
EZ
11582001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1159
1160 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1161 normal-erase-is-backspace on a tty. Instead, bind some keys such
1162 as [delete] directly, like pc-select.el did before
1163 normal-erase-is-backspace was invented.
1164
118562e1 11652001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1166
1167 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1168
6c9e58c4
JW
11692001-04-11 John Wiegley <johnw@gnu.org>
1170
28037ecf
SM
1171 * eshell/em-ls.el (eshell-ls-insert-directory):
1172 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1173 buffers, if Eshell's ls is being used.
1174
118562e1 11752001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1176
28037ecf
SM
1177 * calendar/timeclock.el (timeclock-completing-read): New function.
1178 (timeclock-ask-for-project, timeclock-ask-for-reason):
1179 Call `timeclock-completing-read'.
978bd3ea
JW
1180
1181 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1182 required where `member' was being used.
1183
118562e1 11842001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1185
28037ecf
SM
1186 * eshell/em-hist.el (eshell-previous-matching-input):
1187 Don't display "History item" if the the minibuffer is active.
978bd3ea 1188
30cb0001
GM
11892001-04-11 Gerd Moellmann <gerd@gnu.org>
1190
1191 * startup.el (command-line): Output a newline after printing
1192 an error from loading the window system's init file.
1193
e38af9bd
EZ
11942001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1195
28037ecf
SM
1196 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1197 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1198 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1199 keywords whose arguments routinely include @@.
1200
bbf63a7b
GM
12012001-04-10 Gerd Moellmann <gerd@gnu.org>
1202
28037ecf
SM
1203 * emacs-lisp/advice.el (ad-make-advised-definition):
1204 Construct advice for subrs differently.
afffeb57 1205
3fe35f35 1206 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1207 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1208
c8d6d636 1209 * simple.el (completion-list-mode-finish): New function.
28037ecf 1210 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1211
2a52f40e 1212 * language/european.el ("Polish"): Change sample text.
28037ecf 1213 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1214
cf8b1bef
GM
1215 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1216 parameter.
1217
bbf63a7b
GM
1218 * faces.el (menu): Doc fix.
1219
719d83ad 12202001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1221
1222 * ps-print.el: Footer implementation. Doc fix.
1223 (ps-print-version): New version number (6.5.1).
1224 (ps-header-frame-alist): New customization var for header frame
1225 properties.
1226 (ps-line-number-color): New customization var for line number color.
1227 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1228 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1229 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1230 (ps-right-footer): New customization vars for footers.
1231 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1232 footers.
1233 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1234 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1235 Code fix.
319acba0
GM
1236 (ps-prologue-file): Indentation fix.
1237 (ps-print-quote): Fun eliminated.
1238 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1239 (ps-output-frame-properties): New fun.
1240 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1241 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1242
e372bc67 12432001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1244
1245 * eshell/eshell.el (eshell-command): Needed a "%s" format
1246 specifier, in case the buffer contains percent characters.
1247
e372bc67 12482001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1249
1250 * calendar/timeclock.el (timeclock-generate-report): Added a
1251 missing insert of the project name.
1252
9f9a5e7a
GM
12532001-04-09 Gerd Moellmann <gerd@gnu.org>
1254
9170e5d4 1255 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1256
865e97c1 1257 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1258 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1259 From: Dave Love <fx@gnu.org>.
1260
cf3885ac 1261 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1262 (server-visit-files): Run server-visit-hook after going to
1263 line 1 so that the hook can set point as it sees fit.
1264
9f9a5e7a
GM
1265 * bindings.el (mode-line-modified): Unify help messages.
1266
51f32106
EZ
12672001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1268
1269 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1270 All callers changed.
1271
e02160a3
EZ
12722001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1273
8e6bb0d0
EZ
1274 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1275 long file names aren't supported, truncate the file names in
1276 quail-misc-package-ext-info to 8+3 before matching them against
1277 FILENAME.
1278
1279 * dos-fns.el (dos-truncate-to-8+3): New function.
1280
ec321d77
EZ
1281 * progmodes/compile.el (grep-compute-defaults): Use null-device
1282 instead of literal /dev/null. Reported by Jens Schmidt
1283 <schmidt@mathematik.uni-kl.de>.
1284
e02160a3
EZ
1285 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1286
cf3885ac
SM
12872001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1288
1289 * textmodes/sgml-mode.el: Add unknown maintainer.
1290 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1291 (html-mode-map): Use set-keymap-parent.
1292
3ffb33bb
DL
12932001-04-06 Dave Love <fx@gnu.org>
1294
1295 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1296 Remove redundant string-to-list.
1297
8f625692
SM
12982001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1299
1300 * composite.el (reference-point-alist): Doc fix.
1301
1087f198
SS
13022001-04-05 Sam Steingold <sds@gnu.org>
1303
8f625692
SM
1304 * font-lock.el (font-lock-keywords-case-fold-search):
1305 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1306 file made font-lock case-insensitive.
1307
a55e4e68
GM
13082001-04-05 Gerd Moellmann <gerd@gnu.org>
1309
0e4892e2
GM
1310 * faces.el (defface menu): Doc fix.
1311
4d664b04
GM
1312 * wid-edit.el (widget-color-sample-face-get): Don't make
1313 faces for undefined colors.
1314
a55e4e68
GM
1315 * version.el (emacs-version): Include LessTif/Motif version info.
1316
f383cd0d
GM
13172001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1318
1319 * ps-mule.el: Eliminate cl package dependence.
1320 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1321 if they aren't defined yet.
1322 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1323 Eliminate cl package dependence.
1324
de28797f
SM
13252001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1326
1327 * progmodes/cc-cmds.el (c-outline-level):
1328 Bind buffer-invisibility-spec. Originally from Dave Love, but
1329 got lost when incorporating version 5.26.
1330
32df8b47
EZ
13312001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1332
de28797f
SM
1333 * emulation/pc-select.el (pc-selection-mode):
1334 Call normal-erase-is-backspace-mode instead of binding
1335 keys individually.
58e4f61d 1336
7f62656b
EZ
1337 * cus-load.el (normal-erase-is-backspace): Use it instead of
1338 delete-key-deletes-forward.
1339
1340 * startup.el (command-line): Use normal-erase-is-backspace and
1341 normal-erase-is-backspace-mode.
1342
1343 * simple.el (normal-erase-is-backspace): Rename from
1344 delete-key-deletes-forward. Doc fix.
1345 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1346 delete-key-deletes-forward-mode. Doc fix.
1347 Run normal-erase-is-backspace-hook.
7f62656b 1348
32df8b47 1349 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1350 ``human-readable'' format produced by GNU `ls'.
1351 (dired-move-to-filename-regexp): Recognize ISO format dates.
1352 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1353
5efa6032
GM
13542001-04-04 Gerd Moellmann <gerd@gnu.org>
1355
1356 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1357 New functions.
de28797f
SM
1358 (lm-verify): Check keywords.
1359 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1360
d757aac1
EL
13612001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1362
1363 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1364 `xemacs' feature instead of for the function `set-extent-property'.
1365
9832760a
SM
13662001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1367
1368 * mail/mh-utils.el (mh-folder-hist): New var.
1369 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1370
d565f6aa
EZ
13712001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1372
1373 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1374 region, position point on the first or last 16-byte group.
1375 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1376 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1377 hexl-beginning-of-line.
1378
24c0fd39
GM
13792001-04-03 Gerd Moellmann <gerd@gnu.org>
1380
5efa6032
GM
1381 * icomplete.el (icomplete-mode): Treat an argument like other
1382 modes do.
1383
b3f6107b
GM
1384 * startup.el (fancy-splash-head): Use splash8.xpm for color
1385 depth 8.
1386
24d451c5
SM
1387 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1388 Add an antry for ``converts''.
476bf681 1389
24d451c5
SM
1390 * language/slovak.el ("Slovak"): Add documentation string.
1391 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1392
450f6970
GM
1393 * language/czech.el ("Czech"): Add documentation string.
1394 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1395
24d451c5
SM
1396 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1397 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1398
13992001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1400
1401 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1402 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1403 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1404 Use `defsubst' rather than a macro to ease debugging.
1405 (mail-extr-last): Remove (use `last' instead).
1406 (mail-extract-address-components): Properly reset the syntax-table
1407 after parsing an address. Use `last' rather than mail-extr-last.
1408 Make sure the end marker stays at the very end.
24c0fd39 1409
2b908342
EZ
14102001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1411
1412 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1413 last change.
1414
acfb077d
GM
14152001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1416
1417 * ps-print.el: Line and paragraph spacing feature. Region to cut
1418 out when printing. Doc fix.
1419 (ps-print-version): New version number (6.5).
24d451c5
SM
1420 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1421 New vars. Line and paragraph spacing feature.
acfb077d
GM
1422 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1423 out when printing.
1424 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1425 (ps-get-font-size, ps-begin-job, ps-continue-line)
1426 (ps-plot-region): Code fix.
1427 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1428 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1429 New internal vars.
acfb077d
GM
1430 (ps-get-size): New fun.
1431 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1432 (ps-next-line): Replace defun by defsubst.
1433 (ps-mule-plot-string): Autoload doc fix.
1434
1435 * ps-bdf.el: XEmacs compatibility. Doc fix.
1436 (installation-directory, coding-system-for-read): Declare vars if
1437 it's not declared yet.
1438 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1439
1440 * ps-mule.el: XEmacs compatibility. Doc fix.
1441 (leading-code-private-22): Declare var if it's not declared yet.
1442 (charset-bytes, charset-dimension, charset-id, charset-width)
1443 (find-charset-region, split-char, char-width, chars-in-region)
1444 (forward-point, decompose-composite-char, encode-coding-string)
1445 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1446 Define funs if not defined yet.
1447 (encode-composition-rule, find-composition): Define funs if not
1448 loaded yet.
1449 (ps-mule-prologue): PostScript code fix.
1450
14512001-04-02 Kenichi Handa <handa@etl.go.jp>
1452
1453 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1454 non-nil, generate font for the header strings.
1455 (ps-mule-prepare-font): Likewise.
1456 (ps-mule-generate-glyphs): Likewise.
1457 (ps-mule-string-encoding): Likewise.
1458 (ps-mule-header-charsets): New variable.
1459 (ps-mule-encode-header-string): New function.
1460 (ps-mule-header-string-charsets): New function.
1461 (ps-mule-begin-job): Check charsets in the header strings. If there
1462 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1463
1464 * ps-print.el (ps-generate-header-line): Encode the header string by
1465 ps-mule-encode-header-string.
1466 (ps-mule-encode-header-string): Declare autoload.
1467
c0eb3c10
GM
14682001-04-02 Gerd Moellmann <gerd@gnu.org>
1469
24d451c5
SM
1470 * frame.el (cursor-in-non-selected-windows):
1471 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1472
a3d0b0e0
KH
14732001-03-31 Kenichi Handa <handa@etl.go.jp>
1474
1475 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1476 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1477 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1478 (tsang-quick-converter): New function.
24d451c5
SM
1479 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1480 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1481 (miscdic-convert, batch-miscdic-convert): New functions.
1482
55f7832c
KH
14832001-03-30 Kenichi Handa <handa@etl.go.jp>
1484
a2217cd8
KH
1485 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1486 eight-bit-control chars.
1487
55f7832c 1488 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1489 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1490
911a2406
EZ
14912001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1492
1493 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1494 string as well.
1495
1a518f2c
AS
14962001-03-30 Andreas Schwab <schwab@suse.de>
1497
1498 * files.el (backup-directory-alist): Fix typo.
1499
ef080b16
EZ
15002001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1501
1502 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1503 <eggert@twinsun.com>.
1504
e4174a55
DL
15052001-03-30 Dave Love <fx@gnu.org>
1506
1507 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1508
9d5d1075
EZ
15092001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1510
1511 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1512
a27b451e
MB
15132001-03-30 Miles Bader <miles@gnu.org>
1514
1515 * subr.el (interactive-form): Fix paren typo.
1516
aea51abe
EZ
15172001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1518
1519 * emacs-lisp/profile.el: Say that it's obsolete in the header
1520 line, so that finder.el puts that into its data-base.
1521 Suggested by Alex Schroeder <alex@gnu.org>.
1522
249dd409
EZ
15232001-03-29 Paul Eggert <eggert@twinsun.com>
1524
1525 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1526 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1527
1ac1fa96
SM
15282001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1529
1530 * generic.el (generic-mode-set-comments): Use "" rather than nil
1531 for comment-end.
1532
e2b8a830
GM
15332001-03-29 Gerd Moellmann <gerd@gnu.org>
1534
1ac1fa96
SM
1535 * emacs-lisp/advice.el (ad-make-advised-definition):
1536 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1537
1538 * subr.el (interactive-form): New function.
1539
8b2375e7
AS
15402001-03-29 Andre Spiegel <spiegel@gnu.org>
1541
1542 * vc-sccs.el (vc-sccs-register): Use relative file names.
1543
f827b862
GM
15442001-03-28 Gerd Moellmann <gerd@gnu.org>
1545
e59d0e9d
GM
1546 * bookmark.el (bookmark-get-bookmark): Handle case that
1547 BOOKMARK is not a string.
1548
deb2613a
GM
1549 * image.el (image-type-regexps): Change type for PS files
1550 to `postscript'.
1551
f827b862
GM
1552 * subr.el (read-passwd): Clear command history after each
1553 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1554
3c9449d0
KH
15552001-03-27 Kenichi Handa <handa@etl.go.jp>
1556
1557 * international/kkc.el (kkc-save-init-file): Locally bind
1558 print-length to nil.
1559
e6b13c74
GM
15602001-03-26 Gerd Moellmann <gerd@gnu.org>
1561
e120bebf
GM
1562 * textmodes/flyspell.el: Some doc fixes.
1563 (flyspell-maybe-correct-transposition)
1564 (flyspell-maybe-correct-doubling): Use a temporary buffer
1565
1566 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1567
5f6c5771 1568 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1569 (byte-optimize-form-code-walker): Diagnose too few arguments
1570 for `if' and `while'.
1571
2b984c45
KH
15722001-03-26 Kenichi Handa <handa@etl.go.jp>
1573
1574 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1575 Prepend `\' to "\<quail-translation-docstring>".
1576
bf2150fa
GM
15772001-03-26 Gerd Moellmann <gerd@gnu.org>
1578
5f6c5771
SM
1579 * autorevert.el (global-auto-revert-non-file-buffers):
1580 Remove duplicate defcustom.
bf2150fa 1581
a0d59316
MB
15822001-03-26 Miles Bader <miles@gnu.org>
1583
5f6c5771
SM
1584 * international/latin1-disp.el (latin1-char-displayable-p):
1585 Add leading "-" for X font pattern.
a0d59316 1586
9edbff6c
KH
15872001-03-26 Kenichi Handa <handa@etl.go.jp>
1588
5f6c5771
SM
1589 * international/mule-diag.el (describe-coding-system):
1590 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1591 charsets they can encode.
1592
50b57199
EZ
15932001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1594
1595 * help.el (view-lossage): Mention open-dribble-file in the doc
1596 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1597
5b83f9c0
SM
15982001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1599
1600 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1601 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1602
e0ecbf5c
KH
16032001-03-23 Kenichi Handa <handa@etl.go.jp>
1604
5b83f9c0
SM
1605 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1606 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1607 multibyte sequence can work correctly.
1608 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1609 property of the coding system.
1610
1cc218de
SM
16112001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1612
1613 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1614 Fix transcription typo.
1615
a3db02ad
RV
16162001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1617
1618 * whitespace.el: Add buffer local variables to toggle testing of
1619 whitespaces in buffers without affecting the default values.
a3db02ad 1620 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1621 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1622 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1623 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1624
83c9cb8e
SM
16252001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1626
1627 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1628
180d5509
GM
16292001-03-21 Gerd Moellmann <gerd@gnu.org>
1630
eeb5b5c1
GM
1631 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1632 bs-cycle-configuration-name. From Juanma Barranquero
1633 <lektu@uol.com.br>.
1634
170a9e70
GM
1635 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1636 and cc-vars.el.
1637
180d5509
GM
1638 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1639 headers. Always invoke sendmail with option -t.
1640
130c507e
GM
16412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1642
1643 * Release of cc-mode 5.28.
1644
16452000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1646
1647 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1648 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1649 It's instead taken care of by the default value for c-default-style.
130c507e 1650
130c507e
GM
16512000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1652
1653 * cc-align.el (c-lineup-math): Fix bug where lineup was
1654 triggered by equal signs in string literals.
1655
16562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1657
1658 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1659 limit detection when at the ends of the buffer.
1660
1661 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1662 "for" statement clause in case 7F; a better one is done
1663 earlier in case 7D anyway.
1664
16652000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1666
1667 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1668 somewhat more and did a small optimization.
1669
16702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1671
1672 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1673 Use the limit argument only to limit the syntactic context
1674 search, not to limit the actual movement.
1675
1676 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1677 inside multiline strings, just like in comments. Also various
1678 fixes to the paragraph and comment prefix recognition, block
1679 comment ender handling etc.
1680
16812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1682
1683 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1684 the relative position of the point.
1685
1686 * cc-cmds.el (c-electric-continued-statement): New function to
1687 use as abbrev hook to reindent for keywords such as "else"
1688 that continues an earlier statement.
1689
1690 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1691 like classes.
1692
1693 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1694 (pike-mode): Populate the default abbrev tables to reindent for
1695 keywords such as "else" that can continue earlier statements.
1696 Abbrev mode is therefore turned on by default now. (Note that
1697 this doesn't apply to idl-mode, since IDL afaik doesn't have
1698 statements at all.)
1699
17002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1701
1702 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1703 bracelists where the declaration contains template arguments.
1704
17052000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1706
83c9cb8e
SM
1707 * cc-cmds.el (c-comment-indent):
1708 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1709 syntactic indentation. Fixes bug with lineup functions that
1710 return vectors.
1711
1712 * cc-engine.el (c-get-syntactic-indentation): Split the
1713 indentation sum calculation from `c-indent-line' to a separate
1714 function.
1715
17162000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1717
1718 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1719 Fixed places where it was assumed that preprocessor directives
1720 have to start in column zero.
1721
1722 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1723 template arguments after a class identifier properly.
1724
1725 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1726 lists for `new Foo[]' constructs in Java as expressions and
1727 not top level definition brace lists on the top level, so that
1728 they'll get indented consistently with the same type of
1729 expression in a normal block.
1730
17312000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1732
1733 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1734 whether the adaptive filling package fails to keep the comment
1735 prefix is now kludged further to check for filladapt-mode
1736 which doesn't have that problem. This is really icky, but it's
1737 the only way that works with the current misfeatures/bugs in
1738 both adaptive-fill-mode and filladapt-mode.
1739
1740 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1741 around point is recognized more robust.
1742
17432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1744
1745 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1746 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1747 (c-lit-type): Fixed all internal variables used dynamically so
1748 that they are always bound.
1749
1750 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1751 errors:
1752
1753 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1754 the region is fully reindented even when an error occurs.
1755 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1756 whole lot of code that tried to optimize indentation of whole
1757 sexps but in reality accomplishes nothing.
1758
1759 (c-indent-sexp): Use c-indent-region.
1760
1761 (c-parsing-error): Changed this variable to hold the message
1762 for any syntactic error that is discovered.
1763
1764 (c-parse-state): Search backward from point instead of the bod
1765 position when the latter is invalid. This makes CC Mode
1766 recover faster when there are unbalanced close braces.
1767
1768 (c-backward-to-start-of-if): Use c-parsing-error to report
1769 dangling "else" clauses instead of throwing an error, and fall
1770 back to a reasonable position.
1771
83c9cb8e 1772 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1773
83c9cb8e 1774 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
1775
17762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1777
1778 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
1779 paragraph recognition when moving by sentence in literals.
1780
83c9cb8e
SM
1781 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
1782 start regexp for javadoc to recognize javadoc markup in general instead
1783 of a specific set of keywords, to be more future-safe.
130c507e
GM
1784
1785 (c-Pike-pikedoc-paragraph-start)
1786 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
1787 pikedoc markup.
1788
83c9cb8e 1789 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 1790
83c9cb8e 1791 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
1792
1793 * cc-vars.el (c-default-style): Made a nicer Customize widget.
1794
1795 (c-comment-prefix-regexp): Made it possible to use an
1796 association list on this to specify mode specific regexps.
1797 The default value now use a special regexp in Pike mode to
1798 recognize pikedoc markup.
1799
1800 (c-current-comment-prefix): New variable containing the actual
1801 regexp from c-comment-prefix-regexp for the current buffer.
1802
18032000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1804
1805 * cc-cmds.el (c-electric-brace): Fixed check for special brace
1806 lists: We can't look at the syntax, since a brace list can get
1807 recognized as a plain statement-cont.
1808
1809 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
1810 special brace list opener broken over two lines got recognized
1811 as a statement on the second line. Case 9A changed.
1812
18132000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1814
1815 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
1816 adjustment after line is reindented.
1817
18182000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1819
1820 * cc-defs.el (c-point): Added optional argument for position
1821 to use instead of the current point.
1822
1823 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
1824 the in-expression block symbols when the construct starts at
1825 boi, to avoid the extra level of indentation in that case.
1826 Cases 4, 16A and 17E affected.
1827
18282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1829
1830 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 1831 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
1832
1833 * cc-engine.el (c-indent-line): Use the syntax already bound
1834 to `c-syntactic-context', if there is any.
1835
18362000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1837
1838 * cc-engine.el (c-get-offset): Fixed bug where the indentation
1839 wasn't added up correctly when a lineup function returned nil.
1840
18412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1842
1843 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 1844 empty lines were ignored when collecting line comments backwards.
130c507e
GM
1845
18462000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1847
1848 * cc-align.el (c-lineup-dont-change): Return an absolute
1849 indentation column to work correctly in the case when several
1850 syntactic elements are processed for the same line.
1851
1852 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
1853 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
1854 (c-set-offset): Added absolute indentation column settings by
1855 using the vector type.
1856
130c507e
GM
18572000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1858
1859 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
1860 Implemented two new cleanups `space-before-funcall' and
1861 `compact-empty-funcall'.
1862
130c507e
GM
18632000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1864
1865 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
1866 helping building regexps.
1867
1868 * cc-engine.el (c-on-identifier): New function for detecting
1869 identifiers. It takes keywords into account.
1870
1871 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
1872 lists. `c-keywords' is set to a regexp matching all keywords
1873 in the current language.
1874
18752000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1876
1877 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
1878 list of characters to skip backwards over at the beginning of
1879 a statement, since it can precede string literals in Pike.
1880
18812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1882
1883 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
1884 recognition when standing on the last line in a C++ comment
1885 with nothing but whitespace after the prefix.
1886
1887 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
1888 given no limit argument.
1889
18902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1891
1892 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
1893 recognition for the `[]= operator symbol in Pike.
1894
18952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1896
1897 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
1898 around a bug in `eval-when-compile' in the byte compiler.
1899
1900 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 1901 value when count is zero and there's no token start within the limit.
130c507e
GM
1902
1903 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
1904 "prefix comments", i.e. comments which are followed by code on
1905 the same line.
1906
1907 * cc-mode-19.el: Fixes so that checks that must be done at
1908 compile time also are done then.
1909
19102000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1911
1912 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
1913 time and at runtime, and only when it's needed.
1914
19152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1916
1917 Major cleanup for less error prone and more warning free
1918 compilation, including some fixes for bugs due to different
1919 compilation orders. Thanks to Martin Buchholz for providing
1920 the basis for all this.
1921
1922 * cc-bytecomp.el: New file that provides some byte compilation
1923 features: It ensures that files always are loaded from the
1924 current source directory during compilation, and it provides a
1925 set of macros to turn off specific compiler warnings for
1926 specific symbols. (It's not CC Mode specific in any way.)
1927
1928 Fixed a nearly acyclic dependency tree (both runtime and
1929 compile-time) between all files.
1930
1931 * cc-defs.el: Separated all macros before the inline functions,
1932 to ensure correct compilation.
1933
1934 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
1935 cc-defs.el to cc-engine.el and made it a function instead.
1936
1937 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
1938 about char-after.
1939
1940 * cc-vars.el: Cope even when there isn't a custom package
1941 containing defcustom available.
1942
1943 * cc-make.el: Removed since it's no longer necessary.
1944
1945 README: Updated installation instructions.
1946
19472000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1948
1949 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
1950 improve the modularity: Moved all mode init stuff from
1951 cc-langs.el to cc-mode.el, including the keymap
1952 initialization; cc-langs now only contains the various
1953 variables for configuring the language syntax.
1954
83c9cb8e
SM
1955 * cc-engine.el, cc-styles.el (c-evaluate-offset)
1956 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 1957 dependency analysis suggests they belong there (which also
83c9cb8e 1958 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
1959
19602000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1961
1962 * cc-cmds.el (c-fn-region-is-active-p): New function that
1963 wraps the corresponding macro, for use in places that aren't
1964 compiled. Thanks to Martin Buchholz for pointing out this.
1965
83c9cb8e 1966 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
1967
1968 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
1969 add things to the bug report.
1970
19712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1972
1973 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
1974 returned prefix could contain a newline when the search for a
1975 good prefix line failed.
1976
19772000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1978
1979 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
1980 (c-toggle-auto-hungry-state): Made the argument optional, as
1981 the documentation says it is.
1982
19832000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1984
1985 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
1986 multiline string syntax, #"...", as a cpp macro.
1987
7008ccac
GM
19882001-03-21 Paul Eggert <eggert@twinsun.com>
1989
83c9cb8e
SM
1990 * international/mule-cmds.el (set-locale-environment):
1991 Set system-messages-locale and system-time-locale, but only if the
7008ccac 1992 caller specifies a non-nil locale name.
3c9449d0 1993
c2478129 19942001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
1995
1996 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 1997 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 1998
117e4b0c
GM
19992001-03-20 Gerd Moellmann <gerd@gnu.org>
2000
7194219d
GM
2001 * follow.el (follow-avoid-tail-recenter): Doc fix.
2002
5721ae13
GM
2003 * custom.el (custom-set-variables): Avoid reversing the list
2004 of args needlessly.
2005
7b8bbf72
GM
2006 * startup.el (fancy-splash-head): Don't change the colors of the
2007 XPM image on a dark background.
2008
a91ad7c9
GM
2009 * comint.el (comint-exec-1): Set columns of the terminal to
2010 window-width instead of frame-width.
2011
fa88947e
GM
2012 * info.el (Info-scroll-down): Add missing WINDOW arg for
2013 pos-visible-in-window-p.
2014
1741905c
GM
2015 * ehelp.el (electric-help-mode-hook): Add defcustom.
2016
117e4b0c
GM
2017 * mail/sendmail.el (mail-mode): Activate case-folding in
2018 font-lock-defaults.
2019
e84c695d
SM
20202001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2021
2022 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2023 (completion-ignored-extensions): Remove duplicate ".class".
2024
fc774041
AS
20252001-03-19 Andreas Schwab <schwab@suse.de>
2026
83c9cb8e
SM
2027 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2028 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2029
c2c097cc
GM
20302001-03-19 Gerd Moellmann <gerd@gnu.org>
2031
2032 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2033 methods since there are not prefix input methods.
2034
fbe2e958
KH
20352001-03-19 Kenichi Handa <handa@etl.go.jp>
2036
83c9cb8e
SM
2037 * international/mule-cmds.el (read-input-method-name):
2038 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2039
da47e491
SM
20402001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2041
2042 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2043
4986c2c6 20442001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2045
4986c2c6
MK
2046 * ediff-util.el: Copyright years.
2047 (ediff-choose-syntax-table): New function.
2048 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2049
4986c2c6
MK
2050 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2051 with-syntax-table.
83c9cb8e 2052
4986c2c6 2053 * ediff.el: Date of last update, copyright years.
83c9cb8e 2054
4986c2c6 2055 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2056
4986c2c6
MK
2057 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2058 of Scott Bronson.
2059 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2060 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2061 Deleted functions.
2062 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2063 ex-token-list.
83c9cb8e 2064
4986c2c6 2065 * viper-util.el: Spaces, indentation.
83c9cb8e 2066
4986c2c6 2067 * viper.el: Changed version, modification time.
83c9cb8e 2068
3c799aec 20692001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2070
2071 * calendar/timeclock.el (timeclock-workday-remaining):
2072 Check whether `discrep' is non-null before using it.
3c799aec 2073
ae3ce418
JW
20742001-03-16 John Wiegley <johnw@gnu.org>
2075
2076 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2077 first-time checkins.
2078 (timeclock-log-data): Fixed problem with reading timelog log file.
2079 Resulting data in the "day list" was incorrect.
2080 (timeclock-find-discrep): Check if `timeclock-file' is readable
2081 before opening it.
2082 (timeclock-time-less-p): New function.
2083 (timeclock-day-base): New function.
2084 (timeclock-geometric-mean): New function.
2085 (timeclock-generate-report): Generate a summary report based on
2086 the contents of the log file. This uses `timeclock-log-data', and
2087 is an example of writing a timelog manipulation function.
2088 (timeclock-visit-timelog): A quick command for opening the timelog
2089 file.
2090 (timeclock-log-data): Bound the variable event.
2091
c8d4a9bb
KH
20922001-03-16 Kenichi Handa <handa@etl.go.jp>
2093
83c9cb8e
SM
2094 * international/mule-cmds.el (select-safe-coding-system):
2095 Fix typo: symbol-name -> symbol-value.
11d56c64 2096
c8d4a9bb
KH
2097 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2098 before substitute-in-file-name to handle double slashes in FILE
2099 correctly.
2100
c899e7e6
GM
21012001-03-15 Gerd Moellmann <gerd@gnu.org>
2102
2103 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2104 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2105
819dce0f
GM
21062001-03-14 Gerd Moellmann <gerd@gnu.org>
2107
697617d9
GM
2108 * bindings.el (features): Add `md5' and `overlay' to the list.
2109
819dce0f
GM
2110 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2111 bound before using it. It's not bound when configured without X,
2112 for instance.
2113
e0067a9d
TTN
21142001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2115
2116 * progmodes/hideshow.el: Update copyright.
2117 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2118 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2119
afcdc0a1
GM
21202001-03-13 Gerd Moellmann <gerd@gnu.org>
2121
e0067a9d 2122 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2123 a non-list.
2124
30564c48
EZ
21252001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2126
2127 * startup.el (fancy-splash-tail, command-line-1): Fix the
2128 copyright year.
2129
2b8e24b3
KH
21302001-03-13 Kenichi Handa <handa@etl.go.jp>
2131
2132 * term.el: These changes are based on a patch sent from Yong Lu
2133 <lyongu@yahoo.com>.
2134 (term-set-escape-char): Bind M-x to execute-extended-command in
2135 term-raw-escape-map.
2136 (term-move-columns): Don't try to move to negagive column.
2137 (term-emulate-terminal): Insert a string before deleting a text to
2138 overwrite.
2139
789b6186
GM
21402001-03-12 Gerd Moellmann <gerd@gnu.org>
2141
b0778a31
GM
2142 * play/life.el (life): Rearrange code so that all calls to
2143 life-display-generation are in a catch-form.
2144
04528cda
GM
2145 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2146 file that isn't interesting. In an interesting file, push the old
2147 value of point on the mark ring.
2148
760cefb5
GM
2149 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2150 New function.
2151 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2152 Use it.
2153
83c9cb8e
SM
2154 * emacs-lisp/autoload.el (generate-file-autoloads):
2155 Remove warning about line lengths.
789b6186 2156
a2ffbafe
FP
21572001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2158
2159 * progmodes/etags.el (tags-compression-info-list): New variable.
2160 (find-tag-in-order): Use it to deal with compressed source files.
2161 (tag-file-name-match-p): New function.
2162 (etags-recognize-tags-table): Use it for better match of file names.
2163
5c9d9d92
KH
21642001-03-12 Kenichi Handa <handa@etl.go.jp>
2165
ba3e9b9b
KH
2166 * international/mule-cmds.el (register-input-method): Doc fix.
2167
5c9d9d92
KH
2168 * international/quail.el (quail-translate-key): Fix condition to
2169 check if there's another breaking point in the current key.
2170
40beecee
EZ
21712001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2172
2173 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2174 Babyl header to the newly-created output file, bind
2175 coding-system-for-write to either rmail-file-coding-system or
2176 emacs-mule-unix.
2177
75c6cb7f
SM
21782001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2179
2180 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2181 Fix the name and regexp used for subsubsections.
2182
5ec17636
DL
21832001-03-10 Dave Love <fx@gnu.org>
2184
2185 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2186 and save-buffer if buffer-file-name non-nil. From rms.
2187
6d2e2c02
AS
21882001-03-10 Andre Spiegel <spiegel@gnu.org>
2189
2190 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2191 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2192 to reflect that.
2193 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2194 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2195 variable bindings that might affect the diff command.
2196 (vc-print-log): Don't switch to the *vc* buffer before the
2197 command, so that local variable bindings are preserved.
2198
789b6186 2199 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2200 not the current buffer.
2201 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2202
789b6186 2203 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2204 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2205
b18f5523
SM
22062001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2207
2208 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2209 so ^, $, *, ? and + are interpreted correctly.
2210
3cfd8357
GM
22112001-03-09 Gerd Moellmann <gerd@gnu.org>
2212
c085b77c 2213 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2214 mode-line-key-binding. Handle any event on a string.
2215 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2216
3cfd8357
GM
2217 * comint.el (comint-insert-clicked-input): Use the last key
2218 from this-command-keys to lookup the global key definition.
2219
348f797a
KH
22202001-03-09 Kenichi Handa <handa@etl.go.jp>
2221
3ebf3717
KH
2222 * international/characters.el: Add category `j' for
2223 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2224
348f797a
KH
2225 * international/mule-conf.el (no-conversion): Fix docstring.
2226 (raw-text): Fix docstring.
2227
e1fbabaf
GM
22282001-03-08 Gerd Moellmann <gerd@gnu.org>
2229
96e8e603
GM
2230 * simple.el (choose-completion-string): When not leaving the
2231 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2232 is set.
2233
e1fbabaf
GM
2234 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2235 parameter `(minibuffer . t)'.
2236
f9db8f19
SM
22372001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2238
2239 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2240 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2241 (sh-mode): Remove `make-local-variable' for unused var
2242 `font-lock-unfontify-region-function'.
2243
02756877
RS
22442001-03-07 Richard M. Stallman <rms@gnu.org>
2245
132bf46d
RS
2246 * info.el (Info-scroll-down): Fix previous change.
2247
02756877
RS
2248 * mail/rmail.el (rmail-toggle-header): Use a window which
2249 is showing the Rmail buffer, rather than the selected window.
2250
eeb24429
DL
22512001-03-07 Dave Love <fx@gnu.org>
2252
2253 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2254 now, to avoid problems with binding imenu directly to a mouse event.
2255
3bdf2660
GM
22562001-03-07 Gerd Moellmann <gerd@gnu.org>
2257
2258 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2259 second arg t.
2260
22612001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2262
2263 * log-edit.el (log-edit-common-indent): New var.
2264 (log-edit-set-common-indentation): Renamed from
2265 log-edit-delete-common-indentation. Use the new var.
2266 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2267
2268 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2269 (cvs-mode-add-change-log-entry-other-window):
2270 Don't presume change-log-default-name is defined.
2271
2272 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2273
2274 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2275 the "tree" operation as well.
2276
2277 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2278
2279 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2280 to match paragraph-start.
2281
2282 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2283 comment-start-skip and set comment-end-skip as well.
2284 (sgml-comment-indent): Fix for new value of comment-start-skip.
2285 (html-autoview-mode): Don't bother using make-local-hook.
2286
2ad02767
GM
22872001-03-07 Gerd Moellmann <gerd@gnu.org>
2288
189638d5 2289 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2290 variables, otherwise long Custom entries would make them ineffective.
189638d5 2291
2ad02767
GM
2292 * uniquify.el: Set maintainer to FSF.
2293
656f8cae
EZ
22942001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2295
2296 * dired-aux.el (dired-do-shell-command): Doc fix.
2297
c83965c4
SM
22982001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2299
04af43bc
SM
2300 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2301
2302 * which-func.el (which-func-modes): Add cperl-mode.
2303 (which-func-mode-global): Use define-minor-mode.
2304
2305 * info-look.el: Docstring fixes and dead code eliminated.
2306 (cperl-mode): Add support.
2307 (emacs-lisp-mode): List all entries from elisp manual, whether
2308 or not they are currently (f)bound or not. Update regexp.
2309
2310 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2311
c83965c4
SM
2312 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2313 so that C-h m shows the correct information.
2314 Use make-local-variable rather than make-variable-buffer-local.
2315 (cperl-info-buffer, cperl-setup-tmp-buf):
2316 Use make-local-variable rather than make-variable-buffer-local.
2317 (cperl-msb-fix, cperl-get-help-defer):
2318 Check major-mode for `cperl-mode' as well.
2319
2320 * progmodes/cperl-mode.el: Updated to author version 4.23.
2321 (cperl-electric-pod): SYNOPSIS was misspelled.
2322 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2323 (cperl-after-expr-p): Make true after __END__.
2324
f16a7aa5
GM
23252001-03-06 Gerd Moellmann <gerd@gnu.org>
2326
157ae273 2327 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2328 bookmark-completion-ignore-case is t.
157ae273 2329
f16a7aa5
GM
2330 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2331 switch, like xterm, and concat resource strings, with a newline
2332 between them.
2333
abaddb98
EZ
23342001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2335
a2ffbafe 2336 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2337 (cp773-decode-table, cp774-decode-table): New variables.
2338
abaddb98
EZ
2339 * man.el (Man-hyphenated-reference-regexp): New variable.
2340 (Man-build-references-alist): Use it to search for referenced
2341 manpages. If hyphenated is non-nil, record a concatenated word in
2342 Man-refpages-alist only if it matches Man-reference-regexp.
2343 Update word's length when it is concatenated. Reverse the list,
2344 to get the first manpage at the head.
2345 (Man-possibly-hyphenated-word): New function.
2346 (Man-follow-manual-reference): Use it instead of current-word to
2347 find a manpage at point, in a way that accounts for hyphenated
2348 references.
2349
eb3f61dd
GM
23502001-03-06 Alex Schroeder <alex@gnu.org>
2351
2352 * sql.el (sql-interbase): New function.
2353 (sql-interbase-program): New option.
2354 (sql-interbase-options): New option.
2355 And some typos fixed: "customise" to "customize".
2356
fa84f42a
DL
23572001-03-06 Dave Love <fx@gnu.org>
2358
83c9cb8e
SM
2359 * textmodes/flyspell.el (flyspell-region):
2360 Set up flyspell-local-mouse-map.
fa84f42a 2361
fda3411d
RS
23622001-03-05 Richard M. Stallman <rms@gnu.org>
2363
a2ffbafe 2364 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2365 Don't call rmail-beginning-of-message.
2366 Don't discard From: field. Do discard Received: field.
2367 Use unwind-protect to re-prune.
2368 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2369
e972ab1f
KH
23702001-03-06 Kenichi Handa <handa@etl.go.jp>
2371
2372 * international/quail.el (quail-title): Add autoload cookie.
2373
335db3c1
DL
23742001-03-05 Dave Love <fx@gnu.org>
2375
2376 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2377 new defs.
2378
278dd6ac
KH
23792001-03-05 Kenichi Handa <handa@etl.go.jp>
2380
83c9cb8e
SM
2381 * language/ethio-util.el (ethio-toggle-space):
2382 Update current-input-method-title if necessary.
36d5e61d
KH
2383 (ethio-toggle-punctuation): Likewise.
2384
341cd4f0
KH
2385 * international/quail.el (quail-title): Fix for the case that a
2386 title of an input method is specified by a list of the same form
2387 as used in mode-line-format.
2388
83c9cb8e
SM
2389 * international/mule-cmds.el (activate-input-method):
2390 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2391 respect that value.
2392
10ebaeb6
GM
23932001-03-05 Gerd Moellmann <gerd@gnu.org>
2394
2395 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2396
7a65c85c
GM
23972001-03-05 Alex Schroeder <alex@gnu.org>
2398
2399 * sql.el (sql-sybase): Fix typo (was: query user about server two
2400 times instead of server and database).
2401
2402 * sql.el (sql-sybase): Doc change.
2403 (sql-mysql): Doc change.
2404 (sql-postgres): Doc change.
2405
b86644f2
KH
24062001-03-05 Kenichi Handa <handa@etl.go.jp>
2407
83c9cb8e
SM
2408 * international/mule-conf.el (emacs-mule, raw-text):
2409 Docstring modified.
b86644f2 2410
e30bd7b7
EZ
24112001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2412
2413 * term/internal.el: Update copyright notice.
2414
2415 * term/pc-win.el: Update copyright notice.
2416
7e365285
DL
24172001-03-02 Dave Love <fx@gnu.org>
2418
83c9cb8e
SM
2419 * files.el (insert-file-contents-literally):
2420 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2421 not jka-compr-compression-info-list.
7e365285 2422
75ed43a6
SM
24232001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2424
2425 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2426 spaces in default comment-start-skip settings rather than \s-.
2427
53c4b1e6
EZ
24282001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2429
2430 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2431 default-frame-alist as well.
2432
028d739a
DL
24332001-03-01 Dave Love <fx@gnu.org>
2434
2435 * textmodes/reftex.el (defvar): Wrap some defvars in
2436 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2437
2438 * subr.el (event-basic-type): Doc fix.
2439
2440 * international/quail.el: Doc fixes.
2441
2442 * international/utf-8.el: Doc fixes.
2443
2444 * international/mule-cmds.el: Doc fixes.
2445 (leim-list-header): Fix header text.
2446
2447 * international/mule.el (coding-system-category): Doc fix.
2448
2449 * international/ccl.el (ccl-compile): Doc fix.
2450
15d1caef
SM
24512001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2452
2453 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2454 rather than (before|after)-change-functions.
2455
f84ff02c
GM
24562001-03-01 Gerd Moellmann <gerd@gnu.org>
2457
2458 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2459 scroll-left and scroll-right being called interactively so that
2460 they set the window's min_hscroll.
2461
e0c1e774
EZ
24622001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2463
2464 * info.el (info-insert-file-contents-1): Accept an additional
2465 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2466 `suffix'; otherwise use the complicated MS-DOS code.
2467 All callers changed.
e0c1e774
EZ
2468 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2469 can access long file names, try the long file-name version of
2470 `info-insert-file-contents-1', then the short file-name version.
2471
b8b2ea31 24722001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2473
af122766
KH
2474 * language/ethio-util.el (setup-ethiopic-environment-internal):
2475 Change bindings of functions keys to conform to "Emacs Lisp Coding
2476 Convention".
2477
2478 * language/ethiopic.el ("Ethiopic"): Add documentation.
2479
b8b2ea31
KH
24802001-02-28 Kenichi Handa <handa@etl.go.jp>
2481
1d64e2ad
KH
2482 * international/utf-8.el (mule-utf-8): Set coding-category
2483 property to coding-category-utf-8.
2484
91cb6e51
RS
24852001-02-27 Richard M. Stallman <rms@gnu.org>
2486
2487 * lpr.el (lpr-page-header-switches, print-region-1):
2488 Undo 2000-07-06 change.
7298f3f7
RS
2489 (lpr-add-switches): Default to t on gnu/linux.
2490
c0cb1027
GM
24912001-02-27 Gerd Moellmann <gerd@gnu.org>
2492
2493 * bs.el (bs-attributes-list): Doc fix.
2494
01459648
GM
24952001-02-26 Gerd Moellmann <gerd@gnu.org>
2496
baebd8a5 2497 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2498
01459648
GM
2499 * help.el (view-order-manuals): Use goto-address.
2500
2501 * startup.el (command-line-1): Add info about ordering manuals
2502 to the not so fancy splash screens.
2503
f93e614e
AS
25042001-02-26 Andre Spiegel <spiegel@gnu.org>
2505
01459648
GM
2506 * vc.el (vc-default-workfile-unchanged-p)
2507 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2508
12435002
GM
25092001-02-26 Gerd Moellmann <gerd@gnu.org>
2510
a2ffbafe 2511 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2512 fontify in the right buffer.
2513
12435002
GM
2514 * allout.el (outline-flag-region): Move macro in front of first
2515 use to avoid a run-time error.
2516
425de386
AI
25172001-02-24 Andrew Innes <andrewi@gnu.org>
2518
2519 * makefile.w32-in: Fix copyright notice.
2520
66c56ed1
KH
25212001-02-24 Kenichi Handa <handa@etl.go.jp>
2522
4c1593ce
KH
2523 * international/utf-8.el (mule-utf-8): Set correct value for
2524 valid-codes property.
2525
66c56ed1
KH
2526 * international/fontset.el (x-complement-fontset-spec): In the
2527 case that we use ASCII font for the other charsets, use only
15d1caef 2528 family and registry part of it.
66c56ed1 2529
119171dd
EZ
25302001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2531
2532 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2533 (shrink-window-if-larger-than-buffer): Doc fix.
2534
932c309e
SM
25352001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2536
2537 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2538 predicate passed to completing-read.
2539
9b760e36
EZ
25402001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2541
2542 * startup.el (command-line): Fix last change.
2543
5c39a60f
JR
25442001-02-23 Jason Rumney <jasonr@gnu.org>
2545
2546 * startup.el (tool-bar-originally-present): New variable.
2547 (command-line): Set it if the tool-bar is switched on at startup.
2548
2549 * frame.el (frame-notice-user-settings): Only adjust frame height
2550 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2551 From E. Jay Berkenbilt.
5c39a60f 2552
cb91b2c7
SM
25532001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2554
39b557e8
SM
2555 * server.el (server-switch-buffer): Only switch window if the
2556 current one is dedicated.
2557
cb91b2c7
SM
2558 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2559 rather than using (match-beginning 0) when searching for break point.
2560
9238a8df
EZ
25612001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2562
2563 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2564 @ follows an accent command such as @'. Support optional braces
2565 in commands that insert accents, like makeinfo does.
2566
3473f362
GM
25672001-02-22 Gerd Moellmann <gerd@gnu.org>
2568
2569 * startup.el (fancy-splash-text): Add a line for ordering
2570 manuals. Reverse order of splash screens shown.
2571 (use-fancy-splash-screens-p): Adapt to the text line added.
2572
2573 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2574 manuals from the FSF.
2575
2576 * help.el (view-order-manuals): New function.
2577 (toplevel): Bind C-h C-m to this function.
2578
76a4de07
SM
25792001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2580
2581 * newcomment.el (comment-forward): Skip the comment-start before
2582 searching for the comment-end.
2583
75b71d85
DL
25842001-02-21 Dave Love <fx@gnu.org>
2585
2f4c9a87
DL
2586 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2587
75b71d85
DL
2588 * international/mule-cmds.el, international/mule.el: Doc fixes.
2589
2590 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2591 (fortune) <defgroup>: Add :link.
2592 (fortune-from-region): Use eq, not eql.
2593
ffc9ff0c
GM
25942001-02-21 Gerd Moellmann <gerd@gnu.org>
2595
2596 * startup.el (fancy-splash-screens): Use display-hourglass
2597 instead of display-busy-cursor.
2598
2599 * frame.el (display-hourglass): Renamed from busy-cursor.
2600 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2601 (show-cursor-in-non-selected-windows): Doc fix.
2602
f34eb373
DL
26032001-02-20 Dave Love <fx@gnu.org>
2604
2605 * international/utf-8.el: Doc and commentary fixes.
2606
f55e4a7e
EZ
26072001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2608
2609 * ehelp.el (with-electric-help): Doc fix.
2610
fa97adf6
GM
26112001-02-20 Gerd Moellmann <gerd@gnu.org>
2612
2613 * msb.el (msb-mode): Call the update-buffers function explicitly
2614 with a FORCE argument.
2615
2616 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2617 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2618 returns nil.
2619
54ed3bd2
GM
26202001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2621
2622 * ps-print.el: Timestamp package replacement. Some enhancements.
2623 Some XEmacs compatibility. Doc fix.
2624 (ps-print-version): New version number (6.4).
2625 (ps-printer-name): Initialization fix.
2626 (ps-zebra-stripe-follow): Funcionality enhancement.
2627 (ps-prologue-file): Code enhancement.
2628 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2629 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2630 (ps-get-page-dimensions)
54ed3bd2
GM
2631 (ps-generate-header, ps-begin-file, ps-begin-job)
2632 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2633 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2634 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2635 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2636
e8ebf97d
MB
26372001-02-20 Miles Bader <miles@gnu.org>
2638
2639 * image-file.el (image-file-name-extensions): Add "tif".
2640
136b27c5
GM
26412001-02-19 Gerd Moellmann <gerd@gnu.org>
2642
2643 * wid-edit.el (widget-button-click): Save the selected window
2644 around the code handling clicks on buttons.
2645
6ebbcf59
DL
26462001-02-18 Dave Love <fx@gnu.org>
2647
2648 * imenu.el (imenu--generic-function): Use mapc to iterate over
2649 syntax characters.
2650
595ded73
RS
26512001-02-17 Richard M. Stallman <rms@gnu.org>
2652
b9fe3dc8
RS
2653 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2654
595ded73
RS
2655 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2656
f3f053f3
GM
26572001-02-16 Gerd Moellmann <gerd@gnu.org>
2658
2659 * mouse.el (mouse-save-then-kill): If the distance from the new
2660 point to the mark is equal to the distance of point from the new
2661 point, move point instead of the mark.
2662
11570a8f
DL
26632001-02-16 Dave Love <fx@gnu.org>
2664
2665 * textmodes/flyspell.el (flyspell-get-word): Return string without
2666 properties.
2667
fb339cd5
EZ
26682001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2669
2670 * generic.el (generic-find-file-regexp): Doc fix.
2671 (generic-ignore-files-regexp): New defcustom.
2672 (generic-mode-find-file-hook): If the file's name matches the
2673 regexp in `generic-ignore-files-regexp', don't enter
2674 default-generic-mode. Doc fix.
2675
c56b1c1b
GM
26762001-02-16 Gerd Moellmann <gerd@gnu.org>
2677
a2ffbafe 2678 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2679 Add autoload cookies.
2680
a2ffbafe 2681 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2682 of cal-tex-24.
2683
0d140e65
EZ
26842001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2685
81558867
EZ
2686 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2687
0d140e65
EZ
2688 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2689 the character class after the (optional) drive, to support file
2690 names with embedded blanks.
2691
713f7b15
SS
26922001-02-15 Sam Steingold <sds@gnu.org>
2693
2694 * textmodes/tex-mode.el (tex-shell-running):
2695 Check the process buffer too.
2696
9a2a6f73
DL
26972001-02-15 Dave Love <fx@gnu.org>
2698
2699 * battery.el (battery-status-function): Fix doc, :type.
2700
15d1caef 2701 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2702
fe10cef0
GM
27032001-02-15 Gerd Moellmann <gerd@gnu.org>
2704
2705 * subr.el (read-passwd): Clear Lisp memory holding password.
2706
126f5d4d
MB
27072001-02-15 Miles Bader <miles@gnu.org>
2708
2709 * info.el (Info-copy-current-node-name): New function.
2710 (Info-mode-menu): Add it to the menu.
2711
92e98d63
RS
27122001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2713
2714 * international/mule-cmds.el (toggle-input-method): Doc fix.
2715
dd4e0e55
SM
27162001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2717
2718 * replace.el (occur): Stop at end of buffer.
2719
402dbbd1
EZ
27202001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2721
2722 * international/mule-cmds.el (set-input-method): Another doc fix.
2723
e9fcba3d
GM
27242001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2725
2726 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2727
78ad1cd5
MB
27282001-02-13 Miles Bader <miles@gnu.org>
2729
713f7b15 2730 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2731 (set-face-stipple): Treat a value of nil as being `unspecified'.
2732
fce9d9dc
DL
27332001-02-12 Dave Love <d.love@dl.ac.uk>
2734
2735 * international/latin1-disp.el: Doc fixes.
2736 (latin1-display) <defgroup>: Add :link.
2737 (latin1-display) <function>: Set variable latin1-display.
2738
bc406911
EZ
27392001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2740
2741 * international/mule-cmds.el (set-input-method): Doc fix.
2742
68514d48
EL
27432001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2744
2745 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2746 (speedbar-line-file): Return nil if not a file.
2747 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2748
513bea45 27492001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2750
513bea45
MK
2751 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2752 for remote files.
bc406911 2753 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2754 with raw-text.
713f7b15 2755
513bea45 2756 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2757
83c9cb8e
SM
2758 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2759 Better handling of the diff mode.
713f7b15 2760
513bea45 2761 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2762
bc406911 2763 * viper.texi: Fix typos.
713f7b15 2764
521d4010
DL
27652001-02-11 Dave Love <fx@gnu.org>
2766
36fd8e17
DL
2767 * shadowfile.el: Doc fixes.
2768 (shadow) <defgroup>: Add :link.
2769 (shadowfile-unload-hook): New function.
2770 (shadow-initialize): Use defalias, not fset.
2771 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2772 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2773
521d4010
DL
2774 * international/mule.el: Doc and message fixes.
2775
36fd8e17
DL
2776 * international/ccl.el (define-ccl-program): Doc fix.
2777
92395bbe
KH
27782001-02-11 Kenichi Handa <handa@etl.go.jp>
2779
2780 * faces.el (mode-line): Set :line-width property to -1.
2781
103db06c
RS
27822001-02-10 Richard M. Stallman <rms@gnu.org>
2783
08b78974
RS
2784 * complete.el (partial-completion-mode): Doc fix.
2785
103db06c
RS
2786 * simple.el (delete-key-deletes-forward-mode):
2787 Change `let' to `let*' to fix gross bug in last change.
2788
2789 * repeat.el (repeat): Don't let execute-kbd-macro alter
2790 real-last-command.
2791
a6a1ee53
EZ
27922001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
2793
2794 * simple.el (eval-expression): Doc fix.
2795
d2f288c6
DL
27962001-02-09 Dave Love <fx@gnu.org>
2797
038f4ae3
DL
2798 * imenu.el (imenu-generic-expression): Doc fix.
2799
83c9cb8e
SM
2800 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
2801 From Juanma Barranquero.
038f4ae3 2802
15d1caef 2803 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 2804
9804b846
KH
28052001-02-09 Kenichi Handa <handa@etl.go.jp>
2806
2807 * faces.el (set-face-attribute): Describe the case of a negative
2808 value specified for :line-width.
2809
532f5197
SM
28102001-02-08 Stefan Monnier <monnier@cs.yale.edu>
2811
2812 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 2813 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 2814
1d279666
DL
28152001-02-08 Dave Love <fx@gnu.org>
2816
4681ca3a
DL
2817 * wid-edit.el (widget-plist-convert-widget): Replace binding of
2818 widget-plist-value-type.
2819 (widget-alist-convert-widget): Replace binding of
2820 widget-alist-value-type.
2821
1d279666
DL
2822 * textmodes/paragraphs.el (sentence-end): Doc fix.
2823
83c9cb8e
SM
2824 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
2825 Remove `backward-line'.
1d279666 2826
532f5197
SM
2827 * play/pong.el (pong-blank-color, pong-bat-color)
2828 (pong-ball-color, pong-border-color, pong-left-key)
2829 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
2830 (pong-pause-key, pong-resume-key, pong-timer-delay):
2831 * mail/mh-comp.el (mh-compose-letter-function):
2832 * eshell/esh-mode.el (eshell-skip-prompt-function):
2833 * emulation/viper-ex.el (ex-unix-type-shell-options):
2834 * recentf.el (recentf-menu-filter):
2835 * ps-print.el (ps-print-region-function):
2836 * lpr.el (print-region-function):
2837 * forms.el (forms-mode-hooks):
2838 * dirtrack.el (dirtrack-directory-change-hook):
2839 * cus-start.el (temp-buffer-show-function, display-buffer-function):
2840 * textmodes/spell.el (spell-filter):
2841 * textmodes/fill.el (adaptive-fill-function):
2842 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
2843 * progmodes/etags.el (find-tag-default-function):
2844 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
2845 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
2846
6f676109
EZ
28472001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
2848
751d3bc4
EZ
2849 * emulation/viper-init.el (viper-fast-keyseq-timeout)
2850 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
2851 Meyering <jim@meyering.net>.
2852
6f676109
EZ
2853 * loadup.el: Revert last change.
2854
d3c26cdf
KH
28552001-02-07 Kenichi Handa <handa@etl.go.jp>
2856
83c9cb8e
SM
2857 * international/mule.el (transform-make-coding-system-args):
2858 Make it work also for coding systems not using CCL.
d3c26cdf 2859
44806980
EZ
28602001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2861
9889af08
EZ
2862 * simple.el (previous-matching-history-element)
2863 (next-matching-history-element): Doc fix.
2864
44806980
EZ
2865 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
2866 specific part.
2867
1e36ff68
DL
28682001-02-06 Dave Love <fx@gnu.org>
2869
713f7b15 2870 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
2871 (add-log-buffer-file-name-function, add-log-file-name-function):
2872 Fix :type.
2873 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
2874
c7ca58df
EZ
28752001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2876
fecd556a
EZ
2877 * info.el (info-initialize): Remove the test for system-type when
2878 invocation-directory is non-nil.
2879
c7ca58df
EZ
2880 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
2881 of `font-lock-defaults' to `backward-paragraph' rather than nil.
2882
587b5737
AI
28832001-02-06 Andrew Innes <andrewi@gnu.org>
2884
2885 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
2886 absolute.
2887
baf7eee4
GM
28882001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
2889
2890 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
2891 buffers. When hi-lock turned on rather than only checking current
2892 buffer for regexps, all buffers are checked. Moved activation of
2893 font-lock to hi-lock-refontify. When font-lock turned off rather
2894 than removing added highlighting just in current buffer, remove it
2895 in all buffers. Changed edit menu text from "Automatic
2896 Highlighting" to "Regexp Highlighting" Documentation for
2897 highlighting phrases, minor documentation changes.
2898 (hi-lock-set-file-patterns): Execute only if there are new or
2899 existing file patterns.
2900 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
2901 unfontify and, if a support mode is active, will not refontify the
2902 whole buffer. If necessary, turn on font lock. (Removed
2903 font-lock-unfontify and font-lock support-mode-specific calls,
2904 such as lazy-lock-fontify-window.)
2905 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
2906 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 2907 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
2908 (hi-lock-face-phrase-buffer): New function. Also added related
2909 menu item and keybinding.
2910 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
2911 (hi-lock-process-phrase): New function.
2912 (hi-lock-line-face-buffer): Doc fixes.
2913 (hi-lock-face-buffer): Doc fixes.
2914 (hi-lock-unface-buffer): Doc fixes.
713f7b15 2915
36710aa6
GM
29162001-02-06 Gerd Moellmann <gerd@gnu.org>
2917
2918 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
2919 dabbrev-ignored-regexps.
2920
d3f22784
EZ
29212001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
2922
2923 * simple.el (kill-line): Doc fix.
2924
5cb3c8d4
DL
29252001-02-05 Dave Love <fx@gnu.org>
2926
2927 * loadup.el: Revert last two changes -- bootstrapping works with
2928 regenerated loaddefs.
2929
e6297e7d
EZ
29302001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
2931
1e14b095
EZ
2932 * isearch.el (isearch-forward): Doc fix.
2933
e6297e7d
EZ
2934 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
2935 of font-lock-defaults to backward-paragraph.
2936
e16f52ce
GM
29372001-02-05 Gerd Moellmann <gerd@gnu.org>
2938
2939 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
2940 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
2941
01d19dd7
GM
29422001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2943
2944 * ebnf2ps.el: Eliminate time-stamp functions.
2945 (ebnf-version): New version (3.5).
2946 (ebnf-eps-finish-and-write): Replace time-stamp functions by
2947 format-time-string.
2948
24886813
GM
29492001-02-05 Gerd Moellmann <gerd@gnu.org>
2950
2951 * simple.el (next-line): Goto end-of-line before inserting a newline.
2952
65e70fc4
MB
29532001-02-05 Miles Bader <miles@gnu.org>
2954
2955 * image-file.el (insert-image-file): When visiting an image, also
2956 set `truncate-lines' to t so that any fringe arrow looks correct.
2957
482f06c9
KH
29582001-02-05 Kenichi Handa <handa@etl.go.jp>
2959
2960 * isearch.el (isearch-forward): Add description about input method
2961 in the docsting.
2962
02399da7
SM
29632001-02-04 Stefan Monnier <monnier@cs.yale.edu>
2964
2965 * skeleton.el (skeleton-internal-1): Always push the mark for @.
2966
2c366083
EZ
29672001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
2968
2969 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 2970 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 2971
bdadfce3
GM
29722001-02-02 Gerd Moellmann <gerd@gnu.org>
2973
79fb38c0
GM
2974 * wid-edit.el (widget-button-click): Fix last change.
2975
bdadfce3
GM
2976 * frame.el (frame-notice-user-settings): When resizing the initial
2977 frame because the tool bar is off, also change the frame's top
2978 position if a negative top position was specified.
2979
33155ffb
MB
29802001-02-02 Miles Bader <miles@gnu.org>
2981
2982 * image-file.el (insert-image-file): When visiting an image,
2983 suppress the cursor in the image buffer.
2984
1355ba0c
DL
29852001-02-01 Dave Love <fx@gnu.org>
2986
2987 * progmodes/f90.el (f90-mode): Remove startup message.
2988
fb758d2d 2989 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 2990
01acdb05
GM
29912001-02-01 Gerd Moellmann <gerd@gnu.org>
2992
2993 * startup.el (command-line): Fix code determining whether or not
2994 to use delete-key-deletes-forward-mode.
2995
5b1ee316
AS
29962001-02-01 Andre Spiegel <spiegel@gnu.org>
2997
2998 * vc.el (vc-diff-switches): New user option.
2999 (vc-version-diff): Use it.
3000 (vc-diff-switches-list): New macro.
3001
83c9cb8e
SM
3002 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3003 New customization options.
5b1ee316
AS
3004 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3005
3006 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3007
00b1e7a1
GM
30082001-02-01 Gerd Moellmann <gerd@gnu.org>
3009
3010 * msb.el (toplevel): Quote hook symbols.
3011
85827036
KH
30122001-02-01 Kenichi Handa <handa@etl.go.jp>
3013
8e028499 3014 * international/mule.el (make-coding-system): Add description
3c948dde 3015 about recognized properties in the docstring.
8e028499 3016
85827036
KH
3017 * international/mule-conf.el: Remove unused charsets
3018 mac-roman-lower and mac-roman-upper.
3019
7ccf7ab9
GM
30202001-01-31 Gerd Moellmann <gerd@gnu.org>
3021
2441692d
GM
3022 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3023 is in front of the left-margin, if any.
3024
ee5cece0
GM
3025 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3026 like `delete'.
3027
83c9cb8e 3028 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3029
7ccf7ab9
GM
3030 * term/w32-win.el (mouse-set-font): Doc fix.
3031
b4f30ec5 30322001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3033
b4f30ec5
GM
3034 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3035 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3036 on already.
3037
03e0fe6e
GM
30382001-01-31 Markus Rost <rost@math.ohio-state.edu>
3039
3040 * files.el (save-buffer): Don't give message if (buffer-file-name)
3041 returns nil.
713f7b15 3042
8f289acc
EZ
30432001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3044
cb4aae04
EZ
3045 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3046
dbd98b19
EZ
3047 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3048 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3049
8f289acc
EZ
3050 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3051 display problems.
3052
c12553c1
KH
30532001-01-31 Kenichi Handa <handa@etl.go.jp>
3054
c7bf5db9
KH
3055 * international/mule.el (charset-info): Fix docstring.
3056
3057 * international/mule-diag.el (describe-character-set): Check final
3058 char valid before printing it.
c12553c1 3059
14f16b9c
GM
30602001-01-30 Gerd Moellmann <gerd@gnu.org>
3061
efaa080b
GM
3062 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3063
eef93f99
GM
3064 * frame.el (frame-notice-user-settings): Do the tool-bar
3065 stuff only for graphical displays. Fix a braino.
713f7b15 3066
14f16b9c
GM
3067 * frame.el (frame-initialize): Create initial frame visible.
3068 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3069 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3070
3071 * startup.el (command-line): Remove manipulation of frame
3072 height for tool bars.
3073
4ad25e43
EZ
30742001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3075
3076 * lpr.el: Compatibility with XEmacs and doc fixes.
3077 (lpr-windows-system, lpr-lp-system): New vars.
3078 (lpr-printer-switch): New defcustom.
3079 (printer-name, lpr-command): Customization fix.
3080 (print-region-1): Code fix.
3081 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3082 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3083 New functions.
4ad25e43 3084
e8f044a0
GM
30852001-01-29 Gerd Moellmann <gerd@gnu.org>
3086
3087 * msb.el (toplevel): Fix the eval-after-load.
3088
850d5045
GM
30892001-01-29 Dave Love <fx@gnu.org>
3090
762fe76e
DL
3091 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3092
3093 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3094
83c9cb8e 3095 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3096 (tcl-using-emacs-19-23): Consider Emacs 21+.
3097 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3098 (tcl-add-emacs-menu): Supply menu name.
3099 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3100
3a768251
GM
31012001-01-29 Gerd Moellmann <gerd@gnu.org>
3102
3103 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3104
274d02f7
SM
31052001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3106
3107 * pcvs.el (cvs-mark-fis-dead): New function.
3108 (cvs-mode-add): Use it.
3109 (cvs-mode-add-change-log-entry-other-window):
3110 Rebind change-log-default-name to itself rather than to nil.
3111
ed5d446e
SS
31122001-01-29 Sam Steingold <sds@gnu.org>
3113
efaa080b 3114 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3115 `autoload' statements.
3116
e2a80284
EZ
31172001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3118
8e1db7b3
EZ
3119 * files.el (confirm-kill-emacs): Doc fix.
3120
ff2a1c79
EZ
3121 * frame.el (frame-initialize): Doc fix.
3122
e7b0deaf
EZ
3123 * time-stamp.el (time-stamp-string): Doc fix.
3124
83c9cb8e
SM
3125 * woman.el (WoMan-log-1): Make the log buffer writable.
3126 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3127
005913e4
GM
31282001-01-29 Gerd Moellmann <gerd@gnu.org>
3129
3130 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3131 the `make-variable-buffer-local'.
3132
58622cc5
GM
31332001-01-29 Dave Love <fx@gnu.org>
3134
3135 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3136 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3137 Add autoload cookie.
58622cc5
GM
3138 (ansi-color-apply-sequence): Fix typo.
3139
0404d031
GM
31402001-01-29 Gerd Moellmann <gerd@gnu.org>
3141
ed5d446e 3142 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3143 Postscript printing in black and white.
3144
0404d031
GM
3145 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3146 X-Mailman-Version, Precedence, List-Help, List-Post,
3147 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3148 Content-Type, Content-Length.
3149
3b6ed359
DL
31502001-01-29 Dave Love <fx@gnu.org>
3151
ddd16e7a
DL
3152 * elide-head.el (elide-head): Make overlay evaporate.
3153
83c9cb8e 3154 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3155
8005142f
EZ
31562001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3157
3158 * isearch.el (isearch-highlight): Don't punt if the display
3159 doesn't support colors, since isearch faces are defined for
3160 monochrome displays as well.
3161
84728570
SS
31622001-01-27 Sam Steingold <sds@gnu.org>
3163
3164 * shell.el (shell-write-history-on-exit): Make sure that we are in
3165 the shell buffer (M-x tex-file RET inserted the error message into
3166 the TeX buffer).
3167
e26f9ced
EZ
31682001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3169
3170 * simple.el (transient-mark-mode): Doc fix.
3171
dc0274bd
GM
31722001-01-27 Gerd Moellmann <gerd@gnu.org>
3173
83c9cb8e 3174 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3175
c1acacc4
EZ
31762001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3177
f5058b96
EZ
3178 * shell.el (shell-unquote-argument): If the shell is one of the
3179 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3180 quote character.
3181 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3182 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3183
c1acacc4 3184 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3185 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3186
103db06c 31872001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3188
84728570 3189 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3190 Treat a one-capital-letter abbrev as "not all upper case",
3191 so as to force preservation of the expansion's pattern
3192 if the expansion starts with a capital letter.
3193
cfa70244
EZ
31942001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3195
cfee9de7
EZ
3196 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3197 Doc fix.
3198
cfa70244
EZ
3199 * simple.el (transient-mark-mode): Document the fact that many
3200 commands act on the region when mark is active.
3201
17d90d6b
KH
32022001-01-27 Kenichi Handa <handa@etl.go.jp>
3203
3204 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3205 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3206 (quail-show-guidance-buf): Make the multibyteness of current
3207 buffer inherited to Quail guidance buffer.
3208 (quail-help): Make the multibyteness of current buffer inherited
3209 to Quail help buffer.
3210
61076b20
DL
32112001-01-26 Dave Love <fx@gnu.org>
3212
c47e2c68
DL
3213 * time-stamp.el: Doc fixes.
3214
84728570 3215 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3216 (delphi-keyword-face, delphi-other-face): Fix :type.
3217
940f14b4
DL
3218 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3219
3220 * mail/feedmail.el (feedmail): Add :link.
3221 (feedmail-send-it): Doc fix.
3222
3223 * mail/sendmail.el: Doc fixes.
3224 (sendmail-send-it): Fix the non-ASCII regexp and use
3225 rfc2047-encode-string.
3226
61076b20
DL
3227 * dired.el, dired-aux.el: Revert last change.
3228
6c317bd2
GM
32292001-01-26 Gerd Moellmann <gerd@gnu.org>
3230
3231 * makefile.w32-in (DONTCOMPILE): Add various term files.
3232
32332001-01-26 Dave Love <fx@gnu.org>
3234
3235 * Makefile.in (DONTCOMPILE): Add various term files.
3236
1c636b5f
GM
32372001-01-26 Gerd Moellmann <gerd@gnu.org>
3238
af900b23
GM
3239 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3240
15fa6db0 3241 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3242 the echo area is resized to fit the size of the startup message.
15fa6db0 3243
1c636b5f
GM
3244 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3245 part of which is a constant.
3246
9b1adbd5
EZ
32472001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3248
83c9cb8e 3249 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3250
103db06c 32512001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3252
3253 * simple.el (next-line): Don't let `newline' expand abbrevs.
3254 Simplify slightly.
3255 (open-line): Don't let `newline' expand abbrevs.
3256
219227ea
JW
32572001-01-25 John Wiegley <johnw@gnu.org>
3258
3259 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3260 to `repeat' in the :type field.
3261
3262 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3263 allow a choice of regexp or nil.
d2906bf8 3264 (pcomplete-dir-ignore): Same.
219227ea
JW
3265
3266 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3267 a command) to always fail.
3268
ceba0dac
GM
32692001-01-25 Gerd Moellmann <gerd@gnu.org>
3270
3271 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3272 discard the result.
3273 (iswitchb-to-end): Likewise.
3274
9b0630e5
SS
32752001-01-25 Sam Steingold <sds@gnu.org>
3276
3277 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3278 Require vc.
9b0630e5 3279
a2ed9670
SM
32802001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3281
f0c1adab
SM
3282 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3283
a2ed9670
SM
3284 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3285
34ac3367
DL
32862001-01-25 Dave Love <fx@gnu.org>
3287
61076b20
DL
3288 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3289 (describe-coding-system): Tweak the English text.
3290
34ac3367
DL
3291 * loadup.el: Preload international/ccl for utf-8.
3292
4685e6b7
EZ
32932001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3294
3295 * mail/rmail.el (rmail-redecode-body): Doc fix.
3296
0fdb4475
KH
32972001-01-25 Kenichi Handa <handa@etl.go.jp>
3298
83c9cb8e
SM
3299 * international/mule-cmds.el (reset-language-environment):
3300 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3301
83c9cb8e
SM
3302 * international/mule-conf.el (coding-category-utf-8):
3303 Initialize to mule-utf-8.
0fdb4475 3304
9b0630e5 3305 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3306
3307 * international/utf-8.el: New file.
3308
245ed2b1
SM
33092001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3310
3311 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3312
e95b0c08
SS
33132001-01-24 Sam Steingold <sds@gnu.org>
3314
3315 * dired.el (dired-replace-in-string): Removed.
3316 (dired-sort-toggle): Use `replace-regexps-in-string'
3317 instead of `dired-replace-in-string'.
9b0630e5 3318
ceba0dac
GM
3319 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3320 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3321
e95b0c08
SS
3322 * gs.el (gs-replace-in-string): Removed.
3323 (gs-options): Use `replace-regexps-in-string'
3324 instead of `gs-replace-in-string'.
3325
c3902c3e
EZ
33262001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3327
3328 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3329 bug report is mailed to an email list and posted to a news group.
3330
b66b6aeb
GM
33312001-01-24 Gerd Moellmann <gerd@gnu.org>
3332
83c9cb8e
SM
3333 * comint.el (comint-replace-by-expanded-history-before-point):
3334 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3335
b66b6aeb
GM
3336 * startup.el (tool-bar-images-pixel-height): New variable.
3337 (command-line): After loading the user's init file, when
3338 tool-bar-mode is on, increase the frame's size by some lines for
3339 the tool-bar.
3340
3341 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3342
ff890e66
SZ
33432001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3344
3345 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3346 (chinese-big5): MIME:Big5.
3347
04363179
GM
33482001-01-24 Gerd Moellmann <gerd@gnu.org>
3349
e95b0c08 3350 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3351 Handle commands with prefix args.
3352
d56aaa64
GM
33532001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3354
3355 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3356 being a list of numbers.
3357 (diary-mail-entries): Rewritten.
3358
99858627
DL
33592001-01-23 Dave Love <fx@gnu.org>
3360
7aeb1fa9
DL
3361 * international/mule.el (make-coding-system): Fix typo.
3362
83c9cb8e
SM
3363 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3364 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3365
5a43decf
EZ
33662001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3367
3368 * font-lock.el (font-lock-mode): Doc fix.
3369
b0e98867
KH
33702001-01-23 Kenichi Handa <handa@etl.go.jp>
3371
3372 * international/mule.el (make-translation-table): Fix docstring.
3373
9c8acefd
EZ
33742001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3375
fd4976b8
EZ
3376 * mail/rmail.el (rmail-redecode-body): New function.
3377
9c8acefd
EZ
3378 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3379
871e0439
GM
33802001-01-22 Gerd Moellmann <gerd@gnu.org>
3381
21c2bbe0
GM
3382 * isearch.el (isearch-lazy-highlight-case-fold-search)
3383 (isearch-lazy-highlight-regexp): New variables.
3384 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3385 case-fold search or regexp search has been toggled.
3386
5710730c
GM
3387 * wid-edit.el (widget-button-click): Avoid a save-excursion
3388 around running a global binding.
3389
871e0439
GM
3390 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3391 to 0.25.
3392
d0554957
MB
33932001-01-20 Miles Bader <miles@gnu.org>
3394
3395 * cus-edit.el (custom-face-save): Do post-processing on the face's
3396 new value like `custom-face-set' does.
3397
1519f618
EZ
33982001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3399
ccd87890
EZ
3400 * mail/emacsbug.el (report-emacs-bug): Report the value of
3401 LC_CTYPE, not LC_TYPE.
3402
1519f618
EZ
3403 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3404 isearch-toggle-regexp and isearch-edit-string to doc string.
3405
9724173b
GM
34062001-01-19 Gerd Moellmann <gerd@gnu.org>
3407
48bb9196
GM
3408 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3409 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3410
e95b0c08 3411 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3412 font-lock-beginning-of-syntax-function to nil.
3413
dc81f8a2
EZ
34142001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3415
3416 * mail/emacsbug.el (report-emacs-bug): Report values of
3417 locale-coding-system, default-enable-multibyte-characters, and the
3418 environment variables LC_ALL, LC_TYPE, and LANG.
3419
99327974
GM
34202001-01-19 Gerd Moellmann <gerd@gnu.org>
3421
83c9cb8e 3422 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3423
2be6ecc6
GM
3424 * font-lock.el (font-lock-multiline): Default to nil.
3425 (font-lock-default-fontify-region): If font-lock-multiline is
3426 nil, don't check the property `font-lock-multiline'.
3427
99327974
GM
3428 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3429 is nil, don't check the `font-lock-multiline' text property.
3430
2550055a
MK
34312001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3432
0a949811 3433 * viper.el: Call initial-major-mode on startup.
e95b0c08 3434
0a949811 3435 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3436
8501998a 3437 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3438
2550055a 34392001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3440
0a949811 3441 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3442 diff mode, if available.
e95b0c08 3443
0a949811 34442001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3445
8501998a 3446 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3447
2550055a
MK
3448 * ediff-init.el (subst-char-in-string): Define and use it, unless
3449 it's already defined.
e95b0c08 3450
8962e303
GM
34512001-01-18 Gerd Moellmann <gerd@gnu.org>
3452
3453 * tooltip.el (tooltip-hide-delay): New user-option.
3454 (tooltip-show): Use tooltip-hide-delay instead of the default.
3455
6b453381
KH
34562001-01-18 Kenichi Handa <handa@etl.go.jp>
3457
3458 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3459 kill-local-variable doesn't work for enable-multibyte-characters.
3460
9eaf396b
DL
34612001-01-17 Dave Love <fx@gnu.org>
3462
cebd37ce
DL
3463 * ediff-init.el (ediff-before-setup-hook)
3464 (ediff-merge-filename-prefix): Add :version.
3465
9eaf396b
DL
3466 * international/latin1-disp.el: Require disp-table.
3467 (latin1-display): Fix :set.
3468
3469 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3470
f864120f
GM
34712001-01-17 Gerd Moellmann <gerd@gnu.org>
3472
3473 * isearch.el (isearch-lazy-highlight-initial-delay)
3474 (isearch-lazy-highlight-interval): Default to 0.
3475
34762001-01-17 Bob Glickstein <bobg@zanshin.com>
3477
3478 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3479 1 here rather than each time through
3480 isearch-lazy-highlight-new-loop.
3481 (isearch-lazy-highlight-max): Variable deleted.
3482 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3483 isearch-lazy-highlight-max but controls a single invocation of
3484 isearch-lazy-highlight-update.
3485 (isearch-lazy-highlight-wrapped): Variable recreated.
3486 (isearch-lazy-highlight-window-start): New variable.
3487 (isearch-lazy-highlight-cleanup): Restored to behavior of
3488 before 2-Jan.
3489 (isearch-lazy-highlight-remove-overlays): Function deleted;
3490 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3491 behavior removed.
3492 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3493 isearch-lazy-highlight-update in a loop rather than just once.
3494 Test isearch-invalid-regexp here and decide not to start a new
3495 loop, rather than testing it each time through
3496 isearch-lazy-highlight-update.
3497 (isearch-lazy-highlight-search): Function restored.
3498 (isearch-lazy-highlight-update): Get called in a timer loop again,
3499 but this time highlight more than one match each time through.
83c9cb8e
SM
3500 Only highlight matches in the visible part of the window.
3501 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3502 the edge of the window. Use sit-for to force redisplay and ensure
3503 window-start is credible. "Face suppressing" behavior removed;
3504 overlay priorities should make it unnecessary, right?
3505 (isearch-highlight): Face suppressing behavior removed.
3506 (isearch-dehighlight): Face suppressing behavior removed.
3507 (isearch-set-lazy-highlight-faces-at): Removed.
3508
076ec540
KH
35092001-01-17 Kenichi Handa <handa@etl.go.jp>
3510
3511 * language/european.el ("Latin-1"): Make the format of description
3512 about additional language environments same as that of Latin-2.
3513
92328ec5
DL
35142001-01-16 Dave Love <fx@gnu.org>
3515
39f2174e
DL
3516 * isearch.el (isearch-lazy-highlight): Add :version.
3517
92328ec5
DL
3518 * simple.el (backward-delete-char-untabify-method)
3519 (next-line-add-newlines): Add :version.
3520
f251459d
GM
35212001-01-16 Gerd Moellmann <gerd@gnu.org>
3522
9d4850e5
GM
3523 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3524 Don't bind <delete> otherwise.
3525
3526 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3527 and <delete> via function-key-map.
3528
f251459d
GM
3529 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3530 Subject line only if point is after the `Subject:'.
3531
771ffcf7
KH
35322001-01-16 Kenichi Handa <handa@etl.go.jp>
3533
bda6b481
KH
3534 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3535 japanese-jisx0213-2 in `charset' property of this lang. env.
3536
35793af7
KH
3537 * language/european.el ("Latin-1"): Add description for Dutch and
3538 Spanish lang. env.
3539
771ffcf7
KH
3540 * international/mule.el (decode-char): Fix conditions.
3541 (encode-char): Handle eight-bit-control too.
1c8102ff 3542 (transform-make-coding-system-args): New function.
50c29104
KH
3543 (make-coding-system): Accept XEmacs style arguments for CCL base
3544 coding system.
771ffcf7 3545
e1cf67b6
GM
35462001-01-15 Gerd Moellmann <gerd@gnu.org>
3547
3548 * progmodes/etags.el (find-tag-noselect): Save the value of
3549 tags-file-name before switching buffers, for the case it has a
3550 buffer-local value.
3551
b3287acf
GM
35522001-01-15 Alex Schroeder <alex@gnu.org>
3553
9eaf396b
DL
3554 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3555 From Dave Love <fx@gnu.org>.
b3287acf
GM
3556 (ansi-color-for-comint-mode): Fix :version.
3557
35582001-01-15 Alex Schroeder <alex@gnu.org>
3559
3560 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3561
8d7ff9c8
EZ
35622001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3563
3564 * dired.el (dired-insert-directory): If file-system-info fails,
3565 remove the " free " part, but don't signal an error.
3566
dbe99ae9
SS
35672001-01-12 Sam Steingold <sds@gnu.org>
3568
3569 * bookmark.el (bookmark-maybe-historicize-string):
3570 Use new backquote syntax.
3571
103db06c 35722001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3573
3574 * subr.el (last): Handle a list that doesn't end in nil.
3575
ca2ddd8e
SS
35762001-01-12 Sam Steingold <sds@gnu.org>
3577
3578 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3579 to `backward-delete-char-untabify'.
3580
1751c874
DL
35812001-01-12 Dave Love <fx@gnu.org>
3582
3583 * cus-edit.el (customize-menu-create): Fix the :filter following
3584 easymenu change.
3585
3586 * wid-edit.el (function): Add :match-alternatives.
3587 (widget-color-action): Doc fix.
3588
3cccce8d
GM
35892001-01-12 Gerd Moellmann <gerd@gnu.org>
3590
3591 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3592
18bfd6b5
KH
35932001-01-12 Kenichi Handa <handa@etl.go.jp>
3594
83c9cb8e 3595 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3596
18bfd6b5
KH
3597 * international/ccl.el (define-ccl-program): Fix docstring.
3598
562e00da
DL
35992001-01-11 Dave Love <fx@gnu.org>
3600
14fd0da3
DL
3601 * international/mule-cmds.el (standard-display-european-internal):
3602 Set display table for 2208 as for 160.
3603
3604 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3605
562e00da
DL
3606 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3607 entry for custom-menu-create change.
3608 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3609 don't cons it in the search loop.
3610
3611 * imenu.el (imenu--truncate-items): Revert last change.
3612
6e961dcd
EZ
36132001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3614
3615 * info.el (Info-setup-header-line): If the node header includes
3616 either Next: or Prev: links, don't show the File: and Node: parts
3617 in the header line.
3618
2c2ff7f2
GM
36192001-01-11 Gerd Moellmann <gerd@gnu.org>
3620
a7ee2d2e
GM
3621 * comint.el (comint-goto-process-mark): Don't print a message
3622 when running in batch mode.
3623
c5348233
GM
3624 * isearch.el (isearch-search): In the condition-case handler for
3625 `error', set isearch-invalid-regexp to the whole error message.
3626
422717d1
GM
3627 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3628 ensure that eval-after-load works for files dumped with Emacs.
3629
3630 * help.el (load-symbol-file-load-history): New function extracted
3631 from function symbol-file.
3632 (symbol-file): Use it.
3633
83c9cb8e 3634 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3635
926861fb
EZ
36362001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3637
3638 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3639 behave as if there were no prefix argument.
3640 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3641 argument were nil.
3642
afa1f52c
RS
36432001-01-11 Richard M. Stallman <rms@gnu.org>
3644
ca2ddd8e 3645 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3646 Don't look for more potential matches once maximum is exceeded.
3647 Use overlays-in to check correctly for overlap with current match.
3648 Ignore empty matches.
3649
47a9f362
MB
36502001-01-11 Miles Bader <miles@gnu.org>
3651
3652 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3653 (ispell-overlay-window, ispell-help, ispell-show-choices)
3654 (ispell-command-loop): Use it instead of `window-height'.
3655
d196f58d
GM
36562001-01-10 Gerd Moellmann <gerd@gnu.org>
3657
cf523f0e
GM
3658 * files.el (confirm-kill-emacs): New user-option.
3659 (save-buffers-kill-emacs): Ask for final confirmation before
3660 killing Emacs.
3661
d196f58d
GM
3662 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3663 to nil.
3664
7c6c3d8e
GM
36652001-01-10 Dave Love <fx@gnu.org>
3666
1f8be15d
DL
3667 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3668
83c9cb8e 3669 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3670
3671 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3672
3673 * calculator.el (calculator-number-digits): Fix :type.
3674
0d5184de
DL
3675 * vc-cvs.el (vc-cvs-header): Fix :type.
3676 * vc-rcs.el (vc-rcs-header): Fix :type.
3677 * vc-sccs.el (vc-sccs-header): Fix :type.
3678
3679 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3680
7c6c3d8e
GM
3681 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3682
8c9f73a2
GM
3683 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3684
457b792c
GM
36852001-01-10 Gerd Moellmann <gerd@gnu.org>
3686
3687 * simple.el (set-variable): Force a thorough redisplay for the
3688 case that the variable has an effect on the display, like
3689 `tab-width' has.
3690
d2622d08
AS
36912001-01-10 Andre Spiegel <spiegel@gnu.org>
3692
3693 * vc.el: Add documentation for backend interface.
3694
ae4b5f4f
KH
36952001-01-10 Kenichi Handa <handa@etl.go.jp>
3696
e0844717
KH
3697 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3698
ae4b5f4f
KH
3699 * international/mule-conf.el (latin-extra-code-table): Set to t
3700 for \223 and \224.
3701
3184082b
KH
37022001-01-09 Kenichi Handa <handa@etl.go.jp>
3703
3704 * international/mule-cmds.el (locale-language-names): Map "es" to
3705 "Spanish" and "nl" to "Dutch".
3706
732b9cdd
GM
37072001-01-09 Gerd Moellmann <gerd@gnu.org>
3708
1dfca644
GM
3709 * bindings.el (global-map): Bind <home> to beginning-of-line,
3710 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3711 C-<end> to end-of-buffer.
3712
732b9cdd
GM
3713 * language/european.el: Add Dutch and Spanish language info
3714 to be able to use the appropriate tutorials.
3715
37162001-01-09 Alex Schroeder <alex@gnu.org>
3717
3718 * ansi-color.el (ansi-color-process-output): Use markers instead
3719 of positions for start and end of region.
3720 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3721 Previously, occasional mistakes happend when fontifying many
3722 chunks of output (eg. ls --color=yes /dev). This happened
3723 whenever an overlay was created up to the end of the region, which
3724 coincided with the process-mark. New text would then be added
3725 within that overlay instead of after it.
3726 (ansi-color-make-extent): Overlays are created with the property
3727 `modification-hooks' set to '(ansi-color-freeze-overlay).
3728 (ansi-color-freeze-overlay): New function. When inserting text at
3729 the end of the overlay, the overlay will resize.
3730
37312000-01-09 Alex Schroeder <alex@gnu.org>
3732
3733 * ansi-color.el (ansi-color-process-output): Doc change.
3734 (ansi-color-unfontify-region): Doc change. No longer installed
3735 automatically in font-lock-unfontify-region-function.
3736 (ansi-color-apply): Doc change.
3737 (ansi-color-apply-on-region): Use extents or overlays instead of
3738 text-properties.
3739 (ansi-color-make-extent): New function.
3740 (ansi-color-set-extent-face): New function.
3741
37422000-01-09 Alex Schroeder <alex@gnu.org>
3743
3744 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3745 both use ansi-color-process-output, now.
3746 (ansi-color-process-output): Doesn't return string anymore. It is
3747 installed in comint-output-filter-functions for both Emacs and
3748 XEmacs, now.
3749 (ansi-color-unfontify-region): Simplified code removing variables
3750 pos and start-ansi.
3751 (ansi-color-apply): Put text-property ansi-color before putting
3752 text-property face because ansi-color-unfontify-region is called
3753 immediately after the call to put-text-property.
3754 (ansi-color-context-region): Doc change.
3755 (ansi-color-filter-region): Simplified code.
3756 (ansi-color-apply-on-region): Changed start to start-marker, using
3757 a marker explicitly. Put text-property ansi-color before putting
3758 text-property face because ansi-color-unfontify-region is called
3759 immediately after the call to put-text-property.
3760
37612000-01-09 Alex Schroeder <alex@gnu.org>
3762
3763 * ansi-color.el (ansi-color-faces-vector): Doc change.
3764 (ansi-color-for-comint-mode): Changed :type property to choice.
3765 (ansi-color-last-context): Removed.
3766 (ansi-color-process-output): Don't use ansi-color-last-context, as
3767 the main functions will store their context now.
3768 (ansi-color-context): Doc change.
3769 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3770 Uses ansi-color-context such that repeated calls will strip
3771 partial escape sequences, too.
3772 (ansi-color-apply): Simplified code. Colorize end of string if
3773 face is not null. Store context in new (FACE STRING) format, such
3774 that repeated calls will strip partial escape sequences, too.
3775 Append faces to face property using ansi-color-apply-sequence such
3776 that cumulative mode actually works.
3777 (ansi-color-context-region): New variable.
3778 (ansi-color-filter-region): Rewrote it based on
3779 ansi-color-apply-on-region. Uses ansi-color-context-region such
3780 that repeated calls will strip partial escape sequences, too.
3781 (ansi-color-apply-on-region): Simplified code. Colorize end of
3782 region if face is not null. Store context in new (FACE POS)
3783 format, such that repeated calls will strip partial escape
3784 sequences, too. Append faces to face property using
83c9cb8e 3785 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
3786 (ansi-color-apply-sequence): New function.
3787 (ansi-color-get-face): When the default face is added to the list
3788 of faces, all previous settings are discarded and the list of
3789 faces is set to '(default).
3790
37912000-01-09 Alex Schroeder <alex@gnu.org>
3792
3793 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
3794 face, such that ansi-color-apply and ansi-color-apply-on-region
3795 will do the right thing.
3796 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
3797 returns nil, set the list of faces back to nil instead of
83c9cb8e 3798 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
3799
38002000-01-09 Alex Schroeder <alex@gnu.org>
3801
3802 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
3803 (ansi-color-process): Doc change.
3804 (ansi-color-last-context): New buffer-local variable.
3805 (ansi-color-process-output): New function. It is automatically
3806 added to comint-output-filter-functions if this is XEmacs.
3807 (ansi-color-unfontify-region): New optional parameter for XEmacs
3808 compatibility. Check wether font-lock-syntactic-keywords is
3809 boundp before removing the syntax table text property, as XEmacs
3810 doesn't have it.
3811 (ansi-color-filter-region): Doc change.
3812 (ansi-color-apply-on-region): Doc change.
3813 (ansi-color-make-face): New function. Compatibility layer for
3814 XEmacs. Return temporary faces instead of cons cells for XEmacs.
3815 (ansi-color-make-color-map): Use ansi-color-make-face.
3816 (ansi-color-get-face): Avoid face text property '(nil) as results
3817 in an errow for XEmacs.
3818
38192000-01-09 Alex Schroeder <alex@gnu.org>
3820
83c9cb8e
SM
3821 * ansi-color.el (ansi-color-unfontify-region): New function.
3822 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
3823 ansi-color. When the package is loaded, a lambda expression is
3824 put onto font-lock-mode-hook. This lambda expression will check
3825 font-lock-unfontify-region-function and replace
83c9cb8e 3826 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
3827 (ansi-color-apply): Add text-property ansi-color in addition to
3828 text-property face.
3829 (ansi-color-apply-on-region): Add text-property ansi-color in
3830 addition to text-property face.
3831 (save-buffer-state): Copy of the macro that is also used by
3832 lazy-lock and font-lock.
3833
3834 (ansi-color-for-comint-mode): New option.
3835 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
3836 (ansi-color-for-comint-mode-off): Ditto.
3837 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
3838 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
3839 decide what to do. This function is added to
3840 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
3841
3842 (ansi-color-for-shell-mode-set): Removed.
3843 (ansi-color-for-shell-mode): Removed.
3844
38452000-01-09 Alex Schroeder <alex@gnu.org>
3846
3847 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
3848 the lambda expression from the ansi-color-for-shell-mode :set
3849 property. Additionally, modify shell-mode-hook to enable or
3850 disable font-lock-mode for future shell buffers.
3851 (ansi-color-for-shell-mode): The :set property calls
3852 ansi-color-for-shell-mode-set instead of a lambda expression.
3853
38542000-01-09 Alex Schroeder <alex@gnu.org>
3855
3856 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
3857 (ansi-color-context): New variable.
3858 (ansi-color-apply): Save context between calls.
3859
fb55ff10
EZ
38602001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
3861
83c9cb8e
SM
3862 * isearch.el (isearch, isearch-lazy-highlight-face):
3863 New definitions for face colors and attributes.
29910493 3864
fb55ff10
EZ
3865 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
3866 of display-mouse-p.
3867
134d6265
KH
38682001-01-09 Kenichi Handa <handa@etl.go.jp>
3869
3870 * international/mule.el (make-coding-system): If the coding system
3871 accepts extra latin codes, register such codes as safe for the
3872 coding system.
3873
103db06c 38742001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 3875
984c9f75
RS
3876 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
3877 don't mention the file name or the date here, because they are
3878 logged at the start of the file.
3879
38802001-01-08 Richard M. Stallman <rms@gnu.org>
3881
78b8eee8
RS
3882 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
3883 Change screen-width to frame-width.
3884
1460e5d4
EZ
38852001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3886
3887 * info.el (Info-search): Print the default as part of the prompt.
3888
56f24bc1
AS
38892001-01-08 Andre Spiegel <spiegel@gnu.org>
3890
ca2ddd8e 3891 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
3892 constant implementations in backends.
3893
3894 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
3895 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
3896
3897 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
3898 WRITABLE to EDITABLE.
3899
3900 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
3901 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
3902 to EDITABLE.
3903
b7812d30
EZ
39042001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
3905
3906 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 3907 (copyright, copyright-update): Compute the current year at run time.
b7812d30 3908
7e56ea04
GM
39092001-01-08 Gerd Moellmann <gerd@gnu.org>
3910
3911 * isearch.el (isearch-old-signal-hook): Removed.
3912 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
3913 instead of setting signal-hook-function.
3914 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
3915
a758f97d
GM
39162001-01-08 Kevin Gallagher <kevingal@onramp.net>
3917
3918 * emulation/edt.el: Update to version 4.0. Provide support for
3919 EDT scroll margins at top and bottom of the window. Provide an
3920 emulation of the EDT SUBS command (bound to GOLD-Enter, by
3921 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
3922 user when file-related buffer modifications exist.
3923 Provide support for running EDT Emulation in XEmacs.
3924 Provide customize access to some user updatable variables.
3925 Add Commentary section to file header.
3926 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
3927
3928 * emulation/edt-mapper.el: Update to version 4.0. Provide support
3929 for detecting a keypress that generates an ASCII key sequence.
3930 (Previously, only a keypress that generates a vector was
3931 recognized.) Embed Window Manager name into name of the generated
3932 EDT Emulation initialization file since the initialization file is
3933 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 3934
30db89f9
EZ
39352001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
3936
4deb3ba9
EZ
3937 * mail/sendmail.el (mail-mode): Doc fix.
3938
30db89f9
EZ
3939 * info.el (Info-goto-emacs-command-node): Doc fix.
3940 (Info-goto-emacs-key-command-node): Doc fix.
3941
c3f2772b
EZ
39422001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3943
8726e79b 3944 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
3945 systems without long file-name support.
3946
0dac6924
AI
39472001-01-06 Andrew Innes <andrewi@gnu.org>
3948
3949 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
3950
4e6ef391
EZ
39512001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
3952
380866a2
EZ
3953 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
3954 (isearch-lazy-highlight-update): Doc fix.
3955
148b5960
EZ
3956 * ffap.el (ffap-bindings): Doc fix.
3957
4e6ef391
EZ
3958 * dired-x.el (dired-virtual-guess-dir): Doc fix.
3959
4cb1bcc2
DL
39602001-01-05 Dave Love <fx@gnu.org>
3961
3962 * emacs-lisp/cl-seq.el (remove, remq): Remove.
3963
3828218c
GM
39642001-01-05 Gerd Moellmann <gerd@gnu.org>
3965
83c9cb8e
SM
3966 * mouse-drag.el (mouse-drag-safe-scroll):
3967 Bind scroll-preserve-screen-position to nil.
f1ade7d3 3968
1f4139d5
GM
3969 * isearch.el (isearch-old-signal-hook): New variable.
3970 (isearch-mode): Set signal-hook-function to isearch-done.
3971 (isearch-done): Restore old signal-hook-function.
3972
3828218c
GM
3973 * info.el (Info-fontify-node): Mark one more char as intangible.
3974
3970013f
KH
39752000-01-05 Kenichi Handa <handa@etl.go.jp>
3976
83c9cb8e
SM
3977 * composite.el (compose-last-chars): New argument COMPONENTS.
3978 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
3979 COMPONENTS.
3980
3981 * international/quail.el (quail-input-string-to-events): New function.
3982 (quail-input-method): Convert input string to events here.
3983 (quail-start-translation): Return input string, not event list.
3984 (quail-start-conversion): Likewise.
3985
f3b05e99
GM
39862001-01-04 Gerd Moellmann <gerd@gnu.org>
3987
ca2ddd8e 3988 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
3989 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
3990 and tooltip-add-timeout.
3991 (tooltip-show): Set border color from faces's foreground.
3992 (tooltip-show-help-function): If called with the same help string
3993 as last time, do nothing.
3994 (tooltip-help-tips): Don't set tooltip-help-message to nil.
3995
0f2ac578
GM
3996 * startup.el (fancy-splash-screens): Don't bind show-help-function
3997 to nil.
3998
f3b05e99
GM
3999 * tooltip.el (tooltip-frame-parameters): Remove colors.
4000 (tooltip): New face
4001 (tooltip-set-param): New function.
4002 (tooltip-show): Set up color frame parameters from face `tooltip'.
4003 Display the tooltip text in face `tooltip'.
4004
8416e94a
DL
40052001-01-04 Dave Love <fx@gnu.org>
4006
4007 * whitespace.el (whitespace-global-mode): Fix typo.
4008
4009 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4010
30db89f9
EZ
40112001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4012
83c9cb8e
SM
4013 * help.el (help-for-help): Fix a typo in a doc string.
4014 From kwzh@gnu.org (Karl Heuer).
30db89f9 4015
b847eb8c
DL
40162001-01-03 Dave Love <fx@gnu.org>
4017
4018 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4019 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4020 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4021 (dired-guess-shell-alist-user): Customize.
4022 (dired-x-help-address): Set to bug-gnu-emacs.
4023 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4024 (dired-default-directory): Renamed from default-directory.
4025
4026 * hl-line.el (hl-line): Doc fix.
4027
43c4b570
KF
40282001-01-03 Karl Fogel <kfogel@red-bean.com>
4029
1bf6b1bf 4030 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4031
984c9f75 40322001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4033
4034 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4035 to remove all the current alternative-match highlighting.
4036 If nil, remove only what's outside the current window.
4037 (isearch-lazy-highlight-remove-overlays): Take optional
4038 region within which NOT to remove them.
4039 (isearch-lazy-highlight-new-loop): Greatly simplified.
4040 (isearch-lazy-highlight-update): Find all the other occurrences
4041 visible in the window, in just one call.
4042 (isearch-lazy-highlight-start): Now holds start of region to scan.
4043 (isearch-lazy-highlight-end): Now holds end of region to scan.
4044 (isearch-lazy-highlight-wrapped): Variable deleted.
4045 (isearch-lazy-highlight-search): Function deleted.
4046
13d6a61c
AI
40472000-01-02 Andrew Innes <andrewi@gnu.org>
4048
4049 * w32-fns.el (convert-standard-filename): Do length check on name
4050 before aref.
4051
064866e7
DL
40522001-01-02 Dave Love <fx@gnu.org>
4053
b33e041b
DL
4054 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4055 value.
4056 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4057
4058 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4059
8166ffd5
DL
4060 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4061 read syntax.
4062
064866e7
DL
4063 * calendar/todo-mode.el (todo): Add :link, :version.
4064 (todo-save-top-priorities): Remove autoload cookie.
4065 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4066 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4067
6dde6abc
GM
40682001-01-02 Gerd Moellmann <gerd@gnu.org>
4069
4070 * comint.el (comint-input-history-ignore): New variable.
4071 (comint-read-input-ring): Ignore entries matching
4072 comint-input-history-ignore.
4073
1a8a9daf
GM
40742001-01-02 Eric M. Ludlam <zappo@gnu.org>
4075
4076 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4077 (lm-copyright-mark): New function.
4078 (lm-crack-copyright): New function.
4079 (lm-verify): Check that the file has a copyright.
4080 Check that the file is copyright Free Software Foundation.
4081
9c92eb53
KH
40822000-12-30 Kenichi Handa <handa@etl.go.jp>
4083
4084 * international/mule-diag.el (print-fontset): Indent font name by
4085 24 columns, not 25.
4086
49172314
GM
40872000-12-29 Gerd Moellmann <gerd@gnu.org>
4088
762a68ec
GM
4089 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4090 in Subject line.
4091
49172314 4092 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4093 Use mail-mode-hook instead of mail-setup-hook.
4094 Otherwise continuing an interrupted message with C-u C-x m for
4095 instance, winds up in Mail mode without abbrevs.
49172314 4096
bd7a2e26
GM
40972000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4098
4099 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4100 non-nil. Adding almost all customization variables on ps-setup.
4101 Doc fix.
bd7a2e26
GM
4102 (ps-print-version): New version number (6.3.3).
4103 (ps-end-with-control-d): Initialization fix.
4104 (ps-lines-printed): New var.
4105 (ps-skip-newline): New fun.
4106 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4107 (ps-next-line, ps-continue-line, ps-plot-region)
4108 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4109
2b3f28a4
KH
41102000-12-29 Kenichi Handa <handa@etl.go.jp>
4111
83c9cb8e
SM
4112 * international/fontset.el (x-complement-fontset-spec):
4113 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4114 registered in x-font-name-charset-alist.
4115 (create-fontset-from-fontset-spec): Adjusted for the above change.
4116 The name of fontset alias should be a unresolved ASCII font name.
4117
2ece9174
GM
41182000-12-28 Gerd Moellmann <gerd@gnu.org>
4119
4120 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4121 and delete in isearch-mode-map.
4122
cbe3ad7a
RS
41232000-12-28 Richard M. Stallman <rms@gnu.org>
4124
ca2ddd8e 4125 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4126 Use xpdf instead of acroread.
4127
a816f1c5
KH
41282000-12-28 Kenichi Handa <handa@etl.go.jp>
4129
f086e73c
KH
4130 * textmodes/artist.el (artist-butlast): Deleted.
4131 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4132 artist-butlast.
f086e73c 4133
a816f1c5
KH
4134 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4135
4136 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4137
b202115b
EZ
41382000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4139
4140 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4141
4142 * ls-lisp.el: Better support for the Mac and MS-Windows.
4143 (ls-lisp): New defgroup.
4144 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4145 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4146 (ls-lisp-support-shell-wildcards): New defcustoms.
4147 (ls-lisp-parse-symlink): New function.
4148 (insert-directory): Code to convert switches to a list and set up
4149 the wildcard argument copied from ls-lisp-insert-directory.
4150 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4151 for -C and -R switches.
4152 (ls-lisp-column-format): New function.
ca2ddd8e 4153 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4154 (ls-lisp-format-time): Add doc strings.
4155 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4156 Support ls-lisp-dirs-first.
4157 (ls-lisp-classify, ls-lisp-extension): New functions.
4158 (ls-lisp-format): Optionally support emulation of symlinks.
4159 Support -i, -s, and -G switches.
4160
6061fbf0
GM
41612000-12-27 Gerd Moellmann <gerd@gnu.org>
4162
5e25feee
GM
4163 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4164
6061fbf0
GM
4165 * version.el (emacs-version): Print X scroll bar information.
4166
4167 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4168 instead of x-toolkit-scroll-bars-p.
4169
4170 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4171 of x-toolkit-scroll-bars-p.
4172
25050dab
EZ
41732000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4174
83c9cb8e 4175 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4176 (ffap-bindings): Doc fix, to reflect the above change.
4177
c1786874
KH
41782000-12-27 Kenichi Handa <handa@etl.go.jp>
4179
4180 * term.el (term-char-mode): Define all non-ascii self-inserting
4181 characters to 'term-send-raw in term-raw-map.
4182
7261ece3 41832000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4184
83c9cb8e 4185 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4186
83c9cb8e
SM
4187 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4188 Changed initialization; use add-hook.
6061fbf0 4189 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4190
6061fbf0 4191 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4192
6061fbf0
GM
4193 * ediff.el (ediff-patch-buffer): Bug fix.
4194 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4195
83f40583
SM
41962000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4197
4198 * subr.el (combine-run-hooks): Remove.
4199
4200 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4201 and remove the rogue second spec.
4202
bdd6d4e8
GM
42032000-12-23 Gerd Moellmann <gerd@gnu.org>
4204
4205 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4206
26736ce3
SM
42072000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4208
0e86b6b0
SM
4209 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4210 Use minibuffer menu prompt for the `=' prefix.
4211 (smerge-command-prefix): Change default to C-^.
6eabfb26 4212 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4213
26736ce3
SM
4214 * skeleton.el (skeleton-internal-1): Make sure the first line of
4215 the region is also re-indented.
d21584d6
SM
4216 (skeleton-end-newline): New var.
4217 (skeleton-end-hook): Use it.
26736ce3 4218
95fa4fd7
MB
42192000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4220
4221 * comint.el (comint-password-prompt-regexp): Support CVS.
4222
f060b834
GM
42232000-12-22 Gerd Moellmann <gerd@gnu.org>
4224
83c9cb8e
SM
4225 * simple.el (delete-key-deletes-forward-mode): Simplify.
4226 Also backspace key combinations, depending on
856ff7a7
GM
4227 delete-key-deletes-forward.
4228
4229 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4230
f060b834
GM
4231 * simple.el (delete-key-deletes-forward): Doc fix.
4232
653558a1
GM
42332000-08-22 Emmanuel Briot <briot@gnat.com>
4234
4235 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4236 white spaces are relevant in the XML file.
653558a1
GM
4237 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4238 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4239 of XML files.
653558a1
GM
4240 (xml-parse-tag): Check that the casing is the same in the start
4241 tag and end tag, since XML is case-sensitive. Allows for spaces
4242 in the end tag, after the name of the tag.
4243 (xml-parse-attlist): Allow for the character '-' in the name of
4244 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4245 the properties in the XML tree, since they are not relevant.
653558a1 4246
3ad93d8d
SM
42472000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4248
4249 * generic.el (generic-read-type): Undo last change, inline into
4250 `generic-mode' and then remove.
4251 (generic-mode): Inline generic-read-type.
4252 (define-generic-mode): Push the symbol name rather than the symbol
4253 onto generic-mode-list.
4254
177f4e88
GM
42552000-12-21 Gerd Moellmann <gerd@gnu.org>
4256
8e15274f
GM
4257 * generic.el (generic-read-type): Build an alist for
4258 completing-read as in 20.7.
4259
4260 * play/landmark.el (lm): Use interactive spec `P'.
4261 (toplevel): Don't set debug-on-error.
4262
83c9cb8e 4263 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4264
6ba384dc
GM
42652000-12-21 Dave Pearson <davep@davep.org>
4266
4267 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4268
647a066c
GM
42692000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4270
4271 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4272 ranges like \177-\237, but accepts the character sequence from \177 to
4273 \237. Doc fix.
4274 (ebnf-version): New version (3.4).
4275 (ebnf-setup): Code fix.
4276 (ebnf-range-regexp): New fun.
4277 (ebnf-8-bit-chars): Const fix.
4278
4279 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4280 entry. Doc fix.
4281 (ebnf-bnf-lex): Code fix.
4282 (ebnf-bnf-comment-chars): Const fix.
4283
4284 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4285 entry. Doc fix.
4286 (ebnf-iso-comment-chars): Const fix.
4287
4288 * ebnf-otz.el: Doc fix.
4289
4290 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4291 entry. Doc fix.
4292 (ebnf-yac-skip-code): Code fix.
4293 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4294
bc22fd18
EZ
42952000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4296
4297 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4298 (recover-file): Use it instead of insert-directory.
4299 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4300
587fc3f9
KH
43012000-12-21 Kenichi Handa <handa@etl.go.jp>
4302
83c9cb8e
SM
4303 * international/mule-cmds.el (select-safe-coding-system):
4304 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4305
587fc3f9
KH
4306 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4307
01860fb9
MB
43082000-12-21 Miles Bader <miles@gnu.org>
4309
83c9cb8e 4310 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4311
3f9d67a6
KH
43122000-12-21 Kenichi Handa <handa@etl.go.jp>
4313
9fd1c1f7
KH
4314 * international/mule-diag.el (describe-char-after): Make *Help*
4315 buffer inherit multibyteness of the current buffer.
4316
3f9d67a6
KH
4317 * international/mule.el (make-char): Docstring adjusted for the
4318 change of make-char-internal.
4319
c9669fac
SM
43202000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4321
4322 * international/iso-cvt.el: Docstrings fix.
4323
19594307
DL
43242000-12-20 Dave Love <fx@gnu.org>
4325
4326 * subr.el (eval-after-load): Doc fix.
4327
b1a447b3
KH
43282000-12-20 Kenichi Handa <handa@etl.go.jp>
4329
4330 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4331 for numbers.
4332
09877d5d
MB
43332000-12-20 Miles Bader <miles@gnu.org>
4334
4335 * international/quail.el (quail-help): Resize the help window
4336 again after it has all its contents. Remove unneeded progn.
4337
71d4497a
GM
43382000-12-19 Gerd Moellmann <gerd@gnu.org>
4339
4340 * pcmpl-linux.el: Fix copy/paste error.
4341
741e56a0
AI
43422000-12-19 Andrew Innes <andrewi@gnu.org>
4343
83c9cb8e 4344 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4345
cc24d91c
CD
43462000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4347
ba4c05aa
CD
4348 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4349
4350 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4351
4352 * progmodes/idlw-shell.el: Fixed copyright notice.
4353
4354 * progmodes/idlwave.el: Fixed copyright notice.
4355
71d4497a 4356 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4357 TAB as key separators.
4358
524c8caf
GM
43592000-12-19 Alex Schroeder <alex@gnu.org>
4360
4361 * sql.el (sql-sybase-options): New option.
4362 (sql-sybase): Use it. Add sql-database to the list of parameters
4363 provided for login. The options -w 2048 -n are not used any more.
4364 (sql-postgres-options): Changed default from "--pset" to "-P".
4365 (sql-mysql-options): Doc change.
4366 (sql-stop): Doc change.
4367
b5fa513d
KH
43682000-12-19 Kenichi Handa <handa@etl.go.jp>
4369
4370 * international/quail.el (quail-input-method): Always hide
4371 the guidance buffer on exiting.
4372
91c9e6ce
GM
43732000-12-18 Gerd Moellmann <gerd@gnu.org>
4374
c6da4eb4
GM
4375 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4376 isn't fboundp.
4377
3d2a0e0b
GM
4378 * server.el (server-buffer-done): Bury the buffer before
4379 killing it.
4380
91c9e6ce
GM
4381 * faces.el (face-spec-set): Interpret a nil in specs for
4382 foreground and background colors as `unspecified', for
4383 compatibility with 20.x.
4384
40fa0008
DL
43852000-12-18 Dave Love <fx@gnu.org>
4386
22adbe54
DL
4387 * simple.el (mail-user-agent): Doc fix.
4388 (input-mode-8-bit): Removed.
4389
4390 * international/mule.el (set-keyboard-coding-system): Doc fix.
4391 (keyboard-coding-system): New option.
4392
40fa0008
DL
4393 * mail/sendmail.el (send-mail-function): Customize.
4394
6f4745e2
EZ
43952000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4396
4397 * international/codepage.el (cp866-decode-table): New table.
4398
82b90229
GM
43992000-12-18 Gerd Moellmann <gerd@gnu.org>
4400
4401 * version.el (emacs-version): Remove `%a' from the time format
4402 because the weekday doesn't fit well into each locale.
4403
5a047002
MB
44042000-12-18 Miles Bader <miles@gnu.org>
4405
7f49aa07
MB
4406 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4407
ca2ddd8e 4408 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4409 Check that emacs-major-version is `=' to 20, not `>='.
4410 (artist-replace-chars): Use `make-string' instead of a loop.
4411
22ea2607
EZ
44122000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4413
4414 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4415 (cvs-execute-single-file): Don't change directory.
4416 Patch from Per Cederqvist.
4417
6c825f8e
EZ
44182000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4419
83c9cb8e
SM
4420 * textmodes/ispell.el (check-ispell-version):
4421 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4422 of -vv.
4423
8ff06845
KH
44242000-12-16 Kenichi Handa <handa@etl.go.jp>
4425
af4bb4c8
KH
4426 * international/mule-diag.el (mule-diag): Insert information about
4427 configure options, multibyte awareness, language env.
4428
8ff06845
KH
4429 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4430 regexp to search for candidates.
4431
b24e84ab
EZ
44322000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4433
4434 * info.el (Info-forward-node): If the node has an
4435 Info-header-line, widen the buffer before searching for "next:"
4436 and "up:" pointers, and set the search limit to stay in the
4437 current node.
4438
7981d89f
MB
44392000-12-16 Miles Bader <miles@gnu.org>
4440
4441 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4442
88ee7917
MB
44432000-12-15 Miles Bader <miles@gnu.org>
4444
4445 * comint.el (comint-send-string, comint-send-region): Also accept
4446 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4447 process-send-string/region.
4448
0c28d842
GM
44492000-12-15 Gerd Moellmann <gerd@gnu.org>
4450
4ea7fdca
GM
4451 * isearch.el (isearch-lazy-highlight-max): New user-option.
4452 (isearch-lazy-highlight-update): Don't highlight more than
4453 isearch-lazy-highlight-max matches.
4454
0c28d842
GM
4455 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4456
984c9f75 44572000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4458
8062e53a
GM
4459 * sort.el (sort-columns): Fix error message.
4460
3ffa545b
GM
4461 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4462 `upcase' or `downcase' or nil.
4463 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4464 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4465 (dabbrev--substitute-expansion): New arg record-case-pattern.
4466 If it is non-nil, set dabbrev--last-case-pattern.
4467 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4468
4469 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4470
c2d7f289
MB
44712000-12-15 Miles Bader <miles@gnu.org>
4472
b6348438
MB
4473 * paths.el (Info-default-directory-list): Don't delete
4474 configure-info-directory from the list of standard info
83c9cb8e 4475 directories when appending it to the end -- their order is important.
b6348438 4476
f9056dd9
MB
4477 * faces.el (read-face-attribute): If there's no entry for the
4478 user's input in VALID, just use it as-is (this will often result
4479 in an error, but it may be OK for e.g. colors using hexadecimal
4480 notation, and at least will yield a better error message).
4481
c2d7f289 4482 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4483 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4484 Variables removed.
4485 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4486 window is really the right size. Use vertical-motion
4487 rather than forward-line.
4488 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4489 (ispell-command-loop, ispell-show-choices): Use the variable
4490 ispell-choices-win-default-height, rather than the function.
4491 (ispell-choices-win-default-height): Function removed.
4492 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4493
8f530b95
SM
44942000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4495
4496 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4497
6d435deb
EZ
44982000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4499
83c9cb8e
SM
4500 * paths.el (Info-default-directory-list):
4501 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4502 put it first in the list; otherwise put it last. Doc string
4503 changed accordingly.
4504
4505 * info.el (Info-directory-list): Change doc string to reflect the
4506 change in Info-default-directory-list.
4507
6d435deb
EZ
4508 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4509 windows-nt as windowed environments, even under -nw.
4510
4511 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4512 if not fboundp. Switch delete-forward mode for the <delete> key
4513 on all PC platforms, even under -nw.
4514
4515 * term/internal.el ([M-delete]): Remap to M-d.
4516
9d7d9263
GM
45172000-12-14 Gerd Moellmann <gerd@gnu.org>
4518
4519 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4520
7cf0153a
EZ
45212000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4522
4523 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4524
5e5b3d41
GM
45252000-12-14 Gerd Moellmann <gerd@gnu.org>
4526
5f368d29
GM
4527 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4528 if appropriate.
4529
4530 * simple.el (delete-key-deletes-forward): New user-option.
4531 (delete-key-deletes-forward-mode): New function.
4532
9d7d9263 4533 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4534
83c9cb8e
SM
4535 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4536 Test if symbol is bound before getting its value.
5e5b3d41
GM
4537
4538 * tooltip.el (tooltip-show): If an error is signaled in
4539 x-show-tip, display that error, and display the help in the
4540 echo area.
ca2ddd8e 4541
191b83b6
KH
45422000-12-14 Kenichi Handa <handa@etl.go.jp>
4543
83c9cb8e
SM
4544 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4545 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4546
6192b604
KF
45472000-12-13 Karl Fogel <kfogel@red-bean.com>
4548
4549 * bookmark.el: Provide a generic exit hook, as suggested by
4550 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4551 (bookmark-exit-hook): New var.
4552 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4553 old raw lambda form in `kill-emacs-hook', and runs new
4554 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4555 as logically that feature must have been provided if this function
4556 is running.
4557 Removed ;;;###autoload before the `add-hook' call.
4558
5edf6b55
SM
45592000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4560
4561 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4562 (easy-menu-current-active-maps): New function.
4563 (easy-menu-get-map): Use it.
4564 Make a proper menu entry when creating a new keymap.
4565
16b5e8e6
KH
45662000-12-13 Kenichi Handa <handa@etl.go.jp>
4567
d49fc4eb
KH
4568 * international/characters.el: Fix cases and syntaxes for
4569 mule-unicode-0100-24ff.
4570
3b53d876
KH
4571 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4572 that a Japanese character is not appended after day and year.
4573
16b5e8e6
KH
4574 * info.el (Info-suffix-list): Change format for a command that
4575 requires arguments.
4576 (info-insert-file-contents): Adjusted for the above change.
4577
1df1c518
AS
45782000-12-12 Andreas Schwab <schwab@suse.de>
4579
4580 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4581 on the name of the tar buffer. Verify that the existing buffer is
4582 visiting the same subfile.
4583
a7a07b98
DL
45842000-12-12 Dave Love <fx@gnu.org>
4585
4586 * subdirs.el: Add obsolete.
4587
4fdbd809
GM
45882000-12-12 Gerd Moellmann <gerd@gnu.org>
4589
bfdb75ee
GM
4590 * mail/rmailsum.el (rmail-summary-expunge)
4591 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4592 instead of rmail-confirm-expunge.
4593
4fdbd809
GM
4594 * replace.el (perform-replace): Don't use an empty match adjacent
4595 to a non-empty match when computing the next match before the
4596 replacement is performed.
4597
e9a59cad
GM
45982000-12-12 Milan Zamazal <pdm@freesoft.cz>
4599
4600 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4601 definition (patch by Stefan Monnier).
4602 (glasses-mode): Use jit-lock instead of `after-change-functions'
4603 (patch by Stefan Monnier).
4604
c2def7a0
MB
46052000-12-12 Miles Bader <miles@gnu.org>
4606
4607 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4608 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4609
591b63b4
AC
46102000-12-12 Andrew Choi <akochoi@i-cable.com>
4611
4612 * term/mac-win.el: Remove load for ls-lisp.
4613
a924cf63 4614 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4615
5ff4ba3d
MB
46162000-12-12 Miles Bader <miles@gnu.org>
4617
4618 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4619 Respect field end too.
4620 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4621 (newline-and-indent, reindent-then-newline-and-indent):
4622 Use `delete-horizontal-space'.
5ff4ba3d 4623
d0c679bc
SM
46242000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4625
adf9c994
SM
4626 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4627 (so as to obey the field property in the minibuffer).
4628
4b0cd42d
SM
4629 * obsolete/c-mode.el: Moved from lisp/progmodes.
4630 * obsolete/auto-show.el: Moved from lisp.
4631 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4632
89f85863
CD
46332000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4634
4635 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4636 changes to list them here.
89f85863 4637
83c9cb8e
SM
4638 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4639 Too many changes to list them here.
89f85863 4640
83c9cb8e
SM
4641 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4642 Too many changes to list them here.
89f85863
CD
4643
4644 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4645
3e0d35ce
GM
46462000-12-11 Gerd Moellmann <gerd@gnu.org>
4647
83c9cb8e 4648 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4649
ca2ddd8e 4650 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4651 Comment fix.
4652
3e0d35ce
GM
4653 * hscroll.el: Moved to `obsolete' subdir.
4654
ff904dd6
MB
46552000-12-11 Miles Bader <miles@gnu.org>
4656
4657 * window.el (window-text-height): Function removed (now in C).
4658
fb97d87f
SM
46592000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4660
4661 * log-edit.el (log-edit-parent-buffer): New var.
4662 (log-edit): Set it. Add BUFFER argument.
4663 (log-edit-done): Use char-before.
4664 Don't bother checking validity of vc-comment-ring.
4665 Only bury the buffer if log-edit popped it up.
4666
4667 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4668 (cvs-mode-diff-help): Remove.
4669 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4670 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4671
4672 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4673 Remove binding for ? now made unnecessary.
4674
7de77417
CD
46752000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4676
83c9cb8e 4677 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4678 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4679
4680 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4681 when master file is not open.
4682
4efa209f
SM
46832000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4684
4685 * progmodes/ada-stmt.el: Update `maintainer'.
4686
0a8052bd
GM
46872000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4688
4689 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4690 choices to match documentation string.
4691
a12167c5
MB
46922000-12-09 Miles Bader <miles@gnu.org>
4693
2161605d
MB
4694 * minibuf-eldef.el: New file.
4695
a12167c5
MB
4696 * window.el (fit-window-to-buffer): Don't pass last argument to
4697 pos-visible-in-window-p, now that its meaning is inverted.
4698
9ea8de1b
EZ
46992000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4700
4701 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4702 <ceder@lysator.liu.se>.
4703
5002ddbb
SM
47042000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4705
b6114d80
SM
4706 * autoinsert.el (auto-insert-alist): Add missing final \n.
4707
ee8d23ee
SM
4708 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4709 (cvs-menu-map): Remove.
4710 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4711 (cvs-mode-quit): Turn it back into a plain function.
4712
5002ddbb 4713 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4714 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4715
4716 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4717 file where it's more visible.
4718 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4719 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4720 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4721 (texinfo-inside-macro-p): Only catch `scan-error's.
4722 (texinfo-inside-env-p): Make better use of the match info.
4723 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4724 (texinfo-insert-@end): Slight re-organization.
4725 Also remove useless `looking-at' call.
4726
30cd075d
AI
47272000-12-08 Andrew Innes <andrewi@gnu.org>
4728
4729 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4730 accessible in -nw mode.
4731
4732 * term/w32-win.el: Remove stuff about selection timeout, which is
4733 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4734 it is accessible in -nw mode.
4735
01b91009
DL
47362000-12-08 Dave Love <fx@gnu.org>
4737
83c9cb8e
SM
4738 * emacs-lisp/lisp-mode.el (lisp-mode):
4739 Set font-lock-keywords-case-fold-search.
01b91009 4740
842b2a94
GM
47412000-12-08 Gerd Moellmann <gerd@gnu.org>
4742
4743 * textmodes/ispell.el (ispell): Doc fix.
4744
f9d5f611
KH
47452000-12-08 Kenichi Handa <handa@etl.go.jp>
4746
4747 * international/quail.el (quail-insert-decode-map): Check the
4748 frame width of a window displaying the current buffer, not that of
4749 the selected frame.
4750 (quail-help): Make sure that the help buffer has window before
4751 inserting text in it.
4752
e04d21aa
SS
47532000-12-07 Sam Steingold <sds@gnu.org>
4754
4755 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4756 Backquote is used in isearch.el, so autoloading saves nothing.
4757
fc3e23a4
EZ
47582000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4759
83c9cb8e
SM
4760 * startup.el (normal-top-level-add-subdirs-to-load-path):
4761 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4762
fc3e23a4
EZ
4763 * dired.el (dired-insert-directory): If file-system-info is
4764 fboundp, call it instead of invoking dired-free-space-program.
4765
796ecd10
GM
47662000-12-07 Gerd Moellmann <gerd@gnu.org>
4767
0f5f7c3e
GM
4768 * server.el (server-visit-files): Push files on file-name-history.
4769
3764ba49
GM
4770 * progmodes/cc-langs.el: Update copyright.
4771
8e7931da
GM
4772 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4773
ae0d7485 4774 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 4775
796ecd10
GM
4776 * bindings.el (mode-line-mode-menu): Reverse the order
4777 of define-keys so that the menu appears in alphabetical order.
4778
ae0d7485
GM
47792000-12-07 Milan Zamazal <pdm@freesoft.cz>
4780
4781 * progmodes/glasses.el (glasses-mode): Update mode line at the end
4782 of the function.
4783
e2849090
DL
47842000-12-07 Dave Love <fx@gnu.org>
4785
4786 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
4787
4788 * facemenu.el (facemenu-unlisted-faces): Fix value.
4789
5c7f629c
SM
47902000-12-07 Stefan Monnier <monnier@cs.yale.edu>
4791
4792 * font-lock.el (font-lock-default-fontify-region):
4793 Include the terminating \n (off-by-one error).
4794 (font-lock-set-defaults): Use dolist.
4795
4796 * derived.el (define-derived-mode): Don't use combine-run-hooks.
4797
73481ae3
KH
47982000-12-07 Kenichi Handa <handa@etl.go.jp>
4799
83c9cb8e
SM
4800 * international/mule-cmds.el (describe-language-environment):
4801 Fix for the case that an input method title is not string but a list.
ffbaa122 4802
73481ae3
KH
4803 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
4804 of wrong SIZE record.
4805
e2896b22
DL
48062000-12-06 Dave Love <fx@gnu.org>
4807
67292061
DL
4808 * newcomment.el (comment-region, comment-dwim): Doc fix.
4809
4810 * textmodes/texinfo.el: Require tex-mode when compiling.
4811 (texinfo-update-node): Doc fix.
4812 (texinfo-imenu-generic-expression): Add @anchor.
4813 (texinfo-font-lock-keywords): Add @uref.
4814 (texinfo-inside-macro-p): Don't use ignore-errors.
4815 (texinfo-insert-quote): Match more contexts.
4816
e76938e7
DL
4817 * international/mule.el (decode-char, encode-char): Doc fix.
4818 (auto-coding-alist): Customize.
4819
4820 * files.el (load-file): Fix change of 2000-03-12.
4821
e2896b22
DL
4822 * wid-edit.el (widget-text-keymap): Doc fix.
4823
6610f4b2
AI
48242000-12-06 Andrew Innes <andrewi@gnu.org>
4825
4826 * makefile.w32-in (lisp): Set to an absolute directory, namely
4827 $(CURDIR).
4828
9e3366e4
EZ
48292000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
4830
4831 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
4832 read generated-autoload-file, and set buffer-file-coding-system to
4833 raw-text-unix after reading the file.
4834
83c9cb8e
SM
4835 * international/mule-conf.el (file-coding-system-alist):
4836 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 4837
d94d636f
GM
48382000-12-06 Gerd Moellmann <gerd@gnu.org>
4839
384333ee
GM
4840 * replace.el (occur): Make line-number-width 1 smaller for the
4841 colon following the line number.
4842
83c9cb8e
SM
4843 * startup.el (fancy-splash-text, command-line-1):
4844 Use `File' for the menu name instead of `Files'.
e04d21aa 4845
d4b72d58
GM
4846 * tmm.el: Update copyright.
4847
d94d636f
GM
4848 * cus-start.el: Add entry for even-window-heights.
4849
6e424019
MB
48502000-12-06 Miles Bader <miles@gnu.org>
4851
4852 * faces.el (frame-set-background-mode): Avoid stomping on
4853 locally modified faces.
4854
e6477b58
KH
48552000-12-06 Kenichi Handa <handa@etl.go.jp>
4856
4857 * international/fontset.el: Correct the font registries for
4858 japanese-jisx0213-1 and japanese-jisx0213-2.
4859
21999ab9
GM
48602000-12-05 Gerd Moellmann <gerd@gnu.org>
4861
57d6e381
GM
4862 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
4863
21999ab9
GM
4864 * iswitchb.el: Update customization commentary.
4865
7422819c
GM
48662000-12-05 Rob Riepel <riepel@Stanford.EDU>
4867
4868 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
4869 (tpu-search-highlight): Fixed comparison of overlay end positions.
4870 (tpu-trim-line-ends): Implemented trimming logic locally.
4871
4872 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 4873 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 4874
73daff18
KH
48752000-12-05 Kenichi Handa <handa@etl.go.jp>
4876
4877 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
4878 to cn-gb.
4879 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
4880
6a4cd002
DL
48812000-12-04 Dave Love <fx@gnu.org>
4882
4883 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
4884
6452929e
GM
48852000-12-04 Gerd Moellmann <gerd@gnu.org>
4886
e04d21aa 4887 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
4888 (rmail-summary-expunge-and-save): Ask for confirmation with
4889 rmail-expunge-confirmed.
4890
4891 * mail/rmail.el (rmail-expunge-confirmed): New function.
4892 (rmail-expunge): Use it.
4893
1790abf4
FP
48942000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
4895
0c68ce6f 4896 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
4897 (etags-recognize-tags-table, find-tag-in-order):
4898 New functionality: interpret file names as tags.
e04d21aa 4899
7a53d8c8
EZ
49002000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
4901
4902 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
4903 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
4904 the first subnode until the bottom of the current node is visible.
7a53d8c8 4905
caa15ef7
GM
49062000-12-04 Gerd Moellmann <gerd@gnu.org>
4907
4908 * format.el (format-decode): Don't change buffer's undo list.
4909
e225faa7
KH
49102000-12-04 Kenichi Handa <handa@etl.go.jp>
4911
4912 * faces.el (face-font-registry-alternatives): Add entries for CJK
4913 fonts. Doc-string adjusted for the actual usage of this data.
4914
4915 * international/fontset.el: Change the font registries for CJK
4916 fonts in the default fontset. Don't append '*' to registries.
4917
8b262a65
SM
49182000-12-03 Stefan Monnier <monnier@cs.yale.edu>
4919
e04d21aa 4920 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
4921 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
4922
4923 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
4924 (derived-mode-p): New function.
4925 (derived-mode-make-docstring): Add `docstring' argument.
4926 Use it if available and complete it if necessary.
4927
33c4460b
AS
49282000-12-03 Andreas Schwab <schwab@suse.de>
4929
4930 * type-break.el (type-break): Don't make parent of itself.
4931
5c9b3fac
MB
49322000-12-03 Miles Bader <miles@gnu.org>
4933
4934 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
4935
27ce741e
SM
49362000-12-02 Stefan Monnier <monnier@cs.yale.edu>
4937
07c16ec4
SM
4938 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
4939 (tex-main-file, tex-file): Simplify.
4940 (tex-generate-zap-file-name): Use subst-char-in-string.
4941 (tex-strip-dots): Remove.
4942
c19cc275
SM
4943 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
4944
27ce741e
SM
4945 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
4946 to check if the match succeeded.
4947
285991dc
GM
49482000-12-02 Gerd Moellmann <gerd@gnu.org>
4949
4950 * startup.el (use-fancy-splash-screens-p): New function.
4951 (command-line-1): Use it to determine whether or not to use
4952 a fancy splash screen.
4953
52dca1b2
AS
49542000-12-02 Andreas Schwab <schwab@suse.de>
4955
4956 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
4957
d3e7e7cf
EZ
49582000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4959
2dce2360
EZ
4960 * international/mule.el (make-char): Fix last change.
4961
9768eaa7
EZ
4962 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
4963 New defcustoms.
4964 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
4965 autoloading tex-mode; instead, do the same manually.
4966 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
4967 with numeric argument. Docstring fix.
4968 (toplevel): Require cl when compiling.
e04d21aa 4969
285991dc 4970 * international/mule.el (make-char): Doc fix.
d3e7e7cf 4971
0dd5e255
JR
49722000-12-02 Jason Rumney <jasonr@gnu.org>
4973
4974 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
4975 the Emacs Lisp manual)
4976
fbb87147
EZ
49772000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
4978
5cbb3e93
EZ
4979 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
4980
fbb87147
EZ
4981 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
4982 the Emacs Lisp manual).
4983
1636ca09
GM
49842000-12-02 Gerd Moellmann <gerd@gnu.org>
4985
4986 * simple.el (next-line-add-newlines): Change default to nil.
4987
68875f0e
EZ
49882000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
4989
83c9cb8e
SM
4990 * files.el (revert-buffer, recover-file):
4991 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 4992
fd9ac94c
GM
49932000-12-01 Gerd Moellmann <gerd@gnu.org>
4994
4995 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
4996
45450dd5
MB
49972000-12-01 Miles Bader <miles@gnu.org>
4998
4999 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5000
09df8881
KH
50012000-12-01 Kenichi Handa <handa@etl.go.jp>
5002
5003 * international/mule-diag.el (describe-char-after): Fix typo.
5004 (describe-character-set, non-iso-charset-alist): Fix typo.
5005
dea0a87d
MB
50062000-12-01 Miles Bader <miles@gnu.org>
5007
b170205b
MB
5008 * image-file.el (image-file-name-regexp): Automatically add
5009 upper-case variants of each filename extension in
5010 `image-file-name-extensions', since they seem to be common.
5011
e04d21aa 5012 * simple.el (minibuffer-contents)
dea0a87d
MB
5013 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5014 New functions.
5015 * filecache.el (file-cache-directory-name)
5016 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5017
eb04d6cd 50182000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5019
dea0a87d
MB
5020 * filecache.el (file-cache-minibuffer-complete): Don't try to
5021 delete the minibuffer prompt.
5022
a8a1b05d
DL
50232000-11-30 Dave Love <fx@gnu.org>
5024
5025 * cus-start.el: Fix read-buffer-function type.
5026
693c4692
GM
50272000-11-30 Gerd Moellmann <gerd@gnu.org>
5028
5029 * md5.el: Removed. There's a built-in function, now.
5030
2c0b1898
GM
50312000-11-30 Markus Rost <rost@math.ohio-state.edu>
5032
5033 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5034 as dummy 0-th char of rmail-deleted-vector.
5035
63dfcf4b
EZ
50362000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5037
5038 * ps-print.el (ps-end-job): Bind case-fold-search only after
5039 switching to ps-spool-buffer.
5040
50412000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5042
5043 * ps-print.el: Line number font customization. PostScript: Lines and
5044 PageCount are initialized on each page. Doc Fix.
5045 (ps-print-version): New version number (6.3.2).
5046 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5047 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5048 (ps-right-header): Customization fix.
5049 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5050 Fix code.
5051 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5052 New vars.
5053
df3aedcf
GM
50542000-11-30 Gerd Moellmann <gerd@gnu.org>
5055
edfb795e
GM
5056 * bs.el: Fix typos and spelling errors.
5057 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5058 (bs-configuration): Doc fix.
e04d21aa 5059
df3aedcf
GM
5060 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5061
8b8a7f01
GM
50622000-11-30 Rob Riepel <riepel@Stanford.EDU>
5063
5064 * emulation/tpu-edt.el (tpu-version): New version.
5065 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5066 (tpu-original-mode-line): Variable deleted.
5067 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5068 (tpu-set-mode-line): Don't redefine mode-line-format.
5069 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5070 (tpu-update-mode-line): New mark flag logic.
5071 (tpu-get): Use find-file-wildcards.
5072 (tpu-search-highlight): Move overlay less, reset overlay properly.
5073 (tpu-unselect): Deactivate mark.
5074 (tpu-lm-replace): Reset overlay properly.
5075 (tpu-forward-line): Use forward-visible-line.
5076 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5077
83c9cb8e 5078 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5079
c069a9d3
GM
50802000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5081
5082 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5083
b02cd40b
GM
50842000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5085
5086 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5087 and skip whitespace and newlines.
e04d21aa 5088
b7a90344
SM
50892000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5090
5091 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5092
be6bbb55
GM
50932000-11-29 Gerd Moellmann <gerd@gnu.org>
5094
0383ed60
GM
5095 * help.el (describe-function-1): Regexp-quote function name
5096 when used as part of a regexp.
5097
83c9cb8e
SM
5098 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5099 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5100 (tool-bar-add-item): Likewise, and handle unspecified colors.
5101
5102 * enriched.el (enriched-face-ans): Use face-attribute instead
5103 of face-foreground and face-background.
5104
5105 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5106 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5107
7423978d
GM
5108 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5109
ef128c78
GM
5110 * play/5x5.el: Remove version info.
5111
a81fc510
GM
5112 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5113
be6bbb55
GM
5114 * frame.el (blink-cursor-mode): Doc fix.
5115
f9396e03
GM
51162000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5117
5118 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5119 to create Makefile rules.
5120 (antlr-tool-command): New user option.
5121 (antlr-ask-about-save): New user option.
5122 (antlr-makefile-specification): New user option.
5123 (antlr-file-formats-alist): New variable.
5124 (antlr-special-file-formats): New variable.
5125 (antlr-unknown-file-formats): New user option.
5126 (antlr-help-unknown-file-text): New variable.
5127 (antlr-help-rules-intro): New variable.
5128 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5129 (antlr-mode-menu): Add entries.
5130 (antlr-file-dependencies): New function.
5131 (antlr-directory-dependencies): New function.
5132 (antlr-superclasses-glibs): New function.
5133 (antlr-run-tool): New command.
5134 (antlr-makefile-insert-variable): New function.
5135 (antlr-insert-makefile-rules): New function.
5136 (antlr-show-makefile-rules): New command.
5137
5138 * antlr-mode.el: More Emacs/XEmacs stuff.
5139 (antlr-no-action-keywords): New constant with value nil.
5140 (antlr-font-lock-keywords-alist): Use it. Old value would break
5141 syntax highlighting in Emacs-21.0.
5142 (antlr-default-directory): Emacs/XEmacs dependend function.
5143 (antlr-read-shell-command): Ditto.
5144 (antlr-with-displaying-help-buffer): Ditto.
5145
51462000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5147
5148 * antlr-mode.el: imenu, parsing and highlighting changes.
5149 (antlr-imenu-create-index-function): Don't create extra submenus
5150 for definitions in different grammar classes. It is not necessary
5151 for the menu and would make command `imenu' awkward to use.
5152 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5153 header actions and more than one.
5154 (antlr-font-lock-tokendef-face): Changed color.
5155 (antlr-font-lock-tokenref-face): Changed color.
5156 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5157 (antlr-mode-syntax-table): New variable.
5158 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5159 (antlr-with-syntax-table): Don't copy syntax table.
5160
51612000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5162
5163 * antlr-mode.el: Minor changes: language setting.
5164 (antlr-language-alist): The value for file option "language" can
5165 be both an identifier and a string.
5166 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5167 (antlr-language-limit-n-regexp): Change accordingly.
5168
51692000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5170
5171 * antlr-mode.el: Minor changes: tabs, hiding.
5172 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5173 (antlr-action-visibility): Also allow value nil to also hide the
5174 braces. Renamed from `antlr-tiny-action-length'.
5175 Suggested by Jay@aol.com.
5176 (antlr-hide-actions): Change accordingly. Hide line if completely
5177 hidden action is on a line of its own.
e04d21aa 5178
6ad948eb
SM
51792000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5180
5181 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5182
5183 * sort.el (sort-columns): Don't concat strings with numbers.
5184
9c6a4107
DL
51852000-11-29 Dave Love <fx@gnu.org>
5186
5187 * cus-edit.el (face): Fix :format.
5188
5189 * mail/feedmail.el: Require smtpmail when compiling.
5190 (mail-do-fcc): Autoload.
5191 (feedmail) <defgroup>: Fix :link.
5192 (feedmail-nuke-body-in-fcc): Fix :type.
5193 (feedmail-send-it): Add autoload cookie.
5194
053b8d35
SM
51952000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5196
5197 * newcomment.el (comment-indent): Save excursion around call to
5198 comment-indent-function.
5199
242c13e8
MB
52002000-11-29 Miles Bader <miles@gnu.org>
5201
5202 * subr.el (member-ignore-case): Return the tail of the list who's
5203 car matches, like `member', not the matching element itself.
5204
8f4b5f28
KH
52052000-11-29 Kenichi Handa <handa@etl.go.jp>
5206
5207 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5208 should not contain `\n'.
5209
bebe4a2c
GM
52102000-11-28 Gerd Moellmann <gerd@gnu.org>
5211
fd9ac94c 5212 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5213
ba7e40eb
GM
5214 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5215
75ab0c79
GM
5216 * dired-aux.el (dired-do-create-files): Construct default file
5217 name for dired-mark-read-file-name so that when the user enters
5218 just RET, the target file will end up in the target directory.
5219
bebe4a2c
GM
5220 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5221 local-abbrev-table before changing buffers because it might
5222 have a buffer-local binding.
5223
fa6d1ca8
MB
52242000-11-28 Miles Bader <miles@gnu.org>
5225
5226 * simple.el (delete-horizontal-space): Handle fields more generally.
5227
8d2c2642
GM
52282000-11-28 Gerd Moellmann <gerd@gnu.org>
5229
5230 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5231
8b31236d
DL
52322000-11-28 Dave Love <fx@gnu.org>
5233
3cbd02d2
DL
5234 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5235 comment-start-skip locally.
5236
8b31236d
DL
5237 * progmodes/fortran.el (fortran-mode): Don't set
5238 fortran-comment-line-start-skip. Set comment-start to
5239 fortran-comment-line-start.
5240 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5241 (fortran-comment-line-start-skip): Simplify slightly.
5242
ae4bf56d
GM
52432000-11-28 Gerd Moellmann <gerd@gnu.org>
5244
17ef7534
GM
5245 * play/5x5.el: Remove RCS keyword.
5246
fd9ac94c 5247 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5248
665b27a6
GM
52492000-11-28 Milan Zamazal <pdm@freesoft.cz>
5250
83c9cb8e
SM
5251 * textmodes/tildify.el (tildify-string-alist):
5252 Add `plain-tex-mode' here.
665b27a6 5253
fe3c2ae3
GM
52542000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5255
5256 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5257 reference.
5258
d970106b
MB
52592000-11-28 Miles Bader <miles@gnu.org>
5260
36b80a0d
MB
5261 * cus-face.el (custom-face-attributes): Add post-filter function
5262 for :box. Make pre-filter function for :box handle all cases.
5263
d970106b
MB
5264 * wid-edit.el (widget-choose): Make sure pop-up window is large
5265 enough to display all the choices, as there's no way to scroll it.
5266
5a2bae6c
KH
52672000-11-28 Kenichi Handa <handa@etl.go.jp>
5268
5269 * international/mule-conf.el: Make the coding system no-conversion
5270 safe for all characters.
5271
9e836e23
DL
52722000-11-27 Dave Love <fx@gnu.org>
5273
8b31236d
DL
5274 * net/ldap.el (ldap) <defgroup>: Add :version.
5275
9e836e23
DL
5276 * tooltip.el (tooltip-use-echo-area): Doc fix.
5277
5278 * cus-start.el <minibuffer-prompt-properties>: Add version.
5279 <read-buffer-function>: Add.
5280
5281 * apropos.el (apropos-print): Add help-echo to active text.
5282
5283 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5284
4a74d071
GM
52852000-11-27 Gerd Moellmann <gerd@gnu.org>
5286
5287 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5288 type, group and version.
5289
76058c27
EZ
52902000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5291
4a74d071 5292 * select.el (x-get-selection): Docstring fix.
76058c27 5293
fd9ac94c 52942000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5295
fd9ac94c 5296 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5297
49060c51
AI
52982000-11-27 Andrew Innes <andrewi@gnu.org>
5299
5300 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5301
5302 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5303
b2a8e429
MB
53042000-11-27 Miles Bader <miles@gnu.org>
5305
5306 * dired.el (dired-get-filename): Return filename verbatim if
5307 LOCALP is `verbatim'.
5308 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5309 `verbatim' so that we don't inadvertently delete a non-existant
5310 directory name.
5311
5ac0366d
KH
53122000-11-27 Kenichi Handa <handa@etl.go.jp>
5313
5314 * international/characters.el: Specify cases and syntaxes for
5315 mule-unicode-0100-24ff.
5316
67f1cf4c
GM
53172000-11-27 Gerd Moellmann <gerd@gnu.org>
5318
5319 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5320 that foreground and/or background colors of the face `tool-bar'
5321 are unspecified.
5322
46c56972
MB
53232000-11-27 Miles Bader <miles@gnu.org>
5324
e04d21aa 5325 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5326 (widget-field-end): Handle widget field `pseudo-overlays'.
5327 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5328 if it's there instead of in `widget-field-list'.
5329
46c56972 5330 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5331 (help-make-xrefs): Delete extraneous newlines at the end of the
5332 docstring.
46c56972 5333
640a9cdd
JR
53342000-11-25 Jason Rumney <jasonr@gnu.org>
5335
5336 * startup.el (command-line): Call set-locale-environment after
5337 Window System init file is read, as it can result in a call to
5338 redraw-frame.
5339
0b3f96d4
EZ
53402000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5341
5342 * simple.el (shell-command): Mention the effect of the prefix
5343 argument in the doc string.
5344
8da6e2a1
MB
53452000-11-25 Miles Bader <miles@gnu.org>
5346
a658d039
MB
5347 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5348
8da6e2a1 5349 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5350 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5351
d3416cca
JR
53522000-11-24 Jason Rumney <jasonr@gnu.org>
5353
5354 * international/mule-cmds.el (locale-language-names): Add "jp" as
5355 a non-standard alternative for Japanese.
5356
17e37f53
AS
53572000-11-24 Andre Spiegel <spiegel@gnu.org>
5358
5359 * vc-hooks.el: Require 'cl during compilation.
5360
9aa5f148
GM
53612000-11-24 Gerd Moellmann <gerd@gnu.org>
5362
ba193890
GM
5363 * faces.el (face-set-after-frame-default): Let face attributes
5364 specified for new frames override frame parameters.
5365
9aa5f148
GM
5366 * startup.el (command-line): Fix computation of the source file
5367 for user-init-file when user-init-file is a compiled file.
5368
51a1edab
MB
53692000-11-24 Miles Bader <miles@gnu.org>
5370
e04d21aa 5371 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5372 (custom-post-filter-face-spec): New functions.
5373 (custom-face-set, custom-face-value-create): Filter the face spec
5374 before and after customization.
5375 (custom-face-set): If VALUE specifies a null face, pass a
5376 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5377 * cus-face.el (custom-face-attributes): Remove SET and GET
5378 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5379 cases they're needed.
5380
1ed74431
MB
5381 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5382 that it's distinguishable from the :off-glyph on dark-background
5383 displays. Set its background color too.
5384
67ee1125
MB
5385 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5386 so that people can easily turn it off.
5387
7d027816 53882000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5389
7d027816 5390 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5391
9aa5f148 5392 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5393
9aa5f148 5394 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5395
9aa5f148 5396 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5397 redundant skip-small-frames test.
e04d21aa 5398
9aa5f148 5399 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5400 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5401
9aa5f148
GM
5402 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5403 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5404 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5405 New functions.
e04d21aa 5406
9aa5f148 5407 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5408
9aa5f148 5409 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5410
f07fa1b8
KH
54112000-11-24 Kenichi Handa <handa@etl.go.jp>
5412
83c9cb8e
SM
5413 * international/mule-diag.el (list-iso-charset-chars):
5414 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5415 (list-non-iso-charset-chars): Fix the `while' condition.
5416
ba8299ff
SM
54172000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5418
79372165
SM
5419 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5420 if the variable is make-variable-buffer-local.
5421
83c9cb8e
SM
5422 * progmodes/ada-stmt.el (ada-template-map):
5423 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5424 (ada-stmt-mode-hook): New function extracted from old code.
5425 Only change the buffer-local side of skeleton-*.
5426 (ada-mode-hook): Use it.
5427
68a887fa
EZ
54282000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5429
5430 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5431 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5432 we expect to be returned by minibuffer-depth once we prompt the
5433 user in the minibuffer.
5434 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5435 as recorded in iswitchb-minibuf-depth, return non-nil.
5436
3b345582
EZ
54372000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5438
5439 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5440 (hscroll-window-maybe): Docstring fix.
5441
595dead2
DL
54422000-11-23 Dave Love <fx@gnu.org>
5443
5444 * rect.el (string-rectangle): Don't test delete-selection-mode.
5445
1e66b27a
GM
54462000-11-23 Gerd Moellmann <gerd@gnu.org>
5447
02790ce2
GM
5448 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5449 is in the tool bar.
5450
1e66b27a 5451 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5452 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5453
a4caa65d
SM
54542000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5455
5456 * textmodes/outline.el (outline-flag-region):
5457 Don't bind inhibit-read-only since we don't modify the buffer.
5458 (outline-isearch-open-invisible): Don't jump to overlay-start
5459 since we're trying to unhide text around point.
5460 (outline-discard-overlays): Use dolist.
5461
5462 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5463
03e757c1
GM
54642000-11-22 Gerd Moellmann <gerd@gnu.org>
5465
83c9cb8e 5466 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5467
1598a961
SM
54682000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5469
5470 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5471 Fix ARG regexp to skip quoted braces.
5472 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5473 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5474 are (correctly) handled separately).
5475 Remove `caption' and `footnote' from `citations': they contain text.
5476 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5477 (latex-skeleton-end-hook): New function.
5478 (latex-mode): Use it.
5479 (tex-start-tex-marker): Remove.
5480 (tex-send-tex-command): Don't set tex-start-tex-marker.
5481 (tex-error-parse-syntax-table): New var.
5482 (tex-compilation-parse-errors): Use it.
5483 Ignore tex-start-tex-marker. Don't bother with marker-position.
5484 (tex-validate-buffer): Don't bother with marker-position.
5485
5486 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5487 (flyspell-generic-progmode-verify): Use it.
1598a961 5488
eaae8106
SS
54892000-11-22 Sam Steingold <sds@gnu.org>
5490
83c9cb8e 5491 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5492
eaae8106 5493 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5494 `ada-remove-trailing-spaces'.
eaae8106 5495 (ada-remove-trailing-spaces): Removed.
e04d21aa 5496
eaae8106 5497 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5498
1598a961
SM
5499 * textmodes/picture.el (picture-clean): Removed.
5500 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5501
a41d49e9
GM
55022000-11-22 Gerd Moellmann <gerd@gnu.org>
5503
e053c60f
GM
5504 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5505
a41d49e9
GM
5506 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5507 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5508 do anything special when jit-lock is active.
a41d49e9
GM
5509 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5510
197615f3
DL
55112000-11-22 Dave Love <fx@gnu.org>
5512
ddbfaa9f
DL
5513 * calendar/todo-mode.el (todo-top-priorities): Use
5514 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5515
ddc3c695
DL
5516 * language/chinese.el, language/cyrillic.el:
5517 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5518 * language/hebrew.el, language/indian.el, language/japanese.el:
5519 * language/korean.el, language/lao.el, language/misc-lang.el:
5520 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5521 Use provide.
5522
fb9fa98d
DL
5523 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5524 (custom-variable-set): Improve validation error mesage.
5525
197615f3
DL
5526 * rect.el (string-rectangle): Revert last change.
5527 (string-rectangle-line): New arg DELETE.
5528 (string-rectangle): Check delete-selection-mode.
5529
5530 * emacs-lisp/edebug.el (edebug-version)
5531 (edebug-maintainer-address): Deleted.
5532 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5533 (edebug-read-function): Account for other `'#' read forms.
5534 (edebug-mode-menus): Make some items toggles.
5535 (edebug-outside-unread-command-event, unread-command-event):
5536 Remove these to avoid warnings.
5537
f4117c4d
GM
55382000-11-22 David Ponce <david@dponce.com>
5539
5540 * recentf.el (recentf-menu-items-for-commands)
5541 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5542 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5543
f4117c4d
GM
5544 (recentf-build-dir-rules, recentf-dump-variable)
5545 (recentf-edit-list, recentf-open-files-item)
5546 (recentf-open-files): Replaced unnecessary `mapcar' with new
5547 built-in `mapc'.
eaae8106 5548
f8e2f3f2
MB
55492000-11-23 Miles Bader <miles@gnu.org>
5550
5551 * faces.el (menu): Make inverse-video on ttys too.
5552
4c4a541d
SM
55532000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5554
5555 * simple.el (comment-line-break-function): Use the new name
5556 indent-new-comment-line -> comment-indent-new-line.
5557 (clone-indirect-buffer): Don't ignore NORECORD.
5558 (next-completion): Properly handle the case where items are adjacent.
5559
5560 * mouse.el (popup-menu): Stupid typo.
5561
980d836e
GM
55622000-11-22 Gerd Moellmann <gerd@gnu.org>
5563
60e8e0a5
GM
5564 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5565 maintainer, keywords tags.
5566
980d836e
GM
5567 * rect.el (replace-rectangle): Don't call string-rectangle-line
5568 with too many arguments.
5569
e08b2069
AS
55702000-11-22 Andre Spiegel <spiegel@gnu.org>
5571
60e8e0a5 5572 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5573 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5574 vc-locking-user, which no longer exists.
5575
5576 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5577
c6779d8d
DL
55782000-11-22 Dave Love <fx@gnu.org>
5579
5580 * md5.el (md5): Provide.
5581 (md5): Fix error call.
5582
e672fdce
MB
55832000-11-22 Miles Bader <miles@gnu.org>
5584
eaae8106 5585 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5586 (refill-fill-paragraph-at): Remove debugging code.
5587
80e24c04
MB
5588 * calendar/calendar.el (generate-calendar-window): When we don't
5589 call `fit-window-to-buffer', make sure the top line is fully visible.
5590
3a17d6cc
MB
5591 * image-file.el (insert-image-file): Don't make `read-only'
5592 property rear-nonsticky.
5593
ae1a21c6
MB
5594 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5595 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5596 stashing away its original value.
5597 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5598 in the recursive edit.
5599 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5600 (isearch-done): Restore `minibuffer-message-timeout'.
5601
e672fdce
MB
5602 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5603
3ea79df8
SM
56042000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5605
5606 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5607
5608 * find-lisp.el (find-lisp-find-files-internal):
5609 Use dolist, when and file-name-as-directory.
5610
980d836e 5611 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5612 (define-derived-mode, define-minor-mode): Add specs.
5613
5614 * window.el: General comment and spacing fixes.
5615 (save-selected-window): Use backquotes.
5616 (window-safely-shrinkable-p): New function.
5617 (shrink-window-if-larger-than-buffer): Use it.
5618
5619 * subr.el (make-local-hook): Docstring fix.
5620
5621 * shell.el (shell-mode): Use define-derived-mode.
5622
5623 * newcomment.el (comment-indent): Insert comment before calling
5624 comment-indent-function. Don't insert in column 0.
5625 (comment-dwim): Indent before inserting comment.
5626
5627 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5628 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5629 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5630 Use mapc rather than map.
5631
5632 * files.el (find-buffer-visiting): Compare all attributes before
5633 declaring two files identical (rather than just their inode-no).
5634 (auto-mode-alist): Use \' rather than $.
5635
5636 * which-func.el: Update maintainer line.
5637
5638 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5639 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5640 (uniquify-buffer-file-name): Use it.
5641
8f62f2b8
MB
56422000-11-22 Miles Bader <miles@gnu.org>
5643
5644 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5645 * simple.el (minibuffer-avoid-prompt): New function.
5646
fb279a6d
GM
56472000-11-21 Gerd Moellmann <gerd@gnu.org>
5648
5649 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5650
867092e9
MB
56512000-11-21 Miles Bader <miles@gnu.org>
5652
ef860850
MB
5653 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5654 inclusion of `track-mouse'.
5655
867092e9
MB
5656 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5657 (refill-adjust-ignorable-overlay): New function.
5658 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5659 only the paragraph's tail if possible.
5660 Update `refill-ignorable-overlay'.
5661 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5662
5663 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5664 point inside the fill-prefix.
5665
5666 * textmodes/refill.el (refill-post-command-function): Don't reset
5667 refill-doit in the case where a self-insertion command doesn't
5668 case a refill. Use `refill-fill-paragraph-at', getting position
5669 from `refill-doit'.
5670 (refill-after-change-function): Set `refill-doit' to END.
5671 (refill-fill-paragraph-at): New function, mostly from old
5672 refill-fill-paragraph.
5673 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5674 (refill-pre-command-function): New function.
5675 (refill-mode): Add it to `pre-command-hook'.
5676
ff9ab414
GM
56772000-11-20 Gerd Moellmann <gerd@gnu.org>
5678
29a01b72
GM
5679 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5680
ff9ab414
GM
5681 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5682 javadoc tags.
eaae8106 5683
885b211b
AS
56842000-11-20 Andre Spiegel <spiegel@gnu.org>
5685
5686 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5687 vc.el).
5688
eaae8106 5689 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5690 require vc.
eaae8106
SS
5691
5692 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5693 checkouts.
eaae8106 5694
d1838556
DL
56952000-11-20 Dave Love <fx@gnu.org>
5696
5697 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5698
2b69bc11 56992000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5700
2b69bc11
GM
5701 * calculator.el (calculator-paste): Use `if' instead of `and'
5702 and `or'.
5703 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5704
b95b34e5
GM
57052000-11-19 Gerd Moellmann <gerd@gnu.org>
5706
030de92f
GM
5707 * info.el (info-menu-5): Doc fix.
5708
b95b34e5
GM
5709 * textmodes/artist.el: New file.
5710
54970452
AS
57112000-11-19 Andre Spiegel <spiegel@gnu.org>
5712
eaae8106 5713 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5714 and differentiate according to checkout model.
5715 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5716 since this function is only concerned with master state.
5717
83c9cb8e
SM
5718 * vc-hooks.el (vc-workfile-unchanged-p)
5719 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5720
83c9cb8e
SM
5721 * vc.el (vc-workfile-unchanged-p)
5722 (vc-default-workfile-unchanged-p): See above.
54970452 5723
e5a9dabf
MB
57242000-11-19 Miles Bader <miles@gnu.org>
5725
5726 * image-file.el (insert-image-file): Make `intangible' and
5727 `read-only' properties rear-nonsticky too.
5728
24127af0
GM
57292000-11-18 Gerd Moellmann <gerd@gnu.org>
5730
d392e9c5 5731 * ps-print.el: Update copyright notice.
eaae8106 5732
d392e9c5
GM
5733 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5734 (tooltip-show): Use the offsets.
5735
24127af0 5736 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5737 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5738 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5739
2b69bc11 57402000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5741
2b69bc11
GM
5742 * ps-print.el (toplevel): Test for find-coding-system being
5743 fboundp before calling ps-x-find-coding-system.
08ea6f17 5744
66321b2f
SM
57452000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5746
5747 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5748 (vc-version-backup-file): Docstring fix.
5749
046110c6
GM
57502000-11-16 Gerd Moellmann <gerd@gnu.org>
5751
4104194e
GM
5752 * files.el (basic-save-buffer): Don't add a newline if
5753 find-file-literally is non-nil.
5754 (find-file-literally): Extend doc string.
5755
046110c6
GM
5756 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5757 sort(1) with the `-f' argument.
5758
6505c16e
AS
57592000-11-16 Andre Spiegel <spiegel@gnu.org>
5760
fd063975
AS
5761 * vc.el: Updated backend documentation.
5762 (vc-default-check-headers): New function.
5763
3d02dd81 5764 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5765
5766 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5767 up-to-date.
eaae8106 5768 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5769 the minibuffer is not active.
fd063975 5770
eaae8106 5771 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5772 `vc-cvs-use-edit' is on.
eaae8106
SS
5773 (vc-cvs-checkout): When this is used for reverting the workfile,
5774 make a backup of the original contents and revert to that in case
8791d617 5775 of error.
eaae8106 5776 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 5777 remote repositories.
eaae8106 5778
6505c16e
AS
5779 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
5780 for both version and ratio in the minibuffer.
fd063975 5781
eaae8106 5782 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 5783 Use vc-do-command to perform the annotation, not call-process.
6505c16e 5784
a13f0660
KH
57852000-11-16 Kenichi Handa <handa@etl.go.jp>
5786
5787 * international/quail.el (quail-start-translation): Don't call
5788 `message' before reading key sequence.
5789
1389a414
MB
57902000-11-16 Miles Bader <miles@lsi.nec.co.jp>
5791
5792 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
5793
9256a532
KH
57942000-11-16 Kenichi Handa <handa@etl.go.jp>
5795
5796 * window.el (fit-window-to-buffer): Be sure to acquire at least
5797 one text line even if the buffer is empty.
5798
0e14fe9f
GM
57992000-11-16 Gerd Moellmann <gerd@gnu.org>
5800
eaae8106 5801 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
5802 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
5803 Bind ange-ftp-process-verbose to nil.
0e14fe9f 5804
da645c53
DL
58052000-11-15 Dave Love <fx@gnu.org>
5806
83c9cb8e
SM
5807 * wid-edit.el (widget-specify-field, widget-specify-button):
5808 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
5809 widget-mouse-help.
5810 (widget-mouse-help): New function.
5811 (widget-echo-help): Rewritten for :help-echo functions only taking
5812 a widget arg.
5813
83c9cb8e
SM
5814 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
5815 Use display-graphic-p.
b12057b9
DL
5816 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
5817 and that JPEG is available.
5818 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
5819
da645c53
DL
5820 * international/mule-cmds.el (locale-charset-language-names):
5821 Match @euro.
5822
6d133d1f
GM
58232000-11-15 Gerd Moellmann <gerd@gnu.org>
5824
83c9cb8e
SM
5825 * faces.el (face-set-after-frame-default):
5826 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
5827 default face from X resources.
5828
49ac2ac5
EZ
58292000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5830
5831 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
5832 Don't set EMACSLOADPATH.
5833
4fb0a34c
EZ
58342000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
5835
5836 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
5837 texinfo-insert-@url.
5838 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
5839 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
5840
bb304a7a
SM
58412000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5842
82bc80bf
SM
5843 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
5844 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
5845 (checkdoc-minor-keymap): Backward compatibility.
5846 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
5847 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
5848 (checkdoc-this-string-valid-engine): Be a bit more strict
5849 to avoid matching substrings of `...' quoted vars/funs.
5850 (checkdoc-defun-info): Only look for `interactive' if alone.
5851 (debug-ignored-errors): Add "arg doesn't appear in docstring".
5852
e8c87124
SM
5853 * progmodes/compile.el (grep): `tag-default' can be nil.
5854
bb304a7a
SM
5855 * newcomment.el (comment-indent): Paren typo.
5856
8628686a
DL
58572000-11-14 Dave Love <fx@gnu.org>
5858
25c269ef
DL
5859 * calculator.el: New maintainer version.
5860
66321b2f 5861 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 5862
8628686a
DL
5863 * cmuscheme.el: Doc fixes.
5864 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 5865 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
5866
5867 * xscheme.el (scheme-program-name): Don't define here.
5868
5869 * progmodes/scheme.el (scheme-program-name): New variable
5870 (originally in cmuscheme).
5871
88f0a1eb
MB
58722000-11-14 Miles Bader <miles@gnu.org>
5873
5874 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
5875 Handle header-lines. Don't loop forever if we can't enlarge the
5876 window anymore. Simplify a bit.
5877
cd9a000c
KH
58782000-11-14 Kenichi Handa <handa@etl.go.jp>
5879
5880 * window.el (fit-window-to-buffer): Don't check
5881 window-text-height. Assure that the last line is fully visible.
5882
83c9cb8e
SM
5883 * international/quail.el (quail-show-guidance-buf):
5884 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
5885 buffer.
5886 (quail-update-guidance): Avoid making the guidance buffer shorter.
5887
d3fcda22
SM
58882000-11-14 Stefan Monnier <monnier@cs.yale.edu>
5889
bdbd9606
SM
5890 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
5891 rather than `prepend' and add an interesting comment.
5892 (tex-math-face, tex-font-lock-syntactic-face-function):
5893 New face and function to use it.
5894 (tex-define-common-keys, tex-mode-map): Use menu-item rather
5895 than `menu-enable' symbol property.
5896 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
5897 (tex-mode): Add some latex-mode commands for auto-selection.
5898 Use tex-font-lock-syntactic-face-function.
5899 (tex-insert-quote): Simplify.
5900 (tex-shell): New mode.
5901 (tex-start-shell): Use it.
5902 (tex-shell-proc, tex-shell-buf): New functions.
5903 (tex-send-command): Use it.
5904 (tex-main-file): Fix the meaning of the new arg REALFILE.
5905 (tex-send-tex-command): New function split from `tex-start-tex'.
5906 Set compilation-last-buffer and compilation-parsing-end.
5907
d3fcda22
SM
5908 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
5909 when it follows non-comment text on the line.
5910
5911 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5912 Set font-lock-defaults.
5913 (lisp-mode-shared-map): Init inside the defvar.
5914 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
5915 Use define-derived-mode.
5916
bdab1d43
MB
59172000-11-14 Miles Bader <miles@lsi.nec.co.jp>
5918
5919 * faces.el (header-line): Use `:box nil' for color/gs displays too.
5920
936ae731
GM
59212000-11-14 Gerd Moellmann <gerd@gnu.org>
5922
83c9cb8e
SM
5923 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
5924 Don't recursively optimize body because that can lead to infinite
936ae731
GM
5925 recursion; see comment there.
5926
1695ca2b
EZ
59272000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
5928
5929 * faces.el (face-spec-set-match-display): Revert the change from
5930 2000-10-24. Add a FIXME for after v21.1.
5931
9d348294
MB
59322000-11-13 Miles Bader <miles@gnu.org>
5933
5934 * textmodes/fill.el (skip-line-prefix): New function.
5935 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
5936 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
5937 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5938 point inside the fill-prefix.
9d348294 5939
b85fa13c
MB
59402000-11-13 Miles Bader <miles@lsi.nec.co.jp>
5941
83c9cb8e
SM
5942 * calendar/calendar.el (generate-calendar-window):
5943 Use `fit-window-to-buffer'.
b85fa13c 5944
a0b47716
SM
59452000-11-12 Stefan Monnier <monnier@cs.yale.edu>
5946
5947 * gud.el (gud-minor-mode): New var.
5948 (gud-symbol, gud-val): New functions.
5949 (gud-find-file): Copy gud-minor-mode to the new buffer.
5950 (gud-menu-map): Include entries for commands that are not always
5951 available, using :enable to (de)activate them.
5952 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
5953 (gud-mode-map): New map.
eaae8106 5954 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
5955 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
5956 Don't set up gud's menu (it's done by the minor-mode).
5957 (gud-minibuffer-local-map): New.
5958 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
5959 (gud-query-cmdline): New function.
5960 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
5961 (gud-mode): Use define-derived-mode.
5962 Don't set up gud's menu (it's done by the minor-mode).
5963 (gud-chop-words): Remove.
5964 (gud-common-init): Use split-string instead.
5965 (gud-new-keymap, gud-make-debug-menu): Eradicate.
5966
5967 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5968 Add keyword arg :name.
5969
5970 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
5971 (diff-count-matches, diff-split-hunk): New functions.
5972 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
5973
5974 * pcvs-info.el (cvs-fi-conflict-face): New var.
5975
5976 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
5977 Make it into a simple syntax-table, shared among all submodes.
5978 (sh-heredoc-face): Re-introduce.
5979 (sh-font-lock-syntactic-face-function): New function.
5980 (sh-mode): Use it. Also use define-derived-mode.
5981 Remove old bogus setting of indent-region-function.
5982 (sh-set-shell): Don't set the syntax-table any more.
5983 (sh-mode-syntax-table) <defun>: Remove.
5984
f5ed37df
MB
59852000-11-12 Miles Bader <miles@gnu.org>
5986
5987 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
5988 message if interactive.
5989
0b074c2f
DL
59902000-11-12 Dave Love <fx@gnu.org>
5991
5992 * mail/feedmail.el: Fix header,
5993 (feedmail) <defgroup>: Add :link.
5994
5995 * view.el: Use local-map property, not keymap on mode-line string.
5996
83c9cb8e
SM
5997 * scroll-all.el (scroll-all-mode): Customize variable.
5998 Add autoload cookie to function.
0b074c2f
DL
5999
6000 * lazy-lock.el: Remove compatibility code.
6001
6002 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6003 (finder-help-echo): New variable.
6004 (finder-mouse-face-on-line): Add help-echo stuff.
6005 (finder-list-keywords, finder-list-matches): Use mapc.
6006
6007 * faces.el (face-font-registry-alternatives): Add :version.
6008
6009 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6010 tags-table-list.
6011
a0b47716 6012 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6013
a0b47716 6014 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6015 (mail-mode): Use [:alnum:] in some regexps.
6016
6d502396
DL
60172000-11-10 Dave Love <fx@gnu.org>
6018
6019 * ediff.el (ediff-regions-internal, ediff-documentation):
6020 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6021 fundamental mode.
6022
6023 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6024 buffer into fundamental mode.
6025 (ediff-set-difference): Use copy-sequence if available.
6026
83c9cb8e
SM
6027 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6028 Check ediff-patch-map non-nil.
6d502396
DL
6029 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6030 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6031 buffer into fundamental mode.
6032
6033 * ediff-merg.el (state-or-merge): Defvar when compiling.
6034
a82fe213
JR
60352000-11-10 Jason Rumney <jasonr@gnu.org>
6036
6037 * w32-fns.el (w32-add-charset-info): New function.
6038 (w32-charset-info-alist): Use it.
6039
52d89894
GM
60402000-11-10 Gerd Moellmann <gerd@gnu.org>
6041
6042 * faces.el (face-font-registry-alternatives): New user-option.
6043
178932de
SM
60442000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6045
d7fa3319
SM
6046 * textmodes/texinfo.el (texinfo-block-default): New var.
6047 (texinfo-insert-block): Use it. Insert a newline if needed.
6048
178932de
SM
6049 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6050 (fill-region-as-paragraph): Use it.
6051
6052 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6053 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6054 Tweak paragraph regexps to allow a leading [ \t]*.
6055 (tex-latex-block): Insert a newline if necessary.
6056 (latex-insert-item): Only insert a newline if necessary.
6057 (tex-guess-main-file): New function.
6058 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6059 Set tex-main-file if TeX-master is provided.
6060 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6061
bd02b8e0
GM
60622000-11-10 Gerd Moellmann <gerd@gnu.org>
6063
6064 * startup.el (command-line): Set the default tooltip-mode
6065 to t for graphical displays which implement x-show-tip.
6066
6067 * tooltip.el (tooltip-mode): Add a comment about startup.el
6068 setting the default value of this user-option.
6069
b29b03eb
SM
60702000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6071
6072 * font-lock.el (font-lock-*-face) <defvar>: Move.
6073 (font-lock-defaults-alist): Mark obsolete.
6074 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6075 (font-lock-mode): Use define-minor-mode.
6076 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6077 (font-lock-turn-off-thing-lock): Be more explicit.
6078 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6079 (font-lock-syntactic-face-function): New var.
6080 (font-lock-fontify-syntactically-region): Use it.
6081 (font-lock-doc-face): New.
6082
6083 * pcvs.el (cvs-enabledp): Ignore errors.
6084 (cvs-commit-filelist): Never query.
6085 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6086 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6087 (cvs-do-removal): Use cvs-partition rather than delete-if.
6088 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6089 cvs-bury-buffer.
6090
6091 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6092 Allow `next' to jump to after the end of the last match.
6093
778fbc46
GM
60942000-11-09 Gerd Moellmann <gerd@gnu.org>
6095
730c746c
GM
6096 * simple.el (byte-compiling-files-p): New function.
6097
6098 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6099 if it is there.
6100
6101 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6102 nil again.
6103
778fbc46
GM
6104 * textmodes/ispell.el (ispell-library-path): Don't call
6105 check-ispell-version when byte-compiling because that starts
6106 an ispell process, and ispell might not be installed.
6107 (toplevel): Don't set up a menu when byte-compiling.
6108
6109 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6110 it, so that a boundp test can be used to determine if we're
6111 currently byte-compiling.
6112
5912c5bb
DL
61132000-11-09 Dave Love <fx@gnu.org>
6114
83c9cb8e 6115 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6116
7bb054a5
GM
61172000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6118
83c9cb8e
SM
6119 * ps-print.el: Patch for variable initialization when spooling.
6120 Doc fix.
7bb054a5
GM
6121 (ps-output-list): Fun eliminated.
6122 (ps-begin-file, ps-begin-job): Code fix.
6123
9db2706e
DL
61242000-11-08 Dave Love <fx@gnu.org>
6125
83c9cb8e 6126 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6127
f7eb32aa
GM
61282000-11-08 Gerd Moellmann <gerd@gnu.org>
6129
6130 * simple.el (shell-command, display-message-or-buffer)
6131 (shell-command-on-region): Mention resize-mini-windows in the doc
6132 string.
6133 (display-message-or-buffer): Take the value of resize-mini-windows
6134 into account.
6135
7b01b08c
GM
61362000-11-07 Gerd Moellmann <gerd@gnu.org>
6137
acad3c0b
GM
6138 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6139
7b01b08c
GM
6140 * dired.el (dired-between-files): Add `^. find' as an alternative
6141 to the regular expression, for find-dired.
6142
6f602bd0
SM
61432000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6144
6145 * textmodes/texnfo-upd.el: Require texinfo.
6146 (defmacro, defgroup): Remove.
6147 (texinfo-section-to-generic-alist): Remove.
6148 Use texinfo-section-list instead (i.e. level is changed string->int).
6149 (texinfo-filter): New function.
6150 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6151 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6152 Use it. And use regexp-opt.
6153 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6154 (texinfo-update-menu-region-beginning)
6155 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6156 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6157 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6158 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6159 (texinfo-sequential-node-update): Remove autoload cookie.
6160
6161 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6162 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6163 (texinfo-chapter-level-regexp): Remove.
6164 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6165
bb216218
DL
61662000-11-06 Dave Love <fx@gnu.org>
6167
6f602bd0 6168 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6169
6f602bd0
SM
6170 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6171 Match defun*.
bb216218 6172
ff8dd5d5
KH
61732000-11-06 Kenichi Handa <handa@etl.go.jp>
6174
6175 * composite.el (composition-function-table): Variable declaration
6176 moved to src/composite.c.
6177 (compose-chars-after): New optional arg object.
6178
e9da51a1
GM
61792000-11-06 Gerd Moellmann <gerd@gnu.org>
6180
e0c12c68
GM
6181 * bindings.el (mode-line-toggle-read-only)
6182 (mode-line-toggle-modified, mode-line-widen)
6183 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6184 (make-mode-line-mouse2-map): Rewritten.
6185 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6186 functions so that C-h k can show something with a doc string.
eaae8106 6187
e9da51a1
GM
6188 * startup.el (fancy-splash-delay): Set to 10 seconds.
6189 (fancy-splash-max-time): New user-option.
6190 (fancy-splash-stop-time): New variable.
6191 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6192 (fancy-splash-screens-1): Throw `stop-splashing' when current
6193 time is greater than fancy-splash-stop-time.
6194
611dbdf0
SM
61952000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6196
4d2806e2
SM
6197 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6198
611dbdf0
SM
6199 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6200 Prompt user for a file rather than raising an error.
6201 (cvs-enabledp): Fix call to cvs-mode-marked.
6202 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6203 (cvs-mode-insert): Use it. Change the init prompt' value.
6204 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6205
6206 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6207 Don't pass default arg to ewoc-locate.
6208 (ewoc-collect): Return result in the right order.
6209
6210 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6211
6212 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6213 (cvs-status-get-tags): Fix regexp.
6214 (cvs-status-trees, cvs-status-cvstrees):
6215 Combine after change hooks and don't sit-for.
4d2806e2
SM
6216 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6217 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6218 Use make-char rather than hard-coded cryptic data.
6219 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6220
6221 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6222
6223 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6224 (cvs-insert-strings): New function.
6225
937b2877
MB
62262000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6227
6228 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6229 `mwheel-scroll-amount'.
6230 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6231 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6232 string-matching against the version string.
6233
c6c97763
KH
62342000-11-06 Kenichi Handa <handa@etl.go.jp>
6235
6eaec747
KH
6236 * language/thai.el ("Thai"): Set a lisp form that produces
6237 composed string in `sample-text' language info.
6238
6239 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6240 composed string in `sample-text' language info.
6241
83c9cb8e
SM
6242 * international/mule-cmds.el (describe-language-environment):
6243 Eval `sample-text' data and insert the result.
6eaec747 6244
c6c97763
KH
6245 * international/mule-conf.el (compound-text): Define this coding
6246 system here. Make x-ctext and ctext aliases of it.
6247
6248 * language/european.el (compound-text, ctext): Moved to
6249 international/mule-conf.el.
6250
d1145f85
AI
62512000-11-05 Andrew Innes <andrewi@gnu.org>
6252
6253 * w32-fns.el (w32-version): New function.
6254
178a6a45
SM
62552000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6256
6257 * progmodes/awk-mode.el: Update copyright.
6258 (awk-mode-abbrev-table): Remove.
6259 (awk-font-lock-keywords): Use regexp-opt.
6260 (awk-mode): Use define-derived-mode.
6261
6262 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6263 when extracting a suffix.
6264
1ba90166
AS
62652000-11-04 Andre Spiegel <spiegel@gnu.org>
6266
6267 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6268 auto-save-mode.
6269
546790cb
JR
62702000-11-04 Jason Rumney <jasonr@gnu.org>
6271
6272 * language/european.el (decode-mac-roman): Test against r1 not r0.
6273
d247e32d
SM
62742000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6275
fbf44f44
SM
6276 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6277 (icon-mode): Define indent-line-function.
6278 (icon-comment-indent): Simplify.
6279 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6280
6281 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6282
6283 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6284 Bind change-log-default-mode to defeat the caching done on it.
6285 Don't bother saving excursion any more.
6286
6287 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6288
6289 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6290 (set-frame-font): Use the new name (and the old for compatibility).
6291
eaae8106
SS
6292 * toolbar/tool-bar.el (tool-bar-mode):
6293 * time.el (display-time-mode):
6294 * recentf.el (recentf-mode):
6295 * paren.el (show-paren-mode):
6296 * mwheel.el (mouse-wheel-mode):
6297 * msb.el (msb-mode):
6298 * jka-compr.el (auto-compression-mode):
6299 * image-file.el (auto-image-file-mode):
6300 * hl-line.el (hl-line-mode):
6301 * delsel.el (delete-selection-mode):
6302 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6303 * complete.el (partial-completion-mode): Drop unneeded positional args.
6304
eaae8106 6305 * info.el (Info-mode):
79372165 6306 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6307
d247e32d
SM
6308 * log-edit.el (log-edit-menu): New menu.
6309
4921558e
MB
63102000-11-03 Miles Bader <miles@gnu.org>
6311
6312 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6313 definition, so that trailing spaces are handled properly.
6314 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6315
1fc02b3c
GM
63162000-11-03 Gerd Moellmann <gerd@gnu.org>
6317
6318 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6319 tab character.
6320 (fancy-splash-screens): Set tab-width to 20.
6321
51d001f7
DL
63222000-11-03 Dave Love <fx@gnu.org>
6323
6324 * comint.el (comint-completion-addsuffix): Fix custom type.
6325
ba22aeff
SM
63262000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6327
6328 * font-lock.el (font-lock-buffers): Remove.
6329 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6330 (font-lock-change-major-mode): Remove.
6331 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6332 (font-lock-default-fontify-region): Extend the multiline
6333 fontification to whole lines.
6334 (font-lock-fontify-anchored-keywords)
6335 (font-lock-fontify-keywords-region): If matching just one
6336 line (with \n) only mark the \n as multiline.
6337
6338 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6339 Correctly handle the case where several :group args are supplied.
6340 Allow :extra-args.
6341 (easy-mmode-define-global-mode): Allow :extra-args.
6342 Correctly handle the case where several :group args are supplied.
6343
9c887ada
MB
63442000-11-02 Miles Bader <miles@gnu.org>
6345
eaae8106 6346 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6347 (holiday-face): Remove dependency on `window-system'.
6348
7f25090d
KR
63492000-11-02 Ken Raeburn <raeburn@gnu.org>
6350
6351 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6352 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6353 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6354
7dd6009c
DL
63552000-11-02 Dave Love <fx@gnu.org>
6356
6357 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6358
94821e4f
EZ
63592000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6360
6361 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6362 punctuation in the warning inserted into the *mail* buffer.
6363
1ac3fc42
GM
63642000-11-02 Gerd Moellmann <gerd@gnu.org>
6365
57731876
GM
6366 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6367 (authors-public-domain-p): New function.
6368 (authors-print): Use it.
6369
975f82c9
GM
6370 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6371
1ac3fc42
GM
6372 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6373
4b3eb10f
GM
63742000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6375
975f82c9 6376 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6377 (ps-print-version): New version number (6.3.1).
6378 (ps-even-or-odd-pages): Customization fix.
6379 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6380 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6381 (ps-page-count): Var replaced by `ps-page-column'.
6382 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6383 (ps-print-sheet-p): New fun.
6384
7da794df
MB
63852000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6386
6387 * tooltip.el (tooltip-gud-tips-setup): New function.
6388 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6389 (tooltip-mode): Call tooltip-gud-tips-setup.
6390 (tooltip-gud-tips): Use `gud-basic-call' instead of
6391 process-send-string, so the prompt gets frobbed appropriately.
6392 Handle nil return value from `tooltip-gud-print-command'.
6393
0e40b809
EL
63942000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6395
6396 * comint.el (comint-add-to-input-history): New function.
6397 (comint-send-input): Use `comint-add-to-input-history'.
6398
50ada0db
MB
63992000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6400
973a3104
MB
6401 * info.el (info-menu-header): New face.
6402 (Info-fontify-menu-headers): New function.
6403 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6404
50ada0db
MB
6405 * info.el (Info-insert-dir): Don't include blank lines at
6406 beginning of additional dir files (one is added automatically).
6407
bff53411
SM
64082000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6409
6410 * emacs-lisp/easy-mmode.el (define-minor-mode):
6411 Revert the latest changes.
6412 Allow the three positional arguments to be skipped and replaced
6413 by keyword arguments.
6414 Add a :toggle argument to determine whether a nil arg means toggle
6415 or means turn-on. The default is unchanged.
6416 Add a call to force-mode-line-update.
6417
6b8a0b2d
DL
64182000-11-01 Dave Love <fx@gnu.org>
6419
83c9cb8e 6420 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6421
5bf99100
MB
64222000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6423
83c9cb8e
SM
6424 * calendar/calendar.el (diary-face, holiday-face):
6425 Add dark-background variants.
5bf99100 6426
a4032611
SS
64272000-10-31 Sam Steingold <sds@gnu.org>
6428
6429 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6430 `tex-main-file' does not have directory in it.
6431
c286608e
SM
64322000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6433
6434 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6435
4836835a
TTN
64362000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6437
6438 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6439 functional change.
6440
26dcb81b
GM
64412000-10-31 Gerd Moellmann <gerd@gnu.org>
6442
6443 * files.el (find-file-noselect): When we expand a wildcard, return
6444 a list of buffers, as we should do according to the doc string.
6445
49fc4500
KR
64462000-10-31 Ken Raeburn <raeburn@gnu.org>
6447
6448 * loadup.el (top level): Adjust load path if program name is
6449 "../src/bootstrap-emacs", in case it's not dumped and thus the
6450 load path adjustment hasn't already been done.
6451
ea0c615d
GM
64522000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6453
83c9cb8e
SM
6454 * ps-print.el: Fix bug on selected pages for printing.
6455 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6456 is on. Try to avoid warning messages when compiling. Doc Fix.
6457 (ps-print-version): New version number (6.3).
6458 (ps-color-device): Use `color-values' to determine if device
6459 supports color.
6460 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6461 (ps-print-page-p): Changed from defsubst to defun.
6462 (ps-page-number): Changed from defmacro to defun.
6463 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6464 printing.
c286608e 6465 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6466 (ps-end-file, ps-dummy-page): Funs eliminated.
6467 (ps-print-color-scale): Changed default value.
6468 (ps-page-n-up, ps-print-page-p): New internal vars.
6469 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6470 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6471
9e20722f
GM
6472 * delim-col.el: Little programming improvement.
6473 (delimit-columns-str): New macro.
6474 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6475
d7a0fd00
KH
64762000-10-31 Kenichi Handa <handa@etl.go.jp>
6477
c286608e
SM
6478 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6479 Moved to european.el.
d7a0fd00
KH
6480 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6481 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6482 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6483 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6484
234be340
DL
64852000-10-30 Dave Love <fx@gnu.org>
6486
6487 * progmodes/cc-menus.el (imenu-generic-expression)
6488 (imenu-progress-message): Only defvar when compiling.
6489
4edc4a39
DL
6490 * emacs-lisp/elp.el (elp-unload-hook): New function.
6491
6492 * loadhist.el (unload-feature): Call elp-restore-function,
6493 checking for symbols; don't use elp-restore-all.
6494 (loadhist-hook-functions): Doc fix.
6495
70c825df
SM
64962000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6497
6498 * log-edit.el (log-edit-confirm): Fix the default.
6499
1d3baf74
GM
65002000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6501
6502 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6503 delimit-columns-format.
6504 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6505
1ec321a7
MB
65062000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6507
6508 * comint.el (comint-replace-by-expanded-history): Don't use
6509 comint-get-old-input (we're not looking at *old* input).
6510 (comint-get-old-input-default): If using fields, signal an error
6511 when the point is not in an input field.
6512
70737ea9
KH
65132000-10-30 Kenichi Handa <handa@etl.go.jp>
6514
6515 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6516 and mule-unicode-e000-ffff.
6517
fa0cb51d 6518 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6519 (make-coding-system): Accept a symbol of translation table as a
6520 value of property `safe-chars'.
6521
6522 * international/mule-cmds.el (encode-coding-char): Check property
6523 safe-chars instead of safe-charsets.
6524
6525 * international/fontset.el (fontset-default): Modified for
6526 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6527 (x-font-name-charset-alist): Likewise.
6528 (ccl-encode-unicode-font): New CCL program. Record it in
6529 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6530
70c825df
SM
6531 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6532 New translation tables.
70737ea9
KH
6533 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6534 programs are modified and moved from mac-win.el.
6535 (mac-roman): Definition of this coding system is modified and
6536 moved from mac-win.el.
4836835a 6537
fda2ce24 65382000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6539
1d3baf74 6540 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6541 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6542
dd4d3cb6
MB
65432000-10-29 Miles Bader <miles@gnu.org>
6544
6545 * custom.el (custom-add-to-group): Allow multiple entries for a
6546 given value OPTION, as long as their widget types are different.
6547 * cus-edit.el (custom-face-value-create): If face name doesn't end
6548 with "face", add such here (similar to custom group widgets).
6549
6550 * comint.el (comint-highlight-prompt): Add :type.
6551
dace60cf
JW
65522000-10-28 John Wiegley <johnw@gnu.org>
6553
dace60cf
JW
6554 * calendar/timeclock.el (timeclock-log): Doc fix.
6555 (timeclock-last-event): Doc fix.
83c9cb8e 6556 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6557 (timeclock-find-discrep): Use a temp buffer to read in the
6558 timelog, instead of visiting the file.
6559 (timeclock-log-data): A new function, along with a host of helper
6560 functions, for the purpose of making timelog data accessible to
6561 programmers.
6562
6563 * eshell/esh-mode.el (window-height test): Make certain that
6564 `eshell-stringify-t' is non-nil.
6565 (eshell-password-prompt-regexp): Changed to a much simpler
6566 password regexp.
6567 (eshell-send-input): If `eshell-invoke-directly' returns t,
6568 directly invoke the parsed command using `eval'. This improves
6569 turn-around time on simple commands by a factor of three or
6570 greater, such as cd, ls, pwd, etc. -- which get used very often.
6571 It also conserves thousands of cons cells per call (since
6572 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6573 in the Pacific Cookie Company).
6574
6575 * eshell/esh-test.el (eshell-test): Whitespace fix.
6576
83c9cb8e
SM
6577 * eshell/em-ls.el (eshell-ls-insert-directory):
6578 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6579
6580 * eshell/em-script.el (eshell-script-initialize): Add names to
6581 `eshell-complex-commands, since `source' and `.' are complex.
6582
0467b076
EZ
6583 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6584 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6585 `eshell-copy-handles'.
6586 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6587 bodies.
6588 (eshell-separate-commands): Whitespace fix.
6589 (eshell-complex-commands): Added a new list of names, for
6590 determining whether a given command is as simple as it looks.
6591 (eshell-invoke-directly): New function. Returns t if a command
6592 should be invoked directly (using `eval'), rather than indirectly
6593 using `eshell-do-eval'.
6594 (eshell-do-eval): Whitespace fix.
6595
6596 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6597 which provides an emulation of the DOS shell behavior of assuming
6598 that cp/mv/ln should copy/move/link to the current directory.
6599 (eshell-remove-entries): Added a doc string.
6600 (eshell-shuffle-files): Removed the check for `target' being null.
6601 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6602 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6603 it to do a smarter check of whether a destination was provided.
6604 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6605 (eshell/ln): Enable `:preserve-args', and use
6606 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6607 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6608 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6609 list after flattening it. This makes it possible to cat files
6610 with numerical names.
6611 (eshell-unix-initialize): Added several names to
6612 `eshell-complex-commands.
6613 (eshell-unix-command-complex-p): Return t if a given command name
6614 may result in external processes being invoked.
6615
6616 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6617 variable nil by default, since it slows down glob processing by a
6618 factor of two or more, and increases memory consumption.
6619
6620 * eshell/em-smart.el: Added a note about how memory consumptive
6621 smart display mode can be (at least this is true in Emacs 21).
6622 (eshell-smart-initialize): Whitespace fix.
6623 (eshell-refresh-windows): Use `if' instead of `when'.
6624 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6625 not necessary.
83c9cb8e 6626 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6627
6628 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6629 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6630 Whitespace fix.
6631 (eshell-ls-exclude-hidden): Added this variable in addition to
6632 `eshell-ls-exclude-regexp'. This one prevents files beginning
6633 with . from even being read, which can improve memory consumption
6634 quite a bit.
6635 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6636 read file entries beginning with a dot. In home directories with
6637 lots of hidden files, fully two-thirds of the time spent in ls is
6638 used to read directory entries that are immediately thrown away.
6639 (eshell-ls-initial-args): Added back this configuration variable,
6640 for specifying default initial arguments to every call to ls.
6641 Much faster than using an alias to do the same thing.
6642 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6643 (eshell-ls-dir): Whitespace change.
6644
6645 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6646
83c9cb8e 6647 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6648 (eshell-stringify-t): Added a customization variable, to indicate
6649 whether `t' should be rendered as a string at all. If not, one
6650 can still determine if the result of an expression is true using
6651 "file-exists-p FILE && echo true".
6652 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6653 stringify t!
6654
6655 * eshell/esh-module.el: Whitespace fix.
6656
83c9cb8e
SM
6657 * eshell/em-alias.el (eshell-alias-initialize):
6658 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6659 (eshell-command-aliased-p): New function that returns t if a
6660 command name names an aliased.
6661
657f9cb8 66622000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6663
0467b076 6664 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6665 redrawing the screen when changing cursor color.
0467b076
EZ
6666 (viper-insert-state-pre-command-sentinel)
6667 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6668 (viper-replace-state-post-command-sentinel):
6669 Use viper-preserve-cursor-color.
657f9cb8
MK
6670 Many functions changed to use viper= instead of = when comparing
6671 characters.
0467b076 6672 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6673 working with characters.
0467b076 6674 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6675 Many functions changed to use viper= instead of = when comparing
6676 characters.
0467b076 6677 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6678
0467b076 6679 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6680 Several typos fixed in various docstrings.
0467b076 6681 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6682 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6683 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6684 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6685 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6686 (ediff-get-selected-buffers): New function.
6687 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6688 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6689 Use save-window-excursion.
0467b076 6690 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6691 termination check in while loop.
0467b076 6692 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6693 dired buffer.
0467b076
EZ
6694 (ediff-files,ediff-merge-files,ediff-files3)
6695 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6696
4f490d99
DL
66972000-10-28 Dave Love <fx@gnu.org>
6698
6699 * info.el (Info-fontify-node): Add help-echo for menu items.
6700
45b84006
EZ
67012000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6702
5ebc02b3
EZ
6703 * startup.el (normal-top-level): If the value of $TERM indicates
6704 we are running from xterm or one of its work-alikes, default to a
6705 light background mode.
6706
45b84006
EZ
6707 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6708 * faces.el (tty-handle-reverse-video): New function.
6709 (tty-create-frame-with-faces): Call it.
6710
6711 * frame.el (frame-notice-user-settings): Don't apply
6712 default-frame-alist and initial-frame-alist to MS-DOS frames.
6713 Call tty-handle-reverse-video, frame-set-background-mode, and
6714 face-set-after-frame-default for non-MS-DOS frames.
6715
6716 * startup.el (tty-long-option-alist): New variable.
6717 (tty-handle-args): New function.
6718 (command-line): Call tty-handle-args.
6719
6720 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6721 startup.el now does that for all character-terminal frames.
6722
eab6e8b9
MB
67232000-10-28 Miles Bader <miles@gnu.org>
6724
83c9cb8e
SM
6725 * emacs-lisp/easy-mmode.el (define-minor-mode):
6726 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6727 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6728 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6729 version using `easy-mmode-define-global-mode'.
6730 Add :conditional-turn-on keyword argument.
eab6e8b9 6731
51a29efc
DL
67322000-10-28 Dave Love <fx@gnu.org>
6733
83c9cb8e
SM
6734 * international/latin1-disp.el (latin1-char-displayable-p):
6735 Don't use window-system.
51a29efc 6736
d71d7114
EZ
67372000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6738
6739 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6740 Don't call find-buffer-file-type-coding-system. Instead, just
6741 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6742 if the file is on an untranslated filesystem.
6743 (add-untranslated-filesystem): Use "D" instead of "f" inside
6744 interactive.
6745
1f9cab4b
DL
67462000-10-27 Dave Love <fx@gnu.org>
6747
70c825df 6748 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6749 (refill-mode): Use it.
6750
70c825df
SM
67512000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6752
6753 * international/quail.el (quail-activate): Don't make-local-hook.
6754
7432cf10
AS
67552000-10-27 Andre Spiegel <spiegel@gnu.org>
6756
4836835a 6757 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6758 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6759 (vc-make-version-backup): Don't do it on MS-DOS without long file
6760 names.
4836835a 6761
7432cf10
AS
6762 * vc.el (vc-version-other-window): If an automatic backup of the
6763 desired version exists, rename it instead of copying it.
6764
4836835a
TTN
6765 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6766 after command. If there's an unexpected error, signal it instead
7432cf10 6767 of being silent.
e1483c38 6768 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6769
05ea7ef2
MB
67702000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6771
fd1035aa
MB
6772 * shell.el (shell): Add BUFFER argument.
6773 * comint.el (make-comint-in-buffer): New function.
6774 (make-comint): Use it.
6775
05ea7ef2
MB
6776 * faces.el (face-spec-choose): Change syntax so that the list of
6777 attribute-value pairs is now the cdr of each clause, not the cadr.
6778 Detect old-style entries, and handle them. Use pop.
6779
835a55fe
SM
67802000-10-26 Stefan Monnier <monnier@cs.yale.edu>
6781
f5ab1cdd
SM
6782 * cus-edit.el (custom-mode-map): Use a sparse map.
6783 (custom-mode): Don't bother with make-local-hook.
6784
6785 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
6786
835a55fe
SM
6787 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
6788
c13b0ec8
GM
67892000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6790
6791 * ps-print.el: Avoid compilation gripes.
6792 (ps-print-version): New version number (6.2.1).
4836835a 6793
e9f63196
DL
67942000-10-26 Dave Love <fx@gnu.org>
6795
0b95284b
DL
6796 * menu-bar.el: Modify some menu item help strings.
6797 (menu-bar-help-menu): Add link to MORE.STUFF.
6798
e9f63196
DL
6799 * cus-edit.el (custom-mode): Add `special' mode-class property.
6800
6801 * wid-browse.el (widget-browse-mode): Likewise.
6802
6803 * wid-edit.el (widget-specify-field): Revert to using local-map
6804 property, not keymap.
6805
e276a14a
MB
68062000-10-26 Miles Bader <miles@lsi.nec.co.jp>
6807
c1545d88
MB
6808 * wid-edit.el (widget-field-end): When checking for a `boundary'
6809 field, do so in the correct buffer.
6810
3c1b77ca
MB
6811 * simple.el (undo): Correctly distinguish between numeric and
6812 non-numeric prefix args in non-transient-mark-mode, as per the doc
6813 string. When in transient-mark-mode, treat all prefix-args as
6814 numeric.
6815
f5ab1cdd
SM
6816 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
6817 Position point on match. Handle N == 0 correctly.
22626d9d
MB
6818
6819 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
6820 (comint-mode-map): Reverse order of `comint-write-output' and
6821 `comint-append-output-to-file'.
6822 (comint-append-output-to-file): Reinstate this function, for the
6823 benefit of the menu.
6824
d97151cb
SM
68252000-10-25 Stefan Monnier <monnier@cs.yale.edu>
6826
6827 * vc.el (vc-version-other-window): Bind `file'.
6828
ea7d6f5b
GM
68292000-10-25 Gerd Moellmann <gerd@gnu.org>
6830
f5ab1cdd 6831 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
6832
6833 * emacs-lisp/authors.el (batch-update-authors): New function.
6834 (authors-fixed-entries): New defconst.
6835 (authors-add-fixed-entries): New function.
6836 (authors): Call it.: Don't process lispref/.
6837
17c25cea
JR
68382000-10-25 Jason Rumney <jasonr@gnu.org>
6839
6840 * cus-edit.el (custom-button-face, custom-button-pressed-face):
6841 Merge x w32 and mac definitions.
6842
4ecda532
GM
68432000-10-25 Gerd Moellmann <gerd@gnu.org>
6844
6845 * menu-bar.el (menu-bar-options-menu): Add a help string for
6846 `uniquify'.
6847
b6735035
GM
68482000-10-25 Stephen Gildea <gildea@alum.mit.edu>
6849
f5ab1cdd
SM
6850 * time-stamp.el (time-stamp-string-preprocess):
6851 Fix a wrong type argument error.
b6735035 6852
f4cbc7a0
MB
68532000-10-25 Miles Bader <miles@gnu.org>
6854
6855 * recentf.el (recentf-mode): Variable removed.
6856 (recentf-mode): Use `define-minor-mode'.
6857
6858 * mwheel.el (mouse-wheel-mode): New global minor mode.
6859 (mwheel-install): Use `mouse-wheel-mode'.
6860
f4b020f6
DL
68612000-10-25 Dave Love <fx@gnu.org>
6862
f5ab1cdd
SM
6863 * progmodes/cperl-mode.el (cperl-mode):
6864 Set normal-auto-fill-function correctly.
072cb6f9 6865
83c9cb8e
SM
6866 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6867 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 6868 bindings.
f4b020f6 6869
ebe2a441
MB
68702000-10-25 Miles Bader <miles@lsi.nec.co.jp>
6871
ff4dcd4b
MB
6872 * wid-edit.el (widget-field-at): New function.
6873 (widget-at, widget-field-activate): Use it.
6874 (widget-tabable-at): Use `widget-at'.
6875 (widget-specify-field): If the terminating character of the widget
6876 field (which is read-only) is a newline, put it into a special
6877 `boundary' field so that C-n/C-p act more naturally.
6878 (widget-field-end): Also don't subtract one if a special
6879 `boundary' field has been added after the widget field.
6880
83c9cb8e
SM
6881 * comint.el (comint-output-filter, comint-send-input):
6882 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 6883 code, since it should notice the overlay insertion-types now.
ff4dcd4b 6884
ebe2a441
MB
6885 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
6886 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
6887 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
6888
fe50b6ab
GM
68892000-10-24 Gerd Moellmann <gerd@gnu.org>
6890
53df4dda 6891 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
6892 (authors): Set file coding system to iso-2022-7bit.
6893 Add file-local variables to output buffer.
53df4dda 6894
4836835a 6895 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
6896 WARN is nil.
6897
53df4dda
GM
68982000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6899
6900 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
6901
6902 * delim-col.el: Now there is a column formatting mechanism.
6903 Modified to customization mechanisms convention. Doc fix.
6904 (columns): New group for delim-col.
6905 (delimit-columns-before, delimit-columns-after)
6906 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
6907 (delimit-columns-end): New vars.
6908 (delimit-columns-customize, delimit-columns-format): New funs.
6909 (delimit-columns-region, delimit-columns-rectangle)
6910 (delimit-columns-rectangle-line): Modified to support column
6911 formatting.
4836835a 6912
a9839779
DL
69132000-10-24 Dave Love <fx@gnu.org>
6914
6915 * log-edit.el (log-edit): Add :version and a :group for vc.
6916
df0267b8
GM
69172000-10-24 Gerd Moellmann <gerd@gnu.org>
6918
9acc3873
GM
6919 * files.el (after-find-file): Don't print a message ``New file''
6920 if WARN is nil.
6921
83c9cb8e
SM
6922 * wid-edit.el (widget-field-keymap, widget-text-keymap):
6923 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
6924 get duplicate tool-bar entries because we'll see the global ones
6925 on more than one path through keymaps.
6926
1946f901
GM
6927 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
6928
df0267b8
GM
6929 * progmodes/cmacexp.el: Change Francesco's email address.
6930
ae3b264b
KH
69312000-10-24 Kenichi Handa <handa@etl.go.jp>
6932
6933 * window.el (fit-window-to-buffer): Adjust point of the window
6934 buffer, not that of the current buffer.
6935
23afac01
EZ
69362000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
6937
6938 * progmodes/cmacexp.el: Update the euthor's email address.
6939
22d1a4ed
MB
69402000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6941
6942 * faces.el (face-spec-set-match-display): Add `graphic' display
6943 type (the inverse of `tty'). Use `display-graphic-p' instead of
6944 the window-system variable.
6945
f408aa48
KH
69462000-10-24 Kenichi Handa <handa@etl.go.jp>
6947
83c9cb8e
SM
6948 * international/isearch-x.el (isearch-with-input-method):
6949 Call input-method-function with the first event in
f408aa48
KH
6950 unread-command-events.
6951
94fe8a31
MB
69522000-10-24 Miles Bader <miles@lsi.nec.co.jp>
6953
83c9cb8e 6954 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 6955
8f47302e
AC
69562000-10-24 Andrew Choi <akochoi@i-cable.com>
6957
6958 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
6959 New charsets.
6960
6961 * term/mac-win.el: Remove definitions of mac-roman-lower and
6962 mac-roman-upper, require dired, and define instead of set
6963 mac-ready-for-drag-n-drop to avoid compilation error.
6964
446c097e
AI
69652000-10-23 Andrew Innes <andrewi@gnu.org>
6966
83c9cb8e
SM
6967 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
6968 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
6969 expand-file-name after convert-standard-filename to ensure
6970 expected directory separators are used.
6971
379b70e7
EZ
69722000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
6973
6974 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
6975
85c766e9
DL
69762000-10-23 Dave Love <fx@gnu.org>
6977
b7e03a67
DL
6978 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
6979 (tool-bar-add-item): Set foreground and background for XBM icons.
6980
83c9cb8e
SM
6981 * international/latin1-disp.el (latin1-char-displayable-p):
6982 New function (from Handa).
b7e03a67
DL
6983 (latin1-display-check-font): Use it.
6984
0dcf8835 6985 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
6986 using :key-sequence, making it much more usable.
6987 Use nconc, not append.
0dcf8835
DL
6988 (imenu--create-keymap-1): Avoid append.
6989
85c766e9 6990 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 6991
cb3069bb
MB
69922000-10-23 Miles Bader <miles@lsi.nec.co.jp>
6993
6994 [the following changes fix a bug where `define-minor-mode' didn't
6995 correctly generate :require clauses for defcustoms in compiled files]
6996 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
6997 (byte-compile-log-file, byte-compile-log-1): Don't set
6998 `byte-compile-current-file' to nil. Instead set
6999 `byte-compile-last-logged-file' to it. Test whether
7000 byte-compile-current-file equals byte-compile-last-logged-file
7001 instead of whether its nil.
3b6542ba 7002 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7003
6db6243b
SM
70042000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7005
7006 * textmodes/refill.el: Fix var names in doc.
7007 (refill-mode): Don't bother with make-local-hook anymore.
7008
98490598
MB
70092000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7010
e01cd227
MB
7011 * faces.el (face-user-default-spec, face-default-spec): New functions.
7012 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7013 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7014 Use `face-user-default-spec'. Simplify code slightly.
7015
4836835a 7016 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7017 (woman-unknown-face): Add dark-background variants.
7018 (woman-default-faces): Renamed from `woman-colour-faces'.
7019 Set using the stored defaults, rather than using hard-wired colors.
7020 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7021 Just make the foreground `unspecified' rather than "black".
7022 (woman-menu): Rename menu entries accordingly.
7023
98490598
MB
7024 * faces.el (header-line): Make more reasonable on mono/grayscale
7025 displays.
7026
1a578e9b
AC
70272000-10-23 Andrew Choi <akochoi@i-cable.com>
7028
7029 * cus-edit.el (custom-button-face): Use 3D look for mac.
7030 (custom-button-pressed-face): Likewise.
7031
7032 * faces.el (set-face-attributes-from-resources): Handle mac frames
7033 in the same way as x and w32 frames.
7034 (face-valid-attribute-values): Likewise.
7035 (read-face-attribute): Likewise.
7036 (defined-colors): Likewise.
7037 (color-defined-p): Likewise.
7038 (color-values): Likewise.
7039 (display-grayscale-p): Likewise.
7040 (face-set-after-frame-default): Likewise.
7041 (mode-line): Same default face as for x and w32.
7042 (tool-bar): Likewise.
7043
7044 * frame.el: Remove call to frame-notice-user-settings at end of
7045 the file.
7046
83c9cb8e 7047 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7048 as for x, pc, and w32 frame types.
7049
7050 * term/mac-win.el: New file.
7051
aaaf7be7
DL
70522000-10-22 Dave Love <fx@gnu.org>
7053
7054 * textmodes/refill.el: New file.
7055
5392d654
AS
70562000-10-22 Andre Spiegel <spiegel@gnu.org>
7057
4836835a 7058 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7059 MANUAL and REGEXP.
4836835a 7060 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7061 New functions.
7062 (vc-before-save): Use the latter.
7063 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7064 confusion.
7065
4836835a 7066 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7067 expected by vc[-hooks].el.
7068
7069 * vc.el (vc-checkout): Added `-p' suffix in call to
7070 vc-make-version-backups-p; use vc-make-version-backup to actually
7071 make the backup.
7072 (vc-version-other-window, vc-version-backup-file): Handle both
7073 automatic and manual backups.
7074 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7075 of all of them.
7076
1e221c16
MB
70772000-10-22 Miles Bader <miles@gnu.org>
7078
7ff4fda5
MB
7079 * comint.el (comint-highlight-input, comint-highlight-prompt):
7080 Renamed, `-face' at end removed.
7081 (comint-send-input, comint-output-filter): Use renamed faces.
7082
3511cde8
MB
7083 * window.el (fit-window-to-buffer): Change defaulting of
7084 MAX-HEIGHT slightly.
7085
1e221c16
MB
7086 * faces.el (color-values, color-defined-p): Use `member', not
7087 `memq', because it works correctly for strings.
7088 (frame-set-background-mode): Actually, "unspecified-fg" and
7089 "unspecified-bg" *are* strings. Use `member', not `memq', and
7090 `equal', not `eq', when a string value is possible.
7091
b6ef4898
EZ
70922000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7093
7094 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7095
34939e2c
SM
70962000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7097
7098 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7099 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7100 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7101 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7102 (sh-font-lock-syntactic-keywords): Use them.
7103 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7104 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7105 (sh-mode): Don't override font-lock-unfontify-region-function.
7106 Use a copy of sh-font-lock-syntactic-keywords.
7107 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7108 Don't call sh-scan-buffer since font-lock does it on the fly.
7109 (sh-get-indent-info): Use `face' rather than `syntax-table'
7110 text-property to detect here-documents.
7111 Replace sh-special-syntax with sh-st-punc.
7112 (sh-prev-line): Use `face' rather than `syntax-table'
7113 text-property to skip over here-documents.
7114 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7115 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7116 (sh-electric-less, sh-set-here-doc-region)
4836835a 7117 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7118 (sh-scan-buffer, sh-rescan-buffer): Remove.
7119
f3d3c491
AI
71202000-10-21 Andrew Innes <andrewi@gnu.org>
7121
7122 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7123 remote (ange-ftp) file names.
7124
b86c791c
MB
71252000-10-21 Miles Bader <miles@gnu.org>
7126
d9c30bdf
MB
7127 * window.el (fit-window-to-buffer): New function.
7128 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7129 (window-text-height): Don't expect minibuffers to have mode-lines.
7130
d9c30bdf 7131 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7132 * international/quail.el (quail-update-guidance):
7133 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7134
617fee5a
MB
7135 * international/quail.el (quail-show-guidance-buf): Make sure
7136 guidance window really has enough room.
7137 (quail-update-guidance): If quail-guidance-win is already shown,
7138 make sure its height is OK.
7139
b86c791c
MB
7140 * window.el (window-text-height, set-window-text-height):
7141 New functions.
7142 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7143 instead of `window-height' & `mode-line-window-height-fudge'.
7144 (mode-line-window-height-fudge): Add FACE parameter.
7145 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7146 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7147
e34850d1
MB
71482000-10-20 Miles Bader <miles@gnu.org>
7149
7150 * window.el (height-affecting-face-attributes): Use `defconst'.
7151
7152 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7153 New function, conditionally aliased to `mode-line-window-height-fudge'.
7154 (ispell-help): Use it.
7155 (ispell-choices-win-default-height): Don't include mode-line fudge.
7156 (ispell-choices-win-default-height): New function.
7157 (ispell-show-choices, ispell-command-loop): Use function
7158 `ispell-choices-win-default-height' instead of variable.
7159
a8b883c2
MB
71602000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7161
8c6e4a58
MB
7162 * window.el (mode-line-window-height-fudge): New variable.
7163 (height-affecting-face-attributes): New variable.
7164 (mode-line-window-height-fudge): New function.
7165 (shrink-window-if-larger-than-buffer): Use it.
7166 * help.el (resize-temp-buffer-window): Likewise.
7167
a8b883c2
MB
7168 * info.el (Info-fontify-node): Add support for @subsubsection
7169 titles, which use `Info-title-4-face'.
7170 (Info-title-4-face): New face.
7171 (Info-title-3-face): Inherit from Info-title-4-face instead of
7172 variable-pitch.
7173
e64c3a75
JR
71742000-10-19 Jason Rumney <jasonr@gnu.org>
7175
7176 * dired.el (dired-insert-directory): Do not let errors signalled by
7177 attempt to run dired-free-space-program prevent dired from working.
7178
c70fe852
SM
71792000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7180
7181 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7182
877cf6b4
GM
71832000-10-19 Gerd Moellmann <gerd@gnu.org>
7184
5de037e0
GM
7185 * dirtrack.el (dirtrack): Fix call to run-hooks.
7186
6deb9af9
GM
7187 * cmuscheme.el (cmuscheme-program-name): Renamed from
7188 scheme-program-name because xscheme.el contains a defcustom with
7189 the same name. As a consequence, customizing group `cmuscheme'
7190 loaded `xscheme' which redefined run-scheme.
7191 (run-scheme): Use cmuscheme-program-name.
7192
83c9cb8e 7193 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7194
e597d8fb 7195 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7196 anonymous address, and add a website for Befrienders International.
4836835a 7197
3e9cb08f
GM
71982000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7199
c70fe852
SM
7200 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7201 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7202 (ps-print-version): New version number (6.2).
7203 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7204 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7205 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7206 (ps-x-extent-priority, ps-x-extent-start-position)
7207 (ps-x-face-font-instance, ps-x-find-coding-system)
7208 (ps-x-font-instance-properties, ps-x-make-color-instance)
7209 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7210 avoid compilation gripes without defining functions.
7211 (ps-e-find-composition): Alias for function find-composition, to have a
7212 suitable function depending on Emacs version.
7213 (ps-color-device, ps-color-values, ps-face-foreground-name)
7214 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7215 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7216 (ps-print-ensure-fontified): Function definitions surrounded by
7217 `eval-and-compile' to avoid compilation gripes.
7218 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7219 by symbol-value to avoid compilation gripes.
7220 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7221 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7222
d8abcd91
MB
72232000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7224
13ab33c4
MB
7225 * startup.el (normal-top-level): Call `frame-set-background-mode'
7226 after `frame-notice-user-settings' because the latter doesn't call
7227 the former on a tty.
7228
d8abcd91
MB
7229 * faces.el (frame-set-background-mode): `unspecified' &c are
7230 symbols, not strings.
7231
e8bce0a9
EZ
72322000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7233
c70fe852
SM
7234 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7235 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7236
c70fe852
SM
7237 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7238 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7239
773272d8
KH
72402000-10-19 Kenichi Handa <handa@etl.go.jp>
7241
c70fe852 7242 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7243 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7244 for ISO10646-1 fonts.
7245 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7246
772139c0
EZ
72472000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7248
7249 * faces.el (frame-set-background-mode): If a tty frame defines a
7250 background color, use that to compute the background mode, instead
7251 of always defaulting to "dark".
7252
d134a19f
MB
72532000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7254
8bb84cb2
MB
7255 * comint.el (comint-write-output): New function.
7256 (comint-mode-map): Add it to the menu.
e40a778f 7257 Bind `C-c C-s' to comint-write-output.
d134a19f 7258
dada41e1
GM
72592000-10-18 Gerd Moellmann <gerd@gnu.org>
7260
7261 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7262 Use fancy-splash-delay.
7263
9b5360aa
GM
72642000-10-18 Alex Schroeder <alex@gnu.org>
7265
7266 * progmodes/sql.el (sql-sybase-options): New option.
7267 (sql-sybase): Use it. Add sql-database to the list of parameters
7268 provided for login. The options -w 2048 -n are not used any more.
7269
9035a35a
GM
7270 * comint.el (comint-read-input-ring): Bugfix such that the first
7271 and the last entry of the input ring file are not lost.
7272
3556c6dd
GM
72732000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7274
7275 * ps-print.el: Internal variable changes to defcustom,
7276 make-local-hook changes to defvar. Doc fix.
7277 (ps-print-version): New version number (6.1).
7278 (ps-setup, ps-do-despool): Code fix.
7279 (ps-printer-name): Customization fix.
7280 (ps-printer-name-option): Now is a defcustom instead of an
7281 internal variable.
7282 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7283 (ps-print-begin-column-hook): Now are defvar instead of
7284 make-local-hook.
4836835a 7285
4e217e50
MB
72862000-10-18 Miles Bader <miles@gnu.org>
7287
7288 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7289 (comint-kill-output): Changed into an alias for `comint-delete-output',
7290 and made obsolete.
7291 (comint-mode-map): Rename references to comint-kill-output.
7292
34460354
EZ
72932000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7294
7295 * diff-mode.el (diff-header-face, diff-file-header-face)
7296 (diff-changed-face): Add bold and italic attributes to tty faces.
7297 (diff-function-face): New face.
7298 (diff-font-lock-keywords): Use it.
7299
17ea3cdb
MB
73002000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7301
7302 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7303 Remove commented-out call to force-mode-line-update.
7304 (comint-kill-output): Use `forward-line 0' instead of
7305 beginning-of-line to make sure we get past the prompt.
7306
9244f2c7
SM
73072000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7308
7309 * diff-mode.el (diff-header-face, diff-file-header-face):
7310 Add specific setting for dark background.
7311 (diff-context-face): Renamed from diff-comment-face.
7312 Set explicitly rather than inheriting from font-lock-comment-face.
7313
1592c1ef
EZ
73142000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7315
7316 * startup.el (command-line): Move the code which sets the default
7317 TTY colors to before before-init-hook.
7318
f86292a9
GM
73192000-10-17 Gerd Moellmann <gerd@gnu.org>
7320
7321 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7322
f7f2e883
EZ
73232000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7324
e854cc22
EZ
7325 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7326 extensions, for MS-DOS.
7327
f7f2e883
EZ
7328 * diff-mode.el (diff-header-face, diff-file-header-face)
7329 (diff-changed-face): Define tty-specific colors.
7330
c7b4f0f9
GM
73312000-10-17 Gerd Moellmann <gerd@gnu.org>
7332
7333 * startup.el (fancy-splash-text): Realign the text.
7334
12a72271
EZ
73352000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7336
7337 * font-lock.el (font-lock-comment-face): Define a separate default
7338 for dark-background tty's.
7339
61dfccfd
MB
73402000-10-17 Miles Bader <miles@gnu.org>
7341
7342 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7343 being obscured by whizzy mode-lines on graphics displays.
7344
333cd59e
EZ
73452000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7346
7347 * info.el (Info-title-1-face, Info-title-2-face)
7348 (Info-title-3-face): Define colors for tty's.
dada41e1 7349 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7350
dbf1fcc1
EZ
73512000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7352
7353 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7354 reverse from the frame parameters, and don't invert foreground and
7355 background colors.
7356
ac629823
MB
73572000-10-16 Miles Bader <miles@gnu.org>
7358
7359 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7360 string "*Info*". Call propertized-buffer-identification to spruce
7361 up the result.
7362
76eebffc
GM
73632000-10-16 Gerd Moellmann <gerd@gnu.org>
7364
3a6b59d9
GM
7365 * help.el: Provide `help' for the sake of define-minor-mode
7366 which generates defcustoms with requires.
7367
6569c3d3
GM
7368 * jit-lock.el (jit-lock-after-change): If we're in text that
7369 matches a multi-line font-lock pattern, make sure the whole text
7370 will be redisplayed.
7371
c2e0a611
GM
7372 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7373 author's name is unknown.
7374
76eebffc
GM
7375 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7376 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7377 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7378 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7379 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7380 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7381 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7382 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7383 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7384 Add author information.
7385
cf1e7b12
MB
73862000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7387
7388 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7389 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7390 full-color version (using the Gimp) to eliminate dithering artifacts.
7391
5586f3eb
SM
73922000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7393
7394 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7395
7396 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7397
ad64a888
DL
73982000-10-15 Dave Love <fx@gnu.org>
7399
83c9cb8e 7400 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7401
7402 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7403
7404 * whitespace.el: Doc fixes.
7405 (top-level): Don't add hooks here.
7406 (whitespace-running-emacs): Deleted.
7407 (timer): Don't require.
7408 (whitespace): Add back :version conditional on xemacs test.
7409 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7410 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7411 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7412 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7413 Avoid specific xemacs test.
7414 (whitespace-global-mode): New option.
7415 (whitespace-global-mode): New command.
7416 (whitespace-unload-hook): New function.
7417
7418 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7419 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7420 (Info-fontify-node): `Goto' goes to `Go to'.
7421 (Info-fontify-node): Add help-echo to xref links.
7422
1ef49fc6
EZ
74232000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7424
7425 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7426
8b7707e1
SM
74272000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7428
b3b7f42f
SM
7429 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7430 Use plist-get and allow :inherit.
7431
7432 * emacs-lisp/cl-macs.el (cl-do-arglist):
7433 Use plist-get and plist-member instead of memq.
7434
3c7fafc7
SM
7435 * emacs-lisp/ewoc.el (ewoc-location): New function.
7436 (ewoc-enter-after, ewoc-enter-before): Document return value.
7437 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7438 Don't need make-local-hook any more.
7439 (cvs-addto-collection): Return the new tin.
7440 (cvs-mode-insert): Jump to the new line.
7441
8b7707e1
SM
7442 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7443
7444 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7445
7446 * font-lock.el (font-lock-syntactically-fontified): New var.
7447 (font-lock-fontify-syntactic-keywords-region): Use it.
7448 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7449
7450 * diff-mode.el (diff-find-file-name): Fix regexp.
7451
7452 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7453 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7454
7455 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7456 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7457 (sh-mode): Don't make all vars local here.
7458 (sh-kw): Reformat.
7459 (sh-set-shell): Use dolist. Don't set indent-region-function.
7460 (sh-mode-syntax-table): Use pop.
7461 (sh-remember-variable): Use push.
7462 (sh-help-string-for-variable): Use memq.
7463 (sh-safe-backward-sexp): Remove.
7464 (sh-safe-forward-sexp): Add ARG.
7465 (sh-get-indent-info, sh-prev-stmt): Use it.
7466 (sh-prev-line): Simplify by using forward-comment.
7467 (sh-this-is-a-continuation): Simplify.
7468 (sh-learn-buffer-indent): Use dolist.
7469 (sh-do-nothing): Remove.
7470 (sh-set-char-syntax, sh-set-here-doc-region):
7471 Use inhibit-modification-hooks.
7472 (sh-name-style): Use mapcar and push.
7473 (sh-load-style): Use dolist.
7474 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7475 (sh-case, sh-while-getopts): Use propertize directly rather
7476 than sh-electric-rparen.
7477
74782000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7479
7480 * textmodes/tex-mode.el: Require CL when compiling.
7481 (tex-mode-syntax-table): Init immediately.
7482 (tex-mode-map): Bind M-RET to latex-insert-item.
7483 (latex-mode): Set indent-line-function to latex-indent.
7484 (tex-common-initialization): Don't setup the syntax-table any more.
7485 (latex-insert-item): New skeleton.
7486 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7487 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7488 (latex-indent, latex-find-indent): New functions.
4836835a 7489 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7490 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7491 (tex-compilation-parse-errors): Use with-syntax-table.
7492
86b7fcbb
MB
74932000-10-15 Miles Bader <miles@gnu.org>
7494
7495 * font-lock.el (font-lock-comment-face): Change dark-background,
7496 color, non-tty, default to `chocolate1'.
7497
57a24508
JW
74982000-10-13 John Wiegley <johnw@gnu.org>
7499
7500 * eshell/esh-util.el (require): Added a missing `require' form,
7501 needed when compiling (for an ange-ftp macro definition).
7502
40ad3db4
DL
75032000-10-13 Dave Love <fx@gnu.org>
7504
7505 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7506
db460189
GM
75072000-10-13 Gerd Moellmann <gerd@gnu.org>
7508
83c9cb8e 7509 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7510
4836835a 7511 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7512 transparent -colors 8).
7513
3b5e21df
GM
75142000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7515
7516 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7517 that breaks with old list format timestamps.
7518 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7519 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7520
16908a3f
JW
75212000-10-13 John Wiegley <johnw@gnu.org>
7522
d7103dda
JW
7523 * align.el, pcomplete.el, calendar/timeclock.el,
7524 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7525
dace60cf 7526 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7527 faulty math, where holiday hours were being computing as seconds.
7528
b6b70cda
JW
75292000-10-13 John Wiegley <johnw@gnu.org>
7530
7531 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7532 specifying what "other" kinds of buffers should be saved.
7533 This used to be hard-coded.
b6b70cda
JW
7534 (desktop-buffer-misc-functions): A global for specifying how
7535 auxiliary data should be determined for special buffer types.
7536 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7537 instead of hard-coding the special buffer types.
7538 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7539 auxiliary data, instead of hard-coding for Info buffers and dired.
7540 (desktop-buffer-info-misc-data): Aux function for determining Info
7541 buffer auxiliary info.
7542 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7543 (desktop-buffer-info): Changed this function to use the info
7544 gathered above.
7545 (desktop-create-buffer): Be a little more careful about what
7546 `minor-mode' means before calling it. This is important for some
7547 buffer types.
7548
8c6b1d83
JW
75492000-10-13 John Wiegley <johnw@gnu.org>
7550
7551 * eshell/esh-util.el: Added a global form which declares an
7552 autoload for `parse-time-string', if that function is not already
7553 defined, and if parse-time.el is available on the user's system.
7554
7555 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7556 to be aware of ange-ftp user info.
83c9cb8e 7557 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7558 (eshell-ls-annotate): Use `eshell-file-attributes'.
7559 (eshell-ls-file): Made the user-id printing code a bit smarter.
7560
7561 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7562 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7563 It's manual, but there's no other way to know when the current user
7564 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7565 (fboundp): Bind `ange-cache'.
7566 (eshell-directory-files-and-attributes): Re-organized the logic a
7567 bit to use `eshell-file-attributes' instead of `file-attributes'.
7568 The former is more sensitive to directories that are read via FTP,
7569 and knows how to use ange-ftp to determine full attribute
7570 information, instead of just the name and last modtime.
7571 (eshell-current-ange-uids): Return the current user id when in a
7572 remote directory.
7573 (eshell-parse-ange-ls): Parse a full directory listing that has
7574 been returned by ange-ftp.
7575 (eshell-file-attributes): This beefed up version of
7576 `file-attributes' is only special if the user is currently in a
7577 remote directory, in which case it does a lot of work to find out
7578 what the real attributes of a file are, as they appear on the
7579 remote machine. This makes usage of remote directories (i.e.,
7580 ange-ftp pathnames) much more useful. You can now use Eshell as a
7581 full-fledged FTP client, with much more manipulation ability than
7582 most other clients.
7583
7584 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7585 variable, which means that Eshell's du should always be preferred
7586 in remote directories.
7587 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7588 just `file-attributes'.
7589 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7590 when reading remote directories. This is an Eshell-specific
7591 variable (not part of ange-ftp).
7592 (eshell/ln): Bind `ange-cache'.
7593 (eshell/du): Added some extra logic for determining when to use
7594 Eshell's du (which is slow), and when to use the external version
7595 (which may or may not exist).
7596
83c9cb8e
SM
7597 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7598 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7599 `get-buffer-process', since backgrounded processes don't count in
7600 the context of this function's logic.
7601
7602 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7603 `forward-char', so that null strings are parsed correctly.
7604
87730e84 76052000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7606
83c9cb8e
SM
7607 * eshell/em-pred.el (eshell-pred-file-type)
7608 (eshell-pred-file-links, eshell-pred-file-size):
7609 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7610
7611 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7612 that remote file globbing is more efficient.
7613
7614 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7615 gathering the files and attributes within a directory.
7616
7617 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7618 the command line is a special file (not a regular file, directory
7619 or symlink), always attempt to call the external version of cat.
7620
87730e84 76212000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7622
7623 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7624 Eshell-friendly version of find-tag.
7625
1c7e37a9
MB
76262000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7627
4836835a 7628 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7629 (image-file-name-regexps): Add autoload cookies.
7630
11a7f341
KH
76312000-10-13 Kenichi Handa <handa@etl.go.jp>
7632
7633 * international/mule-cmds.el (select-safe-coding-system): If FROM
7634 is string, show it in *Warning* buffer.
7635
8ddddcb0
EZ
76362000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7637
7638 * startup.el (normal-top-level): Use display-popup-menus-p instead
7639 of window-system.
7640 (command-line): Use display-graphic-p instead of window-system.
7641 (command-line-1): Use display-popup-menus-p and display-mouse-p
7642 instead of window-system.
7643
72200f89
SS
76442000-10-12 Sam Steingold <sds@gnu.org>
7645
7646 * tooltip.el (tooltip-use-echo-area): New user variable.
7647 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7648
8661c643
DL
76492000-10-12 Dave Love <fx@gnu.org>
7650
d0b40dc1
DL
7651 * recentf.el: Maintainer's checkdoc fixes.
7652
83c9cb8e
SM
7653 * startup.el (normal-top-level-add-subdirs-to-load-path):
7654 Use character class, not ASCII when matching file names.
a622451f
DL
7655 (fancy-splash-head): Add trailing slash to URL.
7656 (command-line): Don't require XPM support for toolbar.
7657
8661c643
DL
7658 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7659 (cperl-invalid-face): Revert last change.
7660 (cperl-init-faces): Quote cperl-invalid-face.
7661
ef2ed8ab
KH
76622000-10-12 Kenichi Handa <handa@etl.go.jp>
7663
7664 * startup.el (fancy-splash-text): Remove superfluous quote.
7665
b0da379e
GM
76662000-10-12 Gerd Moellmann <gerd@gnu.org>
7667
dbeb499b
GM
7668 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7669 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7670 (command-line-1): Don't use fancy-splash-pending-command.
7671 (fancy-splash-screens-1): Goto point-min after inserting text.
7672
d861718a
GM
7673 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7674
b0da379e
GM
7675 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7676 instead of shared-lisp-mode-map.
7677
4fb2ad98
MB
76782000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7679
1cb4393e
MB
7680 * faces.el (header-line): Change tty-variant to use underlining.
7681
4fb2ad98
MB
7682 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7683 (isearch-highlight): Restore lazy-isearch face properties at old
7684 position, and suppress them at new position.
7685 (isearch-dehighlight): Restore lazy-isearch face properties.
7686 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7687 over the real isearch overlay, but in that case, don't give it a
7688 face property. Use `push'.
7689
eb991b25
KH
76902000-10-12 Kenichi Handa <handa@etl.go.jp>
7691
7692 * man.el (Man-getpage-in-background): Fix previous change.
7693 Decode the process output only when we are in multibyte mode.
7694
a818c1c0
DL
76952000-10-11 Dave Love <fx@gnu.org>
7696
c990f53a
DL
7697 * info.el (Info-mode-menu): Fix some help.
7698 (info-tool-bar-map): Add entry for Info-last.
7699
a818c1c0
DL
7700 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7701 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7702 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7703 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7704 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7705 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7706 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7707 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7708 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7709 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7710 Reduce colour requirements to 25 overall. (Probably wants
7711 revisiting from the originals to reduce further.)
7712
c1b096cb
EZ
77132000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7714
7715 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7716 buffer-file-coding-system, instead of raw-text.
7717 (dehexlify-buffer): Bind coding-system-for-read to
7718 buffer-file-coding-system, instead of raw-text.
7719
5c8b7eaf
SS
77202000-10-11 Sam Steingold <sds@gnu.org>
7721
83c9cb8e 7722 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7723 `underline' - fixes the bug introduced on 2000-09-21.
7724
2cfbdb7a
DL
77252000-10-11 Dave Love <fx@gnu.org>
7726
83c9cb8e
SM
7727 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7728 Avoid compiler warnings.
2cfbdb7a
DL
7729 (scheme-mode): Doc fix.
7730 (scheme-font-lock-keywords-1): Match `define-syntax'.
7731
77322000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7733
7734 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7735 face specs as well as default ones. Only do anything if the
7736 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7737 (region): Make dark-background `region' face less in-your-face.
4b33f290 7738
690ec649
SS
77392000-10-10 Sam Steingold <sds@gnu.org>
7740
7741 * chistory.el, ielm.el, ledit.el:
7742 * progmodes/inf-lisp.el, progmodes/scheme.el:
7743 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7744
3b95d6bb
SM
77452000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7746
7747 * textmodes/texinfo.el: Update copyright and fix typo.
7748
7749 * desktop.el (desktop-modes-not-to-save): New var.
7750 (desktop-save-buffer-p): Use it.
a30eb617
DL
7751 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7752 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7753
77542000-10-10 Dave Love <fx@gnu.org>
7755
7756 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7757 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7758
7759 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7760 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7761 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7762 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7763 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7764 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7765 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7766 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7767 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7768 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7769 the .xpms; probably need retouching.
7770
77712000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7772
7773 * subr.el (add-to-list): Add optional argument APPEND.
7774 * battery.el (display-battery): Use `add-to-list'.
7775
77762000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
7777
83c9cb8e
SM
7778 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
7779 properties.
a30eb617
DL
7780 (zone, zone-when-idle, zone-leave-me-alone)
7781 (zone-pgm-whack-chars): Use new symbol properties.
7782
7783 * battery.el (display-battery): Doc spelling fix.
7784
7785 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
7786 property.
7787
77882000-10-09 Dave Love <fx@gnu.org>
7789
7790 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
7791 has been initialized before calling tool-bar-setup.
7792 (tool-bar-add-item-from-menu): Add autoload cookie.
7793
77942000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
7795
7796 * menu-bar.el (send-mail-item-name): New function.
7797 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
7798 of mail-user-agent in the menu. Don't display the "Send Mail"
7799 item if mail-user-agent is nil or its value is ignore.
7800 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
7801 if read-mail-command is nil or its value is ignore.
7802
7803 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
7804
78052000-10-09 Miles Bader <miles@gnu.org>
7806
7807 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
7808 Correct image size.
7809 * toolbar/left_arrow.xpm: Correct image size.
7810
7811 * jka-compr.el: Don't call `jka-compr-install' when loading (it
7812 will be done by the definition of `auto-compression-mode' if
7813 necessary. Move code to uninstall existing file-name handler
7814 before definition of `auto-compression-mode'.
7815
7816 * image-file.el (auto-image-file-mode): Move to the end of the
7817 file, because `define-minor-mode' actually calls the mode-function
7818 if the associated variable is non-nil, which requires that all
7819 needed functions be already defined.
7820
7821 * mouse.el (popup-menu): Balance parens.
7822
78232000-10-08 Stefan Monnier <monnier@cs.yale.edu>
7824
7825 * mouse.el (popup-menu): Move the command call outside the loop
7826 so that popup-menu returns whatever the command returns.
7827
7828 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
7829 (initialize-new-tags-table): Use run-hook-with-args-until-success.
7830 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
7831 (tags-table-format-functions): Renamed from tags-table-format-hooks.
7832
7833 * vc.el (vc-version-diff): diff-switches can be a list.
7834 Use relative filenames for prettier output.
7835
7836 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
7837 (vc-post-command-functions): Remove old-VC compatibility code.
7838
7839 * newcomment.el (comment-indent-default): Autoload.
7840
7841 * font-lock.el (font-lock-defaults): Make buffer-local.
7842 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
7843 (font-lock-choose-keywords):
7844 Ignore LEVEL unless KEYWORDS is a list of syms.
7845 (c-keywords, c++-keywords, objc-keywords, java-keywords):
7846 Don't wrap regexp-opt things in \(...\) unnecessarily.
7847
7848 * jit-lock.el: Don't require font-lock any more.
7849 (jit-lock-functions): Make buffer-local.
7850 (jit-lock-saved-fontify-buffer-function): Remove.
7851 (jit-lock-mode): Remove autoload cookie.
7852 Remove font-lock specific code.
7853 (jit-lock-unregister): Don't bother handling complex hooks any more.
7854 (jit-lock-refontify): New function.
7855 (jit-lock-fontify-buffer): Use it.
7856 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
7857 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
7858 Add optional args START and END.
7859 Never call font-lock-fontify-region directly.
7860 (jit-lock-function, jit-lock-stealth-fontify): Use it.
7861
7862 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
7863
78642000-10-08 Dave Love <fx@gnu.org>
7865
7866 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
7867
7868 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
7869
7870 * play/studly.el (studlify-region, studlify-word): Add autoload
7871 cookie.
7872
7873 * play/morse.el (morse-region, unmorse-region): Add autoload
7874 cookie.
7875
7876 * play/spook.el (spook-phrases-file): Use expand-file-name, not
7877 concat.
7878
7879 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
7880 insist on symbols starting with word syntax.
7881 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
7882 (eval-defun-1): Doc fix.
7883 (indent-sexp): Use nconc to build up indent-stack.
7884
7885 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
7886 Gnus with little use.
7887 (mail-setup-hook): Add mail-abbrevs-setup to options.
7888
7889 * recentf.el: Doc fixes.
7890
7891 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
7892 Clean up remainder.
7893
7894 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
7895 without timezone and (8) with timezone to enforce some whitespace.
7896 Simplify code somewhat.
7897
7898 * options.el (list-options): Doc that you should use customize.
7899
7900 * iswitchb.el (iswitchb-mode): Add :require.
7901
7902 * info.el (Info-goto-node, Info-menu): Doc fix.
7903 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
7904 (info-tool-bar-map): New variable.
7905 (Info-mode): Use it.
7906 (Info-edit-map): Define all in defvar.
7907 (speedbar-attached-frame): Avoid compiler warning.
7908
7909 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
7910 (global-map): Bind [tool-bar] to a filtered map.
7911 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
7912 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
7913 Allow PBM icons.
7914 (tool-bar-setup): Adjust calls of tool-bar-add-item.
7915
7916 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
7917 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
7918 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
7919 icons, except up_arrow, which is left-arrow rotated.
7920
7921 * imenu.el (imenu-add-to-menubar): Fix last change.
7922
79232000-10-08 Peter Breton <pbreton@ne.mediaone.net>
7924
7925 * generic-x.el (rul-generic-mode): Remove eval-when-compile
7926 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
7927
79282000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7929
7930 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
7931 typos in doc strings.
7932
7933 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
7934 the doc strings how to customize Font Lock faces.
7935
7936 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
7937 computing growth when dragging the header line.
7938
79392000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
7940
7941 * simple.el (kill-line): Doc fix.
7942
79432000-10-08 Miles Bader <miles@gnu.org>
7944
7945 * faces.el (secondary-selection): Make foreground visible on tty.
7946
7947 * jka-compr.el (auto-compression-mode): Move to the end of the
7948 file, because `define-minor-mode' actually calls the mode-function
7949 if the associated variable is non-nil, which requires that all
7950 needed functions be already defined.
7951 (with-auto-compression-mode): Add autoload cookie.
7952
79532000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
7954
7955 * files.el (find-backup-file-name) [ms-dos]: If support for long
7956 file names is not available, behave as if version-control were set
7957 to never.
7958
79592000-10-07 Dave Love <fx@gnu.org>
7960
7961 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
7962 (browse-url-gnome-moz): New function.
7963 (browse-url-browser-function): Use it.
7964 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
7965
79662000-10-07 Stefan Monnier <monnier@cs.yale.edu>
7967
7968 * indent.el (tab-always-indent): New var.
7969 (indent-for-tab-command): Use it.
7970
7971 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
7972 raise an error. This way it can still default to a sane value.
7973
79742000-10-06 Stefan Monnier <monnier@cs.yale.edu>
7975
7976 * startup.el (fancy-splash-screens): Use local rather than global map.
7977 Don't use `update-menu-bindings' any more.
7978 Get rid of assumptions about keymap representation.
7979
79802000-10-06 Dave Love <fx@gnu.org>
7981
7982 * textmodes/fill.el (sentence-end-double-space)
7983 (sentence-end-without-period): Doc fix.
7984 (adaptive-fill-regexp): Purecopy.
7985 (unjustify-current-line): Use line-end-position.
7986 (fill-individual-paragraphs-prefix): Use line-beginning-position.
7987
7988 * net/eudc-vars.el (eudc): Add :version, :link.
7989
7990 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
7991
7992 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
7993 Fix for define-minor-mode.
7994 (function-at-point): Alias to function-called-at-point.
7995
7996 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
7997
7998 * simple.el (backward-word): Doc fix.
7999
8000 * image-file.el (image-file-name-regexp): image-file-regexps ->
8001 image-file-name-regexps.
8002 (image-file-name-extensions): Add pbm.
8003
80042000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8005
8006 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8007 and add filename to the names so that diff-mode can jump to source.
8008
8009 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8010 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8011 (tex-font-lock-keywords-1): Remove.
8012 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8013 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8014 (font-lock-default-fontify-region):
8015 Expand beg..end correctly when just following a multiline region.
8016 (font-lock-fontify-anchored-keywords):
8017 Include the anchor text as part of the multiline.
8018
80192000-10-06 Gerd Moellmann <gerd@gnu.org>
8020
8021 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8022 latter needs the autoloaded define-minor-mode macro during the
8023 bootstrap.
8024
8025 * startup.el (command-line): For now, activate tool-bar-mode only
8026 if XPM images are supported.
8027
8028 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8029 window by dragging a header-line at the top of the frame; that's
8030 confusing because the header-line doesn't move.
8031 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8032 of treating the event as a list. Some cleanup.
8033
80342000-10-06 Miles Bader <miles@gnu.org>
8035
8036 * simple.el (display-message-or-buffer): New function.
8037 (shell-command-on-region): Use `display-message-or-buffer'.
8038
8039 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8040 docstring parts.
8041
8042 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8043 (smbclient-prompt-regexp): Add usage note to doc string.
8044 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8045 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8046 Use add-hook for adding the comint filter function, and only do so
8047 if it's not already in the global hook list.
8048 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8049 to `make-local-variable'.
8050 (nslookup-font-lock-keywords): Remove prompt entry.
8051 (nslookup): Don't set the process-filter.
8052 (finger): Exit the loop correctly when the regexps list runs out.
8053 (ftp, smbclient, smbclient-list-shares):
8054 Set the real major mode immediately, not after execing.
8055 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8056
8057 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8058
80592000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8060
8061 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8062
8063 * which-func.el (which-func-format): Remove spurious space.
8064 (which-func-mode): Don't make it permanent-local.
8065 (which-func-ff-hook): Allow which-func-maxout to be nil.
8066 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8067 (which-func-mode): Simplify.
8068 Use post-command-idle-hook rather than post-command-hook.
8069 Go through all buffers and update their state.
8070 (which-function): Also try add-log-current-defun-function.
8071
8072 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8073 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8074 Update call to with-vc-properties accordingly.
8075 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8076 (vc-revert-buffer): More careful about window selection and deletion.
8077 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8078
8079 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8080 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8081 (cvs-dired-action): Change the default to quickdir.
8082
8083 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8084 if comment-indent-function returns nil.
8085 (comment-indent-default): New function.
8086 (comment-indent-function): Use it and document the new semantics.
8087
8088 * image-file.el: Docstring fixes.
8089
8090 * help.el (help-xref-on-pp): Use match-string.
8091 (describe-variable): New arg BUFFER.
8092 Store the current buffer in the help-xref-stack.
8093 (temp-buffer-resize-mode): Use define-minor-mode.
8094
8095 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8096 consistently with its docstring.
8097 Set jit-lock-first-unfontify-pos in an idempotent way.
8098 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8099
81002000-10-05 Alex Schroeder <alex@gnu.org>
8101
8102 * sql.el (sql-mysql-options): New variable.
8103 (sql-mysql): Use it.
8104
81052000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8106
8107 * image.el (image): New group.
8108
8109 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8110 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8111
81122000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8113
8114 * net/net-utils.el (nslookup-font-lock-keywords)
8115 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8116 Ignore the value of wqindow-system; always define keywords
8117
81182000-10-05 Kenichi Handa <handa@etl.go.jp>
8119
8120 * startup.el (fancy-splash-screens): Remove the code for
8121 debugging; `(trace-to-stderr "EXITTT\n")'.
8122
81232000-10-05 Miles Bader <miles@gnu.org>
8124
8125 * diff-mode.el (diff-goto-source): Update call to
8126 `diff-hunk-status-msg' to reflect new REV variable.
8127
81282000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8129
8130 * progmodes/icon.el (icon-mode):
8131 Don't gratuitously override the default for comment-column.
8132
8133 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8134
8135 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8136 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8137 (jit-lock-functions): New var.
8138 (jit-lock-function-1): Use it if non-nil.
8139 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8140 Set the `fontified' property before doing the fontification to avoid
8141 repeatedly going through the same error.
8142 Don't turn errors into messages.
8143 (jit-lock-register, jit-lock-unregister): New functions.
8144
8145 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8146 Use with-current-buffer.
8147
8148 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8149 Turn comment into docstring.
8150
8151 * apropos.el (apropos-mode): Use define-derived-mode.
8152
81532000-10-04 Gerd Moellmann <gerd@gnu.org>
8154
8155 * startup.el (fancy-splash-pending-command): New variable.
8156 (fancy-splash-pre-command): New function.
8157 (fancy-splash-screens): Rewritten.
8158 (command-line-1): If fancy-splash-pending-command is set, call it
8159 interactively.
8160
81612000-10-04 Dave Love <fx@gnu.org>
8162
8163 * toolbar/tool-bar.el (tool-bar-setup): New function.
8164 (tool-bar-mode): Use it.
8165
8166 * subr.el (substitute-key-definition): Doc fix.
8167 (play-sound-file): New command.
8168
81692000-10-04 Andre Spiegel <spiegel@gnu.org>
8170
8171 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8172 vc-version-backup-file-name): New functions.
8173
8174 * files.el (basic-save-buffer): Call vc-before-save before saving.
8175
8176 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8177 vc-cvs-stay-local-p.
8178
8179 * vc.el (vc-revert-buffer): Handle empty diff properly.
8180 (vc-version-backup-file): New function.
8181 (vc-checkout): Create a version backup if necessary.
8182 (vc-checkin): If a version backup file exists, delete it.
8183 (vc-version-diff): Diff locally using version backups, if available.
8184 (vc-revert-file): If there's a version backup, revert locally.
8185 (vc-transfer-file): Use version backup for base version, if
8186 available. If not, ask for confirmation whether to get it from the
8187 server. Update mode line before check-in.
8188
81892000-10-04 Dave Love <fx@gnu.org>
8190
8191 * toolbar/tool-bar.el (tool-bar-setup): New function.
8192 (tool-bar-mode): Use it.
8193
81942000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8195
8196 * net/net-utils.el (nslookup-font-lock-keywords)
8197 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8198 Only set if window-system is non-nil
8199 (net-utils-run-program): Returns buffer.
8200 (network-connection-reconnect): Added this function.
8201
8202 * generic.el:
8203 Incorporates extensive cleanup and docfixes by
8204 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8205 Uses cl compile-time macros.
8206 (generic-mode-name, generic-comment-list)
8207 (generic-keywords-list, generic-font-lock-expressions)
8208 (generic-mode-function-list, generic-mode-syntax-table):
8209 Removed variables.
8210 (generic-mode-alist): Renamed to generic-mode-list.
8211 (generic-find-file-regexp): Default changed to "^#".
8212 (generic-read-type): Uses completing read on generic-mode-list.
8213 (generic-mode-sanity-check): removed this function.
8214 (generic-add-to-auto-mode): Removed this function
8215 (generic-mode-internal): Bind mode-specific definitions
8216 into function instead of putting them in alist.
8217 (generic-mode-set-comments): Reworked extensively.
8218 (generic-mode-find-file-hook): Simplified regexp searching
8219 (generic-make-keywords-list): Omit extra pair of parens
8220
8221 * find-lisp.el (find-lisp-find-files-internal):
8222 Make sure directory name ends with "/".
8223
8224 * generic-x.el (apache-conf-generic-mode):
8225 Regexp now allows leading whitespace.
8226 (rc-generic-mode): Added eval-when-compile
8227 around generic-make-keywords-list.
8228 Deleted duplicate regexp
8229 (rul-generic-mode): Added eval-when-compile
8230 around generic-make-keywords-list.
8231 (etc-fstab-generic-mode): New generic mode.
8232 (rul-generic-mode): Removed one eval-when-compile
8233 which caused a max-specpdl-size exceeded error.
8234
82352000-10-04 Miles Bader <miles@gnu.org>
8236
8237 * simple.el (minibuffer-temporary-goal-position): New variable.
8238 (next-history-element): Try to keep the position of point in the
8239 input string constant.
8240
8241 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8242 (dired-do-create-files): If there's only one file, pass it in as
8243 the DEFAULT arg to dired-mark-read-file-name.
8244
82452000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8246
8247 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8248 (diff-goto-source): Be smarter when choosing REVERSE or not.
8249
8250 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8251 (texinfo-mode-menu): Add an explicit shortcut for update all.
8252
82532000-10-03 Andre Spiegel <spiegel@gnu.org>
8254
8255 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8256 factorize backend-specific code cleanly (this was essentially
8257 conceived by Stefan Monnier).
8258 (vc-unregister): Function removed.
8259 (vc-revert-file): New function.
8260 (vc-revert-buffer): Delegate some of the work to it.
8261
8262 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8263 default branch unconditionally.
8264 (vc-rcs-set-default-branch): New function.
8265 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8266 (vc-rcs-checkin): If an appropriate default branch has been set,
8267 force creation of that branch.
8268 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8269 code (as suggested by Stefan Monnier).
8270
82712000-10-02 Gerd Moellmann <gerd@gnu.org>
8272
8273 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8274 highlighting overlay with a different face over the overlay
8275 isearch uses to highlight the current match because that can lead
8276 to bad face combinations.
8277
8278 * loadup.el (toplevel): Load faces before isearch.
8279
8280 * isearch.el (isearch-faces): New custom group.
8281 (isearch): New defface; was already tested for in the code.
8282 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8283 (isearch-highlight): Always use face `isearch'.
8284
82852000-10-02 Dave Love <fx@gnu.org>
8286
8287 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8288 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8289 comparison of opcode with operand.
8290
82912000-10-03 Miles Bader <miles@gnu.org>
8292
8293 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8294 buffer, since the echo area will now grow to accommodate them.
8295
82962000-10-02 Andre Spiegel <spiegel@gnu.org>
8297
8298 * vc-hooks.el (vc-registered): If FILE used to be registered under
8299 a certain backend, try that one first.
8300
8301 * vc.el (vc-responsible-backend): Undo the previous change in the
8302 argument list. Handle multiple backends correctly.
8303 (vc-find-new-backend): Function removed.
8304 (vc-register): Use vc-responsible-backend, as before.
8305 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8306
83072000-10-02 Gerd Moellmann <gerd@gnu.org>
8308
8309 * startup.el (fancy-splash-head): Change message below the
8310 logo.
8311
83122000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8313
8314 * diff-mode.el (diff-goto-source): Emit a status message.
8315 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8316 (diff-test-hunk): Fix doc string.
8317 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8318 (diff-advance-after-apply-hunk): New variable.
8319 (diff-apply-hunk): Don't return a value.
8320
83212000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8322
8323 * vc.el (vc-editable-p): Minor optimization.
8324 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8325 (vc-find-new-backend): New function split from vc-responsible-backend.
8326 (vc-register): Use it.
8327 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8328 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8329 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8330 (vc-clear-headers): Don't use find-file.
8331 (vc-revert-buffer): Use `and' again (must have been a braino).
8332 (vc-switch-backend): Only prompt if requested.
8333 Short circuit if nothing is to be done.
8334 Don't use vc-resynch-buffer which could lose unsaved editing.
8335 (vc-default-receive-file): Update call to vc-unregister.
8336 (with-vc-file, vc-next-action-on-file):
8337 Use vc-backend rather than vc-registered.
8338 (vc-next-action-on-file): Use intern-soft.
8339 Deal with read-only *vc-diff* buffer.
8340 (vc-transfer-file): Docstring fix.
8341
8342 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8343 (vc-rcs-receive-file): Avoid with-vc-properties.
8344 Update call to vc-unregister.
8345 Use constant `RCS' rather than (dynamically bound) var `backend'.
8346
83472000-10-01 Andre Spiegel <spiegel@gnu.org>
8348
8349 * vc.el (vc-next-action-on-file): Update mode line only if file
8350 is visited.
8351 (vc-start-entry): New argument initial-contents. Don't visit the file
8352 if it isn't already visited. Brought documentation up-to-date.
8353 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8354 (vc-checkin): New optional arg initial-contents, which is passed to
8355 vc-start-entry.
8356 (vc-finish-logentry): Make sure to bury log buffer only if there
8357 really is one. Call `vc-resynch-buffer' on log-file, not
8358 buffer-file-name.
8359 (vc-default-comment-history, vc-default-wash-log): New functions.
8360 (vc-index-of): Removed.
8361 (vc-transfer-file): Make do without the above.
8362 (vc-default-receive-file): Call comment-history unconditionally. Pass
8363 the resulting string to vc-checkin, instead of inserting it into the
8364 comment ring.
8365
8366 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8367 unconditionally. Use the comments as initial contents of the log
8368 entry buffer. Document the trick to force branch creation with no
8369 changes.
8370
83712000-10-01 Miles Bader <miles@gnu.org>
8372
8373 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8374 `recenter' with an arg to prevent redrawing the display.
8375
83762000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8377
8378 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8379
8380 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8381
8382 * progmodes/c-mode.el (c-mode):
8383 Don't gratuitously override the default for comment-column.
8384
8385 * textmodes/tex-mode.el (latex-metasection-list): New var.
8386 (latex-imenu-create-index): Use it.
8387 Move the regexp construction outside loops (and use push).
8388 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8389 (tex-font-lock-keywords): Moved from font-lock.el.
8390 (tex-comment-indent): Remove.
8391 (tex-common-initialization): Don't set comment-indent-function.
8392 (latex-block-default): New var.
8393 (tex-latex-block): Use it to provide a default choice.
8394 Add any unknown choice to latex-block-names.
8395 Insert [...] after {...}.
8396 (tex-last-unended-begin): Simplify regexp.
8397 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8398 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8399 (latex-mode): Set forward-sexp-function.
8400
8401 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8402 Add regexp for @ignore ... @end ignore.
8403 (texinfo-heading-face): New face.
8404 (texinfo-font-lock-keywords): Use it.
8405 (texinfo-mode-menu): New menu.
8406 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8407 New functions.
8408 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8409 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8410 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8411 Remove declaration.
8412 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8413
8414 * delsel.el (delete-selection-mode): Use define-minor-mode.
8415
8416 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8417
84182000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8419
8420 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8421
84222000-09-30 Gerd Moellmann <gerd@gnu.org>
8423
8424 * replace.el (keep-lines-read-args): New function.
8425 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8426 read arguments interactively. Add parameters RSTART and REND.
8427 Operate on the active region in Transient Mark mode.
8428
8429 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8430
8431 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8432 (authors-obsolete-files-regexps): New variable.
8433 (authors-add): Don't record changes in obsolete files.
8434
84352000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8436
8437 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8438
8439 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8440 (comment-indent): Make sure there's a space between code and comment.
8441 Shift comments left to avoid going past fill-column.
8442
84432000-09-29 Gerd Moellmann <gerd@gnu.org>
8444
8445 * startup.el (startup-echo-area-message): New function.
8446 (display-startup-echo-area-message): Use it.
8447 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8448 (fancy-splash-default-action): New function.
8449 (fancy-splash-screens-1): New function.
8450 (fancy-splash-head): Put a help-echo and a keymap under the image.
8451
84522000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8453
8454 * diff-mode.el (diff-add-log-file-name): Remove.
8455 (diff-mode): Use add-log-buffer-file-name-function.
8456
8457 * add-log.el (find-change-log): New arg BUFFER-FILE.
8458 (add-log-file-name): Obey add-log-file-name-function.
8459 (add-log-buffer-file-name-function): New var.
8460 (add-change-log-entry): Use it.
8461
84622000-09-29 Miles Bader <miles@gnu.org>
8463
8464 * image-file.el (image-file-name-extensions): New variable.
8465 (image-file-name-regexps): Renamed from `image-file-regexps'.
8466 New default value is nil. Call `auto-image-file-mode'.
8467 (image-file-name-regexp): New function.
8468 (auto-image-file-mode): New minor mode.
8469 (insert-image-file): Don't make conditional on the image-file
8470 handler being enabled.
8471 (image-file-handler): Make the call here conditional instead.
8472 (set-image-file-handler-enabled, enable-image-file-handler)
8473 (disable-image-file-handler): Functions removed.
8474
8475 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8476 string.
8477
84782000-09-29 Gerd Moellmann <gerd@gnu.org>
8479
8480 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8481 it's a function from CL.
8482 (latex-imenu-create-index): Replace eval-when-compile with progn
8483 because latex-section-alist is not bound while compiling.
8484
84852000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8486
8487 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8488 (outline-mode): Use define-derived-mode.
8489
8490 * progmodes/perl-mode.el (perl-mode):
8491 * progmodes/awk-mode.el (awk-mode):
8492 * progmodes/asm-mode.el (asm-mode):
8493 Don't gratuitously override the default for comment-column.
8494
8495 * emacs-lisp/lisp.el (lisp-complete-symbol):
8496 Distinguish the let-binding case from the funcall case.
8497 (forward-sexp-function): New variable.
8498 (forward-sexp): Use it.
8499
8500 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8501 (easy-mmode-defmap): Remove the now useless autoload.
8502
8503 * time.el (display-time-mode): Use define-minor-mode.
8504
8505 * subr.el (add-minor-mode): Don't eval NAME.
8506 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8507 Use if rather than cond.
8508
8509 * simple.el (read-expression-map): Define more properly.
8510 (comment-indent-hook): Remove.
8511 (string-to-syntax): Bug fix.
8512
8513 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8514 (cvs-ediff-diff): Fix typo.
8515 (cvs-revert-if-needed): Don't bother preserving read-only.
8516
8517 * paren.el (show-paren-mode): Use define-minor-mode.
8518
8519 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8520 (toggle-auto-compression): Remove.
8521 (jka-compr-build-file-regexp): Remove useless grouping.
8522
8523 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8524 Avoid user-reserved bindings.
8525 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8526 (diff-header-face): Revert to grey85.
8527
8528 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8529
8530 * complete.el (partial-completion-mode) <defcustom>: Remove.
8531 (partial-completion-mode): Use define-minor-mode.
8532 (PC-do-completion): Understand `completion-auto-help = delay'
8533 to mean to popup the completion buffer only the second time.
8534 (PC-include-file-all-completions, PC-include-file-all-completions)
8535 (PC-include-file-all-completions): Don't quote lambda.
8536
8537 * comint.el (comint-mode-hook): Docstring fix.
8538 (comint-mode): Use define-derived-mode.
8539 (comint-mode-map): Remove obsolete comment.
8540 (make-comint): Minor stylistic change.
8541 (comint-insert-clicked-input): Be more careful to find the overlay.
8542 Use this-command-keys rather than hardcoding mouse-2.
8543
8544 * font-lock.el: Replace confusing (,@ with ,
8545 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8546 Don't use regexp-opt-depth. Spice up the regexp for args.
8547 Don't distinguish between cmds that can take an opt arg or not.
8548 Use `append' and `prepend' rather than `keep'.
8549
8550 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8551 (latex-outline-regexp): New var.
8552 (latex-outline-level): New fun.
8553 (latex-section-alist): New var.
8554 (latex-imenu-create-index): Use it. Use `push' as well.
8555 (tex-shell-map): Initialize it properly.
8556 (tex-mode): Minor stylistic change.
8557 (plain-tex-mode): Use define-derived-mode.
8558 (latex-mode): Use define-derived-mode.
8559 Construct the paragraph regexps in a more readable way.
8560 Set the buffer-local outline-{level,regexp} vars.
8561 (slitex-mode): Derive from latex-mode.
8562 (tex-common-initialization): Don't kill-all-vars anymore.
8563 Add setting for comment-add and font-lock-defaults.
8564 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8565 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8566 (tex-start-tex): New arg DIR (and send a chdir command for it).
8567 Also display the shell buffer and save it in tex-last-buffer-texed.
8568 (tex-region): Use expand-file-name rather than concat.
8569 Remove code made useless by changes in tex-start-tex.
8570 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8571
8572 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8573
85742000-09-28 Dave Love <fx@gnu.org>
8575
8576 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8577
85782000-09-28 Gerd Moellmann <gerd@gnu.org>
8579
8580 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8581 `append'.
8582
85832000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8584
8585 * info.el (Info-extract-pointer): Undo last change.
8586 Instead, fix the position of the `bound' arg to re-search-backward.
8587
85882000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8589
8590 * info.el (Info-extract-pointer):
8591 Widen more carefully, to avoid finding pointers in other nodes.
8592 (Info-index): Use push.
8593
85942000-09-27 Gerd Moellmann <gerd@gnu.org>
8595
8596 * frame.el (set-frame-font): Remove call to obsolete function
8597 frame-update-faces.
8598 (set-foreground-color, set-background-color): Likewise for
8599 frame-update-face-colors.
8600
86012000-09-27 Miles Bader <miles@gnu.org>
8602
8603 * image-file.el: New file.
8604
86052000-09-27 Gerd Moellmann <gerd@gnu.org>
8606
8607 * frame.el (frame-notice-user-settings): Don't call
8608 frame-update-faces, which is a no-op now.
8609
8610 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8611 tool-bar-lines.
8612
86132000-09-27 Dave Love <fx@gnu.org>
8614
8615 * mouse.el: Fix last change.
8616
86172000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8618
8619 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8620
86212000-09-22 Kenichi Handa <handa@etl.go.jp>
8622
8623 * international/quail.el (quail-help): The output message is
8624 improved.
8625
86262000-09-26 Dave Love <fx@gnu.org>
8627
8628 * mouse.el (popup-menu): If POSITION is nil, set it using
8629 mouse-position.
8630
86312000-09-25 Sam Steingold <sds@gnu.org>
8632
8633 * net/browse-url.el (browse-url-file-url): Check for null maps.
8634
86352000-09-26 Gerd Moellmann <gerd@gnu.org>
8636
8637 * frame.el (frame-notice-user-settings): Don't add a
8638 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8639
8640 * frame.el (frame-notice-user-settings):
8641 Make tool-bar-mode and default-frame-alist consistent.
8642
8643 * toolbar/tool-bar.el (tool-bar-help): New function.
8644
86452000-09-25 Gerd Moellmann <gerd@gnu.org>
8646
8647 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8648 current-load-list in top-level forms. Else this leaks a cons cell
8649 every time a defun is called.
8650
8651 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8652
86532000-09-25 Dave Love <fx@gnu.org>
8654
8655 * startup.el (fancy-splash-head): Check XPM is available.
8656
8657 * autoinsert.el (auto-insert): Doc fix.
8658 (auto-insert-alist): Following GNU notices, don't say `copyright
8659 _by_'. Use line-beginning-position.
8660 (auto-insert): Check buffer-file-name is non-nil before use.
8661
86622000-09-25 Gerd Moellmann <gerd@gnu.org>
8663
8664 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8665 starting with `@def' or `@multitable', in addition to ones
8666 specified by the user in auto-fill-inhibit-regexp.
8667
86682000-09-25 Markus Rost <rost@math.ohio-state.edu>
8669
8670 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8671 rmail-dont-reply-to-names matches the empty string.
8672
86732000-09-25 Gerd Moellmann <gerd@gnu.org>
8674
8675 * startup.el (command-line-1, fancy-splash-text): Change the
8676 text to sound more friendly.
8677
86782000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8679
8680 * progmodes/hideshow.el: Update author email address.
8681 Generally, sync w/ maintainer version 5.22.
8682 (hs-hide-all-non-comment-function): New var.
8683 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8684 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8685 (hs-show-region): Delete this command.
8686 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8687
86882000-09-22 Dave Love <fx@gnu.org>
8689
8690 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8691 (hl-line-highlight): Specify buffer when moving overlay.
8692
8693 * progmodes/fortran.el (fortran-mode): Locally set
8694 normal-auto-fill-function.
8695 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8696 (fortran-mode-map): Adjust auto-fill menu entry.
8697
86982000-09-22 Gerd Moellmann <gerd@gnu.org>
8699
8700 * vc-rcs.el (toplevel): Require `vc' when compiling.
8701
8702 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8703
87042000-09-22 Andre Spiegel <spiegel@gnu.org>
8705
8706 * vc.el (vc-switch-backend): Signal an error if the file is not
8707 registered under the new backend.
8708
8709 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8710 without explicit revision number.
8711
87122000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8713
8714 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8715 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8716 (diff-xor): New function.
8717 (diff-find-source-location): Use it. Fix a stupid name clash.
8718 (diff-hunk-status-msg): New function.
8719 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8720 (diff-test-hunk): Use diff-find-source-location.
8721 (diff-goto-source): Favor the `reverse'.
8722 (diff-hunk-text): Properly handle one-sided context diffs.
8723 (diff-apply-hunk): When done, advance to the next hunk.
8724
87252000-09-21 Gerd Moellmann <gerd@gnu.org>
8726
8727 * startup.el (command-line): If frame was created with a non-zero
8728 tool-bar-lines parameter, switch tool-bar-mode on.
8729
8730 * add-log.el (change-log-date-face, change-log-name-face)
8731 (change-log-email-face, change-log-file-face)
8732 (change-log-list-face, change-log-conditionals-face)
8733 (change-log-function-face, change-log-acknowledgement-face):
8734 New faces, inheriting from font-lock faces.
8735 (change-log-font-lock-keywords): Use them.
8736
87372000-09-21 Dave Love <fx@gnu.org>
8738
8739 * progmodes/cperl-mode.el (top-level): Clean up
8740 `eval-when-compile's and assorted defvars.
8741 (cperl-invalid-face): Don't double-quote value. Change custom
8742 type.
8743 (cperl-mode): Set normal-auto-fill-function and don't zap
8744 auto-fill-function.
8745 (cperl-imenu--function-name-regexp-perl): Renamed from
8746 imenu-example--function-name-regexp-perl.
8747 (cperl-imenu--create-perl-index): Renamed from
8748 imenu-example--create-perl-index.
8749 (cperl-xsub-scan): Don't require cl.
8750
8751 * msb.el (msb-mode-map): Use substitute-key-definition.
8752 (msb-mode): Use msb-mode-map.
8753
87542000-09-21 Andre Spiegel <spiegel@gnu.org>
8755
8756 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8757 New functions.
8758 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8759 (vc-switch-backend): New function.
8760 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8761 (vc-register): Fix prompt.
8762 (vc-unregister, vc-default-unregister): New functions.
8763 (vc-version-diff): Handle empty buffer in sentinel.
8764
8765 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8766 (vc-rcs-state-heuristic): Use it to guess the state of files with
8767 non-strict locking.
8768 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8769 been set with -b, but not created yet.
8770 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8771 contents in order to find the state.
8772 (vc-rcs-checkin): Allow creation of branches with no changes.
8773 (vc-rcs-unregister, vc-rcs-receive-file)
8774 (vc-rcs-set-non-strict-locking): New functions.
8775
8776 * vc-hooks.el (vc-name): Force correct computation of the value
8777 in case it is missing.
8778
87792000-09-21 Gerd Moellmann <gerd@gnu.org>
8780
8781 * startup.el (fancy-splash-tail): Use a different foreground
8782 color on a dark frame background.
8783
87842000-09-21 Miles Bader <miles@lsi.nec.co.jp>
8785
8786 * info.el: Use the correct capitalization when making Info-mode
8787 and Info-edit-mode `special' modes.
8788
87892000-09-20 Stefan Monnier <monnier@cs.yale.edu>
8790
8791 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
8792 (diff-mode): Add support for add-log.el.
8793 (diff-hunk-text): Use char offsets rather than line offsets.
8794 (diff-find-source-location): Replace LINE with line-offset (nil
8795 if not found) and always set POS to a meaningful position.
8796 Adapt to the new char-offsets.
8797 (diff-apply-hunk): Drop support for the unused `select' POPUP.
8798 Adapt to the new diff-find-source-location.
8799 (diff-goto-source): Adapt to the new diff-find-source-location.
8800
8801 * add-log.el (add-log-file-name): New function (split out of
8802 add-change-log-entry).
8803 (add-change-log-entry): Use it.
8804 Call add-log-file-name-function with the changelog file name if
8805 the current buffer is not associated with any file.
8806 Avoid find-file if the selected window is dedicated.
8807
8808 * diff-mode.el (diff-find-source-location):
8809 Move code from diff-apply-hunk. Return buffer rather than file.
8810 (diff-apply-hunk): Use the new result from diff-find-source-location.
8811 (diff-goto-source): Use the new diff-find-source-location.
8812
88132000-09-20 Dave Love <fx@gnu.org>
8814
8815 * iswitchb.el: Some doc fixes.
8816 (iswitchb-mode-map): Define completely initially. Inherit
8817 minibuffer-local-map.
8818 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
8819 fundamental-mode.
8820 (iswitchb-global-map): New variable.
8821 (iswitchb-summaries-to-end): Amalgamate regexps.
8822 (iswitchb-mode): New.
8823 (iswitchb-mode-hook): New variable.
8824 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
8825 `extensions'.
8826
88272000-09-20 Gerd Moellmann <gerd@gnu.org>
8828
8829 * ehelp.el (electric-help): New defgroup.
8830 (electric-help-shrink-window): New user-option.
8831 (with-electric-help): Use it.
8832
8833 * window.el (shrink-window-if-larger-than-buffer): If face
8834 `mode-line' has a :box, and we're on a graphical frame, add 1
8835 to the needed window height.
8836
8837 * frame.el (frame-notice-user-settings): Add a last parameter nil
8838 to a call to `append', because the last list passed to `append' is
8839 not copied, and so subsequent calls to assq-delete-all will modify
8840 default-frame-alist.
8841
8842 * startup.el (fancy-splash-image): Change :type.
8843 (fancy-splash-head): Use an XBM image if appropriate.
8844 (command-line-1): Show splash screens in more cases.
8845
8846 * startup.el (fancy-splash-text): Don't quote faces.
8847
8848 * dired.el (dired-font-lock-keywords): Undo last change.
8849 (dired-readin): Bind indent-tabs-mode to nil.
8850
8851 * startup.el (fancy-splash-head): If frame's background mode
8852 is `dark', change the black background of the image to gray.
8853 (fancy-splash-screens): Display startup echo area message.
8854 (display-startup-echo-area-message): New function.
8855
88562000-09-20 Miles Bader <miles@lsi.nec.co.jp>
8857
8858 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
8859
8860 * info.el (info-header-node): Tweak for color ttys.
8861
8862 * faces.el (face-valid-attribute-values): Make sure directories we
8863 search for stipples both exist and are readable before trying to
8864 search them.
8865
8866 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
8867 in the dry-run case.
8868
8869 * jka-compr.el (with-auto-compression-mode): New macro.
8870
8871 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
8872 (custom-group-tag-face, custom-variable-tag-face): Use relative
8873 :height and inherit from `variable-pitch' face instead of
8874 hardwiring :family.
8875 * hi-lock.el (hi-black-hb): Likewise.
8876
8877 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
8878 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
8879 toolbar-add-item, if image doesn't have a mask add a `:mask
8880 heuristic'.
8881
88822000-09-19 Stefan Monnier <monnier@cs.yale.edu>
8883
8884 * diff-mode.el: Docstring fixes.
8885 (diff-header-face, diff-comment-face): New faces.
8886 (diff-font-lock-keywords): Highlight a bit differently.
8887 (diff-find-source-location): Don't return SPAN any more.
8888 (diff-hunk-text): Don't bother erasing the temp buffer.
8889 (diff-find-text): Drop argument LINE.
8890 (diff-apply-hunk): Update calls to diff-find-text.
8891 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
8892
8893 * calendar/calendar.el: Docstring fixes.
8894 (calendar-make-alist): Don't quote lambda.
8895 (calendar-star-date): Use make-local-variable.
8896
88972000-09-19 Dave Love <fx@gnu.org>
8898
8899 * toolbar/tool-bar.el: Renamed from toolbar.el.
8900 Change `toolbar' to `tool-bar' generally in symbols.
8901 Make some items invisible in `special' major modes.
8902 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
8903 Add arg PROPS.
8904
8905 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
8906 Add :version here.
8907 (fancy-splash-delay, fancy-splash-image): Remove :version here.
8908
89092000-09-19 Gerd Moellmann <gerd@gnu.org>
8910
8911 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
8912
8913 * files.el (find-file-suppress-same-file-warnings): New user-option.
8914 (find-file-noselect): Use it.
8915
8916 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
8917 (fancy-splash-screen): Defgroup.
8918
8919 * add-log.el (change-log-font-lock-keywords): Match names
8920 more exactly for the case that font-lock-constant-face is
8921 underlined.
8922
89232000-09-19 Richard M. Stallman <rms@gnu.org>
8924
8925 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
8926
89272000-09-19 Andre Spiegel <spiegel@gnu.org>
8928
8929 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
8930
89312000-09-19 Gerd Moellmann <gerd@gnu.org>
8932
8933 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
8934 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
8935 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
8936 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
8937 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
8938 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
8939 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
8940 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
8941 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
8942 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
8943 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
8944 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
8945
8946 * startup.el (fancy-splash-text): New variable.
8947 (fancy-splash-delay, fancy-splash-image): New user-options.
8948 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
8949 (fancy-splash-screens): New functions.
8950 (command-line-1): If display has a `display' frame parameter, has
8951 colors, and we have XPM support, show more fancy splash screens.
8952
89532000-09-19 Dave Love <fx@gnu.org>
8954
8955 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
8956 with null `help'. Use modern backquote syntax.
8957
89582000-09-19 Gerd Moellmann <gerd@gnu.org>
8959
8960 * font-lock.el (font-lock-mode): Change message telling the user
8961 that ``the buffer is too big''.
8962
8963 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
8964 for instance for the case that tab-width is 2.
8965
89662000-09-18 Gerd Moellmann <gerd@gnu.org>
8967
8968 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
8969 toolbar-add-item, if image doesn't have a mask add a `:mask
8970 heuristic'.
8971
89722000-09-18 Miles Bader <miles@lsi.nec.co.jp>
8973
8974 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
8975 and return a cons if it's non-nil.
8976 (diff-apply-hunk): Try to jump to the line in the source text
8977 corresponding to the position of point in the in the hunk.
8978
8979 * info.el (Info-title-3-face, Info-title-2-face)
8980 (Info-title-1-face): Use face inheritance and relative sizes
8981 instead of hard-wiring things.
8982
8983 * faces.el (secondary-selection): Make dark-background variant sane.
8984
89852000-09-16 Andrew Innes <andrewi@gnu.org>
8986
8987 * makefile.w32-in (compile-files-CMD): No need to make .elc files
8988 read-only, since they aren't under VC now.
8989
89902000-09-17 Dave Love <fx@gnu.org>
8991
8992 * tmm.el: Replace mapcar with mapc in several places.
8993
8994 * loadhist.el (unload-feature): Maybe call elp-restore-list and
8995 ad-unadvise.
8996
8997 * international/latin1-disp.el: New file.
8998
8999 * calendar/cal-move.el (scroll-calendar-left)
9000 (scroll-calendar-right): Make arg optional (for active mode line).
9001
9002 * calendar/calendar.el (calendar-mode-line-format): Make fields
9003 mouse-sensitive.
9004 (calendar-read-date, calendar-read-date, calendar-window-list):
9005 Unquote lambda.
9006 (calendar-month-name): Use aref, not sref.
9007
9008 * view.el (minor-mode-alist): Propertize the string.
9009
9010 * international/characters.el (standard-case-table): Add entries
9011 for Greek.
9012
90132000-09-18 Miles Bader <miles@gnu.org>
9014
9015 * info.el (info-node, info-xref): Add dark-background variants.
9016
9017 * faces.el (header-line): Change defaults to be less confusing
9018 when mixed with mode-lines.
9019
9020 * info.el (Info-fontify-node): Make a few cleanups.
9021 Add extra `help-echo' and `local-map' props to node xrefs.
9022 Use header-specific faces for node-names & xrefs.
9023 (Info-use-header-line): New variable.
9024 (info-header-xref, info-header-node): New faces.
9025 (Info-setup-header-line): New function.
9026 (Info-select-node): Call Info-setup-header-line when enabled.
9027 (Info-extract-pointer): Work even if the header line is hidden.
9028 (Info-header-line): New variable.
9029
90302000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9031
9032 * vms-patch.el (print-region-function): Don't quote lambda.
9033
9034 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9035
9036 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9037 (lm-get-header-re): Allow spaces between the header and the colon.
9038 (lm-header): Allow $ in non-RCS headers.
9039 (lm-header-multiline): Put the strings back into order.
9040 Stop at an empty line. Don't require two space chars if the
9041 line is clearly not another header line.
9042
9043 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9044 (popup-menu-popup): Remove.
9045
90462000-09-15 Gerd Moellmann <gerd@gnu.org>
9047
9048 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9049 specification if or if not tool-bar item contains an `:enabled'
9050 property.
9051
9052 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9053 current buffer has no file name.
9054
90552000-09-15 Dave Love <fx@gnu.org>
9056
9057 * strokes.el: Sync with maintainer's current version with changes
9058 for Emacs, but avoid runtime cl and levents.
9059 (toplevel): Change autoloads and compilation requires.
9060 (strokes-version, strokes-bug-address, strokes-lift): Values
9061 changed.
9062 (strokes-xpm-header, strokes-insinuated): New variable.
9063 (strokes): Add :link.
9064 (strokes-mode): Customized.
9065 (strokes-while-inhibiting-garbage-collector): New macro.
9066 (strokes-remassoc): Avoid remove-if.
9067 (strokes-fix-button2-command): Don't use ad-do-it.
9068 (strokes-insinuate): New function.
9069 (strokes-button-press-event-p, strokes-button-release-event-p):
9070 New functions, used instead of non-`strokes-' versions..
9071 (strokes-mouse-event-p): Rewritten.
9072 (strokes-event-closest-point): Avoid event-point.
9073 (strokes-get-grid-position): Avoid cdadr, caadr
9074 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9075 functions.
9076 (strokes-help): Use with-output-to-temp-buffer.
9077 (strokes-window-configuration-changed-p): New function.
9078 (strokes-update-window-configuration): Use buffer-live-p,
9079 strokes-window-configuration-changed-p.
9080 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9081 (strokes-char-face): New face.
9082 (strokes-char-table, strokes-base64-chars): New variable.
9083 (strokes-xpm-for-stroke, strokes-list-strokes)
9084 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9085 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9086 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9087 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9088 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9089 functions.
9090
90912000-09-15 Gerd Moellmann <gerd@gnu.org>
9092
9093 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9094
9095 * image.el (create-image): Doc fix.
9096
9097 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9098 instead of `:heuristic-mask t'.
9099
91002000-09-14 Andrew Innes <andrewi@gnu.org>
9101
9102 * makefile.w32-in: Revert to Unix line endings.
9103
91042000-09-14 Andrew Innes <andrewi@gnu.org>
9105
9106 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9107 when installing.
9108
9109 * makefile.nt (DONTCOMPILE): Fix typo.
9110
9111 * shell.el (shell-write-history-on-exit): New function.
9112 (shell-dumb-shell-regexp): New custom variable.
9113 (shell-mode): Make shell-write-history-on-exit the process
9114 sentinel if shell name matches shell-dumb-shell-regexp.
9115
9116 * w32-fns.el: Comment out before-init-hook function which resets
9117 source-directory based; this breaks bootstrap.
9118
91192000-09-14 Dave Love <fx@gnu.org>
9120
9121 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9122 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9123 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9124 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9125 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9126 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9127 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9128 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9129 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9130
9131 * toolbar/toolbar.el: New.
9132
9133 * subdirs.el: Add toolbar.
9134
91352000-09-14 Gerd Moellmann <gerd@gnu.org>
9136
9137 * indent.el (indent-for-tab-command): Doc fix.
9138
91392000-09-14 Alex Schroeder <alex@gnu.org>
9140
9141 * ansi-color.el (ansi-colors): Doc change.
9142 (ansi-color-get-face): Simplified regexp.
9143 (ansi-color-faces-vector): Added more faces, doc change.
9144 (ansi-color-names-vector): Doc change.
9145 (ansi-color-regexp): Simplified regexp.
9146 (ansi-color-parameter-regexp): New regexp.
9147 (ansi-color-filter-apply): Doc change.
9148 (ansi-color-filter-region): Doc change.
9149 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9150 deal with zero length parameters.
9151 (ansi-color-apply-on-region): Doc change.
9152 (ansi-color-map): Doc change.
9153 (ansi-color-map-update): Removed debugging message.
9154 (ansi-color-get-face-1): Added condition-case to trap
9155 args-out-of-range errors.
9156 (ansi-color-get-face): Doc change.
9157 (ansi-color-make-face): Removed.
9158 (ansi-color-for-shell-mode): New option.
9159
91602000-09-13 Kenichi Handa <handa@etl.go.jp>
9161
9162 * international/quail.el (quail-start-translation): Translate KEY
9163 if necessary even if it doesn't have any mapping in the current
9164 input method.
9165 (quail-start-conversion): Likewise.
9166 (quail-help): The output message is improved.
9167
91682000-09-13 Miles Bader <miles@gnu.org>
9169
9170 * comint.el (comint-output-filter): Revert to using
9171 `insert-before-markers'. Add bletcherous hack to undo damage
9172 caused by `insert-before-markers'. Put `front-sticky' property on
9173 overlays created here so that the field code understands how the
9174 overlay works. Use a let when making comint-last-prompt-overlay,
9175 so that the code is easier to read.
9176
91772000-09-13 Dave Love <fx@gnu.org>
9178
9179 * wid-edit.el (widget-default-format-handler): DTRT when
9180 doc-property is a function.
9181
91822000-09-12 Francesco Potorti` <pot@gnu.org>
9183
9184 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9185 filed name if it's not there.
9186
91872000-09-12 Dave Love <fx@gnu.org>
9188
9189 * simple.el (read-mail-command): Doc fix.
9190 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9191
9192 * vc.el (vc-dired-listing-switches): Fix :version.
9193
9194 * vc-hooks.el: Doc fixes.
9195
9196 * subr.el (add-minor-mode): Use toggle-fun arg.
9197
9198 * speedbar.el: Add :version to several defcustoms.
9199
9200 * imenu.el (imenu--truncate-items, imenu--cleanup)
9201 (imenu--generic-function): Avoid mapcar.
9202 (imenu--replace-spaces): Function removed.
9203 (imenu--completion-buffer): Use subst-char-in-string.
9204 (imenu-add-to-menubar): Use keymap inheritance.
9205
92062000-09-12 Miles Bader <miles@gnu.org>
9207
9208 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9209 (diff-mode-map): Bind `diff-test-hunk'.
9210 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9211
92122000-09-11 Gerd Moellmann <gerd@gnu.org>
9213
9214 * bytecomp.el (byte-compile-defvar): Undo last change
9215 because it breaks '(make-variable-buffer-local (defvar ...)'
9216 which is used at least in dired.
9217
92182000-09-12 Kenichi Handa <handa@etl.go.jp>
9219
9220 * international/quail.el (quail-define-package): Docstring
9221 modified.
9222
92232000-09-12 Kenichi Handa <handa@etl.go.jp>
9224
9225 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9226 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9227 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9228 docstring of "chinese-py".
9229
9230 * international/quail.el (quail-translation-docstring): New
9231 variable.
9232 (quail-show-keyboard-layout): Docstring modified.
9233 (quail-select-current): Likewise.
9234 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9235 infinite recursive call.
9236 (quail-help): Check quail-translation-docstring. Format of the
9237 output changed.
9238 (quail-help-insert-keymap-description): Adjusted for the above
9239 change.
9240
92412000-09-11 Gerd Moellmann <gerd@gnu.org>
9242
9243 * bytecomp.el (byte-compile-defvar): Only cons onto
9244 current-load-list in top-level forms. Else this leaks a cons cell
9245 every time a defun is called.
9246
92472000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9248
9249 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9250 Now understands non-unified diffs. Some functionality moved into
9251 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9252 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9253 modify anything. Only reposition point in the patched file if the
9254 patch succeeds. Only pop up another window if POPUP is true.
9255 Emit a message describing what happened if successful, and at what
9256 line-offset. Automatically detect reversed hunks and do something
9257 appropriate.
9258 (diff-hunk-text, diff-find-text): New functions.
9259 (diff-filter-lines): Function removed.
9260 (diff-test-hunk): New function.
9261 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9262
92632000-09-10 Dave Love <fx@gnu.org>
9264
9265 * textmodes/tildify.el: Minor doc/commentary fixes.
9266 (tildify) <defgroup>: Add :version.
9267
9268 * faces.el (face-x-resources): Make custom type more specific.
9269 (frame-background-mode): Use mapc.
9270 (region) <defcustom>: Add :version.
9271
92722000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9273
9274 * vc-sccs.el (vc-sccs-register):
9275 * vc-rcs.el (vc-rcs-register):
9276 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9277 * vc.el (vc-register): Clear file's properties.
9278
92792000-09-08 Gerd Moellmann <gerd@gnu.org>
9280
9281 * faces.el (face-spec-set): Only face-spec-reset-face when
9282 ATTRS is non-nil.
9283
92842000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9285
9286 * help.el (help-insert-xref-button): Fix a typo in doc string.
9287
92882000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9289
9290 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9291 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9292 methods.
9293
9294 * menu-bar.el (read-mail-item-name): New function.
9295 (menu-bar-tools-menu): Use it to compute and display the package
9296 used to read email.
9297 (menu-bar-tools-menu): Fix typo in GUD's help string.
9298
92992000-09-07 Dave Love <fx@gnu.org>
9300
9301 * diff-mode.el (diff-mouse-goto-source): New function.
9302
9303 * vc-sccs.el: Doc fixes.
9304 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9305
9306 * vc-rcs.el: Doc fixes.
9307 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9308 (vc-rcs-checkout-switches, vc-rcs-header)
9309 (vc-rcs-master-templates): Add or change :version.
9310
9311 * vc-cvs.el: Doc fixes.
9312 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9313 (vc-cvs-stay-local): Add :version.
9314
9315 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9316
93172000-09-07 Kenichi Handa <handa@etl.go.jp>
9318
9319 * international/quail.el (quail-help): Fix previous change.
9320
93212000-09-07 Gerd Moellmann <gerd@gnu.org>
9322
9323 * faces.el (color-values): Doc fix.
9324
9325 * faces.el (frame-set-background-mode): Use frame-parameter
9326 instead of frame-parameters.
9327
9328 * frame.el (filtered-frame-list): Reduce consing.
9329 (frames-on-display-list): Call frame-parameter instead of
9330 frame-parameters.
9331
93322000-09-07 Kenichi Handa <handa@etl.go.jp>
9333
9334 * language/devan-util.el (devanagari-to-indian-region): In the
9335 loop, change the following char, not preceding char.
9336
93372000-09-07 Gerd Moellmann <gerd@gnu.org>
9338
9339 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9340 instead of frame-parameters.
9341
9342 * faces.el (set-face-attribute): Simplify by calling
9343 internal-set-lisp-face-attribute with FRAME being 0.
9344
9345 * vc.el: Remove `Id' version control keyword.
9346
93472000-09-07 Kenichi Handa <handa@etl.go.jp>
9348
9349 * help.el (help-make-xrefs): Adjusted for the change of
9350 help-xref-mule-regexp.
9351 (help-insert-xref-button): New function.
9352
9353 * international/mule-cmds.el (help-xref-mule-regexp-template):
9354 Include the pattern for character set.
9355 (leim): New group.
9356
9357 * international/quail.el: Don't require face.
9358 (quail): New group.
9359 (quail-other-command): Dummy command to make quail-help work better.
9360 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9361 (quail-keyboard-layout-substitution): New variable.
9362 (quail-update-keyboard-layout): New function.
9363 (quail-keyboard-layout-type): New customizable variable.
9364 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9365 (quail-keyboard-translate): Pay attention to
9366 quail-keyboard-layout-substitution.
9367 (quail-insert-kbd-layout): New function.
9368 (quail-show-keyboard-layout): New function.
9369 (quail-get-translation): If the definition is a vector of length
9370 1, and the element is a string of length 1, return the character
9371 in that string.
9372 (quail-update-current-translations): Fix the case of
9373 relative-index out of range.
9374 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9375 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9376 Show key sequences for all available characters.
9377 (quail-help-insert-keymap-description): Don't show such verbose
9378 key bindings as quail-self-insert-command.
9379
9380 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9381 Format changed, and each element now have extra documentations.
9382 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9383 Adjusted for the change of quail-cxterm-package-ext-info.
9384
93852000-09-06 Gerd Moellmann <gerd@gnu.org>
9386
9387 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9388 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9389 during bootstrap.
9390
93912000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9392
9393 * vc.el: (toplevel): Don't require `dired' at run-time.
9394 (vc-dired-resynch-file): Remove autoload cookie.
9395
93962000-09-05 Andre Spiegel <spiegel@gnu.org>
9397
9398 * vc.el: Made several backend functions optional.
9399 (vc-default-responsible-p): New function.
9400 (vc-merge): Use RET for first version to trigger merge-news, not
9401 prefix arg.
9402 (vc-annotate): Handle backends that do not support annotation.
9403 (vc-default-merge-news): Removed. The existence of a merge-news
9404 implementation is now checked on caller sites.
9405
9406 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9407 case.
9408
9409 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9410 special case that has been removed from the default in vc-hooks.el.
9411
94122000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9413
9414 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9415
94162000-09-05 Andre Spiegel <spiegel@gnu.org>
9417
9418 * vc-hooks.el: Require vc during compilation.
9419 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9420 macro `with-vc-properties' in vc.el.
9421 (vc-file-getprop): Doc fix.
9422 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9423
9424 * vc.el: Require dired-aux during compilation.
9425 (vc-name-assoc-file): Moved to vc-sccs.el.
9426 (with-vc-properties): New macro.
9427 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9428 vc-finish-steal): Use it.
9429 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9430 to the backend-specific function is now supposed to do the checkout,
9431 too.
9432 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9433
9434 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9435 set file properties; that gets done in the generic code now.
9436
9437 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9438 Changed parameter list, added code from vc.el that does the
9439 checkout, possibly with a double-take.
9440
9441 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9442 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9443 the above under the new name.
9444 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9445 parameter list, added checkout command.
9446 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9447 properties; that gets done in the generic code now.
9448
94492000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9450
9451 * vc.el: Docstring fixes (courtesy of checkdoc).
9452
94532000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9454
9455 * vc.el (vc-checkout-writable-buffer-hook)
9456 (vc-checkout-writable-buffer): Remove.
9457 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9458 (vc-log-mode): Make it into a clean derived major mode.
9459 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9460 vc-log-mode if log-edit is not available.
9461 (vc-dired-mode-map): Don't set-keymap-parent yet.
9462 (vc-dired-mode): Do set-keymap-parent here.
9463 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9464
94652000-09-05 Gerd Moellmann <gerd@gnu.org>
9466
9467 * faces.el (set-face-attribute, face-spec-reset-face)
9468 (face-spec-set): Avoid consing by removing calls to `apply'.
9469
9470 * frame.el (frame-parameter): Move to C code.
9471
94722000-09-05 Dave Love <fx@gnu.org>
9473
9474 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9475 insert-before-markers-and-inherit. Now checked systematically!
9476
94772000-09-05 Alex Schroeder <alex@gnu.org>
9478
9479 * sql.el (sql-postgres): Use sql-postgres-options.
9480 (sql-postgres-options): New variable.
9481
94822000-09-05 Alex Schroeder <alex@gnu.org>
9483
9484 * sql.el (sql-mode-menu): Work around missing variable mark-active
9485 in XEmacs.
9486 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9487 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9488 compatibility.
9489
94902000-09-04 Gerd Moellmann <gerd@gnu.org>
9491
9492 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9493
9494 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9495
9496 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9497
94982000-09-04 Andre Spiegel <spiegel@gnu.org>
9499
9500 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9501 don't support anything else under SCCS yet.
9502
9503 * vc-hooks.el: Minor doc fixes.
9504
95052000-09-04 Andre Spiegel <spiegel@gnu.org>
9506
9507 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9508 not necessary. If verbose in state `needs-patch', do the same as
9509 under `up-to-date'. When NOT verbose and `needs-patch', check out
9510 latest version instead of `merge-news'.
9511 (vc-next-action-dired): Don't mess with default-directory here; it
9512 breaks other parts of dired. It is the job of the
9513 backend-specific functions to adjust it temporarily if they need it.
9514 (vc-next-action): Remove a special CVS case.
9515 (vc-clear-headers): New optional arg FILE.
9516 (vc-checkin, vc-checkout): Set properties vc-state and
9517 vc-checkout-time properly.
9518 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9519 (vc-print-log): Use new backend function `show-log-entry'.
9520 (vc-cancel-version): Do the checks in a different order. Added a
9521 FIXME concerning RCS-only code.
9522
9523 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9524 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9525
9526 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9527
9528 * vc-hooks.el (vc-default-mode-line-string): Show state
9529 `needs-patch' as a `-' too.
9530
95312000-09-04 Andre Spiegel <spiegel@gnu.org>
9532
9533 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9534 (vc-default-could-register): New function.
9535 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9536 (vc-resynch-buffer): Call vc-dired-resynch-file.
9537 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9538 vc-resynch-buffer instead of vc-resynch-window.
9539 (vc-next-action-dired): Don't redisplay here, that gets done as a
9540 result of the individual file operations.
9541 (vc-retrieve-snapshot): Corrected prompt order.
9542
9543 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9544
9545 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9546 as well.
9547 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9548 hostname regexps. Updated all callers.
9549 (vc-cvs-responsible-p): Handle directories as well.
9550 (vc-cvs-could-register): New function.
9551 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9552 properties up-to-date.
9553
9554 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9555 user whether to create one.
9556
95572000-09-04 Andre Spiegel <spiegel@gnu.org>
9558
9559 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9560 check out a non-existing file.
9561
9562 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9563 workfile does not exist.
9564
9565 * vc.el (vc-version-diff): Use `require' to check for existence of
9566 diff-mode.
9567
95682000-09-04 Andre Spiegel <spiegel@gnu.org>
9569
9570 * vc-cvs.el (vc-cvs-registered): Use new function
9571 vc-cvs-parse-entry to do the actual work.
9572
95732000-09-04 Andre Spiegel <spiegel@gnu.org>
9574
9575 * vc-hooks.el (vc-find-backend-function): If function doesn't
9576 exist, return nil instead of error.
9577 (vc-call-backend): Doc fix.
9578
9579 * vc.el (vc-do-command): Doc fix.
9580 (vc-finish-logentry): When checking in from vc-dired, choose the
9581 right backend for logentry check.
9582 (vc-dired-mode-map): Inherit from dired-mode-map.
9583 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9584 simplified.
9585 (vc-dired-state-info): Removed, updated caller.
9586 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9587 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9588 (vc-dired-listing-switches): New variable.
9589 (vc-directory): Use it, instead of dired-listing-switches.
9590
9591 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9592 (vc-cvs-dir-state): New function.
9593 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9594 (vc-cvs-parse-entry): New function, also to be used in
9595 vc-cvs-registered.
9596
95972000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9598
9599 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9600 *or* single-window-frames.
9601
96022000-09-04 Andre Spiegel <spiegel@gnu.org>
9603
9604 * vc.el (vc-update-changelog): Split into generic part and default
9605 implementation. Doc string adapted.
9606 (vc-default-update-changelog): New function. Call the `rcs2log'
9607 script in exec-directory, to fix a long-standing nuisance.
9608
9609 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9610 simply signals an error.
9611
96122000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9613
9614 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9615 control-flow more clear and to avoid running `cvs' twice.
9616
9617 * vc.el (vc-next-action-on-file): Doc fix.
9618 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9619 (vc-print-log): Eval `file' before constructing the continuation.
9620
96212000-09-04 Andre Spiegel <spiegel@gnu.org>
9622
9623 * vc.el (vc-next-action-on-file): Corrected several messages.
9624 (vc-merge): Add prefix arg `merge-news'; handle it.
9625
9626 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9627 is not reached. It is.
9628 (vc-cvs-merge): Set state to 'edited after merge.
9629 (vc-cvs-merge-news): Set workfile version to nil if not known.
9630 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9631
9632 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9633 via stdout. (Merge from main line.)
9634
96352000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9636
9637 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9638 detection.
9639
96402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9641
9642 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9643 against kill-all-local-variables.
9644 (vc-log-edit): Don't save vc-parent-buffer any more.
9645 (vc-last-comment-match): Initialize to an empty string.
9646 (vc-post-command-functions): New hook.
9647 (vc-do-command): Run it.
9648 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9649 (vc-finish-logentry): Only add the comment to the ring if it's
9650 different from the last comment entered.
9651 (vc-new-comment-index): New function.
9652 (vc-previous-comment): Use it. Make the minibuffer message
9653 slightly less terse.
9654 (vc-comment-search-reverse): Make it work forward as well. Don't
9655 set vc-comment-ring-index if no match is found. Use
9656 vc-new-comment-index.
9657 (vc-comment-search-forward): Use vc-comment-search-reverse.
9658 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9659 define-derived-mode will do it for us. Bind `v' to a keymap that
9660 inherits from vc-prefix-map so that we can bind `vt' without
9661 binding C-x v t.
9662 (vc-retrieve-snapshot): Parenthesis typo.
9663
9664 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9665 to 1. Make sure to switch to *vc* before looking for an error
9666 message. Use vc-parse-buffer.
9667
96682000-09-04 Andre Spiegel <spiegel@gnu.org>
9669
9670 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9671 and NAME.
9672 (vc-retrieve-snapshot): Split into two parts.
9673 (vc-default-retrieve-snapshot): New function.
9674
9675 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9676 (vc-cvs-retrieve-snapshot): New function (untested).
9677 (vc-cvs-stay-local): Default to t.
9678 (vc-cvs-remote-p): New function and property.
9679 (vc-cvs-state): Stay local only if the above is t.
9680 (vc-handle-cvs): Removed.
9681 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9682 done via vc-handled-backends now.
9683 (vc-cvs-header): Escape Id.
9684
96852000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9686
9687 * vc.el (vc-do-command): Remove unused commands.
9688 (vc-version-diff): Make sure default-directory ends with a slash.
9689 Move the window commands into a vc-exec-after.
9690 (vc-print-log): Move more of the code into the `vc-exec-after'.
9691
96922000-09-04 Andre Spiegel <spiegel@gnu.org>
9693
9694 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9695 (vc-print-log): Search current revision from beginning of buffer.
9696 (vc-revert-buffer): Clear echo area after the diff is finished.
9697 (vc-prefix-map): Removed definition of "t" for terse display in vc
9698 dired.
9699 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9700 definition of "vt" for terse display.
9701 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9702
97032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9704
9705 * vc.el (vc-exec-after): Avoid caddr.
9706
97072000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9708
9709 * vc.el (vc-exec-after): New function.
9710 (vc-do-command): Use it to add a termination message for async
9711 procs.
9712 (vc-checkout): Try to handle a missing-backend situation.
9713 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9714 of a directory with a backend using async diffs.
9715 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9716 present.
9717
9718 * vc-sccs.el (vc-sccs-state-heuristic): Use
9719 file-ownership-preserved-p.
9720
9721 * vc-rcs.el (vc-rcs-state-heuristic): Use
9722 file-ownership-preserved-p.
9723 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9724
97252000-09-04 Andre Spiegel <spiegel@gnu.org>
9726
9727 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9728 vc-do-command.
9729
9730 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9731 when there are no changes.
9732
97332000-09-04 Andre Spiegel <spiegel@gnu.org>
9734
9735 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9736
9737 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9738
97392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9740
9741 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9742
9743 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9744 the `fset' outside of the defvar so that it works even if
9745 vc-prefix-map was already defined.
9746 (vc-setup-buffer): New function, split out of vc-do-command.
9747 (vc-do-command): Allow BUFFER to be t to mean `just use the
9748 current buffer without any fuss'.
9749 (vc-version-diff): Change the `diff' backend operation to just put
9750 the diff in the current buffer without erasing it. Always use
9751 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9752 shrink-window-if-larger-than-buffer.
9753 (vc-print-log): Change the `print-log' backend operation to just
9754 put the log in the current buffer without erasing it. Protect
9755 shrink-window-if-larger-than-buffer.
9756 (vc-update-change-log): Fix setd typo.
9757
9758 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9759 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9760
9761 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9762 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9763 CMP.
9764
9765 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9766 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9767 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9768
97692000-09-04 Andre Spiegel <spiegel@gnu.org>
9770
9771 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9772 not possible, use vc-BACKEND-workfile-unchanged-p.
9773 (vc-default-workfile-unchanged-p): New function. Delegates to a
9774 full vc-BACKEND-diff.
9775
9776 * vc-hooks.el (vc-simple-command): Removed.
9777
9778 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
9779 instead of vc-simple-command.
9780 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
9781 avoid doing a diff when opening a file.
9782 (vc-rcs-state): Added check for unlocked-changes.
9783 (vc-rcs-header): Escape Id.
9784 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
9785 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
9786 version.
9787
9788 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
9789 (vc-sccs-diff): Remove optional arg CMP.
9790 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
9791 SCCS-specific function.
9792
9793 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
9794 vc-simple-command.
9795
97962000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9797
9798 * vc.el (vc-editable-p): Renamed from vc-writable-p.
9799 (with-vc-file, vc-merge): Use vc-editable-p.
9800 (vc-do-command): Remove unused var vc-file and fix the
9801 doubly-defined `status' var. Add a user message when starting an
9802 async command.
9803 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
9804 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
9805 Use with-current-buffer.
9806 (vc-buffer-sync): Use unless.
9807 (vc-next-action-on-file): If the file is 'edited by read-only,
9808 make it read-write instead of trying to commit.
9809 (vc-version-diff, vc-update-change-log): Use `setq
9810 default-directory' rather than `cd'.
9811 (vc-log-edit): Don't forget to set default-directory in the
9812 buffer.
9813
9814 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
9815 (vc-sccs-state-heuristic): Use file-writable-p instead of
9816 comparing userids.
9817 (vc-sccs-checkout): Use `unless'.
9818
9819 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
9820 of comparing userids.
9821 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
9822 Simplify the logic by eliminating unreachable code.
9823 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
9824 just do a recursive call if we need to retry.
9825 (vc-rcs-checkout): Handle the case where rcs is missing by making
9826 the buffer read-write if requested and re-signalling the error.
9827
9828 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
9829
98302000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9831
9832 * vc-hooks.el (vc-handled-backends): Docstring change.
9833 (vc-ignore-vc-files): Mark obsolete.
9834 (vc-registered): Check vc-ignore-vc-files.
9835 (vc-find-file-hook, vc-file-not-found-hook): Don't check
9836 vc-ignore-vc-files.
9837
9838 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
9839
98402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9841
9842 * vc.el (vc-checkout): Don't do anything special for ange-ftp
9843 files since ange-ftp already has vc-registered return nil.
9844
9845 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
9846 (vc-sccs-workfile-version): Use with-temp-buffer and new
9847 vc-parse-buffer and don't bother setting the property.
9848 (vc-sccs-add-triple): Use with-current-buffer and
9849 find-file-noselect.
9850 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
9851
9852 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
9853 derives from the old vc-parse-buffer but uses the revision number
9854 rather than the date (much easier to compare robustly).
9855 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
9856 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
9857 locking-user more directly. Check strict locking and set
9858 checkout-model appropriately.
9859 (vc-rcs-parse-locks): Remove.
9860 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
9861 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
9862 (vc-rcs-system-release): Use with-current-buffer and
9863 vc-parse-buffer.
9864 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
9865
9866 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
9867 (vc-simple-command): Docstring fix.
9868 (vc-registered): Align the way the file-handler is called with the
9869 way the function itself works.
9870 (vc-file-owner): Remove.
9871
9872 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
9873 extraction of fields and call to file-attributes because of a
9874 temporary bug in rcp.el.
9875 (vc-cvs-fetch-status): Use with-current-buffer.
9876
98772000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9878
9879 * vc.el (vc-do-command): Use file-relative-name.
9880 (vc-responsible-backend): Use vc-backend if possible.
9881 (vc-create-snapshot): Improve the `interactive' spec. Add support
9882 for branches and dispatch to backend-specific `create-snapshot'.
9883 (vc-default-create-snapshot): New function, containing the bulk of
9884 the old vc-create-snapshot.
9885 (vc-retrieve-snapshot): Improve the interactive spec.
9886
9887 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
9888 (vc-backend-hook-functions): Remove.
9889 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
9890 (vc-backend): Reintroduce the test for `file = nil' now that I
9891 know why it was there (and added a comment to better remember).
9892
9893 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
9894 code from vc-sccs-hooks.el.
9895 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
9896 'vc anymore.
9897 (vc-sccs-responsible-p): Use expand-file-name instead of concat
9898 and file-directory-p instead of file-exists-p.
9899 (vc-sccs-check-headers): Simplify the regexp.
9900
9901 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
9902 from vc-rcs-hooks.el. Don't require 'vc anymore.
9903 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
9904 file-directory-p instead of file-exists-p.
9905
9906 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
9907 from vc-cvs-hooks.el.
9908 (proto vc-cvs-registered): Require 'vc-cvs instead of
9909 'vc-cvs-hooks. Don't require 'vc anymore.
9910 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
9911 file-directory-p instead of file-exists-p.
9912 (vc-cvs-create-snapshot): New function, replacing
9913 vc-cvs-assign-name.
9914 (vc-cvs-assign-name): Remove.
9915
99162000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9917
9918 * vc-cvs.el (vc-cvs-header): New var.
9919
9920 * vc-rcs.el (vc-rcs-exists): Remove.
9921 (vc-rcs-header): New var.
9922
9923 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
9924 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
9925 (vc-sccs-header): New var.
9926
9927 * vc.el (vc-do-command): Get rid of the `last' argument.
9928 (vc-header-alist): Remove, replaced by vc-X-header.
9929 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
9930 (vc-dired-hook): Use expand-file-name instead of concat.
9931 (vc-directory): Use file-name-as-directory.
9932 (vc-snapshot-precondition, vc-create-snapshot)
9933 (vc-retrieve-snapshot): Allow the command to operate on any
9934 directory.
9935
9936 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
9937 just removing the 'WORKFILE argument or by removing the 'MASTER
9938 argument and replacing `file' with (vc-name file).
9939
99402000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9941
9942 * vc.el: Update Copyright and add a crude list of backend funs.
9943 (vc-writable-p): New function.
9944 (with-vc-file): Use vc-writable-p.
9945 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
9946 (vc-register): Avoid vc-name.
9947 (vc-locking-user): Remove.
9948 (vc-steal-lock): Make the `owner' arg non-optional.
9949 (vc-merge): Use vc-writable-p instead of vc-locking-user and
9950 vc-checkout-model.
9951 (vc-default-dired-state-info): Use vc-state instead of
9952 vc-locking-user and return special strings for special states.
9953 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
9954 and get rid of one of the special CVS cases.
9955 (vc-cancel-version): prettify error message with \\[...].
9956 (vc-rename-master): New function.
9957 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
9958 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
9959 the CVS special case generic.
9960 (vc-default-record-rename): Remove.
9961 (vc-file-tree-walk-internal): Only call FUNC for files that are
9962 under control of some VC backend and replace `concat' with
9963 expand-file-name.
9964 (vc-file-tree-walk): Update docstring.
9965 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
9966 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
9967
9968 * vc-sccs.el (vc-sccs-rename-file): Renamed from
9969 vc-sccs-record-rename. Use `find-file-noselect' rather than
9970 `find-file' and call `vc-rename-master' to do the actual move.
9971 (vc-sccs-diff): Remove unused `backend' variable.
9972
9973 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
9974 to delay loading of vc-sccs until it is really used.
9975 (vc-sccs-master-templates): Preload.
9976 (vc-sccs-state): Update call to vc-sccs-parse-locks.
9977 (vc-sccs-project-dir): Remove (merged into
9978 vc-sccs-search-project-dir).
9979 (vc-sccs-search-project-dir): Rewrite using file name handling ops
9980 rather than `concat', make sure it is preloaded and don't bother
9981 to check that the file actually exists.
9982 (vc-sccs-parse-locks): Remove unused `file' argument, remove
9983 `locks' argument (use buffer's content instead) and eliminate n^2
9984 behavior.
9985
9986 * vc-rcs.el: Update Copyright.
9987 (vc-rcs-rename-file): New function.
9988 (vc-rcs-diff): Remove unused `backend' variable.
9989
9990 * vc-hooks.el: Update Copyright.
9991 (vc-backend): Don't accept a nil argument any more.
9992 (vc-up-to-date-p): Turn into a defsubst.
9993 (vc-possible-master): New function.
9994 (vc-check-master-templates): Use `vc-possible-master' and allow
9995 funs in vc-X-master-templates to return a non-existent file.
9996
9997 * vc-cvs.el: Update Copyright.
9998 (vc-cvs-diff): Remove unused `backend' variable.
9999 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10000
10001 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10002
100032000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10004
10005 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10006 since it can be called from vc-rcs.el.
10007 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10008
100092000-09-04 Andre Spiegel <spiegel@gnu.org>
10010
10011 * vc.el (vc-version-diff): Expand file name read from the
10012 minibuffer. Handle the case when a previous version number can't
10013 be guessed. Give suitable messages when there were no differences
10014 found.
10015 (vc-clear-headers): Call backend-specific implementation, if one
10016 exists.
10017 (vc-cancel-version): Made error checks generic. When done, clear
10018 headers generically, too.
10019
10020 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10021 from vc-clear-headers in vc.el.
10022
10023 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10024 correctly.
10025 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10026 optional. Handle the case when it's not there.
10027
100282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10029
10030 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10031
100322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10033
10034 * vc-hooks.el (vc-loadup): Remove.
10035 (vc-find-backend-function): Use `require'. Also, handle the case
10036 where vc-BACKEND-hooks.el doesn't exist.
10037 (vc-call-backend): Cleanup.
10038
100392000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10040
10041 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10042 vc-rcs-grab-templates)
10043 (vc-rcs-registered): Remove. The default function works as well.
10044 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10045 vc-sccs-grab-templates)
10046 (vc-sccs-registered): Remove. The default function works as well.
10047
10048 * vc.el (vc-version-diff): Left out a vc- in call to
10049 vc-call-backend.
10050 (vc-default-dired-state-info, vc-default-record-rename)
10051 (vc-default-merge-news): Update for the new backend argument.
10052
10053 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10054 using the default function.
10055 (vc-call-backend): If calling the default function, pass it the
10056 backend as first argument. Update the docstring accordingly.
10057 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10058 for the new backend argument.
10059 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10060 (vc-find-backend-function): Use the new name.
10061 (vc-default-registered): New function.
10062
100632000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10064
10065 * vc.el (vc-merge): Use vc-find-backend-function.
10066
10067 * vc-hooks.el (vc-backend-functions): Remove.
10068 (vc-loadup): Don't setup 'vc-functions.
10069 (vc-find-backend-function): New function.
10070 (vc-call-backend): Use above fun and populate 'vc-functions
10071 lazily.
10072 (vc-backend-defines): Remove.
10073
100742000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10075
10076 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10077 Call vc-call-backend without the leading vc-.
10078 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10079 (vc-check-headers): Call vc-call-backend without the leading vc-.
10080 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10081 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10082 Call vc-call-backend without the leading vc-.
10083
10084 * vc-cvs.el (tail): Provide vc-cvs.
10085 * vc-sccs.el (tail): Provide vc-sccs.
10086 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10087
10088 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10089 (vc-make-backend-function, vc-call): Pass names without leading
10090 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10091 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10092 (vc-call-backend): Always try to load vc-X-hooks.
10093 (vc-registered): Remove vc- in call to vc-call-backend.
10094
100952000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10096
10097 * vc.el (vc-process-filter): New function.
10098 (vc-do-command): Setup `vc-process-filter' for the async process.
10099 (vc-maybe-resolve-conflicts): New function to reduce
10100 code-duplication. Additionally, it puts the buffer in
10101 `smerge-mode' if applicable.
10102 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10103 calling `merge-news'.
10104 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10105 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10106 interfacing to log-edit.el.
10107 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10108 log-edit is available.
10109 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10110
101112000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10112
10113 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10114 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10115 defvar and the initialization.
10116 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10117
10118 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10119 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10120
10121 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10122
101232000-09-04 Andre Spiegel <spiegel@gnu.org>
10124
10125 * vc.el (vc-file-clear-masterprops): Removed.
10126 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10127 (vc-version-diff): Use buffer-size without argument.
10128 (vc-register): Heed vc-initial-comment.
10129
10130 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10131 default branch.
10132
10133 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10134 file name and workfile version.
10135 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10136
10137 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10138 vc-file-clear-masterprops.
10139
10140 * vc-sccs.el (vc-sccs-checkout): Removed call to
10141 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10142 rather than user login name.
10143
10144
101452000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10146
10147 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10148 `want-differences-if-changed' and simplify.
10149 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10150 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10151 output (which is invalid for async vc-diff) to decide whether to
10152 do the revert silently or not.
10153
101542000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10155
10156 * vc-hooks.el (vc-loadup): Load files quietly.
10157 (vc-call-backend): Oops, brain fart.
10158
101592000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10160
10161 * vc-cvs.el (vc-cvs-state): Typo.
10162 (vc-cvs-merge-news): Return the status code rather than the error msg.
10163
101642000-09-04 Andre Spiegel <spiegel@gnu.org>
10165
10166 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10167 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10168 vc-state or vc-up-to-date-p.
10169 (vc-merge): Use vc-backend-defines to check whether merging is
10170 possible. Set state to 'edited after successful merge.
10171
10172 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10173 return that name. Redocumented.
10174
101752000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10176
10177 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10178 new `vc-state' semantics.
10179 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10180 'vc-locking-user to the current user.
10181 (vc-merge): Inline vc-backend-merge. Comment out code that I
10182 don't understand and hence can't adapt to the new `vc-state' and
10183 `vc-locking-user' semantics.
10184 (vc-backend-merge): Remove.
10185
10186 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10187 rather than 'vc-locking-user.
10188
10189 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10190
10191 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10192 (vc-state): Don't use 'reserved any more. Just use the same
10193 convention as the one used for vc-<backend>-state where the
10194 locking user (as a string) is returned.
10195 (vc-locking-user): Update, based on the above convention. The
10196 'vc-locking-user property has disappeared.
10197 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10198
10199 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10200 with a heuristic one.
10201 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10202 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10203 error. That allows us to get to 'needs-merge even in the
10204 stay-local case. There's still no way to detect 'needs-patch in
10205 such a setup (or to force an update for that matter).
10206 (vc-cvs-logentry-check): Remove, the default works as well.
10207
102082000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10209
10210 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10211
10212 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10213 major-mode in which the buffer might have been put earlier. Use
10214 `remove' and `when'. Allow `okstatus' to be `async' and use
10215 `start-process' in this case.
10216 (vc-version-diff): Handle the case where the diff looks empty
10217 because of the use of an async process.
10218
102192000-09-04 Andre Spiegel <spiegel@gnu.org>
10220
10221 * vc.el (vc-next-action-on-file): Removed optional parameter
10222 `simple'. Recompute state unconditionally.
10223 (vc-default-toggle-read-only): Removed.
10224
10225 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10226 (vc-toggle-read-only): Undid prev change.
10227
10228 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10229 vc-cvs-simple-toggle. Redocumented.
10230 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10231 (vc-cvs-toggle-read-only): Removed.
10232
102332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10234
10235 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10236 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10237 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10238 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10239 still is. So maybe it should be removed.
10240 (vc-head-version, vc-find-binary): Remove.
10241 (vc-recompute-state): Move from vc-hooks.el.
10242 (vc-next-action-on-file): Add a `simple' argument to allow
10243 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10244 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10245 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10246 (vc-dired-mode-map): Properly defvar it.
10247 (vc-print-log): Call log-view-mode if available.
10248 (small-temporary-file-directory): defvar instead of use boundp.
10249 (vc-merge-news): Moved to vc-cvs.el.
10250 (vc-default-merge-news): New function.
10251
10252 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10253 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10254 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10255 unknown `vc-latest-version' function. It should probably refer to
10256 vc-workfile-version or somesuch, but it's very unclear to me and I
10257 don't have SCCS to test things.
10258
10259 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10260 (vc-sccs-state-heuristic): Fix typo.
10261 (vc-sccs-workfile-unchanged-p): Add missing argument.
10262
10263 * vc-rcs.el: Require vc and vc-rcs-hooks.
10264 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10265 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10266 (vc-release-greater-or-equal-p): Move from vc.
10267 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10268 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10269 (vc-rcs-checkout): Add a missing `new-version' argument in the
10270 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10271
10272 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10273 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10274 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10275 than the apparently unbound `workfile-version'.
10276
10277 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10278 (vc-file-prop-obarray): Use `make-vector'.
10279 (vc-backend-functions): Add new hookable functions
10280 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10281 (vc-loadup): If neither backend nor default functions exist, use
10282 the backend function rather than nil.
10283 (vc-call-backend): If the function if not bound yet, try to load
10284 the non-hook file to see if it provides it.
10285 (vc-call): New macro plus use it wherever possible.
10286 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10287 nor `vc-find-binary' since it's only called from
10288 vc-mistrust-permission which is only used once the backend is known.
10289 (vc-checkout-model): Fix parenthesis.
10290 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10291
10292 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10293 (vc-cvs-release, vc-cvs-system-release): Remove.
10294 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10295 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10296 status symbols.
10297 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10298 (vc-cvs-toggle-read-only): First cut at a function to allow a
10299 cvs-status-free vc-toggle-read-only.
10300 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10301 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10302 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10303 (vc-cvs-checkout): Modify access rights directly if the user
10304 requested not to use `cvs edit'. And refresh the mode line.
10305
10306 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10307 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10308
103092000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10310
10311 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10312 workfile' that got lost when the code was extracted from vc.el.
10313 And merged the tail with the rest of the code (not possible in the
10314 old vc.el where the tail was shared among all backends). And
10315 explicitly set the state to 'edited if `writable' is set.
10316
10317 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10318 (vc-cvs-state): Be careful to return the value from
10319 vc-cvs-parse-state.
10320 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10321 property but return it instead. Also be careful to handle a nil
10322 or "" `rev' when workfile is non-nil (it was handled properly when
10323 workfile was nil).
10324
10325 * vc.el: Removed those pesky unnecessary `(function' quotes.
10326 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10327 directly in the defvar.
10328 (vc-do-command): Bind inhibit-read-only so as to properly handle
10329 the case where the destination buffer has been made read-only.
10330 (vc-diff): Delegate to vc-version-diff in all cases.
10331 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10332 (vc-annotate-mode-variables): Removed (code moved partly to
10333 defvars and partly to vc-annotate-add-menu).
10334 (vc-annotate-mode): Turned into a derived-mode.
10335 (vc-annotate-add-menu): Moved in code in
10336 vc-annotate-mode-variables.
10337 (vc-update-change-log): Use make-temp-file if available.
10338
103392000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10340
10341 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10342 `vc-checkout-model' updated to `vc-cvs-update-model'.
10343
103442000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10345
10346 * vc.el (vc-next-action-on-file): Added handling of state
10347 `unlocked-changes'.
10348 (vc-checkout-carefully): Is now practically obsolete, unless the
10349 above is too slow to be enabled unconditionally.
10350 (vc-update-change-log): Fixed typo.
10351
10352 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10353
10354 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10355 Now handles state `unlocked-changes'.
10356 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10357
10358 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10359
10360 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10361 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10362 `unlocked-changes'.
10363 (vc-rcs-workfile-unchanged-p): Renamed from
10364 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10365 function yet, but supposed to become one soon.
10366
10367 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10368 `vc-steal-lock'.
10369 (vc-call-backend): Changed error message.
10370 (vc-state): Added description of state `unlocked-changes'.
10371
103722000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10373
10374 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10375 always return t in CVS-controlled directories.
10376
10377 * vc.el (vc-responsible-backend): New function.
10378 (vc-register): Largely rewritten.
10379 (vc-admin): Removed (implementation moved into vc-register).
10380 (vc-checkin): Redocumented.
10381 (vc-finish-logentry): If no backend defined yet (because we are in
10382 the process of registering), use the responsible backend.
10383
10384 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10385 Updated function lists.
10386 (vc-call-backend): Fixed typo.
10387
10388 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10389 New functions.
10390 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10391 Removed query option. Redocumented.
10392
103932000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10394
10395 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10396
10397 * vc.el: Updated callers of `vc-checkout-required' to use
10398 `vc-checkout-model'.
10399
104002000-09-04 Martin Lorentzson <martinl@gnu.org>
10401
10402 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10403 stuff updated to reference this function instead of the old
10404 `vc-backend-release-p'.
10405
104062000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10407
10408 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10409 vc-checkout-model. Return appropriate values. Updated callers.
10410
104112000-09-04 Martin Lorentzson <martinl@gnu.org>
10412
10413 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10414 (vc-backend-revert): Function moved into `vc-revert';
10415 `vc-next-action' must be updated to accomodate this change.
10416 (vc-backend-steal): Function moved into `vc-finish-steal'.
10417 (vc-backend-logentry-check): Function moved into
10418 `vc-finish-logentry'.
10419 (vc-backend-printlog): Function moved into `vc-print-log'.
10420 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10421 (vc-backend-assign-name): Function moved into
10422 `vc-create-snapshot'.
10423
104242000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10425
10426 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10427 Rename to vc-checkout-model. Return appropriate values.
10428 Update callers.
10429
10430 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10431 to vc-checkout-model.
10432 (vc-checkout-required): Rename to vc-checkout-model.
10433 Re-implement and re-comment.
10434 (vc-after-save): Use vc-checkout-model.
10435
104362000-09-04 Martin Lorentzson <martinl@gnu.org>
10437
10438 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10439 Update to use the vc-BACKEND-diff functions instead.
10440 `vc-diff' is now working.
10441
10442 * vc-rcs.el (vc-rcs-logentry-check): New function.
10443
10444 * vc-cvs.el (vc-cvs-logentry-check): New function.
10445
10446 * vc-sccs.el (vc-sccs-diff): Function changed name from
10447 `vc-backend-diff'. This makes `vc-diff' work.
10448
10449 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10450 of functions possibly implemented in a vc-BACKEND library.
10451 (vc-checkout-required): Fix bug that caused an error to be
10452 signaled during `vc-after-save'.
10453
10454 * vc.el: Fix typo.
10455 This checkin is made with our new VC code base for the very first time.
10456 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10457
10458 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10459 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10460
10461 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10462 updated to `vc-uses-locking'.
10463 (vc-checkout-required): Call to backend function.
10464 `vc-checkout-required' updated to `vc-uses-locking' instead.
10465
10466 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10467 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10468
10469 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10470 to match the split into various backends.
10471 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10472 (vc-retrieve-snapshot): Bug fix.
10473
104742000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10475
10476 * vc-sccs.el (vc-sccs-release): Doc fix.
10477
104782000-09-04 Martin Lorentzson <martinl@gnu.org>
10479
10480 * vc.el (vc-next-action-on-file): Bug found and fixed.
10481 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10482 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10483
10484 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10485 (vc-rcs-checkout): Name space cleaned up. No more revision number
10486 crunching function names that are not prefixed with vc-rcs.
10487 (vc-rcs-checkout-model): Function added. References to
10488 `vc-checkout-model' replaced.
10489
104902000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10491
10492 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10493 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10494 still need to be split, and implemented for RCS).
10495
104962000-09-04 Martin Lorentzson <martinl@gnu.org>
10497
10498 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10499
10500 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10501 required by the vc.el file.
10502
10503 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10504 required by the vc.el file.
10505 (vc-rcs-exists): Function added.
10506
10507 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10508 required by the vc.el file.
10509
10510 * vc.el (vc-admin): Updated to handle selection of appropriate
10511 backend. Current implementation is crufty and need re-thinking.
10512
10513 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10514
105152000-09-04 Martin Lorentzson <martinl@gnu.org>
10516
10517 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10518 beginning of annotate buffers correctly.
10519
10520 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10521 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10522 functionality updated quite a lot to support multiple backends.
10523 Variables `vc-annotate-mode', `vc-annotate-buffers',
10524 `vc-annotate-backend' added.
10525
10526 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10527 `vc-annotate-difference' added to supported backend functions.
10528
105292000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10530
10531 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10532 Use with-temp-file instead of /bin/sh. Merged from mainline
10533
105342000-09-04 Martin Lorentzson <martinl@gnu.org>
10535
10536 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10537
10538 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10539
10540 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10541
105422000-09-04 Martin Lorentzson <martinl@gnu.org>
10543
10544 * vc-hooks.el: vc-state-heuristic added to
10545 vc-backend-hook-functions.
10546
10547 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10548
10549 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10550
10551 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10552 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10553 state to `reserved'.
10554
10555 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10556 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10557
105582000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10559
10560 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10561 untouched.
10562
10563 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10564
10565 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10566 if defined. (Merged from main line, slightly adapted.)
10567
10568 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10569 millenium problem (merged from mainline).
10570
105712000-09-04 Martin Lorentzson <martinl@gnu.org>
10572
10573 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10574 part and moved the non-BACKEND stuff to vc.el.
10575
10576 * vc.el: Split the annotate feature into a BACKEND specific part
10577 and moved it from the vc-cvs.el file to this one.
10578
105792000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10580
10581 * vc-hooks.el: Implement new state model.
10582 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10583 (vc-locking-user): Simplify. Now only needed if the file is
10584 locked by somebody else.
10585 (vc-lock-from-permissions): Remove. Functionality is in
10586 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10587 (vc-mode-line-string): New name for former vc-status. Adapted.
10588 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10589
10590 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10591 Various simplifications and adaptations all over the place.
10592
10593 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10594 Simplify and adapt the rest.
10595
10596 * vc.el (vc-resynch-window): Add TODO comment: check for
10597 interaction with view mode according to recent RCS change.
10598 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10599
106002000-09-04 Martin Lorentzson <martinl@gnu.org>
10601
10602 * vc.el: Convert the remaining function comments to docstrings.
10603
106042000-09-04 Martin Lorentzson <martinl@gnu.org>
10605
10606 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10607 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10608 (vc-minor-part, vc-previous-version): Functions that operate and
10609 compare revision numbers got proper documentation. Comments added
10610 about their possible removal.
10611
106122000-09-04 Martin Lorentzson <martinl@gnu.org>
10613
10614 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10615 the vc-backend.el files.
10616
10617 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10618
10619 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10620 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10621 (vc-rcs-previous-version): Functions added.
10622
10623 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10624
10625 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10626
106272000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10628
10629 * vc-hooks.el (vc-master-templates): Is really obsolete.
10630 Comment out the definition for now. What is the right procedure
10631 to get rid of it?
10632 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10633 rewritten.
10634 (vc-default-registered): Remove.
10635 (vc-check-master-templates): New function; does mostly what the
10636 above did before.
10637 (vc-locking-user): Don't rely on the backend to set the property.
10638
10639 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10640 Rewrite documentation.
10641 (vc-rcs-templates-grabbed): New variable.
10642 (vc-rcs-grab-templates): New function.
10643 (vc-rcs-registered): Rewrite to use above mechanism.
10644
10645 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10646 Rewrite documentation.
10647 (vc-sccs-templates-grabbed): New variable.
10648 (vc-sccs-grab-templates): New function.
10649 (vc-sccs-registered): Rewrite to use above mechanism.
10650 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10651 Don't throw the result, simply return it.
10652
10653 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10654 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10655 (vc-cvs-registered): Does the check itself now. Simplify.
10656
10657 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10658 from main line.
10659
106602000-09-04 Martin Lorentzson <martinl@gnu.org>
10661
10662 * vc-cvs.el (vc-cvs-diff): New function.
10663
10664 * vc-sccs.el (vc-sccs-diff): New function.
10665
10666 * vc-rcs.el (vc-rcs-diff): New function.
10667 (vc-rcs-checkout): Bug (typo) found and fixed.
10668 (vc-rcs-register-switches): New variable.
10669
10670 * vc.el (vc-backend-diff): Function removed and placed in the
10671 backend files.
10672
106732000-09-04 Martin Lorentzson <martinl@gnu.org>
10674
10675 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10676
10677 * vc.el (vc-backend-checkout): Function removed and replaced in
10678 the vc-backend.el files.
10679
10680 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10681
10682 * vc.el (vc-backend-admin): Removed and replaced in the
10683 vc-backend.el files.
10684
10685 * vc.el (Martin): Removed all the annotate functionality since it
10686 is CVS backend specific.
10687
106882000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10689
10690 * spec.txt: Added specification of vc-state.
10691
10692 * vc-sccs-hooks.el (vc-sccs-master-properties):
10693 Remove handling of vc-latest-version and
10694 vc-your-latest-version. What used to be vc-latest-version, is now
10695 returned as vc-workfile-version.
10696 (vc-sccs-workfile-version): Adapt.
10697
106982000-09-04 Dave Love <fx@gnu.org>
10699
10700 * vc.el: [Merged from mainline.]
10701 (vc-dired-mode): Make the dired-move-to-filename-regexp
10702 regexp match the date, to avoid treating date as file size.
10703 Add YYYY S option to WESTERN/
10704
107052000-09-04 Dave Love <fx@gnu.org>
10706
10707 * vc.el: Require `compile' when compiling.
10708 (vc-logentry-check-hook): New option.
10709 (vc-steal-lock): Use compose-mail.
10710 (vc-dired-mode-map): Defvar when compiling.
10711 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10712 vc-sccs.el and renamed. Callers changed.
10713 (vc-backend-checkout, vc-backend-logentry-check)
10714 (vc-backend-merge-news): Doc fix.
10715 (vc-default-logentry-check): New function.
10716 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10717 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10718 (vc-backend-merge): Doc fix. Use backend functions.
10719 (vc-check-headers): Use backend functions.
10720
10721 * vc-cvs.el: Require vc when compiling.
10722 (vc-cvs-register-switches): Doc fix.
10723 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10724 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10725 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10726 New functions (code from vc.el).
10727 (vc-annotate-display-default): Fix interactive spec.
10728 (vc-annotate-time-span): Doc fix.
10729
10730 * vc-rcs.el: Require vc when compiling.
10731 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10732 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10733 (vc-rcs-checkin): New functions (code from vc.el).
10734 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10735 Doc fix.
10736 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10737
10738 * vc-sccs.el: Require vc when compiling.
10739 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10740 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10741 (vc-sccs-revert)
10742 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10743 from vc.el).
10744 (vc-sccs-add-triple, vc-sccs-record-rename)
10745 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10746 (vc-sccs-admin): Doc fix.
10747
107482000-09-04 Martin Lorentzson <martinl@gnu.org>
10749
10750 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10751 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10752 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10753 from vc.el.
10754
10755 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10756
10757 * vc-cvs.el: Moved the annotate functionality from vc.el.
10758 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10759
107602000-09-04 Dave Love <fx@gnu.org>
10761
10762 * vc.el (vc-backend-release): Call vc-system-release.
10763
10764 * vc-sccs.el (vc-sccs-system-release):
10765 Renamed from vc-sccs-backend-release.
10766
10767 * vc-rcs.el (vc-rcs-system-release):
10768 Renamed from vc-rcs-backend-release.
10769
10770 * vc-cvs.el (vc-cvs-system-release):
10771 Renamed from vc-cvs-backend-release.
10772
107732000-09-04 Dave Love <fx@gnu.org>
10774
10775 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
10776 backend files.
10777 (vc-backend-release): Dispatch to backend functions.
10778 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
10779 probably needs attention.]
10780
10781 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
10782 (vc-sccs-backend-release): New function.
10783
10784 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
10785 (vc-cvs-backend-release): New function.
10786
10787 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
10788 Doc fix.
10789 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
10790 (vc-default-dired-state-info): New function.
10791 (vc-dired-state-info): Dispatch to backends.
10792 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
10793
10794 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
10795 from vc.el and renamed.
10796
107972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10798
10799 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
10800 (vc-version-other-window, vc-backend-assign-name): Removed
10801 references to vc-latest-version; sometimes changed into
10802 vc-workfile-version.
10803
10804 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
10805 vc-rcs-master-workfile-version.
10806 (vc-rcs-workfile-version): Use the above. Don't call
10807 vc-latest-version (that was unreachable code, anyway).
10808 (vc-rcs-fetch-master-properties): Doc fix.
10809
10810 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
10811 (vc-backend-hook-functions): Removed them from this list, too.
10812 (vc-fetch-properties): Removed.
10813 (vc-workfile-version): Doc fix.
10814
10815 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
10816 (vc-rcs-workfile-version, vc-rcs-locking-user)
10817 (vc-rcs-uses-locking): Use it.
10818
10819 * vc-hooks.el (vc-consult-rcs-headers):
10820 Moved into vc-rcs-hooks.el, under the name
10821 vc-rcs-consult-headers.
10822
10823 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
10824 headers.
10825 (vc-cvs-find-master): Use this name only; correct different
10826 versions of the name.
10827
10828 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
10829 New functions.
10830 (vc-sccs-locking-user): Use the latter.
10831
10832 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
10833 New functions.
10834
10835 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
10836 Moved into both
10837 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
10838 functions are implementation details of those two backends.
10839
108402000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10841
10842 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
10843 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
10844
10845 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
10846 (vc-sccs-parse-locks): SCCS-specific code moved here from
10847 vc-hooks.
10848
10849 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
10850 code moved here from vc-hooks.
10851
10852 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
10853 into back-end specific parts and removed. Callers not updated
10854 yet; because I guess these callers will disappear into back-end
10855 specific files anyway.
10856
108572000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10858
10859 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
10860 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
10861 `vc-uses-locking'.
10862
10863 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
10864 Store yes/no in the property, and return t/nil. Updated all
10865 callers.
10866
10867 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
10868 vc-sccs-uses-locking. Don't set property.
10869 (vc-sccs-locking-user): Don't set property.
10870
10871 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
10872 vc-cvs-uses-locking. Don't set property here; leave that to
10873 vc-hooks.
10874 (vc-cvs-locking-user): Reflect above change. Streamlined.
10875
10876 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
10877 vc-rcs-uses-locking.
10878 (vc-rcs-locking-user): Reflect above change.
10879
108802000-09-04 Dave Love <fx@gnu.org>
10881
10882 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
10883
10884 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
10885
10886 * vc-hooks.el (vc-checkout-model): Punt to backends.
10887
10888 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
10889
10890 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
10891
10892 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
10893 New functions.
10894
10895 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
10896 New functions.
10897
10898 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
10899 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
10900
10901 * vc-hooks.el (vc-default-locking-user): New function.
10902 (vc-locking-user, vc-workfile-version): Punt to backends.
10903
109042000-09-04 Dave Love <fx@gnu.org>
10905
10906 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
10907 (vc-master-workfile-version): Moved from vc-hooks.
10908
10909 * vc-rcs-hooks.el: Fix duplicate code in last change.
10910
10911 * vc-rcs-hooks.el: Require vc-hooks when compiling.
10912 (vc-rcs-master-templates): Improve :type.
10913 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
10914 vc-master-workfile-version): Moved from vc-hooks.
10915
10916 * vc-sccs-hooks.el: Require vc-hooks when compiling.
10917 (vc-sccs-master-templates): Improve :type.
10918 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
10919
10920 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
10921
10922 * vc-cvs-hooks.el: Require vc-hooks when compiling.
10923 (vc-cvs-master-templates): Improve :type. Use
10924 vc-cvs-find-cvs-master.
10925 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
10926 from vc-hooks.
10927 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
10928
10929 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
10930 Moved to vc-cvs-hooks.
10931
10932 * vc-hooks.el: Add doc strings in various places. Simplify the
10933 minor mode setup.
10934 (vc-handled-backends): New user variable.
10935 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
10936 simplification.
10937
109382000-09-04 Dave Love <fx@gnu.org>
10939
10940 * vc.el: Some doc fixes for autoloaded and interactive functions.
10941 Fix compilation warnings from ediff stuff.
10942 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
10943
10944 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
10945
10946 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
10947
10948 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
10949
109502000-09-04 Dave Love <fx@gnu.org>
10951
10952 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10953 New variable.
10954 (vc-make-backend-function, vc-loadup, vc-call-backend)
10955 (vc-backend-defines): New functions.
10956
10957 * vc-hooks.el: Various doc fixes.
10958 (vc-default-back-end, vc-follow-symlinks): Custom fix.
10959 (vc-match-substring): Function removed. Callers changed to use
10960 match-string.
10961 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
10962 Simplify.
10963
109642000-09-04 Dave Love <fx@gnu.org>
10965
10966 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
10967 type.
10968 (vc-sccs-project-dir, vc-search-sccs-project-dir)
10969 (vc-sccs-registered): Doc fix.
10970
10971 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
10972 (vc-cvs-registered): Doc fix.
10973
10974 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
10975 (vc-rcs-registered): Doc fix.
10976
109772000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10978
10979 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
10980
10981 * vc-hooks.el: vc-registered has been renamed
10982 vc-default-registered. Some functions have been moved to the
10983 backend specific files. they all support the
10984 vc-BACKEND-registered functions.
10985
109862000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10987
10988 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
10989
10990 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
10991
109922000-09-04 Dave Love <fx@gnu.org>
10993
10994 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
10995 menu-bar-update-hook.
10996
10997 * help.el (help-manyarg-func-alist): Add
10998 find-operation-coding-system.
10999
11000 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11001
11002 * custom.el (custom-set-variables): Print message about errors in
11003 setting.
11004
110052000-09-03 Andrew Innes <andrewi@gnu.org>
11006
11007 * makefile.w32-in: Change to DOS line endings.
11008
110092000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11010
11011 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11012 minor-mode keymaps, if they don't have one.
11013
110142000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11015
11016 * eshell/esh-module.el (eval-when-compile): Don't lose if
11017 esh-module.el's file name is truncated to DOS 8+3 limits.
11018
110192000-09-01 John Wiegley <johnw@gnu.org>
11020
11021 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11022 predicate, which caused entries in the completion list to be
11023 doubled.
11024
110252000-08-30 John Wiegley <johnw@gnu.org>
11026
11027 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11028 sending to subprocesses. Also, hook pre-command-hook if
11029 `eshell-send-direct-to-subprocesses' is non-nil.
11030 (eshell-send-direct-to-subprocesses): New config variable. If t,
11031 subprocess input is send immediately.
11032 (eshell-toggle-direct-send): New function.
11033 (eshell-self-insert-command): New function.
11034 (eshell-intercept-commands): New function.
11035 (eshell-send-input): If direct subprocess sending is enabled,
11036 don't echo any input to the Eshell buffer. Let the subprocess
11037 handle that. This requires "stty echo" in bash, for example.
11038
110392000-08-28 John Wiegley <johnw@gnu.org>
11040
11041 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11042 completion function for Eshell's implementation of `unset'.
11043
110442000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11045
11046 * info.el (Info-directory-list): Doc fix.
11047
110482000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11049
11050 * filecache.el (file-cache-add-directory-using-find): Don't quote
11051 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11052
110532000-08-31 Kenichi Handa <handa@etl.go.jp>
11054
11055 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11056 coding systems.
11057
110582000-08-30 Andrew Innes <andrewi@gnu.org>
11059
11060 * timer.el (run-with-idle-timer): Undo last change, so that timer
11061 is not activated immediately if Emacs is already idle. Some
11062 existing code relies on this behaviour.
11063
110642000-08-30 Miles Bader <miles@gnu.org>
11065
11066 * frame.el (set-frame-font): Do completion of font-name for
11067 interactive use.
11068
110692000-08-30 Kenichi Handa <handa@etl.go.jp>
11070
11071 * international/quail.el (quail-start-translation): Bind locally
11072 last-command-event, last-command, and this-command.
11073 (quail-start-conversion): Likewise.
11074 (quail-self-insert-command): Fix docstring.
11075
110762000-08-29 Gerd Moellmann <gerd@gnu.org>
11077
11078 * progmodes/executable.el
11079 (executable-make-buffer-file-executable-if-script-p): Check that
11080 buffer contains at least 2 characters.
11081
110822000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11083
11084 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11085
110862000-08-29 Dave Love <fx@gnu.org>
11087
11088 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11089 (diff-mode-shared-map): Bind mouse-2.
11090 (diff-imenu-generic-expression): New variable.
11091 (diff-mode): Use it.
11092
11093 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11094 (mouse-popup-menubar): Add minor mode menus.
11095 (popup-menu): Check for lookup-key returning number.
11096
110972000-08-29 Miles Bader <miles@gnu.org>
11098
11099 * comint.el (comint-send-input): Create overlays using the proper
11100 front/read-advance arguments.
11101
111022000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11103
11104 * ps-print.el: Even/odd pages printing. Doc fix.
11105 (ps-print-version): New version number (6.0).
11106 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11107 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11108 (ps-print-duplex-feature): Variable eliminated.
11109 (ps-even-or-odd-pages): New variable.
11110
11111 * progmodes/ebnf2ps.el: Doc fix.
11112 (ebnf-version): New version (3.3).
11113 (ebnf-user-arrow): Change variable customization to sexp.
11114 (ebnf-user-arrow): Function eliminated.
11115 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11116
111172000-08-29 Kenichi Handa <handa@etl.go.jp>
11118
11119 * help.el (help-xref-mule-regexp): New variable.
11120 (help-make-xrefs): Handle help-xref-mule-regexp.
11121
11122 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11123 variable.
11124 (describe-input-method): Temporarily activate the specfied input
11125 method to display the information.
11126 (describe-language-environment): Hyperlinks to mule related items.
11127
11128 * international/mule-diag.el (charset-multibyte-form-string): New
11129 function.
11130 (list-character-sets-1): Use charset-multibyte-form-string.
11131 (describe-character-set): New function.
11132 (describe-coding-system): Hyperlinks to safe character sets.
11133
11134 * international/quail.el (quail-help): New arg PACKAGE.
11135 Hyperlinks to mule related items.
11136 (quail-help-insert-keymap-description): Use
11137 substitute-command-keys instead of describe-bindings.
11138 (quail-translation-help): Hyperlinks to mule related items.
11139
111402000-08-28 John Wiegley <johnw@gnu.org>
11141
11142 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11143 have a defsubst call itself. Made `eshell-flatten-list' back into
11144 a function again.
11145
11146 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11147 catch, in case re-centering point at bottom messes up the display.
11148 This happens frequently in Emacs 21, due I believe to variable
11149 line heights.
11150
11151 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11152 to call `find-tag-interactive'.
11153
11154 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11155 the list of remember directories.
11156
111572000-08-28 John Wiegley <johnw@gnu.org>
11158
11159 * align.el: Test align-region-separate to see if it's a symbol.
11160
111612000-08-28 John Wiegley <johnw@gnu.org>
11162
11163 * eshell/esh-util.el (eshell-flatten-list): Made this function
11164 into a defsubst form. It gets used very frequently, although
11165 calls don't occur all that often.
11166
11167 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11168 examining it.
11169
11170 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11171 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11172 `eshell-protect'.
11173 (eshell-copy-handles): Created a new macro for duplicating the
11174 current set of open handles. This is needed by the looping
11175 functions.
11176 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11177 is not incorrectly stomped on.
11178
11179 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11180 declaration for pcomplete-use-paring.
11181 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11182 value of eshell-cmpl-use-paring.
11183 * pcomplete.el (pcomplete-use-paring): New config variable, to
11184 indicate whether paring should be used.
11185 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11186 completion alternatives that have already been used.
11187
11188 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11189 bound to C-c C-y, which will repeat the previous N arguments
11190 (based on prefix argument).
11191 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11192
11193 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11194 if there is no *Help* buffer. This is for XEmacs, which renames
11195 its help buffers uniquely. TODO: Find out what the current buffer
11196 name to delete is.
11197
11198 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11199 first entry that correlates to a passwd/group number. Later
11200 entries (used for group/user name aliasing to multiple IDs) are
11201 ignored.
11202
11203 * eshell/em-xtra.el (eshell/expr):
11204 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11205 (eshell-grep, eshell/diff, eshell/locate):
11206 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11207 argument list, before passing it to the system command.
11208
11209 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11210 `find-tag' for use at final position in Eshell buffers (which
11211 otherwise triggers an error on Emacs 21).
11212 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11213 buffer, if it is currently bound to `find-tag'.
11214
11215 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11216 in the list of matched Makefile names.
11217 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11218 directory, prefer its contents to Makefile.
11219
11220 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11221 directory parts (like "cd old new", or "cd =regexp"), are now case
11222 sensitive on non-Windows/DOS platforms.
11223
11224 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11225 types RET after an open delimiter (like "), display a message
11226 indicating that Eshell is waiting for the closing delimiter.
11227
11228 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11229 environment variables.
11230
11231 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11232 gracefully if the user enters incorrect arguments.
11233
11234 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11235 Eshell buffers.
11236
11237 * eshell/esh-var.el (eshell-interpolate-variable):
11238 * eshell/esh-mode.el (eshell-move-argument):
11239 * eshell/em-unix.el (eshell-du-sum-directory):
11240 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11241 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11242 (not (= ...)).
11243
11244 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11245 to ensure the `preserve' flag gets propagated when doing recursive
11246 directory copies.
11247
112482000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11249
11250 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11251 Don't convert \n into \0177 in memory.
11252 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11253 and back again, when reading and writing.
11254
112552000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11256
11257 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11258 testing of `fboundp' on `processp'.
11259
11260 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11261 (eshell/jobs): Don't call process-list if it is not bound.
11262 (eshell-gather-process-output): Support systems where async
11263 subprocesses aren't supported.
11264 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11265 variables.
11266
11267 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11268 eshell-do-eval returns t.
11269 (eshell-do-pipelines-synchronously): New defmacro.
11270 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11271 when async subprocesses aren't supported.
11272 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11273 if async subprocesses aren't supported.
11274 (eshell-resume-command): Don't assume STATUS is a string.
11275
11276 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11277
11278 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11279 (eshell-close-target, eshell-get-target): Use eshell-processp.
11280 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11281 fix.
11282 (eshell-get-target, eshell-create-handles): Doc fix.
11283
112842000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11285
11286 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11287 criterion to include commands that output something, as long as it
11288 leaves both the command and the end-of-buffer visible when the
11289 command has exited.
11290 (eshell-review-quick-commands): Adjust the help doc string
11291 accordingly.
11292
112932000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11294
11295 * locate.el (locate): Cleaned up locate command's interactive prompting
11296 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11297
11298 * filecache.el (file-cache-case-fold-search): New variable
11299 (file-cache-assoc-function): New variable
11300 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11301 Use file-cache-case-fold-search variable
11302 (file-cache-add-file): Use file-cache-assoc-function
11303 (file-cache-delete-file): likewise
11304 (file-cache-directory-name): likewise
11305 (file-cache-debug-read-from-minibuffer): likewise
11306
113072000-08-28 Gerd Moellmann <gerd@gnu.org>
11308
11309 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11310 (abbrev-table-name): New function.
11311 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11312 If non-nil list local abbrev, only.
11313
113142000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11315
11316 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11317 from Gnus support code, and use special article copy buffer
11318 `(gnus-original-article-buffer)' instead. This allows to get rid
11319 of article-hide-headers usage (which breaks in the latest Gnus
11320 version). Thanks to Detlev Zundel.
11321
113222000-08-28 Kenichi Handa <handa@etl.go.jp>
11323
11324 * international/quail.el (quail-use-package): Hide "... loaded"
11325 message.
11326 (quail-start-translation, quail-start-conversion): Likewise.
11327
11328 * international/kkc.el (kkc-region): Hide "... loaded" message.
11329
113302000-08-27 Dave Love <fx@gnu.org>
11331
11332 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11333
113342000-08-27 Miles Bader <miles@gnu.org>
11335
11336 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11337
113382000-08-27 Kenichi Handa <handa@etl.go.jp>
11339
11340 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11341 'ja-dic-cnv), not (require 'skkdic-cnv).
11342
113432000-08-26 Miles Bader <miles@gnu.org>
11344
11345 * faces.el (face-x-resources): Add entry for :inherit.
11346 * cus-face.el (custom-face-attributes): Add support for :inherit
11347 attribute. Add support for relative face heights.
11348 (custom-face-attributes-get): Treat `nil' as being a default value
11349 for :inherit (as well as `unspecified').
11350
11351 * faces.el (set-face-attribute): Update doc string.
11352 (face-attribute-name-alist): Add :inherit.
11353 (face-valid-attribute-values): Handle :inherit.
11354 (face-read-string): Rephrase prompt to be less confusing.
11355 Assume that DEFAULT is a string, since we must return a string.
11356 (face-read-integer): Use `format' to turn DEFAULT into an
11357 acceptable default for face-read-string. Match NEW-VALUE against
11358 the string "unspecified", not the symbol `unspecified', since
11359 that's what face-read-string returns.
11360 (read-face-attribute): Lookup a name for old-value in valid, and
11361 use it as a default if we find one. Treat all values from
11362 face-read-string as strings. If the default is used, don't do any
11363 more processing on the value, just use the old value directly.
11364 (read-face-and-attribute, modify-face): Tweak prompt.
11365 (read-face-name): Don't assume prompt ends with a space.
11366
11367 * faces.el (describe-face): Add support for :inherit attribute.
11368
113692000-08-25 Kenichi Handa <handa@etl.go.jp>
11370
11371 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11372 concat doesn't accept interger.
11373
11374 * international/kkc.el: Remove SKK from Keywords. Require
11375 ja-dic-utl instead of skkdic-utl.
11376
11377 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11378 Provide ja-dic-cnv instead of skkdic-cnv.
11379 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11380 (iso-2022-7bit-short): Add safe-charsets property.
11381 (skkdic-convert-postfix): Search Japanese chou-on character in
11382 addition to Hiragana character.
11383 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11384 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11385 (batch-skkdic-convert): Likewise.
11386
11387 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11388 Provide ja-dic-utl instead of skkdic-utl.
11389 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11390
113912000-08-24 Dave Love <fx@gnu.org>
11392
11393 * disp-table.el (standard-display-default): Make the test of `l'
11394 useful.
11395
11396 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11397 mod sample text.
11398
11399 * international/iso-ascii.el: Make pilcrow convenient string
11400 consistent with section.
11401 (iso-ascii-display): Set up multibyte characters as well as
11402 unibyte.
11403
114042000-08-24 Kenichi Handa <handa@etl.go.jp>
11405
11406 * international/mule-cmds.el (reset-language-environment): Set
11407 default-process-coding-system to '(undecided . iso-latin-1), which
11408 makes process I/O almost consistent with file I/O. Call this
11409 function when mule-cmds.el[c] is loaded.
11410
114112000-08-22 Andrew Innes <andrewi@gnu.org>
11412
11413 * makefile.w32-in: New file.
11414
114152000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11416
11417 * comint.el (comint-output-filter): Compare end of
11418 comint-last-output-overlay with the start of the newly inserted
11419 text, not the end, when deciding whether to extend it.
11420 Set saved-point's insertion type to advance after insertion.
11421
11422 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11423 since this is now done independently of font-lock mode.
11424
114252000-08-21 Gerd Moellmann <gerd@gnu.org>
11426
11427 * server.el (server-kill-new-buffers): New user option.
11428 (server-existing-buffer): New buffer-local variable.
11429 (server-visit-files): When using an existing buffer, set
11430 server-existing-buffer to t.
11431 (server-buffer-done): If server-kill-new-buffers is t, kill the
11432 buffer, unless it was already present before visiting it with
11433 Emacs server.
11434
114352000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11436
11437 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11438 even if the display doesn't support colors: some displays will
11439 support bold/underline faces.
11440
114412000-08-21 Gerd Moellmann <gerd@gnu.org>
11442
11443 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11444
11445 * startup.el (command-line): If user's init file had an error,
11446 add explanatory text to *Messages*.
11447
114482000-08-21 Kenichi Handa <handa@etl.go.jp>
11449
11450 * man.el (Man-getpage-in-background): Decode the process output by
11451 the system locale coding system.
11452
114532000-08-20 Dave Love <fx@gnu.org>
11454
11455 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11456 Don't test x-popup-menu.
11457 (function) <complete-function>: Complete only fbound symbols.
11458 <validate, value>: New.
11459 (variable) <complete-function>: Complete only bound symbols.
11460 (coding-system): Add :base-only, :complete-function, :validate,
11461 :value, :prompt-match.
11462 (widget-coding-system-prompt-value): Use read-coding-system and
11463 act on :base-only.
11464 (editable-field): Add :help-echo.
11465 (widget-push-button-gui, widget-push-button-cache)
11466 (widget-gui-action, widget-editable-list-gui): COmment out, along
11467 with uses.
11468 (widget-at): Make arg optional.
11469 (widget-echo-help): Adjust for current help-echo calling sequence.
11470 (widget-specify-field, widget-specify-button)
11471 (widget-specify-insert, widget-get-sibling, widget-image-find)
11472 (widget-convert, widget-insert, widget-leave-text)
11473 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11474 (widget-setup, widget-field-find, widget-before-change)
11475 (widget-after-change, widget-default-complete)
11476 (widget-default-create, widget-default-delete)
11477 (widget-push-button-value-create, editable-field)
11478 (widget-field-prompt-value, widget-field-validate)
11479 (widget-choice-value-create, widget-choice-action)
11480 (widget-choice-validate, widget-checklist-add-item)
11481 (widget-radio-add-item, widget-radio-chosen)
11482 (widget-radio-value-inline, widget-editable-list-value-create)
11483 (widget-editable-list-entry-create)
11484 (widget-documentation-link-add)
11485 (widget-documentation-string-value-create)
11486 (widget-regexp-validate, widget-file-complete)
11487 (widget-sexp-validate, widget-plist-convert-widget)
11488 (widget-plist-convert-widget, widget-alist-convert-widget)
11489 (widget-alist-convert-widget, widget-color-complete): Simplify,
11490 particularly to avoid bindings which aren't optimized out.
11491
11492 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11493 Doc fix.
11494 (down-list, backward-up-list, up-list, kill-sexp)
11495 (backward-kill-sexp, mark-sexp): Make arg optional.
11496 (lisp-complete-symbol): Add optional arg PREDICATE.
11497
11498 * cus-start.el: Add display-buffer-reuse-frames,
11499 file-coding-system-alist.
11500
115012000-08-20 Gerd Moellmann <gerd@gnu.org>
11502
11503 * startup.el (command-line): Clear realized faces after
11504 modifying TTY color mappings.
11505
115062000-08-20 Miles Bader <miles@gnu.org>
11507
11508 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11509 merely a subset of FACE's attributes.
11510
115112000-08-19 Miles Bader <miles@gnu.org>
11512
11513 * comint.el (comint-output-filter): Save the point with a marker,
11514 not just a buffer position.
11515
11516 * international/mule.el (set-buffer-process-coding-system): Make
11517 interactive prompt less confusing.
11518
115192000-08-19 Gerd Moellmann <gerd@gnu.org>
11520
11521 * hilit-chg.el: General cleanup of doc strings, comments and
11522 code formatting.
11523
115242000-08-19 Miles Bader <miles@gnu.org>
11525
11526 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11527 Compiler macro removed; beginning-of-line is no longer always
11528 equivalent to forward-line, in the presence of fields.
11529
11530 * comint.el (comint-output-filter): Remove ad-hoc saving of
11531 restriction, and just use save-restriction, now that it works
11532 correctly. Don't adjust comint-last-input-start to account for
11533 our insertion; it shouldn't have moved because we don't use
11534 insert-before-markers anymore. Comment out call to
11535 `force-mode-line-update'; why is it here?
11536
11537 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11538 while checking for prompt to delete. Use `forward-line 0'
11539 instead of beginning-of-line.
11540 (gud-filter): Temporarily widen gud comint buffer while
11541 examining output.
11542
115432000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11544
11545 * progmodes/sh-script.el: Big bag of typos.
11546
11547 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11548 check since ispell-process is not bound when ispell is not yet loaded.
11549
115502000-08-18 Dave Love <fx@gnu.org>
11551
11552 * image.el (find-image): Copy `spec' before using plist-put.
11553
115542000-08-18 Gerd Moellmann <gerd@gnu.org>
11555
11556 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11557 `portugues'.
11558
11559 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11560 backward-kill-sexp, analogous to kill-sexp.
11561
11562 * progmodes/icon.el (icon-indent-line)
11563 (icon-is-continuation-line): Handle comments specially.
11564
115652000-08-17 Ken Stevens <k.stevens@ieee.org>
11566
11567 * ispell.el: Set to standard author/maintainer/keyword fields.
11568 Fine tuning to menu map appearance and operation, and added help.
11569 Remove `start' and `end' error messages when compiling.
11570 (ispell-choices-win-default-height): Fixed comment string.
11571 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11572 castellano8 dictionaries.
11573 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11574 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11575 dictionary, added italiano dictionary.
11576 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11577 word character
11578 (ispell-tex-skip-alists): Added psfig support.
11579 (ispell-skip-html): Renamed from ispell-skip-sgml.
11580 (ispell-begin-skip-region-regexp, ispell-skip-region)
11581 (ispell-minor-check): Improved html skipping support to skip across
11582 code, and recognize `&' commands without propper `;' syntax;
11583 (ispell-process-line): Fix alignment error when manually
11584 correcting spelling.
11585 (ispell): Fix comment string.
11586 (ispell-add-per-file-word-list): Always put word list on new line.
11587
115882000-08-17 Gerd Moellmann <gerd@gnu.org>
11589
11590 * format.el (format-encode-run-method): Fix error message to say
11591 `encode' instead of `decode'. Use save-window-excursion around
11592 shell-command-on-region as in format-decode-run-method because
11593 shell-command-on-region can display a buffer with error output.
11594 (format-decode): Don't record undo information for the decoding.
11595 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11596 that number part of the temporary buffer name so that more than
11597 one decoding using a temporary buffer can happen safely.
11598
11599 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11600 of `A-z' in the regexp.
11601
11602 * hilit-chg.el: Fix typos in commentary.
11603
11604 * help.el (view-emacs-news): Rewritten for new naming scheme
11605 for old NEWS files.
11606
11607 * startup.el (command-line): Pop to *Messages* in case an error
11608 is signaled while loading user-init-file.
11609
116102000-08-17 Andreas Schwab <schwab@suse.de>
11611
11612 * files.el (insert-directory): Don't lose original file name,
11613 undoing an undocumented change.
11614
116152000-08-17 Alex Schroeder <alex@gnu.org>
11616
11617 * sql.el (sql-magic-go): Use comint-bol.
11618 (sql-copy-column): Use comint-line-beginning-position.
11619 (comint-line-beginning-position): Define a replacement for
11620 comint-line-beginning-position if it is not fboundp.
11621
116222000-08-17 Alex Schroeder <alex@gnu.org>
11623
11624 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11625 it didn't have any effect anyway.
11626
116272000-08-17 Alex Schroeder <alex@gnu.org>
11628
11629 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11630 --pset and pager=off instead of sending \\o|cat at the beginning
11631 of the session.
11632
116332000-08-17 Miles Bader <miles@gnu.org>
11634
11635 * progmodes/octave-inf.el: Add compatibility definition of
11636 comint-line-beginning-position.
11637
116382000-08-17 Kenichi Handa <handa@etl.go.jp>
11639
11640 * startup.el (normal-top-level): Look in each dir in load-path for
11641 a leim-list.el file too. This assures of loading leim-list.el
11642 that is created at Emacs installation time even if a user have his
11643 own leim-list.el.
11644
116452000-08-17 Miles Bader <miles@gnu.org>
11646
11647 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11648 foreground color to black if the background is dark.
11649
116502000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11651
11652 * loadhist.el (unload-feature): Typo.
11653
11654 * finder.el (finder-compile-keywords):
11655 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11656 to the generated file.
11657
11658 * mail/mh-e.el (mh-make-local-vars):
11659 Replace make-variable-buffer-local with make-local-variable.
11660
11661 * play/landmark.el:
11662 * options.el (Edit-options-{set,toggle,t,nil}):
11663 * mail/mailabbrev.el (mail-abbrevs-mode):
11664 * textmodes/tex-mode.el (tex-expand-files):
11665 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11666
11667 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11668
11669 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11670 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11671 Allow going past the last element.
11672 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11673 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11674 (cvs-mouse-toggle-mark): Don't move point.
11675 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11676
11677 * progmodes/compile.el (grep): Provide a default set of files.
11678 (next-error): Docstring fix.
11679 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11680
11681 * emacs-lisp/easy-mmode.el (define-minor-mode):
11682 Use `symbol-value' to keep the byte-compiler quiet.
11683
11684 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11685 (diff-find-source-location): New fun, extracted from diff-goto-source.
11686 (diff-goto-source): Use it.
11687 (diff-next-complex-hunk, diff-filter-lines): New function.
11688 (diff-apply-hunk): New command.
11689
11690 * smerge-mode.el (smerge-mode-menu): Doc fix.
11691
11692 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11693
116942000-08-16 Dave Love <fx@gnu.org>
11695
11696 * windmove.el (windmove) <defgroup>: Add :version.
11697
11698 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11699 (goto-address-fontify-p, goto-address-highlight-p)
11700 (goto-address-url-face, goto-address-url-mouse-face)
11701 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11702 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11703 (goto-address-fontify, goto-address-at-mouse): Simplify,
11704 (goto-address-at-point): browse-url-url-at-point,
11705 goto-address-find-address-at-point can return nil.
11706 (goto-address-find-address-at-point): Return nil on failure.
11707
11708 * align.el (align) <defgroup>: Add :version.
11709
11710 * calculator.el (calculator): Add :version.
11711 (calculator): Use two lines for calculator window if `modeline'
11712 face is boxed.
11713
11714 * play/5x5.el: Doc fixes.
11715 (5x5) <defgroup>: Add :version.
11716
11717 * play/fortune.el (fortune) <defgroup>: Add :version.
11718 (fortune-append): Fix error message.
11719 (fortune-from-region): Doc fix.
11720
11721 * play/pong.el (pong): Doc fix.
11722
11723 * play/morse.el: Keywords, commentary, autoloads.
11724
117252000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11726
11727 * desktop.el (desktop-save): Don't look at symbol-value of a
11728 member of minor-mode-alist, unless it is boundp.
11729
117302000-08-16 Sam Steingold <sds@gnu.org>
11731
11732 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11733 `while'; use `with-current-buffer' instead of `save-excursion'.
11734 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11735
117362000-08-16 Kenichi Handa <handa@etl.go.jp>
11737
11738 * international/ccl.el (declare-ccl-program): Docstring modified.
11739 (ccl-execute-with-args): Likewise.
11740
117412000-08-16 Miles Bader <miles@gnu.org>
11742
11743 * progmodes/sql.el: Add compatibility definition of
11744 comint-line-beginning-position.
11745
117462000-08-15 Gerd Moellmann <gerd@gnu.org>
11747
11748 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11749 'buffer-menu' property.
11750 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11751 fails.
11752 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11753 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11754 wasn't killed.
11755
11756 * buff-menu.el (list-buffers-noselect): Don't display the
11757 *Buffer List* buffer.
11758
11759 * font-lock.el: Require jit-lock to prevent a very late
11760 `Loading jit-lock' message.
11761
11762 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11763 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11764 mail address.
11765
117662000-08-15 Miles Bader <miles@gnu.org>
11767
11768 * textmodes/ispell.el (ispell-graphic-p): New constant.
11769 (ispell-choices-win-default-height, ispell-help): Use
11770 `ispell-graphic-p' instead of `xemacsp'.
11771
117722000-08-15 Dave Love <fx@gnu.org>
11773
11774 * simple.el: Autoload widget-convert when compiling.
11775 (mail-user-agent): Doc fix.
11776
11777 * help.el (function-called-at-point, variable-at-point): Use
11778 with-syntax-table.
11779 (help-manyarg-func-alist): Add insert-and-inherit.
11780
11781 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
11782
11783 * delsel.el (delsel-unload-hook): New function.
11784
11785 * find-file.el: Doc fixes. Move provide to end.
11786 (ff) <defgroup>: Add :link.
11787 (ff-goto-click): Deleted.
11788 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
11789 Use mouse-set-point.
11790
11791 * textmodes/tildify.el: Doc fixes.
11792 (tildify) <defgroup>: Add:version.
11793
11794 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
11795 (glasses-custom-set): Use set-default, not set.
11796 (minor-mode-alist): Propertize the lighter.
11797 (glasses-mode): Provide optional arg.
11798
11799 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
11800 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
11801 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
11802 option. Provide :type.
11803 (cwarn-configuration): Provide :type.
11804 (cwarn-mode): Doc fix.
11805
11806 * add-log.el (change-log-merge): Doc fix.
11807 (change-log-redate): New command.
11808
11809 * net/browse-url.el (browse-url-filename-alist): Add a clause for
11810 Doze and Dog.
11811 (browse-url): Use dolist, not mapcar.
11812 (browse-url-at-point): Check for null url.
11813 (browse-url-event-buffer, browse-url-event-point): Functions
11814 deleted.
11815 (browse-url-at-mouse, browse-url-netscape): Simplify.
11816
11817 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
11818 modes.
11819 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
11820 Fix previous change to mapcan.
11821 (msb--init-file-alist, msb--add-separators)
11822 (msb--make-keymap-menu): Simplify.
11823 (msb--choose-file-menu): Use copy-sequence.
11824 (msb-mode-map): Add title to keymap.
11825 (msb-unload-hook): New function.
11826
11827 * bs.el: Fix indentation.
11828 (bs) <defgroup>: Add :links.
11829 (bs-show): Doc fix.
11830 (bs-apply-sort-faces): Don't use window-system.
11831 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
11832
118332000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
11834
11835 * calendar/timeclock.el (timeclock-file): Run .timelog through
11836 convert-standard-filename.
11837
118382000-08-14 Gerd Moellmann <gerd@gnu.org>
11839
11840 * emacs-lisp/authors.el: New file.
11841
11842 * paren.el (show-paren-priority): New user option.
11843 (show-paren-function): Set overlay priorities to
11844 show-paren-priority.
11845
118462000-08-14 Miles Bader <miles@gnu.org>
11847
11848 * comint.el (comint-bol): Use `forward-line 0' instead of calling
11849 beginning-of-line with inhibit-field-text-motion bound.
11850
118512000-08-14 Gerd Moellmann <gerd@gnu.org>
11852
11853 * calendar/timeclock.el: New file.
11854
118552000-08-14 David Ponce <david@dponce.com>
11856
11857 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
11858 `widget-button-click'. so that one can use left mouse button to
11859 click on dialog buttons.
11860
118612000-08-14 Emmanuel Briot <briot@gnat.com>
11862
11863 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
11864 identifiers, since XML is case sensitive
11865
118662000-08-12 Miles Bader <miles@gnu.org>
11867
11868 * comint.el (comint-output-filter): Don't bother frobbing
11869 window-start, it doesn't seem to be necessary.
11870
11871 * comint.el (comint-send-string, comint-send-region): Make into
11872 real functions. Snapshot the prompt before sending.
11873
118742000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11875
11876 * info.el (Info-find-emacs-command-nodes): Rewrite to use
11877 technique similar to Info-index, instead of relying on specific
11878 names of relevant Index nodes.
11879 (Info-goto-emacs-command-node): Bind Info-history to nil when
11880 going to the first node found by Info-find-emacs-command-nodes.
11881
118822000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
11883
11884 * menu-bar.el (menu-bar-help-menu): Add a :help string.
11885
118862000-08-10 Miles Bader <miles@gnu.org>
11887
11888 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
11889
118902000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11891
11892 * info.el (Info-file-list-for-emacs): More elements for the
11893 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
11894 and woman manuals.
11895
118962000-08-10 Miles Bader <miles@lsi.nec.co.jp>
11897
11898 * comint.el (comint-send-input): Make the newline boundary overlay
11899 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
11900 (comint-output-filter): Use `insert' instead of
11901 `insert-before-markers'. Extend comint-last-output-overlay when
11902 necessary since we can't rely on insert-before-markers to do it.
11903 * gud.el (gud-filter): Use `with-current-buffer' instead of
11904 save-excursion when inserting the output, so that point gets
11905 updated correctly; the old method relied on a rather dodgy
11906 side-effect of comint-output-filter to avoid the effect of
11907 save-excursion.
11908
119092000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
11910
11911 * files.el (recover-file): Call insert-directory instead of
11912 invoking `ls' directly.
11913
119142000-08-10 Miles Bader <miles@gnu.org>
11915
11916 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
11917 (comint-last-prompt-overlay): New variables.
11918 (comint-output-filter): Implement prompt highlighting.
11919 (comint-snapshot-last-prompt): New function.
11920 (comint-send-input): Snapshot the last prompt.
11921 Use comint-highlight-input-face.
11922 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
11923 Use defface instead of defcustom.
11924 (send-invisible, comint-send-eof): Snapshot the last prompt.
11925 (comint-delchar-or-maybe-eof): Use comint-send-eof.
11926 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
11927
119282000-08-09 Stefan Monnier <monnier@cs.yale.edu>
11929
11930 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
11931 (regexp-opt-group): Use a list of chars for `letters'.
11932 (regexp-opt-charset): `chars' is now a list of chars.
11933 Use a char-table rather than a vector so it works for multibyte chars.
11934
11935 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
11936 Set cvs-minor-current-files to the selected fileinfo.
11937 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
11938 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
11939
119402000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
11941
11942 * files.el (insert-directory): Don't call access-file on
11943 directories on DOS and Windows.
11944
119452000-08-09 Kenichi Handa <handa@etl.go.jp>
11946
11947 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
11948 longer if necessary.
11949 (ccl-embed-code): Call ccl-embed-data to store CODE in
11950 ccl-program-vector.
11951
119522000-08-09 Miles Bader <miles@gnu.org>
11953
11954 * comint.el (comint-output-filter): Properly handle the case where
11955 the text surrounded by comint-last-output-overlay was deleted.
11956
119572000-08-08 Gerd Moellmann <gerd@gnu.org>
11958
11959 * info.el (Info-insert-dir): Use Info-additional-directory-list if
11960 non-nil.
11961 (Info-file-list-for-emacs): Remove "info" from the list because
11962 that leads to trying to use the documentation from file `info'
11963 in various situations where it isn't appropriate, for instance
11964 C-h C-k C-h i.
11965
11966 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11967 DIR and/or STRING are nil.
11968
11969 * progmodes/compile.el (compilation-setup): Make variable
11970 compilation-error-screen-columns buffer-local, as some comment
11971 in the code suggests it should be.
11972
11973 * files.el (auto-mode-interpreter-regexp): New variable.
11974 (set-auto-mode): Use it.
11975
11976 * indent.el (indent-for-tab-command): Doc fix.
11977
11978 * mouse-sel.el (mouse-sel-mode): Doc fix.
11979
11980 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
11981 labels.
11982
11983 * help.el (print-help-return-message): When
11984 display-buffer-reuse-frames is set, let the help window been quit,
11985 instead of deleting it, which might delete a reused frame.
11986
119872000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
11988
11989 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
11990 rename a directory to a name that differs only by its letter case.
11991
119922000-08-08 Kenichi Handa <handa@etl.go.jp>
11993
11994 * international/quail.el (quail-define-rules): Handle Quail decode
11995 map correctly. Add code for supporting annotations.
11996 (quail-install-decode-map): New function.
11997 (quail-defrule-internal): New optional arguments decode-map and
11998 props.
11999 (quail-advice): New function.
12000
120012000-08-07 Sam Steingold <sds@gnu.org>
12002
12003 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12004 `defconst', `define-condition', `with-slots'.
12005 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12006
120072000-08-03 Miles Bader <miles@gnu.org>
12008
12009 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12010 New variable.
12011 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12012 comint-use-prompt-regexp-instead-of-fields.
12013 (comint-send-input): Add `input' field property to stuff we send to
12014 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12015 (comint-output-filter): Add `output' field property to process
12016 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12017 (comint-replace-by-expanded-history)
12018 (comint-get-old-input-default, comint-show-output)
12019 (comint-backward-matching-input, comint-forward-matching-input)
12020 (comint-next-prompt, comint-previous-prompt): Use field
12021 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12022 (comint-line-beginning-position): New function.
12023 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12024 (comint-replace-by-expanded-history-before-point): Use
12025 comint-line-beginning-position and line-end-position.
12026 (comint-last-output-overlay): New variable.
12027 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12028
12029 * shell.el (shell-prompt-pattern): Doc change.
12030 (shell-backward-command): Use line-beginning-position.
12031
12032 * gud.el (gud-gdb-complete-command): Use
12033 comint-line-beginning-position.
12034
12035 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12036 comint-bol doesn't actually go to the beginning of the line.
12037
12038 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12039 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12040 (try-expand-line-all-buffers): Likewise.
12041
12042 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12043 explicitly matching comint-prompt-regexp.
12044 (sql-copy-column): Use comint-line-beginning-position instead of
12045 explicitly matching comint-prompt-regexp.
12046
12047 * progmodes/octave-inf.el (inferior-octave-complete): Use
12048 comint-line-beginning-position.
12049
12050 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12051
12052 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12053 looking for a prompt, use `forward-line 0' instead of
12054 `beginning-of-line', to avoid getting caught by an input field.
12055
120562000-08-07 Gerd Moellmann <gerd@gnu.org>
12057
12058 * files.el (shell-quote-wildcard-pattern): Make sure to return
12059 PATTERN, in the Unix case.
12060
120612000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12062
12063 * play/zone.el (zone): Discard any pending input before running
12064 the randomly-chosen pgm.
12065
120662000-08-07 Kenichi Handa <handa@etl.go.jp>
12067
12068 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12069 checking the existence of any multibyte characters.
12070
120712000-08-06 Gerd Moellmann <gerd@gnu.org>
12072
12073 * help.el (describe-mode): Test minor-mode symbol for being
12074 bound before testing its value for being nil.
12075
12076 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12077 `first', `second', and `third'.
12078
12079 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12080 (second): Make it an alias for `cadr'.
12081
120822000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12083
12084 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12085 types of display support faces now.
12086
120872000-08-05 Gerd Moellmann <gerd@gnu.org>
12088
12089 * pcvs.el (require): Require `cl' during compilation, only.
12090
12091 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12092 (toplevel): Remove `remq' and `remove' from autoloads.
12093 (cl-fake-autoloads): New variable. If set, arrange for an error
12094 when CL functions etc. are autoloaded.
12095
120962000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12097
12098 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12099
12100 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12101 popped up, but the user clicks outside the menu, return an empty
12102 regexp (that causes unhighlight-regexp to have no effect).
12103
12104 * menu-bar.el (menu-bar-games-menu): Add Zone.
12105
12106 * hi-lock.el (toplevel): Require font-lock.
12107
121082000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12109
12110 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12111 (ebnf-8-bit-chars): New var for bug fix.
12112 (ebnf-string): Bug fix.
12113
121142000-08-03 Sam Steingold <sds@gnu.org>
12115
12116 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12117 instead of `buffer-string'.
12118 (require 'cl): Always, not just when compiling.
12119 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12120 necessary.
12121
121222000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12123
12124 * international/mule-cmds.el (select-safe-coding-system): Make
12125 the message text about selecting a safe coding system more clear.
12126
121272000-08-02 Gerd Moellmann <gerd@gnu.org>
12128
12129 * hi-lock.el: New file.
12130
12131 * play/zone.el: New file.
12132
12133 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12134 value of tab-width in the original buffer. Choose a line number
12135 format that's a multiple of the original buffer's tab width, so
12136 that lines appear right.
12137
12138 * textmodes/ispell.el (ispell): New function, replacing an alias.
12139 Spell-check active region if in transient-mark-mode and mark
12140 is active; otherwise spell-check buffer.
12141
121422000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12143
12144 * ps-mule.el: Fix a customization problem on
12145 ps-mule-font-info-database-default.
12146
121472000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12148
12149 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12150 display-mouse-p instead of window-system.
12151 (ebrowse-member-mode-map): Ditto.
12152
121532000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12154
12155 * progmodes/ebnf2ps.el: Update ps-print functions call.
12156 Indentation fix. Doc fix.
12157 (ebnf-version): New version number (3.2).
12158 (ebnf-format-color, ebnf-begin-job): Code fix.
12159
121602000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12161
12162 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12163 font lock support on window-system.
12164 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12165
12166 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12167 display-color-p, if fboundp, instead of window-system.
12168
121692000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12170
12171 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12172 instead of window-system.
12173
12174 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12175 window-system.
12176 (widget-choice-mouse-down-action): Use display-popup-menus-p
12177 instead of window-system.
12178
12179 * strokes.el (strokes-file): Run the file name through
12180 convert-standard-filename.
12181 (strokes-mode): Call display-mouse-p instead of looking at
12182 window-system. Change the error message accordingly.
12183
12184 * progmodes/cpp.el (toplevel): Support faces on tty's.
12185
12186 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12187 (lm-plot-square, lm-init-display): Don't use window-system.
12188
12189 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12190 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12191
12192 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12193 instead of looking at window-system.
12194
121952000-07-30 Gerd Moellmann <gerd@gnu.org>
12196
12197 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12198 of testing if iswitchb-prepost-hooks is bound, because the
12199 latter will always be true when invoking a recursive minibuffer
12200 from an active Iswitchb buffer.
12201
122022000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12203
12204 * files.el (shell-quote-wildcard-pattern): New function.
12205 (insert-directory): Call it. Only prepend "\" to command on Unix
12206 and GNU/Linux systems.
12207
122082000-07-30 Gerd Moellmann <gerd@gnu.org>
12209
12210 * eshell/esh-groups.el: Change custom :link file names
12211 from `eshell.info' to `eshell'.
12212
122132000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12214
12215 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12216 correctly in recursive ange-ftp listings.
12217
122182000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12219
12220 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12221 ps-header-font-size-internal and
12222 ps-header-title-font-size-internal variables are not set,
12223 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12224 face text property is (foreground-color . COLOR) or
12225 `(background-color . COLOR)', ps-print crashes. Doc fix.
12226 (ps-print-version): New version number (5.2.4).
12227 (ps-plot-region): Code fix.
12228 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12229 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12230 Bug fix 2.
12231
122322000-07-30 Milan Zamazal <pdm@freesoft.cz>
12233
12234 * glasses.el (glasses-make-readable): Fix uncapitalization of
12235 identifiers like `myXMLDocument'.
12236
122372000-07-28 Karl Fogel <kfogel@red-bean.com>
12238
12239 * mail/mail-hist.el (mail-hist-previous-input)
12240 (mail-hist-next-input): Do the obvious code factorization.
12241 (mail-hist-retrieve-and-insert): New func, contains common
12242 code of above two.
12243 If inserting a message body, leave point at top.
12244
122452000-07-28 Sam Steingold <sds@gnu.org>
12246
12247 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12248 Use `<=', not `<' to compare times!
12249 (ange-ftp-ls): Remove.
12250
122512000-07-27 Gerd Moellmann <gerd@gnu.org>
12252
12253 * play/cookie1.el: Add explanation of how to make cookie.el
12254 compatible with strfile(1) to comment.
12255
12256 * subr.el (remove, remq): New functions.
12257
12258 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12259 escape `*' in regexps.
12260 (midnight-find): Reverse order of arguments in the funcall of
12261 TEST.
12262
12263 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12264 and `.class'.
12265
12266 * play/meese.el: Add Commentary section.
12267
122682000-07-27 Alex Schroeder <alex@gnu.org>
12269
12270 * sql.el (sql-ms): Added autoload cookie.
12271 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12272 (sql-oracle): Ditto.
12273 (sql-help): Doc change.
12274
12275 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12276 types and exceptions.
12277
122782000-07-27 Alex Schroeder <alex@gnu.org>
12279
12280 * sql.el (sql-placeholder-history): New variable.
12281 (sql-query-placeholders-and-send): New function that will query
12282 the user and replace placeholders with user input.
12283 (sql-oracle): If running on NT, set comint-input-sender to
12284 sql-query-placeholders-and-send.
12285
12286 (sql-stop): If in the SQLi buffer, insert stop notification, else
12287 present it as a message.
12288
122892000-07-27 Alex Schroeder <alex@gnu.org>
12290
12291 * sql.el (sql-input-ring-separator): Doc change.
12292 (sql-input-ring-file-name): Doc change.
12293 (sql-interactive-mode): Use `sql-input-ring-separator' and
12294 `sql-input-ring-file-name' to set the comint-mode equivalents
12295 without making them local variables.
12296 (sql-stop): Don't bind `sql-input-ring-separator' and
12297 `sql-input-ring-file-name' dynamically to their comint-mode
12298 equivalents.
12299
123002000-07-27 Kenichi Handa <handa@etl.go.jp>
12301
12302 * international/mule.el (register-char-codings): New function.
12303 (make-coding-system): Handle `safe-chars' specification in the arg
12304 PROPERTY.
12305
12306 * international/mule-cmds.el
12307 (find-coding-systems-region-subset-p): This function deleted.
12308 (sort-coding-systems-predicate): New variable.
12309 (sort-coding-systems): New function.
12310 (find-coding-systems-region): Use
12311 find-coding-systems-region-internal.
12312 (find-coding-systems-string): Use find-coding-systems-region.
12313 (find-coding-systems-for-charsets): Check
12314 char-coding-system-table.
12315 (select-safe-coding-system-accept-default-p): New variable.
12316 (select-safe-coding-system): Mostly rewritten. New argument
12317 ACCEPT-DEFAULT-P.
12318 (select-message-coding-system): Call select-safe-coding-system
12319 with ACCEPT-DEFAULT-P arg.
12320 (reset-language-environment): Reset default-sendmail-coding-system
12321 to the default value iso-latin-1.
12322 (set-language-environment): Don't set the obsolete variable
12323 charset-origin-alist.
12324
12325 * international/codepage.el (cp-coding-system-for-codepage-1):
12326 Give `safe-chars' property to make-coding-system.
12327
12328 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12329 calling select-message-coding-system twice.
12330
12331 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12332 instead of `safe-charsets'.
12333 (cyrillic-alternativnyj): Likewise.
12334 (ccl-encode-alternativnyj): Don't check the charset
12335 cyrillic-iso8859-5.
12336
123372000-07-27 Kenichi Handa <handa@etl.go.jp>
12338
12339 * composite.el (compose-chars-after): Preserve match data.
12340
123412000-07-26 Sam Steingold <sds@gnu.org>
12342
12343 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12344 (ange-ftp-real-file-newer-than-file-p): New function.
12345 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12346 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12347
12348 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12349 * midnight.el (midnight-float-time): Ditto.
12350
123512000-07-26 Andreas Schwab <schwab@suse.de>
12352
12353 * files.el (normal-backup-enable-predicate): Correct
12354 interpretation of the return value of compare-strings.
12355
123562000-07-26 Gerd Moellmann <gerd@gnu.org>
12357
12358 * isearch.el (isearch-resume): New function.
12359 (isearch-done): Add something to command-history to resume
12360 the search.
12361 (isearch-yank-line, isearch-yank-word): Use
12362 buffer-substring-no-properties instead of buffer-substring.
12363
12364 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12365 of flyspell-mouse-map.
12366
12367 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12368 duplicate definition.
12369 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12370
12371 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12372 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12373
123742000-07-25 Sam Steingold <sds@gnu.org>
12375
12376 * net/ange-ftp.el: Get modtime over the net.
12377 (ange-ftp-file-modtime): New function.
12378 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12379 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12380 Use it.
12381 (ange-ftp-dot-to-slash): New function.
12382 (ange-ftp-fix-name-for-vms): Use it.
12383
12384 * midnight.el (midnight-buffer-display-time): Use
12385 `with-current-buffer'.
12386
123872000-07-25 Gerd Moellmann <gerd@gnu.org>
12388
12389 * find-dired.el: Update copyright notice.
12390 (find-dired): Offer to kill a running `find'.
12391
12392 * enriched.el (enriched-face-ans): For a `foreground-color'
12393 property, return '(("x-color" COLOR))' so that COLOR will be
12394 output as a parameter of the x-color annotation. Likewise for the
12395 `background-color' property. In the case of normal face
12396 properties, don't return annotations for unspecified foreground
12397 and background face attributes.
12398
123992000-07-25 Kenichi Handa <handa@etl.go.jp>
12400
12401 * language/japan-util.el (japanese-katakana-region): Fix handling
12402 HANKAKU argument.
12403
124042000-07-25 Miles Bader <miles@gnu.org>
12405
12406 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12407 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12408 constrain-to-field.
12409
124102000-07-24 Andrew Innes <andrewi@gnu.org>
12411
12412 * timer.el (timer-activate-when-idle): Add optional parameter
12413 DONT-WAIT. Update docstring.
12414 (run-with-idle-timer): Specify extra parameter to
12415 timer-activate-when-idle, so that timer will be activated
12416 immediately if Emacs is already idle.
12417
12418 * w32-fns.el (w32-using-nt): Fix docstring.
12419
124202000-07-24 Dave Love <fx@gnu.org>
12421
12422 * mouse.el (popup-menu): Set last-command-event.
12423 (mouse-major-mode-menu-prefix): Declare.
12424
124252000-07-24 Gerd Moellmann <gerd@gnu.org>
12426
12427 * textmodes/flyspell.el: Update to author's version 1.5d.
12428
12429 * progmodes/hideshow.el: Update copyright notice.
12430
12431 * vcursor.el: Set maintainer to FSF, since author cannot
12432 be reached.
12433
124342000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12435
12436 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12437 the prompt.
12438
12439 * mouse.el (popup-menu): Run the keymap through indirect-function,
12440 in case it was defined with define-prefix-key. If the menu is a
12441 list of keymaps, look up the binding of user's choice in each one
12442 of the keymaps.
12443 (mouse-popup-menubar): If the global and local menu-bar keymaps
12444 don't have a prompt string, create one and insert it into the
12445 keymap. Don't barf if current-local-map returns nil.
12446
124472000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12448
12449 * dired.el (dired-sort-R-check): Added to allow recursive listing
12450 to be undone.
12451 (dired-sort-other): Use it.
12452
124532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12454
12455 * Release of cc-mode 5.27
12456
124572000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12458
12459 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12460 c-beginning-of-statement-1 that caused a bad case of recursion
12461 which could consume a lot of CPU in large classes in languages
12462 that have in-expression classes (i.e. Java and Pike).
12463
12464 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12465 statements before top level constructs (i.e. case 6 is moved
12466 before case 5 and is now case 4) to catch in-expression
12467 classes in top level expressions correctly.
12468
124692000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12470
12471 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12472 objc-method-intro. Case 4 removed and case 5I added.
12473
12474 * cc-langs.el (c-append-paragraph-start): New variable used by
12475 c-common-init to get paragraph-start correct.
12476 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12477 initialize paragraph-start to make it correct both with and
12478 without the javadoc special case.
12479
12480 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12481 initialize paragraph-start for javadoc markup.
12482
12483 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12484 change by defaulting this to t. It's motivated by the
12485 confusing behavior that otherwise arise from the style system
12486 when editing both java and non-java files at the same time
12487 (see the comments about style setting in c-common-init).
12488
124892000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12490
12491 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12492 similar to the one in c-fill-paragraph to check the fill
12493 prefix from the adaptive fill function for sanity.
12494
124952000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12496
12497 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12498 defun block.
12499
a30eb617
DL
125002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12501
12502 * cc-align.el (c-lineup-multi-inher): Handle lines with
12503 leading comma nicely. Extended to handle member initializers
12504 too.
12505
12506 * cc-engine.el: (c-beginning-of-inheritance-list,
12507 c-guess-basic-syntax): Fixed recognition of inheritance lists
12508 when the lines begins with a comma.
12509
a30eb617
DL
12510 * cc-vars.el (c-offsets-alist): Changed default for
12511 member-init-cont to c-lineup-multi-inher since it now handles
12512 member initializers and indents better for leading commas.
12513
125142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12515
12516 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12517 handling that caused class open lines to be recognized as
12518 statement-conts in some cases.
12519
12520 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12521 guessed by the adaptive fill function unless point is on the
12522 first line of a block comment.
12523
12524 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12525 when the buffer ends with a macro continuation char.
12526
12527 * cc-engine.el (c-guess-basic-syntax): Added support for
12528 function definitions as statements in Pike. The first
12529 statement in a lambda block is now labeled defun-block-intro
12530 instead of statement-block-intro.
12531
12532 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12533 so that the class surrounding point is selected, not the one
12534 innermost in the state.
12535
12536 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12537 recognition of switch labels having hanging multiline
12538 statements.
12539
12540 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12541 some code in c-guess-basic-syntax to a separate function.
12542 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12543 recognition of member inits with multiple line arglists.
12544 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12545 member-init-cont when the commas are in funny places.
12546
125472000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12548
12549 * cc-defs.el (c-auto-newline): Removed this macro since it's
12550 not used anymore.
12551
12552 * cc-engine.el (c-looking-at-bos): New helper function.
12553 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12554 inexpr and toplevel classes apart in Pike.
12555
12556 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12557 of case 9A.
12558
12559 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12560 constant, since "class" can introduce an in-expression class
12561 in Pike nowadays.
12562
125632000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12564
12565 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12566 indentation on cpp-macro lines.
12567
12568 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12569 a syntax modifier like comment-intro, to make it possible to
12570 get syntactic indentation for preprocessor directives. It's
12571 incompatible wrt to lineup functions on cpp-macro, but it has
12572 no observable effect in the 99.9% common case where cpp-macro
12573 is set to -1000.
12574
125752000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12576
12577 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12578 member-init-cont when the preceding arglist is several lines.
12579
125802000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12581
12582 * cc-styles.el (c-style-alist): The basic offset for the BSD
12583 style corrected to 8.
12584
125852000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12586
12587 * cc-styles.el (c-style-alist): Adjusted the indentation of
12588 brace list openers in the gnu style.
12589
125902000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12591
12592 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12593
12594 * cc-cmds.el (c-electric-brace, c-electric-slash,
12595 c-electric-star, c-electric-semi&comma, c-electric-colon,
12596 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12597 when c-syntactic-indentation is nil.
12598
12599 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12600 we were left at comments preceding the first statement when
12601 reaching the beginning of the buffer.
12602
12603 * cc-vars.el (c-syntactic-indentation): New variable to turn
12604 off all syntactic indentation.
12605
126062000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12607
12608 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12609 between the text and the block comment ender when it hangs,
12610 depending on how many there are before the fill.
12611
126122000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12613
12614 * cc-engine.el (c-beginning-of-closest-statement): New helper
12615 function to go back to the closest preceding statement start,
12616 which could be inside a conditional statement.
12617 * cc-engine.el (c-guess-basic-syntax): Use
12618 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12619
12620 * cc-engine.el (c-guess-basic-syntax): Better handling of
12621 arglist-intro, arglist-cont-nonempty and arglist-close when
12622 the arglist is nested inside parens. Cases 7A, 7C and 7F
12623 changed.
12624
12625 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12626 up-to-date with javadoc 1.2.
12627
126282000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12629
12630 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12631 multiline Pike type decls.
12632
126332000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12634
12635 * cc-cmds.el (c-indent-new-comment-line): Always break
12636 multiline comments in multiline mode, regardless of
12637 comment-multi-line.
12638
126392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12640
12641 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12642 fully::qualified::names in C++ member init lists. Preamble in
12643 case 5D changed.
12644
126452000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12646
12647 * cc-langs.el (c-common-init): Handling of obsolete variables
12648 moved to c-initialize-cc-mode. More compatible style override
12649 when using global style variables.
12650 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12651 variables moved here.
12652
a30eb617
DL
12653 * cc-styles.el (c-make-styles-buffer-local): Flag style
12654 variable localness in c-style-variables-are-local-p to make
12655 the compatibility measure in c-common-init work well.
12656
12657 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12658 longer contain set-from-style.
12659 * cc-styles.el (c-initialize-builtin-style): Don't check for
12660 set-from-style on c-special-indent-hook.
12661 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12662 copy-alist is sufficient now.
12663
12664 * cc-styles.el (c-set-style, c-set-style-1,
12665 c-get-style-variables): Fixes to variable initialization so
12666 that duplicate entries in styles have the same effect
12667 regardless of DONT-OVERRIDE.
12668
12669 * cc-styles.el (c-set-style-2): Fixed bug where the
12670 initialization of inheriting styles failed when the
12671 dont-override flag is set.
12672
12673 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12674 on this.
12675
126762000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12677
12678 * cc-defs.el (c-forward-comment): Removed the workaround
12679 introduced in 5.38 since it had worse side-effects. If a line
12680 contains the string "//\"", it regarded the // as a comment
12681 start since the \ temporarily doesn't have escape syntax.
12682
eb04d6cd 126832000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12684
12685 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12686 ada-xref.el before ada-prj.el, so that the Project menu is created
12687 when ada-prj tries to add to it.
12688 (ada-activate-keys-for-case): Suppress the characters that are not
12689 part of the Ada syntax. Better compatibility with else-mode
12690 (ada-adjust-case-interactive): When auto-casing is not active,
12691 correctly insert newlines (used to insert only ^M). Prevent the
12692 syntax table from being changed in case of an error
12693 (or '_' becomes part of a word and some commands are confused).
12694 Do nothing if ada-auto-case is nil.
12695 (ada-after-keyword-p): Ignore keywords that are also attributes
12696 (ada-batch-reformat): Update usage comment
12697 (ada-call-from-contextual-menu): New function
12698 (ada-case-read-exceptions): Reinitialize the casing exception list
12699 first to nil first, so that the casing exception file can be
12700 shared.
12701 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12702 files.
12703 (ada-compile-goto-error): Fix regexp used to detect a file:line
12704 anywhere in the error message
12705 (ada-contextual-menu-last-point): New variable
12706 (ada-create-keymap): If the variable delete-key-deletes-forward is
12707 t on XEmacs, it means that DEL should delete one character
12708 forward.
12709 (ada-create-menu): Use :included instead of :visible for XEmacs.
12710 New submenu "Options".
12711 (ada-end-stmt-re): Correctly indent "select ... then abort"
12712 statements.
12713 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12714 even if they don't match ada-fill-comment-prefix Fix handling of
12715 paragraphs on the first or last line of a file.
12716 (ada-format-paramlist): Fix handling of default parameter values.
12717 (ada-get-body-name): New function.
12718 (ada-get-current-indent): Optimized by searchling directly for an
12719 existing generic part or a statement outside of it. Handle
12720 ada-indent-align-comments when indenting comments Replaced some
12721 regexps by testing directly the next character. This results in a
12722 huge speedup on some files. New indentation scheme for renames
12723 statements. Stop looking for the 'while' or 'for' associated with
12724 a 'loop' at the first semicolon encountered. A "return" can also
12725 match an anonymous access subprogram declaration.
12726 (ada-get-indent-noindent): Ignore strings and comments when
12727 looking for the keywords "record" and "private".
12728 (ada-goto-matching-decl-start): When matching "if", make sure we
12729 are not in fact seeing "end if". Ignore "when" statements except
12730 when initial keyword was "begin". Fix handling of nested
12731 procedures. Add a recursive call to this function to skip over
12732 other 'end' statmts. Fix indentation for "when .. => begin"
12733 (ada-in-open-paren-p): Fix indentation for complex boolean
12734 expressions, where 'and then', 'or else' and parenthesis
12735 statements are mixed up.
12736 (ada-in-paramlist-p): Skip comments while searching for the
12737 beginning Fix handling of operator declarations.
12738 (ada-indent-align-comments): New variable
12739 (ada-indent-current): Change the syntax table only in the
12740 protected section, so that we are sure it is restored correctly.
12741 (ada-indent-on-previous-lines): Use ada-use-indent and
12742 ada-with-indent Correctly indent "select ... then"
12743 (ada-indent-region): Slight speedup.
12744 (ada-indent-renames): New variable.
12745 (ada-last-which-function-subprog, ada-last-which-function-line):
12746 New variables
12747 (ada-looking-at-semi-private): Correctly indent the 'private'
12748 keyword when it is the first word in a package declaration.
12749 (ada-loose-case-word): Stop searching if at the end of the buffer.
12750 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12751 even if point is not initially at the end of the word.
12752 (ada-matching-decl-start-re): Add "when".
12753 (ada-mode): Add support for abbrev-mode, outline-mode and
12754 which-func-mode Override the old find-file.el entry in
12755 ff-special-constructs since it is using the obsolete
12756 ada-spec-suffix variable
12757 (ada-no-auto-case): New function
12758 (ada-scan-paramlist): When parsing the argument type, accept
12759 spaces (as in "X 'Class", generated by Rational Rose).
12760 (ada-other-file-name): No longer loads the other file.
12761 (ada-popup-menu): Save and restore the current buffer and cursor
12762 position before and after displaying the menu.
12763 (ada-search-ignore-complex-boolean): New function.
12764 (ada-uncomment-region): Emacs21 already knows how to delete
12765 comments not starting in the first column.
12766 (ada-use-indent): New variable
12767 (ada-which-function): New function.
12768 (ada-with-indent): New variable
12769 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12770 can be batch-compiled from the command line.
12771
12772 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12773 Add to the menu when the file is loaded, not in ada-mode-hook.
12774 Add -toolbar to the default ddd command Switches moved from
12775 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
12776 ada-prj-default-comp-opt
12777 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
12778 Reference Manual to the menu
12779 (ada-check-current): rewritten as a call to ada-compile-current
12780 (ada-compile): Removed.
12781 (ada-compile-application, ada-compile-current, ada-check-current):
12782 Set the compilation-search-path so that compile.el automatically
12783 finds the sources in src_dir. Automatic scrollong of the
12784 compilation buffer. C-uC-cC-c asks for confirmation before
12785 compiling
12786 (ada-compile-current): New parameter, prj-field
12787 (ada-complete-identifier): Load the .ali file before doing
12788 processing
12789 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
12790 conform to gnatmake's behavior.
12791 (ada-find-file-in-dir): New function
12792 (ada-find-references): Set the environment variables for gnatfind
12793 (ada-find-src-file-in-dir): New function.
12794 (ada-first-non-nil): Removed
12795 (ada-gdb-application): Add support for jdb, the java debugger.
12796 (ada-get-ada-file-name): Load the original-file first if not done
12797 yet.
12798 (ada-get-all-references): Handles the new ali syntax (parent types
12799 are found between <>).
12800 (ada-initialize-runtime-library): New function
12801 (ada-mode-hook): Always load a project file when a file is opened,
12802 so that the casing exceptions are correctly read.
12803 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
12804 (ada-parse-prj-file): Use find-file-noselect instead of find-file
12805 to open the project file, since the latter does not work with
12806 speedbar Get default values before loading the prj file, or the
12807 default executable file name is wrong. Use the absolute value of
12808 src_dir to initialize ada-search-directories and
12809 compilation-search-path,... Add the standard runtime library to
12810 the search path for find-file.
12811 (ada-prj-default-debugger): Was missing an opening '{'
12812 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
12813 variables.
12814 (ada-prj-default-gnatmake-opt): New variable
12815 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
12816 buffers, the project file is the default one Save the windows
12817 configuration before displaying the menu.
12818 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
12819 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
12820 ...) regexp-quote identifiers names to support operators +,
12821 -,... in regexps.
12822 (ada-remote): New function.
12823 (ada-run-application): Erase the output buffer before starting the
12824 run Support remote execution of the application. Use
12825 call-process, or the arguments are incorrectly parsed
12826 (ada-set-default-project-file): Reread the content of the active
12827 project file, not the one from the current buffer When a project
12828 file is set as the default project, all directories are
12829 automatically associated with it.
12830 (ada-set-environment): New function
12831 (ada-treat-cmd-string): New special variable ${current}
12832 (ada-treat-cmd-string): Revised. The substitution is now done for
12833 any ${...} substring
12834 (ada-xref-current): If no body was found, compiles the spec
12835 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
12836 compiler to get rid of command line length limitations.
12837 (ada-xref-get-project-field): New function
12838 (ada-xref-project-files): New variable
12839 (ada-xref-runtime-library-specs-path)
12840 (ada-xref-runtime-library-ali-path): New variables
12841 (ada-xref-set-default-prj-values): Default run command now does a
12842 cd to the build directory. New field: main_unit Provide a default
12843 file name even if the current buffer has no prj file.
12844
12845 * ada-prj.el:
12846 Rewritten to show a tabbed-dialog.
12847 (ada-prj-add-ada-menu): Remove the map and name parameters.
12848 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
12849 New function
12850 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
12851 (ada-prj-load-from-file): New function
12852 (ada-prj-save): Always save fields that depend on the current buffer
12853 (ada-prj-show-value): New function
12854
12855 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
12856 Ada mode. This will allow us to display the Ada menu in any buffer
12857 we want (for project items).
12858 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
12859 number of spaces in the header.
12860
128612000-07-24 Dave Love <fx@gnu.org>
12862
12863 * ediff-init.el (ediff-region-help-echo): Bind face-help.
12864
128652000-07-23 Noah Friedman <friedman@splode.com>
12866
12867 * type-break.el (type-break): perform autosave.
12868 Suggested by Stephen Gildea <gildea@intouchsys.com>.
12869 (type-break-do-query): Cancel query schedule while performing
12870 actual query, to avoid possibility of a second query being made
12871 while first one is already in progress.
12872 (type-break-time-stamp-format): New variable.
12873 (type-break-time-stamp): New function.
12874 (type-break-time-warning): Use it.
12875 (type-break-keystroke-warning): Use it.
12876 (type-break-noninteractive-query): Use it.
12877
12878 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
12879 cookie.
12880 Use add-minor-mode to set minor-mode-alist, if available.
12881 (eldoc-echo-area-use-multiline-p): New user option.
12882 (eldoc-echo-area-multiline-supported-p): New variable.
12883 (eldoc-docstring-format-sym-doc): Use them.
12884 (eldoc-mode): If not using idle timers, append to local post and
12885 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
12886 (eldoc-display-message-no-interference-p): Don't interfere with
12887 edebug.
12888 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
12889 (eldoc-function-arglist): New function.
12890 (eldoc-function-argstring): Use it.
12891
12892 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
12893 auto save directory exists before calling directory-files.
12894
128952000-07-23 Dave Love <fx@gnu.org>
12896
12897 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
12898 ^o, ^u.
12899
129002000-07-21 Dave Love <fx@gnu.org>
12901
12902 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
12903 now passed to the function. It now works properly.
12904
12905 * smerge-mode.el (smerge-mode-menu): Fill it out.
12906
129072000-07-20 Gerd Moellmann <gerd@gnu.org>
12908
12909 * info-look.el (info-lookup): If *info* is shown in another frame
12910 on the same display, select that frame, instead of switching to
12911 the Info buffer in another window of the selected frame.
12912
12913 * simple.el (universal-argument-map): Bind numeric keypad keys
12914 kp-0 to kp-9 and kp-subtract.
12915 (digit-argument): Handle these keys.
12916
129172000-07-20 Dave Love <fx@gnu.org>
12918
12919 * net/goto-addr.el (goto-address-fontify): Don't bother with
12920 buffer-modified and read-only stuff -- irrelevant with overlays.
12921 Put an extra property on the overlays and use it to clean up in
12922 case goto-address is re-run.
12923
129242000-07-19 Richard M. Stallman <rms@gnu.org>
12925
12926 * timer.el (run-with-idle-timer): Doc fix.
12927
12928 * mail/mail-utils.el (mail-strip-quoted-names):
12929 Handle case where <...> appears inside "...".
12930 Use replace-match to edit the string more simply.
12931 (rmail-dont-reply-to): Cope with an unmatched ".
12932
129332000-07-19 Dave Love <fx@gnu.org>
12934
12935 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
12936 implementation.
12937
12938 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
12939 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
12940 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
12941
129422000-07-19 Gerd Moellmann <gerd@gnu.org>
12943
12944 * textmodes/refer.el: Correct maintainer's email address.
12945
12946 * progmodes/hideif.el: Correct author's email address.
12947 Fix typo in comment.
12948
12949 * xml.el: New file.
12950
12951 * mail/mailheader.el: Correct author's mail address.
12952
12953 * gnus/parse-time.el: Correct author's mail address.
12954
129552000-07-19 Colin Walters <walters@cis.ohio-state.edu>
12956
12957 * comint.el (comint-highlight-input, comint-highlight-face):
12958 New user options.
12959 (comint-input-ring-file-name): Change custom type.
12960 (comint-mode-map): Bind mouse-2.
12961 (comint-insert-clicked-input): New function.
12962 (comint-send-input): Handle input highlighting.
12963
129642000-07-18 Stefan Monnier <monnier@cs.yale.edu>
12965
12966 * mouse.el (popup-menu): New function.
12967 (mouse-major-mode-menu): Use it.
12968
129692000-07-18 Dave Love <fx@gnu.org>
12970
12971 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
12972 improvements.
12973
129742000-07-18 Gerd Moellmann <gerd@gnu.org>
12975
12976 * faces.el (face-font-selection-order)
12977 (face-font-family-alternatives): Add custom type.
12978
129792000-07-18 Dave Love <fx@gnu.org>
12980
12981 * cus-edit.el (custom-variable-reset-saved)
12982 (custom-variable-reset-standard): Remove unused bindings.
12983
12984 * rect.el (open-rectangle-line): Remove unused let.
12985
12986 * hl-line.el (hl-line-highlight): Check hl-line-mode.
12987
129882000-07-18 Gerd Moellmann <gerd@gnu.org>
12989
12990 * cdl.el: Fix `Maintainer' keyword.
12991
12992 * play/pong.el: Add author's email address.
12993
129942000-07-17 Sam Steingold <sds@gnu.org>
12995
12996 * files.el (insert-directory): Call `split-string' instead of
12997 re-implementing it.
12998
129992000-07-18 Gerd Moellmann <gerd@gnu.org>
13000
13001 * mail/vms-pmail.el: Change maintainer to FSF.
13002
13003 * net/goto-addr.el: Change maintainer to FSF.
13004
13005 * info.el (Info-title-face-alist): Removed.
13006
130072000-07-18 David Ponce <david@dponce.com>
13008
13009 * recentf.el (recentf-open-files): New command that works like
13010 `recentf-open-more-files', but shows the whole list of files (not just
13011 those omitted from the menu). Useful if you don't use a menu-bar!
13012 (recentf-open-more-files) Modified to use `recentf-open-files'.
13013
13014 (recentf-open-files, recentf-open-more-files)
13015 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13016
13017 (recentf-dialog-mode): New mode for dialogs. You can now just type
13018 "q" to cancel the dialogs.
13019
130202000-07-18 David Ponce <david@dponce.com>
13021
13022 * recentf.el: This is a major update of recentf.el. It adds new
13023 features to better organize the recentf menu and "More..." buffer.
13024
13025 Using new provided menu filtering functions you can now organize the
13026 recent files list:
13027
13028 - by major modes
13029 - by directories
13030 - by user defined rules
13031
13032 Finally, with the new `recentf-filter-changer' customizable filter you
13033 can define a ring of filters and dynamically (via the menu) cycle on
13034 each menu organization in the ring (a la msb).
13035
130362000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13037
13038 * eshell/eshell.el (eshell): Replace links to eshell.info with
13039 links to eshell, to avoid problems on systems where the manual is
13040 installed as `eshell'.
13041 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13042 * eshell/em-smart.el (eshell-smart): Ditto.
13043 * eshell/em-banner.el (eshell-banner): Ditto.
13044 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13045
13046 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13047 same-file check in the MS-DOS version (it does support inodes).
13048
13049 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13050
13051 * eshell/eshell.el (eshell-directory-name):
13052 Run default directory name through convert-standard-filename.
13053
130542000-07-18 Kenichi Handa <handa@etl.go.jp>
13055
13056 * international/mule-cmds.el (select-safe-coding-system):
13057 Fix typo in the comment.
13058
13059 * language/european.el (compound-text):
13060 Force katakana-jisx0201 to be designated to G1.
13061
13062 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13063 Don't translate some national variant characters of latin-jisx0201.
13064 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13065
13066 * international/kkc.el (kkc-after-update-conversion-functions):
13067 New variable.
13068 (kkc-update-conversion): Run functions in it at the tail.
13069
130702000-07-16 John Wiegley <johnw@gnu.org>
13071
13072 * lisp/align.el (align-newline-and-indent):
13073 Adding new function. for auto-aligning blocks of code on RET.
13074 (align-region): Fixed badly formatted minibuffer message.
13075
130762000-07-17 Kenichi Handa <handa@etl.go.jp>
13077
13078 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13079 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13080 the conversion list at first if appropriate.
13081 (kkc-next): Don't update kkc-next-count here.
13082 (kkc-prev): Don't update kkc-prev-count here.
13083 (kkc-show-conversion-list-update): Fix setting up of conversion
13084 list message.
13085
130862000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13087
13088 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13089
130902000-07-16 Dave Love <fx@gnu.org>
13091
13092 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13093 function to be more specific.
13094
13095 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13096 non-string help-echo.
13097 (widget-types-convert-widget): Defsubst it.
13098 (widget-echo-help): Try to cope with a help-echo function of two
13099 possible sorts.
13100
131012000-07-15 Jason Rumney <jasonr@gnu.org>
13102
13103 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13104 Declare as obsolete.
13105
13106 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13107
131082000-07-14 Gerd Moellmann <gerd@gnu.org>
13109
13110 * hilit-chg.el: Fix typo.
13111
131122000-07-14 Dave Love <fx@gnu.org>
13113
13114 * info.el (Info-mode-menu): Fix use of :help, :enable.
13115
131162000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13117
13118 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13119
131202000-07-13 Dave Love <fx@gnu.org>
13121
13122 * emacs-lisp/easymenu.el: Doc fixes.
13123 (easy-menu-remove): Defalias to ignore.
13124
13125 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13126 Call throw correctly.
13127
131282000-07-13 Gerd Moellmann <gerd@gnu.org>
13129
13130 * faces.el (frame-background-mode): Doc fix.
13131
13132 * simple.el (eval-expression-print-length): Change custom type to
13133 allow entering nil as value.
13134
131352000-07-13 Dave Love <fx@gnu.org>
13136
13137 * progmodes/fortran.el (fortran-imenu-generic-expression):
13138 Change definition layout.
13139 (fortran-mode-menu): Reinstate customize entries.
13140
13141 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13142 Use :filter, per old XEmacs code.
13143
131442000-07-12 Gerd Moellmann <gerd@gnu.org>
13145
13146 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13147 event when deciding what to send to the terminal.
13148
131492000-07-12 Dave Love <fx@gnu.org>
13150
13151 * cus-start.el: Add optional version as 4th element of specs and
13152 use it for several things new in v21. Remove load-path. Fix type
13153 of line-number-display-limit.
13154
131552000-07-11 Dave Love <fx@gnu.org>
13156
13157 * progmodes/fortran.el: Don't require easymenu.
13158 Use repeat counts in various regexps.
13159 (fortran-mode-syntax-table): Defvar directly.
13160 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13161 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13162 Use defvar, not defconst.
13163 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13164 (fortran-mode): Set fortran-comment-line-start-skip,
13165 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13166 (fortran-comment-indent): Use defsubst.
13167 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13168 Use fortran-comment-indent, not fortran-comment-indent-function.
13169 (fortran-comment-region, fortran-electric-line-number): Simplify.
13170 (fortran-auto-fill): New function.
13171 (fortran-do-auto-fill): Deleted.
13172 (fortran-find-comment-start-skip):
13173 Check for non-null comment-start-skip.
13174 (fortran-auto-fill-mode, fortran-fill-statement):
13175 Use fortran-auto-fill.
13176 (fortran-fill): Use fortran-auto-fill. Check for null
13177 comment-start-skip. Simplify final clause and use end-of-line finally.
13178
13179 * widget.el (widget-plist-member): New alias.
13180
131812000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13182
13183 * eshell/esh-module.el (toplevel): Reference
13184 byte-compile-current-file only if it is bound.
13185
131862000-07-10 Gerd Moellmann <gerd@gnu.org>
13187
13188 * dired.el: Don't require `dired-aux'.
13189
131902000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13191
13192 * dired-aux.el (dired-show-file-type): New function.
13193 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13194 (dired-show-file-type): Add autoload.
13195
131962000-07-10 Kenichi Handa <handa@etl.go.jp>
13197
13198 * international/mule-diag.el (describe-font): Adjusted for the
13199 change of fontset-info.
13200 (print-fontset): Likewise.
13201
132022000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13203
13204 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13205
132062000-07-07 Gerd Moellmann <gerd@gnu.org>
13207
13208 * bindings.el: Bind `[delete]' to delete-char.
13209
13210 * dired.el (dired-find-alternate-file): New function.
13211 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13212 (toplevel): Require dired-aux when compiling.
13213 (dired-buffers): Move defvar within file to avoid compiler warning.
13214
13215 * info.el (Info-last-search): Variable removed.
13216 (Info-search-history): New variable.
13217 (Info-search): New Info-search-history.
13218
13219 * battery.el, info-look.el: Change author's mail address.
13220
132212000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13222
13223 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13224 if rmail-ignored-headers is nil.
13225 (rmail-retry-failure): Bind rmail-ignored-headers and
13226 rmail-displayed-headers to nil.
13227
132282000-07-06 Gerd Moellmann <gerd@gnu.org>
13229
13230 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13231 (print-region-1): Don't hard code `-h' here.
13232
13233 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13234
132352000-07-01 Francesco Potorti` <pot@gnu.org>
13236
13237 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13238 exim can use "your message" instead of "the message".
13239
132402000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13241
13242 * facemenu.el: Docstrings fixes.
13243 (facemenu-get-face): Don't use internal-find-face.
13244 (facemenu-iterate): Rename arg to match the docstring.
13245
13246 * newcomment.el (uncomment-region): Be more careful when skipping
13247 backwards over `=' not to bump into BOBP.
13248
132492000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13250
13251 * ediff-diff.el (ediff-wordify): Use syntax table.
13252 * ediff-init.el (ediff-has-face-support-p): Use
13253 ediff-color-display-p.
13254 (ediff-color-display-p): Use display-color-p, changed to defun
13255 from defsubst.
13256 Got rid of special cases for NeXT and OS/2.
13257 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13258 face.
13259
132602000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13261
13262 * emacs-lisp/lucid.el: Require CL.
13263 (copy-tree, remprop): Remove, it's provided by CL.
13264 (map-keymap): Define in terms of cl-map-keymap.
13265 (extent-property, set-extent-end-glyph): New functions.
13266
13267 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13268
132692000-07-05 Gerd Moellmann <gerd@gnu.org>
13270
13271 * Makefile.in (DONTCOMPILE): Add comment that the name may
13272 not be changed without changing the make-dist script.
13273
13274 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13275 (cl-mapc): Use mapc instead of cl-old-mapc.
13276
132772000-07-05 Andrew Innes <andrewi@gnu.org>
13278
13279 * makefile.nt: Add support for `bootstrap' and related targets.
13280
132812000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13282
13283 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13284 (easy-menu-do-define): Use `menu-item' format.
13285 Handle case where easy-menu-create-menu returns a symbol.
13286 Manually call the potential top-level filter in the function binding.
13287 (easy-menu-filter-return): New arg NAME.
13288 Convert to a keymap if MENU is an XEmacs menu.
13289 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13290 (easy-menu-converted-items-table, easy-menu-convert-item):
13291 New var and fun to memoize easy-menu-convert-item-1.
13292 (easy-menu-do-add-item): Use it.
13293 (easy-menu-create-menu): Use easy-menu-convert-item.
13294 Wrap easy-menu-filter-return around any :filter specification.
13295 Don't convert the menu if a filter was specified.
13296 Tell easy-menu-make-symbol not to check for MENU being an expression.
13297 (easy-menu-make-symbol): New arg NOEXP.
13298
132992000-07-05 Gerd Moellmann <gerd@gnu.org>
13300
13301 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13302 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13303 (eval-defun): If called with prefix arg, instrument code for
13304 Edebug.
13305
13306 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13307 similar to that of eval-defun.
13308
133092000-07-04 Dave Love <fx@gnu.org>
13310
13311 * hl-line.el (hl-line-overlay): Make it permanent-local.
13312
13313 * calendar/todo-mode.el: Replaced with a working version, based on
13314 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13315
133162000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13317
13318 * paths.el (prune-directory-list): New function.
13319 (Info-default-directory-list): Rewritten to more methodically
13320 enumerate a big list of possible info directories (based on the
13321 list used by the standalone info reader).
13322
13323 * info.el (info-initialize): Use prune-directory-list to remove
13324 non-existent directories from Info-directory-list.
13325
13326 * paths.el (Info-default-directory-list): Try a list of possible
13327 info-directories instead of a single one. Add the possible
13328 info directory "/usr/share/info".
13329
13330 * woman.el (woman-man.conf-path): Explicitly include the debian
13331 man-db config file "/etc/manpath.config".
13332 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13333 are present in `manpath.config'.
13334 (woman-manpath): Include "/usr/share/man".
13335
133362000-07-03 Gerd Moellmann <gerd@gnu.org>
13337
13338 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13339
13340 * startup.el (command-line): Initialize blink-cursor based
13341 on window-system.
13342
13343 * frame.el (blink-cursor): Default to nil if not running under
13344 a window-system.
13345
13346 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13347 (face-x-resources): Remove duplicate entry for :font.
13348
13349 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13350 instead of cycling through windows with next-window.
13351
13352 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13353 of cycling through windows with next-window.
13354
13355 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13356 of cycling through windows with next-window.
13357
13358 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13359 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13360 instead of cycling through windows with next-window.
13361
13362 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13363 instead of cycling through windows with next-window.
13364
13365 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13366 of cycling through windows with next-window.
13367
13368 * terminal.el (te-process-output): Use walk-windows instead of
13369 cycling through windows with next-window.
13370
13371 * server.el (server-switch-buffer): Use some-window instead of
13372 cycling through windows with next-window.
13373
13374 * window.el (some-window): New function.
13375 (walk-windows): Remove reference to walk-windows-start.
13376
13377 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13378
133792000-07-03 Richard Stallman <rms@gnu.org>
13380
13381 * window.el (walk-windows): Guarantee termination by keeping a list
13382 of all the windows already handled.
13383
133842000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13385
13386 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13387 window-system.
13388
13389 * man.el (Man-notify-when-ready): Don't use window-system. If
13390 Man-notify-method is newframe, and the display is not
13391 multi-frame, select the frame created for the man page.
13392 (Man-init-defvars): Doc fix.
13393
133942000-06-28 Gerd Moellmann <gerd@gnu.org>
13395
13396 * faces.el (region): Change background color for light background.
13397
13398 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13399 attribute from mode-line face of Ediff control frame.
13400
13401 * replace.el (query-replace-map): Bind `e' like `E'.
13402
134032000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13404
13405 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13406 Change name to "Select All".
13407
13408 * dos-fns.el (convert-standard-filename): Fix last change.
13409
134102000-06-27 Gerd Moellmann <gerd@gnu.org>
13411
13412 * help.el (describe-variable): Don't insert a second `'s' in front
13413 of the string `value is shown below'. Since the syntax-table is
13414 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13415 an existing `'s', so that this won't be deleted.
13416
13417 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13418 * pcmpl-unix.el: New files.
13419
134202000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13421
13422 * wid-edit.el (widget-member): Use the new plist-member.
13423
134242000-06-26 Gerd Moellmann <gerd@gnu.org>
13425
13426 * replace.el (perform-replace): Undo change of 2000-04-04.
13427 Instead, move backward 1 character at the end of the loop when
13428 necessary.
13429
13430 * faces.el (fringe): Change face for different backgrounds.
13431
13432 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13433 patch from John.
13434
13435 * eshell/*.el: Change spelling of the Free Software Foundation.
13436
13437 * eshell/esh-toggle.el: Removed.
13438
13439 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13440
13441 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13442 interactively.
13443
134442000-06-26 Alex Schroeder <alex@gnu.org>
13445
13446 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13447 `define-key'; instead of checking `(emacs-version)' check for
13448 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13449 for `;' and `o' which might be electric.
13450
13451 (sql-electric-stuff): New user option.
13452 (sql-magic-go): New function which uses `sql-electric-stuff'.
13453 (sql-magic-semicolon): New function which uses
13454 `sql-electric-stuff'.
13455
13456 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13457 is not fboundp.
13458
13459 (sql-oracle-options): New variable.
13460 (sql-oracle): Use it.
13461
13462 (sql-imenu-generic-expression): Doc change.
13463 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13464 is used.
13465
13466 (sql-informix): Added command line parameter "-" to force
13467 sql-informix-program to use stdout.
13468
134692000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13470
13471 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13472 (cp864-decode-table): Doc fix.
13473 (cp720-decode-table): New variable, supports the Arabic OEM
13474 codepage used by Windows.
13475 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13476
134772000-06-23 Dave Love <fx@gnu.org>
13478
13479 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13480 (font-lock-fontify-anchored-keywords): Use
13481 line-beginning-position.
13482 (global-font-lock-mode): Use mapc.
13483
134842000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13485
13486 * eshell/esh-module.el: Require CL when compiling.
13487
134882000-06-23 Gerd Moellmann <gerd@gnu.org>
13489
13490 * comint.el (comint-substitute-in-file-name): Call replace-match
13491 with second and third arg t.
13492
13493 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13494 Specify foreground color.
13495
13496 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13497 color.
13498
13499 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13500
13501 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13502 cddr instead of cdddr.
13503
13504 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13505 instead of copy-list.
13506
13507 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13508 of copy-list.
13509
13510 * subdirs.el: Add eshell subdirectory.
13511
13512 * eshell: New subdirectory containing the Eshell package.
13513
13514 * pcomplete.el: New file.
13515
135162000-06-23 Paul Eggert <eggert@twinsun.com>
13517
13518 * mail/mailpost.el (post-mail-send-it): Make sure file has
13519 proper permissions from birth.
13520
13521 * files.el (basic-save-buffer-2): When temporarily setting
13522 file modes, set them to current modes plus 0200, not to 0777.
13523
13524 * emerge.el (emerge-make-temp-file): Make sure file has proper
13525 permissions from birth.
13526
135272000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13528
13529 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13530 backup file name through convert-standard-filename.
13531
13532 * dos-fns.el (convert-standard-filename): Convert leading
13533 directories as well. When long file names are supported, convert
13534 characters that are invalid in Windows file names.
13535
135362000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13537
13538 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13539 ps-print crashes. New feature: page selection for printing. Create
13540 raw-text-unix coding system for XEmacs. Doc fix.
13541 (ps-print-version): New version number (5.2.3).
13542 (ps-plot-region): Bug fix.
13543 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13544 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13545 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13546 funs.
13547 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13548 (ps-last-page): New vars.
13549
135502000-06-21 Gerd Moellmann <gerd@gnu.org>
13551
13552 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13553 empty option string.
13554
135552000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13556
13557 * man.el (man): Doc fix.
13558
135592000-06-21 Kenichi Handa <handa@etl.go.jp>
13560
13561 * international/mule-cmds.el (set-language-info-alist): Docstring
13562 fixed.
13563
135642000-06-20 Gerd Moellmann <gerd@gnu.org>
13565
13566 * version.el (emacs-version): Use ISO date format.
13567
13568 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13569 instead of `M-backspace'.
13570
13571 * simple.el (turn-off-auto-fill): New function.
13572
135732000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13574
13575 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13576 Renamed from with-buffer-prepared-for-font-lock and use
13577 inhibit-modification-hooks rather than setting *-change-functions.
13578 Update all functions to use the new name.
13579 (jit-lock-first-unfontify-pos): New semantics (and doc).
13580 (jit-lock-mode): Make non-interactive.
13581 Don't automatically turn on font-lock.
13582 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13583 Always use jit-lock-after-change.
13584 Remove and restore font-lock-after-change-function.
13585 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13586 (jit-lock-after-unfontify-buffer): Remove.
13587 (jit-lock-stealth-fontify):
13588 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13589 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13590
135912000-06-20 Sam Steingold <sds@gnu.org>
13592
13593 * emacs-lisp/cl-indent.el (toplevel): Indent
13594 `print-unreadable-object' properly. Untabify.
13595
135962000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13597
13598 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13599 Support for bibentry.
13600 (reftex-compile-variables): Fixed problem with end of section-re.
13601
13602 * texmodes/reftex-dcr.el (reftex-view-crossref,
13603 reftex-view-crossref-from-bibtex):
13604 Deal with changed `reftex-find-citation-regexp-format'.
13605 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13606 Replaced `remprop' with `put'.
13607 (reftex-view-crossref, reftex-view-crossref-when-idle):
13608 Support for bibentry.
13609
13610 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13611 New entry for bibentry package.
13612
13613 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13614 Regexp also matches "\nobibliography".
13615
13616 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13617 Call `reftex-ensure-write-access' before doing anything.
13618 (reftex-ensure-write-access): New function.
13619
136202000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13621
13622 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13623
13624 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13625
13626 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13627
13628 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13629
13630
136312000-06-20 Dave Love <fx@gnu.org>
13632
13633 * faces.el (frame-background-mode): Use set-default, not set, in
13634 setter.
13635 (frame-update-faces, frame-update-face-colors): Define with
13636 defalias.
13637
13638 * enriched.el (enriched-decode-foreground)
13639 (enriched-decode-background): Don't use internal-find-face.
13640
13641 * apropos.el: Doc fixes.
13642
13643 * cus-edit.el (customize-changed-options): Check arg.
13644 (customize-version-lessp): Don't require decimal point.
13645
13646 * custom.el (defcustom, defgroup): Doc fix.
13647
13648 * newcomment.el (comment) <defgroup>: Add :version.
13649 (comment-multi-line): Doc fix.
13650
13651 * emulation/mlsupport.el (define-hooked-local-abbrev,
13652 define-hooked-global-abbrev): Fix, using define-abbrev.
13653
136542000-06-19 Gerd Moellmann <gerd@gnu.org>
13655
13656 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13657 the whole buffer.
13658
136592000-06-19 Dave Love <fx@gnu.org>
13660
13661 * menu-bar.el (menu-bar-options-save): New function.
13662 (menu-bar-options-menu): Use it.
13663 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13664 Simplify.
13665
136662000-06-19 Andreas Schwab <schwab@suse.de>
13667
13668 * progmodes/etags.el (tags-query-replace): Put new parameters
13669 START and END at the end, for backward compatibility.
13670
136712000-06-19 Kenichi Handa <handa@etl.go.jp>
13672
13673 * international/codepage.el:
13674 (cp-coding-system-for-codepage-1): Delete special codes for
13675 generating xxx-dos coding system because now a CCL based coding
13676 system can handle EOL conversion by default.
13677
13678 * international/mule.el (make-coding-system): Generate subsidiary
13679 coding systems for EOL handling variants even for a CCL based
13680 coding system.
13681
136822000-06-19 Kenichi Handa <handa@etl.go.jp>
13683
13684 * international/isearch-x.el (isearch-minibuffer-input-method)
13685 (isearch-minibuffer-input-method-function): These variables
13686 deleted.
13687 (isearch-with-input-method): Don't use the above variables.
13688 (isearch-process-search-multibyte-characters): Likewise. Call
13689 read-string with the arg INHERIT-INPUT-METHOD t.
13690
136912000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13692
13693 * font-lock.el (font-lock-after-fontify-buffer)
13694 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13695
13696 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13697 Use consistent make-local-variable style for font-lock-fontified.
13698 (jit-lock-fontify-buffer):
13699 Don't bother checking for font-lock-mode and jit-lock-mode.
13700
13701 * time.el: Remove trailing ^M that prevent CVS-merging.
13702
137032000-06-16 Gerd Moellmann <gerd@gnu.org>
13704
13705 * Makefile.in (distclean): New target.
13706
137072000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13708
13709 * Makefile.in (srcdir): Define for update-subdirs.
13710
137112000-06-16 Gerd Moellmann <gerd@gnu.org>
13712
13713 * find-lisp.el: New file.
13714
137152000-06-16 Andrew Innes <andrewi@gnu.org>
13716
13717 * time.el (display-time-mail-function): New variable, to allow
13718 external packages to indicate when new mail is available.
13719 (display-time-update): Use it.
13720
137212000-06-16 Kenichi Handa <handa@etl.go.jp>
13722
13723 * international/mule.el (mule-version): Change version name to
13724 SAKAKI. AOI has already been used by Meadow.
13725
13726 * international/quail.el (quail-show-guidance-buf): To find the
13727 bottom window (but minibuffer), pay attention to the height of
13728 minibuffer.
13729
137302000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13731
13732 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13733 menu-bar menus. Add help strings. Don't remove the Edit menu
13734 from the menu bar, as the menu bar has enough space now.
13735
13736 * Makefile.in (SHELL): Make sure /bin/sh is used.
13737
13738 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13739 characters, which use series of two ^H characters instead of one.
13740
137412000-06-15 Gerd Moellmann <gerd@gnu.org>
13742
13743 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13744 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13745 functions.
13746 (Info-find-node-2): Try a case-sensitive search first, then
13747 do a case-insensitive search.
13748
13749 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13750 tutorials.
13751
13752 * complete.el (PC-env-vars-alist): New variable.
13753 (PC-complete-as-file-name): New function.
13754 (partial-completion-mode): Initialize PC-env-vars-alist from
13755 process-environment.
13756 (PC-do-completion): Handle completion of env vars.
13757
13758 * info.el (Info-set-mode-line): Show file name in mode line,
13759 use `*Info*' instead of `Info:'.
13760
13761 * startup.el (command-line-1): Change copyright messages to year
13762 2000.
13763
137642000-06-15 Dave Love <fx@gnu.org>
13765
13766 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13767 not local-map.
13768
137692000-06-15 Kenichi Handa <handa@etl.go.jp>
13770
13771 * international/mule.el (set-buffer-file-coding-system): Almost
13772 rewritten to handle `undecided' as no-op.
13773
137742000-06-14 Gerd Moellmann <gerd@gnu.org>
13775
13776 * Makefile.in: New file.
13777
13778 * Makefile: Removed.
13779
13780 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
13781 (goto-address-highlight-keymap): Bind C-c RET.
13782
137832000-06-14 Kenichi Handa <handa@etl.go.jp>
13784
13785 * mail/sendmail.el (sendmail-send-it): The temporary buffer
13786 inherits buffer-file-coding-system of the current buffer.
13787
13788 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
13789 0. Give correct argument to set-auto-coding-function.
13790 (tar-expunge): For goto-char, use (point-min), not 0.
13791 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
13792 (tar-subfile-save-buffer): Likewize.
13793
13794 * international/mule.el
13795 (after-insert-file-set-buffer-file-coding-system): Call
13796 set-buffer-file-coding-system with the arg FORCE t.
13797
137982000-06-13 Gerd Moellmann <gerd@gnu.org>
13799
13800 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
13801 nil. Contemporary sendmails issue an X-Authentication-Warning if
13802 the sender is set with `-f'.
13803
138042000-06-13 Dave Love <fx@gnu.org>
13805
13806 * help.el (describe-function-1): Kluge around cases of functions
13807 fset to subrs whose doc doesn't match their symbol-name.
13808
13809 * image.el (insert-image): Default STRING to a space.
13810
13811 * info.el Doc fixes.
13812 (Info-build-node-completions): Match Ref tags.
13813
138142000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
13815
13816 * frame.el (display-multi-frame-p, display-multi-font-p): New
13817 defaliases for display-graphic-p.
13818
13819 * hl-line.el: Fixed a typo in commentary.
13820
138212000-06-13 Kenichi Handa <handa@etl.go.jp>
13822
13823 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
13824 fixed.
13825
138262000-06-12 Dave Love <fx@gnu.org>
13827
13828 * image.el (insert-image): Save a little consing.
13829
138302000-06-12 Kenichi Handa <handa@etl.go.jp>
13831
13832 * language/tibet-util.el: Convert all tibetan-1-column characters
13833 to the corresponding tibetan characters.
13834 (tibetan-add-components): Delete code for the special treatment of
13835 'a chung.
13836
13837 * language/tibetan.el (tibetan-composable-pattern): Fix previous
13838 change.
13839 (tibetan-vowel-transcription-alist): More rules added.
13840 (tibetan-composite-vowel-alist): New variable.
13841 (tibetan-precomposition-rule-alist): More rules added.
13842
138432000-06-12 Stefan Monnier <monnier@cs.yale.edu>
13844
13845 * startup.el (command-line): Only call menu-bar-mode if interactive.
13846
13847 * thingatpt.el (toplevel symbol-properties):
13848 * textmodes/makeinfo.el (makeinfo-compile):
13849 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
13850 * progmodes/hideif.el (hif-compress-define-list)
13851 (hide-ifdef-use-define-alist):
13852 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
13853 (ange-ftp-vms-add-file-entry):
13854 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
13855 * man.el (Man-build-man-command):
13856 * mail/rnewspost.el (news-reply-header-hook):
13857 * info.el (Info-insert-dir):
13858 * emulation/mlconvert.el (backward-word, forward-word, setq):
13859 * emacs-lisp/gulp.el (gulp-send-requests):
13860 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
13861 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
13862 (byte-optimize-apply, end of file):
13863 * emacs-lisp/advice.el (ad-advice-class-completion-table)
13864 (ad-make-freeze-definition):
13865 * startup.el (command-line, command-line-1): Don't quote lambdas.
13866
13867 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
13868 (cvs-cleanup-removed): New function.
13869 (cvs-cleanup-functions): New var.
13870 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
13871 some flexibility in specifying additional entries to auto-cleanup.
13872 (cvs-quickdir): New function.
13873 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
13874 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
13875 (cvs-mode-find-file): Check that we are on a filename or dirname
13876 when invoked through a mouse-click.
13877 (cvs-full-path): Remove.
13878 (cvs-dired-action): Re-introduced.
13879 (cvs-dired-noselect): Use it.
13880 (vc-post-command-functions): use this new hook if available.
13881
13882 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
13883 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
13884 (cvs-filename-map, cvs-dirname-map): Remove.
13885 (cvs-default-action): Remove.
13886 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
13887 if the arg is really a keymap.
13888 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
13889 Don't hardcode the mapping from state (aka type) to face, but check
13890 the var cvs-fi-<type>-face instead.
13891 (cvs-fileinfo-from-entries): New function.
13892
13893 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
13894 Docstring fix.
13895 (cvs-find-file-and-jump): Change default to be safer.
13896 (cvs-mode-diff-map): Define it as a function as well.
13897 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
13898 Bind mouse-2 in this global map rather than with text-properties.
13899
13900 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
13901 file to resolve the ambiguity between C(conflict) and C(need-merge).
13902
139032000-06-12 Kenichi Handa <handa@etl.go.jp>
13904
13905 * international/mule.el (set-buffer-file-coding-system): If
13906 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
13907 unconditionally.
13908
139092000-06-12 Dave Love <fx@gnu.org>
13910
13911 * wid-edit.el (widget-specify-button): Really suppress the face if
13912 required.
13913
139142000-06-11 Gerd Moellmann <gerd@gnu.org>
13915
13916 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
13917
139182000-06-11 Stefan Monnier <monnier@cs.yale.edu>
13919
13920 * imenu.el (imenu-generic-expression): Docstring fix.
13921
13922 * composite.el (composition-function-table): Move the `put'
13923 below the autoload cookie so we can load the file before loaddefs.
13924
13925 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
13926
13927 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
13928 Handle easy-mmode-define-global-mode.
13929 For complex macros like define-minor-mode that can generate
13930 several autoload entries, try to autoload entries in the
13931 macroexpanded code.
13932
13933 * emacs-lisp/easy-mmode.el (define-minor-mode):
13934 If KEYMAP is a symbol, just use it.
13935 Use byte-compile-current-file and load-file-name to infer the
13936 proper :require to pass to defcustom.
13937 Wrap the hook var into `progn' so as not to autoload it.
13938 Add a :autoload-end cookie.
13939 Be more careful about the evaluation of KEYMAP.
13940 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
13941 (define-derived-mode): Move define-abbrev-table outside of defvar.
13942
139432000-06-10 Stefan Monnier <monnier@cs.yale.edu>
13944
13945 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
13946 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
13947 (backup-compiled-files): Ignore errors during `tar'.
13948 (bootstrap): Make autoloads before elc files.
13949
139502000-06-10 Kenichi Handa <handa@etl.go.jp>
13951
13952 * international/mule.el (set-buffer-file-coding-system): If one of
13953 undecided-XXX is specified, change only EOL conversion.
13954
13955 * international/mule-conf.el (unix): New alias for the coding
13956 system undecided-unix.
13957
139582000-06-09 Dave Love <fx@gnu.org>
13959
13960 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
13961
13962 * progmodes/executable.el: Byte compile dynamic.
13963 (executable-insert): Change custom type.
13964 (executable-find): Add autoload cookie.
13965 (executable-make-buffer-file-executable-if-script-p): New
13966 function. After Noah Friedman.
13967
13968 * files.el (after-save-hook): Customize, with
13969 executable-make-buffer-file-executable-if-script-p as an option.
13970
139712000-06-09 Kenichi Handa <handa@etl.go.jp>
13972
13973 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
13974 "tib24p-mule.bdf" for Tibetan.
13975
13976 * composite.el (decompose-composite-char): Declare it as obsolete.
13977
13978 * man.el (Man-fontify-manpage): Pay attention to underline and
13979 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
13980
139812000-06-08 Gerd Moellmann <gerd@gnu.org>
13982
13983 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
13984 Set maintainer to FSF since author isn't reachable.
13985
139862000-06-08 Dave Love <fx@gnu.org>
13987
13988 * international/mule-cmds.el (select-safe-coding-system): If
13989 DEFAULT-CODING-SYSTEM is not specified, also check the most
13990 preferred coding-system if buffer-file-coding-system is
13991 `undecided'. From Handa.
13992
139932000-06-08 Kenichi Handa <handa@etl.go.jp>
13994
13995 * international/mule.el
13996 (after-insert-file-set-buffer-file-coding-system): If the buffer
13997 size is greater than INSERTED, judget that we are not visiting.
13998
139992000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14000
14001 * whitespace.el (defgroup whitespace): Comment out `:version'.
14002 XEmacs 20.4 has problems defining the group with this present.
14003 We'll have this commented out till get resolve the problem.
14004
140052000-06-07 John Wiegley <johnw@gnu.org>
14006
14007 * align.el (align-dq-string-modes, align-sq-string-modes)
14008 (align-open-comment-modes): Add pyhton-mode.
14009 (align-rules-list): Use get-text-property instead of
14010 text-properties-at.
14011 (align-rules-list): Add python-assignment.
14012 (align-rules-list): Change perl-comma-delimiter to
14013 basic-comma-delimiter. Use if for Perl modes and python-mode.
14014 (align-rules-list): Add python-chain-logic and
14015 basic-line-continuation.
14016
140172000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14018
14019 * apropos.el (apropos-mode-hook): New user variable.
14020 (apropos-mode): Run apropos-mode-hook.
14021
140222000-06-07 David Ponce <david@dponce.com>
14023
14024 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14025 commands. Require `wid-edit' at run-time.
14026
140272000-06-07 David Ponce <david@dponce.com>
14028
14029 * recentf.el: Added some "Commentary".
14030 (recentf-open-more-files, recentf-edit-list): Minor changes to
14031 move the point at the top of the file list. This behaviour is
14032 consistent with the menu one when the list contains a lot of
14033 files.
14034 (recentf-cleanup): Now displays the number of items removed from
14035 the list.
14036 (recentf-relative-filter) New menu filter to show filenames
14037 relative to `default-directory'.
14038
140392000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14040
14041 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14042 with/without giving an error if PostScript printer doesn't have this
14043 kind of page size. Zebra Stripe continues or restarts on next page.
14044 Manual/automatic paper feeding. Switch or not the header.
14045 (ps-print-version): New version number (5.2.2).
14046 (ps-windows-system): Include emx as a Windows system.
14047 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14048 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14049 (ps-background-text): Code fix.
14050 (ps-error-handler-message, ps-user-defined-prologue)
14051 (ps-print-prologue-header, ps-printer-name)
14052 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14053 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14054 (ps-use-face-background): Customization fix.
14055 (ps-n-up-database): Data fix.
14056 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14057 (ps-switch-header): New vars.
14058 (ps-xemacs-color-name, ps-face-foreground-name)
14059 (ps-face-background-name, ps-boolean-constant): New funs.
14060
140612000-06-07 Dave Love <fx@gnu.org>
14062
14063 * allout.el: New version from Manheimer.
14064
140652000-06-07 Kenichi Handa <handa@etl.go.jp>
14066
14067 * textmodes/fill.el (fill-find-break-point): Check the validity of
14068 charset.
14069
140702000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14071
14072 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14073 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14074 Call display-color-p and display-mouse-p instead of looking at
14075 window-system.
14076
140772000-06-06 Dave Love <fx@gnu.org>
14078
14079 * image.el (find-image): Doc fix. Return nil if image not found.
14080 (put-image, insert-image): Make STRING arg optional.
14081
140822000-06-06 Kenichi Handa <handa@etl.go.jp>
14083
14084 * language/vietnamese.el: Remove eval-when-compile.
14085 (viet-viscii-nonascii-translation-table): Define it as a
14086 translation table made from viet-viscii-decode-table.
14087 (viet-viscii-encode-table): Define it as a translation table made
14088 from the reverse map of above.
14089 (viet-vscii-nonascii-translation-table): Define it as a
14090 translation table made from viet-vscii-decode-table.
14091 (viet-vscii-encode-table): Define it as a translation table made
14092 from the reverse map of above.
14093 (ccl-decode-viscii): Use translate-character.
14094 (ccl-encode-viscii, ccl-encode-viscii-font)
14095 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14096 Likewize.
14097
14098 * language/cyrillic.el: Remove eval-when-compile.
14099 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14100 translation table made from cyrillic-koi8-r-decode-table.
14101 (cyrillic-koi8-r-encode-table): Define it as a translation table
14102 made from the reverse map of above.
14103 (ccl-decode-koi8): Use translate-character.
14104 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14105 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14106 a translation table made from cyrillic-alternativnyj-decode-table.
14107 (cyrillic-alternativnyj-encode-table): Define it as a translation
14108 table made from the reverse map of above.
14109 (ccl-decode-alternativnyj): Use translate-character.
14110 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14111 Likewize
14112
14113 * international/mule-diag.el (non-iso-charset-alist): Specify
14114 translation table symbol instead of translation table itself.
14115 (list-block-of-chars): CHARSET may be a translation table symbol.
14116
14117 * international/mule.el (make-coding-system): If CODING-SYSTEM
14118 already exists, override it.
14119
14120 * international/fontset.el: Use family `proportional' for Tibetan
14121 fonts.
14122
14123 * international/ccl.el (ccl-compile-translate-character): Don't
14124 check if Rrr has property translation-table.
14125 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14126
141272000-06-05 Gerd Moellmann <gerd@gnu.org>
14128
14129 * info.el: Bind case-fold-search to t when searching in case
14130 a user sets it to nil in a hook.
14131
141322000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14133
14134 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14135 * hl-line.el (hl-line-mode): Use the new :global key argument.
14136
14137 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14138 (tar-clip-time-string): Prepend a space.
14139 (tar-grind-file-mode): Construct a string rather than modifying one.
14140 (tar-header-block-summarize): Fix docstring.
14141 Use `format' rather than an error-prone set of copy-loops.
14142
14143 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14144 (diff-goto-source, diff-unified->context, diff-context->unified)
14145 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14146 understand the format output by the `-p' argument to diff.
14147
14148 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14149 (sh-re-done): Use defconst.
14150 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14151 (sh-help-string-for-variable, sh-guess-basic-offset):
14152 Don't quote lambdas.
14153 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14154 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14155
14156 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14157 (mh-letter-mode): Derive from text-mode.
14158 This implicitly means that it now calls kill-all-local-variables.
14159 Also remove the Emacs-18 compatibility code.
14160
14161 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14162 Make use of symbol-property doc-string-elt.
14163 Use memq rather than a sequence of eq.
14164 (doc-string-elt): Fix the wrong or missing previously unused values.
14165 (autoload-print-form): New function extracted from
14166 generate-file-autoloads to allow recursion when handling progn
14167 so that defvar's and defun's docstrings are properly printed.
14168 (generate-file-autoloads): Use it.
14169
14170 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14171 Use find-file-hooks in the minor-mode function.
14172 Be careful not to loop indefinitely in the post-command-hook function.
14173
141742000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14175
14176 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14177 tty's.
14178 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14179 differences whenever appropriate.
14180 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14181 * viper.el (find-file, find-file-other-window): Get viper to do
14182 wildcards.
14183
141842000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14185
14186 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14187 (jit-lock-fontify-buffer): New function for JIT refontification.
14188 (jit-lock-mode): Fix docstring.
14189 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14190 Remove jit-lock-after-change from the _local_ hook.
14191 (jit-lock-function-1): Fix docstring.
14192
14193 * info.el (Info-on-current-buffer): Initialize info.
14194
14195 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14196
14197 * progmodes/tcl.el (tcl-indent-for-comment):
14198 Ignore comment-indent-hook.
14199
14200 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14201 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14202 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14203 and improve to use the lighter to guess the capitalization.
14204 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14205 Add keyword arguments to specify global-ness or the custom group.
14206 Add local-map and help-echo properties to the lighter.
14207 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14208 (easy-mmode-define-global-mode): New macro.
14209
142102000-06-02 Dave Love <fx@gnu.org>
14211
14212 * wid-edit.el: byte-compile-dynamic since we typically don't use
14213 all the widgets. Don't require cl or widget. Remove
14214 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14215 (widget-read-event): Removed. Callers changed to use read-event.
14216 (widget-button-release-event-p): Renamed from
14217 button-release-event-p.
14218 (widget-field-add-space, widget-field-use-before-change):
14219 Uncustomize.
14220 (widget-specify-field): Use keymap property, not local-map.
14221 (widget-specify-button): Obey :suppress-face.
14222 (widget-specify-insert): Use modern backquote syntax.
14223 (widget-image-directory): Renamed from widget-glyph-directory.
14224 (widget-image-enable): Renamed from widget-glyph-enable.
14225 (widget-image-find): Replaces widget-glyph-find.
14226 (widget-button-pressed-face): Move defvar.
14227 (widget-image-insert): Replaces widget-glyph-insert.
14228 (widget-convert): Use keywordp.
14229 (widget-leave-text, widget-children-value-delete): Use mapc.
14230 (widget-keymap): Remove XEmacs stuff.
14231 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14232 (widget-button-click): Don't set point at the click, but re-centre
14233 if we scroll out of window. Rewritten for images v. glyphs &c.
14234 (widget-tabable-at): Use POS arg, not point.
14235 (widget-beginning-of-line, widget-end-of-line)
14236 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14237 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14238 (widget-default-create): Use widget-image-insert; some rewriting.
14239 (widget-visibility-value-create)
14240 (widget-push-button-value-create, widget-toggle-value-create): Use
14241 widget-image-insert.
14242 (checkbox): Create on and off images dynamically.
14243 (documentation-link): Change :help-echo.
14244 (widget-documentation-link-echo-help): Remove.
14245
142462000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14247
14248 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14249
14250 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14251 (easy-mmode-define-toggle, define-minor-mode): Use it.
14252 (easy-mmode-define-keymap): Docstring fix.
14253 (define-derived-mode): Default PARENT to fundamental-mode.
14254 Add the derived-mode-parent symbol-property.
14255 (easy-mmode-derived-mode-p): New function.
14256
142572000-06-02 Dave Love <fx@gnu.org>
14258
14259 * files.el (convert-standard-filename): Doc fix.
14260 (normal-backup-enable-predicate): New function.
14261 (backup-enable-predicate): Use it to replace the lambda form.
14262
14263 * calendar/todo-mode.el: [This needs more work on the outline
14264 stuff.] Doc fixes.
14265 (todo) <defgroup>: Add :version.
14266 (todo-add-category): Don't use pushnew.
14267 (todo-cmd-raise): Fix typo.
14268 (todo-top-priorities): Change temp buffer name.
14269 (todo-category-alist): Avoid redundant lambda.
14270 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14271 Use outline-next-heading.
14272
14273 * autoarg.el: Rewritten to use define-minor-mode.
14274 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14275 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14276
142772000-06-02 Kenichi Handa <handa@etl.go.jp>
14278
14279 * isearch.el (isearch-other-meta-char): Fix previous change.
14280
142812000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14282
14283 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14284 (log-edit-done): Only add the comment to the ring if it's different
14285 from the last comment entered.
14286
14287 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14288
142892000-06-01 Dave Love <fx@gnu.org>
14290
14291 * hl-line.el: Rewritten using define-minor-mode.
14292
14293 * help.el (describe-function-1): Distinguish special form from
14294 builtin function. Sanity-check presence of arglist for builtins.
14295
142962000-06-01 Kenichi Handa <handa@etl.go.jp>
14297
14298 * international/characters.el: Fix syntax/category setting of
14299 Tibetan characters.
14300
14301 * language/tibet-util.el (tibetan-add-components): Fixes for new
14302 encoding of Tibetan characters.
14303 (tibetan-decompose-precomposition-alist): New variable.
14304 (tibetan-decompose-region): Convert precomposed characters to
14305 non-precomposed characters.
14306 (tibetan-decompose-string): Likewise.
14307 (tibetan-composition-function): Fix args to
14308 thibetan-compose-string.
14309
14310 * language/tibetan.el (tibetan-composable-pattern): More
14311 characters included.
14312 (tibetan-consonant-transcription-alist): Rule for "R" added.
14313 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14314 "+R" added.
14315 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14316
14317 * language/lao-util.el (lao-composition-function): Fix args to
14318 compose-string.
14319
14320 * language/thai-util.el (thai-composition-function): Fix args to
14321 compose-string.
14322
14323 * isearch.el (isearch-update): Set disable-point-adjustment to t
14324 to prevent the point moving to the end of a composition when a
14325 part of a composition is searched.
14326 (isearch-other-meta-char): If the key invoking this command can be
14327 mapped by function-key-map to a printing char, call
14328 isearch-process-search-char directly.
14329
143302000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14331
14332 * emacs-lisp/bytecomp.el:
14333 * frame.el:
14334 * international/mule-cmds.el:
14335 * international/mule-util.el:
14336 * international/mule.el:
14337 * mouse.el:
14338 * subr.el:
14339 * faces.el: Update calls to make-obsolete with a WHEN argument.
14340
14341 * byte-run.el (make-obsolete, make-obsolete-variable):
14342 Add an optional WHEN argument and change the format of the
14343 symbol-property information.
14344 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14345 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14346 new obsolete-symbol-property format and print WHEN if it is provided.
14347
143482000-05-31 Dave Love <fx@gnu.org>
14349
14350 * loadhist.el (loadhist-hook-functions): Remove
14351 before-change-function, after-change-function.
14352 (unload-feature): Deal with symbols which are both bound and
14353 fbound.
14354
14355 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14356 before-change-function, after-change-function.
14357
14358 * simple.el (newline): Don't bind before-change-function,
14359 after-change-function.
14360
143612000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14362
14363 * whitespace.el (whitespace-rescan-timer-time): Update interval
14364 set to 600 seconds (10 minutes) instead of 60 seconds since
14365 a large number of whitespace buffers causes emacs to `freeze'
14366 for a considerable amount of time.
14367
14368 * whitespace.el: Updated email address
14369
143702000-05-31 Dave Love <fx@gnu.org>
14371
14372 * add-log.el (change-log-font-lock-keywords) <function>: Add
14373 pattern for function of change.
14374 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14375 acknowledgements patterns.
14376
143772000-05-31 Kenichi Handa <handa@etl.go.jp>
14378
14379 * isearch.el (isearch-printing-char): If keyboard coding system is
14380 being used, call isearch-process-search-multibyte-characters.
14381
14382 * international/isearch-x.el: Mostly rewritten.
14383
14384 * international/quail.el (quail-start-conversion): Don't include
14385 unhandled events in the returned events, but set them in
14386 unread-command-events. Exit if all inputs are deleted.
14387
143882000-05-30 Jason Rumney <jasonr@gnu.org>
14389
14390 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14391
14392 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14393 Reenable code to create initial fontsets.
14394 Use set-fontset-font in place of put-charset-property.
14395
143962000-05-30 Gerd Moellmann <gerd@gnu.org>
14397
14398 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14399 label, ensure that the first colon isn't followed by another.
14400
14401 * paths.el (Info-default-directory-list): Doc fix.
14402
14403 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14404 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14405 send a query containing USER only, not USER@HOST.
14406
14407 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14408 and rmail-msgend to compute the restriction at the end, instead of
14409 computing it.
14410
144112000-05-29 Gerd Moellmann <gerd@gnu.org>
14412
14413 * dabbrev.el (dabbrev-expand): Don't display messages in the
14414 echo area if the minibuffer window is active.
14415
14416 * jit-lock.el (jit-lock-mode): Add after change function to
14417 local hook.
14418
144192000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14420
14421 * antlr-mode.el: New commands: hide/unhide actions,
14422 upcase/downcase literals.
14423 (antlr-tiny-action-length): New user option.
14424 (antlr-hide-actions): New command. Suggested by
14425 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14426 (antlr-mode-map): New binding [C-c C-v].
14427 (antlr-mode-menu): New entries.
14428 (antlr-downcase-literals): New command.
14429 (antlr-upcase-literals): Ditto.
14430
14431 * antlr-mode.el: Minor changes: indendation, mode-name.
14432 (antlr-indent-line): Indent cpp directive at column 0.
14433 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14434
14435 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14436 (antlr-font-lock-additional-keywords): Workaround for intentional
14437 bug in XEmacs version of font-lock.
14438 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14439 be used by a smarter version of `buffers-menu-grouping-function'.
14440
144412000-05-29 Gerd Moellmann <gerd@gnu.org>
14442
14443 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14444 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14445
144462000-05-29 Kenichi Handa <handa@etl.go.jp>
14447
14448 * international/encoded-kb.el
14449 (encoded-kbd-iso2022-designation-map): Pay attention to that
14450 charset-iso-final-char return -1 for eight-bit-control and
14451 eight-bit-graphic.
14452
144532000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14454
14455 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14456 (speedbar-easymenu-definition-base): Use display-graphic-p where
14457 available, instead of window-system.
14458
144592000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14460
14461 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14462 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14463 coding systems.
14464
144652000-05-26 Dave Love <fx@gnu.org>
14466
14467 * disp-table.el (standard-display-underline): Don't use
14468 internal-find-face.
14469
14470 * mail/reporter.el: Maintainer change. Doc fixes.
14471 (reporter-version): Deleted.
14472
14473 * emacs-lisp/elp.el: Maintainer change.
14474 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14475
144762000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14477
14478 * add-log.el (add-change-log-entry): Merge the current entry with the
14479 previous one if the previous one is empty.
14480
144812000-05-26 Dave Love <fx@gnu.org>
14482
14483 * loadhist.el (unload-feature): Fix interactive spec [from
14484 lijnzaad@ebi.ac.uk].
14485
14486 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14487 subr-arity to check primitives.
14488 (byte-compile-flush-pending, byte-compile-file-form-progn)
14489 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14490 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14491 mapcar.
14492
144932000-05-26 Kenichi Handa <handa@etl.go.jp>
14494
14495 * international/fontset.el: Set family names of non-latin charsets
14496 in default fontset to "*".
14497
14498 * international/mule-diag.el (print-fontset): Combine family part
14499 and registry part of the fontname by "-*-" instead of "-".
14500
14501 * international/mule-cmds.el (encode-coding-char): Make strings
14502 multibyte before calling encode-coding-string.
14503
145042000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14505
14506 * derived.el: Fix keywords.
14507 (define-derived-mode): Only define if needed.
14508
14509 * simple.el (fill-comment, comment-column, comment-start)
14510 (comment-start-skip, comment-end, comment-indent-function)
14511 (block-comment-start, block-comment-end, indent-for-comment)
14512 (set-comment-column, kill-comment, comment-padding, comment-region)
14513 (comment-multi-line, indent-new-comment-line): Remove.
14514
14515 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14516 function names for comment operations.
14517
14518 * newcomment.el: Add abundant autoload cookies.
14519 (comment-style): Don't depend on runtime data at compile-time.
14520 (comment-indent-hook): Remove.
14521 (comment-indent): Check if comment-indent-hook is bound.
14522 (comment-region): Docstring fix.
14523
145242000-05-25 Dave Love <fx@gnu.org>
14525
14526 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14527 byte-code-function-p.
14528
14529 * mail/rmailsum.el: Add provide.
14530
14531 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14532
14533 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14534 defcustom.
14535
145362000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14537
14538 * ediff-diff.el (ediff-exec-process): delete --binary option from
14539 non-buffer ediff jobs.
14540
145412000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14542
14543 * hilit-chg.el (highlight-changes-mode): Ask about color or
14544 grayscale support, not about window-system.
14545
14546 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14547 window-system.
14548 (ffap-highlight): Always default to t.
14549
14550 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14551 display-popup-menus-p instead of looking at window-system.
14552
14553 * disp-table.el (standard-display-g1, standard-display-graphic):
14554 Only refuse to use string glyphs on X and MS-Windows.
14555
14556 * avoid.el: Remove window-system from commentary, suggest to use
14557 display-*-p instead.
14558
14559 * apropos.el (apropos-print): Use display-mouse-p instead of
14560 window-system.
14561
145622000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14563
14564 * international/codepage.el (cp-decoding-vector-for-codepage):
14565 Fill up unsupported characters with their own codes. From Kenichi
14566 Handa.
14567
145682000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14569
14570 * international/mule-diag.el (describe-char-after): Use
14571 display-graphic-p instead of window-system, so that this function
14572 works on MS-DOS.
14573
145742000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14575
14576 * international/codepage.el (cp-make-coding-systems-for-codepage):
14577 Remove the eight-bit-graphic and eight-bit-control charsets from
14578 the list of charsets which we convert into `?'.
14579
145802000-05-25 Kenichi Handa <handa@etl.go.jp>
14581
14582 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14583 private charsets.
14584 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14585 japanese-jisx0213-2): New charsets.
14586
14587 * international/fontset.el: Setup default fontset for new charsets.
14588
145892000-05-24 Dave Love <fx@gnu.org>
14590
14591 * info.el (Info-find-node-2): Restructure [following "Vadim
14592 S. Solomin" <sovs@uic.nnov.ru>].
14593
14594 * icomplete.el: Fix header for Finder.
14595
145962000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14597
14598 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14599 STAY.
14600
14601 * rmail.el (rmail-automatic-folder-directives): New user variable.
14602 (rmail-show-message): Add call to `rmail-auto-file' during
14603 display.
14604 (rmail-auto-file): New function.
14605
146062000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14607
14608 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14609 account.
14610 (ediff-test-utility,ediff-diff-mandatory-option)
14611 (ediff-reset-diff-options): Utilities for proper initialization of
14612 ediff-diff-options and ediff-diff3-options on Windows.
14613
14614 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14615 variable.
14616
14617 * ediff-mult.el (ediff-filegroup-action): Use
14618 ediff-merge-filename-prefix.
14619
146202000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14621
14622 * viper-ex.el (ex-write): Set selective display to nil.
14623
146242000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14625
14626 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14627 aliases for hebrew-iso-8bit.
14628
146292000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14630
14631 * woman.el: New version from Francis J. Wright
14632 <F.J.Wright@Maths.QMW.ac.uk>.
14633 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14634 names in environment variables regardless of the path separator.
14635 (woman-topic-all-completions-1): Don't call file-name-directory-p
14636 on all files, since woman-file-regexp already filters out any
14637 directories.
14638
146392000-05-24 Kenichi Handa <handa@etl.go.jp>
14640
14641 * international/quail.el (quail-start-translation): Don't change
14642 modified-p of the current buffer.
14643 (quail-start-conversion): Likewise.
14644
14645 * international/kkc.el (kkc-region): Don't change modified-p of
14646 the current buffer.
14647
14648 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14649 conform to RFC1468.
14650 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14651
146522000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14653
14654 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14655 (speedbar-insert-button): Invisible text property fix.
14656 (speedbar-directory-plus): Renamed from speedbar-directory-+
14657 (speedbar-directory-minus): Renamed from speedbar-directory--
14658 (speedbar-page-plus): Renamed from speedbar-file-+
14659 (speedbar-page-minus): Renamed from speedbar-file--
14660 (speedbar-page): Renamed from speedbar-file-
14661 (speedbar-tag): Renamed from speedbar-tag-
14662 (speedbar-tag-plus): Renamed from speedbar-tag-+
14663 (speedbar-tag-minus): Renamed from speedbar-tag--
14664 (speedbar-expand-image-button-alist): Use above renames.
14665
14666 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14667 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14668 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14669 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14670 * sb-pg.xpm: Renamed from sb-file.xpm
14671 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14672 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14673
146742000-05-24 Kenichi Handa <handa@etl.go.jp>
14675
14676 * international/quail.el (quail-show-guidance-buf): Set
14677 current-input-method of the guidance buffer to the name of the
14678 curren input method.
14679
146802000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14681
14682 * progmodes/compile.el (compile-internal): Style typo.
14683
14684 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14685 quote vars and functions in the docstring.
14686
14687 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14688
14689 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14690 Don't quote lambdas.
14691
14692 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14693
146942000-05-23 Gerd Moellmann <gerd@gnu.org>
14695
14696 * startup.el (command-line): Determine source file of compiled
14697 user init file differently. Warn if compiled user init file
14698 is older than its source file.
14699
14700 * ffap.el (ffap-url-regexp): Add `https'.
14701
147022000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14703
14704 * files.el (make-backup-file-name-1): Replace slashes with `!'
14705 rather than `|' (which is not allowed on Windows). Replace the
14706 drive letters with a string "drive_X".
14707
147082000-05-23 Gerd Moellmann <gerd@gnu.org>
14709
14710 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14711
14712 * files.el (interpreter-mode-alist): Add `bash2'.
14713
147142000-05-22 Dave Love <fx@gnu.org>
14715
14716 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14717 mapc.
14718 (feature-file): Avoid calling symbol-name. Doc fix.
14719 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14720 (loadhist-hook-functions): Add mouse-position-function.
14721 (unload-feature): Change uses of mapcar.
14722
14723 * files.el (parse-colon-path): Doc fix.
14724 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14725 (set-auto-mode): Use mapc.
14726
14727 * complete.el (PC-look-for-include-file): Use :alnum: character
14728 class.
14729 (partial-completion-mode): Add autoload cookie.
14730
147312000-05-22 Sam Steingold <sds@gnu.org>
14732
14733 * info.el (Info-fontify-node): Fixed the call to
14734 `add-text-properties' (bug introduced on 2000-05-18).
14735
147362000-05-22 Dave Love <fx@gnu.org>
14737
14738 * bindings.el: Remove debug-ignored-errors set in other files.
14739
14740 * progmodes/etags.el: Add to debug-ignored-errors.
14741 (visit-tags-table-buffer): Clear out buffers holding old tables
14742 when making a new list.
14743 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14744 mapc.
14745
14746 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14747 quote keywords.
14748 (cmpl-string-case-type): Use character classes.
14749
14750 * comint.el:
14751 * textmodes/ispell.el:
14752 * imenu.el:
14753 * mail/mh-e.el:
14754 * progmodes/compile.el: Add to debug-ignored-errors.
14755
14756 * dabbrev.el: Add to debug-ignored-errors.
14757 (dabbrev-completion): Use mapc.
14758
147592000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14760
14761 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14762 (woman-mapcan, woman-parse-man.conf)
14763 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14764 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14765 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14766 path syntax better.
14767 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14768 (woman-manpath): Call woman-parse-man.conf.
14769 (woman-emulation): New defcustom, defaults to nroff.
14770 (woman-font-support): New defconst.
14771 (woman-use-symbol-font): New defcustom.
14772 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14773 "Emulation".
14774 Many functions: Doc fix.
14775
147762000-05-22 Kenichi Handa <handa@etl.go.jp>
14777
14778 * international/quail.el (quail-simple-translation-keymap): Map
14779 128..255 to quail-self-insert-command.
14780 (quail-keyboard-layout-alist): Add definition for "pc102-de".
14781
147822000-05-22 Stefan Monnier <monnier@cs.yale.edu>
14783
14784 * help.el (help-manyarg-func-alist): Typo.
14785
14786 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
14787 intervals which makes it heaps simpler.
14788
14789 * newcomment.el (comment-region-internal): Go back to BEG after quoting
14790 the nested comment markers.
14791
14792 * subr.el (remove-hook): Don't turn the hook's value into a list.
14793
147942000-05-21 Dave Love <fx@gnu.org>
14795
14796 * edmacro.el (edmacro-parse-keys): Return vector if any elements
14797 are invalid characters.
14798
14799 * international/mule-util.el (detect-coding-with-priority): Use
14800 mapc. Remove redundant lambda.
14801
14802 * international/mule-diag.el (list-non-iso-charset-chars)
14803 (describe-fontset): Remove redundant lambda.
14804
14805 * emulation/crisp.el (brief-mode): New alias.
14806
14807 * emacs-lisp/ring.el (ring-elements): New function.
14808
14809 * emacs-lisp/easymenu.el (easy-menu-create-menu)
14810 (easy-menu-do-add-item): Use keywordp.
14811
14812 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
14813
14814 * replace.el: Doc and error message fixes.
14815 (replace-highlight): Use facep, not internal-find-face.
14816
148172000-05-20 Stefan Monnier <monnier@cs.yale.edu>
14818
14819 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
14820
14821 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
14822 (log-edit-insert-changelog): Drop `:' as well.
14823
14824 * log-view.el: Fix file description.
14825 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
14826 available.
14827 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
14828 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
14829
14830 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
14831 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
14832 Print a status message if the toggle is called interactively.
14833 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
14834 for global minor modes and use `defcustom' for them.
14835 Use add-minor-mode.
14836 (easy-mmode-define-derived-mode): Remove.
14837 (define-derived-mode): Fancier default docstring.
14838 (easy-mmode-define-navigation): Signal an error rather than (ding).
14839
14840 * newcomment.el (comment-styles): New `box-multi'.
14841 (comment-normalize-vars): Better default for comment-continue to
14842 avoid whitespace-only continuations.
14843 (comment-search-forward): Always move even in the no-syntax case.
14844 (comment-padright): Only obey N if it's only obeyed for padleft.
14845 (comment-make-extra-lines): Better handling of empty continuations.
14846 Use `=' for the filler if comment-start has only one character.
14847 (uncomment-region): Try handling the special `=' filler.
14848 (comment-region): Allow LINES even if MULTI is nil.
14849 (comment-box): Choose box style based on comment-style.
14850
148512000-05-20 Kenichi Handa <handa@etl.go.jp>
14852
14853 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
14854 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
14855
148562000-05-20 Kenichi HANDA <handa@etl.go.jp>
14857
14858 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
14859 and insert, not subst-char-in-region.
14860
14861 * international/mule-diag.el (list-character-sets-1): Handle
14862 charsets eight-bit-control and eight-bit-graphic.
14863 (list-iso-charset-chars): Likewise.
14864 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
14865 charactes as is. Use indent-to to align characters.
14866
14867 * international/mule-cmds.el (find-multibyte-characters): Never
14868 exclude charsets eight-bit-control and eight-bit-graphic.
14869
148702000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14871
14872 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
14873 Don't quote lambdas.
14874
14875 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
14876
148772000-05-19 Gerd Moellmann <gerd@gnu.org>
14878
14879 * gud.el (gud-jdb-directories): Doc fix.
14880
148812000-05-19 Stefan Monnier <monnier@cs.yale.edu>
14882
14883 * newcomment.el: New file.
14884
148852000-05-19 Gerd Moellmann <gerd@gnu.org>
14886
14887 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
14888
148892000-05-18 Andreas Schwab <schwab@suse.de>
14890
14891 * dired.el (dired-between-files): Also skip lines beginning with
14892 `used'.
14893
148942000-05-18 Gerd Moellmann <gerd@gnu.org>
14895
14896 * msb.el (msb-menu-cond): Add choice `user'.
14897
148982000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14899
14900 * ps-print.el: Compatibility, customization and doc fix.
14901 (ps-printer-name-option): Replace defconst by defvar.
14902 (ps-postscript-code-directory): XEmacs compatibility.
14903 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
14904 fix.
14905 (ps-user-defined-prologue, ps-print-prologue-header)
14906 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
14907 compatibility and code fix.
14908 (ps-print-background-image, ps-print-background-text):
14909 Customization fix.
14910 (ps-line-number-start, ps-n-up-on): New vars.
14911
149122000-05-18 Espen Skoglund <esk@ira.uka.de>
14913
14914 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
14915 the indent-comment function to just return the appropriate indent.
14916
149172000-05-18 Eric M. Ludlam <zappo@ultranet.com>
14918
14919 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
14920 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
14921 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
14922
149232000-05-18 Dave Love <fx@gnu.org>
14924
14925 * info.el (Info-fontify-node): Add intangible property as well as
14926 invisible.
14927
14928 * calendar/appt.el (appt-make-list): Match all lines of entry.
14929 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
14930
149312000-05-18 Kenichi Handa <handa@etl.go.jp>
14932
14933 * international/mule-diag.el (describe-char-after): Call
14934 internal-char-font, not char-font. If internal-char-font returns
14935 nil, display "-- none --".
14936
149372000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14938
14939 * image.el (image-type-available-p): Don't reference image-types
14940 if it isn't bound.
14941
149422000-05-17 Stefan Monnier <monnier@cs.yale.edu>
14943
14944 * autoarg.el (autoarg-mode): Typo in the :set argument.
14945
149462000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
14947
14948 * startup.el (command-line-1): Don't signal an error if the
14949 directory for auto-save-list files does not yet exist.
14950
149512000-05-17 Kenichi Handa <handa@etl.go.jp>
14952
14953 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
14954
149552000-05-16 Stefan Monnier <monnier@cs.yale.edu>
14956
14957 * subr.el (remove-hook): `setq' hook-value, not `set'.
14958
149592000-05-16 Sam Steingold <sds@gnu.org>
14960
14961 * info.el (debug-ignored-errors): More errors to ignore.
14962
149632000-05-16 Dave Love <fx@gnu.org>
14964
14965 * cus-edit.el: Don't require cl or easymenu.
14966 (custom-variable-prompt): Test standard-value property, not
14967 user-variable-p.
14968
149692000-05-16 Sam Steingold <sds@gnu.org>
14970
14971 * subr.el (add-hook): `setq' hook-value, not `set'.
14972
149732000-05-16 Gerd Moellmann <gerd@gnu.org>
14974
14975 * startup.el (command-line-1): Mention the FAQ in the startup
14976 message.
14977
14978 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
14979
14980 * progmodes/compile.el (compilation-parse-errors): Collect
14981 `nomessage' regexps last.
14982
14983 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
14984
14985 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
14986 to the function name.
14987
149882000-05-15 Dave Love <fx@gnu.org>
14989
14990 * speedbar.el (speedbar-recenter): Typo.
14991 (speedbar-expand-line): Make arg optional.
14992 (speedbar-mode): Avoid a compiler warning.
14993
149942000-05-15 Gerd Moellmann <gerd@gnu.org>
14995
14996 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
14997 user-specified option string is empty.
14998
14999 * mouse.el (mouse-yank-at-click): Doc fix.
15000
150012000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15002
15003 * term/internal.el (IT-character-translations): More updates of
15004 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15005 documents.
15006
150072000-05-15 Gerd Moellmann <gerd@gnu.org>
15008
15009 * env.el (getenv): New function, interactively callable.
15010 (setenv, getenv): Remove autoload cookies.
15011
15012 * loadup.el: Load `env'.
15013
15014 * progmodes/f90.el: Change author's mail address.
15015
150162000-05-14 Dave Love <fx@gnu.org>
15017
15018 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15019 goto-addr as an option.
15020
15021 * help.el (help-xref-stack): Doc fix.
15022 (help-xref-following): New variable.
15023 (help-make-xrefs): Use it.
15024 (help-xref-go-back): Use position information from stack element.
15025 (help-follow): Make position in stack element a pair. Use
15026 help-xref-following.
15027
15028 * autoarg.el: New file.
15029
15030 * faces.el: Declare more functions obsolete.
15031
15032 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15033 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15034 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15035 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15036 Remove all the setup-...-environment functions.
15037
150382000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15039
15040 * speedbar.el: Updated the commentary section. xemacs20p now uses
15041 >= when detecting. Require `defimage' safely.
15042 (speedbar-easymenu-definition-base): Add toggle for images.
15043 (speedbar-easymenu-definition-special): Add flush cache & expand.
15044 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15045 (speedbar-reconfigure-keymaps-hook): New variable.
15046 (speedbar-frame-parameters): Updated documentation.
15047 (speedbar-use-imenu-flag): Updated custom tag
15048 (speedbar-dynamic-tags-function-list): New variable.
15049 (speedbar-tag-hierarchy-method): Updated doc & custom.
15050 (speedbar-indentation-width, speedbar-indentation-width) New
15051 variables.
15052 (speedbar-hide-button-brackets-flag): Customizable.
15053 (speedbar-vc-indicator): Doc update.
15054 (speedbar-ignored-path-expressions): Updated default value.
15055 (speedbar-supported-extension-expressions): Updated default value.
15056 (speedbar-syntax-table): Remove {} paren status.
15057 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15058 as "+". Added overlay aliases.
15059 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15060 `force-mode-line-update'.
15061 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15062 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15063 `mouse-set-point'
15064 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15065 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15066 of arbitrary text, and new helper functions.
15067 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15068 filename finder.
15069 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15070 (speedbar-directory-buttons): Update path search/expansion.
15071 (speedbar-make-tag-line): Pay attention to
15072 `speedbar-indentation-width'. Use more care w/ invisible
15073 properties.
15074 (speedbar-change-expand-button-char): Call
15075 `speedbar-insert-image-button-maybe'.
15076 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15077 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15078 (speedbar-trim-words-tag-hierarchy)
15079 (speedbar-simple-group-tag-hierarchy): New functions
15080 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15081 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15082 functions.
15083 (speedbar-mouse-set-point): New function
15084 (speedbar-power-click): Updated documentation.
15085 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15086 of tag prefix text.
15087 (speedbar-expand-line, speedbar-contract-line): Make more robust
15088 to strange text.
15089 (speedbar-expand-line): Takes universal argument to flush the
15090 cache.
15091 (speedbar-flush-expand-line): New function.
15092 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15093 Use new generator insertion method.
15094 (speedbar-fetch-dynamic-tags): New function.
15095 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15096 `speedbar-fetch-dynamic-imenu'.
15097 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15098 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15099 "Revert Buffer" menu items.
15100 (speedbar-buffer-buttons-engine): Be smarter when creating a
15101 filename tag (for expansion purposes.).
15102 (speedbar-highlight-one-tag-line,
15103 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15104 (speedbar-recenter): New functions.
15105 (defimage-speedbar): Image loading abstraction.
15106 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15107 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15108 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15109 (speedbar-tag-type, speedbar-tag-mail): New images.
15110 (speedbar-expand-image-button-alist): New variable.
15111 (speedbar-insert-image-button-maybe): Insert an image over some
15112 buttons.
15113
151142000-05-13 Kenichi Handa <handa@etl.go.jp>
15115
15116 * international/mule-cmds.el (encode-coding-char): An ASCII
15117 character is always encodable.
15118
15119 * international/mule-conf.el: Add more information in descriptions
15120 of character sets.
15121
15122 * international/mule-diag.el (describe-char-after): New function.
15123 (describe-font-internal): Adjusted for the change of font-info.
15124 (describe-font): Likewise.
15125 (print-fontset): Rewritten for the new fontset implementation.
15126 (describe-fontset): Include fontset alias names in completion.
15127 (list-fontsets): Adjusted for the change of print-fontset.
15128
15129 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15130 describe-char-after instead of displaying the detail in the echo
15131 area.
15132 (syntax-code-table): Format changed.
15133 (string-to-syntax): Adjusted for the above change.
15134
151352000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15136
15137 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15138
151392000-05-12 Dave Love <fx@gnu.org>
15140
15141 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15142 dependence. Use line-{beginning,end}-position, not
15143 point-at{b,e}ol. Some doc fixes.
15144 (todo-position): New function. Fix callers of position to use it.
15145 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15146
151472000-05-12 Gerd Moellmann <gerd@gnu.org>
15148
15149 * time.el (display-time-mail-icon): Use `:ascent center'.
15150
15151 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15152 handling FTP security extensions.
15153
151542000-05-11 Dave Love <fx@gnu.org>
15155
15156 * calendar/todo-mode.el: New file.
15157
151582000-05-11 Gerd Moellmann <gerd@gnu.org>
15159
15160 * comint.el (comint-read-input-ring): Move reference to
15161 comint-input-ring-size outside of the save-excursion. It was
15162 causing the default value to be the only one ever seen.
15163
15164 * font-lock.el: Update copyright. Remove Simon Marshall's email
15165 address on request from him.
15166
15167 * subr.el (substitute-key-definition): Add comment describing
15168 the meaning of PREFIX.
15169
151702000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15171
15172 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15173
15174 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15175 (add-minor-mode): Don't make the variable buffer-local and add a
15176 reference to define-minor-mode in the docstring.
15177
15178 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15179 HEADER/FOOTER and fix bug with trailing empty directory.
15180 (cvs-append-to-ignore): Use vc-editable-p if available.
15181 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15182 (vc-do-command): Tweak advice to handle the new VC.
15183
15184 * log-view.el (log-view-goto-rev): New function for the new VC.
15185 (log-view-minor-wrap): Use mark-active.
15186
15187 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15188 (log-edit-changelog-full-paragraphs): New var.
15189 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15190 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15191 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15192 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15193 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15194 Replace the `cvs' prefix with `log-edit'.
15195
15196 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15197
15198 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15199 (diff-font-lock-defaults): Explicitly turn off multiline.
15200 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15201 (diff-ediff-patch): Fix call to ediff-patch-file.
15202 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15203 Handle comments.
15204
15205 * frame.el (automatic-hscrolling): Typo.
15206
15207 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15208
152092000-05-09 Sam Steingold <sds@goems.com>
15210
15211 * apropos.el (apropos-print): use `describe-face' instead of
15212 `customize-face-other-window'.
15213
152142000-05-09 Dave Love <fx@gnu.org>
15215
15216 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15217
15218 * help.el (describe-variable): Have customize button pop the
15219 help-xref stack when invoked.
15220 (help-xref-symbol-regexp): Add `face'.
15221 (help-make-xrefs): Check for quoted face names and adapt regexp
15222 submatch numbers to cope.
15223 (help-xref-interned): Maybe insert face doc too. Separate
15224 sections with a line of hyphens.
15225
15226 * faces.el: Some doc fixes. Declare some functions obsolete.
15227 (describe-face): Add customize button. Return the help
15228 text. Fix prompt.
15229
152302000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15231
15232 * term/internal.el (IT-character-translations): Fix last change.
15233
152342000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15235
15236 * woman.el: New file
15237 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15238
152392000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15240
15241 * term/internal.el (IT-character-translations): Update ASCII
15242 simulations for greek-iso8859-7, add latin-iso8859-14 and
15243 latin-iso8859-15.
15244
15245 * international/mule-cmds.el (set-language-info-alist): Call
15246 define-prefix-command with 3 arguments, to make the map suitable
15247 for a menu.
15248
152492000-05-07 Dave Love <fx@gnu.org>
15250
15251 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15252
152532000-05-05 Dave Love <fx@gnu.org>
15254
15255 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15256 list in doc string. Don't quote keyword symbols.
15257 * emacs-lisp/cl.el: Likewise
15258 * emacs-lisp/cl-seq.el: Likewise
15259
152602000-05-05 Gerd Moellmann <gerd@gnu.org>
15261
15262 * abbrev.el (abbrev-mode): Make ARG optional.
15263
152642000-05-04 Gerd Moellmann <gerd@gnu.org>
15265
15266 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15267
15268 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15269
15270 * subr.el (substitute-key-definition): Clarify documentation.
15271
152722000-05-04 Milan Zamazal <pdm@freesoft.cz>
15273
15274 * glasses.el (glasses-convert-to-unreadable): Use
15275 `glasses-separator' instead of the hard-wired "_".
15276 (glasses-mode): Call `glasses-make-unreadable' only in a single
15277 place.
15278
152792000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15280
15281 * term/internal.el (cjk-codepages-alist): Add associations for
15282 Chinese and Korean codepages. Remove FIXME comment.
15283
152842000-05-03 Dave Love <fx@gnu.org>
15285
15286 * time.el (display-time-mail-face, display-time-use-mail-icon):
15287 New option.
15288 (display-time-mail-icon): New variable.
15289 (display-time-string-forms): Use the above. Fix the local-map.
15290
152912000-05-03 Gerd Moellmann <gerd@gnu.org>
15292
15293 * replace.el (query-replace-map): Add binding for `E'.
15294 (query-replace-help): Extend help text.
15295 (perform-replace): Allow editing the replacement string.
15296
15297 * make-mode.el (makefile-mode-abbrev-table): New variable.
15298 (makefile-mode): Set local abbrev table to
15299 makefile-mode-abbrev-table.
15300 (makefile-font-lock-keywords): Fontify includes and conditionals.
15301
15302 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15303 set TOGGLE's value.
15304
15305 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15306 mail-interactive-insert-alias.
15307 (mail-abbrev-complete-alias): New command.
15308 (mail-mode-map): Bind it to `M-TAB'.
15309
153102000-05-03 Kenichi Handa <handa@etl.go.jp>
15311
15312 * language/lao-util.el (lao-compose-region): New function.
15313
153142000-05-02 Gerd Moellmann <gerd@gnu.org>
15315
15316 * files.el (recover-session): Make directories as necessary
15317 if they don't exist yet.
15318
15319 * calendar/cal-french.el
15320 (french-calendar-multibyte-special-days-array)
15321 (french-calendar-special-days-array): Change French text.
15322 (calendar-french-date-string): Change output.
15323 (calendar-goto-french-date): Likewise.
15324
153252000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15326
15327 * wid-edit.el (widget-default-active): Obey `:always-active'.
15328 (widget-documentation-string-value-create): Set `:always-active'.
15329
153302000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15331
15332 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15333 default prefix to `~/_emacs.d/auto-save.list/_s'.
15334 (normal-top-level): Create the directory for auto-save files, if
15335 it doesn't already exist (in the ms-dos case only).
15336
153372000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15338
15339 * international/mule-cmds.el (set-language-environment): Don't
15340 concat an integer (dos-codepage), use format instead.
15341
153422000-05-02 Dave Love <fx@gnu.org>
15343
15344 * help.el (help-xref-on-pp): Check for constant symbols.
15345
153462000-04-29 Gerd Moellmann <gerd@gnu.org>
15347
15348 * startup.el (normal-top-level): Put a condition-case around
15349 the code loading subdirs.el.
15350
153512000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15352
15353 * ps-print.el: Upside-down and face background color printing,
15354 line number step, doc fix.
15355 (ps-print-version): New version number (5.2).
15356 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15357 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15358 (ps-spool-config): Var fix.
15359 (ps-printer-name-option): Const fix.
15360 (ps-print-upside-down, ps-use-face-background)
15361 (ps-line-number-step): New vars.
15362 (ps-window-system, ps-lp-system): New consts.
15363 (ps-face-background): New fun.
15364
153652000-04-28 Richard Stallman <rms@gnu.org>
15366
15367 * files.el (make-auto-save-file-name):
15368 Apply auto-save-file-name-transforms to visited file name
15369 before generating auto save file name.
15370 (auto-save-file-name-transforms): New variable.
15371
15372 * files.el (backup-enable-predicate):
15373 Correctly test for a file under a temporary directory.
15374
153752000-04-28 Gerd Moellmann <gerd@gnu.org>
15376
15377 * subr.el (add-minor-mode): Rewritten.
15378
153792000-04-28 Kenichi Handa <handa@etl.go.jp>
15380
15381 * mail/sendmail.el (sendmail-send-it): Set
15382 buffer-file-coding-system to the selected coding system for MIME
15383 header.
15384
153852000-04-27 Gerd Moellmann <gerd@gnu.org>
15386
15387 * dired.el (dired-move-to-filename-regexp): Allow format where
15388 YYYY is followed by two spaces.
15389
15390 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15391 in the second character class of the regexp.
15392
15393 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15394 mh-etc, too.
15395
15396 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15397 nil.
15398
15399 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15400
15401 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15402 argument.
15403
154042000-04-27 Sen Nagata <sen@eccosys.com>
15405
15406 * emacs-lisp/crm.el (crm-completion-table): New variable.
15407 (crm-collection-fn, crm-test-completion)
15408 (completing-read-multiple): Use it.
15409
154102000-04-27 Dave Love <fx@gnu.org>
15411
15412 * help.el (locate-library): Use mapc.
15413 (help-manyarg-func-alist): Add call-process-region.
15414
154152000-04-26 Gerd Moellmann <gerd@gnu.org>
15416
15417 * subr.el (add-minor-mode): Make argument MAP optional.
15418
15419 * desktop.el (desktop-save): Save list of minor modes.
15420 (desktop-create-buffer): Restore minor modes.
15421 (desktop-minor-mode-table): New user-option.
15422
15423 * subr.el (add-minor-mode): New function.
15424
15425 * image.el (find-image): New function.
15426 (defimage): Rewritten to find image at load time.
15427
15428 * startup.el (normal-top-level-add-to-load-path): Handle
15429 case that the default directory is not in load-path.
15430
15431 * help.el: Old patch from Stefan Monnier.
15432 (help-xref-on-pp): New function.
15433 (describe-variable): Use it to display xrefs in a symbol's value.
15434
154352000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15436
15437 * cus-edit.el (custom-face): Fix parenthesis.
15438
154392000-04-26 Kenichi Handa <handa@etl.go.jp>
15440
15441 * mail/rmail.el (rmail-expunge): When there are no deleted
15442 messages, do nothing.
15443
154442000-04-26 Dave Love <fx@gnu.org>
15445
15446 * international/mule-cmds.el (locale-translation-file-name):
15447 Defvar to nil.
15448 (set-locale-environment): Set it here (at runtime).
15449
154502000-04-25 Gerd Moellmann <gerd@gnu.org>
15451
15452 * replace.el (perform-replace): Add parameters START and END. Use
15453 them instead of the check for a region in Transient Mark mode.
15454 (query-replace-read-args): Return two more list elements for the
15455 start and end of the region in Transient Mark mode.
15456 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15457 (map-query-replace-regexp, replace-string, replace-regexp): Add
15458 optional last arguments START and END and pass them to
15459 perform-replace.
15460
15461 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15462 form with additional arguments for perform-replace.
15463
15464 * progmodes/etags.el (tags-query-replace): Add parameters START
15465 and END. Construct a form with additional arguments for
15466 perform-replace.
15467
15468 * simple.el (shell-command): Set default directory for "*Shell
15469 Command Output" buffer.
15470
15471 * language/european.el (iso-latin-4): Fix typo.
15472
15473 * emacs-lisp/crm.el: New file.
15474
154752000-04-24 Dave Love <fx@gnu.org>
15476
15477 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15478 (Custom-reset-saved, Custom-reset-standard)
15479 (custom-group-value-create, custom-group-set, custom-group-save)
15480 (custom-group-reset-current, custom-group-reset-saved)
15481 (custom-group-reset-standard): Use mapc.
15482 (custom-buffer-create-internal): Disable undo when creating items.
15483 Use mapc.
15484 (custom-face): Avoid redundant lambda.
15485
154862000-04-24 Gerd Moellmann <gerd@gnu.org>
15487
15488 * startup.el (auto-save-list-file-prefix): Set default to
15489 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15490
154912000-04-24 Sam Steingold <sds@gnu.org>
15492
15493 * time-stamp.el (time-stamp-string-preprocess): Always convert
15494 `field-result' to a string.
15495
154962000-04-24 Gerd Moellmann <gerd@gnu.org>
15497
15498 * frame.el (scrolling): New group.
15499 (automatic-hscrolling): New user-option.
15500
15501 * startup.el (command-line-x-option-alist): Add `-lsp' and
15502 `--line-spacing'.
15503
155042000-04-19 Dave Love <fx@gnu.org>
15505
15506 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15507 (cl-mapc): Rename from mapc. Fix the funcall.
15508
155092000-04-19 Gerd Moellmann <gerd@gnu.org>
15510
15511 * simple.el (clone-indirect-buffer-other-window): New command.
15512 (clone-indirect-buffer): Add optional arg NORECROD.
15513 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15514
15515 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15516
15517 * window.el (count-screen-lines): New function.
15518 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15519 instead of window-buffer-height.
15520
15521 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15522 non-existing variable comint-input-sentinel.
15523 (inferior-lisp-args-to-list): Removed.
15524 (inferior-lisp): Use split-string instead of
15525 inferior-lisp-args-to-list.
15526
15527 * hexl.el (hexl-insert-hex-string): New command.
15528
15529 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15530 instead of concat.
15531
155322000-04-18 Gerd Moellmann <gerd@gnu.org>
15533
15534 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15535 at the start of an existing but empty folder.
15536
155372000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15538
15539 * ps-mule.el: Customization fix, doc fix.
15540 (ps-multibyte-buffer): Customization fix.
15541
155422000-04-17 Richard M. Stallman <rms@gnu.org>
15543
15544 * subr.el (read-passwd): Use read-char-exclusive.
15545
155462000-04-17 Gerd Moellmann <gerd@gnu.org>
15547
15548 * textmodes/texinfo.el (texinfo-insert-@email)
15549 (texinfo-insert-@emph, texinfo-insert-@quotation)
15550 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15551 (texinfo-mode-map): Add key bindings for them.
15552
15553 * files.el (basic-save-buffer-2): Use a template with `$'
15554 instead of `#' for VMS.
15555
15556 * simple.el (clone-indirect-buffer): New function.
15557
155582000-04-16 Stephen Eglen <stephen@gnu.org>
15559
15560 * iswitchb.el (iswitchb-case): New function. If the user input
15561 contains any upper-case characters, the search is made
15562 case-sensitive.
15563
155642000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15565
15566 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15567 comment-end.
15568 (texinfo-font-lock-syntactic-keywords): New var.
15569 (texinfo-font-lock-keywords): Remove comment regexp.
15570 (texinfo-insert-block): New function.
15571 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15572 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15573 and font-lock-defaults. Use regexp-opt for outline-regexp.
15574 (texinfo-environments): New var.
15575 (texinfo-environment-regexp): Use regexp-opt and
15576 texinfo-environments.
15577
15578 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15579 ispell-process is bound since this might be eval'd before ispell
15580 is loaded.
15581 (ispell-message): Use a tiny bit less magic and a bit more hard
15582 data to figure out what kind of sc-cite-regexp to use.
15583
15584 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15585
15586 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15587 (insert-cyclic-diary-entry): Unquote the lambda.
15588
15589 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15590
15591 * files.el (backup-enable-predicate): Unquote the lambda.
15592
15593 * cus-edit.el (custom-face, face): Unquote the lambda.
15594
155952000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15596
15597 * ps-print.el: Check for line-beginning-position definition.
15598
15599 * ps-print.el: Fix counting lines in a region.
15600 (ps-print-version): New version number (5.1.5).
15601 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15602 (ps-printing-region): Fun code fix.
15603
156042000-04-15 Gerd Moellmann <gerd@gnu.org>
15605
15606 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15607 to file-directory-p.
15608
156092000-04-14 Gerd Moellmann <gerd@gnu.org>
15610
15611 * gud.el (gud-jdb-build-source-files-list): Check that directory
15612 exists before calling directory-files.
15613
156142000-04-13 Dave Love <fx@gnu.org>
15615
15616 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15617 syntax.
15618
15619 * emacs-lisp/cl-specs.el: Remove when, unless.
15620
15621 * emacs-lisp/cl-extra.el: Don't quote keywords.
15622 (cl-old-mapc): New variable.
15623 (mapc): Use it.
15624 (cl-map-intervals): Use with-current-buffer. Don't check for
15625 next-property-change.
15626 (cl-map-overlays): Use with-current-buffer.
15627 (cl-expt): Remove.
15628 (copy-tree, remprop): Define unconditionally.
15629
15630 * emacs-lisp/cl-compat.el (keywordp): Remove.
15631
15632 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15633 to use keywordp.
15634 (edebug-spec): Enable keywordp.
15635
15636 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15637 string-lessp.
15638
15639 * cus-start.el: Use keywordp.
15640
156412000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15642
15643 * diary-lib.el (include-other-diary-files): Fix the fix of
15644 2000-02-18 by doing a save-excursion.
15645
156462000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15647
15648 * ps-print.el: Customization fix, doc fix.
15649 (ps-print-version): New version number (5.1.4).
15650 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15651 (ps-print-preprint): Adjust code.
15652 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15653 (ps-print-prologue-header, ps-print-control-characters)
15654 (ps-spool-config): Customization fix.
15655
156562000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15657
15658 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15659 converted to the new menu-item format, names silightly changed,
15660 help strings added.
15661
15662 Support for spelling without async subprocesses:
15663
15664 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15665 (ispell-session-buffer): New variables.
15666 (ispell-start-process, ispell-process-status,
15667 ispell-accept-output, ispell-send-string): New functions, for
15668 Ispell invocation when async subprocesses aren't supported.
15669 (ispell-word, ispell-pdict-save, ispell-command-loop,
15670 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15671 to process-send-string with calls to ispell-send-string, and
15672 accept-process-output with ispell-accept-output.
15673 (ispell-init-process): Call ispell-process-status instead of
15674 process-status with.
15675 (ispell-init-process): Call ispell-start-process. Call
15676 ispell-accept-output and ispell-send-string. Don't call
15677 process-kill-without-query and kill-process if they are unbound.
15678 (ispell-async-processp): New function.
15679
156802000-04-12 Dave Love <fx@gnu.org>
15681
15682 * info.el: Add debug-ignored-errors.
15683 (Info-mode-menu): Add some items.
15684 (Info-directory): Add autoload cookie.
15685
15686 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15687 Modify `truncate-lines'. Make `describe-language-environment'
15688 always visible and add help. Modify `describe-key' help. Invoke
15689 Info-directory from `info'. New entry `emacs-manual'.
15690
156912000-04-10 Gerd Moellmann <gerd@gnu.org>
15692
b291c86c
SM
15693 * progmodes/ebrowse.el (ebrowse-tree-mode):
15694 Use propertized-buffer-identification.
a30eb617
DL
15695 (ebrowse-update-member-buffer-mode-line): Likewise.
15696 (ebrowse--mode-strings): Removed.
15697 (ebrowse--mode-line-props): Removed.
15698
15699 * files.el (auto-mode-alist): Add `EBROWSE'.
15700
15701 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15702 space before testing for end of buffer.
15703 (ebrowse-load): Removed.
15704 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15705 (ebrowse-create-tree-buffer): Rewritten.
15706 (ebrowse-tree-mode): Read tree from buffer.
15707
15708 * progmodes/ebrowse-ffh.el: Removed.
15709
157102000-04-10 Kenichi Handa <handa@etl.go.jp>
15711
15712 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15713
157142000-04-10 Gerd Moellmann <gerd@gnu.org>
15715
15716 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15717 at the wrong place.
15718
157192000-04-09 Dave Love <fx@gnu.org>
15720
b291c86c
SM
15721 * files.el (backup-enable-predicate):
15722 Use temporary-file-directory, small-temporary-file-directory.
15723 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15724 (make-backup-file-name-1): New function.
15725 (make-backup-file-name): Use it.
b291c86c 15726 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15727 (file-newest-backup): Use make-backup-file-name.
15728
157292000-04-09 Gerd Moellmann <gerd@gnu.org>
15730
15731 * progmodes/ebrowse-ffh.el: New file.
15732
86f6474c
SM
15733 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15734 Moved to ebrowse-ffh.el.
a30eb617
DL
15735 (ebrowse-load): Add autoload.
15736
15737 * finder.el (finder-commentary): Add autoload cookie.
15738
15739 * mail/rfc2368.el: Correct author's email address.
15740
15741 * progmodes/ebrowse.el: New file.
15742
15743 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15744 item help string.
15745 (easy-menu-do-add-item): Ditto.
15746 (easy-menu-define): Extend doc string.
15747
86f6474c 15748 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15749 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15750 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15751 with-buffer-unmodified.
15752
157532000-04-08 Dave Love <fx@gnu.org>
15754
15755 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15756 unless, when.
15757
157582000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15759
15760 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15761 (viper-flash-search-pattern): No operation when using Emacs
15762 doesn't support face.
15763 Use `viper-put-on-search-overlay'.
15764
157652000-04-04 Gerd Moellmann <gerd@gnu.org>
15766
15767 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15768 like C-r.
15769
15770 * progmodes/make-mode.el: Some doc fixes.
15771 (makefile-mode-abbrev-table): New variable.
15772 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15773 (makefile-font-lock-keywords): Fontify includes and conditionals.
15774 (toplevel): Require `dabbrev' and `add-log' when compiling.
15775
15776 * replace.el (perform-replace): Don't move forward one char
15777 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
15778 to do that because it leaves point 1 position after the last
15779 replacement, after everything has been replaced.
15780
15781 * jit-lock.el (with-buffer-unmodified): New macro.
15782 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
15783 modified state.
15784 (jit-lock-function-1): Extracted from jit-lock-function; not
15785 preserving buffer's modified state.
86f6474c
SM
15786 (jit-lock-function, jit-lock-stealth-fontify):
15787 Call jit-lock-function-1.
a30eb617
DL
15788
15789 * mail/rfc2368.el: Remove supernumerary copyright line.
15790
157912000-04-04 Milan Zamazal <pdm@freesoft.cz>
15792
15793 * glasses.el: Provide facilities for inserting space before left
15794 parentheses and uncapitalization of identifiers.
15795 (glasses-mode): Try to remove old overlays in all cases.
15796
157972000-04-03 Gerd Moellmann <gerd@gnu.org>
15798
15799 * progmodes/compile.el (compile-internal): Display the compilation
15800 buffer in a different frame, if it's already displayed there.
15801
15802 * mail/rfc2368.el: New file.
15803
15804 * simple.el (sendmail-user-agent-compose): Recognize a `body'
15805 header and insert its value as mail body.
15806
15807 * subr.el (member-ignore-case): New function.
15808
15809 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
15810 (dabbrev--find-expansion): Ignore buffers matching a regexp
15811 from dabbrev-ignored-regexps.
15812
15813 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
15814 to extensions handled by gzip.
15815
158162000-04-03 Richard M. Stallman <rms@gnu.org>
15817
15818 * files.el (insert-directory): List the total free space
15819 along with the used space.
15820
15821 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
15822 line is followed by one that matches CITATION-REGEXP, end the
15823 paragraph.
15824
158252000-04-03 Markus Rost <rost@delysid.gnu.org>
15826
15827 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
15828 (rmail-make-basic-summary-line): Use that option.
15829
158302000-04-03 Kenichi Handa <handa@etl.go.jp>
15831
15832 * international/mule-cmds.el (encoded-string-description):
15833 Rewritten. Try pretty description for ISO 2022 escape sequences
15834 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
15835 for hexadecimal format.
15836
158372000-04-01 Dave Love <fx@gnu.org>
15838
15839 * cpp.el: Change customization group to `c' from `C'.
15840
15841 * vcursor.el (vcursor-move): Use display-color-p.
15842
15843 * international/mule-util.el: Provide mule-utils.
15844 (string-to-sequence): Simplify and speed up.
15845
15846 * international/mule.el (make-coding-system): Purecopy doc-string.
15847
15848 * international/mule-cmds.el: Various menu changes.
15849 (describe-specified-language-support): Handle `Default'.
15850 (set-language-info): Purecopy `info'.
15851
158522000-03-31 Andrew Innes <andrewi@gnu.org>
15853
15854 * vc.el (vc-backend-diff): Return the correct status if we had to
15855 retry the rcsdiff command without the --brief option.
15856
158572000-03-31 Dave Love <fx@gnu.org>
15858
15859 * help.el (help-manyarg-func-alist): Correct several omissions.
15860
15861 * add-log.el: Don't require cl, fortran.
15862 (add-log-current-defun-function): Doc fix.
86f6474c 15863 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 15864 (change-log-version-rcs): Function deleted.
86f6474c
SM
15865 (change-log-version-number-search): Doc fix.
15866 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
15867 (add-change-log-entry): Just call add-log-current-defun to get
15868 defun. Simplify somewhat.
15869 (change-log-get-method-definition-1): Likewise.
15870 (add-log-current-defun): Return nil if calling
15871 add-log-current-defun-function does so. Move Fortran stuff to
15872 fortran.el. Return string without properties.
15873
15874 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
15875 and :alpha: char classes.
15876
15877 * mail/supercite.el: Defvar curline when compiling.
15878 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
15879 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
15880 rather than a-zA-Z0-9 to allow non-ASCII characters.
15881
158822000-03-31 Gerd Moellmann <gerd@gnu.org>
15883
15884 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
15885
15886 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15887 Re-enable new code.
15888
15889 * lpr.el (print-region-1): Use -d to specify printer name for
15890 systems `usg-unix-v*, `dgux', `hpux', `irix'.
15891
158922000-03-31 Dave Love <fx@gnu.org>
15893
86f6474c
SM
15894 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
15895 Look for function definition in symbol's function value slot first
a30eb617
DL
15896 instead of first consulting byte-compile-function-environment.
15897
158982000-03-31 Kenichi Handa <handa@etl.go.jp>
15899
15900 * language/european.el ("Polish"): New language environment.
15901 (setup-polish-environment): New function.
15902
159032000-03-30 Gerd Moellmann <gerd@gnu.org>
15904
15905 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
15906 Disable new code.
15907
15908 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
15909 trying to `load' the symbol of an autoload instead of the file
15910 recorded in the autoload. Fix error messages.
15911
159122000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15913
15914 * ps-print.el: PostScript programming fix for ghostview, doc fix.
15915 (ps-print-version): New version number (5.1.3).
15916 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
15917 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
15918 (ps-generate-postscript-with-faces): Code fix.
15919 (ps-color-values): XEmacs compatibility.
15920 (ps-print-background-image, ps-print-background-text, ps-printer-name)
15921 (ps-default-fg, ps-default-bg): Adjust customization.
15922 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
15923 (ps-color-scale): Renaming old ps-color-value fun.
15924 (ps-print-headers): Replace ps-print-header group to avoid conflict
15925 with ps-print-header variable.
15926 (ps-print-miscellany): New group.
15927 (ps-format-color, ps-rgb-color): New funs.
15928 (ps-default-foreground): New var.
15929 (ps-printer-name-option): New const.
15930
159312000-03-30 Peter Breton <pbreton@ne.mediaone.net>
15932
15933 * net/net-utils.el:
15934 (network-connection-host, network-connection-service): New variables
15935 (network-connection-mode): New mode, derived from comint-mode
15936 (network-connection-mode-setup): New function, saves host and
15937 service information in local variables.
15938
15939 * lisp/locate.el:
15940 (locate-word-at-point): Added this function
15941 (locate): Default to using locate-word-at-point as input
15942 Run dired-mode-hook
15943
159442000-03-29 Dave Love <fx@gnu.org>
15945
15946 * calendar/appt.el: Doc fixes.
15947 (appt-check): Convert min-to-app to a string before passing to
15948 appt-disp-window-function or concat.
15949 (appt-delete-window): Remove test for frame-root-window.
15950 (appt-select-lowest-window, appt-convert-time): Simplify.
15951
15952 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
15953 (byte-compile-file-form-autoload):
15954 Update byte-compile-function-environment.
a30eb617
DL
15955
159562000-03-29 Andreas Schwab <schwab@suse.de>
15957
86f6474c 15958 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
15959
15960 * dired.el (dired-insert-directory): If dired-free-space-program
15961 failed just delete its output.
15962
159632000-03-29 Dave Love <fx@gnu.org>
15964
15965 * international/iso-cvt.el: Move provide to end. Doc fixes.
15966 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
15967 (iso-iso2sgml, iso-sgml2iso): New functions.
15968 (iso-cvt-define-menu): Fix some entries and use backquote for
15969 clarity.
15970
15971 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
15972
159732000-03-28 Gerd Moellmann <gerd@gnu.org>
15974
15975 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
15976 ISO-DATE. If non-nil, return date in ISO 8601 format.
15977
159782000-03-26 Stefan Monnier <monnier@cs.yale.edu>
15979
15980 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
15981 if it ever becomes used.
15982 (log-edit-mode-hook): Default to vc-log-mode-hook.
15983 (log-edit-mode): Fix the docstring.
15984
15985 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
15986 the code.
15987
159882000-03-26 Dave Love <fx@gnu.org>
15989
15990 * net/browse-url.el (browse-url): Re-fix case of
15991 browse-url-browser-function being an alist.
15992 (browse-url): Add :link to defgroup.
15993
15994 * files.el: Doc fixes.
15995 (file-truename): Include `[' in wildcard characters.
15996 (automount-dir-prefix): Customize.
15997 (find-file-wildcards): Add :version.
15998 (find-file-noselect): Simplify a mapcar call.
15999
16000 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16001 compatible with inf-lisp version.
16002 (eval-defun-1): Fix custom-declare-variable case.
16003
160042000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16005
16006 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16007
160082000-03-24 Gerd Moellmann <gerd@gnu.org>
16009
16010 * Makefile (COMPILE_FIRST): New macro.
16011 (compile-files): Compile files from COMPILE_FIRST first.
16012
86f6474c 16013 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16014
16015 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16016 matching open parenthesis in column 0 to defun-prompt-regexp
16017 only if open-paren-in-column-0-is-defun-start is set.
16018
16019 * sun-curs.el: Require CL at compile-time only.
16020
16021 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16022 instead of copy-list which is a function from CL.
16023 (msb--choose-menu, msb--mode-menu-cond)
16024 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16025 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16026 (msb--aggregate-alist): Use mapcar instead of mapcan.
16027 Fix `(' in column 0 in doc string.
a30eb617
DL
16028 (msb--add-separators): Use mapcar instead of mapcan.
16029
16030 * cus-dep.el: Require CL at compile-time only.
16031
160322000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16033
16034 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16035 (byte-compile-warnings): New warning `noruntime'.
16036 (byte-compile-constants, byte-compile-variables): Fix docstring.
16037 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16038 execute `eval-whenc-compile's body.
16039 (byte-compile-unresolved-functions): Fix docstring.
16040 (byte-compile-eval): New function.
16041 (byte-compile-callargs-warn): Check if the function will be available
16042 at runtime (via property `byte-compile-noruntime').
16043 (byte-compile-print-syms): New function.
16044 (byte-compile-warn-about-unresolved-functions): Also warn about
16045 `noruntime' functions (and use `byte-compile-print-syms').
16046 (byte-compile-file): Capitalize the message.
16047
160482000-03-24 Gerd Moellmann <gerd@gnu.org>
16049
16050 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16051 (rmail-expunge): Ask for confirmation depending on the setting
16052 of rmail-confirm-expunge.
16053
160542000-03-23 Gerd Moellmann <gerd@gnu.org>
16055
16056 * Makefile (bootstrap-clean): If $(emacs) exists, build
16057 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16058 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16059
160602000-03-23 Dave Love <fx@gnu.org>
16061
16062 * net/browse-url.el: Restore previous use of
16063 browse-url-maybe-new-window.
16064
160652000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16066
16067 * ps-print.el: Skip banner page fix.
16068 (ps-print-version): New version number (5.1.2).
16069 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16070
160712000-03-23 Dave Pearson <davep@davep.org>
16072
16073 * net/quickurl.el Changed the type of parameter passed to the
16074 function defined by `quickurl-format-function'. Before only the
16075 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16076 and the function is responsible for extracting the parts it requires.
16077 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16078 (quickurl-insert): Changed the `funcall' of
16079 `quickurl-format-function' to match the above change.
16080 (quickurl-list-insert): Changed the `url' case so that it makes
16081 use of `quickurl-format-function', previous to this the format was
16082 hard wired.
16083
160842000-03-22 Gerd Moellmann <gerd@gnu.org>
16085
16086 * startup.el: Change some spellings for the X Window System.
16087
160882000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16089
86f6474c
SM
16090 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16091 Clean up the code and the regexp and make sure the cursor is
16092 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16093
160942000-03-22 Jason Rumney <jasonr@gnu.org>
16095
16096 * w32-fns.el (w32-charset-info-alist): Initialize.
16097
160982000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16099
16100 * ps-print.el: N-up last page fix.
16101 (ps-print-version): New version number (5.1.1).
16102 (ps-end-file, ps-end-job, ps-generate): Code fix.
16103
161042000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16105
16106 * files.el (find-file-run-dired): Update docstring.
16107 (find-directory-functions): New hook.
16108 (find-file-noselect): Run find-directory-functions rather than
16109 calling dired directly.
16110
16111 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16112
16113 * pcvs.el: Add a minimal leading commentary.
16114 (cvs-make-cvs-buffer): Change the header part by removing the startup
16115 message and adding a `Module' entry. Also replace the FOOTER and
16116 HEADER special fileinfos with the new support in ewoc for updating
16117 its own footer and header.
16118 (cvs-update-header): Update to use the header/footer of the ewoc.
16119 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16120 (cvs-is-within-p): New function.
16121 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16122 to only examine some subset of the buffers.
16123
16124 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16125 `format' instead of our own ad-hoc functions.
16126 Remove HEADER and FOOTER cases, now handled in the EWOC.
16127 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16128
16129 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16130 output to avoid scaring the user.
16131 (cvs-parse-table): Catch message for non-up-to-date commits.
16132
16133 * pcvs-defs.el (cvs-startup-message): Remove.
16134 (cvs-global-menu): New autoloaded menu.
16135
16136 * pcvs-util.el (cvs-string-fill): Remove.
16137
16138 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16139 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16140 PP part of it and also make it work for footers and headers.
16141 (ewoc-create): Drop POS and BUFFER arguments.
16142 Use the DLL's dummy node to store the end-of-footer position.
16143 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16144 (ewoc-refresh): Remove unused `header' variable.
16145 (ewoc-(get|set)-hf): New functions.
16146
16147 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16148 log-view-*-(message|file) and use easy-mmode-define-navigation.
16149 (log-view-message-re): Match SCCS format as well.
16150 And match the revision line rather than the dashed separator line.
16151 (log-view-mode): Use the new define-derived-mode.
16152 (log-view-current-tag): Fill in with an actual implementation.
16153
16154 * cvs-status.el (cvs-status-(prev|next)): Rename from
16155 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16156 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16157 to let the output "breathe" a little more (more readable).
16158 (cvs-status-mode): Use the new define-derived-mode.
16159
16160 * smerge-mode.el (smerge-auto-leave): New function and variable.
16161 (smerge-basic-map): Rename from smerge-basic-keymap.
16162 Change the bindings for smerge-diff-*.
16163 (smerge-*-map): Use easy-mmode-defmap.
16164 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16165 (smerge-keep-*): Use smerge-auto-leave.
16166
161672000-03-21 Jason Rumney <jasonr@gnu.org>
16168
16169 * cus-edit.el (custom-button-face): Use 3D look for w32.
16170 (custom-button-pressed-face): Likewise.
16171
161722000-03-21 Gerd Moellmann <gerd@gnu.org>
16173
16174 * progmodes/etags.el (tags-case-fold-search): New user-option.
16175 (tags-loop-eval): New function. Bind case-fold-search around eval
16176 depending on the value of tags-case-fold-search.
16177 (tags-loop-continue): Use tags-loop-eval.
16178 (find-tag-in-order): Bind case-fold-search depending on the value
16179 of tags-case-fold-search.
16180
161812000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16182
86f6474c 16183 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16184 (diff-end-of-hunk): Return the end position for use in
16185 `easy-mmode-define-navigation'.
16186 (diff-recenter): Remove.
16187 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16188 of `easy-mmode-define-navigation'.
16189 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16190 previous renaming) and fix to use new names.
16191 (diff-merge-strings): Use \n as separator: simpler, faster.
16192 (diff-mode): Use `define-derived-mode'.
16193
16194 * derived.el (define-derived-mode): Don't autoload anymore.
16195 Prefer the macro-only version provided by easy-mmode.el.
16196
16197 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16198 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16199 (easy-mmode-define-navigation): New macro.
16200
16201 * subr.el (combine-run-hooks): New function.
16202
162032000-03-21 Kenichi HANDA <handa@etl.go.jp>
16204
16205 * term/x-win.el: Fontsets related initialization is simplified.
16206
16207 * international/mule-diag.el (describe-font): Don't refer to
16208 global-fontset-alist, instead call font-list.
16209 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16210 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16211
86f6474c
SM
16212 * international/fontset.el (x-charset-registries): Variable removed,
16213 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16214 (register-alternate-fontnames): Function removed.
16215 (resolved-ascii-font): Variable removed.
16216 (x-compose-font-name): Ignore the second argument REDOCE.
16217 (x-complement-fontset-spec): Complement only an ASCII font and
16218 element for those charsets than can use that ASCII font.
16219 (generate-fontset-menu): Don't refer to global-fontset-alist,
16220 instead call fontset-list.
16221 (uninstantiated-fontset-alist): Variable removed.
16222 (x-style-funcs-alist): Likewise.
16223 (fontset-default-styles): Likewise.
16224 (x-modify-font-name): Function removed.
86f6474c 16225 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16226 (create-fontset-from-ascii-font): Docsting adjusted for the above
16227 change.
16228 (instantiate-fontset, resolve-fontset-name): Functions removed.
16229 (fontset-list): Now implemented by C code.
16230
16231 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16232 (describe-face): Include `font' attribute in the description.
16233
162342000-03-21 Kenichi Handa <handa@etl.go.jp>
16235
16236 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16237
162382000-03-20 Gerd Moellmann <gerd@gnu.org>
16239
16240 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16241 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16242 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16243
16244 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16245 about behavior of set-buffer-modified-p wrt redisplay.
16246
162472000-03-19 Richard M. Stallman <rms@gnu.org>
16248
16249 * view.el (view-mode-disable): Kill local binding of view-read-only.
16250
162512000-03-18 Gerd Moellmann <gerd@gnu.org>
16252
86f6474c 16253 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16254 is a string, convert it to a syntax cell using string-to-syntax.
16255
16256 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16257 (string-to-syntax): New function.
16258
16259 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16260 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16261 try to use passive ftp mode.
16262
162632000-03-17 Gerd Moellmann <gerd@gnu.org>
16264
16265 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16266
16267 * simple.el (append-to-buffer): Update point of windows after
16268 insertion.
16269
16270 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16271 forward then moving backward. Reindent.
16272
16273 * frame.el (other-frame): Call x-focus-frame only if
16274 focus-follows-mouse is off.
16275
162762000-03-17 Dave Love <fx@gnu.org>
16277
86f6474c 16278 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16279
162802000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16281
16282 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16283 regexp for labels cannot span several lines.
16284
16285 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16286 `(setq :<key> ':<key>)' to the macro expansion.
16287
162882000-03-16 Dave Love <fx@gnu.org>
16289
16290 * progmodes/f90.el (f90): Put custom group under `languages', not
16291 `fortran'.
16292 (f90-mode-hook): Customize.
16293 (f90-mode): Set add-log-current-defun-function.
16294 (f90-current-defun): New function.
16295
162962000-03-16 Gerd Moellmann <gerd@gnu.org>
16297
16298 * cus-edit.el (custom-variable-tag-face): Handle case that
16299 default face's height is not a number.
16300 (custom-face-tag-face, custom-group-tag-face-1)
16301 (custom-group-tag-face): Ditto.
16302 (custom-group-tag-face-1): Add :group.
16303
16304 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16305
163062000-03-15 Gerd Moellmann <gerd@gnu.org>
16307
16308 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16309 requiring easymenu.
16310
163112000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16312
16313 * ps-print.el: PostScript user-defined prologue, PostScript error
16314 handler, doc fix.
16315 (ps-print-version): New version number (5.1).
16316 (ps-user-defined-prologue, ps-error-handler-message)
16317 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16318 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16319 (ps-insert-string): New function.
16320
163212000-03-15 Kenichi Handa <handa@etl.go.jp>
16322
16323 * international/ccl.el (ccl-compile-expression): Don't generate
16324 invalid self-assignment code.
16325
163262000-03-14 Dave Love <fx@gnu.org>
16327
16328 * subr.el (replace-regexp-in-string): Renamed from
16329 replace-regexps-in-string. Doc fix.
16330
163312000-03-12 Dave Love <fx@gnu.org>
16332
16333 * cus-edit.el: Doc fixes.
86f6474c 16334 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16335 (custom-variable-tag-face, custom-face-tag-face)
16336 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16337 style which user identify as hyperlink.
16338 (hook): Don't add undefined functions to the hook.
16339 (debug-ignored-errors): Transfer message from bindings.el.
16340
163412000-03-12 Gerd Moellmann <gerd@gnu.org>
16342
86f6474c
SM
16343 * recentf.el (recentf-keep-non-readable-files-p):
16344 Remove double/nested definition.
a30eb617
DL
16345
163462000-03-12 Dave Love <fx@gnu.org>
16347
16348 * facemenu.el (facemenu-get-face): Use display-color-p.
16349 * enriched.el (enriched-decode-foreground): Likewise.
16350 (enriched-decode-background): Likewise.
16351 * isearch.el (isearch-highlight): Likewise.
16352 * info-look.el (info-lookup): Likewise.
16353 * simple.el (completion-setup-function): Likewise.
16354
16355 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16356 :options.
16357
16358 * bindings.el (mode-line-format): Fix line-number and
16359 column-number items. Add help-echo for the background.
16360 (mode-line-mule-info): Modify help-echo.
16361
16362 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16363
16364 * files.el (load-file): Allow completion to .elc.
16365
16366 * man.el: Doc fixes.
16367 (Man-init-defvars): Use display-color-p to set fontification.
16368
16369 * play/hanoi.el (hanoi-internal): Don't use oddp.
16370
163712000-03-12 Gerd Moellmann <gerd@gnu.org>
16372
16373 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16374
16375 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16376
163772000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16378
16379 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16380 Fix comment.
16381
163822000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16383
16384 * font-lock.el (font-lock-keywords): Fix the doc now that
16385 regexp-opt-depth is unnecessary.
16386 (save-buffer-state): Set an edebug spec.
16387 (font-lock-fontify-anchored-keywords): Properly handle the case when
16388 the matcher goes past the limit.
16389
16390 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16391 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16392
16393 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16394 dll.el and cookie.el (from Elib) with heavy renaming and other
16395 massaging.
16396
16397 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16398 Autoload the functions used.
16399 (easy-mmode-define-syntax): Fix CL typo.
16400 (easy-mmode-define-derived-mode): Improve the docstring generation.
16401
164022000-03-10 Gerd Moellmann <gerd@gnu.org>
16403
16404 * textmodes/texinfo.el (texinfo-version): Variable and function
16405 removed.
16406
164072000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16408
16409 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16410 allow more flexibility.
ff39b9a1 16411 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16412 (easy-mmode-defmap, easy-mmode-defsyntax)
16413 (easy-mmode-define-derived-mode): New macros.
16414
164152000-03-09 Didier Verna <didier@xemacs.org>
16416
16417 * rect.el (replace-rectangle): New function.
16418
164192000-03-09 Dave Love <fx@gnu.org>
16420
ff39b9a1 16421 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16422 (fortran-comment-line-start-skip): Don't match cpp stuff.
16423 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16424 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16425 (fortran-mode): Don't set fortran-comment-line-start-skip,
16426 fortran-comment-line-start here. Set comment-start,
16427 add-log-current-defun.
16428 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16429 (fortran-current-defun): New function.
16430
164312000-03-09 Gerd Moellmann <gerd@gnu.org>
16432
16433 * emacs-lisp/re-builder.el: New file.
16434
16435 * mouse.el (mouse-drag-region): Don't run up-event handler
16436 if hscroll has changed.
16437
16438 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16439 builtin operators, use `font-lock-builtin-face' for Emacs and
16440 `font-lock-preprocessor-face' otherwise.
16441
16442 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16443 `(defun (setf foo)' differently.
16444
164452000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16446
16447 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16448 (regexp-opt): Update comment and adapt the code the new meaning of
16449 the `paren' argument of regex-opt-group for shy-groups.
16450 (regexp-opt-depth): Handle shy groups as well as backslashed
16451 backslashes.
16452 (regexp-opt-group): Turn the leading comment into a docstring.
16453 Allow `paren' to be a string (the string to use to open a group).
16454 Remove open-presuf and close-presuf. Instead of checking for `all
16455 one-char' and then later on check for `several one-char', handle
16456 both cases close together. Also apply a more generic algorithm
16457 for suffixes (the mirror image of the algorithm used for
16458 prefixes). Use shy-groups. Use nreverse rather than reverse.
16459 (regexp-opt-try-suffix): Removed.
16460
16461 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16462 from comint-mode-map, so we can just inherit from it. Also, move
16463 the initialization into the `defvar' since there's no docstring
16464 anyway and it's fairly short.
16465 (inferior-scheme-mode): Define it as derived-mode: the code is
16466 shorter and this way we inherit from comint-mode-map rather than
16467 copying it.
16468
16469 * subr.el (replace-regexps-in-string): Properly handle the case
16470 where we match an empty string.
16471
16472 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16473 when the command has a directory component (such as "./testml").
16474 Also fix a typo in the comment.
16475
164762000-03-08 Gerd Moellmann <gerd@gnu.org>
16477
16478 * Makefile (compile-files): Compile files one by one because
16479 that's the only way to ensure a clean compilation environment for
16480 each individual file.
16481
16482 * frame.el (other-frame): Call x-focus-frame.
16483
164842000-03-07 Dave Love <fx@gnu.org>
16485
16486 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16487 :require to defcustom.
16488
ff39b9a1 16489 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16490
16491 * files.el (auto-mode-alist): Add configure.in.
16492
16493 * progmodes/autoconf.el: New file.
16494
164952000-03-07 Gerd Moellmann <gerd@gnu.org>
16496
16497 * mail/mh-e.el: Change maintainer to `none'.
16498
16499 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16500 to remove-hook and add-hook.
16501
165022000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16503
16504 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16505 it as the default.
16506 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16507 (sendmail-send-it): Conditionally add MIME headers specifying the
16508 used character set.
16509
165102000-03-07 Dave Love <fx@gnu.org>
16511
ff39b9a1
SM
16512 * winner.el: Fix keywords, autoload cookies.
16513 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16514
165152000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16516
16517 * international/mule.el: Modify comment about coding system
16518 property `coding-category'.
16519 (make-coding-system): New argument EOL-TYPE. Pay attention to
16520 coding-category property of PROPERTIES.
16521
ff39b9a1
SM
16522 * international/mule-conf.el (coding-category-utf-8)
16523 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16524 categories. Include them in the argument for set-coding-priority.
16525
ff39b9a1
SM
16526 * international/mule-cmds.el (reset-language-environment):
16527 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16528 coding-category-utf-16-le in the argument for set-coding-priority.
16529 (reset-language-environment): Initialize coding-category-utf-8,
16530 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16531
165322000-03-06 Karl Fogel <kfogel@red-bean.com>
16533
16534 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16535 code abstracted out of `bookmark-jump-noselect'. Now tries info
16536 extensions as well as compression extensions.
16537 (bookmark-jump-noselect): Use above new func.
16538
165392000-03-03 Gerd Moellmann <gerd@gnu.org>
16540
16541 * strokes.el: Change maintainer's mail address.
16542
165432000-03-03 Kenichi Handa <handa@etl.go.jp>
16544
16545 * international/mule-diag.el (list-character-sets): Make help-echo
16546 string by substitute-command-keys.
16547 (list-character-sets): Likewise.
16548 (sort-listed-character-sets): Call help-setup-xref.
16549
165502000-03-02 Gerd Moellmann <gerd@gnu.org>
16551
ff39b9a1 16552 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16553
165542000-03-01 Dave Love <fx@gnu.org>
16555
16556 * help.el (help-xref-go-back): Don't try to set position.
16557
ff39b9a1
SM
16558 * international/mule-diag.el (list-character-sets):
16559 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16560 (list-character-sets-1): Add help-echo to xrefs.
16561
165622000-03-02 Gerd Moellmann <gerd@gnu.org>
16563
16564 * frame.el (blink-cursor-mode): Switch cursor on when turning
16565 the mode off.
16566
16567 * add-log.el (add-log-current-defun): Add support for
16568 Autoconf mode.
16569
16570 * mail/rmail.el (rmail-quit-hook): New variable.
16571
165722000-03-01 Dave Love <fx@gnu.org>
16573
16574 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16575
16576 * help.el (help-xref-button): Add help-echo arg.
16577 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16578
ff39b9a1 16579 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16580
ff39b9a1 16581 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16582
165832000-03-01 Gerd Moellmann <gerd@gnu.org>
16584
16585 * image.el (defimage): Look for image files in load-path.
16586
ff39b9a1 16587 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16588
165892000-03-01 David Ponce <david.ponce@wanadoo.fr>
16590
ff39b9a1 16591 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16592
165932000-03-01 David Ponce <david.ponce@wanadoo.fr>
16594
ff39b9a1 16595 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16596 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16597 action to select/unselect a file.
16598 (recentf-edit-list): Code cleanup and improvement.
16599 (recentf-open-more-files-action): `recentf-open-more-files' button
16600 widget action to open a file.
ff39b9a1 16601 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16602 (recentf-more-collection): Deleted.
16603 (recentf-more-history): Deleted.
16604 (recentf-setup-more-completion): Deleted.
16605
166062000-03-01 David Ponce <david.ponce@wanadoo.fr>
16607
16608 * recentf.el (recentf-mode): No more needs that Emacs is running
16609 under a window-system.
16610
ff39b9a1 166112000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16612
16613 * recentf.el (recentf-edit-list): New command to edit the recent
16614 list which allow the user to remove files.
16615 (recentf-edit-selected-items): New global variable, used by
16616 `recentf-edit-list' to hold the list of files to be removed from
16617 the recent list.
16618 (recentf-make-menu-items): Updated to display a "Edit list..."
16619 menu item. Minor code cleanup.
16620
ff39b9a1 166212000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16622
16623 * recentf.el (recentf-open-more-files): New command to open files
16624 that are not displayed in the menu.
16625 (recentf-more-collection): New global variable holding the set of
16626 permissible completions used by `recentf-open-more-files'.
16627 (recentf-more-history): New global variable holding the history list
16628 used by `recentf-open-more-files' completion.
16629 (recentf-setup-more-completion): New function to setup completion for
16630 `recentf-open-more-files'.
16631 (recentf-make-menu-items): Updated to display a "More..." menu item.
16632
ff39b9a1 166332000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16634
16635 * recentf.el (recentf-menu-action): Doc fixed.
16636
ff39b9a1 166372000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16638
16639 * recentf.el (recentf-menu-filter): Doc updated.
16640 (recentf-update-menu-hook): Allow menu filters to force menu update.
16641 (recentf-make-menu-items): New menu filter handling.
16642 (recentf-make-menu-item): New helper function.
16643 (recentf-menu-elements): New menu handling function.
16644 (recentf-sort-ascending): Updated to new menu filter handling.
16645 (recentf-sort-descending): Updated to new menu filter handling.
16646 (recentf-sort-basenames-ascending): New menu filter function.
16647 (recentf-sort-basenames-descending): New menu filter function.
16648 (recentf-show-basenames): New menu filter function.
16649 (recentf-show-basenames-ascending): New menu filter function.
16650 (recentf-show-basenames-descending): New menu filter function.
16651
166522000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16653
16654 * diary-lib.el (list-diary-entries): Don't try to go forward at
16655 the end of the buffer.
16656
166572000-02-29 Kenichi Handa <handa@etl.go.jp>
16658
ff39b9a1
SM
16659 * international/mule-diag.el (list-character-sets):
16660 Completely rewritten.
a30eb617
DL
16661 (sort-listed-character-sets): New function.
16662 (list-character-sets-1): Completely rewritten.
16663 (list-character-sets-2): New function.
16664 (non-iso-charset-alist): New variable.
16665 (decode-codepage-char): New function.
16666 (charset-history): New variable.
16667 (read-charset) (list-block-of-chars)
16668 (list-iso-charset-chars)
16669 (list-non-iso-charset-chars)
16670 (list-charset-chars): New functions.
86f6474c 16671 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16672 (dump-charsets): Likewise.
16673
166742000-02-29 Gerd Moellmann <gerd@gnu.org>
16675
16676 * dired-x.el (dired-filename-at-point): Add `@' to valid
16677 file name characters.
16678 (dired-filename-at-point): Handle ange-ftp file names.
16679
16680 * frame.el (frame-notice-user-settings): Use assq-delete-all
16681 instead of assoc-delete-all.
16682 (frame-notice-user-settings): Ditto.
16683
16684 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16685 Don't copy alist.
16686
166872000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16688
16689 * calculator.el (calculator-use-menu): New option.
86f6474c 16690 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16691 (calculator-forced-input): Removed.
16692 (calculator-restart-other-mode): New variable.
16693 (calculator-mode-map): Set up menu.
16694
166952000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16696
86f6474c 16697 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16698
166992000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16700
86f6474c 16701 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16702 translate all ESC key sequences.
86f6474c 16703 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16704 they were saved.
86f6474c
SM
16705 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16706 * viper-util.el (viper-set-replace-overlay-glyphs)
16707 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16708 overlay is live.
86f6474c
SM
16709 * viper.el (viper-vi-state-mode-list): Add major modes.
16710 * ediff-wind.el: Minor comment changes.
16711 * ediff.el: Copyright notice date fix.
a30eb617
DL
16712
167132000-02-27 Jason Rumney <jasonr@gnu.org>
16714
16715 * faces.el (face-font-family-alternatives): Add arial to helv.
16716 (mode-line, header-line, tool-bar): Same default as x for w32.
16717 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16718 face-font-family-alternatives from working.
16719 * term/w32-win.el (mouse-set-font): Do not build fontset from
16720 chosen font.
16721
167222000-02-25 Sam Steingold <sds@goems.com>
16723
16724 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16725 properly.
16726
167272000-02-25 Richard M. Stallman <rms@gnu.org>
16728
16729 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16730
167312000-02-25 Gerd Moellmann <gerd@gnu.org>
16732
86f6474c 16733 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16734
16735 * frame.el (busy-cursor-delay-seconds): New option.
16736
167372000-02-24 Gerd Moellmann <gerd@gnu.org>
16738
16739 * frame.el (show-cursor-in-non-selected-windows): New option.
16740
167412000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16742
16743 * diary-lib.el (include-other-diary-files): Undo the selective
16744 display in any included file and don't kill it.
16745
167462000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16747
86f6474c
SM
16748 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16749 Menu items converted to (menu-item format, help strings added.
a30eb617 16750 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16751 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16752 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16753
167542000-02-23 Dave Love <fx@gnu.org>
16755
16756 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16757 (backward-kill-word): Revert addition of * to interactive spec --
16758 it's a feature.
16759
16760 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16761 (backward-kill-sentence, kill-sentence): Likewise.
16762
16763 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16764 scratch buffer name.
86f6474c 16765 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16766
16767 * term/w32-win.el (internal-face-interactive): Update prompt for
16768 new read-face-name.
16769
16770 * mail/footnote.el (footnote): Add :version to defgroup.
16771 (footnote-section-tag-regexp): Customize.
16772 (footnote-start-tag, footnote-end-tag): New option.
16773 (footnote-latin-regexp): New variable.
16774 (Footnote-latin): New function.
16775 (footnote-style-alist): Add element for latin style.
16776 (footnote-style): Moved.
16777 (Footnote-goto-footnote): Use eq to test arg.
16778
16779 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
16780
16781 * emacs-lisp/byte-opt.el: Change old backquote syntax.
16782 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
16783 (byte-optimize-quote, byte-optimize-lapcode):
16784 Use byte-compile-const-symbol-p.
a30eb617
DL
16785 (byte-optimize-char-before): New optimization.
16786
16787 * emacs-lisp/bytecomp.el: Change old backquote syntax.
16788 (byte-compile-const-symbol-p): New function.
16789 (byte-compile-constp, byte-compile-out-toplevel)
16790 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
16791 Use it.
16792
16793 * subr.el (define-key-after): Default AFTER to t. Doc fix.
16794
167952000-02-23 Kenichi Handa <handa@etl.go.jp>
16796
16797 * international/encoded-kb.el: Be sure to update minor-mode-alist
16798 and minor-mode-map-alist.
16799 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
16800 codes SS2 and SS3 correctly.
16801 (encoded-kbd-self-insert-ccl): New function.
16802 (encoded-kbd-setup-keymap): New function.
16803 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
16804 by calling encoded-kbd-setup-keymap.
16805
86f6474c
SM
16806 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
16807 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
16808
168092000-02-22 Dave Love <fx@gnu.org>
16810
16811 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 16812 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
16813 (lisp-mode-syntax-table): Set up for #|...|# comments.
16814 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
16815 classes. Match `defface'.
16816 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
16817 (eval-defun-1): Fix for defcustom.
16818 (lisp-indent-region): Doc fix.
16819
16820 * subr.el (when, unless, split-string): Doc fix.
86f6474c 16821 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
16822 (replace-regexps-in-string): New function.
16823
168242000-02-22 Gerd Moellmann <gerd@gnu.org>
16825
16826 * help.el (describe-variable): Set syntax table to
16827 emacs-lisp-mode-syntax-table when moving forward over the
16828 symbol's name.
16829
168302000-02-22 Dave Love <fx@gnu.org>
16831
16832 * xt-mouse.el: Doc fixes.
16833 (xterm-mouse-position-function): New function, replacing advice of
16834 mouse-position.
16835 (xterm-mouse-mode): Use it. Don't turn on under a window system.
16836
16837 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
16838
168392000-02-21 Gerd Moellmann <gerd@gnu.org>
16840
86f6474c
SM
16841 * format.el (format-annotate-single-property-change):
16842 Handle properties.with dotted-list values.
a30eb617
DL
16843 (format-proper-list-p): New function.
16844
16845 * enriched.el (enriched-face-ans): Handle '(foreground-color
16846 . COLOR) and (background-color . COLOR).
16847
168482000-02-20 Dave Love <fx@gnu.org>
16849
16850 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
16851 and assignments to it.
16852 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
16853 current local map.
16854 (make-flyspell-overlay): Use it.
16855 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
16856
16857 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
16858 (lm-get-header-re): Defun, not defsubst.
16859 (lm-get-package-name): Defun, not defsubst. Simplify.
16860 (lm-version): Doc fix. Simplify.
16861 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
16862 (lm-crack-address, lm-last-modified-date, lm-commentary)
16863 (lm-verify, lm-synopsis): Simplify.
16864 (lm-report-bug): Require emacsbug. Use compose-mail.
16865
168662000-02-20 Gerd Moellmann <gerd@gnu.org>
16867
16868 * dired.el (dired-mode): Call propertized-buffer-identification
16869 to set mode-line-buffer-identification to something having
16870 the right text properties.
16871
16872 * bindings.el (propertized-buffer-identification): New function.
16873
168742000-02-20 Dave Love <fx@gnu.org>
16875
16876 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
16877 check for t-mouse too.
16878
16879 * cus-start.el: Make echo-keystrokes `number'.
16880
168812000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
16882
16883 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
16884 Don't call ring-empty-p unless tags-location-ring is bound.
16885 From Noah Friedman <friedman@splode.com>.
16886
168872000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
16888
16889 * progmodes/hideshow.el (hs-flag-region): No longer use
16890 `intangible' overlay property.
16891
16892 (hs-toggle-hiding): New command.
16893 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
16894
16895 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
16896 Fix omission bug: Run `hs-minor-mode-hook' for both activation
16897 and deactivation.
16898
168992000-02-18 Gerd Moellmann <gerd@gnu.org>
16900
16901 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
16902
169032000-02-17 Gerd Moellmann <gerd@gnu.org>
16904
16905 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
16906
16907 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
16908 of `*' to handle `(* ... *)' comments.
16909
169102000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
16911
16912 * faces.el (list-faces-display): Use display-mouse-p instead of
16913 window-system.
16914
16915 * menu-bar.el (global-map): Menu-bar items converted to the new
16916 format (menu-item..., rearranged for better CUA compliance, and
16917 their names changed for better clarity. Help strings added.
16918
16919 * international/mule-cmds.el (mule-menu-keymap)
16920 (describe-language-environment-map, set-coding-system-map)
16921 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
16922 form, add help strings. Change names of menu items for better clarity.
16923 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
16924
169252000-02-17 Gerd Moellmann <gerd@gnu.org>
16926
16927 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
16928 within the code.
16929
169302000-02-16 Dave Love <fx@gnu.org>
16931
16932 * faces.el: Don't require custom. Add more specific :groups to
16933 various deffaces.
16934 (set-face-attribute): Purecopy args.
16935 (read-face-name): Default to name at point and use it in prompt.
16936 Remove colon from arg in all callers.
16937 (list-faces-display): Hyperlink to face descriptions and customize
16938 buffers.
16939
169402000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
16941
86f6474c 16942 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
16943
169442000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16945
16946 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
16947 at ':' characters by call to split-string.
16948
169492000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16950
16951 * textmodes/bibtex.el: Added RCS version identification.
16952
169532000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16954
16955 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 16956 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
16957 (bibtex-field-const): Allow capital letters.
16958 (bibtex-start-of-string): Deleted because unused.
16959
16960 * textmodes/bibtex.el: Unified some nomenclature. We no longer
16961 use the term 'reference' to describe a bibtex entry as a whole.
16962 Further, reference keys are no longer called 'labels'.
16963 (bibtex-keys): Renamed to bibtex-reference-keys.
16964 (bibtex-reformat-previous-labels): Renamed to
16965 bibtex-reformat-previous-reference-keys.
16966 (bibtex-reference-type): Renamed to bibtex-entry-type.
16967 (bibtex-reference-head): Renamed to bibtex-entry-head.
16968 (bibtex-reference-maybe-empty-head): Renamed to
16969 bibtex-entry-maybe-empty-head.
16970 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
16971 (bibtex-search-reference): Renamed to bibtex-search-entry.
16972 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
16973 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
16974 (bibtex-entry-field-alist, bibtex-entry-head)
16975 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
16976 (bibtex-map-entries, bibtex-search-entry)
16977 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
16978 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
16979 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
16980 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
16981 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
16982 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
16983 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
16984
169852000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
16986
16987 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
16988 comment.
16989 (bibtex-format-field-delimiters): New function, functionality
16990 extracted from bibtex-format-entry.
16991 (bibtex-autokey-get-yearfield-digits): New function, functionality
16992 extracted from bibtex-autokey-get-yearfield.
16993
16994 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
16995 entries in order to avoid stack overflow in the regexp matcher if
16996 field contents become large.
86f6474c
SM
16997 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
16998 (bibtex-field-string-part-not-braced)
16999 (bibtex-field-string-part-no-inner-braces)
17000 (bibtex-field-string-part-1-inner-brace)
17001 (bibtex-field-string-part-2-inner-braces)
17002 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17003 (bibtex-field-string-quoted, bibtex-field-string)
17004 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17005 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17006 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17007 Deleted as parsing is now performed by the following functions.
17008 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17009 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17010 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17011 (bibtex-parse-association, bibtex-field-name-for-parsing)
17012 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17013 (bibtex-search-forward-field, bibtex-search-backward-field)
17014 (bibtex-start-of-field, bibtex-end-of-field)
17015 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17016 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17017 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17018 (bibtex-parse-string, bibtex-search-forward-string)
17019 (bibtex-search-backward-string, bibtex-start-of-string)
17020 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17021 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17022 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17023 entries. Instead of reporting the results of the parsing by
17024 match-beginning or match-end, these functions return data structures
17025 that hold the corresponding positions.
17026 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17027 return values rather than by match-beginning or match-end.
17028 The following functions have been adapted to use the new
17029 parsing functions.
17030 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17031 (bibtex-enclosing-field, bibtex-format-entry)
17032 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17033 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17034 (bibtex-print-help-message, bibtex-end-of-entry)
17035 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17036 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17037 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17038 Use the new method for parsing.
17039 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17040 (bibtex-map-entries, bibtex-flash-head)
17041 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17042 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17043 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17044 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17045 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17046 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17047 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17048 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17049
170502000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17051
17052 * textmodes/bibtex.el: Copyright notice is up to date.
17053 Added constant 'bibtex-maintainer-salutation.
17054
86f6474c 17055 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17056 than make-temp-name, use match-string-no-properties and eliminate
17057 a quadratic behavior when building bibtex-strings.
17058
17059 * bibtex.el (bibtex-reference-key): Accept string entries whose
17060 reference key contains upper case letters.
17061
170622000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17063
17064 * bibtex.el (bibtex-reference-head): Allow entries to start with
17065 a new line.
17066
170672000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17068
17069 * bibtex.el: Hiding of entry bodies is not longer provided by
17070 bibtex.el directly. Instead the hideshow package can be used.
17071 Added a special bibtex entry to hs-special-modes-alist.
17072 (bibtex-hs-forward-sexp): Added for hideshow.el.
17073
170742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17075
17076 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17077 proceedings entry type (for cross referencing). Thanks to Wagner
17078 Toledo Correa for the suggestion.
17079
17080 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17081
170822000-02-14 Kenichi Handa <handa@etl.go.jp>
17083
17084 * international/characters.el: Setup case table for Vietnamese.
17085
170862000-02-12 Gerd Moellmann <gerd@gnu.org>
17087
17088 * uniquify.el (toplevel): Require CL at compile time.
17089 (uniquify-push): Removed.
17090
17091 * shadowfile.el (shadow-when): Removed.
17092
17093 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17094 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17095
17096 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17097 regexp for paragraph-start.
17098
17099 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17100 commas as well.
17101
171022000-02-10 Dave Love <fx@gnu.org>
17103
17104 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17105 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17106 Deleted.
17107 (widget-specify-field, widget-specify-button): Don't use
17108 widget-mouse-help as help-echo property.
17109 (default): Use #'ignore for :validate and :mouse-down-action.
17110 (checkbox): Add help-echo.
17111 (widget-sexp-validate): Rewritten to clarify error messages.
17112 (character): Use char-valid-p in :match function.
17113 (widget-color-complete): Use facemenu-color-alist.
17114 (widget-color-action): Use facemenu-read-color.
17115
17116 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17117 set up `caar' &c that we now have.
17118
171192000-02-09 Ray Blaak <blaak@gnu.org>
17120
17121 * delphi.el: Make resourcestring a declaration region, like const
17122 and var.
17123
171242000-02-09 Dave Love <fx@gnu.org>
17125
17126 * bindings.el (mode-line-input-method-map): New variable.
17127 (mode-line-mule-info): Use it; fix last change.
17128 (mode-line-mode-menu): Move definition.
17129 (mode-line-mouse-sensitive-p): Deleted.
17130 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17131 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17132
17133 * startup.el (command-line-1): Don't call
17134 make-mode-line-mouse-sensitive.
17135
171362000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17137
86f6474c
SM
17138 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17139 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17140
171412000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17142
17143 * diff-mode.el (diff-kill-junk): New interactive function.
17144 (diff-reverse-direction): Use delete-and-extract-region.
17145 (diff-post-command-hook): Restrict the area so that the hook also works
17146 outside of any diff hunk. This is necessary for the minor-mode.
17147 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17148 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17149
17150 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17151 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17152 so that it can be used more easily in <foo>-mode-hook. Also make sure
17153 to avoid duplicate entries.
17154 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17155 (font-lock-remove-keywords): Just as was done for `add', allow it to
17156 work even if font-lock-mode is nil. Also make sure we don't modify
17157 any pre-existing list by forcing a copy-sequence. Finally rename
17158 `major-mode' to `mode'.
17159 (font-lock-fontify-syntactic-anchored-keywords)
17160 (font-lock-fontify-anchored-keywords)
17161 (font-lock-fontify-keywords-region): Use line-end-position.
17162 Don't make `font-lock-multiline' local (it's now done in
17163 font-lock-set-defaults).
86f6474c
SM
17164 (font-lock-set-defaults): Make `font-lock-multiline' local.
17165 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17166
171672000-02-06 Andrew Innes <andrewi@gnu.org>
17168
17169 * term/w32-win.el (x-handle-args): Comment out call to message,
17170 which occurs before window system is initialized.
17171
17172 * makefile.nt: Add support for recompiling lisp code.
17173
171742000-02-04 Dave Love <fx@gnu.org>
17175
17176 * bindings.el (mode-line-mule-info): Fix/extend last change.
17177
17178 * completion.el: Replace completion-dolist with dolist.
17179
86f6474c 17180 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17181
171822000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17183
86f6474c 17184 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17185 environment names before they go into the section regexp.
17186
86f6474c 17187 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17188 char class in regexp.
17189
86f6474c
SM
17190 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17191 Bind `case-fold-search' to nil.
a30eb617 17192
86f6474c
SM
17193 * progmodes/idlwave.el (idlwave-template):
17194 Respect `idlwave-abbrev-change-case'.
17195 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17196 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17197 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17198 (idlwave-rw-case): New function.
17199 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17200 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17201 (idlwave-surround): New argument LENGTH to support padding of
17202 operators longer than 1 char.
17203
17204 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17205 idlwave-shell-expression-overlay. Implemented printing of
17206 expressions on higher levels of the calling stack.
86f6474c 17207 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17208 (idlwave-retrieve-expression-from-level): New function.
17209 (idlwave-shell-last-calling-stack): Variable removed.
17210 (idlwave-shell-reset): Argument action reversed (`visible' to
17211 `hidden'). Also remove stop-line overlay.
17212 (idlwave-shell-calling-stack-routine): New variable.
17213 (idlwave-shell-parse-stack-and-display): Messages now display
17214 negative level numbers.
17215 (idlwave-shell-mode): Set `modeline-format'.
17216 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17217 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17218 (idlwave-shell-print-expression-function): New option.
17219
86f6474c
SM
17220 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17221 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17222 `tool-bar' instead of `toolbar'.
17223
172242000-02-02 Dave Love <fx@gnu.org>
17225
17226 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17227 emacs-lisp-mode-hook. Don't check for defalias being defined.
17228
17229 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17230 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17231 Use the new builtins directly.
a30eb617
DL
17232
17233 * whitespace.el (whitespace): Add :version to defgroup.
17234
17235 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17236 Doc fix.
17237
17238 * thingatpt.el (sexp-at-point, symbol-at-point)
17239 (number-at-point, list-at-point): Add autoload cookie.
17240
17241 * recentf.el (recentf): Add :version to defgroup.
17242
17243 * quickurl.el (quickurl): Add :version to defgroup.
17244
17245 * elide-head.el (elide-head): Use point-marker more.
17246
17247 * bs.el (bs): Add :version to defgroup.
17248
17249 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17250
17251 * progmodes/delphi.el (delphi): Add :version to defgroup.
17252
172532000-02-02 Gerd Moellmann <gerd@gnu.org>
17254
17255 * ange-ftp.el (ange-ftp-write-region): Handle case that
17256 succeeding process operation sets a different coding system.
17257
17258 * calculator.el: New file.
17259
172602000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17261
86f6474c 17262 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17263 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17264 (display-selections-p, display-screens, display-pixel-width)
17265 (display-pixel-height, display-mm-width, display-mm-height)
17266 (display-backing-store, display-save-under, display-planes)
17267 (display-color-cells, display-visual-class): New functions.
17268
17269 * term/tty-colors.el (tty-color-gray-shades): New function.
17270
17271 * faces.el (display-color-p): Use framep-on-display.
17272 (display-grayscale-p): New function.
17273
172742000-01-31 Dave Love <fx@gnu.org>
17275
17276 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17277 (create-fontset-from-x-resource): Don't concat integers.
17278
172792000-01-31 Inge Frick <inge@nada.kth.se>
17280
17281 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17282 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17283 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17284 window is not deleted. Modifies change 1998-04-26.
17285
172862000-01-31 Gerd Moellmann <gerd@gnu.org>
17287
17288 * windmove.el: New file.
17289
17290 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17291 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17292 progmodes/ebnf-yac.el: Update copyright and license info.
17293
86f6474c
SM
17294 * jit-lock.el (jit-lock-function): Widen before calculating
17295 end position.
a30eb617
DL
17296 (jit-lock-stealth-chunk-start): Rewritten.
17297
17298 * info.el (Info-title-face-alist): Removed.
86f6474c 17299 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17300 (Info-fontify-node): Use these faces.
17301
173022000-01-30 Gerd Moellmann <gerd@gnu.org>
17303
17304 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17305 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17306 `&allow-other-keywords'.
17307
17308 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17309 the list of directories scanned heuristically.
17310
86f6474c 17311 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17312
173132000-01-30 Jason Rumney <jasonr@gnu.org>
17314
17315 * w32-fns.el: Define w32-tty-standard-colors.
17316
17317 * startup.el (command-line): Use w32-tty-standard-colors when in
17318 w32 console mode.
17319
173202000-01-30 Dave Love <fx@gnu.org>
17321
17322 * jka-compr.el (jka-compr-load): Fix up load-history.
17323
17324 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17325
17326 * emacs-lisp/cl-macs.el: Revert previous change.
17327
173282000-01-29 Dave Love <fx@gnu.org>
17329
17330 * facemenu.el: Purecopy various strings.
17331
17332 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17333 years. Deal with three-digit years.
17334
86f6474c
SM
17335 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17336 Use defconst, purecopy.
a30eb617
DL
17337 (help-back-label): Purecopy it.
17338
173392000-01-18 Gerd Moellmann <gerd@gnu.org>
17340
17341 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17342 variable. If non-nil, order the buffer list according to the
17343 currently selected frame.
17344 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17345 non-nil, pass the selected frame to function buffer-list.
17346
173472000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17348
17349 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17350
173512000-01-28 Dave Love <fx@gnu.org>
17352
17353 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17354
17355 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17356 Don't use lisp-indent-hook property.
17357 (cl-abs): Remove.
17358
17359 * subr.el: Move out indent and edebug specs for when and unless.
17360
17361 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17362 when, unless.
17363
17364 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17365 unless, when.
17366
173672000-01-28 Gerd Moellmann <gerd@gnu.org>
17368
17369 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17370 `collecting' as synonym for `collect'.
17371
17372 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17373 for the case it contains spaces.
17374
86f6474c 17375 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17376
17377 * frame.el (delete-other-frames): New function.
17378 (toplevel): Bind it to C-x 5 1.
17379
17380 * sort.el (sort-numeric-base): New option.
17381 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17382 interpret it as octal or hexadecimal. Use sort-numeric-base
17383 as default base.
17384
17385 * progmodes/glasses.el: New file.
17386
173872000-01-27 Gerd Moellmann <gerd@gnu.org>
17388
17389 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17390 userids differently.
17391
17392 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17393 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17394 progmodes/ebnf-yac.el: New files.
17395
173962000-01-26 Dave Love <fx@gnu.org>
17397
17398 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17399 on a function with an empty body. [From Eric Ludlam.]
17400
174012000-01-25 Andre Spiegel <spiegel@gnu.org>
17402
17403 * vc.el (vc-version-diff): Make sure file name is expanded.
17404
174052000-01-25 Gerd Moellmann <gerd@gnu.org>
17406
17407 * scroll-bar.el (scroll-bar-timer): Variable removed.
17408 (scroll-bar-toolkit-scroll): Don't use a timer.
17409
174102000-01-25 Kenichi Handa <handa@etl.go.jp>
17411
86f6474c
SM
17412 * language/thai-util.el (thai-composition-function):
17413 Delete superfluous `a'.
a30eb617
DL
17414
174152000-01-24 Dave Love <fx@gnu.org>
17416
17417 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17418 end-of-defun-function.
17419
86f6474c 17420 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17421
174222000-01-22 Jason Rumney <jasonr@gnu.org>
17423
17424 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17425 conflicts with new face support.
17426
174272000-01-22 Richard M. Stallman <rms@gnu.org>
17428
17429 * replace.el (query-replace): Rename last arg to DELIMITED.
17430 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17431 (query-replace-regexp): Likewise.
17432
174332000-01-20 Richard M. Stallman <rms@gnu.org>
17434
17435 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17436
17437 * emacs-lisp/lisp.el (beginning-of-defun-function):
17438 Variable renamed from beginning-of-defun.
17439 Do not call make-variable-buffer-local.
17440 (beginning-of-defun-raw): Use new variable name; doc fix.
17441 (beginning-of-defun): Doc fix.
17442 (end-of-defun-function): Variable renamed from end-of-defun.
17443 Do not call make-variable-buffer-local.
17444 (end-of-defun): Use new variable name; doc fix.
17445
17446 * subr.el (dolist, dotimes): Copied from cl-macs.el
17447 and made to work.
17448
17449 * mail/undigest.el (rmail-digest-end-regexps):
17450 Variable replaces rmail-digest-end-regexp.
17451 Allows multiple regexps for detecting the end line.
17452 (undigestify-rmail-message): Corresponding changes.
17453
174542000-01-19 Dave Love <fx@gnu.org>
17455
17456 * files.el (user-init-file): Don't declare here -- is primitive.
17457
17458 * startup.el (command-line): Check for compiled user-init-file and
17459 set to uncompiled version if necessary.
17460
174612000-01-18 Gerd Moellmann <gerd@gnu.org>
17462
17463 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17464 (undigestify-rmail-message): Use it.
17465
17466 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17467
174682000-01-17 Gerd Moellmann <gerd@gnu.org>
17469
17470 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17471 of mini-buffer.
17472
174732000-01-14 Gerd Moellmann <gerd@gnu.org>
17474
17475 * emacs-lisp/copyright.el (copyright-update): Removed the
17476 requirement for a trailing space from `copyright-regexp', to
17477 support copyrights with owner specified on a separate line..
17478
17479 * align.el: New file.
17480
17481 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17482
17483 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17484
174852000-01-13 Dave Love <fx@gnu.org>
17486
17487 * ph.el: Removed. (Obsoleted by EUDC.)
17488
174892000-01-13 Gerd Moellmann <gerd@gnu.org>
17490
17491 * net/eudc.el (toplevel): Remove autoloaded code installing
17492 menu with easymenu, because that causes build problems.
17493
17494 * frame.el (frame-notice-user-settings): New variable.
17495 (frame-notice-user-settings): Don't modify frame parameters
17496 if called a second time.
17497
174982000-01-13 Richard M. Stallman <rms@gnu.org>
17499
17500 * frame.el (frame-notice-user-settings):
17501 Notice default-frame-parameters even for non-window frames.
17502
175032000-01-13 Gerd Moellmann <gerd@gnu.org>
17504
17505 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17506 for Emacs.
17507 (eudc-bob-can-display-inline-images): Extend for Emacs.
17508 (eudc-bob-toggle-inline-display): Ditto.
17509 (eudc-bob-display-jpeg): Ditto.
17510
175112000-01-12 Gerd Moellmann <gerd@gnu.org>
17512
17513 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17514 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17515 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17516
86f6474c
SM
17517 * add-log.el (add-change-log-entry): Fix error trying an
17518 `(insert nil)'.
a30eb617
DL
17519
17520 * subdirs.el: Add `net' directory.
17521
17522 * net: New directory.
17523
17524 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17525 eval-last-sexp. Don't bind debug-on-error here.
17526 (eval-last-sexp): New function. Bind debug-on-error if
17527 eval-expression-debug-on-error is non-nil.
17528 (eval-defun-2, eval-defun): Likewise.
17529
17530 * simple.el (eval-expression): Don't bind debug-on-error if
17531 eval-expression-debug-on-error is nil. Detect changed
17532 debug-on-error, and propagate new value to global binding, if
17533 eval-expression-debug-on-error is non-nil,
17534 (eval-expression-debug-on-error): Change doc string.
17535
175362000-01-11 Richard M. Stallman <rms@gnu.org>
17537
17538 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17539
17540 * emacs-lisp/lisp-mode.el (with-syntax-table):
17541 Set up lisp-indent-function property.
17542
17543 * subr.el (with-syntax-table): Moved from simple.el.
17544
17545 * simple.el (with-syntax-table): Moved to subr.el.
17546
175472000-01-11 Gerd Moellmann <gerd@gnu.org>
17548
17549 * tmm.el (tmm-shortcut): Delete region after prompt instead
17550 of erasing buffer.
17551
17552 * textmodes/fill.el (fill-common-string-prefix): New function.
17553 (fill-context-prefix): Use the longest common prefix of first
17554 and second line fill prefix, if there is one.
17555
175562000-01-11 Richard M. Stallman <rms@gnu.org>
17557
17558 * array.el (array-mode): Don't use make-variable-buffer-local.
17559 Use make-local-variable for `truncate-lines'.
17560
175612000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17562
17563 * add-log.el (add-log-current-defun): Handle user-defined
17564 add-log-current-function returning nil,
17565
17566 * add-log.el (add-change-log-entry): Insert version number
17567 if having found a current function
17568
86f6474c
SM
17569 * add-log.el (add-log-current-defun):
17570 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17571 level 1. Strip whitespace from defun found.
17572
175732000-01-10 John Wiegley <johnw@gnu.org>
17574
17575 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17576 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17577
175782000-01-10 Dave Love <fx@gnu.org>
17579
17580 * elide-head.el (elide-head): Use point-marker, not point.
17581
175822000-01-10 Gerd Moellmann <gerd@gnu.org>
17583
17584 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17585 before and after the year 2000.
17586
17587 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17588 Add ispell- prefix.
17589
175902000-01-10 Ken Stevens <k.stevens@ieee.org>
17591
17592 * ispell.el: Only define dictionaries in menus when they exist.
17593 (version18p): New variable.
17594 (version20p): New variable.
17595 (xemacsp): New variable.
17596 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17597 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17598 (ispell-dictionary-alist6): Russian command lines no longer accept
17599 run-together words.
17600 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17601 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17602 (check-ispell-version): Added documentation string. Return library
17603 path when called non-interactively.
a30eb617
DL
17604 (ispell-menu-map-needed): Uses new variables.
17605 (ispell-library-path): New variable.
17606 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17607 (ispell-word): Improved documentation string. Test for valid
17608 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17609 result in single words split into multiple words.
17610 Return replacement word.
a30eb617
DL
17611 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17612 replace in recursive query replace mode. Help message for
17613 recursive edit mode.
17614 (ispell-show-choices): Protect against bad framepop bindings.
17615 (ispell-help): Fix to work with XEmacs.
17616 (ispell-highlight-spelling-error): Use new variables.
17617 (ispell-overlay-window): Fix to work with XEmacs.
17618 (ispell-parse-output): Passed and returns location information
17619 tracking spelling corrections. Doesn't recheck same word on
17620 current line.
17621 (ispell-init-process): Protect against bogus XEmacs variable binding.
17622 Fix call to single argument in sleep-for. Use new variables.
17623 (ispell-region): Passed and returns location information tracking
17624 spelling corrections. Doesn't check same word on current line.
17625 Improved documentation string. Doesn't resend a line already
17626 checked to the ispell process - fixes bug in LaTeX parsing.
17627 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17628 (ispell-skip-region): No longer skips <TT> in SGML.
17629 (ispell-process-line): Tracks location information with spelling
17630 corrections. Added documentation string. Accounts for words
17631 already accepted on this line. Don't allow query-replace on line
17632 starting with math characters. Doesn't resend a line already sent
17633 to ispell process. Fixes alignment error bug.
17634
176352000-01-10 Richard M. Stallman <rms@gnu.org>
17636
17637 * dired-x.el (dired-guess-shell-alist-default):
17638 Suggest xloadimage, which is free, not xv, which isn't.
17639
17640 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17641 Don't ever include the host name or user name in the value.
17642
176432000-01-09 Gerd Moellmann <gerd@gnu.org>
17644
17645 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17646 of a real newline.
17647
176482000-01-09 Stephen Eglen <stephen@gnu.org>
17649
17650 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17651 for .png files.
17652
176532000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17654
17655 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17656
176572000-01-09 Gerd Moellmann <gerd@gnu.org>
17658
17659 * progmodes/cperl-mode.el: Replace ^F with ^L.
17660
86f6474c
SM
17661 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17662 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17663
176642000-01-08 Dave Love <fx@gnu.org>
17665
17666 * emacs-lisp/backquote.el: Remove inappropriate customization
17667 (allowing custom.el to use backquote).
17668
176692000-01-07 Dave Love <fx@gnu.org>
17670
17671 * add-log.el (add-log-debugging): Deleted.
17672 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17673 file. Remove debugging code.
17674 (change-log-get-method-definition, change-log-name): Add doc.
17675 (change-log-sortable-date-at): New function.
17676 (change-log-merge): New command.
17677
17678 * time.el (display-time-string-forms): Make the Mail string active.
17679 (display-time-update): Provide help-echo for load average.
17680
17681 * bindings.el (make-mode-line-mouse2-map): New function.
17682 (mode-line-modified): Use it and simplify.
17683 (mode-line-mule-info): Provide help-echo info.
17684 (minor-mode-alist): Activate the strings.
17685 (make-mode-line-mouse-sensitive): Simplify for
17686 mode-line-buffer-identification.
17687
176882000-01-07 Gerd Moellmann <gerd@gnu.org>
17689
17690 * play/pong.el: New file.
17691
176922000-01-06 Dave Love <fx@gnu.org>
17693
17694 * array.el: Assorted cleanups for compiler warnings, doc strings,
17695 `array-' prefix for symbols.
17696
176972000-01-05 Dave Love <fx@gnu.org>
17698
86f6474c
SM
17699 * textmodes/outline.el (outline-mode-menu-bar-map):
17700 Add outline-headers-as-kill.
a30eb617
DL
17701 (outline-mode): Define imenu-generic-expression.
17702 (outline-headers-as-kill): New command.
17703
17704 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17705 from paragraph-start.
17706 (paragraph-indent-minor-mode): New command.
17707
17708 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17709 M-C-e, M-C-h, C-j, C-xnd, TAB.
17710 (fortran-mode): Set beginning-of-defun, end-of-defun.
17711 (fortran-column-ruler): Simplify.
17712 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17713 (fortran-with-subprogram-narrowing): Likewise.
17714 (fortran-indent-subprogram): Call mark-defun.
17715 (fortran-check-for-matching-do): Change narrowing.
17716
17717 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17718 (cl-lucid-hash-tag): Delete.
17719 (cl-hash-table-p): Correct test for native table.
17720 (cl-hash-table-count): Use hash-table-count.
17721
17722 * browse-url.el (browse-url): Fix case of
17723 browse-url-browser-function being an alist.
17724
177252000-01-05 Carsten Dominik <cd@gnu.org>
17726
17727 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17728 (reftex-index-phrase-file-extension): New options.
17729
17730 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17731 Use new option `reftex-index-phrase-file-extension'.
17732
17733 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17734 `reftex-parse-file-extension'.
17735
177362000-01-05 Dave Love <fx@gnu.org>
17737
17738 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17739 (beginning-of-defun-raw): Use it.
17740 (end-of-defun): New variable.
17741 (end-of-defun): Use it.
17742 (check-parens): New command.
17743
177442000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17745
17746 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17747 (hs-show-block): Don't use `mapcar' when not accumulating.
17748
17749 Fix buglet in local variables initialization.
17750
177512000-01-05 Andreas Schwab <schwab@suse.de>
17752
17753 * hscroll.el (hscroll): Doc fix.
17754
177552000-01-05 Carsten Dominik <cd@gnu.org>
17756
86f6474c
SM
17757 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17758 Require idlw-toolbar.
a30eb617 17759
86f6474c 17760 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17761 file idlw-rinfo.el.
86f6474c
SM
17762 (idlwave-customize): Load must read file idlw-shell.el.
17763 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17764
177652000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17766
17767 * progmodes/idlw-shell.el: Also provide idlwave-shell
17768 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17769 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17770
86f6474c 17771 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17772 both reftex-dcr and reftex-vcr.
17773
17774 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
17775
177762000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17777
17778 * ps-print.el: PostScript code now is in separate files, doc fix.
17779 (ps-print-version): New version number (5.0.3).
17780 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
17781 local.
17782 (ps-spool-config): Initialization fix.
17783 (ps-print-prologue-1, ps-print-prologue-2)
17784 (ps-print-duplex-feature): PostScript code moved to separated file.
17785 (ps-background-image): Little code reformating.
17786 (ps-begin-file, ps-begin-job): Fix code.
17787 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
17788 (ps-prologue-file): New fun.
17789
177902000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17791
17792 * ps-vars.el: Eliminated.
17793
17794 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
17795 `;;;###autoload'.
17796
17797 * ps-print.el: ps-vars eliminated, doc fix.
17798 (ps-print-version): New version number (5.0.2).
17799 (ps-spool-config): Initialization fix.
17800 (ps-print-customize): New fun.
17801
178022000-01-04 Gerd Moellmann <gerd@gnu.org>
17803
86f6474c 17804 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
17805
178062000-01-04 Dave Love <fx@gnu.org>
17807
17808 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
17809 menu items.
17810
178112000-01-03 Dave Love <fx@gnu.org>
17812
17813 * elide-head.el (elide-head) [defgroup]: Add :version.
17814
17815 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
17816 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
17817 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
17818 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
17819
178202000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17821
17822 * faces.el (face-read-integer, read-face-attribute)
86f6474c 17823 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
17824
178252000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
17826
17827 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
17828 at comment end, and re-insert them after filling.
17829
178302000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17831
17832 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
17833 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
17834 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
17835
178362000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17837
17838 * term/x-win.el (xw-defined-colors): Call color-supported-p,
17839 the new name of face-color-supported-p.
17840
17841 * term/w32-win.el (xw-defined-colors): Likewise.
17842
178432000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
17844
17845 * simple.el (completion-setup-function): Count completion-size
17846 from minibuffer-prompt-end, not from point-min.
17847
178482000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
17849
17850 * faces.el (read-face-attribute, defined-colors, color-defined-p):
17851 Pass the frame to tty-color-* functions.
17852 (display-color-p, frame-set-background-mode): Pass the frame to
17853 tty-display-color-p.
17854
17855 * term/tty-colors.el (tty-defined-color-alist): Renamed from
17856 tty-color-alist.
17857 (tty-color-alist, tty-modify-color-alist): New functions.
17858 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
17859 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
17860 optional parameter FRAME.
a30eb617
DL
17861
178622000-01-01 Gerd Moellmann <gerd@gnu.org>
17863
86f6474c
SM
17864 * image.el (create-image, defimage): Don't assume image data is
17865 a string.
a30eb617
DL
17866
17867 * image.el (defimage): Handle specifications containing :data
17868 instead of :file.
17869 (image-type-from-data): New function.
17870 (image-type-from-file-header): Use it.
17871 (create-image): Add parameter DATA-P.
17872
17873See ChangeLog.8 for earlier changes.
17874
17875;; Local Variables:
17876;; coding: iso-2022-7bit
17877;; End: