(ange-ftp-file-modtime): Check a 213 response
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
524ac5b2
GM
12001-07-09 Gerd Moellmann <gerd@gnu.org>
2
3 * net/ange-ftp.el (ange-ftp-file-modtime): Check a 213 response
4 from the server for the format we expect. Don't use it if it
5 doesn't look like what the Internet draft for FTP extensions
6 specifies.
7
82001-07-09 Martin Stjernholm <bug-cc-mode@gnu.org>
7443aaa6
SM
9
10 * cc-cmds.el: Extended the kludge to interoperate with the
11 delsel and pending-del packages wrt to the new function
12 `c-electric-delete-forward'.
13
851040a5
SM
142001-07-08 Stefan Monnier <monnier@cs.yale.edu>
15
16 * emacs-lisp/easy-mmode.el (define-minor-mode): Use eval-after-load
17 to delay the call to <mode> for global minor modes.
18 (easy-mmode-define-navigation): Only recenter if interactive.
19
6573d87f
GM
202001-07-06 Gerd Moellmann <gerd@gnu.org>
21
a25e82a8
GM
22 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind TAB
23 to lisp-indent-line.
24
6573d87f
GM
25 * net/ange-ftp.el (ange-ftp-file-modtime): Ignore 226 responses
26 from the server. Call encode-time only when we are sure that we
27 got a 213 response.
28
c1a1fd60
GM
292001-07-06 Simon Josefsson <jas@extundo.com>
30
31 * mail/sendmail.el (mail-specify-envelope-from): Doc fix.
32 (mail-envelope-from): New user option.
33 (sendmail-send-it): Use it.
34
4b81a999
GM
352001-07-06 Vinicius Jose Latorre <vinicius@cpqd.com.br>
36
851040a5
SM
37 * ps-print.el: Use locale dependant date to print date in header.
38 Doc fix.
4b81a999
GM
39 (ps-print-version): New version number (6.5.3).
40 (ps-right-header, ps-right-footer): Initialization and doc fix.
41 (ps-time-stamp-locale-default): New fun.
42
a2cc5c4f
GM
432001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
44
45 * mail/rmailout.el (rmail-output): Fix duplicate MIME-Version:
46 field problem with MIME-mode.
47
48 * mail/rmailout.el (rmail-output): Fix bug in MIME-mode.
49
502001-07-06 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
51
52 * mail/rmail.el (rmail-reply): Don't forget to narrow header in
53 MIME-mode.
54
a9b511e0
EZ
552001-07-06 Eli Zaretskii <eliz@is.elta.co.il>
56
57 * bindings.el (mode-line-mule-info): Don't show the tip with
58 buffer-file-coding-system if that is nil.
59
0f60e5ff
GM
602001-07-05 Gerd Moellmann <gerd@gnu.org>
61
f25cfe53
GM
62 * calendar/todo-mode.el (todo-top-priorities): Use delete-region
63 instead of kill-line.
64
5f72adc0
GM
65 * play/pong.el: Fix first line. From Pavel Jan\e,Bm\e(Bk
66 <Pavel@Janik.cz>.
67
68 * battery.el (battery-update): Add help-echo. From Pavel Jan\e,Bm\e(Bk
69 <Pavel@Janik.cz>.
0f60e5ff 70
b5e2c7a7
GM
712001-07-04 Gerd Moellmann <gerd@gnu.org>
72
73 * font-lock.el (c-font-lock-keywords-3): When matching something
74 like `struct X Y', finish with point after Y.
75
e5836af8 762001-07-04 Simon Josefsson <jas@extundo.com>
851040a5 77
e5836af8 78 * mail/sendmail.el (sendmail-send-it): Look at `sendmail-program'
851040a5 79 in caller buffer.
e5836af8 80
f1c53471
EZ
812001-07-03 Eli Zaretskii <eliz@is.elta.co.il>
82
bf4041b6 83 * find-file.el (ff-find-the-other-file): Use file-name-nondirectory
851040a5
SM
84 instead of string-match to find the basename of the file.
85 From Pascal Obry <p.obry@wanadoo.fr>.
bf4041b6 86
851040a5
SM
87 * net/browse-url.el (browse-url-default-windows-browser):
88 Support the MS-DOS port when it runs on Windows.
51a91c09
EZ
89 (browse-url-browser-function) [ms-dos]: Default to
90 browse-url-default-windows-browser.
91
f1c53471
EZ
92 * help.el (locate-library): Enable code that looks for compressed
93 libraries if auto-compression-mode is on.
94
4ce5c223
SM
952001-07-02 Stefan Monnier <monnier@cs.yale.edu>
96
97 * info.el (Info-clone-buffer-hook): Really unconditionally copy marker.
98
dd441b46
GM
992001-07-02 Gerd Moellmann <gerd@gnu.org>
100
4ce5c223 101 * emacs-lisp/cl-macs.el (cl-do-arglist): Revert change of 2000-10-15.
dd441b46 102
7a3ee510
EZ
1032001-07-02 Eli Zaretskii <eliz@is.elta.co.il>
104
33e432b1
EZ
105 * allout.el: Fix the header line, so that finder.el recognizes it.
106 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
107
4ce5c223
SM
108 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Doc fix.
109 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
7a3ee510 110
3024d920
EZ
1112001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
112
4ce5c223 113 * term/w32-win.el (x-colors): Add colors from the recent rgb.txt file.
027a15c1 114
3024d920
EZ
115 * ps-bdf.el (bdf-directory-list): Use the value relative to
116 installation-directory for MS-Windows as well.
117
0c1baae8
RS
1182001-06-29 Richard M. Stallman <rms@gnu.org>
119
120 * wid-edit.el (widget-color-sample-face-get):
121 Return ((foreground-color . COLOR)) instead of constructing a face.
122
442ebe98
EZ
1232001-06-29 Eli Zaretskii <eliz@is.elta.co.il>
124
125 * faces.el (region): Change the background color for the
126 light-background color display to lightgoldenrod2, to make it
127 visible on some laptops.
128
6519817e
RS
1292001-06-28 Richard M. Stallman <rms@gnu.org>
130
131 * mail/rmail.el (rmail-reformat-message): Bind inhibit-read-only to t.
132 (rmail-msg-restore-non-pruned-header): Likewise.
133 If point was in the old pruned header, put it at the top.
134 (rmail-msg-prune-header): If point was at the top, keep it there.
4ce5c223 135
6519817e
RS
136 * mail/rmail.el (rmail-narrow-to-non-pruned-header): New function.
137 (rmail-retry-failure): Use rmail-narrow-to-non-pruned-header.
138
15533ae2
SM
1392001-06-28 Stefan Monnier <monnier@cs.yale.edu>
140
141 * info.el (Info-clone-buffer-hook): Unconditionally copy marker.
142
19a448e3
KF
1432001-06-28 Karl Fogel <kfogel@red-bean.com>
144
145 * saveplace.el: Update maintainer email address.
146
a17555fd
FP
1472001-06-27 Francesco Potorti` <pot@gnu.org>
148
15533ae2
SM
149 * uniquify.el: (uniquify-rationalize-file-buffer-names):
150 Undo previous change.
a17555fd
FP
151
1522001-06-27 Francesco Potorti` <pot@gnu.org>
4501c939
FP
153
154 * uniquify.el (uniquify-rationalize-file-buffer-names): Do a
155 preliminary quick reordering. Can speed things up dramatically.
156
555cc9ca
RS
1572001-06-26 Richard M. Stallman <rms@gnu.org>
158
4d68abe0
RS
159 * dired.el (dired-get-filename): A file name starting with ~
160 is not absolute in this context.
161
555cc9ca
RS
162 * which-func.el (which-func-maxout): Increase default to 500000.
163 (which-function-mode): This is now the "real" name of the function.
164 (which-func-mode): Now an alias.
165 (which-func-mode-global): Name deleted.
166
167 * progmodes/hideshow.el (hs-minor-mode-map): Use mouse-2, not
168 button-2, when binding hs-mouse-toggle-hiding.
169
d9bad487
GM
1702001-06-26 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
171
15533ae2 172 * mail/rmail.el (rmail-msg-restore-non-pruned-header): New function.
d9bad487
GM
173 (rmail-msg-prune-header): Likewise.
174 (rmail-toggle-header): Use `rmail-msg-restore-non-pruned-header'
175 and `rmail-msg-prune-header'.
176
da197e75
SM
1772001-06-25 Stefan Monnier <monnier@cs.yale.edu>
178
179 * textmodes/fill.el (fill-region-as-paragraph): Don't look further
180 back than LINEBEG.
181
9501b986
EZ
1822001-06-25 Eli Zaretskii <eliz@is.elta.co.il>
183
184 * xt-mouse.el (xterm-mouse-event): If the buffer displayed in the
185 window where they clicked the mouse has a header line, adjust
186 vertical movement by one.
187
7aee34d3
GM
1882001-06-25 Milan Zamazal <pdm@zamazal.org>
189
da197e75
SM
190 * progmodes/glasses.el (glasses-make-readable): Consider underscores
191 too when separating a parenthesis.
7aee34d3 192
b9cc92a4
EZ
1932001-06-24 Eli Zaretskii <eliz@is.elta.co.il>
194
195 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
196 (bookmark-bmenu-hide-filenames): Add help-echo to
197 mouse-highlighted text.
198 (bookmark-bmenu-show-filenames): Remove help-echo property from
199 the whitespace.
200
e55c4863
EZ
2012001-06-23 Eli Zaretskii <eliz@is.elta.co.il>
202
da197e75
SM
203 * files.el (auto-mode-alist): Add configure.ac (autoconf).
204 From Karl Eichwalder <ke@suse.de>.
e55c4863 205
4bd41f5a
RS
2062001-06-23 Richard M. Stallman <rms@gnu.org>
207
208 * emacs-lisp/lisp-mode.el (eval-last-sexp): Doc fix.
209
210 * progmodes/cc-styles.el (c-set-style): Don't specify initial
211 contents for completing-read.
212
fdae95d4
RS
2132001-06-22 Richard M. Stallman <rms@gnu.org>
214
215 * menu-bar.el (menu-bar-make-toggle): Construct the
216 function's doc string from HELP, not DOC, and make it accurate by
217 adding "Toggle whether to " at the front and downcasing the initial.
218 Change the HELP arg in some calls to make it fit this usage.
219
220 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error):
221 Undo previous change.
222
5f0e1d42
EZ
2232001-06-22 Eli Zaretskii <eliz@is.elta.co.il>
224
1fd63d9b
EZ
225 * indent.el (indent-relative-maybe, indent-relative): Doc fix.
226
da197e75 227 * menu-bar.el (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.
5f0e1d42 228
2ebf8f54
EZ
2292001-06-21 Eli Zaretskii <eliz@is.elta.co.il>
230
7a03d9cd
EZ
231 * toolbar/tool-bar.el (tool-bar-setup): Remove the EXIT button.
232
2ebf8f54
EZ
233 * dabbrev.el (dabbrev--select-buffers): Fix last change.
234
4de68712
RS
2352001-06-20 Richard M. Stallman <rms@gnu.org>
236
237 * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
238 broken out from dabbrev--find-expansion. Handle minibuffer
239 specially here.
240 (dabbrev--find-expansion): Simplify code in various ways.
241 Don't treat minibuffers specially.
242 Call dabbrev--make-friend-buffer-list.
da197e75 243 (dabbrev--select-buffers): Don't treat minibuffers specially. Simplify.
4de68712
RS
244 (dabbrev--scanning-message): Do nothing when minibuffer is current.
245
f84e9763 2462001-06-19 John Wiegley <johnw@gnu.org>
a5eab4a9 247
f84e9763
JW
248 * eshell/eshell.el: Don't load in esh-util if it's already loaded.
249 Also, added a comment describing how to greatly speedup Eshell
250 loadup time, by concatenating together all of Eshell's .elc files.
a5eab4a9 251
f5f3efaa 2522001-06-19 John Wiegley <johnw@gnu.org>
b868ed49 253
da197e75
SM
254 * eshell/esh-mode.el: Disabled a test that often yields false failures.
255
f84e9763
JW
2562001-06-19 Eli Zaretskii <eliz@is.elta.co.il>
257
258 * woman.el (WoMan-highlight-references): Add help-echo to
259 mouse-highlighted text.
b868ed49 260
f7ac3e28
SM
2612001-06-18 Stefan Monnier <monnier@cs.yale.edu>
262
263 * textmodes/sgml-mode.el (sgml-mode-map): Fix thinko.
264
f6f1beba
GM
2652001-06-18 Gerd Moellmann <gerd@gnu.org>
266
f7ac3e28
SM
267 * international/quail.el (quail-start-conversion):
268 Reset quail-translating to nil.
db8f7303 269
f6f1beba
GM
270 * antlr-mode.el (antlr-mode): Check that `c-Java-access-key' is
271 bound. Suggested by David B. Malkovsky <David.Malkovsky@sas.com>.
272
1a0b9ae6
EZ
2732001-06-18 Eli Zaretskii <eliz@is.elta.co.il>
274
855eca56
EZ
275 * bs.el (bs--get-name, bs--get-file-name): Add help-echo to
276 mouse-highlighted text.
277
1a0b9ae6
EZ
278 * dired.el (dired-mark-pop-up): Fix last change.
279
e75e894b
EZ
2802001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
281
218abc51
EZ
282 * calendar/calendar.el (generate-calendar-month): Add help-echo to
283 mouse-highlighted text.
284
d36ca65d
EZ
285 * net/quickurl.el (quickurl-url-file): Run through
286 convert-standard-filename.
287 (quickurl-list-populate-buffer): Add help-echo to
288 mouse-highlighted text.
289 (top-level): Update Dave's URL.
290
092924fd
EZ
291 * textmodes/tex-mode.el (tex-validate-buffer): Add help-echo to
292 mouse-highlighted text.
293
f7ac3e28
SM
294 * textmodes/page-ext.el (pages-copy-header-and-position):
295 Add help-echo to mouse-highlighted text.
092924fd
EZ
296
297 * tar-mode.el (tar-header-block-summarize): Add help-echo to
298 mouse-highlighted text.
299
300 * replace.el (occur): Add help-echo to mouse-highlighted text.
301
302 * progmodes/sh-script.el (sh-mark-line): Add help-echo to
303 mouse-highlighted text.
304
305 * progmodes/cpp.el (cpp-make-button): Add help-echo to
306 mouse-highlighted text.
307
f7ac3e28
SM
308 * progmodes/compile.el (compile-reinitialize-errors):
309 Add help-echo to mouse-highlighted messages.
092924fd
EZ
310 (compilation-forget-errors): Remove help-echo property as well.
311
f7ac3e28
SM
312 * play/landmark.el (lm-plot-square, lm-init-display):
313 Add help-echo to mouse-highlighted text.
092924fd 314
f7ac3e28
SM
315 * play/gomoku.el (gomoku-plot-square, gomoku-init-display):
316 Add help-echo to mouse-highlighted text.
092924fd
EZ
317
318 * dired.el (dired-insert-set-properties): Add help-echo to
319 mouse-highlighted text.
f7ac3e28 320 (dired-mark-pop-up): Remove help-echo property from the file name.
092924fd
EZ
321
322 * comint.el (comint-send-input): Add help-echo to
323 mouse-highlighted text.
324
325 * buff-menu.el (list-buffers-noselect): Add help-echo to
326 mouse-highlighted text.
327
328 * arc-mode.el (archive-summarize-files): Add help-echo to
329 mouse-highlighted text.
330
e75e894b
EZ
331 * ffap.el (ffap-machine-p): Always return nil if
332 open-network-stream is not fboundp.
333
f621ed9d
SM
3342001-06-17 Stefan Monnier <monnier@cs.yale.edu>
335
336 * textmodes/sgml-mode.el: Move `provide' to the end. Update copyright.
337 (sgml-mode-map): Use `make-keymap' rather than make the keymap by hand.
338 Bind the latin-1 charset-char to sgml-maybe-name-self rather than
339 incorrectly binding chars between 128 and 256 to it.
340 (sgml-maybe-name-self): Handle latin-1 chars properly.
341 (sgml-tags-invisible): Bind buffer-file-name to nil.
342 Use unwind-protect and restore-buffer-modified-p.
343 (sgml-point-entered): Use buffer-substring-no-properties.
344 (html-tag-alist): Add `div' and `span' and fix backquote/unquote typos.
345 (html-mode): Don't force `imenu-sort-function'.
346
884e8578
EZ
3472001-06-15 Eli Zaretskii <eliz@is.elta.co.il>
348
d5b49f47
EZ
349 * tar-mode.el: Fix the copyright notice.
350
ce6b1982
EZ
351 * font-lock.el (font-lock-comment-face): For tty's with dark
352 background, use "red1", since "lightred" is not one of the colors
353 recognized by tty-colors.el.
354
884e8578
EZ
355 * tar-mode.el (tar-extract): Call generate-new-buffer-name to
356 create a buffer for extracted file, in case there's more than one
357 file by that name in an archive, possibly in different
358 directories. From Kevin Rodgers <kevinr@ihs.com>.
359
360 * format.el (format-alist): Doc fix. Suggested by Alex Schroeder
361 <alex@gnu.org>.
362
72190a54
MB
3632001-06-15 Miles Bader <miles@gnu.org>
364
f621ed9d
SM
365 * textmodes/texinfmt.el (texinfo-format-syntax-table):
366 Revert previous change.
72190a54 367
e4cdc335
RS
3682001-06-14 Richard M. Stallman <rms@gnu.org>
369
370 * replace.el (keep-lines-read-args): Return just a regexp.
371 Provide nil for the region args.
f621ed9d 372 (keep-lines, flush-lines, how-many):
e4cdc335
RS
373 Calculate the defaults for the region here, when args are nil.
374
c8c6b45a
EZ
3752001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
376
377 * rot13.el (rot13-other-window): Some more doc fix.
378
f54701d1
EZ
3792001-06-14 Per Starback <starback@ling.uu.se>
380
381 * replace.el (case-replace, query-replace-from-history-variable)
382 (query-replace-to-history-variable, keep-lines-read-args)
383 (occur-revert-function, query-replace-help): Dox fix.
384
1604ce98
EZ
3852001-06-14 Eli Zaretskii <eliz@is.elta.co.il>
386
387 * rot13.el (rot13-other-window): Doc fix.
388
22058843
MB
3892001-06-14 Miles Bader <miles@gnu.org>
390
391 * textmodes/texinfo.el (texinfo-mode-syntax-table): Change syntax
392 of " and \ to "." (punctuation).
393 * textmodes/texinfmt.el (texinfo-format-syntax-table): Likewise.
394
e4cdc335
RS
3952001-06-13 Richard M. Stallman <rms@gnu.org>
396
397 * emacs-lisp/backquote.el (backquote-process): Handle `[,@SYMBOL].
398
399 * simple.el (shell-command-on-region): Never kill the
400 *Shell Command Output* buffer.
401
a62d56ab
SM
4022001-06-13 Stefan Monnier <monnier@cs.yale.edu>
403
404 * diff-mode.el (diff-font-lock-keywords): Fix unanchored regexp.
405
4a0aa1d9
SM
4062001-06-10 Stefan Monnier <monnier@cs.yale.edu>
407
408 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
409 New var, to recognize ${ $' and PODs.
410 (perl-font-lock-syntactic-face-function): New function.
411 (perl-mode): Use them.
412 (perl-continuation-line-p): New function, from perl-calculate-indent.
413 (perl-calculate-indent): Use it, to properly handle continuation
414 lines of continuation lines.
415
b5a9911c
EZ
4162001-06-10 Eli Zaretskii <eliz@is.elta.co.il>
417
418 * server.el (server-process, server-buffer-clients): Doc fix.
419 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
420
0f056ec1
JW
4212001-06-09 John Wiegley <johnw@gnu.org>
422
423 * eshell/esh-cmd.el (eshell-exit-success-p): Use a string-match to
424 test if the last command was Lisp or not.
425 (eshell-rewrite-if-command): "if" syntax is "if A B C", not "if A
426 B x C".
427
e5e316b0
EZ
4282001-06-08 Eli Zaretskii <eliz@is.elta.co.il>
429
430 * dos-w32.el (grep-regexp-alist): Remove definition, since the
431 general one on compile.el supports drive letters.
7f4350a7
CD
432
4332001-06-08 Carsten Dominik <dominik@strw.leidenuniv.nl>
434
5a905a7e 435 * textmodes/reftex-ref.el (reftex-select-label-help): Add "z"
e5e316b0 436 key description.
7f4350a7
CD
437
438 * textmodes/reftex-sel.el (reftex-select-jump): New command.
439
5a905a7e 440 * textmodes/reftex-toc.el (reftex-toc-help): Add "z" key description.
7f4350a7
CD
441 (reftex-toc-jump): New command.
442
443 * textmodes/reftex-cite.el (reftex-parse-bibitem): Regexp changed
e5e316b0 444 to parse international characters as well.
7f4350a7 445
5a905a7e 446 * textmodes/reftex.el: Add autoloads for `reftex-varioref-vref',
e5e316b0 447 `reftex-fancyref-fref', `reftex-fancyref-Fref'.
7f4350a7 448
5a905a7e
SM
449 * textmodes/reftex-vars.el: Protect single backslash in docstrings.
450
451 * textmodes/reftex-dcr.el (reftex-view-crossref): Add SPACE and
e5e316b0 452 TAB to the key separators.
7f4350a7 453
73419021
EZ
4542001-06-07 Eli Zaretskii <eliz@is.elta.co.il>
455
456 * international/mule.el (auto-coding-alist): Remove redundant
457 up-cased versions of the extensions (auto-coding-alist-lookup is
458 case-insensitive where needed). Recognize .gz, .Z, .bz, .bz2, and
459 .gpg files as binary. Suggested by Karl Berry <karl@gnu.org>.
460
cada28bb
EZ
4612001-06-05 Eli Zaretskii <eliz@is.elta.co.il>
462
463 * emacs-lisp/lisp-mode.el (lisp-indent-offset): Add a doc string.
464
4f7666dc
RS
4652001-06-01 Richard M. Stallman <rms@gnu.org>
466
467 * help.el (describe-variable): Put value on same line
468 with preceding text, if it is short enough to look good that way.
469
70079787
EZ
4702001-06-01 Eli Zaretskii <eliz@is.elta.co.il>
471
472 * term/internal.el (IT-unicode-translations): New variable.
473 (IT-setup-unicode-display): New function.
474
c86f4619
GM
4752001-06-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
476
477 * ps-print.el: Handle before-string and after-string overlay properties
478 in ps-print-*-with-faces commands. Doc fix.
479 (ps-print-version): New version number (6.5.2).
480 (ps-e-overlay-end): Alias for overlay-end to avoid compilation gripes
481 for XEmacs.
482 (ps-prefix-quote): Doc fix.
c6d452ad 483 (ps-setup, ps-print-quote, ps-generate-postscript-with-faces): Code fix.
c86f4619
GM
484 (ps-basic-plot-str, ps-plot-string): New funs.
485
1ea98518
SM
4862001-05-31 Stefan Monnier <monnier@cs.yale.edu>
487
488 * progmodes/etags.el (tags-compression-info-list): Fix docstring
489 and :type spec.
490
2b1ec973
GM
4912001-05-31 Gerd Moellmann <gerd@gnu.org>
492
1ea98518
SM
493 * international/mule-cmds.el (inactivate-input-method):
494 Set input-method-function to nil.
2b1ec973 495
94843cc1
GM
496 * xml.el (xml-parse-tag): The document may contain invalid characters.
497 From ShengHuo ZHU <zsh@cs.rochester.edu>
498
9652931f
GM
4992001-05-31 MORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
500
501 * mail/rmailsum.el (rmail-message-subject-p): Don't call
1ea98518
SM
502 `rmail-summary-line-decoder' if the message does not have
503 a Subject: field.
9652931f 504
1ea98518 505 * mail/rmail.el (rmail-revert): Modify to work in rmail-view-buffer.
9652931f 506
1ea98518
SM
507 * mail/rmail.el (rmail-insert-mime-resent-message-function):
508 New variable.
9652931f
GM
509 (rmail-resend): Modify to work in `rmail-view-buffer'; call
510 `rmail-insert-mime-resent-message-function' if `rmail-enable-mime'
511 is non-nil.
512
f7ac3e28
SM
5132001-05-30 Stefan Monnier <monnier@rum.cs.yale.edu>
514
515 * textmodes/tex-mode.el (latex-find-indent): Handle the BOBP case.
516
b781e739
SS
5172001-05-29 Sam Steingold <sds@gnu.org>
518
00f51890
SS
519 * faces.el (face-valid-attribute-values): Bind `valid' directly
520 instead of using `setq'.
521
b781e739
SS
522 * textmodes/tex-mode.el (tex-feed-input, tex-display-shell):
523 Use `tex-shell-buf'.
524 (tex-shell-proc): Use `tex-shell-running'.
525 (tex-shell-buf-no-error): New function.
526 (tex-send-tex-command): Use it.
527 (tex-shell-running): Kill tex-shell when the buffer is dead for w32.
528 (tex-kill-job): Check the process before calling `quit-process'.
529
3d0e328b
GM
5302001-05-29 Gerd Moellmann <gerd@gnu.org>
531
1ea98518
SM
532 * international/utf-8.el (ccl-decode-mule-utf-8): Handle invalid
533 UTF-8 sequences.
3d0e328b 534
8bd6307f
GM
5352001-05-28 Miles Bader <miles@gnu.org>
536
537 * comint.el (comint-carriage-motion): Renamed from
538 `comint-cr-magic'. Operate on the buffer instead of the string
539 (for use as a comint post-output filter, instead of as a
540 pre-output filter). Handle backspaces too. Add to the
541 `comint-output-filter-functions' hook instead of
542 `comint-preoutput-filter-functions'.
543
89c8dc6c
GM
5442001-05-28 Gerd Moellmann <gerd@gnu.org>
545
546 * language/japan-util.el (japanese-hankaku): Prefer the charset
547 `jisx0201' when the optional argument `ascii-only' is not specified.
548 (japanese-hankaku-region): Ditto.
549 From Katsumi Yamaoka <yamaoka@jpl.org>
550
f25c1b9b
SM
5512001-05-28 Stefan Monnier <monnier@cs.yale.edu>
552
553 * textmodes/outline.el (outline-mode): Fix font-lock-defaults.
554 (outline-invisible-p): New function.
555 (hide-leaves): Save excursion.
556 (hide-other): Stop looping when reaching bobp.
557
719bb352
EZ
5582001-05-28 Eli Zaretskii <eliz@is.elta.co.il>
559
560 * cus-edit.el (custom-file): Fix last change.
561
d686d354
SM
5622001-05-27 Stefan Monnier <monnier@cs.yale.edu>
563
564 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload): Use the
565 same definition in byte-compile-function-environment as `autoload'
566 would put in `symbol-function'.
567
568 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Complete Dave's
569 patch to correct the error message as well.
570
49b1a638
EZ
5712001-05-27 Eli Zaretskii <eliz@is.elta.co.il>
572
71261a01
EZ
573 * cus-edit.el (custom-file): Don't assume we were invoked with -q
574 unless ~/.emacs exists.
575
49b1a638
EZ
576 * novice.el (enable-command): If user-init-file is nil or does not
577 exist, default to "~/.emacs" (~/_emacs on DOS and, maybe, Windows).
578
a434b175
SM
5792001-05-25 Stefan Monnier <monnier@cs.yale.edu>
580
15ca8de7
SM
581 * textmodes/tex-mode.el (tex-mode-syntax-table): Add ^.
582 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
583 Allow spaces around macro arguments.
584 (tex-mode-map): Inherit from text-mode-map, but rebind \t to
585 indent-for-tab-command.
586 (latex-mode-map, plain-tex-mode-map): New keymaps.
587 Inherit from tex-mode-map.
588 (tex-common-initialization): Don't setup the keymap any more
589 since it's now done right by define-derived-mode.
590 (latex-mode): Set skeleton-end-hook to nil.
591 (latex-skeleton-end-hook): Remove.
592 (tex-latex-block, latex-insert-item): Simplify.
593 (latex-syntax-after): Use following-char rather than char-after.
594 (tex-discount-args-cmds, tex-count-words): New functions.
595
596 * textmodes/tildify.el (tildify-ignored-environments-alist):
597 Recognize \verb* as well.
598
599 * progmodes/perl-mode.el (perl-mode): Use define-derived-mode.
600 (perl-comment-indent): Simplify to let newcomment.el do its job.
601 (perl-electric-terminator, perl-calculate-indent, perl-indent-exp)
602 (perl-mark-function): Cleanup the namespace.
603 (perl-calculate-indent): Don't be fooled by nested functions.
604
605 * speedbar.el (speedbar-find-selected-file): RE-quote the filename.
606
a434b175
SM
607 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
608 Fix the arg of `load'. From Dave Love <fx@gnu.org>.
609
4e7e1f03
AC
6102001-05-25 Andrew Choi <akochoi@i-cable.com>
611
612 * international/titdic-cnv.el (ctlau-gb-converter): `\' should
613 actually be `\\'.
614 (ctlau-b5-converter): Likewise.
615
2bef0948
AC
6162001-05-24 Andrew Choi <akochoi@i-cable.com>
617
618 * international/titdic-cnv.el (quail-misc-package-ext-info):
e089be2d
AC
619 Change CTLauB.el to CTLau-b5.el.
620
d2d1851b
SM
6212001-05-23 Stefan Monnier <monnier@cs.yale.edu>
622
623 * gud.el (gud-gdb-run-command-fetch-lines): Use forward-line
624 rather than beginning-of-line to avoid problems with fields.
625 (gud-perldb-massage-args): Use unless and push.
626 (gud-chdir-before-run): New var.
627 (gud-common-init): Use it.
628
5e3d4fbc
AC
6292001-05-24 Andrew Choi <akochoi@i-cable.com>
630
631 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
632 delete entries for chinese-ctlau and chinese-ctlaub.
d2d1851b 633 (quail-misc-package-ext-info): Add entries for chinese-ctlau and
5e3d4fbc 634 chinese-ctlaub.
d2d1851b
SM
635 (ctlau-converter, ctlau-gb-converter, ctlau-b5-converter):
636 New functions.
5e3d4fbc 637
0216c3df
GM
6382001-05-22 Gerd Moellmann <gerd@gnu.org>
639
f1f65349
GM
640 * cus-edit.el (custom-comment-show): Remove debug code.
641
0216c3df
GM
642 * language/japan-util.el (japanese-symbol-table): Fix handling of
643 Japanese long tone sign. From Kenichi Handa <handa@etl.go.jp>.
644
e8a1ed31
SM
6452001-05-21 Stefan Monnier <monnier@cs.yale.edu>
646
647 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly):
648 Renamed by removing the silly `-flag' suffix.
649 (diff-mode, diff-minor-mode, diff-find-source-location): Update.
650
7246200c
SM
6512001-05-20 Stefan Monnier <monnier@cs.yale.edu>
652
653 * replace.el (keep-lines-read-args): Use `copy-marker'.
654 (how-many): Save excursion properly.
655 (occur-mode): Use define-derived-mode.
656 (perform-replace): Use with-current-buffer.
657
7e971261
RS
6582001-05-20 Richard M. Stallman <rms@gnu.org>
659
65569e52
RS
660 * play/landmark.el (lm): Use "p" not "P" for interactive spec.
661
cc9684e8
RS
662 * mail/rmail.el (rmail-retry-failure): Do save-window-excursion.
663
9ca00e71
RS
664 * info.el (Info-read-subfile): Widen before finding the
665 desired node in the subfile.
666
7e971261
RS
667 * startup.el (command-line-1): When >2 files visited,
668 leave the last one visible, and make that the selected window.
669
7c5312b2
GM
6702001-05-20 Gerd Moellmann <gerd@gnu.org>
671
672 * font-lock.el (lisp-font-lock-keywords-1): Add `defvaralias'.
673
310e9a21
EZ
6742001-05-20 Eli Zaretskii <eliz@is.elta.co.il>
675
7246200c
SM
676 * international/ccl.el (define-ccl-program): Fix a typo.
677 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
8dacfbde
EZ
678
679 * international/mule.el (decode-char): Fix a typo. From Pavel
680 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
681
682 * textmodes/artist.el (artist-mode): Fix a typo. From Pavel
683 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
684
310e9a21
EZ
685 * frame.el (automatic-hscrolling): Fix a typo. From Pavel
686 Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
687
ef55aa6c
SS
6882001-05-18 Sam Steingold <sds@gnu.org>
689
7246200c 690 * pcvs-defs.el (cvs-mode-map): Bind "z" to `kill-this-buffer'
ef55aa6c
SS
691 and [RET] to `cvs-mode-find-file'.
692
c9f3bebe
JW
6932001-05-18 John Wiegley <johnw@gnu.org>
694
695 * eshell/esh-ext.el (eshell-explicit-command-char): A new
696 configuration variable, which determines the initial character
697 that forces use of an external version of a command. The default
698 is *, but may be set to \, for example.
699
700 * eshell/esh-ext.el (eshell-explicit-command):
701 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 702
c9f3bebe
JW
703 * eshell/esh-cmd.el (eshell/which):
704 Use `eshell-explicit-command-char' instead of ?*.
ef55aa6c 705
7c5312b2
GM
706 * eshell/em-cmpl.el (eshell-completion-command-name)
707 (eshell-complete-commands-list): Use `eshell-explicit-command-char'
c9f3bebe
JW
708 instead of ?*.
709
1c66d9fb
GM
7102001-05-18 Gerd Moellmann <gerd@gnu.org>
711
a724ed38
GM
712 * net/ange-ftp.el (ange-ftp-fix-name-for-vms): Reverse args of
713 subst-char-in-string.
714 (ange-ftp-after-parse-ls-hook): New variable.
715 (ange-ftp-ls): Run that hook.
716 From Peter Milliken <Peter.Milliken@GTECH.COM>.
717
0595722b
GM
718 * tmm.el (tmm-get-keymap): Fix handling of :filter.
719 (tmm-add-prompt): Bind buffer-read-only to nil when inserting
720 text into *Completions*.
721
1c66d9fb
GM
722 * net/goto-addr.el (goto-address-at-point): Deal with URLs
723 part of which look like email addresses.
724
c5bdb93d
AI
7252001-05-18 Andrew Innes <andrewi@gnu.org>
726
7246200c
SM
727 * makefile.w32-in (compile-files-CMD, bootstrap-clean-CMD):
728 Use . instead of absolute path for lisp dir, to avoid bug in W2K
c5bdb93d
AI
729 cmd.exe's handling of FOR loops.
730 (autoloads): Set find-file-suppress-same-file-warnings to t to
731 avoid slew of spurious messages.
732
9a1211f2
GM
7332001-05-18 Simon Josefsson <simon@josefsson.org>
734
735 * mail/smtpmail.el (maybe-append-domain): Renamed to
736 `smtpmail-maybe-append-domain'.
737 (smtpmail-via-smtp): Use the new name.
738
29148a3f
GM
739 * net/browse-url.el (browse-url-browser-function): Add kde.
740 (browse-url-kde-program, browse-url-kde-args): New variables.
741 (browse-url-kde): New function.
742
9ab59a1a
MB
7432001-05-18 Miles Bader <miles@gnu.org>
744
7246200c
SM
745 * simple.el (delete-horizontal-space, just-one-space):
746 Use `constrain-to-field' instead of `field-end'/`field-beginning',
9ab59a1a
MB
747 because it's more efficient for large files.
748
cebf1b97
GM
7492001-05-17 Gerd Moellmann <gerd@gnu.org>
750
f90c23ca
GM
751 * mail/rmail.el (rmail-require-mime-maybe): New function.
752 (rmail): Use it.
753 (rmail-mode): Handle the case of finding Rmail files.
754
cebf1b97
GM
755 * emacs-lisp/elp.el (elp-instrument-function): Handle advised
756 functions.
757
df22166e
SM
7582001-05-17 Stefan Monnier <monnier@cs.yale.edu>
759
760 * jit-lock.el (jit-lock-after-change): Check the font-lock-multiline
761 text-property after moving to the beginning of line and regardless
762 of the value of font-lock-multiline.
763
2ca0d5f1
GM
7642001-05-17 Gerd Moellmann <gerd@gnu.org>
765
e85e809a
GM
766 * startup.el (fancy-splash-screens): Ignore events on the mode-line.
767
2ca0d5f1
GM
768 * net/ange-ftp.el (ange-ftp-write-region): Make sure to record the
769 last coding system used before calling set-buffer-modified-p
770 because that function changes last-coding-system.
771
4c6a4739
EZ
7722001-05-17 Eli Zaretskii <eliz@is.elta.co.il>
773
774 * files.el (switch-to-buffer-other-window)
775 (switch-to-buffer-other-frame): Add an xref to display-buffer in
776 the doc string.
777
f08cf35b
GM
7782001-05-17 Gerd Moellmann <gerd@gnu.org>
779
780 * language/slovak.el, language/czech.el: New maintainer.
781
2180ea97
SS
7822001-05-16 Sam Steingold <sds@gnu.org>
783
f08cf35b 784 * emacs-lisp/cl-indent.el (toplevel): Indent the :method
2180ea97
SS
785 sub-form of `defgeneric' correctly.
786
9bae8781
GM
7872001-05-16 Gerd Moellmann <gerd@gnu.org>
788
a90b3d3c
GM
789 * tooltip.el (tooltip) <defgroup>: Put it in `gud' group instead
790 of `c'.
791
1b7818b4 792 * textmodes/outline.el (outline-font-lock-level): Remove the
df22166e
SM
793 condition-case, test what outline-level returns instead, to
794 ease debugging.
1b7818b4 795
9bae8781
GM
796 * international/mule.el (auto-coding-regexp-alist): New user-option.
797 (auto-coding-from-file-contents): New function.
798 (set-auto-coding): Use it to determine a coding system.
799
7644c605
GM
8002001-05-15 Gerd Moellmann <gerd@gnu.org>
801
18a0a39e
GM
802 * mouse.el (mouse-delete-other-windows): Doc fix.
803
df22166e
SM
804 * emacs-lisp/lisp-mode.el (lisp-mode):
805 Make font-lock-keywords-case-fold-search a buffer-local variable with
806 make-local-variable before setting it.
7644c605 807
940cf42e
EZ
8082001-05-14 Eli Zaretskii <eliz@is.elta.co.il>
809
810 * emacs-lisp/elp.el (elp-instrument-package): Don't allow empty
811 prefixes.
812
557f7c34
GM
8132001-05-14 Gerd Moellmann <gerd@gnu.org>
814
815 * hexl.el (hexl-current-address): Print a message when called
816 interactively.
817
14d9b141
SM
8182001-05-11 Stefan Monnier <monnier@cs.yale.edu>
819
820 * gud.el (gud-jdb-build-source-files-list): Fix paren typo.
821
822 * pcvs-defs.el (cvs-mode-map): Don't rebind `undo'.
823
824 * files.el (auto-mode-alist): Add *.perl and fix the *.<rev> case.
825
7bd2d083
GM
8262001-05-11 Gerd Moellmann <gerd@gnu.org>
827
47e72862
GM
828 * startup.el (command-line): If parameters have been changed in
829 the init files which influence font selection, clear the face
830 cache so that faces get realized with the new parameters.
831
14d9b141 832 * Makefile.in (compile-files): Redirect output of chmod to /dev/null.
7bd2d083 833
0f49941f
SM
8342001-05-10 Stefan Monnier <monnier@cs.yale.edu>
835
836 * smerge-mode.el (smerge-mode): Force font-lock-multiline to t.
837
cbeed4a8
EZ
8382001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
839
840 * mail/emacsbug.el (report-emacs-bug): Don't switch the buffer to
841 unibyte. Suggested by Kenichi Handa <handa@etl.go.jp>.
842
ff9aa2ca
GM
8432001-05-10 Gerd Moellmann <gerd@gnu.org>
844
845 * net/browse-url.el (browse-url-filename-alist): Allow UNC file
0f49941f 846 names for MS-Windows and MS-DOS. From Dan Holmsand <dan@eyebee.com>.
ff9aa2ca 847
b2c99950
JW
8482001-05-09 John Wiegley <johnw@gnu.org>
849
0f49941f
SM
850 * eshell/esh-util.el (eshell-convert-numeric-arguments):
851 Annotated the documentation string to tell users about
3cb27fd7
JW
852 `eshell-no-numeric-conversions'.
853
c26f6b27
JW
854 * eshell/esh-cmd.el (eshell-lisp-command): Don't perform numeric
855 conversions if a Lisp function has the property
856 `eshell-no-numeric-conversions' set to a non-nil value.
857
858 * eshell/em-dirs.el, eshell/em-ls.el, eshell/em-script.el,
859 eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-cmd.el: Set the
860 property `eshell-no-numeric-conversions' on the following
861 functions (which all deal with filesystem entities, and never Lisp
862 numerical values): eshell/cd, eshell/pushd, eshell/popd,
863 eshell/ls, eshell/source, eshell/., eshell/man, eshell/rm,
864 eshell/mkdir, eshell/rmdir, eshell/mv, eshell/cp, eshell/ln,
865 eshell/cat, eshell/make, eshell/diff, eshell/locate, eshell/occur,
866 eshell/which, eshell/addpath.
867
8682001-05-09 John Wiegley <johnw@gnu.org>
0f49941f 869
d089e299
JW
870 * eshell/esh-arg.el (eshell-parse-argument-hook): If a number is
871 encountered as an argument, don't convert it right away, but tag
872 the first character of the string with the text properties
873 `number', which signifies to `eshell-lisp-command' that the
874 argument should be passed through `string-to-number' if it is
875 actually used in the call to a Lisp function.
876
877 * eshell/esh-cmd.el (eshell-lisp-command): Before calling a Lisp
878 function, convert any string arguments that have been tagged as
879 "numbers", by calling string-to-number.
880
881 * eshell/esh-util.el (eshell-number-regexp): Now that number
882 conversions only happen for Lisp function calls, the number regexp
883 should now match all integer and floating point forms.
884
885 * eshell/esh-proc.el: Disable `eshell-stop-process' and
886 `eshell-continue-process', since they are both nonfunctional at
887 the moment.
888 (eshell-proc-initialize): Don't bind keys for
889 `eshell-stop-process' or `eshell-continue-process'.
890
0f49941f
SM
891 * eshell/em-unix.el (eshell-shuffle-files):
892 Apply `directory-file-name' before calling `file-name-directory'.
d089e299
JW
893
894 * eshell/em-hist.el (eshell-add-to-history): Reference to
895 `eshell-history-ring' needed to be `eshell-history-index'.
896
0f49941f
SM
897 * calendar/timeclock.el (timeclock-find-discrep):
898 Initialize `elapsed' to 0.
cb89da0f
JW
899 (timeclock-find-discrep): Set `timeclock-last-event-workday' if
900 it's still nil.
b2c99950 901
ff39b9a1
SM
9022001-05-09 Stefan Monnier <monnier@cs.yale.edu>
903
904 * arc-mode.el (archive-int-to-mode): Construct the string directly.
905 (archive-mode): Use capitalize.
906 (archive-unique-fname): Use make-temp-file.
907
9e53a675
GM
9082001-05-09 Gerd Moellmann <gerd@gnu.org>
909
910 * emacs-lisp/lisp-mode.el (lisp-interaction-mode): Doc fix.
911
c8224de6
EZ
9122001-05-09 Eli Zaretskii <eliz@is.elta.co.il>
913
c533a7e2
EZ
914 * tar-mode.el (tar-extract): Pay attention to the value of
915 coding-system-for-read, if it is non-nil.
916
ff39b9a1
SM
917 * calendar/holidays.el (holidays): Add an autoload cookie.
918 From Pavel Jan\e,Bm\e(Bk <Pavel@Janik.cz>.
c8224de6 919
1c8c9fb8
JW
9202001-05-08 John Wiegley <johnw@gnu.org>
921
ff39b9a1
SM
922 * calendar/timeclock.el (timeclock-workday-remaining):
923 Changed logic for determining how much time is remaining.
1c8c9fb8
JW
924 (timeclock-workday-elapsed): Don't accept a "relative" argument
925 for the current day's elapsed time. What could that have meant?
ff39b9a1 926 (timeclock-workday-elapsed-string): No "relative" argument anymore.
1c8c9fb8
JW
927 (timeclock-when-to-leave): Changed logic, similarly to what was
928 done for `timeclock-workday-remaining'.
929 (timeclock-find-discrep): Removed "today-only" argument, which had
930 no meaning. Fixed some more math problems. The function now
931 returns a three member list: (TOTAL-TIME-DISCREPANCY
932 TODAYS-TIME-DISCREPANCY TODAYS-ELAPSED-TIME).
933
5f47fb28
EZ
9342001-05-08 Eli Zaretskii <eliz@is.elta.co.il>
935
936 * w32-fns.el (convert-standard-filename): Start replacing slashes
937 from the beginning of the file name, not from where the last
938 invalid character was. From "Andrew Maguire (SWW)"
939 <Andrew.Maguire@Smallworld.co.uk>
940
6da5c7da
GM
9412001-05-07 MORIOKA Tomohiko <tomo@m17n.org>
942
943 The following changes are to provide infrastructure for handling
944 MIME messages to rmail. They don't affect the original behaviour
945 if rmail-enable-mime is nil.
946
947 * mail/rmail.el (rmail-insert-mime-forwarded-message-function)
948 (rmail-search-mime-message-function)
949 (rmail-search-mime-header-function): New variables.
ff39b9a1
SM
950 (rmail-expunge-and-save): Be sure to set-buffer to the Rmail buffer.
951 (rmail-quit, rmail-get-new-mail): Bury `rmail-buffer' after
952 `rmail-view-buffer' is hidden.
6da5c7da
GM
953 (rmail-toggle-header): Likewise. If rmail-enable-mime is non-nil,
954 call rmai-show-mime-function.
955 (rmail-display-labels): If rmail-enable-mime is non-nil, update
956 mode-line-process of rmail-view-buffer.
957 (rmail-set-attribute): Be sure to set-buffer to the Rmail buffer.
958 (rmail-show-message): Be sure to call rmail-auto-file in the Rmail
959 buffer.
ff39b9a1
SM
960 (rmail-next-message, rmail-next-undeleted-message): Be sure to
961 set-buffer to the Rmail buffer.
6da5c7da
GM
962 (rmail-message-regexp-p): If rmail-enable-mime is non-nil, call
963 rmail-search-mime-header-function.
964 (rmail-search-message): New function.
965 (rmail-search): Call rmail-search-message to check if a message
966 matches REGEXP, lastly update point after calling
967 rmail-show-message.
ff39b9a1
SM
968 (rmail-undelete-previous-message, rmail-expunge-confirmed)
969 (rmail-only-expunge): Be sure to set-buffer to the Rmail buffer.
6da5c7da
GM
970 (rmail-reply): If rmail-enable-mime is non-nil, don't narrow to
971 header region, refer to rmail-msgref-vector while setting the
972 current buffer to rmail-buffer temporarily.
ff39b9a1
SM
973 (rmail-forward): Be sure to bind forward-buffer to the Rmail buffer.
974 If rmail-enable-mime is non-nil, call
6da5c7da
GM
975 rmail-insert-mime-forwarded-message-function instead of inserting
976 forwarded message by itself.
977
978 * mail/rmailkwd.el (rmail-read-label): Be sure to work in the
979 Rmail buffer.
980 (rmail-set-label, rmail-next-labeled-message): Likewise.
981
982 * mail/rmailout.el (rmail-output-read-rmail-file-name): Be sure to
983 set-buffer to the Rmail buffer.
984 (rmail-output-to-rmail-file): Likewise.
985 (rmail-output): Likewise.
986
987 * mail/rmailsum.el (rmail-message-subject-p): Process the result
988 of mail-fetch-field by rmail-summary-line-decoder.
ff39b9a1
SM
989 (rmail-new-summary): Be sure to go to the Rmail buffer.
990 If rmail-enable-mime is non-nil, set rmail-summary-buffer of
6da5c7da
GM
991 rmail-view-buffer to nil.
992 (rmail-summary-undelete): If rmail-enable-mime is non-nil, pop to
993 rmail-view-buffer.
994 (rmail-summary-scroll-msg-up): Handle rmail-view-buffer, not
995 rmail-buffer.
996 (rmail-summary-scroll-msg-down): Likewise.
997 (rmail-summary-beginning-of-message): Likewise.
998 (rmail-summary-wipe): Likewise.
999 (rmail-summary-toggle-header): Use save-window-excursion, not
1000 save-excursion. Update point in rmail-view-buffer, not in
1001 rmail-buffer.
1002 (rmail-summary-reply): Before calling rmail-reply, set buffer to
1003 rmail-view-buffer, not rmail-buffer.
1004
5092477a
GM
10052001-05-07 Gerd Moellmann <gerd@gnu.org>
1006
1e9fc92e
GM
1007 * cus-edit.el (custom-file): Signal an error if user-init-file is
1008 nil (running -q).
1009
1d053370
GM
1010 * mail/rmailedit.el (rmail-edit-mode-hook): Add :version.
1011
ff39b9a1
SM
1012 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1013 Add :version.
1014
1015 * mail/smtpmail.el (smtpmail-warn-about-unknown-extensions):
1016 New option.
1b62b062
GM
1017 (smtpmail-via-smtp): Print warnings about unknown SMTP extensions
1018 only if smtpmail-warn-about-unknown-extensions is set.
1019
f851a71c
GM
1020 * mail/rmail.el (rmail-mode-map): Use rmail-sort-by-labels
1021 instead of rmail-sort-by-keywords.
1022
ff39b9a1 1023 * mail/rmailsort.el (rmail-sort-by-labels): Renamed from
f851a71c
GM
1024 rmail-sort-by-keywords.
1025
ff39b9a1
SM
1026 * mail/rmailsum.el (rmail-summary-sort-by-labels): Renamed from
1027 rmail-summary-sort-by-keywords. Doc fix.
f851a71c
GM
1028 (rmail-summary-mode): Doc fix.
1029
5092477a
GM
1030 * mail/rmail.el (rmail-edit): New Custom group.
1031
1032 * mail/rmailedit.el (rmail-edit-mode): Doc fix.
1033 (rmail-edit-mode-hook): New user-option.
1034
05be3833
RS
10352001-05-05 Richard M. Stallman <rms@gnu.org>
1036
1037 * help.el (help-xref-symbol-regexp): Recognize "source of"
1038 and friends, meaning make a link to the source file.
1039 (help-make-xrefs): Handle "source of" and friends
1040 by constructing a link that visits the source file.
1041
1042 * dabbrev.el (dabbrev-select-buffers-function): Doc fix.
1043
7dfb000f
SM
10442001-05-04 Stefan Monnier <monnier@cs.yale.edu>
1045
5efe6a56
SM
1046 * progmodes/cperl-mode.el (cperl-font-lock-keywords)
1047 (cperl-font-lock-keywords-1, cperl-font-lock-keywords-2):
1048 Renamed from perl-font-lock-keywords to avoid clashes.
1049 (cperl-mode, cperl-load-font-lock-keywords, cperl-init-faces)
1050 (cperl-load-font-lock-keywords-1, cperl-load-font-lock-keywords-2):
1051 Updated correspondingly.
1052
7dfb000f
SM
1053 * diff-mode.el (diff-nonexistent-face, diff-font-lock-keywords):
1054 Typo `nonexistant' -> `nonexistent'.
1055
88bbb8cb
EZ
10562001-05-04 Martin Stjernholm <bug-cc-mode@gnu.org>
1057
7dfb000f
SM
1058 * cc-cmds.el (c-electric-delete, c-electric-delete-forward):
1059 Split `c-electric-delete' into two functions where
88bbb8cb
EZ
1060 `c-electric-delete-forward' always deletes forward and
1061 `c-electric-delete' only contains the code necessary for XEmacs to
1062 choose between backward and forward deletion.
7dfb000f 1063
88bbb8cb
EZ
1064 * cc-mode.el: `c-electric-delete-forward' is now bound to C-d to
1065 get the electric behavior on that key too.
1066 (c-fill-paragraph): Fixed bogus direct use of
1067 c-comment-prefix-regexp, which caused an error when it's a list.
1068
a1af8dcf
EZ
10692001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1070
1071 * dired-aux.el (dired-diff): Doc fix.
1072
1073 * dired.el (dired-diff): Likewise.
1074
ddfb4005
EZ
10752001-05-03 Eli Zaretskii <eliz@is.elta.co.il>
1076
1077 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
1078
b36581fb
SM
10792001-05-02 Stefan Monnier <monnier@cs.yale.edu>
1080
80a00b6a
SM
1081 * vc.el (vc-next-action-on-file): Only force buffer+file to writable
1082 if both the buffer and the file are read-only.
1083
b36581fb
SM
1084 * progmodes/sh-script.el (sh-prev-line): Look for sh-heredoc-face
1085 rather than font-lock-string-face.
1086 (sh-get-indent-info): Treat heredocs like strings.
1087
470bbe9b
GM
10882001-05-02 Gerd Moellmann <gerd@gnu.org>
1089
b36581fb
SM
1090 * textmodes/texinfmt.el (texinfo-format-parse-args): Don't consume
1091 a newline following `}'.
3356df63
GM
1092 (texinfo-format-email): New function.
1093 (toplevel): Use texinfo-format-email for @email.
b36581fb
SM
1094 (texinfo-format-kbd-regexp, texinfo-format-kbd-end-regexp):
1095 Add `display'.
3356df63
GM
1096 (texinfo-sort-region): Goto point-min before sorting.
1097 (texinfo-set): Remove leading white space from value.
1098 From yagi@is.titech.ac.jp.
1099
470bbe9b
GM
1100 * replace.el (query-replace-regexp-eval): Doc fix.
1101
a9d2fd1d
SM
11022001-05-01 Stefan Monnier <monnier@cs.yale.edu>
1103
1104 * diff-mode.el (diff-nonexistant-face): New face.
1105 (diff-font-lock-keywords): Use it.
1106
2b3e941a
EZ
11072001-04-30 Eli Zaretskii <eliz@is.elta.co.il>
1108
22cd6fd3
EZ
1109 * font-lock.el (font-lock-mode): Doc fix.
1110
2b3e941a
EZ
1111 * dired-aux.el (dired-do-rename-regexp, dired-do-copy-regexp)
1112 (dired-do-hardlink-regexp, dired-do-symlink-regexp): Doc fix.
1113
50df7214
GM
11142001-04-30 Gerd Moellmann <gerd@gnu.org>
1115
a9d2fd1d
SM
1116 * progmodes/sh-script.el (sh-font-lock-heredoc): Allow optional
1117 backslash at the start of the here-document delimiter.
a9793e45
GM
1118 (sh-font-lock-syntactic-keywords): Likewise.
1119
50df7214
GM
1120 * mail/rmail.el (rmail-message-regexp-p): Yet another fix.
1121
e2f599e9
EZ
11222001-04-29 Eli Zaretskii <eliz@is.elta.co.il>
1123
1124 * term/tty-colors.el (tty-color-define, tty-color-off-gray-diag)
1125 (tty-color-translate, tty-color-by-index, tty-color-values)
1126 (tty-color-desc): Doc fix.
1127
dcaf31d3
EZ
11282001-04-27 Eli Zaretskii <eliz@is.elta.co.il>
1129
1130 * dired-aux.el (dired-do-create-files, dired-do-copy)
a9d2fd1d
SM
1131 (dired-do-symlink, dired-do-hardlink, dired-do-rename):
1132 Mention dired-dwim-target in the doc string.
dcaf31d3 1133
a6a06429
MB
11342001-04-28 Miles Bader <miles@gnu.org>
1135
1136 * dabbrev.el (dabbrev--ignore-buffer-p): New function.
1137 (dabbrev--find-expansion): Use it.
1138 (dabbrev--select-buffers): Don't select ignored buffers.
1139
5a5d9185
GM
11402001-04-27 Gerd Moellmann <gerd@gnu.org>
1141
a9d2fd1d 1142 * mail/rmail.el (rmail-message-regexp-p): Don't match before headers.
5a5d9185 1143
c5b82005
RS
11442001-04-26 Richard M. Stallman <rms@gnu.org>
1145
1146 * dabbrev.el: Add doc strings for some functions.
1147 (dabbrev--eliminate-newlines): New variable.
1148 (dabbrev--substitute-expansion): Convert newlines to spaces
1149 if dabbrev--eliminate-newlines is set.
1150 If abbrev and expansion are both all-lower-case,
1151 leave dabbrev--last-case-pattern nil.
1152
7cff9c6f
GM
11532001-04-26 Gerd Moellmann <gerd@gnu.org>
1154
1155 * mail/rmail.el (rmail-message-regexp-p): Use rfc822-goto-eoh
1156 if necessary, like in rmail-show-message.
1157
efa89c1f
GM
11582001-04-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1159
1160 * ps-print.el: Color specified by number is forced to be float number.
1161 (ps-print-version): New version number (6.5.1.1).
1162 (ps-header-frame-alist, ps-footer-frame-alist): Adjust color
1163 initialization.
1164 (ps-prefix-quote): New internal var.
1165 (ps-print-quote): New fun.
1166 (ps-setup, ps-output-frame-properties, ps-float-format)
1167 (ps-format-color): Code fix.
a9d2fd1d
SM
1168 (ps-plot-region): Eliminate redundant foreground color text setting.
1169
d3111e5a
EZ
11702001-04-26 Eli Zaretskii <eliz@is.elta.co.il>
1171
1172 * dabbrev.el (dabbrev--select-buffers): Add a doc string.
1173
a728644c
GM
11742001-04-25 Gerd Moellmann <gerd@gnu.org>
1175
1176 * faces.el (tty-handle-reverse-video): Don't set inverse-video.
1177
4ecdf04d
EZ
11782001-04-25 Eli Zaretskii <eliz@is.elta.co.il>
1179
4645bb68
EZ
1180 * info.el (Info-additional-directory-list): Doc fix.
1181
4ecdf04d 1182 * find-lisp.el (find-lisp-find-dired-filter)
a9d2fd1d
SM
1183 (find-lisp-find-dired-subdirectories, find-lisp-find-dired):
1184 Add autoload cookies. From Richard Y. Kim <ryk@dspwiz.com>.
4ecdf04d 1185
7cd512f2
SM
11862001-04-25 Stefan Monnier <monnier@cs.yale.edu>
1187
1dc64fca
SM
1188 * progmodes/make-mode.el (makefile-font-lock-keywords):
1189 Rationalize the rules for includes and conditionals and use the
1190 keyword face for them.
1191
7cd512f2
SM
1192 * faces.el (modify-face): Add compatibility for non-interactive use.
1193
ffeb5c1c
JW
11942001-04-24 John Wiegley <johnw@gnu.org>
1195
1196 * eshell/esh-cmd.el (eshell-find-alias-function): Corrected the
1197 fix from last night, since it wasn't finding eshell/cd.
1198
35f901fa
GM
11992001-04-24 Gerd Moellmann <gerd@gnu.org>
1200
1201 * rect.el (string-rectangle): Revert to 20.x behaviour.
1202 (replace-rectangle): Make it an alias for string-rectangle.
1203 (string-insert-rectangle): New function.
1204
c7b1b508
JW
12052001-04-23 John Wiegley <johnw@gnu.org>
1206
1207 * eshell/em-unix.el (eshell/diff): Fixed problems that were
1208 occurring with Emacs 21's diff.el/compile.el interaction layer.
1209
12102001-04-23 Colin Walters <walters@cis.ohio-state.edu>
1211
1212 * eshell/esh-cmd.el (eshell-find-alias-function): Return t in the
1213 case where the function was defined in a file, but not part of an
1214 eshell module.
1215
157975e3
JW
12162001-04-23 John Wiegley <johnw@gnu.org>
1217
1218 * eshell/em-smart.el (eshell-smart-redisplay): Added some safety
1219 code to work around a redisplay problem I've been having.
1220
3dc630b9
JW
12212001-04-23 John Wiegley <johnw@gnu.org>
1222
1223 * calendar/timeclock.el (timeclock-day-required): If the time
1224 required for a particular day is not set, use `timeclock-workday'.
1225 (timeclock-find-discrep): Added some sample code in a comment.
1226
1227 * eshell/eshell.el (eshell-command): Made a few changes so that
1228 `eshell-command' could be called programmatically.
1229
7cd512f2 1230 * eshell/esh-mode.el (eshell-non-interactive-p): Moved to eshell.el.
3dc630b9 1231
7cd512f2 1232 * eshell/eshell.el (eshell-non-interactive-p): Moved from esh-mode.el.
3dc630b9 1233
3ae14dd9 12342001-04-23 John Wiegley <johnw@gnu.org>
3dc630b9
JW
1235
1236 * calendar/timeclock.el: Updated copyright.
1237 (timeclock-generate-report): Don't report the daily or two-week
1238 total, if no time has been worked in that period.
1239 (timeclock-find-discrep): Moved call to `file-readable-p'; removed
1240 final computational form, which was unnecessary; corrected a
1241 parsing problem when timeclock-relative was nil.
1242
3ae14dd9 12432001-04-23 Kahlil Hodgson <kahlil@discus.anu.edu.au>
3dc630b9
JW
1244
1245 * calendar/timeclock.el (timeclock-modeline-display): Check if
1246 `list-entry' is null.
1247 (timeclock-use-display-time): The first argument to `set-variable'
1248 must be a symbol.
1249
53e1a74c
EZ
12502001-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1251
1252 * calendar/calendar.el (diary-entry-marker)
7cd512f2
SM
1253 (calendar-today-marker, calendar-holiday-marker):
1254 Use display-color-p instead of window-system.
53e1a74c
EZ
1255 (calendar-mode-map, calendar-mode): Use display-popup-menus-p
1256 instead of window-system.
1257 (calendar-hide-window): Use display-multi-frame-p instead of
1258 window-system.
1259
1260 * calendar/cal-x.el (calendar-two-frame-setup)
7cd512f2
SM
1261 (calendar-only-one-frame-setup, calendar-one-frame-setup):
1262 Use display-multi-frame-p instead of window-system.
53e1a74c 1263
23b809c2
GM
12642001-04-23 Gerd Moellmann <gerd@gnu.org>
1265
1d14e80c
GM
1266 * play/fortune.el (fortune-from-region): Use `eq' instead of `eql'.
1267
23b809c2
GM
1268 * textmodes/ispell.el, emacs-lisp/checkdoc.el,
1269 * progmodes/ebrowse.el, play/fortune.el: Fix autoload cookies.
1270
b5eeaa1d
GM
12712001-04-23 Alex Schroeder <alex@gnu.org>
1272
1273 * goto-addr.el: Instead of defining line-beginning-position and
7cd512f2
SM
1274 line-end-position a defalias is used for point-at-bol and point-at-eol.
1275
b5eeaa1d
GM
12762001-04-23 Alex Schroeder <alex@gnu.org>
1277
1278 * goto-addr.el: Added XEmacs compatibility code.
7cd512f2 1279 (goto-address-highlight-keymap): Made keybindings XEmacs compatible.
b5eeaa1d 1280
ac1470eb
EZ
12812001-04-22 Eli Zaretskii <eliz@is.elta.co.il>
1282
1283 * textmodes/paragraphs.el (sentence-end): Doc fix.
1284
624ef9b3
GM
12852001-04-20 Alex Schroeder <alex@gnu.org>
1286
1287 * sql.el (sql-escape-newlines-and-send): New function.
7cd512f2 1288 (sql-db2): Set comint-input-sender to sql-escape-newlines-and-send.
624ef9b3
GM
1289
12902001-04-20 Alex Schroeder <alex@gnu.org>
1291
1292 * sql.el (sql-db2-program): New option.
1293 (sql-db2-options): New option.
1294 (sql-db2): New function.
1295
12962001-04-20 Alex Schroeder <alex@gnu.org>
1297
1298 * sql.el (sql-mode-menu): Added highlighting entries.
1299 (sql-highlight-oracle-keywords): New function.
1300 (sql-highlight-postgres-keywords): New function.
1301 (sql-highlight-ansi-keywords): New function.
1302
13032001-04-20 Alex Schroeder <alex@gnu.org>
1304
1305 * sql.el (sql-help): Doc change.
1306
9f3703ab
KF
13072001-04-19 Karl Fogel <kfogel@collab.net>
1308
1309 * saveplace.el (save-place-alist-to-file): Removed no-effect code
1310 that inserted file content only to delete it immediately.
1311 Probably a cut-and-paste bug. Thanks to Juanma Barranquero
1312 <lektu@uol.com.br> for the patch.
1313
2a83a11d
SM
13142001-04-19 Stefan Monnier <monnier@cs.yale.edu>
1315
1316 * emacs-lisp/easy-mmode.el (easy-mmode-defsyntax): Unquote `doc'.
1317
6f4dd4dc
GM
13182001-04-18 Gerd Moellmann <gerd@gnu.org>
1319
0f8d6dc7
GM
1320 * emacs-lisp/cl-indent.el (toplevel): Comment out the spec
1321 for defmethod.
1322
6f4dd4dc
GM
1323 * comint.el (comint-cr-magic): New function.
1324 (toplevel): Add it to comint-preoutput-filter-functions.
1325
90200fcc
AI
13262001-04-18 Andrew Innes <andrewi@gnu.org>
1327
1328 * makefile.w32-in (EMACSLOADPATH): Define.
2a83a11d 1329 (custom-deps, autoloads, .el.elc, compile-files-CMD, compile-files-SH)
90200fcc
AI
1330 (recompile): Remove stuff to set EMACSLOADPATH.
1331
daa66f34
GM
13322001-04-18 Gerd Moellmann <gerd@gnu.org>
1333
edc5c81d
GM
1334 * language/slovak.el ("Slovak"): Add tutorial entry.
1335
daa66f34
GM
1336 * net/browse-url.el (browse-url-new-window-flag): Renamed from
1337 browse-url-new-window-p.
1338
5d5845dc
EZ
13392001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1340
1341 * info.el (Info-menu-update): When there are no menus and/or no
1342 cross references in the node, make the respective items of the
1343 Info menu-bar menu inactive.
1344
1c8addd0
GM
13452001-04-17 Gerd Moellmann <gerd@gnu.org>
1346
f4f480bd
GM
1347 * indent.el (indent-for-tab-command): Call indent-line-function
1348 with no argument if PREFIX-ARG is non-nil.
1349
1c8addd0
GM
1350 * frame.el (delete-other-frames): Handle minibuffer-only frames.
1351
8f9ab403
EZ
13522001-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1353
1354 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Don't invoke CVS as
1355 an async subprocess if start-process is unavailable. Suggested by
1356 Tim Van Holder <tim.van.holder@pandora.be>.
1357
60322163
EZ
13582001-04-15 Eli Zaretskii <eliz@is.elta.co.il>
1359
1360 * info.el (Info-additional-directory-list): Doc fix. Suggested by
1361 Kai Grossjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>.
1362
e372bc67
EZ
13632001-04-14 Eli Zaretskii <eliz@is.elta.co.il>
1364
1365 * info.el (Info-file-list-for-emacs): Add an entry for the "info"
1366 manual.
1367
28037ecf
SM
13682001-04-13 Stefan Monnier <monnier@cs.yale.edu>
1369
1370 * pcvs-defs.el (cvs-mode-map): Bind C-o like in dired.
1371 (cvs-menu): Add a few entries.
1372
1373 * pcvs.el (cvs-addto-collection): Don't merge MESSAGE fileinfos.
1374 (cvs-update-filter): Only advertise `cvs-mode-delete-lock' if the
1375 lock file appears to be reachable from Emacs.
1376 (cvs-mode-mark-on-state, cvs-mode-display-file): New functions.
1377 (cvs-mode-find-file): Look for cvs-header-face rather than
1378 cvs-dirname-face (which doesn't exist).
1379 (cvs-mode-find-file): Allow `other' to be set to `dont-select'.
1380
1381 * pcvs-parse.el (cvs-parse-run-table): Remove misleading text.
1382
5d5e7f53
EZ
13832001-04-13 Eli Zaretskii <eliz@is.elta.co.il>
1384
1385 * emulation/pc-select.el (pc-selection-mode): Don't turn on
1386 normal-erase-is-backspace on a tty. Instead, bind some keys such
1387 as [delete] directly, like pc-select.el did before
1388 normal-erase-is-backspace was invented.
1389
118562e1 13902001-04-12 Eli Zaretskii <eliz@is.elta.co.il>
9010db4c
EZ
1391
1392 * ls-lisp.el (ls-lisp-format): Leave a blank before "root".
1393
6c9e58c4
JW
13942001-04-11 John Wiegley <johnw@gnu.org>
1395
28037ecf
SM
1396 * eshell/em-ls.el (eshell-ls-insert-directory):
1397 Set font-lock-defaults to nil, to prevent fontification in dired
6c9e58c4
JW
1398 buffers, if Eshell's ls is being used.
1399
118562e1 14002001-04-11 John Wiegley <johnw@gnu.org>
978bd3ea 1401
28037ecf
SM
1402 * calendar/timeclock.el (timeclock-completing-read): New function.
1403 (timeclock-ask-for-project, timeclock-ask-for-reason):
1404 Call `timeclock-completing-read'.
978bd3ea
JW
1405
1406 * eshell/em-alias.el (eshell-command-aliased-p): `assoc' was
1407 required where `member' was being used.
1408
118562e1 14092001-04-11 Colin Walters <walters@cis.ohio-state.edu>
978bd3ea 1410
28037ecf
SM
1411 * eshell/em-hist.el (eshell-previous-matching-input):
1412 Don't display "History item" if the the minibuffer is active.
978bd3ea 1413
30cb0001
GM
14142001-04-11 Gerd Moellmann <gerd@gnu.org>
1415
1416 * startup.el (command-line): Output a newline after printing
1417 an error from loading the window system's init file.
1418
e38af9bd
EZ
14192001-04-11 Eli Zaretskii <eliz@is.elta.co.il>
1420
28037ecf
SM
1421 * textmodes/texinfo.el (texinfo-font-lock-keywords):
1422 Add fontification for @value, @dfn, @dmn, @acronym, @anchor, and
e38af9bd
EZ
1423 @inforef. Add an OVERRIDE of `keep' to highlight specs of
1424 keywords whose arguments routinely include @@.
1425
bbf63a7b
GM
14262001-04-10 Gerd Moellmann <gerd@gnu.org>
1427
28037ecf
SM
1428 * emacs-lisp/advice.el (ad-make-advised-definition):
1429 Construct advice for subrs differently.
afffeb57 1430
3fe35f35 1431 * textmodes/paragraphs.el (forward-sentence): Put the sentence-end
28037ecf 1432 regexp in parentheses when building the regexp for searching backwards.
3fe35f35 1433
c8d6d636 1434 * simple.el (completion-list-mode-finish): New function.
28037ecf 1435 (toplevel): Add completion-list-mode-finish to temp-buffer-show-hook.
c8d6d636 1436
2a52f40e 1437 * language/european.el ("Polish"): Change sample text.
28037ecf 1438 From jsbien@mimuw.edu.pl (Janusz S. Bie\e,Bq\e(B).
2a52f40e 1439
cf8b1bef
GM
1440 * progmodes/sh-script.el (sh-indent-line): Add optional PREFIX-ARG
1441 parameter.
1442
bbf63a7b
GM
1443 * faces.el (menu): Doc fix.
1444
719d83ad 14452001-04-10 Vinicius Jose Latorre <vinicius@cpqd.com.br>
319acba0
GM
1446
1447 * ps-print.el: Footer implementation. Doc fix.
1448 (ps-print-version): New version number (6.5.1).
1449 (ps-header-frame-alist): New customization var for header frame
1450 properties.
1451 (ps-line-number-color): New customization var for line number color.
1452 (ps-footer-offset, ps-footer-line-pad, ps-print-footer)
1453 (ps-print-footer-frame, ps-footer-frame-alist, ps-footer-lines)
1454 (ps-footer-font-family, ps-footer-font-size, ps-left-footer)
1455 (ps-right-footer): New customization vars for footers.
1456 (ps-footer-pad, ps-footer-font-size-internal): New internal vars for
1457 footers.
1458 (ps-setup, ps-get-page-dimensions, ps-generate-header-line)
28037ecf
SM
1459 (ps-generate-header, ps-begin-file, ps-begin-job, ps-begin-page):
1460 Code fix.
319acba0
GM
1461 (ps-prologue-file): Indentation fix.
1462 (ps-print-quote): Fun eliminated.
1463 (ps-value, ps-get, ps-put, ps-del): New funs for alist handling.
1464 (ps-output-frame-properties): New fun.
1465 (ps-fonts, ps-font-number, ps-rgb-color, ps-end-page, ps-next-page)
1466 (ps-skip-newline): Replace defun by defsubst.
28037ecf 1467
e372bc67 14682001-04-10 Colin Walters <walters@cis.ohio-state.edu>
db86be5d
JW
1469
1470 * eshell/eshell.el (eshell-command): Needed a "%s" format
1471 specifier, in case the buffer contains percent characters.
1472
e372bc67 14732001-04-10 John Wiegley <johnw@gnu.org>
db86be5d
JW
1474
1475 * calendar/timeclock.el (timeclock-generate-report): Added a
1476 missing insert of the project name.
1477
9f9a5e7a
GM
14782001-04-09 Gerd Moellmann <gerd@gnu.org>
1479
9170e5d4 1480 * obsolete/profile.el: Moved from emacs-lisp/.
cf3885ac 1481
865e97c1 1482 * Makefile.in (nonobsolete_setwins): New macro.
cf3885ac 1483 (finder-data): Use it instead of `setwins'.
865e97c1
GM
1484 From: Dave Love <fx@gnu.org>.
1485
cf3885ac 1486 * server.el (server-visit-files): Set server-existing-buffer correctly.
92a6563f
GM
1487 (server-visit-files): Run server-visit-hook after going to
1488 line 1 so that the hook can set point as it sees fit.
1489
9f9a5e7a
GM
1490 * bindings.el (mode-line-modified): Unify help messages.
1491
51f32106
EZ
14922001-04-07 Eli Zaretskii <eliz@is.elta.co.il>
1493
1494 * dos-fns.el (dos-8+3-filename): Rename from dos-truncate-to-8+3.
1495 All callers changed.
1496
e02160a3
EZ
14972001-04-06 Eli Zaretskii <eliz@is.elta.co.il>
1498
8e6bb0d0
EZ
1499 * international/titdic-cnv.el (miscdic-convert): For MS-DOS, if
1500 long file names aren't supported, truncate the file names in
1501 quail-misc-package-ext-info to 8+3 before matching them against
1502 FILENAME.
1503
1504 * dos-fns.el (dos-truncate-to-8+3): New function.
1505
ec321d77
EZ
1506 * progmodes/compile.el (grep-compute-defaults): Use null-device
1507 instead of literal /dev/null. Reported by Jens Schmidt
1508 <schmidt@mathematik.uni-kl.de>.
1509
e02160a3
EZ
1510 * simple.el (normal-erase-is-backspace-mode): Doc fix.
1511
cf3885ac
SM
15122001-04-06 Stefan Monnier <monnier@cs.yale.edu>
1513
1514 * textmodes/sgml-mode.el: Add unknown maintainer.
1515 (sgml-tag): Pass `str' explicitly through skeleton-transformation.
1516 (html-mode-map): Use set-keymap-parent.
1517
3ffb33bb
DL
15182001-04-06 Dave Love <fx@gnu.org>
1519
1520 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1521 Remove redundant string-to-list.
1522
8f625692
SM
15232001-04-05 Stefan Monnier <monnier@cs.yale.edu>
1524
1525 * composite.el (reference-point-alist): Doc fix.
1526
1087f198
SS
15272001-04-05 Sam Steingold <sds@gnu.org>
1528
8f625692
SM
1529 * font-lock.el (font-lock-keywords-case-fold-search):
1530 Make buffer-local. This fixes a very annoying bug when loading a Lisp
1087f198
SS
1531 file made font-lock case-insensitive.
1532
a55e4e68
GM
15332001-04-05 Gerd Moellmann <gerd@gnu.org>
1534
0e4892e2
GM
1535 * faces.el (defface menu): Doc fix.
1536
4d664b04
GM
1537 * wid-edit.el (widget-color-sample-face-get): Don't make
1538 faces for undefined colors.
1539
a55e4e68
GM
1540 * version.el (emacs-version): Include LessTif/Motif version info.
1541
f383cd0d
GM
15422001-04-04 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1543
1544 * ps-mule.el: Eliminate cl package dependence.
1545 (char-valid-p, multibyte-string-p, string-make-multibyte): Define funs
1546 if they aren't defined yet.
1547 (ps-mule-encode-header-string, ps-mule-header-string-charsets):
1548 Eliminate cl package dependence.
1549
de28797f
SM
15502001-04-04 Stefan Monnier <monnier@cs.yale.edu>
1551
1552 * progmodes/cc-cmds.el (c-outline-level):
1553 Bind buffer-invisibility-spec. Originally from Dave Love, but
1554 got lost when incorporating version 5.26.
1555
32df8b47
EZ
15562001-04-04 Eli Zaretskii <eliz@is.elta.co.il>
1557
de28797f
SM
1558 * emulation/pc-select.el (pc-selection-mode):
1559 Call normal-erase-is-backspace-mode instead of binding
1560 keys individually.
58e4f61d 1561
7f62656b
EZ
1562 * cus-load.el (normal-erase-is-backspace): Use it instead of
1563 delete-key-deletes-forward.
1564
1565 * startup.el (command-line): Use normal-erase-is-backspace and
1566 normal-erase-is-backspace-mode.
1567
1568 * simple.el (normal-erase-is-backspace): Rename from
1569 delete-key-deletes-forward. Doc fix.
1570 (normal-erase-is-backspace-mode): Rename from
de28797f
SM
1571 delete-key-deletes-forward-mode. Doc fix.
1572 Run normal-erase-is-backspace-hook.
7f62656b 1573
32df8b47 1574 * dired.el (dired-move-to-filename-regexp): Support file sizes in
de28797f
SM
1575 ``human-readable'' format produced by GNU `ls'.
1576 (dired-move-to-filename-regexp): Recognize ISO format dates.
1577 From Paul Eggert <eggert@twinsun.com>.
32df8b47 1578
5efa6032
GM
15792001-04-04 Gerd Moellmann <gerd@gnu.org>
1580
1581 * emacs-lisp/lisp-mnt.el (lm-keywords-list, lm-keywords-finder-p):
1582 New functions.
de28797f
SM
1583 (lm-verify): Check keywords.
1584 From Eric M. Ludlam <eric@siege-engine.com>.
5efa6032 1585
d757aac1
EL
15862001-04-03 Eric M. Ludlam <eric@siege-engine.com>
1587
1588 * speedbar.el (speedbar-insert-image-button-maybe): Check for
1589 `xemacs' feature instead of for the function `set-extent-property'.
1590
9832760a
SM
15912001-04-03 Stefan Monnier <monnier@cs.yale.edu>
1592
1593 * mail/mh-utils.el (mh-folder-hist): New var.
1594 (mh-prompt-for-folder): Use it and pass `default' to completing-read.
1595
d565f6aa
EZ
15962001-04-03 Eli Zaretskii <eliz@is.elta.co.il>
1597
1598 * hexl.el (hexl-scroll-up): If scrolling gets outside the hexl
1599 region, position point on the first or last 16-byte group.
1600 (hexl-mode-map): Bind C-Home and C-End to hexl-beginning-of-buffer
1601 and hexl-end-of-buffer. Bind End and Home to hexl-end-of-line and
1602 hexl-beginning-of-line.
1603
24c0fd39
GM
16042001-04-03 Gerd Moellmann <gerd@gnu.org>
1605
5efa6032
GM
1606 * icomplete.el (icomplete-mode): Treat an argument like other
1607 modes do.
1608
b3f6107b
GM
1609 * startup.el (fancy-splash-head): Use splash8.xpm for color
1610 depth 8.
1611
24d451c5
SM
1612 * emacs-lisp/checkdoc.el (checkdoc-common-verbs-wrong-voice):
1613 Add an antry for ``converts''.
476bf681 1614
24d451c5
SM
1615 * language/slovak.el ("Slovak"): Add documentation string.
1616 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
20b5dc4a 1617
450f6970
GM
1618 * language/czech.el ("Czech"): Add documentation string.
1619 From Pavel@Janik.cz (Pavel Jan\e,Bm\e(Bk ml.).
1620
24d451c5
SM
1621 * ps-mule.el (ps-mule-font-info-database-bdf): Change `isci24-etl.bdf'
1622 to `isci24-mule.bdf'. From: Kenichi Handa <handa@etl.go.jp>.
1623
16242001-04-02 Stefan Monnier <monnier@cs.yale.edu>
1625
1626 * mail/mail-extr.el (mail-extr-delete-char, mail-extr-safe-move-sexp)
1627 (mail-extr-skip-whitespace-forward, mail-extr-nuke-char-at)
1628 (mail-extr-skip-whitespace-backward, mail-extr-undo-backslash-quoting):
1629 Use `defsubst' rather than a macro to ease debugging.
1630 (mail-extr-last): Remove (use `last' instead).
1631 (mail-extract-address-components): Properly reset the syntax-table
1632 after parsing an address. Use `last' rather than mail-extr-last.
1633 Make sure the end marker stays at the very end.
24c0fd39 1634
2b908342
EZ
16352001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
1636
1637 * international/titdic-cnv.el (miscdic-convert): Fix a typo in the
1638 last change.
1639
acfb077d
GM
16402001-04-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
1641
1642 * ps-print.el: Line and paragraph spacing feature. Region to cut
1643 out when printing. Doc fix.
1644 (ps-print-version): New version number (6.5).
24d451c5
SM
1645 (ps-line-spacing, ps-paragraph-spacing, ps-paragraph-regexp):
1646 New vars. Line and paragraph spacing feature.
acfb077d
GM
1647 (ps-begin-cut-regexp, ps-end-cut-regexp): New vars. Region to cut
1648 out when printing.
1649 (ps-setup, ps-nb-pages, ps-get-page-dimensions, ps-begin-file)
1650 (ps-get-font-size, ps-begin-job, ps-continue-line)
1651 (ps-plot-region): Code fix.
1652 (ps-print-prologue-2): Var eliminated.
24d451c5
SM
1653 (ps-line-spacing-internal, ps-paragraph-spacing-internal):
1654 New internal vars.
acfb077d
GM
1655 (ps-get-size): New fun.
1656 (ps-output-string-prim, ps-init-output-queue, ps-print-page-p)
1657 (ps-next-line): Replace defun by defsubst.
1658 (ps-mule-plot-string): Autoload doc fix.
1659
1660 * ps-bdf.el: XEmacs compatibility. Doc fix.
1661 (installation-directory, coding-system-for-read): Declare vars if
1662 it's not declared yet.
1663 (bdf-read-font-info, bdf-read-bitmap, bdf-get-bitmaps): Code fix.
1664
1665 * ps-mule.el: XEmacs compatibility. Doc fix.
1666 (leading-code-private-22): Declare var if it's not declared yet.
1667 (charset-bytes, charset-dimension, charset-id, charset-width)
1668 (find-charset-region, split-char, char-width, chars-in-region)
1669 (forward-point, decompose-composite-char, encode-coding-string)
1670 (coding-system-p, ccl-execute-on-string, define-ccl-program):
1671 Define funs if not defined yet.
1672 (encode-composition-rule, find-composition): Define funs if not
1673 loaded yet.
1674 (ps-mule-prologue): PostScript code fix.
1675
16762001-04-02 Kenichi Handa <handa@etl.go.jp>
1677
1678 * ps-mule.el (ps-mule-generate-font): New arg HEADER-P. If it is
1679 non-nil, generate font for the header strings.
1680 (ps-mule-prepare-font): Likewise.
1681 (ps-mule-generate-glyphs): Likewise.
1682 (ps-mule-string-encoding): Likewise.
1683 (ps-mule-header-charsets): New variable.
1684 (ps-mule-encode-header-string): New function.
1685 (ps-mule-header-string-charsets): New function.
1686 (ps-mule-begin-job): Check charsets in the header strings. If there
1687 are non-ASCII and non-Latin1 charsets, prepare fonts for them.
1688
1689 * ps-print.el (ps-generate-header-line): Encode the header string by
1690 ps-mule-encode-header-string.
1691 (ps-mule-encode-header-string): Declare autoload.
1692
c0eb3c10
GM
16932001-04-02 Gerd Moellmann <gerd@gnu.org>
1694
24d451c5
SM
1695 * frame.el (cursor-in-non-selected-windows):
1696 Replaces show-cursor-in-non-selected-windows.
c0eb3c10 1697
a3d0b0e0
KH
16982001-03-31 Kenichi Handa <handa@etl.go.jp>
1699
1700 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1701 Delete entries for "chinese-py" and "chinese-ziranma".
24d451c5 1702 (quail-misc-package-ext-info): New variable.
a3d0b0e0 1703 (tsang-quick-converter): New function.
24d451c5
SM
1704 (tsang-b5-converter, quick-b5-converter, tsang-cns-converter)
1705 (quick-cns-converter, py-converter, ziranma-converter)
a3d0b0e0
KH
1706 (miscdic-convert, batch-miscdic-convert): New functions.
1707
55f7832c
KH
17082001-03-30 Kenichi Handa <handa@etl.go.jp>
1709
a2217cd8
KH
1710 * international/utf-8.el (ccl-encode-mule-utf-8): Fix handling of
1711 eight-bit-control chars.
1712
55f7832c 1713 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
c0eb3c10 1714 Reduce making temporary vector (suggested by Dave Love).
55f7832c 1715
911a2406
EZ
17162001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1717
1718 * simple.el (transient-mark-mode): Mention ESC ESC ESC in the doc
1719 string as well.
1720
1a518f2c
AS
17212001-03-30 Andreas Schwab <schwab@suse.de>
1722
1723 * files.el (backup-directory-alist): Fix typo.
1724
ef080b16
EZ
17252001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1726
1727 * time-stamp.el (time-stamp-format): Doc fix. From Paul Eggert
1728 <eggert@twinsun.com>.
1729
e4174a55
DL
17302001-03-30 Dave Love <fx@gnu.org>
1731
1732 * progmodes/fortran.el (fortran-comment-region): Fix typo.
1733
9d5d1075
EZ
17342001-03-30 Eli Zaretskii <eliz@is.elta.co.il>
1735
1736 * simple.el (transient-mark-mode): Mention C-g in the doc string.
1737
a27b451e
MB
17382001-03-30 Miles Bader <miles@gnu.org>
1739
1740 * subr.el (interactive-form): Fix paren typo.
1741
aea51abe
EZ
17422001-03-29 Eli Zaretskii <eliz@is.elta.co.il>
1743
1744 * emacs-lisp/profile.el: Say that it's obsolete in the header
1745 line, so that finder.el puts that into its data-base.
1746 Suggested by Alex Schroeder <alex@gnu.org>.
1747
249dd409
EZ
17482001-03-29 Paul Eggert <eggert@twinsun.com>
1749
1750 * mail/emacsbug.el (report-emacs-bug): Report LC_COLLATE,
1751 LC_MESSAGES, LC_MONETARY, LC_NUMERIC, and LC_TIME as well.
1752
1ac1fa96
SM
17532001-03-29 Stefan Monnier <monnier@cs.yale.edu>
1754
1755 * generic.el (generic-mode-set-comments): Use "" rather than nil
1756 for comment-end.
1757
e2b8a830
GM
17582001-03-29 Gerd Moellmann <gerd@gnu.org>
1759
1ac1fa96
SM
1760 * emacs-lisp/advice.el (ad-make-advised-definition):
1761 Call interactive-form to obtain the interactive spec of subrs.
e2b8a830
GM
1762
1763 * subr.el (interactive-form): New function.
1764
8b2375e7
AS
17652001-03-29 Andre Spiegel <spiegel@gnu.org>
1766
1767 * vc-sccs.el (vc-sccs-register): Use relative file names.
1768
f827b862
GM
17692001-03-28 Gerd Moellmann <gerd@gnu.org>
1770
e59d0e9d
GM
1771 * bookmark.el (bookmark-get-bookmark): Handle case that
1772 BOOKMARK is not a string.
1773
deb2613a
GM
1774 * image.el (image-type-regexps): Change type for PS files
1775 to `postscript'.
1776
f827b862
GM
1777 * subr.el (read-passwd): Clear command history after each
1778 character entered. From: Stephen Gildea <gildea@alum.mit.edu>.
1779
3c9449d0
KH
17802001-03-27 Kenichi Handa <handa@etl.go.jp>
1781
1782 * international/kkc.el (kkc-save-init-file): Locally bind
1783 print-length to nil.
1784
e6b13c74
GM
17852001-03-26 Gerd Moellmann <gerd@gnu.org>
1786
e120bebf
GM
1787 * textmodes/flyspell.el: Some doc fixes.
1788 (flyspell-maybe-correct-transposition)
1789 (flyspell-maybe-correct-doubling): Use a temporary buffer
1790
1791 * textmodes/ispell.el (ispell-parse-output): Doc fix.
1792
5f6c5771 1793 * emacs-lisp/byte-opt.el (byte-optimize-while)
e6b13c74
GM
1794 (byte-optimize-form-code-walker): Diagnose too few arguments
1795 for `if' and `while'.
1796
2b984c45
KH
17972001-03-26 Kenichi Handa <handa@etl.go.jp>
1798
1799 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
1800 Prepend `\' to "\<quail-translation-docstring>".
1801
bf2150fa
GM
18022001-03-26 Gerd Moellmann <gerd@gnu.org>
1803
5f6c5771
SM
1804 * autorevert.el (global-auto-revert-non-file-buffers):
1805 Remove duplicate defcustom.
bf2150fa 1806
a0d59316
MB
18072001-03-26 Miles Bader <miles@gnu.org>
1808
5f6c5771
SM
1809 * international/latin1-disp.el (latin1-char-displayable-p):
1810 Add leading "-" for X font pattern.
a0d59316 1811
9edbff6c
KH
18122001-03-26 Kenichi Handa <handa@etl.go.jp>
1813
5f6c5771
SM
1814 * international/mule-diag.el (describe-coding-system):
1815 For raw-text and emacs-mule, don't add anymore text about what
9edbff6c
KH
1816 charsets they can encode.
1817
50b57199
EZ
18182001-03-25 Eli Zaretskii <eliz@is.elta.co.il>
1819
1820 * help.el (view-lossage): Mention open-dribble-file in the doc
1821 string. Suggested by Riku Saikkonen <rjs@lloke.dna.fi>.
1822
5b83f9c0
SM
18232001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1824
1825 * skeleton.el (skeleton-internal-list): Fix bogus logic.
1826 (skeleton-pair-insert-maybe): Don't pair after a backslash.
1827
e0ecbf5c
KH
18282001-03-23 Kenichi Handa <handa@etl.go.jp>
1829
5b83f9c0
SM
1830 * international/encoded-kb.el (encoded-kbd-self-insert-ccl):
1831 Call ccl-execute-on-string directly so that CCL program handling
e0ecbf5c
KH
1832 multibyte sequence can work correctly.
1833 (encoded-kbd-setup-keymap): Fix the default value of `valid-codes'
1834 property of the coding system.
1835
1cc218de
SM
18362001-03-23 Stefan Monnier <monnier@cs.yale.edu>
1837
1838 * textmodes/fill.el (fill-individual-paragraphs-prefix):
1839 Fix transcription typo.
1840
a3db02ad
RV
18412001-03-22 Rajesh Vaidheeswarran <rv@gnu.org>
1842
1843 * whitespace.el: Add buffer local variables to toggle testing of
1844 whitespaces in buffers without affecting the default values.
a3db02ad 1845 Bump version to 3.0 to account for a few other changes.
1cc218de
SM
1846 (whitespace-toggle-ateol-check, whitespace-toggle-leading-check)
1847 (whitespace-toggle-trailing-check, whitespace-toggle-indent-check)
1848 (whitespace-toggle-spacetab-check): New functions.
a3db02ad 1849
83c9cb8e
SM
18502001-03-21 Stefan Monnier <monnier@cs.yale.edu>
1851
1852 * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el.
1853
180d5509
GM
18542001-03-21 Gerd Moellmann <gerd@gnu.org>
1855
eeb5b5c1
GM
1856 * bs.el (bs-cycle-next, bs-cycle-previous): Fix handling of
1857 bs-cycle-configuration-name. From Juanma Barranquero
1858 <lektu@uol.com.br>.
1859
170a9e70
GM
1860 * Makefile.in, makefile.w32-in (COMPILE_FIRST): Add cc-mode.el
1861 and cc-vars.el.
1862
180d5509
GM
1863 * mail/sendmail.el (sendmail-send-it): Don't parse Resent-*
1864 headers. Always invoke sendmail with option -t.
1865
130c507e
GM
18662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1867
1868 * Release of cc-mode 5.28.
1869
18702000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1871
1872 * cc-mode.el, cc-vars.el (c-common-init, c-default-style):
1873 Removed the hardcoded switch to "java" style in Java mode.
83c9cb8e 1874 It's instead taken care of by the default value for c-default-style.
130c507e 1875
130c507e
GM
18762000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1877
1878 * cc-align.el (c-lineup-math): Fix bug where lineup was
1879 triggered by equal signs in string literals.
1880
18812000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1882
1883 * cc-cmds.el (c-fill-paragraph): Fixed bug in the paragraph
1884 limit detection when at the ends of the buffer.
1885
1886 * cc-engine.el (c-guess-basic-syntax): Removed bogus check for
1887 "for" statement clause in case 7F; a better one is done
1888 earlier in case 7D anyway.
1889
18902000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1891
1892 * cc-cmds.el (c-guess-fill-prefix): Improved the heuristics
1893 somewhat more and did a small optimization.
1894
18952000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1896
1897 * cc-cmds.el (c-beginning-of-statement, c-end-of-statement):
1898 Use the limit argument only to limit the syntactic context
1899 search, not to limit the actual movement.
1900
1901 * cc-cmds.el (c-beginning-of-statement): Move by sentence
1902 inside multiline strings, just like in comments. Also various
1903 fixes to the paragraph and comment prefix recognition, block
1904 comment ender handling etc.
1905
19062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1907
1908 * cc-cmds.el (c-fill-paragraph): Take more care to preserve
1909 the relative position of the point.
1910
1911 * cc-cmds.el (c-electric-continued-statement): New function to
1912 use as abbrev hook to reindent for keywords such as "else"
1913 that continues an earlier statement.
1914
1915 * cc-menus.el (cc-imenu-c++-generic-expression): Treat structs
1916 like classes.
1917
1918 * cc-mode.el (c-mode, c++-mode, java-mode, objc-mode)
1919 (pike-mode): Populate the default abbrev tables to reindent for
1920 keywords such as "else" that can continue earlier statements.
1921 Abbrev mode is therefore turned on by default now. (Note that
1922 this doesn't apply to idl-mode, since IDL afaik doesn't have
1923 statements at all.)
1924
19252000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1926
1927 * cc-engine.el (c-inside-bracelist-p): Fix for handling
1928 bracelists where the declaration contains template arguments.
1929
19302000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1931
83c9cb8e
SM
1932 * cc-cmds.el (c-comment-indent):
1933 Use `c-get-syntactic-indentation' to correctly calculate the
130c507e
GM
1934 syntactic indentation. Fixes bug with lineup functions that
1935 return vectors.
1936
1937 * cc-engine.el (c-get-syntactic-indentation): Split the
1938 indentation sum calculation from `c-indent-line' to a separate
1939 function.
1940
19412000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1942
1943 * cc-cmds.el (c-beginning-of-statement, c-comment-indent):
1944 Fixed places where it was assumed that preprocessor directives
1945 have to start in column zero.
1946
1947 * cc-engine.el (c-beginning-of-member-init-list): Handle C++
1948 template arguments after a class identifier properly.
1949
1950 * cc-engine.el (c-guess-basic-syntax): Treat initializer brace
1951 lists for `new Foo[]' constructs in Java as expressions and
1952 not top level definition brace lists on the top level, so that
1953 they'll get indented consistently with the same type of
1954 expression in a normal block.
1955
19562000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1957
1958 * cc-cmds.el (c-fill-paragraph): The kludge that checks
1959 whether the adaptive filling package fails to keep the comment
1960 prefix is now kludged further to check for filladapt-mode
1961 which doesn't have that problem. This is really icky, but it's
1962 the only way that works with the current misfeatures/bugs in
1963 both adaptive-fill-mode and filladapt-mode.
1964
1965 * cc-cmds.el (c-fill-paragraph): Made the way the paragraph
1966 around point is recognized more robust.
1967
19682000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
1969
1970 * cc-cmds.el, cc-engine.el, cc-lobotomy.el (c-state-cache)
1971 (c-in-literal-cache, c-auto-fill-prefix, c-lit-limits)
1972 (c-lit-type): Fixed all internal variables used dynamically so
1973 that they are always bound.
1974
1975 * cc-cmds.el, cc-engine.el: Improved recovery of syntactic
1976 errors:
1977
1978 (c-indent-region): Fixed reporting of syntactic errors so that
83c9cb8e
SM
1979 the region is fully reindented even when an error occurs.
1980 The last syntactic error is printed afterwards. Also cleanup up a
130c507e
GM
1981 whole lot of code that tried to optimize indentation of whole
1982 sexps but in reality accomplishes nothing.
1983
1984 (c-indent-sexp): Use c-indent-region.
1985
1986 (c-parsing-error): Changed this variable to hold the message
1987 for any syntactic error that is discovered.
1988
1989 (c-parse-state): Search backward from point instead of the bod
1990 position when the latter is invalid. This makes CC Mode
1991 recover faster when there are unbalanced close braces.
1992
1993 (c-backward-to-start-of-if): Use c-parsing-error to report
1994 dangling "else" clauses instead of throwing an error, and fall
1995 back to a reasonable position.
1996
83c9cb8e 1997 (c-indent-line): Added argument to avoid reporting syntactic errors.
130c507e 1998
83c9cb8e 1999 (c-show-syntactic-information): Don't report any syntactic errors.
130c507e
GM
2000
20012000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2002
2003 * cc-cmds.el (c-beginning-of-statement): Fixed bugs with
2004 paragraph recognition when moving by sentence in literals.
2005
83c9cb8e
SM
2006 * cc-langs.el (c-Java-javadoc-paragraph-start): Modified paragraph
2007 start regexp for javadoc to recognize javadoc markup in general instead
2008 of a specific set of keywords, to be more future-safe.
130c507e
GM
2009
2010 (c-Pike-pikedoc-paragraph-start)
2011 (c-Pike-pikedoc-paragraph-separate): New regexps to recognize
2012 pikedoc markup.
2013
83c9cb8e 2014 * cc-mode.el: Fixed initialization and use of c-current-comment-prefix.
130c507e 2015
83c9cb8e 2016 (pike-mode): Initialize paragraph settings pikedoc recognition.
130c507e
GM
2017
2018 * cc-vars.el (c-default-style): Made a nicer Customize widget.
2019
2020 (c-comment-prefix-regexp): Made it possible to use an
2021 association list on this to specify mode specific regexps.
2022 The default value now use a special regexp in Pike mode to
2023 recognize pikedoc markup.
2024
2025 (c-current-comment-prefix): New variable containing the actual
2026 regexp from c-comment-prefix-regexp for the current buffer.
2027
20282000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2029
2030 * cc-cmds.el (c-electric-brace): Fixed check for special brace
2031 lists: We can't look at the syntax, since a brace list can get
2032 recognized as a plain statement-cont.
2033
2034 * cc-engine.el (c-guess-basic-syntax): Fixed bug where a
2035 special brace list opener broken over two lines got recognized
2036 as a statement on the second line. Case 9A changed.
2037
20382000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2039
2040 * cc-cmds.el (c-electric-brace): Fixed bug in c-state-cache
2041 adjustment after line is reindented.
2042
20432000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2044
2045 * cc-defs.el (c-point): Added optional argument for position
2046 to use instead of the current point.
2047
2048 * cc-defs.el, cc-engine.el (c-add-class-syntax): Do not add
2049 the in-expression block symbols when the construct starts at
2050 boi, to avoid the extra level of indentation in that case.
2051 Cases 4, 16A and 17E affected.
2052
20532000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2054
2055 * cc-cmds.el: Use `indent-according-to-mode' instead of direct
83c9cb8e 2056 calls to `c-indent-line', to adhere better to Emacs conventions.
130c507e
GM
2057
2058 * cc-engine.el (c-indent-line): Use the syntax already bound
2059 to `c-syntactic-context', if there is any.
2060
20612000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2062
2063 * cc-engine.el (c-get-offset): Fixed bug where the indentation
2064 wasn't added up correctly when a lineup function returned nil.
2065
20662000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2067
2068 * cc-engine.el (c-collect-line-comments): Fixed bug where
83c9cb8e 2069 empty lines were ignored when collecting line comments backwards.
130c507e
GM
2070
20712000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2072
2073 * cc-align.el (c-lineup-dont-change): Return an absolute
2074 indentation column to work correctly in the case when several
2075 syntactic elements are processed for the same line.
2076
2077 * cc-engine.el, cc-styles.el, cc-vars.el (c-evaluate-offset)
2078 (c-get-offset, c-indent-line, c-valid-offset, c-read-offset)
2079 (c-set-offset): Added absolute indentation column settings by
2080 using the vector type.
2081
130c507e
GM
20822000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2083
2084 * cc-cmds.el, cc-vars.el (c-electric-paren, c-cleanup-list):
2085 Implemented two new cleanups `space-before-funcall' and
2086 `compact-empty-funcall'.
2087
130c507e
GM
20882000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2089
2090 * cc-defs.el (c-paren-re, c-identifier-re): Two new macros for
2091 helping building regexps.
2092
2093 * cc-engine.el (c-on-identifier): New function for detecting
2094 identifiers. It takes keywords into account.
2095
2096 * cc-langs.el, cc-mode.el: Added regexps for complete keyword
2097 lists. `c-keywords' is set to a regexp matching all keywords
2098 in the current language.
2099
21002000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2101
2102 * cc-engine.el (c-beginning-of-statement-1): Added '#' to the
2103 list of characters to skip backwards over at the beginning of
2104 a statement, since it can precede string literals in Pike.
2105
21062000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2107
2108 * cc-cmds.el (c-guess-fill-prefix): Fixed bug with prefix
2109 recognition when standing on the last line in a C++ comment
2110 with nothing but whitespace after the prefix.
2111
2112 * cc-engine.el (c-backward-to-start-of-if): Fixed bug when
2113 given no limit argument.
2114
21152000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2116
2117 * cc-engine.el (c-inside-bracelist-p): Fixed brace list
2118 recognition for the `[]= operator symbol in Pike.
2119
21202000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2121
2122 * cc-bytecomp.el (cc-eval-when-compile): New macro that works
2123 around a bug in `eval-when-compile' in the byte compiler.
2124
2125 * cc-engine.el (c-forward-token-1): Fixed bug with return
83c9cb8e 2126 value when count is zero and there's no token start within the limit.
130c507e
GM
2127
2128 (c-guess-basic-syntax): Don't add 'comment-intro to lines with
2129 "prefix comments", i.e. comments which are followed by code on
2130 the same line.
2131
2132 * cc-mode-19.el: Fixes so that checks that must be done at
2133 compile time also are done then.
2134
21352000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2136
2137 * cc-defs.el: Make sure cc-mode-19 is loaded both at compile
2138 time and at runtime, and only when it's needed.
2139
21402000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2141
2142 Major cleanup for less error prone and more warning free
2143 compilation, including some fixes for bugs due to different
2144 compilation orders. Thanks to Martin Buchholz for providing
2145 the basis for all this.
2146
2147 * cc-bytecomp.el: New file that provides some byte compilation
2148 features: It ensures that files always are loaded from the
2149 current source directory during compilation, and it provides a
2150 set of macros to turn off specific compiler warnings for
2151 specific symbols. (It's not CC Mode specific in any way.)
2152
2153 Fixed a nearly acyclic dependency tree (both runtime and
2154 compile-time) between all files.
2155
2156 * cc-defs.el: Separated all macros before the inline functions,
2157 to ensure correct compilation.
2158
2159 * cc-defs.el, cc-engine.el: Moved c-beginning-of-macro to from
2160 cc-defs.el to cc-engine.el and made it a function instead.
2161
2162 * cc-mode-19.el: Patch the byte compiler in Emacs 19 not to warn
2163 about char-after.
2164
2165 * cc-vars.el: Cope even when there isn't a custom package
2166 containing defcustom available.
2167
2168 * cc-make.el: Removed since it's no longer necessary.
2169
2170 README: Updated installation instructions.
2171
21722000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2173
2174 * cc-cmds.el, cc-langs.el, cc-mode.el: Moved around things to
2175 improve the modularity: Moved all mode init stuff from
2176 cc-langs.el to cc-mode.el, including the keymap
2177 initialization; cc-langs now only contains the various
2178 variables for configuring the language syntax.
2179
83c9cb8e
SM
2180 * cc-engine.el, cc-styles.el (c-evaluate-offset)
2181 (c-get-offset): Moved from cc-styles to cc-engine since file
130c507e 2182 dependency analysis suggests they belong there (which also
83c9cb8e 2183 makes more sense). Thanks to Martin Buchholz for doing the analysis.
130c507e
GM
2184
21852000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2186
2187 * cc-cmds.el (c-fn-region-is-active-p): New function that
2188 wraps the corresponding macro, for use in places that aren't
2189 compiled. Thanks to Martin Buchholz for pointing out this.
2190
83c9cb8e 2191 * cc-langs.el (c-mode-menu): Use c-fn-region-is-active-p.
130c507e
GM
2192
2193 * cc-mode.el (c-prepare-bug-report-hooks): Hook variable to
2194 add things to the bug report.
2195
21962000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2197
2198 * cc-cmds.el (c-guess-fill-prefix): Fixed bug where the
2199 returned prefix could contain a newline when the search for a
2200 good prefix line failed.
2201
22022000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2203
2204 * cc-cmds.el (c-toggle-auto-state, c-toggle-hungry-state)
2205 (c-toggle-auto-hungry-state): Made the argument optional, as
2206 the documentation says it is.
2207
22082000-03-21 Martin Stjernholm <bug-cc-mode@gnu.org>
2209
2210 * cc-engine.el (c-guess-basic-syntax): Don't treat the Pike
2211 multiline string syntax, #"...", as a cpp macro.
2212
7008ccac
GM
22132001-03-21 Paul Eggert <eggert@twinsun.com>
2214
83c9cb8e
SM
2215 * international/mule-cmds.el (set-locale-environment):
2216 Set system-messages-locale and system-time-locale, but only if the
7008ccac 2217 caller specifies a non-nil locale name.
3c9449d0 2218
c2478129 22192001-03-20 Gerd Moellmann <gerd@gnu.org>
341c19b9
JW
2220
2221 * pcvs-util.el (cvs-bury-buffer): Bodiless `if' statements cause
c2478129 2222 problems for the interpreter. From: John Wiegley <johnw@gnu.org>
341c19b9 2223
117e4b0c
GM
22242001-03-20 Gerd Moellmann <gerd@gnu.org>
2225
7194219d
GM
2226 * follow.el (follow-avoid-tail-recenter): Doc fix.
2227
5721ae13
GM
2228 * custom.el (custom-set-variables): Avoid reversing the list
2229 of args needlessly.
2230
7b8bbf72
GM
2231 * startup.el (fancy-splash-head): Don't change the colors of the
2232 XPM image on a dark background.
2233
a91ad7c9
GM
2234 * comint.el (comint-exec-1): Set columns of the terminal to
2235 window-width instead of frame-width.
2236
fa88947e
GM
2237 * info.el (Info-scroll-down): Add missing WINDOW arg for
2238 pos-visible-in-window-p.
2239
1741905c
GM
2240 * ehelp.el (electric-help-mode-hook): Add defcustom.
2241
117e4b0c
GM
2242 * mail/sendmail.el (mail-mode): Activate case-folding in
2243 font-lock-defaults.
2244
e84c695d
SM
22452001-03-19 Stefan Monnier <monnier@cs.yale.edu>
2246
2247 * bindings.el (mode-line-mode-menu): `glasses-mode' might be unbound.
2248 (completion-ignored-extensions): Remove duplicate ".class".
2249
fc774041
AS
22502001-03-19 Andreas Schwab <schwab@suse.de>
2251
83c9cb8e
SM
2252 * textmodes/reftex-dcr.el (reftex-view-crossref): Doc fix.
2253 From Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
fc774041 2254
c2c097cc
GM
22552001-03-19 Gerd Moellmann <gerd@gnu.org>
2256
2257 * language/european.el ("Latin-5", "Latin-4"): Use postfix input
2258 methods since there are not prefix input methods.
2259
fbe2e958
KH
22602001-03-19 Kenichi Handa <handa@etl.go.jp>
2261
83c9cb8e
SM
2262 * international/mule-cmds.el (read-input-method-name):
2263 Locally bind enable-recursive-minibuffers to t.
fbe2e958 2264
da47e491
SM
22652001-03-18 Stefan Monnier <monnier@cs.yale.edu>
2266
2267 * emacs-lisp/lmenu.el (add-menu): Re-added (was erroneously removed).
2268
4986c2c6 22692001-03-17 Michael Kifer <kifer@cs.sunysb.edu>
83c9cb8e 2270
4986c2c6
MK
2271 * ediff-util.el: Copyright years.
2272 (ediff-choose-syntax-table): New function.
2273 (ediff-setup): Use ediff-choose-syntax-table.
83c9cb8e 2274
4986c2c6
MK
2275 * ediff-init.el (ediff-with-syntax-table): New macro, uses
2276 with-syntax-table.
83c9cb8e 2277
4986c2c6 2278 * ediff.el: Date of last update, copyright years.
83c9cb8e 2279
4986c2c6 2280 * ediff-wind (ediff-setup-control-frame): Nill->nil.
83c9cb8e 2281
4986c2c6
MK
2282 * viper-ex.el (ex-token-list,ex-cmd-execute): Revamped, courtesy
2283 of Scott Bronson.
2284 (ex-cmd-assoc,ex-cmd-one-letr): New functions.
2285 (viper-check-sub,viper-get-ex-command,viper-execute-ex-command):
2286 Deleted functions.
2287 (viper-get-ex-com-subr,viper-ex,ex-mark): Changed to use the new
2288 ex-token-list.
83c9cb8e 2289
4986c2c6 2290 * viper-util.el: Spaces, indentation.
83c9cb8e 2291
4986c2c6 2292 * viper.el: Changed version, modification time.
83c9cb8e 2293
3c799aec 22942001-03-16 John Wiegley <johnw@gnu.org>
83c9cb8e
SM
2295
2296 * calendar/timeclock.el (timeclock-workday-remaining):
2297 Check whether `discrep' is non-null before using it.
3c799aec 2298
ae3ce418
JW
22992001-03-16 John Wiegley <johnw@gnu.org>
2300
2301 * calendar/timeclock.el (timeclock-reread-log): Fixed problem with
2302 first-time checkins.
2303 (timeclock-log-data): Fixed problem with reading timelog log file.
2304 Resulting data in the "day list" was incorrect.
2305 (timeclock-find-discrep): Check if `timeclock-file' is readable
2306 before opening it.
2307 (timeclock-time-less-p): New function.
2308 (timeclock-day-base): New function.
2309 (timeclock-geometric-mean): New function.
2310 (timeclock-generate-report): Generate a summary report based on
2311 the contents of the log file. This uses `timeclock-log-data', and
2312 is an example of writing a timelog manipulation function.
2313 (timeclock-visit-timelog): A quick command for opening the timelog
2314 file.
2315 (timeclock-log-data): Bound the variable event.
2316
c8d4a9bb
KH
23172001-03-16 Kenichi Handa <handa@etl.go.jp>
2318
83c9cb8e
SM
2319 * international/mule-cmds.el (select-safe-coding-system):
2320 Fix typo: symbol-name -> symbol-value.
11d56c64 2321
c8d4a9bb
KH
2322 * mail/rmail.el (rmail-insert-inbox-text): Call expand-file-name
2323 before substitute-in-file-name to handle double slashes in FILE
2324 correctly.
2325
c899e7e6
GM
23262001-03-15 Gerd Moellmann <gerd@gnu.org>
2327
2328 * textmodes/ispell.el (ispell-dictionary-alist-6): Add support
2329 for Slovak. From Pavel.Janik@suse.cz (Pavel Jan\e,Bm\e(Bk ml.).
2330
819dce0f
GM
23312001-03-14 Gerd Moellmann <gerd@gnu.org>
2332
697617d9
GM
2333 * bindings.el (features): Add `md5' and `overlay' to the list.
2334
819dce0f
GM
2335 * scroll-bar.el (toplevel): Test if `x-toolkit-scroll-bars' is
2336 bound before using it. It's not bound when configured without X,
2337 for instance.
2338
e0067a9d
TTN
23392001-03-13 Thien-Thi Nguyen <ttn@gnu.org>
2340
2341 * progmodes/hideshow.el: Update copyright.
2342 (hs-minor-mode-map): Change bindings to use `C-c @' prefix.
ed368846 2343 (hs-minor-mode-hook): Include `:version' in defcustom form.
e0067a9d 2344
afcdc0a1
GM
23452001-03-13 Gerd Moellmann <gerd@gnu.org>
2346
e0067a9d 2347 * help.el (string-key-binding): Don't call event-start on
afcdc0a1
GM
2348 a non-list.
2349
30564c48
EZ
23502001-03-13 Eli Zaretskii <eliz@is.elta.co.il>
2351
2352 * startup.el (fancy-splash-tail, command-line-1): Fix the
2353 copyright year.
2354
2b8e24b3
KH
23552001-03-13 Kenichi Handa <handa@etl.go.jp>
2356
2357 * term.el: These changes are based on a patch sent from Yong Lu
2358 <lyongu@yahoo.com>.
2359 (term-set-escape-char): Bind M-x to execute-extended-command in
2360 term-raw-escape-map.
2361 (term-move-columns): Don't try to move to negagive column.
2362 (term-emulate-terminal): Insert a string before deleting a text to
2363 overwrite.
2364
789b6186
GM
23652001-03-12 Gerd Moellmann <gerd@gnu.org>
2366
b0778a31
GM
2367 * play/life.el (life): Rearrange code so that all calls to
2368 life-display-generation are in a catch-form.
2369
04528cda
GM
2370 * progmodes/etags.el (tags-loop-continue): Don't change point in a
2371 file that isn't interesting. In an interesting file, push the old
2372 value of point on the mark ring.
2373
760cefb5
GM
2374 * mail/rmailsum.el (rmail-summary-override-mail-send-and-exit):
2375 New function.
2376 (rmail-summary-mail, rmail-summary-reply, rmail-summary-forward):
2377 Use it.
2378
83c9cb8e
SM
2379 * emacs-lisp/autoload.el (generate-file-autoloads):
2380 Remove warning about line lengths.
789b6186 2381
a2ffbafe
FP
23822001-03-12 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
2383
2384 * progmodes/etags.el (tags-compression-info-list): New variable.
2385 (find-tag-in-order): Use it to deal with compressed source files.
2386 (tag-file-name-match-p): New function.
2387 (etags-recognize-tags-table): Use it for better match of file names.
2388
5c9d9d92
KH
23892001-03-12 Kenichi Handa <handa@etl.go.jp>
2390
ba3e9b9b
KH
2391 * international/mule-cmds.el (register-input-method): Doc fix.
2392
5c9d9d92
KH
2393 * international/quail.el (quail-translate-key): Fix condition to
2394 check if there's another breaking point in the current key.
2395
40beecee
EZ
23962001-03-11 Eli Zaretskii <eliz@is.elta.co.il>
2397
2398 * mail/rmailout.el (rmail-output-to-rmail-file): When writing the
2399 Babyl header to the newly-created output file, bind
2400 coding-system-for-write to either rmail-file-coding-system or
2401 emacs-mule-unix.
2402
75c6cb7f
SM
24032001-03-11 Stefan Monnier <monnier@cs.yale.edu>
2404
2405 * textmodes/texnfo-upd.el (texinfo-update-menu-lower-regexps):
2406 Fix the name and regexp used for subsubsections.
2407
5ec17636
DL
24082001-03-10 Dave Love <fx@gnu.org>
2409
2410 * toolbar/tool-bar.el (tool-bar-setup): Don't suppress write-file
2411 and save-buffer if buffer-file-name non-nil. From rms.
2412
6d2e2c02
AS
24132001-03-10 Andre Spiegel <spiegel@gnu.org>
2414
2415 * vc.el (vc-do-command): If the destination buffer is already
a2ffbafe 2416 current, don't set it up and don't erase it. Updated doc string
6d2e2c02
AS
2417 to reflect that.
2418 (vc-version-diff): When doing a single file diff, don't switch to the
a2ffbafe 2419 *vc-diff* buffer before the command. This is to preserve local
6d2e2c02
AS
2420 variable bindings that might affect the diff command.
2421 (vc-print-log): Don't switch to the *vc* buffer before the
2422 command, so that local variable bindings are preserved.
2423
789b6186 2424 * vc-{cvs,rcs,sccs}.el (vc-*-print-log): Output to buffer *vc*,
6d2e2c02
AS
2425 not the current buffer.
2426 (vc-*-diff): Output to buffer *vc-diff*, not the current buffer.
2427
789b6186 2428 * vc-cvs.el (vc-cvs-checkin): When removing the sticky tag,
6d2e2c02 2429 make output go to buffer *vc*, not the current buffer.
a2ffbafe 2430
b18f5523
SM
24312001-03-09 Stefan Monnier <monnier@cs.yale.edu>
2432
2433 * hi-lock.el (hi-lock-line-face-buffer): Wrap the regexp in a group
2434 so ^, $, *, ? and + are interpreted correctly.
2435
3cfd8357
GM
24362001-03-09 Gerd Moellmann <gerd@gnu.org>
2437
c085b77c 2438 * help.el (string-key-binding): Renamed from
f9db8f19
SM
2439 mode-line-key-binding. Handle any event on a string.
2440 Check for `keymap' properties as well as `local-map' properties.
c085b77c 2441
3cfd8357
GM
2442 * comint.el (comint-insert-clicked-input): Use the last key
2443 from this-command-keys to lookup the global key definition.
2444
348f797a
KH
24452001-03-09 Kenichi Handa <handa@etl.go.jp>
2446
3ebf3717
KH
2447 * international/characters.el: Add category `j' for
2448 katakana-jisx0201. Fix syntaxes of katakana-jisx0201.
2449
348f797a
KH
2450 * international/mule-conf.el (no-conversion): Fix docstring.
2451 (raw-text): Fix docstring.
2452
e1fbabaf
GM
24532001-03-08 Gerd Moellmann <gerd@gnu.org>
2454
96e8e603
GM
2455 * simple.el (choose-completion-string): When not leaving the
2456 minibuffer, raise the minibuffer frame when minibuffer-auto-raise
2457 is set.
2458
e1fbabaf
GM
2459 * window.el (shrink-window-if-larger-than-buffer): Handle frame
2460 parameter `(minibuffer . t)'.
2461
f9db8f19
SM
24622001-03-07 Stefan Monnier <monnier@cs.yale.edu>
2463
2464 * progmodes/sh-script.el (sh-st-symbol): New symbol.
2465 (sh-font-lock-syntactic-keywords): Use it and fix bogus comment regexp.
2466 (sh-mode): Remove `make-local-variable' for unused var
2467 `font-lock-unfontify-region-function'.
2468
02756877
RS
24692001-03-07 Richard M. Stallman <rms@gnu.org>
2470
132bf46d
RS
2471 * info.el (Info-scroll-down): Fix previous change.
2472
02756877
RS
2473 * mail/rmail.el (rmail-toggle-header): Use a window which
2474 is showing the Rmail buffer, rather than the selected window.
2475
eeb24429
DL
24762001-03-07 Dave Love <fx@gnu.org>
2477
2478 * imenu.el (imenu--create-keymap-2): Revert use of menu-item for
2479 now, to avoid problems with binding imenu directly to a mouse event.
2480
3bdf2660
GM
24812001-03-07 Gerd Moellmann <gerd@gnu.org>
2482
2483 * info.el (Info-scroll-down): Call pos-visible-in-window-p with
2484 second arg t.
2485
24862001-03-07 Stefan Monnier <monnier@cs.yale.edu>
5aaaec5d
SM
2487
2488 * log-edit.el (log-edit-common-indent): New var.
2489 (log-edit-set-common-indentation): Renamed from
2490 log-edit-delete-common-indentation. Use the new var.
2491 (log-edit-insert-changelog, log-edit-done-hook): Use the new name.
2492
2493 * pcvs.el (cvs-ignore-marks-modif): Use `rassoc' rather than `member*'.
2494 (cvs-mode-add-change-log-entry-other-window):
2495 Don't presume change-log-default-name is defined.
2496
2497 * pcvs-util.el (cvs-bury-buffer): In doubt, don't delete window.
2498
2499 * pcvs-defs.el (cvs-buffer-name-alist): Use *cvs-info* for
2500 the "tree" operation as well.
2501
2502 * pcvs-parse.el (cvs-parse-table): Add another ignored message.
2503
2504 * textmodes/fill.el (fill-context-prefix): Allow first-line-prefix
2505 to match paragraph-start.
2506
2507 * textmodes/sgml-mode.el (sgml-mode-common): Correct value of
2508 comment-start-skip and set comment-end-skip as well.
2509 (sgml-comment-indent): Fix for new value of comment-start-skip.
2510 (html-autoview-mode): Don't bother using make-local-hook.
2511
2ad02767
GM
25122001-03-07 Gerd Moellmann <gerd@gnu.org>
2513
189638d5 2514 * cus-edit.el (custom-save-delete): Move in front of local
83c9cb8e 2515 variables, otherwise long Custom entries would make them ineffective.
189638d5 2516
2ad02767
GM
2517 * uniquify.el: Set maintainer to FSF.
2518
656f8cae
EZ
25192001-03-07 Eli Zaretskii <eliz@is.elta.co.il>
2520
2521 * dired-aux.el (dired-do-shell-command): Doc fix.
2522
c83965c4
SM
25232001-03-06 Stefan Monnier <monnier@cs.yale.edu>
2524
04af43bc
SM
2525 * emulation/viper.el (viper-vi-state-mode-list): Add cperl-mode.
2526
2527 * which-func.el (which-func-modes): Add cperl-mode.
2528 (which-func-mode-global): Use define-minor-mode.
2529
2530 * info-look.el: Docstring fixes and dead code eliminated.
2531 (cperl-mode): Add support.
2532 (emacs-lisp-mode): List all entries from elisp manual, whether
2533 or not they are currently (f)bound or not. Update regexp.
2534
2535 * add-log.el (add-log-current-defun): Accept `cperl-mode' as well.
2536
c83965c4
SM
2537 * progmodes/cperl-mode.el (cperl-mode): Set major-mode to cperl-mode
2538 so that C-h m shows the correct information.
2539 Use make-local-variable rather than make-variable-buffer-local.
2540 (cperl-info-buffer, cperl-setup-tmp-buf):
2541 Use make-local-variable rather than make-variable-buffer-local.
2542 (cperl-msb-fix, cperl-get-help-defer):
2543 Check major-mode for `cperl-mode' as well.
2544
2545 * progmodes/cperl-mode.el: Updated to author version 4.23.
2546 (cperl-electric-pod): SYNOPSIS was misspelled.
2547 (cperl-find-pods-heres): @if ? a : b was considered a REx.
2548 (cperl-after-expr-p): Make true after __END__.
2549
f16a7aa5
GM
25502001-03-06 Gerd Moellmann <gerd@gnu.org>
2551
157ae273 2552 * bookmark.el (bookmark-get-bookmark): Use assoc-ignore-case if
6c08bb38 2553 bookmark-completion-ignore-case is t.
157ae273 2554
f16a7aa5
GM
2555 * term/x-win.el (x-handle-xrm-switch): Accept more than one -xrm
2556 switch, like xterm, and concat resource strings, with a newline
2557 between them.
2558
abaddb98
EZ
25592001-03-06 Eli Zaretskii <eliz@is.elta.co.il>
2560
a2ffbafe 2561 * international/codepage.el (cp770-decode-table)
106e96bd
EZ
2562 (cp773-decode-table, cp774-decode-table): New variables.
2563
abaddb98
EZ
2564 * man.el (Man-hyphenated-reference-regexp): New variable.
2565 (Man-build-references-alist): Use it to search for referenced
2566 manpages. If hyphenated is non-nil, record a concatenated word in
2567 Man-refpages-alist only if it matches Man-reference-regexp.
2568 Update word's length when it is concatenated. Reverse the list,
2569 to get the first manpage at the head.
2570 (Man-possibly-hyphenated-word): New function.
2571 (Man-follow-manual-reference): Use it instead of current-word to
2572 find a manpage at point, in a way that accounts for hyphenated
2573 references.
2574
eb3f61dd
GM
25752001-03-06 Alex Schroeder <alex@gnu.org>
2576
2577 * sql.el (sql-interbase): New function.
2578 (sql-interbase-program): New option.
2579 (sql-interbase-options): New option.
2580 And some typos fixed: "customise" to "customize".
2581
fa84f42a
DL
25822001-03-06 Dave Love <fx@gnu.org>
2583
83c9cb8e
SM
2584 * textmodes/flyspell.el (flyspell-region):
2585 Set up flyspell-local-mouse-map.
fa84f42a 2586
fda3411d
RS
25872001-03-05 Richard M. Stallman <rms@gnu.org>
2588
a2ffbafe 2589 * mail/rmail.el (rmail-retry-failure):
fda3411d
RS
2590 Don't call rmail-beginning-of-message.
2591 Don't discard From: field. Do discard Received: field.
2592 Use unwind-protect to re-prune.
2593 (rmail-retry-ignored-headers): Discard X-Authentication-Warning field.
a2ffbafe 2594
e972ab1f
KH
25952001-03-06 Kenichi Handa <handa@etl.go.jp>
2596
2597 * international/quail.el (quail-title): Add autoload cookie.
2598
335db3c1
DL
25992001-03-05 Dave Love <fx@gnu.org>
2600
2601 * emacs-lisp/cl.el (dotimes, dolist): Undef prior to autoloading
2602 new defs.
2603
278dd6ac
KH
26042001-03-05 Kenichi Handa <handa@etl.go.jp>
2605
83c9cb8e
SM
2606 * language/ethio-util.el (ethio-toggle-space):
2607 Update current-input-method-title if necessary.
36d5e61d
KH
2608 (ethio-toggle-punctuation): Likewise.
2609
341cd4f0
KH
2610 * international/quail.el (quail-title): Fix for the case that a
2611 title of an input method is specified by a list of the same form
2612 as used in mode-line-format.
2613
83c9cb8e
SM
2614 * international/mule-cmds.el (activate-input-method):
2615 If current-input-method-title is set by activating INPUT-METHOD,
278dd6ac
KH
2616 respect that value.
2617
10ebaeb6
GM
26182001-03-05 Gerd Moellmann <gerd@gnu.org>
2619
2620 * play/dunnet.el (dun-mode): Set major-mode to `dun-mode'.
2621
7a65c85c
GM
26222001-03-05 Alex Schroeder <alex@gnu.org>
2623
2624 * sql.el (sql-sybase): Fix typo (was: query user about server two
2625 times instead of server and database).
2626
2627 * sql.el (sql-sybase): Doc change.
2628 (sql-mysql): Doc change.
2629 (sql-postgres): Doc change.
2630
b86644f2
KH
26312001-03-05 Kenichi Handa <handa@etl.go.jp>
2632
83c9cb8e
SM
2633 * international/mule-conf.el (emacs-mule, raw-text):
2634 Docstring modified.
b86644f2 2635
e30bd7b7
EZ
26362001-03-04 Eli Zaretskii <eliz@is.elta.co.il>
2637
2638 * term/internal.el: Update copyright notice.
2639
2640 * term/pc-win.el: Update copyright notice.
2641
7e365285
DL
26422001-03-02 Dave Love <fx@gnu.org>
2643
83c9cb8e
SM
2644 * files.el (insert-file-contents-literally):
2645 Bind inhibit-file-name-handlers and inhibit-file-name-operation,
2646 not jka-compr-compression-info-list.
7e365285 2647
75ed43a6
SM
26482001-03-02 Stefan Monnier <monnier@cs.yale.edu>
2649
2650 * newcomment.el (comment-normalize-vars): Use [ \t] for the trailing
2651 spaces in default comment-start-skip settings rather than \s-.
2652
53c4b1e6
EZ
26532001-03-02 Eli Zaretskii <eliz@is.elta.co.il>
2654
2655 * term/pc-win.el (msdos-handle-reverse-video): Look for reverse in
2656 default-frame-alist as well.
2657
028d739a
DL
26582001-03-01 Dave Love <fx@gnu.org>
2659
2660 * textmodes/reftex.el (defvar): Wrap some defvars in
2661 eval-when-compile. From Markus Rost <rost@math.ohio-state.edu>.
2662
2663 * subr.el (event-basic-type): Doc fix.
2664
2665 * international/quail.el: Doc fixes.
2666
2667 * international/utf-8.el: Doc fixes.
2668
2669 * international/mule-cmds.el: Doc fixes.
2670 (leim-list-header): Fix header text.
2671
2672 * international/mule.el (coding-system-category): Doc fix.
2673
2674 * international/ccl.el (ccl-compile): Doc fix.
2675
15d1caef
SM
26762001-03-01 Stefan Monnier <monnier@cs.yale.edu>
2677
2678 * font-lock.el (save-buffer-state): Use inhibit-modification-hooks
2679 rather than (before|after)-change-functions.
2680
f84ff02c
GM
26812001-03-01 Gerd Moellmann <gerd@gnu.org>
2682
2683 * ediff-util.el (ediff-scroll-horizontally): Arrange for
2684 scroll-left and scroll-right being called interactively so that
2685 they set the window's min_hscroll.
2686
e0c1e774
EZ
26872001-03-01 Eli Zaretskii <eliz@is.elta.co.il>
2688
2689 * info.el (info-insert-file-contents-1): Accept an additional
2690 argument `lfn': if it is non-nil, concatenate `filename' and
83c9cb8e
SM
2691 `suffix'; otherwise use the complicated MS-DOS code.
2692 All callers changed.
e0c1e774
EZ
2693 (info-insert-file-contents, Info-find-node): If the MS-DOS port
2694 can access long file names, try the long file-name version of
2695 `info-insert-file-contents-1', then the short file-name version.
2696
b8b2ea31 26972001-02-28 TAKAHASHI Naoto <ntakahas@m17n.org>
1d64e2ad 2698
af122766
KH
2699 * language/ethio-util.el (setup-ethiopic-environment-internal):
2700 Change bindings of functions keys to conform to "Emacs Lisp Coding
2701 Convention".
2702
2703 * language/ethiopic.el ("Ethiopic"): Add documentation.
2704
b8b2ea31
KH
27052001-02-28 Kenichi Handa <handa@etl.go.jp>
2706
1d64e2ad
KH
2707 * international/utf-8.el (mule-utf-8): Set coding-category
2708 property to coding-category-utf-8.
2709
91cb6e51
RS
27102001-02-27 Richard M. Stallman <rms@gnu.org>
2711
2712 * lpr.el (lpr-page-header-switches, print-region-1):
2713 Undo 2000-07-06 change.
7298f3f7
RS
2714 (lpr-add-switches): Default to t on gnu/linux.
2715
c0cb1027
GM
27162001-02-27 Gerd Moellmann <gerd@gnu.org>
2717
2718 * bs.el (bs-attributes-list): Doc fix.
2719
01459648
GM
27202001-02-26 Gerd Moellmann <gerd@gnu.org>
2721
baebd8a5 2722 * help.el (describe-project): Display the file THE-GNU-PROJECT.
a2ffbafe 2723
01459648
GM
2724 * help.el (view-order-manuals): Use goto-address.
2725
2726 * startup.el (command-line-1): Add info about ordering manuals
2727 to the not so fancy splash screens.
2728
f93e614e
AS
27292001-02-26 Andre Spiegel <spiegel@gnu.org>
2730
01459648
GM
2731 * vc.el (vc-default-workfile-unchanged-p)
2732 (vc-default-latest-on-branch-p): Add missing BACKEND argument.
f93e614e 2733
12435002
GM
27342001-02-26 Gerd Moellmann <gerd@gnu.org>
2735
a2ffbafe 2736 * lazy-lock.el (lazy-lock-fontify-after-idle): Make sure to
c596c392
GM
2737 fontify in the right buffer.
2738
12435002
GM
2739 * allout.el (outline-flag-region): Move macro in front of first
2740 use to avoid a run-time error.
2741
425de386
AI
27422001-02-24 Andrew Innes <andrewi@gnu.org>
2743
2744 * makefile.w32-in: Fix copyright notice.
2745
66c56ed1
KH
27462001-02-24 Kenichi Handa <handa@etl.go.jp>
2747
4c1593ce
KH
2748 * international/utf-8.el (mule-utf-8): Set correct value for
2749 valid-codes property.
2750
66c56ed1
KH
2751 * international/fontset.el (x-complement-fontset-spec): In the
2752 case that we use ASCII font for the other charsets, use only
15d1caef 2753 family and registry part of it.
66c56ed1 2754
119171dd
EZ
27552001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2756
2757 * window.el (fit-window-to-buffer, window-safely-shrinkable-p)
2758 (shrink-window-if-larger-than-buffer): Doc fix.
2759
932c309e
SM
27602001-02-23 Stefan Monnier <monnier@cs.yale.edu>
2761
2762 * hi-lock.el (hi-lock-unface-buffer): Use nil rather than t for
2763 predicate passed to completing-read.
2764
9b760e36
EZ
27652001-02-23 Eli Zaretskii <eliz@is.elta.co.il>
2766
2767 * startup.el (command-line): Fix last change.
2768
5c39a60f
JR
27692001-02-23 Jason Rumney <jasonr@gnu.org>
2770
2771 * startup.el (tool-bar-originally-present): New variable.
2772 (command-line): Set it if the tool-bar is switched on at startup.
2773
2774 * frame.el (frame-notice-user-settings): Only adjust frame height
2775 for no tool-bar case if tool-bar was originally switched on.
796ead7e 2776 From E. Jay Berkenbilt.
5c39a60f 2777
cb91b2c7
SM
27782001-02-22 Stefan Monnier <monnier@cs.yale.edu>
2779
39b557e8
SM
2780 * server.el (server-switch-buffer): Only switch window if the
2781 current one is dedicated.
2782
cb91b2c7
SM
2783 * textmodes/fill.el (fill-region-as-paragraph): Skip spaces backward
2784 rather than using (match-beginning 0) when searching for break point.
2785
9238a8df
EZ
27862001-02-22 Eli Zaretskii <eliz@is.elta.co.il>
2787
2788 * textmodes/texinfmt.el (texinfo-format-scan): Signal an error if
2789 @ follows an accent command such as @'. Support optional braces
2790 in commands that insert accents, like makeinfo does.
2791
3473f362
GM
27922001-02-22 Gerd Moellmann <gerd@gnu.org>
2793
2794 * startup.el (fancy-splash-text): Add a line for ordering
2795 manuals. Reverse order of splash screens shown.
2796 (use-fancy-splash-screens-p): Adapt to the text line added.
2797
2798 * menu-bar.el (menu-bar-help-menu): Add an item for ordering
2799 manuals from the FSF.
2800
2801 * help.el (view-order-manuals): New function.
2802 (toplevel): Bind C-h C-m to this function.
2803
76a4de07
SM
28042001-02-21 Stefan Monnier <monnier@cs.yale.edu>
2805
2806 * newcomment.el (comment-forward): Skip the comment-start before
2807 searching for the comment-end.
2808
75b71d85
DL
28092001-02-21 Dave Love <fx@gnu.org>
2810
2f4c9a87
DL
2811 * custom.el (custom-initialize-changed, defcustom): Doc fix.
2812
75b71d85
DL
2813 * international/mule-cmds.el, international/mule.el: Doc fixes.
2814
2815 * play/fortune.el: Fix autoload cookies. Add types to defcustoms.
2816 (fortune) <defgroup>: Add :link.
2817 (fortune-from-region): Use eq, not eql.
2818
ffc9ff0c
GM
28192001-02-21 Gerd Moellmann <gerd@gnu.org>
2820
2821 * startup.el (fancy-splash-screens): Use display-hourglass
2822 instead of display-busy-cursor.
2823
2824 * frame.el (display-hourglass): Renamed from busy-cursor.
2825 (hourglass-delay): Renamed from busy-cursor-delay-seconds.
2826 (show-cursor-in-non-selected-windows): Doc fix.
2827
f34eb373
DL
28282001-02-20 Dave Love <fx@gnu.org>
2829
2830 * international/utf-8.el: Doc and commentary fixes.
2831
f55e4a7e
EZ
28322001-02-20 Eli Zaretskii <eliz@is.elta.co.il>
2833
2834 * ehelp.el (with-electric-help): Doc fix.
2835
fa97adf6
GM
28362001-02-20 Gerd Moellmann <gerd@gnu.org>
2837
2838 * msb.el (msb-mode): Call the update-buffers function explicitly
2839 with a FORCE argument.
2840
2841 * menu-bar.el (menu-bar-update-buffers): Add optional parameter
2842 FORCE. If set, update the menu even if frame-or-buffer-changed-p
2843 returns nil.
2844
54ed3bd2
GM
28452001-02-20 Vinicius Jose Latorre <vinicius@cpqd.com.br>
2846
2847 * ps-print.el: Timestamp package replacement. Some enhancements.
2848 Some XEmacs compatibility. Doc fix.
2849 (ps-print-version): New version number (6.4).
2850 (ps-printer-name): Initialization fix.
2851 (ps-zebra-stripe-follow): Funcionality enhancement.
2852 (ps-prologue-file): Code enhancement.
2853 (ps-right-header): Timestamp package replacement.
83c9cb8e
SM
2854 (ps-setup, ps-face-bold-p, ps-face-italic-p)
2855 (ps-get-page-dimensions)
54ed3bd2
GM
2856 (ps-generate-header, ps-begin-file, ps-begin-job)
2857 (ps-generate-postscript-with-faces, ps-do-despool): Code fix.
2858 (ps-time-stamp-mon-dd-yyyy, ps-time-stamp-hh:mm:ss): New funs.
2859 (ps-zebra-stripe-full-p, ps-zebra-stripe-alist): New vars.
2860 (coding-system-for-write): Var declaration (XEmacs compatibility).
a2ffbafe 2861
e8ebf97d
MB
28622001-02-20 Miles Bader <miles@gnu.org>
2863
2864 * image-file.el (image-file-name-extensions): Add "tif".
2865
136b27c5
GM
28662001-02-19 Gerd Moellmann <gerd@gnu.org>
2867
2868 * wid-edit.el (widget-button-click): Save the selected window
2869 around the code handling clicks on buttons.
2870
6ebbcf59
DL
28712001-02-18 Dave Love <fx@gnu.org>
2872
2873 * imenu.el (imenu--generic-function): Use mapc to iterate over
2874 syntax characters.
2875
595ded73
RS
28762001-02-17 Richard M. Stallman <rms@gnu.org>
2877
b9fe3dc8
RS
2878 * progmodes/fortran.el (fortran-strip-sqeuence-nos): Doc fix.
2879
595ded73
RS
2880 * uniquify.el (uniquify-buffer-name-style): Doc fix.
2881
f3f053f3
GM
28822001-02-16 Gerd Moellmann <gerd@gnu.org>
2883
2884 * mouse.el (mouse-save-then-kill): If the distance from the new
2885 point to the mark is equal to the distance of point from the new
2886 point, move point instead of the mark.
2887
11570a8f
DL
28882001-02-16 Dave Love <fx@gnu.org>
2889
2890 * textmodes/flyspell.el (flyspell-get-word): Return string without
2891 properties.
2892
fb339cd5
EZ
28932001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2894
2895 * generic.el (generic-find-file-regexp): Doc fix.
2896 (generic-ignore-files-regexp): New defcustom.
2897 (generic-mode-find-file-hook): If the file's name matches the
2898 regexp in `generic-ignore-files-regexp', don't enter
2899 default-generic-mode. Doc fix.
2900
c56b1c1b
GM
29012001-02-16 Gerd Moellmann <gerd@gnu.org>
2902
a2ffbafe 2903 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
c220b753
GM
2904 Add autoload cookies.
2905
a2ffbafe 2906 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
c56b1c1b
GM
2907 of cal-tex-24.
2908
0d140e65
EZ
29092001-02-16 Eli Zaretskii <eliz@is.elta.co.il>
2910
81558867
EZ
2911 * simple.el (kill-region, kill-line, kill-ring-save): Doc fix.
2912
0d140e65
EZ
2913 * progmodes/compile.el (grep-regexp-alist): Remove the blank from
2914 the character class after the (optional) drive, to support file
2915 names with embedded blanks.
2916
713f7b15
SS
29172001-02-15 Sam Steingold <sds@gnu.org>
2918
2919 * textmodes/tex-mode.el (tex-shell-running):
2920 Check the process buffer too.
2921
9a2a6f73
DL
29222001-02-15 Dave Love <fx@gnu.org>
2923
2924 * battery.el (battery-status-function): Fix doc, :type.
2925
15d1caef 2926 * calendar/timeclock.el (timeclock-get-workday-function): Fix :type.
9a2a6f73 2927
fe10cef0
GM
29282001-02-15 Gerd Moellmann <gerd@gnu.org>
2929
2930 * subr.el (read-passwd): Clear Lisp memory holding password.
2931
126f5d4d
MB
29322001-02-15 Miles Bader <miles@gnu.org>
2933
2934 * info.el (Info-copy-current-node-name): New function.
2935 (Info-mode-menu): Add it to the menu.
2936
92e98d63
RS
29372001-02-14 Richard M. Stallman <rms@theobromine.ai.mit.edu>
2938
2939 * international/mule-cmds.el (toggle-input-method): Doc fix.
2940
dd4e0e55
SM
29412001-02-13 Stefan Monnier <monnier@cs.yale.edu>
2942
2943 * replace.el (occur): Stop at end of buffer.
2944
402dbbd1
EZ
29452001-02-13 Eli Zaretskii <eliz@is.elta.co.il>
2946
2947 * international/mule-cmds.el (set-input-method): Another doc fix.
2948
e9fcba3d
GM
29492001-02-13 David M. Koppelman <koppel@ee.lsu.edu>
2950
2951 * hi-lock.el (hi-lock-find-patterns): Don't activate font-lock-mode.
2952
78ad1cd5
MB
29532001-02-13 Miles Bader <miles@gnu.org>
2954
713f7b15 2955 * faces.el (set-face-background, set-face-foreground)
78ad1cd5
MB
2956 (set-face-stipple): Treat a value of nil as being `unspecified'.
2957
fce9d9dc
DL
29582001-02-12 Dave Love <d.love@dl.ac.uk>
2959
2960 * international/latin1-disp.el: Doc fixes.
2961 (latin1-display) <defgroup>: Add :link.
2962 (latin1-display) <function>: Set variable latin1-display.
2963
bc406911
EZ
29642001-02-12 Eli Zaretskii <eliz@is.elta.co.il>
2965
2966 * international/mule-cmds.el (set-input-method): Doc fix.
2967
68514d48
EL
29682001-02-12 Eric M. Ludlam <zappo@choochoo.ultranet.com>
2969
2970 * speedbar.el (speedbar-frame-parameters): No toolbar lines.
2971 (speedbar-line-file): Return nil if not a file.
2972 (speedbar-buffers-line-path): Return file for tags, and dir for files.
2973
513bea45 29742001-02-12 Michael Kifer <kifer@cs.sunysb.edu>
713f7b15 2975
513bea45
MK
2976 * ediff-diff.el (ediff-make-diff2-buffer): Removed bogus checks
2977 for remote files.
bc406911 2978 (ediff-coding-system-for-read): Replaced the no-conversion default
513bea45 2979 with raw-text.
713f7b15 2980
513bea45 2981 * ediff-init.el: Removed :version from defcustom vars.
713f7b15 2982
83c9cb8e
SM
2983 * ediff-util.el (ediff-compute-custom-diffs-maybe):
2984 Better handling of the diff mode.
713f7b15 2985
513bea45 2986 * ediff.texi: Added ediff-coding-system-for-read.
713f7b15 2987
bc406911 2988 * viper.texi: Fix typos.
713f7b15 2989
521d4010
DL
29902001-02-11 Dave Love <fx@gnu.org>
2991
36fd8e17
DL
2992 * shadowfile.el: Doc fixes.
2993 (shadow) <defgroup>: Add :link.
2994 (shadowfile-unload-hook): New function.
2995 (shadow-initialize): Use defalias, not fset.
2996 (shadow-define-cluster, shadow-define-literal-group)
83c9cb8e 2997 (shadow-define-regexp-group, shadow-initialize): Add autoload cookie.
36fd8e17 2998
521d4010
DL
2999 * international/mule.el: Doc and message fixes.
3000
36fd8e17
DL
3001 * international/ccl.el (define-ccl-program): Doc fix.
3002
92395bbe
KH
30032001-02-11 Kenichi Handa <handa@etl.go.jp>
3004
3005 * faces.el (mode-line): Set :line-width property to -1.
3006
103db06c
RS
30072001-02-10 Richard M. Stallman <rms@gnu.org>
3008
08b78974
RS
3009 * complete.el (partial-completion-mode): Doc fix.
3010
103db06c
RS
3011 * simple.el (delete-key-deletes-forward-mode):
3012 Change `let' to `let*' to fix gross bug in last change.
3013
3014 * repeat.el (repeat): Don't let execute-kbd-macro alter
3015 real-last-command.
3016
a6a1ee53
EZ
30172001-02-10 Eli Zaretskii <eliz@is.elta.co.il>
3018
3019 * simple.el (eval-expression): Doc fix.
3020
d2f288c6
DL
30212001-02-09 Dave Love <fx@gnu.org>
3022
038f4ae3
DL
3023 * imenu.el (imenu-generic-expression): Doc fix.
3024
83c9cb8e
SM
3025 * emacs-lisp/re-builder.el (reb-mode): Quote the hook name.
3026 From Juanma Barranquero.
038f4ae3 3027
15d1caef 3028 * emacs-lisp/authors.el (authors): Expand `root' before running find.
d2f288c6 3029
9804b846
KH
30302001-02-09 Kenichi Handa <handa@etl.go.jp>
3031
3032 * faces.el (set-face-attribute): Describe the case of a negative
3033 value specified for :line-width.
3034
532f5197
SM
30352001-02-08 Stefan Monnier <monnier@cs.yale.edu>
3036
3037 * which-func.el (which-func-mode): Invert which-func-mode-global.
83c9cb8e 3038 From Juanma Barranquero <lektu@uol.com.br>.
532f5197 3039
1d279666
DL
30402001-02-08 Dave Love <fx@gnu.org>
3041
4681ca3a
DL
3042 * wid-edit.el (widget-plist-convert-widget): Replace binding of
3043 widget-plist-value-type.
3044 (widget-alist-convert-widget): Replace binding of
3045 widget-alist-value-type.
3046
1d279666
DL
3047 * textmodes/paragraphs.el (sentence-end): Doc fix.
3048
83c9cb8e
SM
3049 * eshell/em-rebind.el (eshell-cannot-leave-input-list):
3050 Remove `backward-line'.
1d279666 3051
532f5197
SM
3052 * play/pong.el (pong-blank-color, pong-bat-color)
3053 (pong-ball-color, pong-border-color, pong-left-key)
3054 (pong-right-key, pong-up-key, pong-down-key, pong-quit-key)
3055 (pong-pause-key, pong-resume-key, pong-timer-delay):
3056 * mail/mh-comp.el (mh-compose-letter-function):
3057 * eshell/esh-mode.el (eshell-skip-prompt-function):
3058 * emulation/viper-ex.el (ex-unix-type-shell-options):
3059 * recentf.el (recentf-menu-filter):
3060 * ps-print.el (ps-print-region-function):
3061 * lpr.el (print-region-function):
3062 * forms.el (forms-mode-hooks):
3063 * dirtrack.el (dirtrack-directory-change-hook):
3064 * cus-start.el (temp-buffer-show-function, display-buffer-function):
3065 * textmodes/spell.el (spell-filter):
3066 * textmodes/fill.el (adaptive-fill-function):
3067 * textmodes/bibtex.el (bibtex-autokey-before-presentation-function):
3068 * progmodes/etags.el (find-tag-default-function):
3069 * progmodes/dcl-mode.el (dcl-calc-command-indent-function):
1d279666
DL
3070 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3071
6f676109
EZ
30722001-02-07 Eli Zaretskii <eliz@is.elta.co.il>
3073
751d3bc4
EZ
3074 * emulation/viper-init.el (viper-fast-keyseq-timeout)
3075 (viper-translate-all-ESC-keysequences): Doc fix. From Jim
3076 Meyering <jim@meyering.net>.
3077
6f676109
EZ
3078 * loadup.el: Revert last change.
3079
d3c26cdf
KH
30802001-02-07 Kenichi Handa <handa@etl.go.jp>
3081
83c9cb8e
SM
3082 * international/mule.el (transform-make-coding-system-args):
3083 Make it work also for coding systems not using CCL.
d3c26cdf 3084
44806980
EZ
30852001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3086
9889af08
EZ
3087 * simple.el (previous-matching-history-element)
3088 (next-matching-history-element): Doc fix.
3089
44806980
EZ
3090 * loadup.el: Load ccl before utf-8; don't load ccl in the ms-dos
3091 specific part.
3092
1e36ff68
DL
30932001-02-06 Dave Love <fx@gnu.org>
3094
713f7b15 3095 * add-log.el (add-log-current-defun-function)
1e36ff68
DL
3096 (add-log-buffer-file-name-function, add-log-file-name-function):
3097 Fix :type.
3098 (change-log-mode) <font-lock-defaults>: Set SYNTAX-BEGIN.
3099
c7ca58df
EZ
31002001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3101
fecd556a
EZ
3102 * info.el (info-initialize): Remove the test for system-type when
3103 invocation-directory is non-nil.
3104
c7ca58df
EZ
3105 * progmodes/make-mode.el (makefile-mode): Set SYNTAX-BEGIN member
3106 of `font-lock-defaults' to `backward-paragraph' rather than nil.
3107
587b5737
AI
31082001-02-06 Andrew Innes <andrewi@gnu.org>
3109
3110 * makefile.w32-in (EMACS): Use $(THISDIR) to make emacs.exe path
3111 absolute.
3112
baf7eee4
GM
31132001-02-06 David M. Koppelman <koppel@ee.lsu.edu>
3114
3115 * hi-lock.el (hi-lock-mode): Toggling hi-lock-mode now affects all
3116 buffers. When hi-lock turned on rather than only checking current
3117 buffer for regexps, all buffers are checked. Moved activation of
3118 font-lock to hi-lock-refontify. When font-lock turned off rather
3119 than removing added highlighting just in current buffer, remove it
3120 in all buffers. Changed edit menu text from "Automatic
3121 Highlighting" to "Regexp Highlighting" Documentation for
3122 highlighting phrases, minor documentation changes.
3123 (hi-lock-set-file-patterns): Execute only if there are new or
3124 existing file patterns.
3125 (hi-lock-refontify): Assume font-lock-fontify-buffer will first
3126 unfontify and, if a support mode is active, will not refontify the
3127 whole buffer. If necessary, turn on font lock. (Removed
3128 font-lock-unfontify and font-lock support-mode-specific calls,
3129 such as lazy-lock-fontify-window.)
3130 (hi-lock-find-patterns): Do not turn on hi-lock-mode even if
3131 patterns are found. Not useful now since find-file-hook is removed
83c9cb8e 3132 if hi-lock is off, but may be needed for per-buffer hi-lock activation.
baf7eee4
GM
3133 (hi-lock-face-phrase-buffer): New function. Also added related
3134 menu item and keybinding.
3135 (highlight-phrase): New alias, to hi-lock-face-phrase-buffer.
3136 (hi-lock-process-phrase): New function.
3137 (hi-lock-line-face-buffer): Doc fixes.
3138 (hi-lock-face-buffer): Doc fixes.
3139 (hi-lock-unface-buffer): Doc fixes.
713f7b15 3140
36710aa6
GM
31412001-02-06 Gerd Moellmann <gerd@gnu.org>
3142
3143 * dabbrev.el (dabbrev-ignored-buffer-regexps): Renamed from
3144 dabbrev-ignored-regexps.
3145
d3f22784
EZ
31462001-02-06 Eli Zaretskii <eliz@is.elta.co.il>
3147
3148 * simple.el (kill-line): Doc fix.
3149
5cb3c8d4
DL
31502001-02-05 Dave Love <fx@gnu.org>
3151
3152 * loadup.el: Revert last two changes -- bootstrapping works with
3153 regenerated loaddefs.
3154
e6297e7d
EZ
31552001-02-05 Eli Zaretskii <eliz@is.elta.co.il>
3156
1e14b095
EZ
3157 * isearch.el (isearch-forward): Doc fix.
3158
e6297e7d
EZ
3159 * textmodes/nroff-mode.el (nroff-mode): Set the SYNTAX-BEGIN part
3160 of font-lock-defaults to backward-paragraph.
3161
e16f52ce
GM
31622001-02-05 Gerd Moellmann <gerd@gnu.org>
3163
3164 * mail/rmail.el (rmail-ignored-headers): Add X-Trace,
3165 X-Complaints-To, NNTP-Posting-Date, and User-Agent.
3166
01d19dd7
GM
31672001-02-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3168
3169 * ebnf2ps.el: Eliminate time-stamp functions.
3170 (ebnf-version): New version (3.5).
3171 (ebnf-eps-finish-and-write): Replace time-stamp functions by
3172 format-time-string.
3173
24886813
GM
31742001-02-05 Gerd Moellmann <gerd@gnu.org>
3175
3176 * simple.el (next-line): Goto end-of-line before inserting a newline.
3177
65e70fc4
MB
31782001-02-05 Miles Bader <miles@gnu.org>
3179
3180 * image-file.el (insert-image-file): When visiting an image, also
3181 set `truncate-lines' to t so that any fringe arrow looks correct.
3182
482f06c9
KH
31832001-02-05 Kenichi Handa <handa@etl.go.jp>
3184
3185 * isearch.el (isearch-forward): Add description about input method
3186 in the docsting.
3187
02399da7
SM
31882001-02-04 Stefan Monnier <monnier@cs.yale.edu>
3189
3190 * skeleton.el (skeleton-internal-1): Always push the mark for @.
3191
2c366083
EZ
31922001-02-02 Eli Zaretskii <eliz@is.elta.co.il>
3193
3194 * info.el (info-initialize): If installation-directory is nil, for
83c9cb8e 3195 DOS/Windows systems try looking in a sibling of invocation-directory.
2c366083 3196
bdadfce3
GM
31972001-02-02 Gerd Moellmann <gerd@gnu.org>
3198
79fb38c0
GM
3199 * wid-edit.el (widget-button-click): Fix last change.
3200
bdadfce3
GM
3201 * frame.el (frame-notice-user-settings): When resizing the initial
3202 frame because the tool bar is off, also change the frame's top
3203 position if a negative top position was specified.
3204
33155ffb
MB
32052001-02-02 Miles Bader <miles@gnu.org>
3206
3207 * image-file.el (insert-image-file): When visiting an image,
3208 suppress the cursor in the image buffer.
3209
1355ba0c
DL
32102001-02-01 Dave Love <fx@gnu.org>
3211
3212 * progmodes/f90.el (f90-mode): Remove startup message.
3213
fb758d2d 3214 * vc-cvs.el: Remove autoloads. Require vc when compiling.
713f7b15 3215
01acdb05
GM
32162001-02-01 Gerd Moellmann <gerd@gnu.org>
3217
3218 * startup.el (command-line): Fix code determining whether or not
3219 to use delete-key-deletes-forward-mode.
3220
5b1ee316
AS
32212001-02-01 Andre Spiegel <spiegel@gnu.org>
3222
3223 * vc.el (vc-diff-switches): New user option.
3224 (vc-version-diff): Use it.
3225 (vc-diff-switches-list): New macro.
3226
83c9cb8e
SM
3227 * vc-{rcs,cvs,sccs}.el: (vc-BACKEND-diff-switches):
3228 New customization options.
5b1ee316
AS
3229 (vc-BACKEND-diff): Use new options via vc-diff-switches-list.
3230
3231 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Return correct status.
3232
00b1e7a1
GM
32332001-02-01 Gerd Moellmann <gerd@gnu.org>
3234
3235 * msb.el (toplevel): Quote hook symbols.
3236
85827036
KH
32372001-02-01 Kenichi Handa <handa@etl.go.jp>
3238
8e028499 3239 * international/mule.el (make-coding-system): Add description
3c948dde 3240 about recognized properties in the docstring.
8e028499 3241
85827036
KH
3242 * international/mule-conf.el: Remove unused charsets
3243 mac-roman-lower and mac-roman-upper.
3244
7ccf7ab9
GM
32452001-01-31 Gerd Moellmann <gerd@gnu.org>
3246
2441692d
GM
3247 * textmodes/fill.el (set-fill-prefix): Cancel fill prefix if point
3248 is in front of the left-margin, if any.
3249
ee5cece0
GM
3250 * simple.el (delete-key-deletes-forward-mode): Treat `kp-delete'
3251 like `delete'.
3252
83c9cb8e 3253 * bindings.el: Define `kp-delete' like `delete' in function-key-map.
ee5cece0 3254
7ccf7ab9
GM
3255 * term/w32-win.el (mouse-set-font): Doc fix.
3256
b4f30ec5 32572001-01-31 Stefan Monnier <monnier@cs.yale.edu>
713f7b15 3258
b4f30ec5
GM
3259 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer): Doc fix.
3260 (hi-lock-find-patterns): Turn on font-lock-mode, if it is not
3261 on already.
3262
03e0fe6e
GM
32632001-01-31 Markus Rost <rost@math.ohio-state.edu>
3264
3265 * files.el (save-buffer): Don't give message if (buffer-file-name)
3266 returns nil.
713f7b15 3267
8f289acc
EZ
32682001-01-31 Eli Zaretskii <eliz@is.elta.co.il>
3269
cb4aae04
EZ
3270 * toolbar/tool-bar.el (tool-bar-add-item): Doc fix.
3271
dbd98b19
EZ
3272 * emacs-lisp/re-builder.el (reb-update-modestring): Don't use
3273 concat for integers. From Juanma Barranquero <lektu@uol.com.br>.
3274
8f289acc
EZ
3275 * term/w32-win.el (redisplay-dont-pause): Set to t to alleviate
3276 display problems.
3277
c12553c1
KH
32782001-01-31 Kenichi Handa <handa@etl.go.jp>
3279
c7bf5db9
KH
3280 * international/mule.el (charset-info): Fix docstring.
3281
3282 * international/mule-diag.el (describe-character-set): Check final
3283 char valid before printing it.
c12553c1 3284
14f16b9c
GM
32852001-01-30 Gerd Moellmann <gerd@gnu.org>
3286
efaa080b
GM
3287 * lpr.el (lpr-windows-system, lpr-lp-system): Add autoload cookies.
3288
eef93f99
GM
3289 * frame.el (frame-notice-user-settings): Do the tool-bar
3290 stuff only for graphical displays. Fix a braino.
713f7b15 3291
14f16b9c
GM
3292 * frame.el (frame-initialize): Create initial frame visible.
3293 (frame-notice-user-settings): When tool-bar has been switched off,
25237df5 3294 correct the frame size and sync tool-bar-mode.
14f16b9c
GM
3295
3296 * startup.el (command-line): Remove manipulation of frame
3297 height for tool bars.
3298
4ad25e43
EZ
32992001-01-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
3300
3301 * lpr.el: Compatibility with XEmacs and doc fixes.
3302 (lpr-windows-system, lpr-lp-system): New vars.
3303 (lpr-printer-switch): New defcustom.
3304 (printer-name, lpr-command): Customization fix.
3305 (print-region-1): Code fix.
3306 (print-region-new-buffer, printify-region): Indentation fix.
83c9cb8e
SM
3307 (lpr-eval-switch, lpr-flatten-list, lpr-flatten-list-1):
3308 New functions.
4ad25e43 3309
e8f044a0
GM
33102001-01-29 Gerd Moellmann <gerd@gnu.org>
3311
3312 * msb.el (toplevel): Fix the eval-after-load.
3313
850d5045
GM
33142001-01-29 Dave Love <fx@gnu.org>
3315
762fe76e
DL
3316 * eshell/esh-ext.el (eshell-windows-shell-file): Fix :type.
3317
3318 * eshell/em-ls.el (eshell-ls-exclude-regexp): Fix :type.
3319
83c9cb8e 3320 * progmodes/tcl.el (outline, dabbrev, add-log): Require when compiling.
850d5045
GM
3321 (tcl-using-emacs-19-23): Consider Emacs 21+.
3322 (tcl-help-directory-list, tcl-command-switches): Fix :type.
3323 (tcl-add-emacs-menu): Supply menu name.
3324 (tcl-beginning-of-defun, tcl-end-of-defun): Defalias, don't fset.
3325
3a768251
GM
33262001-01-29 Gerd Moellmann <gerd@gnu.org>
3327
3328 * simple.el (delete-trailing-whitespace): Don't delete formfeeds.
3329
274d02f7
SM
33302001-01-29 Stefan Monnier <monnier@cs.yale.edu>
3331
3332 * pcvs.el (cvs-mark-fis-dead): New function.
3333 (cvs-mode-add): Use it.
3334 (cvs-mode-add-change-log-entry-other-window):
3335 Rebind change-log-default-name to itself rather than to nil.
3336
ed5d446e
SS
33372001-01-29 Sam Steingold <sds@gnu.org>
3338
efaa080b 3339 * vc-cvs.el: Replaced (require 'vc) with a bunch of
ed5d446e
SS
3340 `autoload' statements.
3341
e2a80284
EZ
33422001-01-29 Eli Zaretskii <eliz@is.elta.co.il>
3343
8e1db7b3
EZ
3344 * files.el (confirm-kill-emacs): Doc fix.
3345
ff2a1c79
EZ
3346 * frame.el (frame-initialize): Doc fix.
3347
e7b0deaf
EZ
3348 * time-stamp.el (time-stamp-string): Doc fix.
3349
83c9cb8e
SM
3350 * woman.el (WoMan-log-1): Make the log buffer writable.
3351 From Markus Rost <rost@math.ohio-state.edu>.
e2a80284 3352
005913e4
GM
33532001-01-29 Gerd Moellmann <gerd@gnu.org>
3354
3355 * imenu.el (imenu-syntax-alist): Add autoload cookie for
3356 the `make-variable-buffer-local'.
3357
58622cc5
GM
33582001-01-29 Dave Love <fx@gnu.org>
3359
3360 * ansi-color.el (ansi-color-for-comint-mode): Add :version.
83c9cb8e
SM
3361 (ansi-color-for-comint-mode-on, ansi-color-process-output):
3362 Add autoload cookie.
58622cc5
GM
3363 (ansi-color-apply-sequence): Fix typo.
3364
0404d031
GM
33652001-01-29 Gerd Moellmann <gerd@gnu.org>
3366
ed5d446e 3367 * menu-bar.el (menu-bar-files-menu): Add menu items for
438c2df0
GM
3368 Postscript printing in black and white.
3369
0404d031
GM
3370 * mail/rmail.el (rmail-ignored-headers): Add X-Sign, X-BeenThere,
3371 X-Mailman-Version, Precedence, List-Help, List-Post,
3372 List-Subscribe, List-Id, List-Unsubscribe, List-Archive,
3373 Content-Type, Content-Length.
3374
3b6ed359
DL
33752001-01-29 Dave Love <fx@gnu.org>
3376
ddd16e7a
DL
3377 * elide-head.el (elide-head): Make overlay evaporate.
3378
83c9cb8e 3379 * international/mule-conf.el (chinese-big5-1, chinese-big5-2): Doc fix.
3b6ed359 3380
8005142f
EZ
33812001-01-28 Eli Zaretskii <eliz@is.elta.co.il>
3382
3383 * isearch.el (isearch-highlight): Don't punt if the display
3384 doesn't support colors, since isearch faces are defined for
3385 monochrome displays as well.
3386
84728570
SS
33872001-01-27 Sam Steingold <sds@gnu.org>
3388
3389 * shell.el (shell-write-history-on-exit): Make sure that we are in
3390 the shell buffer (M-x tex-file RET inserted the error message into
3391 the TeX buffer).
3392
e26f9ced
EZ
33932001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3394
3395 * simple.el (transient-mark-mode): Doc fix.
3396
dc0274bd
GM
33972001-01-27 Gerd Moellmann <gerd@gnu.org>
3398
83c9cb8e 3399 * progmodes/etags.el (find-tag-noselect): Don't bind tags-file-name.
dc0274bd 3400
c1acacc4
EZ
34012001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3402
f5058b96
EZ
3403 * shell.el (shell-unquote-argument): If the shell is one of the
3404 mentioned in shell-dumb-shell-regexp, don't treat a backslash as a
3405 quote character.
3406 (shell-dumb-shell-regexp): Document that the shells which match
83c9cb8e 3407 this regexp are supposed to not treat a backslash as a quote character.
f5058b96 3408
c1acacc4 3409 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Undo the change
83c9cb8e 3410 from 2001-01-12. It is not needed, since backspace is mapped into DEL.
c1acacc4 3411
103db06c 34122001-01-27 Richard M. Stallman <rms@gnu.org>
8dc5c94d 3413
84728570 3414 * dabbrev.el (dabbrev--substitute-expansion):
8dc5c94d
GM
3415 Treat a one-capital-letter abbrev as "not all upper case",
3416 so as to force preservation of the expansion's pattern
3417 if the expansion starts with a capital letter.
3418
cfa70244
EZ
34192001-01-27 Eli Zaretskii <eliz@is.elta.co.il>
3420
cfee9de7
EZ
3421 * facemenu.el (facemenu-set-face, facemenu-set-face-from-menu):
3422 Doc fix.
3423
cfa70244
EZ
3424 * simple.el (transient-mark-mode): Document the fact that many
3425 commands act on the region when mark is active.
3426
17d90d6b
KH
34272001-01-27 Kenichi Handa <handa@etl.go.jp>
3428
3429 * international/quail.el (quail-setup-completion-buf): Make the
83c9cb8e 3430 multibyteness of current buffer inherited to Quail completion buffer.
17d90d6b
KH
3431 (quail-show-guidance-buf): Make the multibyteness of current
3432 buffer inherited to Quail guidance buffer.
3433 (quail-help): Make the multibyteness of current buffer inherited
3434 to Quail help buffer.
3435
61076b20
DL
34362001-01-26 Dave Love <fx@gnu.org>
3437
c47e2c68
DL
3438 * time-stamp.el: Doc fixes.
3439
84728570 3440 * progmodes/delphi.el (delphi-comment-face, delphi-string-face)
3afe2b93
DL
3441 (delphi-keyword-face, delphi-other-face): Fix :type.
3442
940f14b4
DL
3443 * textmodes/flyspell.el: Doc fixes. Add :version to new options.
3444
3445 * mail/feedmail.el (feedmail): Add :link.
3446 (feedmail-send-it): Doc fix.
3447
3448 * mail/sendmail.el: Doc fixes.
3449 (sendmail-send-it): Fix the non-ASCII regexp and use
3450 rfc2047-encode-string.
3451
61076b20
DL
3452 * dired.el, dired-aux.el: Revert last change.
3453
6c317bd2
GM
34542001-01-26 Gerd Moellmann <gerd@gnu.org>
3455
3456 * makefile.w32-in (DONTCOMPILE): Add various term files.
3457
34582001-01-26 Dave Love <fx@gnu.org>
3459
3460 * Makefile.in (DONTCOMPILE): Add various term files.
3461
1c636b5f
GM
34622001-01-26 Gerd Moellmann <gerd@gnu.org>
3463
af900b23
GM
3464 * man.el (Man-default-man-entry, Man-mode): Doc fix.
3465
15fa6db0 3466 * startup.el (display-startup-echo-area-message): Make sure
83c9cb8e 3467 the echo area is resized to fit the size of the startup message.
15fa6db0 3468
1c636b5f
GM
3469 * gud.el (gud-perldb-massage-args): Avoid nreverse'ing a list
3470 part of which is a constant.
3471
9b1adbd5
EZ
34722001-01-26 Eli Zaretskii <eliz@is.elta.co.il>
3473
83c9cb8e 3474 * loadup.el (Top-level) [ms-dos]: Don't load international/ccl twice.
9b1adbd5 3475
103db06c 34762001-01-26 Richard M. Stallman <rms@gnu.org>
207d7545
GM
3477
3478 * simple.el (next-line): Don't let `newline' expand abbrevs.
3479 Simplify slightly.
3480 (open-line): Don't let `newline' expand abbrevs.
3481
219227ea
JW
34822001-01-25 John Wiegley <johnw@gnu.org>
3483
3484 * eshell/esh-util.el (eshell-ange-ls-uids): Changed use of `alist'
3485 to `repeat' in the :type field.
3486
3487 * pcomplete.el (pcomplete-file-ignore): Changed a :type field to
3488 allow a choice of regexp or nil.
d2906bf8 3489 (pcomplete-dir-ignore): Same.
219227ea
JW
3490
3491 * eshell/em-unix.el (eshell/occur): Fixed bug causing `occur' (as
3492 a command) to always fail.
3493
ceba0dac
GM
34942001-01-25 Gerd Moellmann <gerd@gnu.org>
3495
3496 * iswitchb.el (iswitchb-make-buflist): When nconc'ing lists, don't
3497 discard the result.
3498 (iswitchb-to-end): Likewise.
3499
9b0630e5
SS
35002001-01-25 Sam Steingold <sds@gnu.org>
3501
3502 * vc-cvs.el (vc-cvs-mode-line-string): Doc & comment fix.
89e65817 3503 Require vc.
9b0630e5 3504
a2ed9670
SM
35052001-01-25 Stefan Monnier <monnier@cs.yale.edu>
3506
f0c1adab
SM
3507 * smerge-mode.el (smerge-font-lock-keywords): Relax submatch 1.
3508
a2ed9670
SM
3509 * emacs-lisp/easy-mmode.el (define-minor-mode): Docstring fix.
3510
34ac3367
DL
35112001-01-25 Dave Love <fx@gnu.org>
3512
61076b20
DL
3513 * lisp/international/mule-diag.el (describe-char-after): Doc fix.
3514 (describe-coding-system): Tweak the English text.
3515
34ac3367
DL
3516 * loadup.el: Preload international/ccl for utf-8.
3517
4685e6b7
EZ
35182001-01-25 Eli Zaretskii <eliz@is.elta.co.il>
3519
3520 * mail/rmail.el (rmail-redecode-body): Doc fix.
3521
0fdb4475
KH
35222001-01-25 Kenichi Handa <handa@etl.go.jp>
3523
83c9cb8e
SM
3524 * international/mule-cmds.el (reset-language-environment):
3525 Reset coding-category-utf-8 to mule-utf-8.
0fdb4475 3526
83c9cb8e
SM
3527 * international/mule-conf.el (coding-category-utf-8):
3528 Initialize to mule-utf-8.
0fdb4475 3529
9b0630e5 3530 * loadup.el: Preload international/utf-8.
0fdb4475
KH
3531
3532 * international/utf-8.el: New file.
3533
245ed2b1
SM
35342001-01-24 Stefan Monnier <monnier@cs.yale.edu>
3535
3536 * diff-mode.el (diff-mode): Disable preliminary support for `compile'.
3537
e95b0c08
SS
35382001-01-24 Sam Steingold <sds@gnu.org>
3539
3540 * dired.el (dired-replace-in-string): Removed.
3541 (dired-sort-toggle): Use `replace-regexps-in-string'
3542 instead of `dired-replace-in-string'.
9b0630e5 3543
ceba0dac
GM
3544 * dired-aux.el (dired-shell-stuff-it, dired-rename-subdir)
3545 (dired-rename-subdir-2, dired-insert-subdir-doinsert): Ditto.
9b0630e5 3546
e95b0c08
SS
3547 * gs.el (gs-replace-in-string): Removed.
3548 (gs-options): Use `replace-regexps-in-string'
3549 instead of `gs-replace-in-string'.
3550
c3902c3e
EZ
35512001-01-24 Eli Zaretskii <eliz@is.elta.co.il>
3552
3553 * mail/emacsbug.el (report-emacs-bug): Mention the fact that the
3554 bug report is mailed to an email list and posted to a news group.
3555
b66b6aeb
GM
35562001-01-24 Gerd Moellmann <gerd@gnu.org>
3557
83c9cb8e
SM
3558 * comint.el (comint-replace-by-expanded-history-before-point):
3559 Fix change of 2000-08-03 to move point to the start of the line again.
e7e41584 3560
b66b6aeb
GM
3561 * startup.el (tool-bar-images-pixel-height): New variable.
3562 (command-line): After loading the user's init file, when
3563 tool-bar-mode is on, increase the frame's size by some lines for
3564 the tool-bar.
3565
3566 * frame.el (frame-initialize): Create the initial frame invisible.
e95b0c08 3567
ff890e66
SZ
35682001-01-24 ShengHuo ZHU <zsh@cs.rochester.edu>
3569
3570 * language/chinese.el (chinese-iso-8bit): MIME:GB2312.
3571 (chinese-big5): MIME:Big5.
3572
04363179
GM
35732001-01-24 Gerd Moellmann <gerd@gnu.org>
3574
e95b0c08 3575 * international/mule-cmds.el (universal-coding-system-argument):
04363179
GM
3576 Handle commands with prefix args.
3577
d56aaa64
GM
35782001-01-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
3579
3580 * calendar/diary-lib.el (diary-float): Fix case of MONTH
3581 being a list of numbers.
3582 (diary-mail-entries): Rewritten.
3583
99858627
DL
35842001-01-23 Dave Love <fx@gnu.org>
3585
7aeb1fa9
DL
3586 * international/mule.el (make-coding-system): Fix typo.
3587
83c9cb8e
SM
3588 * textmodes/outline.el (outline-mode) <font-lock-defaults>:
3589 Add backward-paragraph as font-lock-beginning-of-syntax-function.
99858627 3590
5a43decf
EZ
35912001-01-23 Eli Zaretskii <eliz@is.elta.co.il>
3592
3593 * font-lock.el (font-lock-mode): Doc fix.
3594
b0e98867
KH
35952001-01-23 Kenichi Handa <handa@etl.go.jp>
3596
3597 * international/mule.el (make-translation-table): Fix docstring.
3598
9c8acefd
EZ
35992001-01-22 Eli Zaretskii <eliz@is.elta.co.il>
3600
fd4976b8
EZ
3601 * mail/rmail.el (rmail-redecode-body): New function.
3602
9c8acefd
EZ
3603 * icomplete.el (icomplete-minibuffer-setup-hook): Doc fix.
3604
871e0439
GM
36052001-01-22 Gerd Moellmann <gerd@gnu.org>
3606
21c2bbe0
GM
3607 * isearch.el (isearch-lazy-highlight-case-fold-search)
3608 (isearch-lazy-highlight-regexp): New variables.
3609 (isearch-lazy-highlight-cleanup): Update lazy highlight if
3610 case-fold search or regexp search has been toggled.
3611
5710730c
GM
3612 * wid-edit.el (widget-button-click): Avoid a save-excursion
3613 around running a global binding.
3614
871e0439
GM
3615 * isearch.el (isearch-lazy-highlight-initial-delay): Set default
3616 to 0.25.
3617
d0554957
MB
36182001-01-20 Miles Bader <miles@gnu.org>
3619
3620 * cus-edit.el (custom-face-save): Do post-processing on the face's
3621 new value like `custom-face-set' does.
3622
1519f618
EZ
36232001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3624
ccd87890
EZ
3625 * mail/emacsbug.el (report-emacs-bug): Report the value of
3626 LC_CTYPE, not LC_TYPE.
3627
1519f618
EZ
3628 * isearch.el (isearch-forward): Add isearch-toggle-case-fold,
3629 isearch-toggle-regexp and isearch-edit-string to doc string.
3630
9724173b
GM
36312001-01-19 Gerd Moellmann <gerd@gnu.org>
3632
48bb9196
GM
3633 * textmodes/texinfo.el (texinfo-mode): Use backward-paragraph
3634 as font-lock-beginning-of-syntax-function in font-lock-defaults.
3635
e95b0c08 3636 * jit-lock.el (jit-lock-fontify-now): Don't bind
9724173b
GM
3637 font-lock-beginning-of-syntax-function to nil.
3638
dc81f8a2
EZ
36392001-01-19 Eli Zaretskii <eliz@is.elta.co.il>
3640
3641 * mail/emacsbug.el (report-emacs-bug): Report values of
3642 locale-coding-system, default-enable-multibyte-characters, and the
3643 environment variables LC_ALL, LC_TYPE, and LANG.
3644
99327974
GM
36452001-01-19 Gerd Moellmann <gerd@gnu.org>
3646
83c9cb8e 3647 * font-lock.el (font-lock-default-fontify-region): Fix last change.
e95b0c08 3648
2be6ecc6
GM
3649 * font-lock.el (font-lock-multiline): Default to nil.
3650 (font-lock-default-fontify-region): If font-lock-multiline is
3651 nil, don't check the property `font-lock-multiline'.
3652
99327974
GM
3653 * jit-lock.el (jit-lock-after-change): If font-lock-multiline
3654 is nil, don't check the `font-lock-multiline' text property.
3655
2550055a
MK
36562001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
3657
0a949811 3658 * viper.el: Call initial-major-mode on startup.
e95b0c08 3659
0a949811 3660 * ediff.el (ediff-patch-file): Use better defaults.
e95b0c08 3661
8501998a 3662 * ediff-vers.el: Fix for 8+3 DOS file systems.
e95b0c08 3663
2550055a 36642001-01-19 Colin Walters <walters@cis.ohio-state.edu>
e95b0c08 3665
0a949811 3666 * ediff-util.el (ediff-compare-custom-diffs-maybe): Put diff in
2550055a 3667 diff mode, if available.
e95b0c08 3668
0a949811 36692001-01-19 Michael Kifer <kifer@cs.sunysb.edu>
e95b0c08 3670
8501998a 3671 * ediff-hook.el (ediff-xemacs-init-menus): Fixed add-menu-button.
e95b0c08 3672
2550055a
MK
3673 * ediff-init.el (subst-char-in-string): Define and use it, unless
3674 it's already defined.
e95b0c08 3675
8962e303
GM
36762001-01-18 Gerd Moellmann <gerd@gnu.org>
3677
3678 * tooltip.el (tooltip-hide-delay): New user-option.
3679 (tooltip-show): Use tooltip-hide-delay instead of the default.
3680
6b453381
KH
36812001-01-18 Kenichi Handa <handa@etl.go.jp>
3682
3683 * mail/sendmail.el (mail-setup): Call set-buffer-multibyte because
3684 kill-local-variable doesn't work for enable-multibyte-characters.
3685
9eaf396b
DL
36862001-01-17 Dave Love <fx@gnu.org>
3687
cebd37ce
DL
3688 * ediff-init.el (ediff-before-setup-hook)
3689 (ediff-merge-filename-prefix): Add :version.
3690
9eaf396b
DL
3691 * international/latin1-disp.el: Require disp-table.
3692 (latin1-display): Fix :set.
3693
3694 * net/eudc-vars.el (eudc-server, eudc-protocol): Fix :type.
3695
f864120f
GM
36962001-01-17 Gerd Moellmann <gerd@gnu.org>
3697
3698 * isearch.el (isearch-lazy-highlight-initial-delay)
3699 (isearch-lazy-highlight-interval): Default to 0.
3700
37012001-01-17 Bob Glickstein <bobg@zanshin.com>
3702
3703 * isearch.el (isearch-highlight): Set isearch-overlay priority to
3704 1 here rather than each time through
3705 isearch-lazy-highlight-new-loop.
3706 (isearch-lazy-highlight-max): Variable deleted.
3707 (isearch-lazy-highlight-max-at-a-time): New user variable, like
3708 isearch-lazy-highlight-max but controls a single invocation of
3709 isearch-lazy-highlight-update.
3710 (isearch-lazy-highlight-wrapped): Variable recreated.
3711 (isearch-lazy-highlight-window-start): New variable.
3712 (isearch-lazy-highlight-cleanup): Restored to behavior of
3713 before 2-Jan.
3714 (isearch-lazy-highlight-remove-overlays): Function deleted;
3715 behavior folded into isearch-lazy-highlight-cleanup. "Keep"
3716 behavior removed.
3717 (isearch-lazy-highlight-new-loop): Restore old behavior of calling
3718 isearch-lazy-highlight-update in a loop rather than just once.
3719 Test isearch-invalid-regexp here and decide not to start a new
3720 loop, rather than testing it each time through
3721 isearch-lazy-highlight-update.
3722 (isearch-lazy-highlight-search): Function restored.
3723 (isearch-lazy-highlight-update): Get called in a timer loop again,
3724 but this time highlight more than one match each time through.
83c9cb8e
SM
3725 Only highlight matches in the visible part of the window.
3726 Start at point, move in the direction of the search, and wrap around at
f864120f
GM
3727 the edge of the window. Use sit-for to force redisplay and ensure
3728 window-start is credible. "Face suppressing" behavior removed;
3729 overlay priorities should make it unnecessary, right?
3730 (isearch-highlight): Face suppressing behavior removed.
3731 (isearch-dehighlight): Face suppressing behavior removed.
3732 (isearch-set-lazy-highlight-faces-at): Removed.
3733
076ec540
KH
37342001-01-17 Kenichi Handa <handa@etl.go.jp>
3735
3736 * language/european.el ("Latin-1"): Make the format of description
3737 about additional language environments same as that of Latin-2.
3738
92328ec5
DL
37392001-01-16 Dave Love <fx@gnu.org>
3740
39f2174e
DL
3741 * isearch.el (isearch-lazy-highlight): Add :version.
3742
92328ec5
DL
3743 * simple.el (backward-delete-char-untabify-method)
3744 (next-line-add-newlines): Add :version.
3745
f251459d
GM
37462001-01-16 Gerd Moellmann <gerd@gnu.org>
3747
9d4850e5
GM
3748 * bindings.el: Bind <backspace> and <delete> via function-key-map.
3749 Don't bind <delete> otherwise.
3750
3751 * simple.el (delete-key-deletes-forward-mode): Bind <backspace>
3752 and <delete> via function-key-map.
3753
f251459d
GM
3754 * textmodes/flyspell.el (mail-mode-flyspell-verify): Check in
3755 Subject line only if point is after the `Subject:'.
3756
771ffcf7
KH
37572001-01-16 Kenichi Handa <handa@etl.go.jp>
3758
bda6b481
KH
3759 * language/japanese.el ("Japanese"): Add japanese-jisx0213-1 and
3760 japanese-jisx0213-2 in `charset' property of this lang. env.
3761
35793af7
KH
3762 * language/european.el ("Latin-1"): Add description for Dutch and
3763 Spanish lang. env.
3764
771ffcf7
KH
3765 * international/mule.el (decode-char): Fix conditions.
3766 (encode-char): Handle eight-bit-control too.
1c8102ff 3767 (transform-make-coding-system-args): New function.
50c29104
KH
3768 (make-coding-system): Accept XEmacs style arguments for CCL base
3769 coding system.
771ffcf7 3770
e1cf67b6
GM
37712001-01-15 Gerd Moellmann <gerd@gnu.org>
3772
3773 * progmodes/etags.el (find-tag-noselect): Save the value of
3774 tags-file-name before switching buffers, for the case it has a
3775 buffer-local value.
3776
b3287acf
GM
37772001-01-15 Alex Schroeder <alex@gnu.org>
3778
9eaf396b
DL
3779 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3780 From Dave Love <fx@gnu.org>.
b3287acf
GM
3781 (ansi-color-for-comint-mode): Fix :version.
3782
37832001-01-15 Alex Schroeder <alex@gnu.org>
3784
3785 * ansi-color.el (ansi-color-unfontify-region): Doc change.
3786
8d7ff9c8
EZ
37872001-01-14 Eli Zaretskii <eliz@is.elta.co.il>
3788
3789 * dired.el (dired-insert-directory): If file-system-info fails,
3790 remove the " free " part, but don't signal an error.
3791
dbe99ae9
SS
37922001-01-12 Sam Steingold <sds@gnu.org>
3793
3794 * bookmark.el (bookmark-maybe-historicize-string):
3795 Use new backquote syntax.
3796
103db06c 37972001-01-12 Richard M. Stallman <rms@gnu.org>
420198cb
RS
3798
3799 * subr.el (last): Handle a list that doesn't end in nil.
3800
ca2ddd8e
SS
38012001-01-12 Sam Steingold <sds@gnu.org>
3802
3803 * emacs-lisp/lisp-mode.el (lisp-mode-shared-map): Bind `backspace'
3804 to `backward-delete-char-untabify'.
3805
1751c874
DL
38062001-01-12 Dave Love <fx@gnu.org>
3807
3808 * cus-edit.el (customize-menu-create): Fix the :filter following
3809 easymenu change.
3810
3811 * wid-edit.el (function): Add :match-alternatives.
3812 (widget-color-action): Doc fix.
3813
3cccce8d
GM
38142001-01-12 Gerd Moellmann <gerd@gnu.org>
3815
3816 * calendar/calendar.el (calendar-basic-setup): Doc fix.
3817
18bfd6b5
KH
38182001-01-12 Kenichi Handa <handa@etl.go.jp>
3819
83c9cb8e 3820 * international/mule-cmds.el (prefer-coding-system): Fix docstring.
60a62fdc 3821
18bfd6b5
KH
3822 * international/ccl.el (define-ccl-program): Fix docstring.
3823
562e00da
DL
38242001-01-11 Dave Love <fx@gnu.org>
3825
14fd0da3
DL
3826 * international/mule-cmds.el (standard-display-european-internal):
3827 Set display table for 2208 as for 160.
3828
3829 * progmodes/ada-mode.el (ada-popup-key): Fix last change.
3830
562e00da
DL
3831 * progmodes/fortran.el (fortran-mode-map): Modify Customization
3832 entry for custom-menu-create change.
3833 (fortran-strip-sqeuence-nos): Make arg optional. Fix regexp and
3834 don't cons it in the search loop.
3835
3836 * imenu.el (imenu--truncate-items): Revert last change.
3837
6e961dcd
EZ
38382001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3839
3840 * info.el (Info-setup-header-line): If the node header includes
3841 either Next: or Prev: links, don't show the File: and Node: parts
3842 in the header line.
3843
2c2ff7f2
GM
38442001-01-11 Gerd Moellmann <gerd@gnu.org>
3845
a7ee2d2e
GM
3846 * comint.el (comint-goto-process-mark): Don't print a message
3847 when running in batch mode.
3848
c5348233
GM
3849 * isearch.el (isearch-search): In the condition-case handler for
3850 `error', set isearch-invalid-regexp to the whole error message.
3851
422717d1
GM
3852 * subr.el (eval-after-load): Call load-symbol-file-load-history to
3853 ensure that eval-after-load works for files dumped with Emacs.
3854
3855 * help.el (load-symbol-file-load-history): New function extracted
3856 from function symbol-file.
3857 (symbol-file): Use it.
3858
83c9cb8e 3859 * toolbar/save.xpm, toolbar/undo.xpm: Use the same colors as exit.xpm.
2c2ff7f2 3860
926861fb
EZ
38612001-01-11 Eli Zaretskii <eliz@is.elta.co.il>
3862
3863 * progmodes/etags.el (find-tag-interactive): If last-tag is nil,
3864 behave as if there were no prefix argument.
3865 (find-tag-noselect): If last-tag is nil, behave as if the NEXT-P
3866 argument were nil.
3867
afa1f52c
RS
38682001-01-11 Richard M. Stallman <rms@gnu.org>
3869
ca2ddd8e 3870 * isearch.el (isearch-lazy-highlight-update):
afa1f52c
RS
3871 Don't look for more potential matches once maximum is exceeded.
3872 Use overlays-in to check correctly for overlap with current match.
3873 Ignore empty matches.
3874
47a9f362
MB
38752001-01-11 Miles Bader <miles@gnu.org>
3876
3877 * textmodes/ispell.el (ispell-adjusted-window-height): New function.
3878 (ispell-overlay-window, ispell-help, ispell-show-choices)
3879 (ispell-command-loop): Use it instead of `window-height'.
3880
d196f58d
GM
38812001-01-10 Gerd Moellmann <gerd@gnu.org>
3882
cf523f0e
GM
3883 * files.el (confirm-kill-emacs): New user-option.
3884 (save-buffers-kill-emacs): Ask for final confirmation before
3885 killing Emacs.
3886
d196f58d
GM
3887 * isearch.el (isearch-done): Set isearch-lazy-highlight-start
3888 to nil.
3889
7c6c3d8e
GM
38902001-01-10 Dave Love <fx@gnu.org>
3891
1f8be15d
DL
3892 * progmodes/etags.el (tags-apropos-additional-actions): Fix :type.
3893
83c9cb8e 3894 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix doc, :type.
1f8be15d
DL
3895
3896 * hi-lock.el (hi-lock-exclude-modes): Fix :type.
3897
3898 * calculator.el (calculator-number-digits): Fix :type.
3899
0d5184de
DL
3900 * vc-cvs.el (vc-cvs-header): Fix :type.
3901 * vc-rcs.el (vc-rcs-header): Fix :type.
3902 * vc-sccs.el (vc-sccs-header): Fix :type.
3903
3904 * progmodes/ada-mode.el (ada-popup-key): Fix :type.
3905
7c6c3d8e
GM
3906 * ansi-color.el (ansi-colors) <defgroup>: Fix :version.
3907
8c9f73a2
GM
3908 * eshell/esh-util.el (eshell-ange-ls-uids): Fix :type.
3909
457b792c
GM
39102001-01-10 Gerd Moellmann <gerd@gnu.org>
3911
3912 * simple.el (set-variable): Force a thorough redisplay for the
3913 case that the variable has an effect on the display, like
3914 `tab-width' has.
3915
d2622d08
AS
39162001-01-10 Andre Spiegel <spiegel@gnu.org>
3917
3918 * vc.el: Add documentation for backend interface.
3919
ae4b5f4f
KH
39202001-01-10 Kenichi Handa <handa@etl.go.jp>
3921
e0844717
KH
3922 * font-lock.el (c-font-lock-extra-types): Add "Lisp_Object".
3923
ae4b5f4f
KH
3924 * international/mule-conf.el (latin-extra-code-table): Set to t
3925 for \223 and \224.
3926
3184082b
KH
39272001-01-09 Kenichi Handa <handa@etl.go.jp>
3928
3929 * international/mule-cmds.el (locale-language-names): Map "es" to
3930 "Spanish" and "nl" to "Dutch".
3931
732b9cdd
GM
39322001-01-09 Gerd Moellmann <gerd@gnu.org>
3933
1dfca644
GM
3934 * bindings.el (global-map): Bind <home> to beginning-of-line,
3935 <end> to end-of-line, C-<home> to beginning-of-buffer, and
3936 C-<end> to end-of-buffer.
3937
732b9cdd
GM
3938 * language/european.el: Add Dutch and Spanish language info
3939 to be able to use the appropriate tutorials.
3940
39412001-01-09 Alex Schroeder <alex@gnu.org>
3942
3943 * ansi-color.el (ansi-color-process-output): Use markers instead
3944 of positions for start and end of region.
3945 (ansi-color-apply-on-region): Rewrote code to make it more robust.
3946 Previously, occasional mistakes happend when fontifying many
3947 chunks of output (eg. ls --color=yes /dev). This happened
3948 whenever an overlay was created up to the end of the region, which
3949 coincided with the process-mark. New text would then be added
3950 within that overlay instead of after it.
3951 (ansi-color-make-extent): Overlays are created with the property
3952 `modification-hooks' set to '(ansi-color-freeze-overlay).
3953 (ansi-color-freeze-overlay): New function. When inserting text at
3954 the end of the overlay, the overlay will resize.
3955
39562000-01-09 Alex Schroeder <alex@gnu.org>
3957
3958 * ansi-color.el (ansi-color-process-output): Doc change.
3959 (ansi-color-unfontify-region): Doc change. No longer installed
3960 automatically in font-lock-unfontify-region-function.
3961 (ansi-color-apply): Doc change.
3962 (ansi-color-apply-on-region): Use extents or overlays instead of
3963 text-properties.
3964 (ansi-color-make-extent): New function.
3965 (ansi-color-set-extent-face): New function.
3966
39672000-01-09 Alex Schroeder <alex@gnu.org>
3968
3969 * ansi-color.el (ansi-color-process): Removed, Emacs and XEmacs
3970 both use ansi-color-process-output, now.
3971 (ansi-color-process-output): Doesn't return string anymore. It is
3972 installed in comint-output-filter-functions for both Emacs and
3973 XEmacs, now.
3974 (ansi-color-unfontify-region): Simplified code removing variables
3975 pos and start-ansi.
3976 (ansi-color-apply): Put text-property ansi-color before putting
3977 text-property face because ansi-color-unfontify-region is called
3978 immediately after the call to put-text-property.
3979 (ansi-color-context-region): Doc change.
3980 (ansi-color-filter-region): Simplified code.
3981 (ansi-color-apply-on-region): Changed start to start-marker, using
3982 a marker explicitly. Put text-property ansi-color before putting
3983 text-property face because ansi-color-unfontify-region is called
3984 immediately after the call to put-text-property.
3985
39862000-01-09 Alex Schroeder <alex@gnu.org>
3987
3988 * ansi-color.el (ansi-color-faces-vector): Doc change.
3989 (ansi-color-for-comint-mode): Changed :type property to choice.
3990 (ansi-color-last-context): Removed.
3991 (ansi-color-process-output): Don't use ansi-color-last-context, as
3992 the main functions will store their context now.
3993 (ansi-color-context): Doc change.
3994 (ansi-color-filter-apply): Rewrote it based on ansi-color-apply.
3995 Uses ansi-color-context such that repeated calls will strip
3996 partial escape sequences, too.
3997 (ansi-color-apply): Simplified code. Colorize end of string if
3998 face is not null. Store context in new (FACE STRING) format, such
3999 that repeated calls will strip partial escape sequences, too.
4000 Append faces to face property using ansi-color-apply-sequence such
4001 that cumulative mode actually works.
4002 (ansi-color-context-region): New variable.
4003 (ansi-color-filter-region): Rewrote it based on
4004 ansi-color-apply-on-region. Uses ansi-color-context-region such
4005 that repeated calls will strip partial escape sequences, too.
4006 (ansi-color-apply-on-region): Simplified code. Colorize end of
4007 region if face is not null. Store context in new (FACE POS)
4008 format, such that repeated calls will strip partial escape
4009 sequences, too. Append faces to face property using
83c9cb8e 4010 ansi-color-apply-sequence such that cumulative mode actually works.
732b9cdd
GM
4011 (ansi-color-apply-sequence): New function.
4012 (ansi-color-get-face): When the default face is added to the list
4013 of faces, all previous settings are discarded and the list of
4014 faces is set to '(default).
4015
40162000-01-09 Alex Schroeder <alex@gnu.org>
4017
4018 * ansi-color.el (ansi-color-faces-vector): Use nil for the default
4019 face, such that ansi-color-apply and ansi-color-apply-on-region
4020 will do the right thing.
4021 (ansi-color-apply): Do the right thing, ie. if ansi-color-get-face
4022 returns nil, set the list of faces back to nil instead of
83c9cb8e 4023 appending the result of ansi-color-get-face to the front of the list.
732b9cdd
GM
4024
40252000-01-09 Alex Schroeder <alex@gnu.org>
4026
4027 * ansi-color.el (ansi-color-for-comint-mode): Doc change.
4028 (ansi-color-process): Doc change.
4029 (ansi-color-last-context): New buffer-local variable.
4030 (ansi-color-process-output): New function. It is automatically
4031 added to comint-output-filter-functions if this is XEmacs.
4032 (ansi-color-unfontify-region): New optional parameter for XEmacs
4033 compatibility. Check wether font-lock-syntactic-keywords is
4034 boundp before removing the syntax table text property, as XEmacs
4035 doesn't have it.
4036 (ansi-color-filter-region): Doc change.
4037 (ansi-color-apply-on-region): Doc change.
4038 (ansi-color-make-face): New function. Compatibility layer for
4039 XEmacs. Return temporary faces instead of cons cells for XEmacs.
4040 (ansi-color-make-color-map): Use ansi-color-make-face.
4041 (ansi-color-get-face): Avoid face text property '(nil) as results
4042 in an errow for XEmacs.
4043
40442000-01-09 Alex Schroeder <alex@gnu.org>
4045
83c9cb8e
SM
4046 * ansi-color.el (ansi-color-unfontify-region): New function.
4047 Uses text-property ansi-color in order to preserve fontification by
732b9cdd
GM
4048 ansi-color. When the package is loaded, a lambda expression is
4049 put onto font-lock-mode-hook. This lambda expression will check
4050 font-lock-unfontify-region-function and replace
83c9cb8e 4051 font-lock-default-unfontify-region with ansi-color-unfontify-region.
732b9cdd
GM
4052 (ansi-color-apply): Add text-property ansi-color in addition to
4053 text-property face.
4054 (ansi-color-apply-on-region): Add text-property ansi-color in
4055 addition to text-property face.
4056 (save-buffer-state): Copy of the macro that is also used by
4057 lazy-lock and font-lock.
4058
4059 (ansi-color-for-comint-mode): New option.
4060 (ansi-color-for-comint-mode-on): Set ansi-color-for-comint-mode.
4061 (ansi-color-for-comint-mode-off): Ditto.
4062 (ansi-color-for-comint-mode-filter): Ditto.
83c9cb8e
SM
4063 (ansi-color-process): New function. Uses ansi-color-for-comint-mode to
4064 decide what to do. This function is added to
4065 comint-preoutput-filter-functions when the package is loaded.
732b9cdd
GM
4066
4067 (ansi-color-for-shell-mode-set): Removed.
4068 (ansi-color-for-shell-mode): Removed.
4069
40702000-01-09 Alex Schroeder <alex@gnu.org>
4071
4072 * ansi-color.el (ansi-color-for-shell-mode-set): New function with
4073 the lambda expression from the ansi-color-for-shell-mode :set
4074 property. Additionally, modify shell-mode-hook to enable or
4075 disable font-lock-mode for future shell buffers.
4076 (ansi-color-for-shell-mode): The :set property calls
4077 ansi-color-for-shell-mode-set instead of a lambda expression.
4078
40792000-01-09 Alex Schroeder <alex@gnu.org>
4080
4081 * ansi-color.el (ansi-color-for-shell-mode): Doc change.
4082 (ansi-color-context): New variable.
4083 (ansi-color-apply): Save context between calls.
4084
fb55ff10
EZ
40852001-01-09 Eli Zaretskii <eliz@is.elta.co.il>
4086
83c9cb8e
SM
4087 * isearch.el (isearch, isearch-lazy-highlight-face):
4088 New definitions for face colors and attributes.
29910493 4089
fb55ff10
EZ
4090 * wid-edit.el (widget-choose): Call display-popup-menus-p instead
4091 of display-mouse-p.
4092
134d6265
KH
40932001-01-09 Kenichi Handa <handa@etl.go.jp>
4094
4095 * international/mule.el (make-coding-system): If the coding system
4096 accepts extra latin codes, register such codes as safe for the
4097 coding system.
4098
103db06c 40992001-01-08 Richard M. Stallman <rms@gnu.org>
78b8eee8 4100
984c9f75
RS
4101 * emacs-lisp/bytecomp.el (byte-compile-log-1): In non-batch case,
4102 don't mention the file name or the date here, because they are
4103 logged at the start of the file.
4104
41052001-01-08 Richard M. Stallman <rms@gnu.org>
4106
78b8eee8
RS
4107 * mouse-drag.el (mouse-drag-should-do-col-scrolling):
4108 Change screen-width to frame-width.
4109
1460e5d4
EZ
41102001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4111
4112 * info.el (Info-search): Print the default as part of the prompt.
4113
56f24bc1
AS
41142001-01-08 Andre Spiegel <spiegel@gnu.org>
4115
ca2ddd8e 4116 * vc.el (vc-default-latest-on-branch-p): New function, replaces
56f24bc1
AS
4117 constant implementations in backends.
4118
4119 * vc-cvs.el (vc-cvs-latest-on-branch-p): Removed.
4120 (vc-cvs-checkout): Renamed arg WRITABLE to EDITABLE.
4121
4122 * vc-rcs.el (vc-rcs-checkout, vc-rcs-cancel-version): Renamed arg
4123 WRITABLE to EDITABLE.
4124
4125 * vc-sccs.el (vc-sccs-latest-on-branch-p): Removed.
4126 (vc-sccs-checkout, vc-sccs-cancel-version): Renamed arg WRITABLE
4127 to EDITABLE.
4128
b7812d30
EZ
41292001-01-08 Eli Zaretskii <eliz@is.elta.co.il>
4130
4131 * emacs-lisp/copyright.el (copyright-current-year): Now a defvar.
83c9cb8e 4132 (copyright, copyright-update): Compute the current year at run time.
b7812d30 4133
7e56ea04
GM
41342001-01-08 Gerd Moellmann <gerd@gnu.org>
4135
4136 * isearch.el (isearch-old-signal-hook): Removed.
4137 (isearch-mode): Add isearch-done to kbd-macro-termination-hook
4138 instead of setting signal-hook-function.
4139 (isearch-done): Remove isearch-done from kbd-macro-termination-hook.
4140
a758f97d
GM
41412001-01-08 Kevin Gallagher <kevingal@onramp.net>
4142
4143 * emulation/edt.el: Update to version 4.0. Provide support for
4144 EDT scroll margins at top and bottom of the window. Provide an
4145 emulation of the EDT SUBS command (bound to GOLD-Enter, by
4146 default). Enhance edt-quit, bound to GOLD-q by default, to warn
83c9cb8e
SM
4147 user when file-related buffer modifications exist.
4148 Provide support for running EDT Emulation in XEmacs.
4149 Provide customize access to some user updatable variables.
4150 Add Commentary section to file header.
4151 Fixed a few minor bugs and cleaned up some code.
a758f97d
GM
4152
4153 * emulation/edt-mapper.el: Update to version 4.0. Provide support
4154 for detecting a keypress that generates an ASCII key sequence.
4155 (Previously, only a keypress that generates a vector was
4156 recognized.) Embed Window Manager name into name of the generated
4157 EDT Emulation initialization file since the initialization file is
4158 Window Manager specific. Add Commentary section to file header.
ca2ddd8e 4159
30db89f9
EZ
41602001-01-07 Eli Zaretskii <eliz@is.elta.co.il>
4161
4deb3ba9
EZ
4162 * mail/sendmail.el (mail-mode): Doc fix.
4163
30db89f9
EZ
4164 * info.el (Info-goto-emacs-command-node): Doc fix.
4165 (Info-goto-emacs-key-command-node): Doc fix.
4166
c3f2772b
EZ
41672001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4168
8726e79b 4169 * ediff-vers.el (noninteractive): Don't load generic-sc on MS-DOS
c3f2772b
EZ
4170 systems without long file-name support.
4171
0dac6924
AI
41722001-01-06 Andrew Innes <andrewi@gnu.org>
4173
4174 * makefile.w32-in (custom-deps): Set EMACSLOADPATH explicitly.
4175
4e6ef391
EZ
41762001-01-06 Eli Zaretskii <eliz@is.elta.co.il>
4177
380866a2
EZ
4178 * isearch.el (isearch-lazy-highlight-remove-overlays): Doc fix.
4179 (isearch-lazy-highlight-update): Doc fix.
4180
148b5960
EZ
4181 * ffap.el (ffap-bindings): Doc fix.
4182
4e6ef391
EZ
4183 * dired-x.el (dired-virtual-guess-dir): Doc fix.
4184
4cb1bcc2
DL
41852001-01-05 Dave Love <fx@gnu.org>
4186
4187 * emacs-lisp/cl-seq.el (remove, remq): Remove.
4188
3828218c
GM
41892001-01-05 Gerd Moellmann <gerd@gnu.org>
4190
83c9cb8e
SM
4191 * mouse-drag.el (mouse-drag-safe-scroll):
4192 Bind scroll-preserve-screen-position to nil.
f1ade7d3 4193
1f4139d5
GM
4194 * isearch.el (isearch-old-signal-hook): New variable.
4195 (isearch-mode): Set signal-hook-function to isearch-done.
4196 (isearch-done): Restore old signal-hook-function.
4197
3828218c
GM
4198 * info.el (Info-fontify-node): Mark one more char as intangible.
4199
3970013f
KH
42002000-01-05 Kenichi Handa <handa@etl.go.jp>
4201
83c9cb8e
SM
4202 * composite.el (compose-last-chars): New argument COMPONENTS.
4203 If it is non-nil, compose preceding characters by compose-region with
3970013f
KH
4204 COMPONENTS.
4205
4206 * international/quail.el (quail-input-string-to-events): New function.
4207 (quail-input-method): Convert input string to events here.
4208 (quail-start-translation): Return input string, not event list.
4209 (quail-start-conversion): Likewise.
4210
f3b05e99
GM
42112001-01-04 Gerd Moellmann <gerd@gnu.org>
4212
ca2ddd8e 4213 * tooltip.el (tooltip-cancel-delayed-tip)
2f5ded21
GM
4214 (tooltip-start-delayed-tip): Renamed from tooltip-disable-timeout
4215 and tooltip-add-timeout.
4216 (tooltip-show): Set border color from faces's foreground.
4217 (tooltip-show-help-function): If called with the same help string
4218 as last time, do nothing.
4219 (tooltip-help-tips): Don't set tooltip-help-message to nil.
4220
0f2ac578
GM
4221 * startup.el (fancy-splash-screens): Don't bind show-help-function
4222 to nil.
4223
f3b05e99
GM
4224 * tooltip.el (tooltip-frame-parameters): Remove colors.
4225 (tooltip): New face
4226 (tooltip-set-param): New function.
4227 (tooltip-show): Set up color frame parameters from face `tooltip'.
4228 Display the tooltip text in face `tooltip'.
4229
8416e94a
DL
42302001-01-04 Dave Love <fx@gnu.org>
4231
4232 * whitespace.el (whitespace-global-mode): Fix typo.
4233
4234 * hilit19.el, mail/rnewspost.el, mail/rnews.el: Moved to obsolete.
4235
30db89f9
EZ
42362001-01-04 Eli Zaretskii <eliz@is.elta.co.il>
4237
83c9cb8e
SM
4238 * help.el (help-for-help): Fix a typo in a doc string.
4239 From kwzh@gnu.org (Karl Heuer).
30db89f9 4240
b847eb8c
DL
42412001-01-03 Dave Love <fx@gnu.org>
4242
4243 * dired-x.el: Doc fixes. Maintainer change.
83c9cb8e 4244 (dired-guess-shell-gnutar, dired-guess-shell-znew-switches): Fix :type.
b847eb8c
DL
4245 (dired-guess-shell-alist-default): Don't use xloadimage for PNG.
4246 (dired-guess-shell-alist-user): Customize.
4247 (dired-x-help-address): Set to bug-gnu-emacs.
4248 (dired-x-maintainer, dired-x-file, dired-x-version): Deleted.
4249 (dired-default-directory): Renamed from default-directory.
4250
4251 * hl-line.el (hl-line): Doc fix.
4252
43c4b570
KF
42532001-01-03 Karl Fogel <kfogel@red-bean.com>
4254
1bf6b1bf 4255 * mail/mail-hist.el (mail-hist-text-too-long-p): Doc fix.
43c4b570 4256
984c9f75 42572001-01-02 Richard M. Stallman <rms@gnu.org>
5297fb00
RS
4258
4259 * isearch.el (isearch-lazy-highlight-cleanup): Arg now says
4260 to remove all the current alternative-match highlighting.
4261 If nil, remove only what's outside the current window.
4262 (isearch-lazy-highlight-remove-overlays): Take optional
4263 region within which NOT to remove them.
4264 (isearch-lazy-highlight-new-loop): Greatly simplified.
4265 (isearch-lazy-highlight-update): Find all the other occurrences
4266 visible in the window, in just one call.
4267 (isearch-lazy-highlight-start): Now holds start of region to scan.
4268 (isearch-lazy-highlight-end): Now holds end of region to scan.
4269 (isearch-lazy-highlight-wrapped): Variable deleted.
4270 (isearch-lazy-highlight-search): Function deleted.
4271
13d6a61c
AI
42722000-01-02 Andrew Innes <andrewi@gnu.org>
4273
4274 * w32-fns.el (convert-standard-filename): Do length check on name
4275 before aref.
4276
064866e7
DL
42772001-01-02 Dave Love <fx@gnu.org>
4278
b33e041b
DL
4279 * progmodes/cperl-mode.el (cperl-invalid-face): Don't double-quote
4280 value.
4281 (cperl-init-faces): Allow cperl-invalid-face to be a normal face.
4282
4283 * ls-lisp.el (ls-lisp) <defgroup>: Add :version.
4284
8166ffd5
DL
4285 * net/browse-url.el (browse-url-filename-alist): Avoid backquote
4286 read syntax.
4287
064866e7
DL
4288 * calendar/todo-mode.el (todo): Add :link, :version.
4289 (todo-save-top-priorities): Remove autoload cookie.
4290 (todo-add-category, todo-add-item-non-interactively)
83c9cb8e 4291 (todo-insert-item, todo-mode, todo-cp, todo-show): Fix autoload cookie.
064866e7 4292
6dde6abc
GM
42932001-01-02 Gerd Moellmann <gerd@gnu.org>
4294
4295 * comint.el (comint-input-history-ignore): New variable.
4296 (comint-read-input-ring): Ignore entries matching
4297 comint-input-history-ignore.
4298
1a8a9daf
GM
42992001-01-02 Eric M. Ludlam <zappo@gnu.org>
4300
4301 * emacs-lisp/lisp-mnt.el (lm-copyright-prefix): New Variable.
4302 (lm-copyright-mark): New function.
4303 (lm-crack-copyright): New function.
4304 (lm-verify): Check that the file has a copyright.
4305 Check that the file is copyright Free Software Foundation.
4306
9c92eb53
KH
43072000-12-30 Kenichi Handa <handa@etl.go.jp>
4308
4309 * international/mule-diag.el (print-fontset): Indent font name by
4310 24 columns, not 25.
4311
49172314
GM
43122000-12-29 Gerd Moellmann <gerd@gnu.org>
4313
762a68ec
GM
4314 * textmodes/flyspell.el (mail-mode-flyspell-verify): Spell-check
4315 in Subject line.
4316
49172314 4317 * mail/mailabbrev.el (mail-abbrevs-enable, mail-abbrevs-disable):
83c9cb8e
SM
4318 Use mail-mode-hook instead of mail-setup-hook.
4319 Otherwise continuing an interrupted message with C-u C-x m for
4320 instance, winds up in Mail mode without abbrevs.
49172314 4321
bd7a2e26
GM
43222000-12-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4323
4324 * ps-print.el: Handle form feed better when ps-zebra-stripe-follow is
83c9cb8e
SM
4325 non-nil. Adding almost all customization variables on ps-setup.
4326 Doc fix.
bd7a2e26
GM
4327 (ps-print-version): New version number (6.3.3).
4328 (ps-end-with-control-d): Initialization fix.
4329 (ps-lines-printed): New var.
4330 (ps-skip-newline): New fun.
4331 (ps-setup, ps-prologue-file, ps-begin-job, ps-begin-page)
4332 (ps-next-line, ps-continue-line, ps-plot-region)
4333 (ps-generate-postscript-with-faces, ps-end-job): Code fix.
ca2ddd8e 4334
2b3f28a4
KH
43352000-12-29 Kenichi Handa <handa@etl.go.jp>
4336
83c9cb8e
SM
4337 * international/fontset.el (x-complement-fontset-spec):
4338 Resolve ASCII font name so that the same family name is used for fonts
2b3f28a4
KH
4339 registered in x-font-name-charset-alist.
4340 (create-fontset-from-fontset-spec): Adjusted for the above change.
4341 The name of fontset alias should be a unresolved ASCII font name.
4342
2ece9174
GM
43432000-12-28 Gerd Moellmann <gerd@gnu.org>
4344
4345 * simple.el (delete-key-deletes-forward-mode): Bind backspace
4346 and delete in isearch-mode-map.
4347
cbe3ad7a
RS
43482000-12-28 Richard M. Stallman <rms@gnu.org>
4349
ca2ddd8e 4350 * dired-x.el (dired-guess-shell-alist-default):
cbe3ad7a
RS
4351 Use xpdf instead of acroread.
4352
a816f1c5
KH
43532000-12-28 Kenichi Handa <handa@etl.go.jp>
4354
f086e73c
KH
4355 * textmodes/artist.el (artist-butlast): Deleted.
4356 (artist-ellipse-mirror-quadrant): Use butlast instead of
defac922 4357 artist-butlast.
f086e73c 4358
a816f1c5
KH
4359 * subr.el (butlast, nbutlast): Moved from cl.el to here.
4360
4361 * emacs-lisp/cl.el (butlast, nbutlast): Moved to subr.el.
4362
b202115b
EZ
43632000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4364
4365 From Francis J. Wright <F.J.Wright@maths.qmw.ac.uk>:
4366
4367 * ls-lisp.el: Better support for the Mac and MS-Windows.
4368 (ls-lisp): New defgroup.
4369 (ls-lisp-emulation, ls-lisp-ignore-case, ls-lisp-dirs-first)
ca2ddd8e 4370 (ls-lisp-verbosity, ls-lisp-use-insert-directory-program)
b202115b
EZ
4371 (ls-lisp-support-shell-wildcards): New defcustoms.
4372 (ls-lisp-parse-symlink): New function.
4373 (insert-directory): Code to convert switches to a list and set up
4374 the wildcard argument copied from ls-lisp-insert-directory.
4375 (ls-lisp-insert-directory): New argument TIME-INDEX. Add support
4376 for -C and -R switches.
4377 (ls-lisp-column-format): New function.
ca2ddd8e 4378 (ls-lisp-delete-matching, ls-lisp-handle-switches)
b202115b
EZ
4379 (ls-lisp-format-time): Add doc strings.
4380 (ls-lisp-handle-switches): Handle -U, -S, -X, and -F switches.
4381 Support ls-lisp-dirs-first.
4382 (ls-lisp-classify, ls-lisp-extension): New functions.
4383 (ls-lisp-format): Optionally support emulation of symlinks.
4384 Support -i, -s, and -G switches.
4385
6061fbf0
GM
43862000-12-27 Gerd Moellmann <gerd@gnu.org>
4387
5e25feee
GM
4388 * textmodes/texinfo.el (texinfo-mode): Set fill-column to 70.
4389
6061fbf0
GM
4390 * version.el (emacs-version): Print X scroll bar information.
4391
4392 * scroll-bar.el (toplevel): Check for x-toolkit-scroll-bars
4393 instead of x-toolkit-scroll-bars-p.
4394
4395 * loadup.el (toplevel): Check for x-toolkit-scroll-bars instead
4396 of x-toolkit-scroll-bars-p.
4397
25050dab
EZ
43982000-12-27 Eli Zaretskii <eliz@is.elta.co.il>
4399
83c9cb8e 4400 * ffap.el (ffap-bindings): Make interactive and add an autoload cookie.
25050dab
EZ
4401 (ffap-bindings): Doc fix, to reflect the above change.
4402
c1786874
KH
44032000-12-27 Kenichi Handa <handa@etl.go.jp>
4404
4405 * term.el (term-char-mode): Define all non-ascii self-inserting
4406 characters to 'term-send-raw in term-raw-map.
4407
7261ece3 44082000-12-25 Michael Kifer <kifer@cs.sunysb.edu>
ca2ddd8e 4409
83c9cb8e 4410 * viper-init (viper-restore-cursor-type): Added condition-case guard.
ca2ddd8e 4411
83c9cb8e
SM
4412 * ediff-init.el (ediff-quit-hook,ediff-suspend-hook):
4413 Changed initialization; use add-hook.
6061fbf0 4414 (ediff-file-remote-p): Use file-local-copy.
ca2ddd8e 4415
6061fbf0 4416 * ediff-ptch.el (ediff-prompt-for-patch-buffer): Improved defaults.
ca2ddd8e 4417
6061fbf0
GM
4418 * ediff.el (ediff-patch-buffer): Bug fix.
4419 (ediff-revision): Allow selection of the file at the prompt.
ca2ddd8e 4420
83f40583
SM
44212000-12-23 Stefan Monnier <monnier@cs.yale.edu>
4422
4423 * subr.el (combine-run-hooks): Remove.
4424
4425 * emacs-lisp/edebug.el (define-minor-mode): Improve the spec
4426 and remove the rogue second spec.
4427
bdd6d4e8
GM
44282000-12-23 Gerd Moellmann <gerd@gnu.org>
4429
4430 * progmodes/compile.el (compilation-forget-errors): Fix indentation.
4431
26736ce3
SM
44322000-12-22 Stefan Monnier <monnier@cs.yale.edu>
4433
0e86b6b0
SM
4434 * smerge-mode.el (smerge-basic-map): Use `=' rather than `d'.
4435 Use minibuffer menu prompt for the `=' prefix.
4436 (smerge-command-prefix): Change default to C-^.
6eabfb26 4437 (smerge-mode): Don't assume font-lock doesn't move point.
0e86b6b0 4438
26736ce3
SM
4439 * skeleton.el (skeleton-internal-1): Make sure the first line of
4440 the region is also re-indented.
d21584d6
SM
4441 (skeleton-end-newline): New var.
4442 (skeleton-end-hook): Use it.
26736ce3 4443
95fa4fd7
MB
44442000-12-22 Markus Rost <markus.rost@mathematik.uni-regensburg.de>
4445
4446 * comint.el (comint-password-prompt-regexp): Support CVS.
4447
f060b834
GM
44482000-12-22 Gerd Moellmann <gerd@gnu.org>
4449
83c9cb8e
SM
4450 * simple.el (delete-key-deletes-forward-mode): Simplify.
4451 Also backspace key combinations, depending on
856ff7a7
GM
4452 delete-key-deletes-forward.
4453
4454 * bindings.el ([C-backspace]): Bind C-backspace to kill-word.
4455
f060b834
GM
4456 * simple.el (delete-key-deletes-forward): Doc fix.
4457
653558a1
GM
44582000-08-22 Emmanuel Briot <briot@gnat.com>
4459
4460 * xml.el (top level comment): Updated to reflect the fact that
26736ce3 4461 white spaces are relevant in the XML file.
653558a1
GM
4462 (xml-parse-file): Do not kill an existing Emacs buffer if the file
4463 to parse was already edited. This allows for on-the-fly analysis
26736ce3 4464 of XML files.
653558a1
GM
4465 (xml-parse-tag): Check that the casing is the same in the start
4466 tag and end tag, since XML is case-sensitive. Allows for spaces
4467 in the end tag, after the name of the tag.
4468 (xml-parse-attlist): Allow for the character '-' in the name of
4469 attributes, as in the standard http-equiv attribute Do not save
26736ce3 4470 the properties in the XML tree, since they are not relevant.
653558a1 4471
3ad93d8d
SM
44722000-12-21 Stefan Monnier <monnier@cs.yale.edu>
4473
4474 * generic.el (generic-read-type): Undo last change, inline into
4475 `generic-mode' and then remove.
4476 (generic-mode): Inline generic-read-type.
4477 (define-generic-mode): Push the symbol name rather than the symbol
4478 onto generic-mode-list.
4479
177f4e88
GM
44802000-12-21 Gerd Moellmann <gerd@gnu.org>
4481
8e15274f
GM
4482 * generic.el (generic-read-type): Build an alist for
4483 completing-read as in 20.7.
4484
4485 * play/landmark.el (lm): Use interactive spec `P'.
4486 (toplevel): Don't set debug-on-error.
4487
83c9cb8e 4488 * server.el (server-switch-buffer): Choose a window on a visible frame.
177f4e88 4489
6ba384dc
GM
44902000-12-21 Dave Pearson <davep@davep.org>
4491
4492 * quickurl.el: Commentry change, I've moved my web site.
ca2ddd8e 4493
647a066c
GM
44942000-12-21 Vinicius Jose Latorre <vinicius@cpqd.com.br>
4495
4496 * ebnf2ps.el: Fix a problem with skip-chars-forward: it doesn't accept
4497 ranges like \177-\237, but accepts the character sequence from \177 to
4498 \237. Doc fix.
4499 (ebnf-version): New version (3.4).
4500 (ebnf-setup): Code fix.
4501 (ebnf-range-regexp): New fun.
4502 (ebnf-8-bit-chars): Const fix.
4503
4504 * ebnf-bnf.el: Fix the same problem as described on ebnf2ps.el log
4505 entry. Doc fix.
4506 (ebnf-bnf-lex): Code fix.
4507 (ebnf-bnf-comment-chars): Const fix.
4508
4509 * ebnf-iso.el: Fix the same problem as described on ebnf2ps.el log
4510 entry. Doc fix.
4511 (ebnf-iso-comment-chars): Const fix.
4512
4513 * ebnf-otz.el: Doc fix.
4514
4515 * ebnf-yac.el: Fix the same problem as described on ebnf2ps.el log
4516 entry. Doc fix.
4517 (ebnf-yac-skip-code): Code fix.
4518 (ebnf-yac-comment-chars): Const fix.
ca2ddd8e 4519
bc22fd18
EZ
45202000-12-21 Eli Zaretskii <eliz@is.elta.co.il>
4521
4522 * files.el (insert-directory-safely): New function.
83c9cb8e
SM
4523 (recover-file): Use it instead of insert-directory.
4524 From Markus Rost <markus.rost@mathematik.uni-regensburg.de>
bc22fd18 4525
587fc3f9
KH
45262000-12-21 Kenichi Handa <handa@etl.go.jp>
4527
83c9cb8e
SM
4528 * international/mule-cmds.el (select-safe-coding-system):
4529 Check coding-category-list more rigidly. Improve help message.
eeefcfde 4530
587fc3f9
KH
4531 * dired.el (dired-move-to-filename-regexp): Fix previous change.
4532
01860fb9
MB
45332000-12-21 Miles Bader <miles@gnu.org>
4534
83c9cb8e 4535 * mail/sendmail.el (mail-mode): Set `comment-start' to the yank prefix.
01860fb9 4536
3f9d67a6
KH
45372000-12-21 Kenichi Handa <handa@etl.go.jp>
4538
9fd1c1f7
KH
4539 * international/mule-diag.el (describe-char-after): Make *Help*
4540 buffer inherit multibyteness of the current buffer.
4541
3f9d67a6
KH
4542 * international/mule.el (make-char): Docstring adjusted for the
4543 change of make-char-internal.
4544
c9669fac
SM
45452000-12-20 Stefan Monnier <monnier@cs.yale.edu>
4546
4547 * international/iso-cvt.el: Docstrings fix.
4548
19594307
DL
45492000-12-20 Dave Love <fx@gnu.org>
4550
4551 * subr.el (eval-after-load): Doc fix.
4552
b1a447b3
KH
45532000-12-20 Kenichi Handa <handa@etl.go.jp>
4554
4555 * jka-compr.el (jka-compr-partial-uncompress): Don't use `concat'
4556 for numbers.
4557
09877d5d
MB
45582000-12-20 Miles Bader <miles@gnu.org>
4559
4560 * international/quail.el (quail-help): Resize the help window
4561 again after it has all its contents. Remove unneeded progn.
4562
71d4497a
GM
45632000-12-19 Gerd Moellmann <gerd@gnu.org>
4564
4565 * pcmpl-linux.el: Fix copy/paste error.
4566
741e56a0
AI
45672000-12-19 Andrew Innes <andrewi@gnu.org>
4568
83c9cb8e 4569 * simple.el (delete-key-deletes-forward-mode): Fix typo in docstring.
741e56a0 4570
cc24d91c
CD
45712000-12-19 Carsten Dominik <dominik@strw.leidenuniv.nl>
4572
ba4c05aa
CD
4573 * progmodes/idlw-rinfo.el: Fixed copyright notice.
4574
4575 * progmodes/idlw-toolbar.el: Fixed copyright notice.
4576
4577 * progmodes/idlw-shell.el: Fixed copyright notice.
4578
4579 * progmodes/idlwave.el: Fixed copyright notice.
4580
71d4497a 4581 * textmodes/reftex-dcr.el (reftex-view-crossref): Added SPACE and
cc24d91c
CD
4582 TAB as key separators.
4583
524c8caf
GM
45842000-12-19 Alex Schroeder <alex@gnu.org>
4585
4586 * sql.el (sql-sybase-options): New option.
4587 (sql-sybase): Use it. Add sql-database to the list of parameters
4588 provided for login. The options -w 2048 -n are not used any more.
4589 (sql-postgres-options): Changed default from "--pset" to "-P".
4590 (sql-mysql-options): Doc change.
4591 (sql-stop): Doc change.
4592
b5fa513d
KH
45932000-12-19 Kenichi Handa <handa@etl.go.jp>
4594
4595 * international/quail.el (quail-input-method): Always hide
4596 the guidance buffer on exiting.
4597
91c9e6ce
GM
45982000-12-18 Gerd Moellmann <gerd@gnu.org>
4599
c6da4eb4
GM
4600 * tooltip.el (tooltip-mode): Signal an error if x-show-tip
4601 isn't fboundp.
4602
3d2a0e0b
GM
4603 * server.el (server-buffer-done): Bury the buffer before
4604 killing it.
4605
91c9e6ce
GM
4606 * faces.el (face-spec-set): Interpret a nil in specs for
4607 foreground and background colors as `unspecified', for
4608 compatibility with 20.x.
4609
40fa0008
DL
46102000-12-18 Dave Love <fx@gnu.org>
4611
22adbe54
DL
4612 * simple.el (mail-user-agent): Doc fix.
4613 (input-mode-8-bit): Removed.
4614
4615 * international/mule.el (set-keyboard-coding-system): Doc fix.
4616 (keyboard-coding-system): New option.
4617
40fa0008
DL
4618 * mail/sendmail.el (send-mail-function): Customize.
4619
6f4745e2
EZ
46202000-12-18 Eli Zaretskii <eliz@is.elta.co.il>
4621
4622 * international/codepage.el (cp866-decode-table): New table.
4623
82b90229
GM
46242000-12-18 Gerd Moellmann <gerd@gnu.org>
4625
4626 * version.el (emacs-version): Remove `%a' from the time format
4627 because the weekday doesn't fit well into each locale.
4628
5a047002
MB
46292000-12-18 Miles Bader <miles@gnu.org>
4630
7f49aa07
MB
4631 * image-file.el (image-file-name-extensions): Add "pgm" and "ppm".
4632
ca2ddd8e 4633 * textmodes/artist.el (artist-replace-chars, artist-replace-char):
5a047002
MB
4634 Check that emacs-major-version is `=' to 20, not `>='.
4635 (artist-replace-chars): Use `make-string' instead of a loop.
4636
22ea2607
EZ
46372000-12-17 Stefan Monnier <monnier@cs.yale.edu>
4638
4639 * pcvs.el (cvs-diff-backup-extractor): Return full-path for file.
4640 (cvs-execute-single-file): Don't change directory.
4641 Patch from Per Cederqvist.
4642
6c825f8e
EZ
46432000-12-16 Eli Zaretskii <eliz@is.elta.co.il>
4644
83c9cb8e
SM
4645 * textmodes/ispell.el (check-ispell-version):
4646 If `ispell-program-name' is "aspell", pass it the -v switch instead
6c825f8e
EZ
4647 of -vv.
4648
8ff06845
KH
46492000-12-16 Kenichi Handa <handa@etl.go.jp>
4650
af4bb4c8
KH
4651 * international/mule-diag.el (mule-diag): Insert information about
4652 configure options, multibyte awareness, language env.
4653
8ff06845
KH
4654 * international/ja-dic-cnv.el (skkdic-get-candidate-list): Fix the
4655 regexp to search for candidates.
4656
b24e84ab
EZ
46572000-12-15 Eli Zaretskii <eliz@is.elta.co.il>
4658
4659 * info.el (Info-forward-node): If the node has an
4660 Info-header-line, widen the buffer before searching for "next:"
4661 and "up:" pointers, and set the search limit to stay in the
4662 current node.
4663
7981d89f
MB
46642000-12-16 Miles Bader <miles@gnu.org>
4665
4666 * simple.el (delete-trailing-whitespace): Remove extraneous let.
4667
88ee7917
MB
46682000-12-15 Miles Bader <miles@gnu.org>
4669
4670 * comint.el (comint-send-string, comint-send-region): Also accept
4671 a buffer, buffer-name, or nil for PROCESS, for compatibility with
4672 process-send-string/region.
4673
0c28d842
GM
46742000-12-15 Gerd Moellmann <gerd@gnu.org>
4675
4ea7fdca
GM
4676 * isearch.el (isearch-lazy-highlight-max): New user-option.
4677 (isearch-lazy-highlight-update): Don't highlight more than
4678 isearch-lazy-highlight-max matches.
4679
0c28d842
GM
4680 * mail/mh-utils.el (mh-find-path): Set read-mail-command.
4681
984c9f75 46822000-12-15 Richard M. Stallman <rms@gnu.org>
3ffa545b 4683
8062e53a
GM
4684 * sort.el (sort-columns): Fix error message.
4685
3ffa545b
GM
4686 * dabbrev.el (dabbrev--last-case-pattern): Value is now
4687 `upcase' or `downcase' or nil.
4688 (dabbrev-expand): Don't do anything with dabbrev--last-case-pattern.
4689 Pass new record-case-pattern arg to dabbrev--substitute-expansion.
4690 (dabbrev--substitute-expansion): New arg record-case-pattern.
4691 If it is non-nil, set dabbrev--last-case-pattern.
4692 If ABBREV is " ", use dabbrev--last-case-pattern to change EXPANSION.
4693
4694 * dabbrev.el (dabbrev--find-expansion): Remove extra nreverse.
4695
c2d7f289
MB
46962000-12-15 Miles Bader <miles@gnu.org>
4697
b6348438
MB
4698 * paths.el (Info-default-directory-list): Don't delete
4699 configure-info-directory from the list of standard info
83c9cb8e 4700 directories when appending it to the end -- their order is important.
b6348438 4701
f9056dd9
MB
4702 * faces.el (read-face-attribute): If there's no entry for the
4703 user's input in VALID, just use it as-is (this will often result
4704 in an error, but it may be OK for e.g. colors using hexadecimal
4705 notation, and at least will yield a better error message).
4706
c2d7f289 4707 * window.el (mode-line-window-height-fudge): Function removed.
ca2ddd8e 4708 (height-affecting-face-attributes, mode-line-window-height-fudge):
c2d7f289
MB
4709 Variables removed.
4710 * textmodes/ispell.el (ispell-overlay-window): Ensure that the new
4711 window is really the right size. Use vertical-motion
4712 rather than forward-line.
4713 (ispell-help): Don't use ispell-mode-line-window-height-fudge.
4714 (ispell-command-loop, ispell-show-choices): Use the variable
4715 ispell-choices-win-default-height, rather than the function.
4716 (ispell-choices-win-default-height): Function removed.
4717 (ispell-mode-line-window-height-fudge): Function removed.
ca2ddd8e 4718
8f530b95
SM
47192000-12-14 Stefan Monnier <monnier@cs.yale.edu>
4720
4721 * add-log.el (add-change-log-entry): Only expand-file-name if non-nil.
4722
6d435deb
EZ
47232000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4724
83c9cb8e
SM
4725 * paths.el (Info-default-directory-list):
4726 If configure-info-directory is not one of the standard directories,
4dddb0b7
EZ
4727 put it first in the list; otherwise put it last. Doc string
4728 changed accordingly.
4729
4730 * info.el (Info-directory-list): Change doc string to reflect the
4731 change in Info-default-directory-list.
4732
6d435deb
EZ
4733 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4734 windows-nt as windowed environments, even under -nw.
4735
4736 * startup.el (command-line): Don't call x-backspace-delete-keys-p
4737 if not fboundp. Switch delete-forward mode for the <delete> key
4738 on all PC platforms, even under -nw.
4739
4740 * term/internal.el ([M-delete]): Remap to M-d.
4741
9d7d9263
GM
47422000-12-14 Gerd Moellmann <gerd@gnu.org>
4743
4744 * emacs-lisp/lisp-mnt.el: Change maintainer to FSF.
4745
7cf0153a
EZ
47462000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
4747
4748 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
4749
5e5b3d41
GM
47502000-12-14 Gerd Moellmann <gerd@gnu.org>
4751
5f368d29
GM
4752 * startup.el (command-line): Call delete-key-deletes-forward-mode,
4753 if appropriate.
4754
4755 * simple.el (delete-key-deletes-forward): New user-option.
4756 (delete-key-deletes-forward-mode): New function.
4757
9d7d9263 4758 * bindings.el: Bind `delete' to backward-delete-char.
5f368d29 4759
83c9cb8e
SM
4760 * emacs-lisp/easymenu.el (easy-menu-current-active-maps):
4761 Test if symbol is bound before getting its value.
5e5b3d41
GM
4762
4763 * tooltip.el (tooltip-show): If an error is signaled in
4764 x-show-tip, display that error, and display the help in the
4765 echo area.
ca2ddd8e 4766
191b83b6
KH
47672000-12-14 Kenichi Handa <handa@etl.go.jp>
4768
83c9cb8e
SM
4769 * international/ja-dic-cnv.el (skkdic-set-okuri-nasi):
4770 Show "... entries" messages for every 10000 entries, not 10.
191b83b6 4771
6192b604
KF
47722000-12-13 Karl Fogel <kfogel@red-bean.com>
4773
4774 * bookmark.el: Provide a generic exit hook, as suggested by
4775 Ovidiu Predescu <ovidiu@cup.hp.com>:
a924cf63
EZ
4776 (bookmark-exit-hook): New var.
4777 (bookmark-exit-hook-internal): New func, replaces
6192b604
KF
4778 old raw lambda form in `kill-emacs-hook', and runs new
4779 `bookmark-exit-hooks'. No longer tests for the bookmark feature,
4780 as logically that feature must have been provided if this function
4781 is running.
4782 Removed ;;;###autoload before the `add-hook' call.
4783
5edf6b55
SM
47842000-12-13 Stefan Monnier <monnier@cs.yale.edu>
4785
4786 * emacs-lisp/easymenu.el (easy-menu-define): Setup indentation.
4787 (easy-menu-current-active-maps): New function.
4788 (easy-menu-get-map): Use it.
4789 Make a proper menu entry when creating a new keymap.
4790
16b5e8e6
KH
47912000-12-13 Kenichi Handa <handa@etl.go.jp>
4792
d49fc4eb
KH
4793 * international/characters.el: Fix cases and syntaxes for
4794 mule-unicode-0100-24ff.
4795
3b53d876
KH
4796 * dired.el (dired-move-to-filename-regexp): Fixed for the case
4797 that a Japanese character is not appended after day and year.
4798
16b5e8e6
KH
4799 * info.el (Info-suffix-list): Change format for a command that
4800 requires arguments.
4801 (info-insert-file-contents): Adjusted for the above change.
4802
1df1c518
AS
48032000-12-12 Andreas Schwab <schwab@suse.de>
4804
4805 * tar-mode.el (tar-extract): Base the name of the subfile buffer
4806 on the name of the tar buffer. Verify that the existing buffer is
4807 visiting the same subfile.
4808
a7a07b98
DL
48092000-12-12 Dave Love <fx@gnu.org>
4810
4811 * subdirs.el: Add obsolete.
4812
4fdbd809
GM
48132000-12-12 Gerd Moellmann <gerd@gnu.org>
4814
bfdb75ee
GM
4815 * mail/rmailsum.el (rmail-summary-expunge)
4816 (rmail-summary-expunge-and-save): Use rmail-expunge-confirmed
4817 instead of rmail-confirm-expunge.
4818
4fdbd809
GM
4819 * replace.el (perform-replace): Don't use an empty match adjacent
4820 to a non-empty match when computing the next match before the
4821 replacement is performed.
4822
e9a59cad
GM
48232000-12-12 Milan Zamazal <pdm@freesoft.cz>
4824
4825 * progmodes/glasses.el: Use `define-minor-mode' for the minor mode
4826 definition (patch by Stefan Monnier).
4827 (glasses-mode): Use jit-lock instead of `after-change-functions'
4828 (patch by Stefan Monnier).
4829
c2def7a0
MB
48302000-12-12 Miles Bader <miles@gnu.org>
4831
4832 * info.el (Info-last-preorder): Don't barf on nodes without a prev.
4833 (Info-scroll-down): Respect `Info-scroll-prefer-subnodes'.
4834
591b63b4
AC
48352000-12-12 Andrew Choi <akochoi@i-cable.com>
4836
4837 * term/mac-win.el: Remove load for ls-lisp.
4838
a924cf63 4839 * loadup.el: Load ls-lisp for system-type `macos'.
591b63b4 4840
5ff4ba3d
MB
48412000-12-12 Miles Bader <miles@gnu.org>
4842
4843 * simple.el (delete-horizontal-space): Add BACKWARD-ONLY parameter.
4844 Respect field end too.
4845 (just-one-space): Respect fields as `delete-horizontal-space'.
83c9cb8e
SM
4846 (newline-and-indent, reindent-then-newline-and-indent):
4847 Use `delete-horizontal-space'.
5ff4ba3d 4848
d0c679bc
SM
48492000-12-11 Stefan Monnier <monnier@cs.yale.edu>
4850
adf9c994
SM
4851 * newcomment.el (comment-indent-new-line): Use delete-horizontal-space
4852 (so as to obey the field property in the minibuffer).
4853
4b0cd42d
SM
4854 * obsolete/c-mode.el: Moved from lisp/progmodes.
4855 * obsolete/auto-show.el: Moved from lisp.
4856 * obsolete/ooutline.el: Moved from lisp/textmodes.
ca2ddd8e 4857
89f85863
CD
48582000-12-11 Carsten Dominik <dominik@strw.leidenuniv.nl>
4859
4860 * progmodes/idlwave.el: Updated to IDLWAVE version 4.7. Too many
dd4e0e55 4861 changes to list them here.
89f85863 4862
83c9cb8e
SM
4863 * progmodes/idlw-shell.el: Updated to IDLWAVE version 4.7.
4864 Too many changes to list them here.
89f85863 4865
83c9cb8e
SM
4866 * progmodes/idlw-rinfo.el: Updated to IDLWAVE version 4.7.
4867 Too many changes to list them here.
89f85863
CD
4868
4869 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version 4.7.
4870
3e0d35ce
GM
48712000-12-11 Gerd Moellmann <gerd@gnu.org>
4872
83c9cb8e 4873 * simple.el (kill-new): Don't try to setcar kill-ring if it is nil.
d990421f 4874
ca2ddd8e 4875 * cus-edit.el (custom-save-variables, custom-save-faces):
fda514f7
GM
4876 Comment fix.
4877
3e0d35ce
GM
4878 * hscroll.el: Moved to `obsolete' subdir.
4879
ff904dd6
MB
48802000-12-11 Miles Bader <miles@gnu.org>
4881
4882 * window.el (window-text-height): Function removed (now in C).
4883
fb97d87f
SM
48842000-12-10 Stefan Monnier <monnier@cs.yale.edu>
4885
4886 * log-edit.el (log-edit-parent-buffer): New var.
4887 (log-edit): Set it. Add BUFFER argument.
4888 (log-edit-done): Use char-before.
4889 Don't bother checking validity of vc-comment-ring.
4890 Only bury the buffer if log-edit popped it up.
4891
4892 * pcvs.el: Update references to CVS-Edit (now Log-Edit).
4893 (cvs-mode-diff-help): Remove.
4894 (cvs-mode-commit): Use the new `log-edit' BUFFER argument.
802cf66c 4895 (cvs-mode-marked): Set up the default for CMD manually.
fb97d87f
SM
4896
4897 * pcvs-defs.el (cvs-mode-diff-map): Use minibuffer menu prompt.
4898 Remove binding for ? now made unnecessary.
4899
7de77417
CD
49002000-12-10 Carsten Dominik <dominik@strw.leidenuniv.nl>
4901
83c9cb8e 4902 * textmodes/reftex.el (reftex-scanning-info-available-p): New function.
7de77417
CD
4903 (reftex-TeX-master-file): Check for `tex-main-file' early enough.
4904
4905 * textmodes/reftex-global.el (reftex-create-tags-file): Fixed bug
4906 when master file is not open.
4907
4efa209f
SM
49082000-12-09 Stefan Monnier <monnier@cs.yale.edu>
4909
4910 * progmodes/ada-stmt.el: Update `maintainer'.
4911
0a8052bd
GM
49122000-12-09 Stephen Gildea <gildea@alum.mit.edu>
4913
4914 * time-stamp.el (time-stamp-old-format-warn): Reorder custom
4915 choices to match documentation string.
4916
a12167c5
MB
49172000-12-09 Miles Bader <miles@gnu.org>
4918
2161605d
MB
4919 * minibuf-eldef.el: New file.
4920
a12167c5
MB
4921 * window.el (fit-window-to-buffer): Don't pass last argument to
4922 pos-visible-in-window-p, now that its meaning is inverted.
4923
9ea8de1b
EZ
49242000-12-08 Eli Zaretskii <eliz@is.elta.co.il>
4925
4926 * image.el (create-image): Doc fix; spotted by Per Cederqvist
4927 <ceder@lysator.liu.se>.
4928
5002ddbb
SM
49292000-12-08 Stefan Monnier <monnier@cs.yale.edu>
4930
b6114d80
SM
4931 * autoinsert.el (auto-insert-alist): Add missing final \n.
4932
ee8d23ee
SM
4933 * pcvs-defs.el (cvs-menu): Move. Make submenu for diff commands.
4934 (cvs-menu-map): Remove.
4935 * pcvs.el (cvs-menu): Use `cvs-menu' rather than `cvs-menu-map'.
4936 (cvs-mode-quit): Turn it back into a plain function.
4937
5002ddbb 4938 * textmodes/texnfo-upd.el (texinfo-chapter-level-regexp)
ee8d23ee 4939 (texinfo-filter): Remove (move to texinfo.el).
5002ddbb
SM
4940
4941 * textmodes/texinfo.el: Move the (require 'cl) to the front of the
4942 file where it's more visible.
4943 (texinfo-filter, texinfo-chapter-level-regexp): New variables
4944 moved from texnfo-upd.el (for AUCTeX's compatibility, originally).
4945 (texinfo-mode): Use texinfo-chapter-level-regexp for page-delimiter.
4946 (texinfo-inside-macro-p): Only catch `scan-error's.
4947 (texinfo-inside-env-p): Make better use of the match info.
4948 (texinfo-insert-quote): Collapse calls to `texinfo-inside-macro-p'.
4949 (texinfo-insert-@end): Slight re-organization.
4950 Also remove useless `looking-at' call.
4951
30cd075d
AI
49522000-12-08 Andrew Innes <andrewi@gnu.org>
4953
4954 * w32-fns.el: Add clipboard support from term/w32-win.el, so it is
4955 accessible in -nw mode.
4956
4957 * term/w32-win.el: Remove stuff about selection timeout, which is
4958 irrelevant on Windows. Move clipboard support to w32-fns.el, so
4959 it is accessible in -nw mode.
4960
01b91009
DL
49612000-12-08 Dave Love <fx@gnu.org>
4962
83c9cb8e
SM
4963 * emacs-lisp/lisp-mode.el (lisp-mode):
4964 Set font-lock-keywords-case-fold-search.
01b91009 4965
842b2a94
GM
49662000-12-08 Gerd Moellmann <gerd@gnu.org>
4967
4968 * textmodes/ispell.el (ispell): Doc fix.
4969
f9d5f611
KH
49702000-12-08 Kenichi Handa <handa@etl.go.jp>
4971
4972 * international/quail.el (quail-insert-decode-map): Check the
4973 frame width of a window displaying the current buffer, not that of
4974 the selected frame.
4975 (quail-help): Make sure that the help buffer has window before
4976 inserting text in it.
4977
e04d21aa
SS
49782000-12-07 Sam Steingold <sds@gnu.org>
4979
4980 * loadup.el: Load emacs-lisp/backquote instead of autoloading.
4981 Backquote is used in isearch.el, so autoloading saves nothing.
4982
fc3e23a4
EZ
49832000-12-07 Eli Zaretskii <eliz@is.elta.co.il>
4984
83c9cb8e
SM
4985 * startup.el (normal-top-level-add-subdirs-to-load-path):
4986 Ignore the CVS and RCS subdirectories case-insensitively.
137cad7c 4987
fc3e23a4
EZ
4988 * dired.el (dired-insert-directory): If file-system-info is
4989 fboundp, call it instead of invoking dired-free-space-program.
4990
796ecd10
GM
49912000-12-07 Gerd Moellmann <gerd@gnu.org>
4992
0f5f7c3e
GM
4993 * server.el (server-visit-files): Push files on file-name-history.
4994
3764ba49
GM
4995 * progmodes/cc-langs.el: Update copyright.
4996
8e7931da
GM
4997 * progmodes/idlw-shell.el, progmodes/idlwave.el: Update copyright.
4998
ae0d7485 4999 * bindings.el (mode-line-mode-menu): Add glasses-mode.
e04d21aa 5000
796ecd10
GM
5001 * bindings.el (mode-line-mode-menu): Reverse the order
5002 of define-keys so that the menu appears in alphabetical order.
5003
ae0d7485
GM
50042000-12-07 Milan Zamazal <pdm@freesoft.cz>
5005
5006 * progmodes/glasses.el (glasses-mode): Update mode line at the end
5007 of the function.
5008
e2849090
DL
50092000-12-07 Dave Love <fx@gnu.org>
5010
5011 * jka-compr.el (jka-compr-compression-info-list): Fix :type.
5012
5013 * facemenu.el (facemenu-unlisted-faces): Fix value.
5014
5c7f629c
SM
50152000-12-07 Stefan Monnier <monnier@cs.yale.edu>
5016
5017 * font-lock.el (font-lock-default-fontify-region):
5018 Include the terminating \n (off-by-one error).
5019 (font-lock-set-defaults): Use dolist.
5020
5021 * derived.el (define-derived-mode): Don't use combine-run-hooks.
5022
73481ae3
KH
50232000-12-07 Kenichi Handa <handa@etl.go.jp>
5024
83c9cb8e
SM
5025 * international/mule-cmds.el (describe-language-environment):
5026 Fix for the case that an input method title is not string but a list.
ffbaa122 5027
73481ae3
KH
5028 * ps-bdf.el (bdf-read-font-info): Modify the kludgy code for fonts
5029 of wrong SIZE record.
5030
e2896b22
DL
50312000-12-06 Dave Love <fx@gnu.org>
5032
67292061
DL
5033 * newcomment.el (comment-region, comment-dwim): Doc fix.
5034
5035 * textmodes/texinfo.el: Require tex-mode when compiling.
5036 (texinfo-update-node): Doc fix.
5037 (texinfo-imenu-generic-expression): Add @anchor.
5038 (texinfo-font-lock-keywords): Add @uref.
5039 (texinfo-inside-macro-p): Don't use ignore-errors.
5040 (texinfo-insert-quote): Match more contexts.
5041
e76938e7
DL
5042 * international/mule.el (decode-char, encode-char): Doc fix.
5043 (auto-coding-alist): Customize.
5044
5045 * files.el (load-file): Fix change of 2000-03-12.
5046
e2896b22
DL
5047 * wid-edit.el (widget-text-keymap): Doc fix.
5048
6610f4b2
AI
50492000-12-06 Andrew Innes <andrewi@gnu.org>
5050
5051 * makefile.w32-in (lisp): Set to an absolute directory, namely
5052 $(CURDIR).
5053
9e3366e4
EZ
50542000-12-06 Eli Zaretskii <eliz@is.elta.co.il>
5055
5056 * emacs-lisp/autoload.el (update-file-autoloads): Use raw-text to
5057 read generated-autoload-file, and set buffer-file-coding-system to
5058 raw-text-unix after reading the file.
5059
83c9cb8e
SM
5060 * international/mule-conf.el (file-coding-system-alist):
5061 Use raw-text for reading loaddefs.el and raw-text-unix for writing it.
9e3366e4 5062
d94d636f
GM
50632000-12-06 Gerd Moellmann <gerd@gnu.org>
5064
384333ee
GM
5065 * replace.el (occur): Make line-number-width 1 smaller for the
5066 colon following the line number.
5067
83c9cb8e
SM
5068 * startup.el (fancy-splash-text, command-line-1):
5069 Use `File' for the menu name instead of `Files'.
e04d21aa 5070
d4b72d58
GM
5071 * tmm.el: Update copyright.
5072
d94d636f
GM
5073 * cus-start.el: Add entry for even-window-heights.
5074
6e424019
MB
50752000-12-06 Miles Bader <miles@gnu.org>
5076
5077 * faces.el (frame-set-background-mode): Avoid stomping on
5078 locally modified faces.
5079
e6477b58
KH
50802000-12-06 Kenichi Handa <handa@etl.go.jp>
5081
5082 * international/fontset.el: Correct the font registries for
5083 japanese-jisx0213-1 and japanese-jisx0213-2.
5084
21999ab9
GM
50852000-12-05 Gerd Moellmann <gerd@gnu.org>
5086
57d6e381
GM
5087 * textmodes/reftex-toc.el (reftex-toc-menu): Fix typo.
5088
21999ab9
GM
5089 * iswitchb.el: Update customization commentary.
5090
7422819c
GM
50912000-12-05 Rob Riepel <riepel@Stanford.EDU>
5092
5093 * emulation/tpu-edt.el (tpu-help): Fixed previous screen logic.
5094 (tpu-search-highlight): Fixed comparison of overlay end positions.
5095 (tpu-trim-line-ends): Implemented trimming logic locally.
5096
5097 * emulation/tpu-extras.el (tpu-write-file-hook)
83c9cb8e 5098 (tpu-set-cursor-bound): Replaced picture-clean with tpu-trim-line-ends.
7422819c 5099
73daff18
KH
51002000-12-05 Kenichi Handa <handa@etl.go.jp>
5101
5102 * language/chinese.el (chinese-iso-8bit): Change mime-charset name
5103 to cn-gb.
5104 (cn-gb, gb2312): New aliases for chinese-iso-8bit.
5105
6a4cd002
DL
51062000-12-04 Dave Love <fx@gnu.org>
5107
5108 * emacs-lisp/cl-indent.el: Remove erroneous spec for condition-case.
5109
6452929e
GM
51102000-12-04 Gerd Moellmann <gerd@gnu.org>
5111
e04d21aa 5112 * mail/rmailsum.el (rmail-summary-expunge)
6452929e
GM
5113 (rmail-summary-expunge-and-save): Ask for confirmation with
5114 rmail-expunge-confirmed.
5115
5116 * mail/rmail.el (rmail-expunge-confirmed): New function.
5117 (rmail-expunge): Use it.
5118
1790abf4
FP
51192000-12-04 Philippe Waroquiers <wao@gull.tact.cfmu.eurocontrol.be>
5120
0c68ce6f 5121 * progmodes/etags.el (tag-partial-file-name-match-p): New function.
83c9cb8e
SM
5122 (etags-recognize-tags-table, find-tag-in-order):
5123 New functionality: interpret file names as tags.
e04d21aa 5124
7a53d8c8
EZ
51252000-12-04 Eli Zaretskii <eliz@is.elta.co.il>
5126
5127 * info.el (Info-scroll-prefer-subnodes): New defcustom.
83c9cb8e
SM
5128 (Info-scroll-up): If Info-scroll-prefer-subnodes is nil, don't visit
5129 the first subnode until the bottom of the current node is visible.
7a53d8c8 5130
caa15ef7
GM
51312000-12-04 Gerd Moellmann <gerd@gnu.org>
5132
5133 * format.el (format-decode): Don't change buffer's undo list.
5134
e225faa7
KH
51352000-12-04 Kenichi Handa <handa@etl.go.jp>
5136
5137 * faces.el (face-font-registry-alternatives): Add entries for CJK
5138 fonts. Doc-string adjusted for the actual usage of this data.
5139
5140 * international/fontset.el: Change the font registries for CJK
5141 fonts in the default fontset. Don't append '*' to registries.
5142
8b262a65
SM
51432000-12-03 Stefan Monnier <monnier@cs.yale.edu>
5144
e04d21aa 5145 * emacs-lisp/easy-mmode.el (define-derived-mode)
8b262a65
SM
5146 (easy-mmode-derived-mode-p): Remove (moved to derived.el).
5147
5148 * derived.el (define-derived-mode): Revived, moved from easy-mmode.el.
5149 (derived-mode-p): New function.
5150 (derived-mode-make-docstring): Add `docstring' argument.
5151 Use it if available and complete it if necessary.
5152
33c4460b
AS
51532000-12-03 Andreas Schwab <schwab@suse.de>
5154
5155 * type-break.el (type-break): Don't make parent of itself.
5156
5c9b3fac
MB
51572000-12-03 Miles Bader <miles@gnu.org>
5158
5159 * simple.el (delete-trailing-whitespace): Don't delete newlines too.
5160
27ce741e
SM
51612000-12-02 Stefan Monnier <monnier@cs.yale.edu>
5162
07c16ec4
SM
5163 * textmodes/tex-mode.el (tex-start-shell): Obey shell-file-name.
5164 (tex-main-file, tex-file): Simplify.
5165 (tex-generate-zap-file-name): Use subst-char-in-string.
5166 (tex-strip-dots): Remove.
5167
c19cc275
SM
5168 * tmm.el (tmm-get-keymap): Eval the menu name in `menu-item'.
5169
27ce741e
SM
5170 * textmodes/ispell.el (check-ispell-version): Don't use match-beginning
5171 to check if the match succeeded.
5172
285991dc
GM
51732000-12-02 Gerd Moellmann <gerd@gnu.org>
5174
5175 * startup.el (use-fancy-splash-screens-p): New function.
5176 (command-line-1): Use it to determine whether or not to use
5177 a fancy splash screen.
5178
52dca1b2
AS
51792000-12-02 Andreas Schwab <schwab@suse.de>
5180
5181 * emacs-lisp/eldoc.el (eldoc): Don't make parent of itself.
5182
d3e7e7cf
EZ
51832000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5184
2dce2360
EZ
5185 * international/mule.el (make-char): Fix last change.
5186
9768eaa7
EZ
5187 * textmode/texinfo.el (texinfo-open-quote, texinfo-close-quote):
5188 New defcustoms.
5189 (texinfo-insert-quote): Don't call tex-insert-quote, to avoid
83c9cb8e
SM
5190 autoloading tex-mode; instead, do the same manually.
5191 Use texinfo-open-quote and texinfo-close-quote. Insert literal quote
9768eaa7
EZ
5192 with numeric argument. Docstring fix.
5193 (toplevel): Require cl when compiling.
e04d21aa 5194
285991dc 5195 * international/mule.el (make-char): Doc fix.
d3e7e7cf 5196
0dd5e255
JR
51972000-12-02 Jason Rumney <jasonr@gnu.org>
5198
5199 * term/w32-win.el (x-select-enable-clipboard): Customize (as per
5200 the Emacs Lisp manual)
5201
fbb87147
EZ
52022000-12-02 Eli Zaretskii <eliz@is.elta.co.il>
5203
5cbb3e93
EZ
5204 * dos-w32.el (find-buffer-file-type-coding-system): Doc fix.
5205
fbb87147
EZ
5206 * term/pc-win.el (x-select-enable-clipboard): Customize (as per
5207 the Emacs Lisp manual).
5208
1636ca09
GM
52092000-12-02 Gerd Moellmann <gerd@gnu.org>
5210
5211 * simple.el (next-line-add-newlines): Change default to nil.
5212
68875f0e
EZ
52132000-12-01 Eli Zaretskii <eliz@is.elta.co.il>
5214
83c9cb8e
SM
5215 * files.el (revert-buffer, recover-file):
5216 Bind coding-system-for-read to emacs-mule-unix, not to no-conversion.
68875f0e 5217
fd9ac94c
GM
52182000-12-01 Gerd Moellmann <gerd@gnu.org>
5219
5220 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
5221
45450dd5
MB
52222000-12-01 Miles Bader <miles@gnu.org>
5223
5224 * window.el (fit-window-to-buffer): Handle non-nil `truncate-lines'.
5225
09df8881
KH
52262000-12-01 Kenichi Handa <handa@etl.go.jp>
5227
5228 * international/mule-diag.el (describe-char-after): Fix typo.
5229 (describe-character-set, non-iso-charset-alist): Fix typo.
5230
dea0a87d
MB
52312000-12-01 Miles Bader <miles@gnu.org>
5232
b170205b
MB
5233 * image-file.el (image-file-name-regexp): Automatically add
5234 upper-case variants of each filename extension in
5235 `image-file-name-extensions', since they seem to be common.
5236
e04d21aa 5237 * simple.el (minibuffer-contents)
dea0a87d
MB
5238 (minibuffer-contents-no-properties, delete-minibuffer-contents):
5239 New functions.
5240 * filecache.el (file-cache-directory-name)
5241 (file-cache-minibuffer-complete): Ignore the minibuffer prompt.
5242
eb04d6cd 52432000-12-01 Milan Zamazal <Milan.Zamazal@qbizm.com>
e04d21aa 5244
dea0a87d
MB
5245 * filecache.el (file-cache-minibuffer-complete): Don't try to
5246 delete the minibuffer prompt.
5247
a8a1b05d
DL
52482000-11-30 Dave Love <fx@gnu.org>
5249
5250 * cus-start.el: Fix read-buffer-function type.
5251
693c4692
GM
52522000-11-30 Gerd Moellmann <gerd@gnu.org>
5253
5254 * md5.el: Removed. There's a built-in function, now.
5255
2c0b1898
GM
52562000-11-30 Markus Rost <rost@math.ohio-state.edu>
5257
5258 * mail/rmail.el (rmail-set-message-counters): Don't use "D"
5259 as dummy 0-th char of rmail-deleted-vector.
5260
63dfcf4b
EZ
52612000-11-30 Eli Zaretskii <eliz@is.elta.co.il>
5262
5263 * ps-print.el (ps-end-job): Bind case-fold-search only after
5264 switching to ps-spool-buffer.
5265
52662000-11-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
5267
5268 * ps-print.el: Line number font customization. PostScript: Lines and
5269 PageCount are initialized on each page. Doc Fix.
5270 (ps-print-version): New version number (6.3.2).
5271 (ps-lpr-switches, ps-font-info-database, ps-font-size)
5272 (ps-header-font-size, ps-header-title-font-size, ps-left-header)
5273 (ps-right-header): Customization fix.
5274 (ps-setup, ps-select-font, ps-begin-file, ps-header-sheet, ps-end-job):
5275 Fix code.
5276 (ps-end-with-control-d, ps-line-number-font, ps-line-number-font-size):
5277 New vars.
5278
df3aedcf
GM
52792000-11-30 Gerd Moellmann <gerd@gnu.org>
5280
edfb795e
GM
5281 * bs.el: Fix typos and spelling errors.
5282 (bs-appearance) <defgroup>: Renamed from bs-appearence.
5283 (bs-configuration): Doc fix.
e04d21aa 5284
df3aedcf
GM
5285 * bs.el: Undo mistaken change of 2000-11-28. Update copyright.
5286
8b8a7f01
GM
52872000-11-30 Rob Riepel <riepel@Stanford.EDU>
5288
5289 * emulation/tpu-edt.el (tpu-version): New version.
5290 (tpu-search-overlay, tpu-replace-overlay): New initial range.
5291 (tpu-original-mode-line): Variable deleted.
5292 (tpu-mark-flag): New initial value.
83c9cb8e
SM
5293 (tpu-set-mode-line): Don't redefine mode-line-format.
5294 Add tpu-mark-flag to minor-mode-alist.
8b8a7f01
GM
5295 (tpu-update-mode-line): New mark flag logic.
5296 (tpu-get): Use find-file-wildcards.
5297 (tpu-search-highlight): Move overlay less, reset overlay properly.
5298 (tpu-unselect): Deactivate mark.
5299 (tpu-lm-replace): Reset overlay properly.
5300 (tpu-forward-line): Use forward-visible-line.
5301 (tpu-edt-on): Set transient mark mode. ispell autoloads deleted.
5302
83c9cb8e 5303 * emulation/tpu-extras.el (tpu-forward-line): Use forward-visible-line.
e04d21aa 5304
c069a9d3
GM
53052000-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
5306
5307 * cus-edit.el (custom-face-value-create): Always emphasize tag.
5308
b02cd40b
GM
53092000-11-30 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
5310
5311 * calendar/diary-lib.el (diary-entry-time): Anchor pattern correctly
5312 and skip whitespace and newlines.
e04d21aa 5313
b7a90344
SM
53142000-11-30 Stefan Monnier <monnier@cs.yale.edu>
5315
5316 * emacs-lisp/cl.el (third...tenth): Really undo change of 2000-08-05.
5317
be6bbb55
GM
53182000-11-29 Gerd Moellmann <gerd@gnu.org>
5319
0383ed60
GM
5320 * help.el (describe-function-1): Regexp-quote function name
5321 when used as part of a regexp.
5322
83c9cb8e
SM
5323 * toolbar/tool-bar.el (tool-bar-add-item-from-menu):
5324 Use face-attribute instead of face-foreground and face-background.
c7957947
GM
5325 (tool-bar-add-item): Likewise, and handle unspecified colors.
5326
5327 * enriched.el (enriched-face-ans): Use face-attribute instead
5328 of face-foreground and face-background.
5329
5330 * faces.el (face-foreground, face-background, face-stipple):
83c9cb8e 5331 Return nil if attribute is unspecified, for backward compatibility.
c7957947 5332
7423978d
GM
5333 * files.el (auto-mode-alist): Add an entry for antlr-mode.
5334
ef128c78
GM
5335 * play/5x5.el: Remove version info.
5336
a81fc510
GM
5337 * toolbar/tool-bar.el (tool-bar-mode): Doc fix.
5338
be6bbb55
GM
5339 * frame.el (blink-cursor-mode): Doc fix.
5340
f9396e03
GM
53412000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5342
5343 * antlr-mode.el: New commands to run ANTLR from within Emacs and
5344 to create Makefile rules.
5345 (antlr-tool-command): New user option.
5346 (antlr-ask-about-save): New user option.
5347 (antlr-makefile-specification): New user option.
5348 (antlr-file-formats-alist): New variable.
5349 (antlr-special-file-formats): New variable.
5350 (antlr-unknown-file-formats): New user option.
5351 (antlr-help-unknown-file-text): New variable.
5352 (antlr-help-rules-intro): New variable.
5353 (antlr-mode-map): Add [C-c C-r] for `antlr-run-tool'.
5354 (antlr-mode-menu): Add entries.
5355 (antlr-file-dependencies): New function.
5356 (antlr-directory-dependencies): New function.
5357 (antlr-superclasses-glibs): New function.
5358 (antlr-run-tool): New command.
5359 (antlr-makefile-insert-variable): New function.
5360 (antlr-insert-makefile-rules): New function.
5361 (antlr-show-makefile-rules): New command.
5362
5363 * antlr-mode.el: More Emacs/XEmacs stuff.
5364 (antlr-no-action-keywords): New constant with value nil.
5365 (antlr-font-lock-keywords-alist): Use it. Old value would break
5366 syntax highlighting in Emacs-21.0.
5367 (antlr-default-directory): Emacs/XEmacs dependend function.
5368 (antlr-read-shell-command): Ditto.
5369 (antlr-with-displaying-help-buffer): Ditto.
5370
53712000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5372
5373 * antlr-mode.el: imenu, parsing and highlighting changes.
5374 (antlr-imenu-create-index-function): Don't create extra submenus
5375 for definitions in different grammar classes. It is not necessary
5376 for the menu and would make command `imenu' awkward to use.
5377 (antlr-skip-file-prelude): With ANTLR-2.7+, you can specify named
5378 header actions and more than one.
5379 (antlr-font-lock-tokendef-face): Changed color.
5380 (antlr-font-lock-tokenref-face): Changed color.
5381 (antlr-font-lock-additional-keywords): Also highlight lowercase.
5382 (antlr-mode-syntax-table): New variable.
5383 (antlr-mode): Populate and use it instead `java-mode-syntax-table'.
5384 (antlr-with-syntax-table): Don't copy syntax table.
5385
53862000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5387
5388 * antlr-mode.el: Minor changes: language setting.
5389 (antlr-language-alist): The value for file option "language" can
5390 be both an identifier and a string.
5391 Reported by Rajesh Radhakrishnan <radhakrs@email.uc.edu>.
5392 (antlr-language-limit-n-regexp): Change accordingly.
5393
53942000-11-29 Christoph Wedler <Christoph.Wedler@sap.com>
5395
5396 * antlr-mode.el: Minor changes: tabs, hiding.
5397 (antlr-tab-offset-alist): Set `indent-tabs-mode' to nil instead t.
5398 (antlr-action-visibility): Also allow value nil to also hide the
5399 braces. Renamed from `antlr-tiny-action-length'.
5400 Suggested by Jay@aol.com.
5401 (antlr-hide-actions): Change accordingly. Hide line if completely
5402 hidden action is on a line of its own.
e04d21aa 5403
6ad948eb
SM
54042000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5405
5406 * subr.el (combine-run-hooks): Only run-hooks if there's a hook to run.
5407
5408 * sort.el (sort-columns): Don't concat strings with numbers.
5409
9c6a4107
DL
54102000-11-29 Dave Love <fx@gnu.org>
5411
5412 * cus-edit.el (face): Fix :format.
5413
5414 * mail/feedmail.el: Require smtpmail when compiling.
5415 (mail-do-fcc): Autoload.
5416 (feedmail) <defgroup>: Fix :link.
5417 (feedmail-nuke-body-in-fcc): Fix :type.
5418 (feedmail-send-it): Add autoload cookie.
5419
053b8d35
SM
54202000-11-29 Stefan Monnier <monnier@cs.yale.edu>
5421
5422 * newcomment.el (comment-indent): Save excursion around call to
5423 comment-indent-function.
5424
242c13e8
MB
54252000-11-29 Miles Bader <miles@gnu.org>
5426
5427 * subr.el (member-ignore-case): Return the tail of the list who's
5428 car matches, like `member', not the matching element itself.
5429
8f4b5f28
KH
54302000-11-29 Kenichi Handa <handa@etl.go.jp>
5431
5432 * xml.el (xml-parse-tag): Fix finding opening tag. A tag name
5433 should not contain `\n'.
5434
bebe4a2c
GM
54352000-11-28 Gerd Moellmann <gerd@gnu.org>
5436
fd9ac94c 5437 * hi-lock.el (hi-lock-refontify): Call jit-lock-refontify.
99879a40 5438
ba7e40eb
GM
5439 * hscroll.el: Add hints to `automatic-hscrolling' to doc strings.
5440
75ab0c79
GM
5441 * dired-aux.el (dired-do-create-files): Construct default file
5442 name for dired-mark-read-file-name so that when the user enters
5443 just RET, the target file will end up in the target directory.
5444
bebe4a2c
GM
5445 * abbrev.el (prepare-abbrev-list-buffer): Get the value of
5446 local-abbrev-table before changing buffers because it might
5447 have a buffer-local binding.
5448
fa6d1ca8
MB
54492000-11-28 Miles Bader <miles@gnu.org>
5450
5451 * simple.el (delete-horizontal-space): Handle fields more generally.
5452
8d2c2642
GM
54532000-11-28 Gerd Moellmann <gerd@gnu.org>
5454
5455 * simple.el (delete-horizontal-space): Handle minibuffer prompt.
5456
8b31236d
DL
54572000-11-28 Dave Love <fx@gnu.org>
5458
3cbd02d2
DL
5459 * progmodes/ps-mode.el (ps-mode): Set comment-start and
5460 comment-start-skip locally.
5461
8b31236d
DL
5462 * progmodes/fortran.el (fortran-mode): Don't set
5463 fortran-comment-line-start-skip. Set comment-start to
5464 fortran-comment-line-start.
5465 (fortran-fill-paragraph) <non-empty-comment>: Remove regexp group.
5466 (fortran-comment-line-start-skip): Simplify slightly.
5467
ae4bf56d
GM
54682000-11-28 Gerd Moellmann <gerd@gnu.org>
5469
17ef7534
GM
5470 * play/5x5.el: Remove RCS keyword.
5471
fd9ac94c 5472 * bs.el: Mistaken commit, undone 2000-11-30.
ae4bf56d 5473
665b27a6
GM
54742000-11-28 Milan Zamazal <pdm@freesoft.cz>
5475
83c9cb8e
SM
5476 * textmodes/tildify.el (tildify-string-alist):
5477 Add `plain-tex-mode' here.
665b27a6 5478
fe3c2ae3
GM
54792000-11-28 Colin Walters <walters@cis.ohio-state.edu>
5480
5481 * chistory.el (Command-history-setup): Remove extraneous `keymap'
5482 reference.
5483
d970106b
MB
54842000-11-28 Miles Bader <miles@gnu.org>
5485
36b80a0d
MB
5486 * cus-face.el (custom-face-attributes): Add post-filter function
5487 for :box. Make pre-filter function for :box handle all cases.
5488
d970106b
MB
5489 * wid-edit.el (widget-choose): Make sure pop-up window is large
5490 enough to display all the choices, as there's no way to scroll it.
5491
5a2bae6c
KH
54922000-11-28 Kenichi Handa <handa@etl.go.jp>
5493
5494 * international/mule-conf.el: Make the coding system no-conversion
5495 safe for all characters.
5496
9e836e23
DL
54972000-11-27 Dave Love <fx@gnu.org>
5498
8b31236d
DL
5499 * net/ldap.el (ldap) <defgroup>: Add :version.
5500
9e836e23
DL
5501 * tooltip.el (tooltip-use-echo-area): Doc fix.
5502
5503 * cus-start.el <minibuffer-prompt-properties>: Add version.
5504 <read-buffer-function>: Add.
5505
5506 * apropos.el (apropos-print): Add help-echo to active text.
5507
5508 * term/x-win.el (x-select-enable-clipboard): Customize (per lispref).
5509
4a74d071
GM
55102000-11-27 Gerd Moellmann <gerd@gnu.org>
5511
5512 * mail/rmail.el (rmail-automatic-folder-directives): Add a custom
5513 type, group and version.
5514
76058c27
EZ
55152000-11-27 Eli Zaretskii <eliz@is.elta.co.il>
5516
4a74d071 5517 * select.el (x-get-selection): Docstring fix.
76058c27 5518
fd9ac94c 55192000-11-27 Dave Pearson <davep@hagbard.demon.co.uk>
26a8d08d 5520
fd9ac94c 5521 * play/5x5.el (5x5-play-solution): Bind hinhibit-quit to t.
26a8d08d 5522
49060c51
AI
55232000-11-27 Andrew Innes <andrewi@gnu.org>
5524
5525 * makefile.nt (.SUFFIXES): Add .SUFFIXES.
5526
5527 * makefile.w32-in (.SUFFIXES): Add .SUFFIXES.
5528
b2a8e429
MB
55292000-11-27 Miles Bader <miles@gnu.org>
5530
5531 * dired.el (dired-get-filename): Return filename verbatim if
5532 LOCALP is `verbatim'.
5533 * dired-aux.el (dired-add-entry): Call `dired-get-filename' with
5534 `verbatim' so that we don't inadvertently delete a non-existant
5535 directory name.
5536
5ac0366d
KH
55372000-11-27 Kenichi Handa <handa@etl.go.jp>
5538
5539 * international/characters.el: Specify cases and syntaxes for
5540 mule-unicode-0100-24ff.
5541
67f1cf4c
GM
55422000-11-27 Gerd Moellmann <gerd@gnu.org>
5543
5544 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Handle case
5545 that foreground and/or background colors of the face `tool-bar'
5546 are unspecified.
5547
46c56972
MB
55482000-11-27 Miles Bader <miles@gnu.org>
5549
e04d21aa 5550 * wid-edit.el (widget-field-buffer, widget-field-start)
ec725166
MB
5551 (widget-field-end): Handle widget field `pseudo-overlays'.
5552 (widget-field-value-delete): Delete WIDGET from `widget-field-new'
5553 if it's there instead of in `widget-field-list'.
5554
46c56972 5555 * help.el (help-manyarg-func-alist): Correct entry for `vconcat'.
a2e6f426
MB
5556 (help-make-xrefs): Delete extraneous newlines at the end of the
5557 docstring.
46c56972 5558
640a9cdd
JR
55592000-11-25 Jason Rumney <jasonr@gnu.org>
5560
5561 * startup.el (command-line): Call set-locale-environment after
5562 Window System init file is read, as it can result in a call to
5563 redraw-frame.
5564
0b3f96d4
EZ
55652000-11-25 Eli Zaretskii <eliz@is.elta.co.il>
5566
5567 * simple.el (shell-command): Mention the effect of the prefix
5568 argument in the doc string.
5569
8da6e2a1
MB
55702000-11-25 Miles Bader <miles@gnu.org>
5571
a658d039
MB
5572 * cus-face.el (custom-face-attributes): Add "None" choice to :stipple.
5573
8da6e2a1 5574 * wid-edit.el (widget-field-value-delete): Don't try to delete
a2e6f426 5575 overlay when it's the `pseudo-overlay' that exists at some points.
8da6e2a1 5576
d3416cca
JR
55772000-11-24 Jason Rumney <jasonr@gnu.org>
5578
5579 * international/mule-cmds.el (locale-language-names): Add "jp" as
5580 a non-standard alternative for Japanese.
5581
17e37f53
AS
55822000-11-24 Andre Spiegel <spiegel@gnu.org>
5583
5584 * vc-hooks.el: Require 'cl during compilation.
5585
9aa5f148
GM
55862000-11-24 Gerd Moellmann <gerd@gnu.org>
5587
ba193890
GM
5588 * faces.el (face-set-after-frame-default): Let face attributes
5589 specified for new frames override frame parameters.
5590
9aa5f148
GM
5591 * startup.el (command-line): Fix computation of the source file
5592 for user-init-file when user-init-file is a compiled file.
5593
51a1edab
MB
55942000-11-24 Miles Bader <miles@gnu.org>
5595
e04d21aa 5596 * cus-edit.el (custom-filter-face-spec, custom-pre-filter-face-spec)
51a1edab
MB
5597 (custom-post-filter-face-spec): New functions.
5598 (custom-face-set, custom-face-value-create): Filter the face spec
5599 before and after customization.
5600 (custom-face-set): If VALUE specifies a null face, pass a
5601 non-null-but-otherwise-ignored face-spec instead to `face-spec-set'.
5602 * cus-face.el (custom-face-attributes): Remove SET and GET
5603 functions. Add some IN-FILTER and OUT-FILTER functions in the few
5604 cases they're needed.
5605
1ed74431
MB
5606 * wid-edit.el (checkbox): Add a small `X' to the the :on-glyph, so
5607 that it's distinguishable from the :off-glyph on dark-background
5608 displays. Set its background color too.
5609
67ee1125
MB
5610 * cus-start.el (all): Restore entry for `mode-line-inverse-video',
5611 so that people can easily turn it off.
5612
7d027816 56132000-11-24 Michael Kifer <kifer@cs.sunysb.edu>
e04d21aa 5614
7d027816 5615 * ediff-diff.el: Moved variables around to have it compile under NT.
e04d21aa 5616
9aa5f148 5617 * ediff-help.el (ediff-use-long-help-message): Made it customizable.
e04d21aa 5618
9aa5f148 5619 * ediff-init.el (ediff-abbrev-jobname): Use capitalize.
e04d21aa 5620
9aa5f148 5621 * ediff-wind.el (ediff-skip-unsuitable-frames): Deleted the
7d027816 5622 redundant skip-small-frames test.
e04d21aa 5623
9aa5f148 5624 * viper-cmd.el (viper-change-state-to-vi): Disable overwrite mode.
83c9cb8e 5625 (viper-downgrade-to-insert): Protect against errors in hooks.
e04d21aa 5626
9aa5f148
GM
5627 * viper-init.el (viper-vi-state-hook,viper-insert-state-hook)
5628 (viper-replace-state-hook,viper-emacs-state-hook): Do cursor handling.
83c9cb8e
SM
5629 (viper-restore-cursor-type,viper-set-insert-cursor-type):
5630 New functions.
e04d21aa 5631
9aa5f148 5632 * viper-util.el (viper-memq-char): Bug fixes.
e04d21aa 5633
9aa5f148 5634 * viper.el (viper-mode): Fix cursor handling.
e04d21aa 5635
f07fa1b8
KH
56362000-11-24 Kenichi Handa <handa@etl.go.jp>
5637
83c9cb8e
SM
5638 * international/mule-diag.el (list-iso-charset-chars):
5639 For two-byte charset, fix the `while' condition.
f07fa1b8
KH
5640 (list-non-iso-charset-chars): Fix the `while' condition.
5641
ba8299ff
SM
56422000-11-23 Stefan Monnier <monnier@cs.yale.edu>
5643
79372165
SM
5644 * subr.el (add-hook, remove-hook): Don't call make-local-hook
5645 if the variable is make-variable-buffer-local.
5646
83c9cb8e
SM
5647 * progmodes/ada-stmt.el (ada-template-map):
5648 Initialize and bind it to C-c t in ada-mode-map.
ba8299ff
SM
5649 (ada-stmt-mode-hook): New function extracted from old code.
5650 Only change the buffer-local side of skeleton-*.
5651 (ada-mode-hook): Use it.
5652
68a887fa
EZ
56532000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5654
5655 * iswitchb.el (iswitchb-minibuf-depth): New variable.
5656 (iswitchb-read-buffer): Record in iswitchb-minibuf-depth the value
5657 we expect to be returned by minibuffer-depth once we prompt the
5658 user in the minibuffer.
5659 (iswitchb-entryfn-p): If minibuffer-depth returns the same value
5660 as recorded in iswitchb-minibuf-depth, return non-nil.
5661
3b345582
EZ
56622000-11-23 Eli Zaretskii <eliz@is.elta.co.il>
5663
5664 * hscroll.el (turn-on-hscroll, hscroll-mode, hscroll-global-mode)
5665 (hscroll-window-maybe): Docstring fix.
5666
595dead2
DL
56672000-11-23 Dave Love <fx@gnu.org>
5668
5669 * rect.el (string-rectangle): Don't test delete-selection-mode.
5670
1e66b27a
GM
56712000-11-23 Gerd Moellmann <gerd@gnu.org>
5672
02790ce2
GM
5673 * avoid.el (mouse-avoidance-too-close-p): Return nil if mouse
5674 is in the tool bar.
5675
1e66b27a 5676 * dired-aux.el (dired-add-entry): Don't call dired-get-filename
83c9cb8e 5677 with `no-dir'; we want the directory part to be able to remove it.
1e66b27a 5678
a4caa65d
SM
56792000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5680
5681 * textmodes/outline.el (outline-flag-region):
5682 Don't bind inhibit-read-only since we don't modify the buffer.
5683 (outline-isearch-open-invisible): Don't jump to overlay-start
5684 since we're trying to unhide text around point.
5685 (outline-discard-overlays): Use dolist.
5686
5687 * autoinsert.el (auto-insert-alist): Add `provide' to elisp skeleton.
5688
03e757c1
GM
56892000-11-22 Gerd Moellmann <gerd@gnu.org>
5690
83c9cb8e 5691 * mail/rmail.el (rmail-confirm-expunge): Default to y-or-n-p.
e04d21aa 5692
1598a961
SM
56932000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5694
5695 * textmodes/tex-mode.el (tex-font-lock-keywords-1):
5696 Fix ARG regexp to skip quoted braces.
5697 (tex-font-lock-keywords-2): Fix ARG regexp to skip quoted braces.
5698 Remove `bf' and `it' from `bold' and `italic' (they were wrong and
5699 are (correctly) handled separately).
5700 Remove `caption' and `footnote' from `citations': they contain text.
5701 Don't highlight `textmd', `texttt' and `textrm' with bold-italic.
5702 (latex-skeleton-end-hook): New function.
5703 (latex-mode): Use it.
5704 (tex-start-tex-marker): Remove.
5705 (tex-send-tex-command): Don't set tex-start-tex-marker.
5706 (tex-error-parse-syntax-table): New var.
5707 (tex-compilation-parse-errors): Use it.
5708 Ignore tex-start-tex-marker. Don't bother with marker-position.
5709 (tex-validate-buffer): Don't bother with marker-position.
5710
5711 * textmodes/flyspell.el (flyspell-prog-text-faces): New var.
bd7e01a3 5712 (flyspell-generic-progmode-verify): Use it.
1598a961 5713
eaae8106
SS
57142000-11-22 Sam Steingold <sds@gnu.org>
5715
83c9cb8e 5716 * simple.el (delete-trailing-whitespace): New interactive function.
e04d21aa 5717
eaae8106 5718 * progmodes/ada-mode.el (ada-mode): Use it instead of
bd7e01a3 5719 `ada-remove-trailing-spaces'.
eaae8106 5720 (ada-remove-trailing-spaces): Removed.
e04d21aa 5721
eaae8106 5722 * textmodes/two-column.el (2C-merge): Recommend it in the doc.
e04d21aa 5723
1598a961
SM
5724 * textmodes/picture.el (picture-clean): Removed.
5725 (picture-mode-exit): Call it instead of `picture-clean'.
eaae8106 5726
a41d49e9
GM
57272000-11-22 Gerd Moellmann <gerd@gnu.org>
5728
e053c60f
GM
5729 * frame.el (show-cursor-in-non-selected-windows): Doc fix.
5730
a41d49e9
GM
5731 * hi-lock.el (hi-lock-refontify): Don't call non-existent
5732 jit-lock-fontify-buffer; it should anyway be unneccessary to
4c4a541d 5733 do anything special when jit-lock is active.
a41d49e9
GM
5734 (hi-yellow, hi-pink, hi-green, hi-blue): Fix defface specs.
5735
197615f3
DL
57362000-11-22 Dave Love <fx@gnu.org>
5737
ddbfaa9f
DL
5738 * calendar/todo-mode.el (todo-top-priorities): Use
5739 todo-tmp-buffer-name. From Milan Zamazal <Milan.Zamazal@qbizm.com>.
5740
ddc3c695
DL
5741 * language/chinese.el, language/cyrillic.el:
5742 * language/devanagari.el, language/ethiopic.el, language/greek.el:
5743 * language/hebrew.el, language/indian.el, language/japanese.el:
5744 * language/korean.el, language/lao.el, language/misc-lang.el:
5745 * language/thai.el, language/tibetan.el, language/vietnamese.el:
5746 Use provide.
5747
fb9fa98d
DL
5748 * cus-edit.el (custom-buffer-create-internal): Save some consing.
5749 (custom-variable-set): Improve validation error mesage.
5750
197615f3
DL
5751 * rect.el (string-rectangle): Revert last change.
5752 (string-rectangle-line): New arg DELETE.
5753 (string-rectangle): Check delete-selection-mode.
5754
5755 * emacs-lisp/edebug.el (edebug-version)
5756 (edebug-maintainer-address): Deleted.
5757 (edebug-submit-bug-report): Just alias to report-emacs-bug.
5758 (edebug-read-function): Account for other `'#' read forms.
5759 (edebug-mode-menus): Make some items toggles.
5760 (edebug-outside-unread-command-event, unread-command-event):
5761 Remove these to avoid warnings.
5762
f4117c4d
GM
57632000-11-22 David Ponce <david@dponce.com>
5764
5765 * recentf.el (recentf-menu-items-for-commands)
5766 (recentf-make-menu-items, recentf-make-menu-item)
4c4a541d 5767 (recentf-filter-changer): Added :help and :active menu-item properties.
eaae8106 5768
f4117c4d
GM
5769 (recentf-build-dir-rules, recentf-dump-variable)
5770 (recentf-edit-list, recentf-open-files-item)
5771 (recentf-open-files): Replaced unnecessary `mapcar' with new
5772 built-in `mapc'.
eaae8106 5773
f8e2f3f2
MB
57742000-11-23 Miles Bader <miles@gnu.org>
5775
5776 * faces.el (menu): Make inverse-video on ttys too.
5777
4c4a541d
SM
57782000-11-22 Stefan Monnier <monnier@cs.yale.edu>
5779
5780 * simple.el (comment-line-break-function): Use the new name
5781 indent-new-comment-line -> comment-indent-new-line.
5782 (clone-indirect-buffer): Don't ignore NORECORD.
5783 (next-completion): Properly handle the case where items are adjacent.
5784
5785 * mouse.el (popup-menu): Stupid typo.
5786
980d836e
GM
57872000-11-22 Gerd Moellmann <gerd@gnu.org>
5788
60e8e0a5
GM
5789 * emacs-lisp/authors.el: Remove autoload cookies, add author,
5790 maintainer, keywords tags.
5791
980d836e
GM
5792 * rect.el (replace-rectangle): Don't call string-rectangle-line
5793 with too many arguments.
5794
e08b2069
AS
57952000-11-22 Andre Spiegel <spiegel@gnu.org>
5796
60e8e0a5 5797 * ediff-util.el (ediff-file-checked-out-p)
eaae8106 5798 (ediff-file-checked-in-p): Call vc-state instead of
e08b2069
AS
5799 vc-locking-user, which no longer exists.
5800
5801 * emulation/viper-util.el (viper-file-checked-in-p): Same as above.
5802
c6779d8d
DL
58032000-11-22 Dave Love <fx@gnu.org>
5804
5805 * md5.el (md5): Provide.
5806 (md5): Fix error call.
5807
e672fdce
MB
58082000-11-22 Miles Bader <miles@gnu.org>
5809
eaae8106 5810 * textmodes/refill.el (refill-adjust-ignorable-overlay)
d9fdcdb5
MB
5811 (refill-fill-paragraph-at): Remove debugging code.
5812
80e24c04
MB
5813 * calendar/calendar.el (generate-calendar-window): When we don't
5814 call `fit-window-to-buffer', make sure the top line is fully visible.
5815
3a17d6cc
MB
5816 * image-file.el (insert-image-file): Don't make `read-only'
5817 property rear-nonsticky.
5818
ae1a21c6
MB
5819 * isearch.el (isearch-original-minibuffer-message-timeout): New var.
5820 (isearch-mode): Set `minibuffer-message-timeout' to nil, after
5821 stashing away its original value.
5822 (isearch-edit-string): Temporarily restore `minibuffer-message-timeout'
5823 in the recursive edit.
5824 Bind `isearch-original-minibuffer-message-timeout' to protect it.
5825 (isearch-done): Restore `minibuffer-message-timeout'.
5826
e672fdce
MB
5827 * cus-start.el: Remove entry for `mode-line-inverse-video'.
5828
3ea79df8
SM
58292000-11-21 Stefan Monnier <monnier@cs.yale.edu>
5830
5831 * progmodes/ada-mode.el (ada-mode): `set '' -> `setq'.
5832
5833 * find-lisp.el (find-lisp-find-files-internal):
5834 Use dolist, when and file-name-as-directory.
5835
980d836e 5836 * emacs-lisp/edebug.el (edebug-form-spec prop): Use dolist.
3ea79df8
SM
5837 (define-derived-mode, define-minor-mode): Add specs.
5838
5839 * window.el: General comment and spacing fixes.
5840 (save-selected-window): Use backquotes.
5841 (window-safely-shrinkable-p): New function.
5842 (shrink-window-if-larger-than-buffer): Use it.
5843
5844 * subr.el (make-local-hook): Docstring fix.
5845
5846 * shell.el (shell-mode): Use define-derived-mode.
5847
5848 * newcomment.el (comment-indent): Insert comment before calling
5849 comment-indent-function. Don't insert in column 0.
5850 (comment-dwim): Indent before inserting comment.
5851
5852 * isearch.el (isearch-mode-map): Fix docstring. Init in defvar.
5853 (minibuffer-local-isearch-map): Init in defvar. Use inheritance.
5854 (isearch-clean-overlays, isearch-range-invisible, isearch-unread):
5855 Use mapc rather than map.
5856
5857 * files.el (find-buffer-visiting): Compare all attributes before
5858 declaring two files identical (rather than just their inode-no).
5859 (auto-mode-alist): Use \' rather than $.
5860
5861 * which-func.el: Update maintainer line.
5862
5863 * pcvs.el (uniquify-buffer-file-name): Remove advice.
5864 * uniquify.el (uniquify-list-buffers-directory-modes): New var.
5865 (uniquify-buffer-file-name): Use it.
5866
8f62f2b8
MB
58672000-11-22 Miles Bader <miles@gnu.org>
5868
5869 * cus-start.el: Add entry for `minibuffer-prompt-properties'.
5870 * simple.el (minibuffer-avoid-prompt): New function.
5871
fb279a6d
GM
58722000-11-21 Gerd Moellmann <gerd@gnu.org>
5873
5874 * Makefile.in (.SUFFIXES): Add .SUFFIXES.
5875
867092e9
MB
58762000-11-21 Miles Bader <miles@gnu.org>
5877
ef860850
MB
5878 * emacs-lisp/advice.el (ad-special-forms): Correct the conditional
5879 inclusion of `track-mouse'.
5880
867092e9
MB
5881 * textmodes/refill.el (refill-ignorable-overlay): New variable.
5882 (refill-adjust-ignorable-overlay): New function.
5883 (refill-fill-paragraph-at): Use `refill-ignorable-overlay' to fill
5884 only the paragraph's tail if possible.
5885 Update `refill-ignorable-overlay'.
5886 (refill-mode): Initialize/cleanup `refill-ignorable-overlay'.
5887
5888 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
5889 point inside the fill-prefix.
5890
5891 * textmodes/refill.el (refill-post-command-function): Don't reset
5892 refill-doit in the case where a self-insertion command doesn't
5893 case a refill. Use `refill-fill-paragraph-at', getting position
5894 from `refill-doit'.
5895 (refill-after-change-function): Set `refill-doit' to END.
5896 (refill-fill-paragraph-at): New function, mostly from old
5897 refill-fill-paragraph.
5898 (refill-fill-paragraph): Use `refill-fill-paragraph-at'.
5899 (refill-pre-command-function): New function.
5900 (refill-mode): Add it to `pre-command-hook'.
5901
ff9ab414
GM
59022000-11-20 Gerd Moellmann <gerd@gnu.org>
5903
29a01b72
GM
5904 * textmodes/artist.el (artist-mode): Fix autoload cookie.
5905
ff9ab414
GM
5906 * font-lock.el (java-keywords): Add MATCH-HIGHLIGHT part for
5907 javadoc tags.
eaae8106 5908
885b211b
AS
59092000-11-20 Andre Spiegel <spiegel@gnu.org>
5910
5911 * vc.el, vc-hooks.el: Undo prev change (moved functions back to
5912 vc.el).
5913
eaae8106 5914 * vc-rcs.el (vc-rcs-state): Before calling vc-workfile-unchanged-p,
885b211b 5915 require vc.
eaae8106
SS
5916
5917 * vc-cvs.el (vc-cvs-checkout): Fix bug that broke C-x v ~-style
885b211b 5918 checkouts.
eaae8106 5919
d1838556
DL
59202000-11-20 Dave Love <fx@gnu.org>
5921
5922 * Makefile.in (DONTCOMPILE): Omit bindings.el.
5923
2b69bc11 59242000-11-20 Eli Barzilay <eli@www.barzilay.org>
56c13ae6 5925
2b69bc11
GM
5926 * calculator.el (calculator-paste): Use `if' instead of `and'
5927 and `or'.
5928 (calculator-help): Don't use electric-describe-mode for XEmacs.
56c13ae6 5929
b95b34e5
GM
59302000-11-19 Gerd Moellmann <gerd@gnu.org>
5931
030de92f
GM
5932 * info.el (info-menu-5): Doc fix.
5933
b95b34e5
GM
5934 * textmodes/artist.el: New file.
5935
54970452
AS
59362000-11-19 Andre Spiegel <spiegel@gnu.org>
5937
eaae8106 5938 * vc-rcs.el (vc-rcs-state): Call vc-workfile-unchanged-p only here,
54970452
AS
5939 and differentiate according to checkout model.
5940 (vc-rcs-fetch-master-state): Don't call vc-workfile-unchanged-p,
5941 since this function is only concerned with master state.
5942
83c9cb8e
SM
5943 * vc-hooks.el (vc-workfile-unchanged-p)
5944 (vc-default-workfile-unchanged-p): Moved here from vc.el.
54970452 5945
83c9cb8e
SM
5946 * vc.el (vc-workfile-unchanged-p)
5947 (vc-default-workfile-unchanged-p): See above.
54970452 5948
e5a9dabf
MB
59492000-11-19 Miles Bader <miles@gnu.org>
5950
5951 * image-file.el (insert-image-file): Make `intangible' and
5952 `read-only' properties rear-nonsticky too.
5953
24127af0
GM
59542000-11-18 Gerd Moellmann <gerd@gnu.org>
5955
d392e9c5 5956 * ps-print.el: Update copyright notice.
eaae8106 5957
d392e9c5
GM
5958 * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options.
5959 (tooltip-show): Use the offsets.
5960
24127af0 5961 * bindings.el (mode-line-modified): Fix a typo.
eaae8106 5962 (mode-line-toggle-modified, mode-line-widen)
24127af0
GM
5963 (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos.
5964
2b69bc11 59652000-11-17 Vinicius Jose Latorre <vinicius@cpqd.com.br>
08ea6f17 5966
2b69bc11
GM
5967 * ps-print.el (toplevel): Test for find-coding-system being
5968 fboundp before calling ps-x-find-coding-system.
08ea6f17 5969
66321b2f
SM
59702000-11-16 Stefan Monnier <monnier@cs.yale.edu>
5971
5972 * vc.el (vc-version-diff): Bind inhibit-read-only when inserting text.
5973 (vc-version-backup-file): Docstring fix.
5974
046110c6
GM
59752000-11-16 Gerd Moellmann <gerd@gnu.org>
5976
4104194e
GM
5977 * files.el (basic-save-buffer): Don't add a newline if
5978 find-file-literally is non-nil.
5979 (find-file-literally): Extend doc string.
5980
046110c6
GM
5981 * sort.el (sort-columns): If sort-fold-case it non-nil, invoke
5982 sort(1) with the `-f' argument.
5983
6505c16e
AS
59842000-11-16 Andre Spiegel <spiegel@gnu.org>
5985
fd063975
AS
5986 * vc.el: Updated backend documentation.
5987 (vc-default-check-headers): New function.
5988
3d02dd81 5989 * vc-{cvs,rcs,sccs}.el: Functions reordered.
eaae8106
SS
5990
5991 * vc.el (vc-revert-buffer): Ask for confirmation if file seems
8791d617 5992 up-to-date.
eaae8106 5993 (vc-do-command): In the asynchronous case, output messages only if
9dd94743 5994 the minibuffer is not active.
fd063975 5995
eaae8106 5996 * vc-cvs.el (vc-cvs-revert): Use `cvs unedit' only if
8791d617 5997 `vc-cvs-use-edit' is on.
eaae8106
SS
5998 (vc-cvs-checkout): When this is used for reverting the workfile,
5999 make a backup of the original contents and revert to that in case
8791d617 6000 of error.
eaae8106 6001 (vc-cvs-print-log, vc-cvs-diff): Use asynchronous mode only for
9dd94743 6002 remote repositories.
eaae8106 6003
6505c16e
AS
6004 * vc.el (vc-annotate): Changed handling of prefix arg; now asks
6005 for both version and ratio in the minibuffer.
fd063975 6006
eaae8106 6007 * vc-cvs.el (vc-cvs-annotate-command): New optional arg VERSION.
8791d617 6008 Use vc-do-command to perform the annotation, not call-process.
6505c16e 6009
a13f0660
KH
60102000-11-16 Kenichi Handa <handa@etl.go.jp>
6011
6012 * international/quail.el (quail-start-translation): Don't call
6013 `message' before reading key sequence.
6014
1389a414
MB
60152000-11-16 Miles Bader <miles@lsi.nec.co.jp>
6016
6017 * net/ange-ftp.el (ange-ftp-file-modtime): Don't use `caddr'.
6018
9256a532
KH
60192000-11-16 Kenichi Handa <handa@etl.go.jp>
6020
6021 * window.el (fit-window-to-buffer): Be sure to acquire at least
6022 one text line even if the buffer is empty.
6023
0e14fe9f
GM
60242000-11-16 Gerd Moellmann <gerd@gnu.org>
6025
eaae8106 6026 * net/ange-ftp.el (ange-ftp-file-writable-p)
83c9cb8e
SM
6027 (ange-ftp-file-readable-p, ange-ftp-file-executable-p):
6028 Bind ange-ftp-process-verbose to nil.
0e14fe9f 6029
da645c53
DL
60302000-11-15 Dave Love <fx@gnu.org>
6031
83c9cb8e
SM
6032 * wid-edit.el (widget-specify-field, widget-specify-button):
6033 If :help-echo is a function, set help-echo of overlay to
233d5cde
DL
6034 widget-mouse-help.
6035 (widget-mouse-help): New function.
6036 (widget-echo-help): Rewritten for :help-echo functions only taking
6037 a widget arg.
6038
83c9cb8e
SM
6039 * net/eudc-bob.el (eudc-bob-can-display-inline-images):
6040 Use display-graphic-p.
b12057b9
DL
6041 (eudc-bob-display-jpeg) <!eudc-xemacs-p>: Test create-image bound
6042 and that JPEG is available.
6043 (eudc-bob-toggle-inline-display): Avoid non-existent `imagep'.
6044
da645c53
DL
6045 * international/mule-cmds.el (locale-charset-language-names):
6046 Match @euro.
6047
6d133d1f
GM
60482000-11-15 Gerd Moellmann <gerd@gnu.org>
6049
83c9cb8e
SM
6050 * faces.el (face-set-after-frame-default):
6051 If `inhibit-default-face-x-resources' is bound, don't intialize the
6d133d1f
GM
6052 default face from X resources.
6053
49ac2ac5
EZ
60542000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6055
6056 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
6057 Don't set EMACSLOADPATH.
6058
4fb0a34c
EZ
60592000-11-15 Eli Zaretskii <eliz@is.elta.co.il>
6060
6061 * textmodes/texinfo.el (texinfo-insert-@uref): Renamed from
6062 texinfo-insert-@url.
6063 (texinfo-insert-@url): A defalias for texinfo-insert-@uref.
6064 (texinfo-mode-map): Bind "C-c C-c u" to texinfo-insert-@uref.
6065
bb304a7a
SM
60662000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6067
82bc80bf
SM
6068 * emacs-lisp/checkdoc.el (checkdoc-minor-mode) <defvar>: Remove.
6069 (checkdoc-minor-mode-map): New map, replaces checkdoc-minor-keymap.
6070 (checkdoc-minor-keymap): Backward compatibility.
6071 (checkdoc-minor-menu): Don't bother checking checkdoc-minor-keymap.
6072 (checkdoc-minor-mode) <defun>: Use easy-mmode-define-minor-mode.
6073 (checkdoc-this-string-valid-engine): Be a bit more strict
6074 to avoid matching substrings of `...' quoted vars/funs.
6075 (checkdoc-defun-info): Only look for `interactive' if alone.
6076 (debug-ignored-errors): Add "arg doesn't appear in docstring".
6077
e8c87124
SM
6078 * progmodes/compile.el (grep): `tag-default' can be nil.
6079
bb304a7a
SM
6080 * newcomment.el (comment-indent): Paren typo.
6081
8628686a
DL
60822000-11-14 Dave Love <fx@gnu.org>
6083
25c269ef
DL
6084 * calculator.el: New maintainer version.
6085
66321b2f 6086 * diff-mode.el (diff-imenu-generic-expression): Modify unidiff pattern.
25c269ef 6087
8628686a
DL
6088 * cmuscheme.el: Doc fixes.
6089 (cmuscheme) <defgroup>: Use `scheme' as parent.
83c9cb8e 6090 (cmuscheme-program-name): Remove. Change uses to scheme-program-name.
8628686a
DL
6091
6092 * xscheme.el (scheme-program-name): Don't define here.
6093
6094 * progmodes/scheme.el (scheme-program-name): New variable
6095 (originally in cmuscheme).
6096
88f0a1eb
MB
60972000-11-14 Miles Bader <miles@gnu.org>
6098
6099 * window.el (fit-window-to-buffer): Handle windows without mode-lines.
6100 Handle header-lines. Don't loop forever if we can't enlarge the
6101 window anymore. Simplify a bit.
6102
cd9a000c
KH
61032000-11-14 Kenichi Handa <handa@etl.go.jp>
6104
6105 * window.el (fit-window-to-buffer): Don't check
6106 window-text-height. Assure that the last line is fully visible.
6107
83c9cb8e
SM
6108 * international/quail.el (quail-show-guidance-buf):
6109 Call fit-window-to-buffer to assure the enough height of the guidance
cd9a000c
KH
6110 buffer.
6111 (quail-update-guidance): Avoid making the guidance buffer shorter.
6112
d3fcda22
SM
61132000-11-14 Stefan Monnier <monnier@cs.yale.edu>
6114
bdbd9606
SM
6115 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Use `keep'
6116 rather than `prepend' and add an interesting comment.
6117 (tex-math-face, tex-font-lock-syntactic-face-function):
6118 New face and function to use it.
6119 (tex-define-common-keys, tex-mode-map): Use menu-item rather
6120 than `menu-enable' symbol property.
6121 (tex-mode-map): Bind {, (, [ and $ to skeleton-pair-insert-maybe.
6122 (tex-mode): Add some latex-mode commands for auto-selection.
6123 Use tex-font-lock-syntactic-face-function.
6124 (tex-insert-quote): Simplify.
6125 (tex-shell): New mode.
6126 (tex-start-shell): Use it.
6127 (tex-shell-proc, tex-shell-buf): New functions.
6128 (tex-send-command): Use it.
6129 (tex-main-file): Fix the meaning of the new arg REALFILE.
6130 (tex-send-tex-command): New function split from `tex-start-tex'.
6131 Set compilation-last-buffer and compilation-parsing-end.
6132
d3fcda22
SM
6133 * newcomment.el (comment-indent-default): Stick \s<\s< to the left
6134 when it follows non-comment text on the line.
6135
6136 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6137 Set font-lock-defaults.
6138 (lisp-mode-shared-map): Init inside the defvar.
6139 (emacs-lisp-mode, lisp-mode, lisp-interaction-mode):
6140 Use define-derived-mode.
6141
bdab1d43
MB
61422000-11-14 Miles Bader <miles@lsi.nec.co.jp>
6143
6144 * faces.el (header-line): Use `:box nil' for color/gs displays too.
6145
936ae731
GM
61462000-11-14 Gerd Moellmann <gerd@gnu.org>
6147
83c9cb8e
SM
6148 * emacs-lisp/byte-opt.el (byte-compile-unfold-lambda):
6149 Don't recursively optimize body because that can lead to infinite
936ae731
GM
6150 recursion; see comment there.
6151
1695ca2b
EZ
61522000-11-13 Eli Zaretskii <eliz@is.elta.co.il>
6153
6154 * faces.el (face-spec-set-match-display): Revert the change from
6155 2000-10-24. Add a FIXME for after v21.1.
6156
9d348294
MB
61572000-11-13 Miles Bader <miles@gnu.org>
6158
6159 * textmodes/fill.el (skip-line-prefix): New function.
6160 (fill-region-as-paragraph, fill-region): Return the fill-prefix.
6161 (fill-paragraph): Don't leave point inside the fill-prefix.
88f0a1eb
MB
6162 * textmodes/refill.el (refill-fill-paragraph-at): Don't leave
6163 point inside the fill-prefix.
9d348294 6164
b85fa13c
MB
61652000-11-13 Miles Bader <miles@lsi.nec.co.jp>
6166
83c9cb8e
SM
6167 * calendar/calendar.el (generate-calendar-window):
6168 Use `fit-window-to-buffer'.
b85fa13c 6169
a0b47716
SM
61702000-11-12 Stefan Monnier <monnier@cs.yale.edu>
6171
6172 * gud.el (gud-minor-mode): New var.
6173 (gud-symbol, gud-val): New functions.
6174 (gud-find-file): Copy gud-minor-mode to the new buffer.
6175 (gud-menu-map): Include entries for commands that are not always
6176 available, using :enable to (de)activate them.
6177 (gud-minor-mode-map): New map. Add it to minor-mode-map-alist.
6178 (gud-mode-map): New map.
eaae8106 6179 (gud-gdb-find-file, gud-sdb-find-file, gud-dbx-find-file)
a0b47716
SM
6180 (gud-xdb-find-file, gud-perldb-find-file, gud-pdb-find-file):
6181 Don't set up gud's menu (it's done by the minor-mode).
6182 (gud-minibuffer-local-map): New.
6183 Replace gdb-minibuffer-local-map and pdb-minibuffer-local-map.
6184 (gud-query-cmdline): New function.
6185 (gdb, sdb, dbx, xdb, perldb, pdb, jdb): Use it. Set gud-minor-mode.
6186 (gud-mode): Use define-derived-mode.
6187 Don't set up gud's menu (it's done by the minor-mode).
6188 (gud-chop-words): Remove.
6189 (gud-common-init): Use split-string instead.
6190 (gud-new-keymap, gud-make-debug-menu): Eradicate.
6191
6192 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
6193 Add keyword arg :name.
6194
6195 * diff-mode.el (diff-mode-menu): Add entry for applying hunk.
6196 (diff-count-matches, diff-split-hunk): New functions.
6197 (diff-mode-map): Bind C-c C-s to diff-split-hunk.
6198
6199 * pcvs-info.el (cvs-fi-conflict-face): New var.
6200
6201 * progmodes/sh-script.el (sh-mode-syntax-table) <defvar>:
6202 Make it into a simple syntax-table, shared among all submodes.
6203 (sh-heredoc-face): Re-introduce.
6204 (sh-font-lock-syntactic-face-function): New function.
6205 (sh-mode): Use it. Also use define-derived-mode.
6206 Remove old bogus setting of indent-region-function.
6207 (sh-set-shell): Don't set the syntax-table any more.
6208 (sh-mode-syntax-table) <defun>: Remove.
6209
f5ed37df
MB
62102000-11-12 Miles Bader <miles@gnu.org>
6211
6212 * textmodes/flyspell.el (flyspell-mode-on): Only output welcome
6213 message if interactive.
6214
0b074c2f
DL
62152000-11-12 Dave Love <fx@gnu.org>
6216
6217 * mail/feedmail.el: Fix header,
6218 (feedmail) <defgroup>: Add :link.
6219
6220 * view.el: Use local-map property, not keymap on mode-line string.
6221
83c9cb8e
SM
6222 * scroll-all.el (scroll-all-mode): Customize variable.
6223 Add autoload cookie to function.
0b074c2f
DL
6224
6225 * lazy-lock.el: Remove compatibility code.
6226
6227 * finder.el (finder-known-keywords): Add `files', remove `vms'.
6228 (finder-help-echo): New variable.
6229 (finder-mouse-face-on-line): Add help-echo stuff.
6230 (finder-list-keywords, finder-list-matches): Use mapc.
6231
6232 * faces.el (face-font-registry-alternatives): Add :version.
6233
6234 * progmodes/etags.el (visit-tags-table-buffer): Beware of `t' in
6235 tags-table-list.
6236
a0b47716 6237 * net/browse-url.el (browse-url-browser-function): Update :version.
0b074c2f 6238
a0b47716 6239 * mail/sendmail.el (mail-font-lock-keywords): Use [:alpha:], not a-z.
0b074c2f
DL
6240 (mail-mode): Use [:alnum:] in some regexps.
6241
6d502396
DL
62422000-11-10 Dave Love <fx@gnu.org>
6243
6244 * ediff.el (ediff-regions-internal, ediff-documentation):
6245 * ediff-vers.el (rcs-ediff-view-revision): Put temp buffer into
6246 fundamental mode.
6247
6248 * ediff-util.el (ediff-status-info, ediff-debug-info): Put temp
6249 buffer into fundamental mode.
6250 (ediff-set-difference): Use copy-sequence if available.
6251
83c9cb8e
SM
6252 * ediff-ptch.el (ediff-dispatch-file-patching-job):
6253 Check ediff-patch-map non-nil.
6d502396
DL
6254 (ediff-fixup-patch-map, ediff-fixup-patch-map)
6255 (ediff-fixup-patch-map, ediff-patch-file-internal): Put temp
6256 buffer into fundamental mode.
6257
6258 * ediff-merg.el (state-or-merge): Defvar when compiling.
6259
a82fe213
JR
62602000-11-10 Jason Rumney <jasonr@gnu.org>
6261
6262 * w32-fns.el (w32-add-charset-info): New function.
6263 (w32-charset-info-alist): Use it.
6264
52d89894
GM
62652000-11-10 Gerd Moellmann <gerd@gnu.org>
6266
6267 * faces.el (face-font-registry-alternatives): New user-option.
6268
178932de
SM
62692000-11-10 Stefan Monnier <monnier@cs.yale.edu>
6270
d7fa3319
SM
6271 * textmodes/texinfo.el (texinfo-block-default): New var.
6272 (texinfo-insert-block): Use it. Insert a newline if needed.
6273
178932de
SM
6274 * textmodes/fill.el (fill-indent-according-to-mode): New var.
6275 (fill-region-as-paragraph): Use it.
6276
6277 * textmodes/tex-mode.el (standard-latex-block-names): Add "math".
6278 (latex-mode): Tweak tex-*-(head|trail)er regexps.
6279 Tweak paragraph regexps to allow a leading [ \t]*.
6280 (tex-latex-block): Insert a newline if necessary.
6281 (latex-insert-item): Only insert a newline if necessary.
6282 (tex-guess-main-file): New function.
6283 (tex-main-file): Use it. Add arg `realfile'. Trim `.tex'.
6284 Set tex-main-file if TeX-master is provided.
6285 (tex-latex-indent-syntax-table): Map ( and ) to punctuation.
6286
bd02b8e0
GM
62872000-11-10 Gerd Moellmann <gerd@gnu.org>
6288
6289 * startup.el (command-line): Set the default tooltip-mode
6290 to t for graphical displays which implement x-show-tip.
6291
6292 * tooltip.el (tooltip-mode): Add a comment about startup.el
6293 setting the default value of this user-option.
6294
b29b03eb
SM
62952000-11-09 Stefan Monnier <monnier@cs.yale.edu>
6296
6297 * font-lock.el (font-lock-*-face) <defvar>: Move.
6298 (font-lock-defaults-alist): Mark obsolete.
6299 (font-lock-mode, font-lock-mode-hook) <defvar>: Remove.
6300 (font-lock-mode): Use define-minor-mode.
6301 (font-lock-support-mode): Tweak type to default to jit-lock-mode.
6302 (font-lock-turn-off-thing-lock): Be more explicit.
6303 (font-lock-apply-syntactic-highlight): Use string-to-syntax after eval.
6304 (font-lock-syntactic-face-function): New var.
6305 (font-lock-fontify-syntactically-region): Use it.
6306 (font-lock-doc-face): New.
6307
6308 * pcvs.el (cvs-enabledp): Ignore errors.
6309 (cvs-commit-filelist): Never query.
6310 (cvs-mode-insert): Always add a terminating / in the initial prompt.
6311 (cvs-mode-diff-backup): Use cvs-partition rather than delete-if-not.
6312 (cvs-do-removal): Use cvs-partition rather than delete-if.
6313 Use cvs-insert-strings, cvs-pop-to-buffer-same-frame and
6314 cvs-bury-buffer.
6315
6316 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
6317 Allow `next' to jump to after the end of the last match.
6318
778fbc46
GM
63192000-11-09 Gerd Moellmann <gerd@gnu.org>
6320
730c746c
GM
6321 * simple.el (byte-compiling-files-p): New function.
6322
6323 * textmodes/ispell.el (toplevel): Use byte-compiling-files-p
6324 if it is there.
6325
6326 * emacs-lisp/bytecomp.el (byte-compile-current-file): Bind it to
6327 nil again.
6328
778fbc46
GM
6329 * textmodes/ispell.el (ispell-library-path): Don't call
6330 check-ispell-version when byte-compiling because that starts
6331 an ispell process, and ispell might not be installed.
6332 (toplevel): Don't set up a menu when byte-compiling.
6333
6334 * emacs-lisp/bytecomp.el (byte-compile-current-file): Don't bind
6335 it, so that a boundp test can be used to determine if we're
6336 currently byte-compiling.
6337
5912c5bb
DL
63382000-11-09 Dave Love <fx@gnu.org>
6339
83c9cb8e 6340 * pcvs.el (uniquify-buffer-file-name): Wrap advice in eval-after-load.
5912c5bb 6341
7bb054a5
GM
63422000-11-09 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6343
83c9cb8e
SM
6344 * ps-print.el: Patch for variable initialization when spooling.
6345 Doc fix.
7bb054a5
GM
6346 (ps-output-list): Fun eliminated.
6347 (ps-begin-file, ps-begin-job): Code fix.
6348
9db2706e
DL
63492000-11-08 Dave Love <fx@gnu.org>
6350
83c9cb8e 6351 * ediff-wind.el (ediff-control-frame-parameters): Zero tool-bar-lines.
9db2706e 6352
f7eb32aa
GM
63532000-11-08 Gerd Moellmann <gerd@gnu.org>
6354
6355 * simple.el (shell-command, display-message-or-buffer)
6356 (shell-command-on-region): Mention resize-mini-windows in the doc
6357 string.
6358 (display-message-or-buffer): Take the value of resize-mini-windows
6359 into account.
6360
7b01b08c
GM
63612000-11-07 Gerd Moellmann <gerd@gnu.org>
6362
acad3c0b
GM
6363 * macros.el (insert-kbd-macro): Print semi-colons as `?\;'.
6364
7b01b08c
GM
6365 * dired.el (dired-between-files): Add `^. find' as an alternative
6366 to the regular expression, for find-dired.
6367
6f602bd0
SM
63682000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6369
6370 * textmodes/texnfo-upd.el: Require texinfo.
6371 (defmacro, defgroup): Remove.
6372 (texinfo-section-to-generic-alist): Remove.
6373 Use texinfo-section-list instead (i.e. level is changed string->int).
6374 (texinfo-filter): New function.
6375 (texinfo-chapter-level-regexp, texinfo-subsubsection-level-regexp)
6376 (texinfo-subsection-level-regexp, texinfo-section-level-regexp):
6377 Use it. And use regexp-opt.
6378 (texinfo-find-higher-level-node, texinfo-hierarchic-level)
6379 (texinfo-update-menu-region-beginning)
6380 (texinfo-update-menu-higher-regexps, texinfo-update-menu-lower-regexps)
6381 (texinfo-update-the-node, texinfo-sequentially-update-the-node)
6382 (texinfo-update-menu-same-level-regexps): Update.
eaae8106 6383 (texinfo-update-node, texinfo-every-node-update)
6f602bd0
SM
6384 (texinfo-sequential-node-update): Remove autoload cookie.
6385
6386 * textmodes/texinfo.el (texinfo-section-list): Change majorheading.
6387 (texinfo-font-lock-syntactic-keywords): Use syntax-strings.
6388 (texinfo-chapter-level-regexp): Remove.
6389 (texinfo-mode): Hard code texinfo-chapter-level-regexp.
6390
bb216218
DL
63912000-11-06 Dave Love <fx@gnu.org>
6392
6f602bd0 6393 * autoinsert.el (auto-insert-alist) <latex-mode>: Use \documentclass.
b04f7626 6394
6f602bd0
SM
6395 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6396 Match defun*.
bb216218 6397
ff8dd5d5
KH
63982000-11-06 Kenichi Handa <handa@etl.go.jp>
6399
6400 * composite.el (composition-function-table): Variable declaration
6401 moved to src/composite.c.
6402 (compose-chars-after): New optional arg object.
6403
e9da51a1
GM
64042000-11-06 Gerd Moellmann <gerd@gnu.org>
6405
e0c12c68
GM
6406 * bindings.el (mode-line-toggle-read-only)
6407 (mode-line-toggle-modified, mode-line-widen)
6408 (mode-line-abbrev-mode, mode-line-auto-fill-mode): New functions.
6409 (make-mode-line-mouse2-map): Rewritten.
6410 (mode-line-modified, mode-line-format, minor-mode-alist): Use new
6411 functions so that C-h k can show something with a doc string.
eaae8106 6412
e9da51a1
GM
6413 * startup.el (fancy-splash-delay): Set to 10 seconds.
6414 (fancy-splash-max-time): New user-option.
6415 (fancy-splash-stop-time): New variable.
6416 (fancy-splash-screens): Set it. Catch `stop-splashing'.
6417 (fancy-splash-screens-1): Throw `stop-splashing' when current
6418 time is greater than fancy-splash-stop-time.
6419
611dbdf0
SM
64202000-11-06 Stefan Monnier <monnier@cs.yale.edu>
6421
4d2806e2
SM
6422 * vc-hooks.el (vc-insert-file): Don't assume byte==char.
6423
611dbdf0
SM
6424 * pcvs.el (cvs-mode-marked): New arg `noquery'.
6425 Prompt user for a file rather than raising an error.
6426 (cvs-enabledp): Fix call to cvs-mode-marked.
6427 (cvs-insert-file): New function (extracted from cvs-mode-insert).
6428 (cvs-mode-insert): Use it. Change the init prompt' value.
6429 (cvs-mode-tree): Use cvs-status-cvstrees instead of cvs-status-trees.
6430
6431 * emacs-lisp/ewoc.el (ewoc-goto-prev, ewoc-goto-next):
6432 Don't pass default arg to ewoc-locate.
6433 (ewoc-collect): Return result in the right order.
6434
6435 * log-edit.el (log-edit-show-files): Use cvs-insert-strings.
6436
6437 * cvs-status.el (cvs-tree-merge): Use cvs-butlast (avoid CL).
6438 (cvs-status-get-tags): Fix regexp.
6439 (cvs-status-trees, cvs-status-cvstrees):
6440 Combine after change hooks and don't sit-for.
4d2806e2
SM
6441 (cvs-tree-use-jisx0208): Rename from cvs-tree-dstr-2byte-ready.
6442 (cvs-tree-char-*): Rename from cvs-tree-dstr-char-*.
611dbdf0
SM
6443 Use make-char rather than hard-coded cryptic data.
6444 (cvs-status-cvstrees): Convert the buffer to multibyte if necessary.
6445
6446 * pcvs-defs.el (cvs-menu): Add entries for tree and insert.
6447
6448 * pcvs-util.el (cvs-butlast, cvs-nbutlast): New (copied from CL).
6449 (cvs-insert-strings): New function.
6450
937b2877
MB
64512000-11-06 Miles Bader <miles@lsi.nec.co.jp>
6452
6453 * mwheel.el (mouse-wheel-scroll-amount): Renamed from
6454 `mwheel-scroll-amount'.
6455 (mouse-wheel-follow-mouse): Renamed from `mwheel-follow-mouse'.
6456 (mouse-wheel-mode): Use (featurep 'xemacs) instead of
6457 string-matching against the version string.
6458
c6c97763
KH
64592000-11-06 Kenichi Handa <handa@etl.go.jp>
6460
6eaec747
KH
6461 * language/thai.el ("Thai"): Set a lisp form that produces
6462 composed string in `sample-text' language info.
6463
6464 * language/tibetan.el ("Tibetan"): Set a lisp form that produces
6465 composed string in `sample-text' language info.
6466
83c9cb8e
SM
6467 * international/mule-cmds.el (describe-language-environment):
6468 Eval `sample-text' data and insert the result.
6eaec747 6469
c6c97763
KH
6470 * international/mule-conf.el (compound-text): Define this coding
6471 system here. Make x-ctext and ctext aliases of it.
6472
6473 * language/european.el (compound-text, ctext): Moved to
6474 international/mule-conf.el.
6475
d1145f85
AI
64762000-11-05 Andrew Innes <andrewi@gnu.org>
6477
6478 * w32-fns.el (w32-version): New function.
6479
178a6a45
SM
64802000-11-05 Stefan Monnier <monnier@cs.yale.edu>
6481
6482 * progmodes/awk-mode.el: Update copyright.
6483 (awk-mode-abbrev-table): Remove.
6484 (awk-font-lock-keywords): Use regexp-opt.
6485 (awk-mode): Use define-derived-mode.
6486
6487 * emacs-lisp/regexp-opt.el (regexp-opt-group): Sort the strings
6488 when extracting a suffix.
6489
1ba90166
AS
64902000-11-04 Andre Spiegel <spiegel@gnu.org>
6491
6492 * vc-hooks.el (vc-insert-file): Rewritten. Don't bother about
6493 auto-save-mode.
6494
546790cb
JR
64952000-11-04 Jason Rumney <jasonr@gnu.org>
6496
6497 * language/european.el (decode-mac-roman): Test against r1 not r0.
6498
d247e32d
SM
64992000-11-03 Stefan Monnier <monnier@cs.yale.edu>
6500
fbf44f44
SM
6501 * progmodes/icon.el (icon-mode-map): Don't rebind \t.
6502 (icon-mode): Define indent-line-function.
6503 (icon-comment-indent): Simplify.
6504 (icon-font-lock-keywords-2): Use the `words' arg to regexp-opt.
6505
6506 * emacs-lisp/find-func.el (find-function-do-it): Quote the hook.
6507
6508 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
6509 Bind change-log-default-mode to defeat the caching done on it.
6510 Don't bother saving excursion any more.
6511
6512 * menu-bar.el (minibuffer maps): Use dolist rather than mapcar.
6513
6514 * frame.el (after-setting-font-hook): Rename hooks -> hook.
6515 (set-frame-font): Use the new name (and the old for compatibility).
6516
eaae8106
SS
6517 * toolbar/tool-bar.el (tool-bar-mode):
6518 * time.el (display-time-mode):
6519 * recentf.el (recentf-mode):
6520 * paren.el (show-paren-mode):
6521 * mwheel.el (mouse-wheel-mode):
6522 * msb.el (msb-mode):
6523 * jka-compr.el (auto-compression-mode):
6524 * image-file.el (auto-image-file-mode):
6525 * hl-line.el (hl-line-mode):
6526 * delsel.el (delete-selection-mode):
6527 * autoinsert.el (auto-insert-mode):
fbf44f44
SM
6528 * complete.el (partial-completion-mode): Drop unneeded positional args.
6529
eaae8106 6530 * info.el (Info-mode):
79372165 6531 * comint.el (comint-mode): Don't bother with make-local-hook.
fbf44f44 6532
d247e32d
SM
6533 * log-edit.el (log-edit-menu): New menu.
6534
4921558e
MB
65352000-11-03 Miles Bader <miles@gnu.org>
6536
6537 * wid-edit.el (widget-end-of-line): Reinstate, with a new
6538 definition, so that trailing spaces are handled properly.
6539 (widget-field-keymap, widget-text-keymap): Likewise C-e binding.
6540
1fc02b3c
GM
65412000-11-03 Gerd Moellmann <gerd@gnu.org>
6542
6543 * startup.el (fancy-splash-text, fancy-splash-text): Use a single
6544 tab character.
6545 (fancy-splash-screens): Set tab-width to 20.
6546
51d001f7
DL
65472000-11-03 Dave Love <fx@gnu.org>
6548
6549 * comint.el (comint-completion-addsuffix): Fix custom type.
6550
ba22aeff
SM
65512000-11-02 Stefan Monnier <monnier@cs.yale.edu>
6552
6553 * font-lock.el (font-lock-buffers): Remove.
6554 (font-lock-global-modes): Define with easy-mmode-define-global-mode.
6555 (font-lock-change-major-mode): Remove.
6556 (turn-on-font-lock-if-enabled): Only apply to the current buffer.
6557 (font-lock-default-fontify-region): Extend the multiline
6558 fontification to whole lines.
6559 (font-lock-fontify-anchored-keywords)
6560 (font-lock-fontify-keywords-region): If matching just one
6561 line (with \n) only mark the \n as multiline.
6562
6563 * emacs-lisp/easy-mmode.el (define-minor-mode): Remove :toggle arg.
6564 Correctly handle the case where several :group args are supplied.
6565 Allow :extra-args.
6566 (easy-mmode-define-global-mode): Allow :extra-args.
6567 Correctly handle the case where several :group args are supplied.
6568
9c887ada
MB
65692000-11-02 Miles Bader <miles@gnu.org>
6570
eaae8106 6571 * calendar/calendar.el (diary-face, calendar-today-face)
9c887ada
MB
6572 (holiday-face): Remove dependency on `window-system'.
6573
7f25090d
KR
65742000-11-02 Ken Raeburn <raeburn@gnu.org>
6575
6576 * Makefile.in (emacs): Set EMACSLOADPATH always.
83c9cb8e 6577 (update-authors, .el.elc, compile-files): Don't do it explicitly here.
9b911107 6578 (compile-files): Bomb out if compilation of a file fails.
7f25090d 6579
7dd6009c
DL
65802000-11-02 Dave Love <fx@gnu.org>
6581
6582 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defgroup.
6583
94821e4f
EZ
65842000-11-02 Eli Zaretskii <eliz@is.elta.co.il>
6585
6586 * mail/emacsbug.el (report-emacs-bug): Fix whitespace and
6587 punctuation in the warning inserted into the *mail* buffer.
6588
1ac3fc42
GM
65892000-11-02 Gerd Moellmann <gerd@gnu.org>
6590
57731876
GM
6591 * emacs-lisp/authors.el (authors-public-domain-files): New variable.
6592 (authors-public-domain-p): New function.
6593 (authors-print): Use it.
6594
975f82c9
GM
6595 * help.el (view-emacs-news): Use ONEWS.* instead of NEWS.* files.
6596
1ac3fc42
GM
6597 * mail/mh-e.el, mail/mh-comp.el: Change maintainer.
6598
4b3eb10f
GM
65992000-11-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6600
975f82c9 6601 * ps-print.el: Extension for even/odd printing. Doc fix.
4b3eb10f
GM
6602 (ps-print-version): New version number (6.3.1).
6603 (ps-even-or-odd-pages): Customization fix.
6604 (ps-print-page-p, ps-begin-file, ps-begin-job, ps-page-number)
6605 (ps-header-sheet, ps-header-page, ps-end-job): Code fix.
6606 (ps-page-count): Var replaced by `ps-page-column'.
6607 (ps-page-column, ps-page-sheet, ps-page-printed): New vars.
6608 (ps-print-sheet-p): New fun.
6609
7da794df
MB
66102000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6611
6612 * tooltip.el (tooltip-gud-tips-setup): New function.
6613 (tooltip-gud-tips-p): Add :set to call tooltip-gud-tips-setup.
6614 (tooltip-mode): Call tooltip-gud-tips-setup.
6615 (tooltip-gud-tips): Use `gud-basic-call' instead of
6616 process-send-string, so the prompt gets frobbed appropriately.
6617 Handle nil return value from `tooltip-gud-print-command'.
6618
0e40b809
EL
66192000-11-01 Eric M. Ludlam <zappo@ultranet.com>
6620
6621 * comint.el (comint-add-to-input-history): New function.
6622 (comint-send-input): Use `comint-add-to-input-history'.
6623
50ada0db
MB
66242000-11-02 Miles Bader <miles@lsi.nec.co.jp>
6625
973a3104
MB
6626 * info.el (info-menu-header): New face.
6627 (Info-fontify-menu-headers): New function.
6628 (Info-fontify-node, Info-insert-dir): Call `Info-fontify-menu-headers'.
6629
50ada0db
MB
6630 * info.el (Info-insert-dir): Don't include blank lines at
6631 beginning of additional dir files (one is added automatically).
6632
bff53411
SM
66332000-11-01 Stefan Monnier <monnier@cs.yale.edu>
6634
6635 * emacs-lisp/easy-mmode.el (define-minor-mode):
6636 Revert the latest changes.
6637 Allow the three positional arguments to be skipped and replaced
6638 by keyword arguments.
6639 Add a :toggle argument to determine whether a nil arg means toggle
6640 or means turn-on. The default is unchanged.
6641 Add a call to force-mode-line-update.
6642
6b8a0b2d
DL
66432000-11-01 Dave Love <fx@gnu.org>
6644
83c9cb8e 6645 * emacs-lisp/elp.el (elp-restore-function): Remove autoload cookie.
6b8a0b2d 6646
5bf99100
MB
66472000-11-01 Miles Bader <miles@lsi.nec.co.jp>
6648
83c9cb8e
SM
6649 * calendar/calendar.el (diary-face, holiday-face):
6650 Add dark-background variants.
5bf99100 6651
a4032611
SS
66522000-10-31 Sam Steingold <sds@gnu.org>
6653
6654 * textmodes/tex-mode.el (tex-file): Use `default-directory' when
6655 `tex-main-file' does not have directory in it.
6656
c286608e
SM
66572000-10-31 Stefan Monnier <monnier@cs.yale.edu>
6658
6659 * cus-edit.el (custom-mode-map): Switch back to a sparse keymap.
6660
4836835a
TTN
66612000-10-31 Thien-Thi Nguyen <ttn@gnu.org>
6662
6663 * ediff-init.el (ediff-prepare-buffer-hook): Expand docstring, no
6664 functional change.
6665
26dcb81b
GM
66662000-10-31 Gerd Moellmann <gerd@gnu.org>
6667
6668 * files.el (find-file-noselect): When we expand a wildcard, return
6669 a list of buffers, as we should do according to the doc string.
6670
49fc4500
KR
66712000-10-31 Ken Raeburn <raeburn@gnu.org>
6672
6673 * loadup.el (top level): Adjust load path if program name is
6674 "../src/bootstrap-emacs", in case it's not dumped and thus the
6675 load path adjustment hasn't already been done.
6676
ea0c615d
GM
66772000-10-31 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6678
83c9cb8e
SM
6679 * ps-print.el: Fix bug on selected pages for printing.
6680 Use `color-values' for Emacs 21. Ensure fontification when jit-lock
ea0c615d
GM
6681 is on. Try to avoid warning messages when compiling. Doc Fix.
6682 (ps-print-version): New version number (6.3).
6683 (ps-color-device): Use `color-values' to determine if device
6684 supports color.
6685 (ps-color-values): Try to use `x-color-values' when using XEmacs.
6686 (ps-print-page-p): Changed from defsubst to defun.
6687 (ps-page-number): Changed from defmacro to defun.
6688 (ps-header-sheet, ps-header-page): Fix bug on selected pages for
6689 printing.
c286608e 6690 (ps-print-ensure-fontified): Ensure fontification when jit-lock is on.
ea0c615d
GM
6691 (ps-end-file, ps-dummy-page): Funs eliminated.
6692 (ps-print-color-scale): Changed default value.
6693 (ps-page-n-up, ps-print-page-p): New internal vars.
6694 (ps-print-preprint, ps-output, ps-begin-file, ps-begin-page)
6695 (ps-plot-region, ps-generate, ps-end-job): Code fix.
6696
9e20722f
GM
6697 * delim-col.el: Little programming improvement.
6698 (delimit-columns-str): New macro.
6699 (delimit-columns-region, delimit-columns-rectangle): Code fix.
6700
d7a0fd00
KH
67012000-10-31 Kenichi Handa <handa@etl.go.jp>
6702
c286608e
SM
6703 * term/mac-win.el (decode-mac-roman, encode-mac-roman, mac-roman):
6704 Moved to european.el.
d7a0fd00
KH
6705 (ccl-encode-mac-roman-font, fontset-mac): Modified for
6706 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
c286608e
SM
6707 (mac-roman-kbd-insert, mac-roman-kbd-mode): These functions deleted.
6708 (mac-roman-kbd-mode, mac-roman-kbd-mode-map): These variables deleted.
d7a0fd00 6709
234be340
DL
67102000-10-30 Dave Love <fx@gnu.org>
6711
6712 * progmodes/cc-menus.el (imenu-generic-expression)
6713 (imenu-progress-message): Only defvar when compiling.
6714
4edc4a39
DL
6715 * emacs-lisp/elp.el (elp-unload-hook): New function.
6716
6717 * loadhist.el (unload-feature): Call elp-restore-function,
6718 checking for symbols; don't use elp-restore-all.
6719 (loadhist-hook-functions): Doc fix.
6720
70c825df
SM
67212000-10-30 Stefan Monnier <monnier@cs.yale.edu>
6722
6723 * log-edit.el (log-edit-confirm): Fix the default.
6724
1d3baf74
GM
67252000-10-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
6726
6727 * delim-col.el: Little fix: replace delimit-columns-align-columns by
6728 delimit-columns-format.
6729 (delimit-columns-region, delimit-columns-rectangle): Code fix.
4836835a 6730
1ec321a7
MB
67312000-10-30 Miles Bader <miles@lsi.nec.co.jp>
6732
6733 * comint.el (comint-replace-by-expanded-history): Don't use
6734 comint-get-old-input (we're not looking at *old* input).
6735 (comint-get-old-input-default): If using fields, signal an error
6736 when the point is not in an input field.
6737
70737ea9
KH
67382000-10-30 Kenichi Handa <handa@etl.go.jp>
6739
6740 * international/mule-conf.el: New charsets mule-unicode-2500-33ff
6741 and mule-unicode-e000-ffff.
6742
fa0cb51d 6743 * international/mule.el (decode-char, encode-char): New functions.
70737ea9
KH
6744 (make-coding-system): Accept a symbol of translation table as a
6745 value of property `safe-chars'.
6746
6747 * international/mule-cmds.el (encode-coding-char): Check property
6748 safe-chars instead of safe-charsets.
6749
6750 * international/fontset.el (fontset-default): Modified for
6751 mule-unicode-2500-33ff and mule-unicode-e000-ffff.
6752 (x-font-name-charset-alist): Likewise.
6753 (ccl-encode-unicode-font): New CCL program. Record it in
6754 font-ccl-encoder-alist to be used for fonts "ISO10646-1".
6755
70c825df
SM
6756 * language/european.el (mac-roman-decoder, mac-roman-encoder):
6757 New translation tables.
70737ea9
KH
6758 (decode-mac-roman, encode-mac-roman): Definition of these CCL
6759 programs are modified and moved from mac-win.el.
6760 (mac-roman): Definition of this coding system is modified and
6761 moved from mac-win.el.
4836835a 6762
fda2ce24 67632000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6764
1d3baf74 6765 * ediff-wind.el (ediff-setup-control-frame): Enclose
fda2ce24 6766 face-attribute in condition-case to avoid errors in older emacsen.
70737ea9 6767
dd4d3cb6
MB
67682000-10-29 Miles Bader <miles@gnu.org>
6769
6770 * custom.el (custom-add-to-group): Allow multiple entries for a
6771 given value OPTION, as long as their widget types are different.
6772 * cus-edit.el (custom-face-value-create): If face name doesn't end
6773 with "face", add such here (similar to custom group widgets).
6774
6775 * comint.el (comint-highlight-prompt): Add :type.
6776
dace60cf
JW
67772000-10-28 John Wiegley <johnw@gnu.org>
6778
dace60cf
JW
6779 * calendar/timeclock.el (timeclock-log): Doc fix.
6780 (timeclock-last-event): Doc fix.
83c9cb8e 6781 (timeclock-log): Kill the timelog buffer after appending a new event.
dace60cf
JW
6782 (timeclock-find-discrep): Use a temp buffer to read in the
6783 timelog, instead of visiting the file.
6784 (timeclock-log-data): A new function, along with a host of helper
6785 functions, for the purpose of making timelog data accessible to
6786 programmers.
6787
6788 * eshell/esh-mode.el (window-height test): Make certain that
6789 `eshell-stringify-t' is non-nil.
6790 (eshell-password-prompt-regexp): Changed to a much simpler
6791 password regexp.
6792 (eshell-send-input): If `eshell-invoke-directly' returns t,
6793 directly invoke the parsed command using `eval'. This improves
6794 turn-around time on simple commands by a factor of three or
6795 greater, such as cd, ls, pwd, etc. -- which get used very often.
6796 It also conserves thousands of cons cells per call (since
6797 `eshell-do-eval' consumes memory like a Cookie Monster set loose
6798 in the Pacific Cookie Company).
6799
6800 * eshell/esh-test.el (eshell-test): Whitespace fix.
6801
83c9cb8e
SM
6802 * eshell/em-ls.el (eshell-ls-insert-directory):
6803 Make `eshell-ls-initial-args' nil when inserting directory contents.
dace60cf
JW
6804
6805 * eshell/em-script.el (eshell-script-initialize): Add names to
6806 `eshell-complex-commands, since `source' and `.' are complex.
6807
0467b076
EZ
6808 * eshell/esh-cmd.el (eshell-rewrite-for-command)
6809 (eshell-rewrite-while-command): Use `eshell-protect' instead of
dace60cf
JW
6810 `eshell-copy-handles'.
6811 (eshell-rewrite-if-command): Use `eshell-protect' to wrap the call
6812 bodies.
6813 (eshell-separate-commands): Whitespace fix.
6814 (eshell-complex-commands): Added a new list of names, for
6815 determining whether a given command is as simple as it looks.
6816 (eshell-invoke-directly): New function. Returns t if a command
6817 should be invoked directly (using `eval'), rather than indirectly
6818 using `eshell-do-eval'.
6819 (eshell-do-eval): Whitespace fix.
6820
6821 * eshell/em-unix.el (eshell-default-target-is-dot): New variable,
6822 which provides an emulation of the DOS shell behavior of assuming
6823 that cp/mv/ln should copy/move/link to the current directory.
6824 (eshell-remove-entries): Added a doc string.
6825 (eshell-shuffle-files): Removed the check for `target' being null.
6826 (eshell-mvcp-template, eshell-mvcpln-template): Renamed
6827 `eshell-mvcp-template' to `eshell-mvcpln-template', and extended
6828 it to do a smarter check of whether a destination was provided.
6829 (eshell/mv, eshell/cp): Enable `:preserve-args'.
6830 (eshell/ln): Enable `:preserve-args', and use
6831 `eshell-mvcpln-template' to implement the body of the function.
0467b076
EZ
6832 (eshell/cat, eshell/make, eshell-poor-mans-grep, eshell-grep)
6833 (eshell/du, eshell/diff, eshell/locate): Stringify the argument
dace60cf
JW
6834 list after flattening it. This makes it possible to cat files
6835 with numerical names.
6836 (eshell-unix-initialize): Added several names to
6837 `eshell-complex-commands.
6838 (eshell-unix-command-complex-p): Return t if a given command name
6839 may result in external processes being invoked.
6840
6841 * eshell/em-glob.el (eshell-glob-show-progress): Make this
6842 variable nil by default, since it slows down glob processing by a
6843 factor of two or more, and increases memory consumption.
6844
6845 * eshell/em-smart.el: Added a note about how memory consumptive
6846 smart display mode can be (at least this is true in Emacs 21).
6847 (eshell-smart-initialize): Whitespace fix.
6848 (eshell-refresh-windows): Use `if' instead of `when'.
6849 (eshell-smart-scroll-window): Calling `save-current-buffer' was
6850 not necessary.
83c9cb8e 6851 (eshell-currently-handling-window): Added a missing global variable.
dace60cf
JW
6852
6853 * eshell/em-ls.el (eshell-do-ls): Code simplification.
6854 (eshell-ls-sort-entries, eshell-ls-entries, eshell-ls-dir):
6855 Whitespace fix.
6856 (eshell-ls-exclude-hidden): Added this variable in addition to
6857 `eshell-ls-exclude-regexp'. This one prevents files beginning
6858 with . from even being read, which can improve memory consumption
6859 quite a bit.
6860 (eshell-ls-dir): If `eshell-ls-exclude-hidden' is non-nil, do not
6861 read file entries beginning with a dot. In home directories with
6862 lots of hidden files, fully two-thirds of the time spent in ls is
6863 used to read directory entries that are immediately thrown away.
6864 (eshell-ls-initial-args): Added back this configuration variable,
6865 for specifying default initial arguments to every call to ls.
6866 Much faster than using an alias to do the same thing.
6867 (eshell-do-ls): Use `eshell-ls-initial-args', if set.
6868 (eshell-ls-dir): Whitespace change.
6869
6870 * eshell/em-dirs.el (eshell/pwd): Small code simplification.
6871
83c9cb8e 6872 * eshell/esh-util.el: Don't require `ange-ftp' if it's not available.
dace60cf
JW
6873 (eshell-stringify-t): Added a customization variable, to indicate
6874 whether `t' should be rendered as a string at all. If not, one
6875 can still determine if the result of an expression is true using
6876 "file-exists-p FILE && echo true".
6877 (eshell-stringify): If `eshell-stringify-t' is nil, don't
6878 stringify t!
6879
6880 * eshell/esh-module.el: Whitespace fix.
6881
83c9cb8e
SM
6882 * eshell/em-alias.el (eshell-alias-initialize):
6883 Added `eshell-command-aliased-p' to `eshell-complex-commands'.
dace60cf
JW
6884 (eshell-command-aliased-p): New function that returns t if a
6885 command name names an aliased.
6886
657f9cb8 68872000-10-29 Michael Kifer <kifer@cs.sunysb.edu>
4836835a 6888
0467b076 6889 * viper-cmd.el (viper-preserve-cursor-color): New test that avoids
70c825df 6890 redrawing the screen when changing cursor color.
0467b076
EZ
6891 (viper-insert-state-pre-command-sentinel)
6892 (viper-replace-state-pre-command-sentinel)
70c825df
SM
6893 (viper-replace-state-post-command-sentinel):
6894 Use viper-preserve-cursor-color.
657f9cb8
MK
6895 Many functions changed to use viper= instead of = when comparing
6896 characters.
0467b076 6897 * viper-util.el (viper-memq-char,viper=): New functions for
657f9cb8 6898 working with characters.
0467b076 6899 (viper-change-cursor-color): Fixed buglet.
657f9cb8
MK
6900 Many functions changed to use viper= instead of = when comparing
6901 characters.
0467b076 6902 * viper.el (viper-insert-state-mode-list): Added eshell.
4836835a 6903
0467b076 6904 * ediff-init.el (ediff-before-setup-hook): New hook.
657f9cb8 6905 Several typos fixed in various docstrings.
0467b076 6906 * ediff-merg.el (ediff-show-clashes-only): Docstring typo fixed.
83c9cb8e 6907 * ediff-nult.el (ediff-before-session-group-setup-hooks): New hook.
0467b076
EZ
6908 (ediff-show-meta-buffer): Run ediff-before-session-group-setup-hooks.
6909 * ediff-util.el (ediff-setup): Run ediff-before-setup-hook.
6910 (ediff-other-buffer): Use selected buffers if in Buffer-menu buffer.
6911 (ediff-get-selected-buffers): New function.
6912 * ediff-vers.el (ediff-vc-internal,ediff-rcs-internal)
83c9cb8e
SM
6913 (ediff-vc-merge-internal,ediff-rcs-merge-internal):
6914 Use save-window-excursion.
0467b076 6915 * ediff-wind.el (ediff-skip-unsuitable-frames): More robust
657f9cb8 6916 termination check in while loop.
0467b076 6917 * ediff.el (ediff-get-default-file-name): Better defaults when in
657f9cb8 6918 dired buffer.
0467b076
EZ
6919 (ediff-files,ediff-merge-files,ediff-files3)
6920 (ediff-merge-files-with-ancestor): Use ediff-get-default-file-name.
4836835a 6921
4f490d99
DL
69222000-10-28 Dave Love <fx@gnu.org>
6923
6924 * info.el (Info-fontify-node): Add help-echo for menu items.
6925
45b84006
EZ
69262000-10-28 Eli Zaretskii <eliz@is.elta.co.il>
6927
5ebc02b3
EZ
6928 * startup.el (normal-top-level): If the value of $TERM indicates
6929 we are running from xterm or one of its work-alikes, default to a
6930 light background mode.
6931
45b84006
EZ
6932 Support for -fg, -bg, and -rv command-line arguments for TTYs:
6933 * faces.el (tty-handle-reverse-video): New function.
6934 (tty-create-frame-with-faces): Call it.
6935
6936 * frame.el (frame-notice-user-settings): Don't apply
6937 default-frame-alist and initial-frame-alist to MS-DOS frames.
6938 Call tty-handle-reverse-video, frame-set-background-mode, and
6939 face-set-after-frame-default for non-MS-DOS frames.
6940
6941 * startup.el (tty-long-option-alist): New variable.
6942 (tty-handle-args): New function.
6943 (command-line): Call tty-handle-args.
6944
6945 * term/pc-win.el (x-long-option-alist, msdos-handle-args): Remove;
6946 startup.el now does that for all character-terminal frames.
6947
eab6e8b9
MB
69482000-10-28 Miles Bader <miles@gnu.org>
6949
83c9cb8e
SM
6950 * emacs-lisp/easy-mmode.el (define-minor-mode):
6951 Generate `turn-on-MODE' and `turn-off-MODE' functions unless the mode
6952 is global. If :global is followed by a non-nil but non-t value,
eab6e8b9 6953 make the mode buffer-local, but also generate a `global-MODE'
83c9cb8e
SM
6954 version using `easy-mmode-define-global-mode'.
6955 Add :conditional-turn-on keyword argument.
eab6e8b9 6956
51a29efc
DL
69572000-10-28 Dave Love <fx@gnu.org>
6958
83c9cb8e
SM
6959 * international/latin1-disp.el (latin1-char-displayable-p):
6960 Don't use window-system.
51a29efc 6961
d71d7114
EZ
69622000-10-27 Eli Zaretskii <eliz@is.elta.co.il>
6963
6964 * dos-w32.el (find-file-not-found-set-buffer-file-coding-system):
6965 Don't call find-buffer-file-type-coding-system. Instead, just
6966 set eol-type to -unix if inhibit-eol-conversion is in effect, or
6967 if the file is on an untranslated filesystem.
6968 (add-untranslated-filesystem): Use "D" instead of "f" inside
6969 interactive.
6970
1f9cab4b
DL
69712000-10-27 Dave Love <fx@gnu.org>
6972
70c825df 6973 * textmodes/refill.el (refill-late-fill-paragraph-function): New var.
1f9cab4b
DL
6974 (refill-mode): Use it.
6975
70c825df
SM
69762000-10-27 Stefan Monnier <monnier@cs.yale.edu>
6977
6978 * international/quail.el (quail-activate): Don't make-local-hook.
6979
7432cf10
AS
69802000-10-27 Andre Spiegel <spiegel@gnu.org>
6981
4836835a 6982 * vc-hooks.el (vc-version-backup-file-name): Use file.~<rev>~ for
7432cf10 6983 manual backups and file.~<rev>.~ for automatic ones.
08a1fcb7
AS
6984 (vc-make-version-backup): Don't do it on MS-DOS without long file
6985 names.
4836835a 6986
7432cf10
AS
6987 * vc.el (vc-version-other-window): If an automatic backup of the
6988 desired version exists, rename it instead of copying it.
6989
4836835a
TTN
6990 * vc-cvs.el (vc-cvs-checkin): Check both status and error message
6991 after command. If there's an unexpected error, signal it instead
7432cf10 6992 of being silent.
e1483c38 6993 (vc-cvs-merge-news): Be prepared for no news at all.
4836835a 6994
05ea7ef2
MB
69952000-10-27 Miles Bader <miles@lsi.nec.co.jp>
6996
fd1035aa
MB
6997 * shell.el (shell): Add BUFFER argument.
6998 * comint.el (make-comint-in-buffer): New function.
6999 (make-comint): Use it.
7000
05ea7ef2
MB
7001 * faces.el (face-spec-choose): Change syntax so that the list of
7002 attribute-value pairs is now the cdr of each clause, not the cadr.
7003 Detect old-style entries, and handle them. Use pop.
7004
835a55fe
SM
70052000-10-26 Stefan Monnier <monnier@cs.yale.edu>
7006
f5ab1cdd
SM
7007 * cus-edit.el (custom-mode-map): Use a sparse map.
7008 (custom-mode): Don't bother with make-local-hook.
7009
7010 * wid-edit.el (widget-add-change): Don't bother with make-local-hook.
7011
835a55fe
SM
7012 * vc.el (vc-start-entry): Only erase the buffer if comment is set.
7013
c13b0ec8
GM
70142000-10-26 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7015
7016 * ps-print.el: Avoid compilation gripes.
7017 (ps-print-version): New version number (6.2.1).
4836835a 7018
e9f63196
DL
70192000-10-26 Dave Love <fx@gnu.org>
7020
0b95284b
DL
7021 * menu-bar.el: Modify some menu item help strings.
7022 (menu-bar-help-menu): Add link to MORE.STUFF.
7023
e9f63196
DL
7024 * cus-edit.el (custom-mode): Add `special' mode-class property.
7025
7026 * wid-browse.el (widget-browse-mode): Likewise.
7027
7028 * wid-edit.el (widget-specify-field): Revert to using local-map
7029 property, not keymap.
7030
e276a14a
MB
70312000-10-26 Miles Bader <miles@lsi.nec.co.jp>
7032
c1545d88
MB
7033 * wid-edit.el (widget-field-end): When checking for a `boundary'
7034 field, do so in the correct buffer.
7035
3c1b77ca
MB
7036 * simple.el (undo): Correctly distinguish between numeric and
7037 non-numeric prefix args in non-transient-mark-mode, as per the doc
7038 string. When in transient-mark-mode, treat all prefix-args as
7039 numeric.
7040
f5ab1cdd
SM
7041 * simple.el (previous-matching-history-element): Miscellaneous cleanup.
7042 Position point on match. Handle N == 0 correctly.
22626d9d
MB
7043
7044 * comint.el (comint-mode): Locally set `next-line-add-newlines' to nil.
7045 (comint-mode-map): Reverse order of `comint-write-output' and
7046 `comint-append-output-to-file'.
7047 (comint-append-output-to-file): Reinstate this function, for the
7048 benefit of the menu.
7049
d97151cb
SM
70502000-10-25 Stefan Monnier <monnier@cs.yale.edu>
7051
7052 * vc.el (vc-version-other-window): Bind `file'.
7053
ea7d6f5b
GM
70542000-10-25 Gerd Moellmann <gerd@gnu.org>
7055
f5ab1cdd 7056 * Makefile.in (update-authors): New target for maintenance purposes.
ea7d6f5b
GM
7057
7058 * emacs-lisp/authors.el (batch-update-authors): New function.
7059 (authors-fixed-entries): New defconst.
7060 (authors-add-fixed-entries): New function.
7061 (authors): Call it.: Don't process lispref/.
7062
17c25cea
JR
70632000-10-25 Jason Rumney <jasonr@gnu.org>
7064
7065 * cus-edit.el (custom-button-face, custom-button-pressed-face):
7066 Merge x w32 and mac definitions.
7067
4ecda532
GM
70682000-10-25 Gerd Moellmann <gerd@gnu.org>
7069
7070 * menu-bar.el (menu-bar-options-menu): Add a help string for
7071 `uniquify'.
7072
b6735035
GM
70732000-10-25 Stephen Gildea <gildea@alum.mit.edu>
7074
f5ab1cdd
SM
7075 * time-stamp.el (time-stamp-string-preprocess):
7076 Fix a wrong type argument error.
b6735035 7077
f4cbc7a0
MB
70782000-10-25 Miles Bader <miles@gnu.org>
7079
7080 * recentf.el (recentf-mode): Variable removed.
7081 (recentf-mode): Use `define-minor-mode'.
7082
7083 * mwheel.el (mouse-wheel-mode): New global minor mode.
7084 (mwheel-install): Use `mouse-wheel-mode'.
7085
f4b020f6
DL
70862000-10-25 Dave Love <fx@gnu.org>
7087
f5ab1cdd
SM
7088 * progmodes/cperl-mode.el (cperl-mode):
7089 Set normal-auto-fill-function correctly.
072cb6f9 7090
83c9cb8e
SM
7091 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7092 Don't inherit from global-map and don't nullify menu-bar and tool-bar
0b95284b 7093 bindings.
f4b020f6 7094
ebe2a441
MB
70952000-10-25 Miles Bader <miles@lsi.nec.co.jp>
7096
ff4dcd4b
MB
7097 * wid-edit.el (widget-field-at): New function.
7098 (widget-at, widget-field-activate): Use it.
7099 (widget-tabable-at): Use `widget-at'.
7100 (widget-specify-field): If the terminating character of the widget
7101 field (which is read-only) is a newline, put it into a special
7102 `boundary' field so that C-n/C-p act more naturally.
7103 (widget-field-end): Also don't subtract one if a special
7104 `boundary' field has been added after the widget field.
7105
83c9cb8e
SM
7106 * comint.el (comint-output-filter, comint-send-input):
7107 Don't bother adding stickiness fields to overlays to fool the field
ebe2a441 7108 code, since it should notice the overlay insertion-types now.
ff4dcd4b 7109
ebe2a441
MB
7110 * wid-edit.el (widget-beginning-of-line, widget-end-of-line):
7111 Replace with aliases of the normal emacs b-o-l/e-o-l functions.
7112 (widget-field-keymap, widget-text-keymap): Don't bind C-a/C-e.
7113
fe50b6ab
GM
71142000-10-24 Gerd Moellmann <gerd@gnu.org>
7115
53df4dda 7116 * emacs-lisp/authors.el (authors-aliases): Add some more aliases.
83c9cb8e
SM
7117 (authors): Set file coding system to iso-2022-7bit.
7118 Add file-local variables to output buffer.
53df4dda 7119
4836835a 7120 * files.el (after-find-file): Don't print any warnings if
fe50b6ab
GM
7121 WARN is nil.
7122
53df4dda
GM
71232000-10-24 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7124
7125 * ps-print.el (ps-generate): Fix odd/even pages printing bug.
7126
7127 * delim-col.el: Now there is a column formatting mechanism.
7128 Modified to customization mechanisms convention. Doc fix.
7129 (columns): New group for delim-col.
7130 (delimit-columns-before, delimit-columns-after)
7131 (delimit-columns-format, delimit-columns-extra, delimit-columns-start)
7132 (delimit-columns-end): New vars.
7133 (delimit-columns-customize, delimit-columns-format): New funs.
7134 (delimit-columns-region, delimit-columns-rectangle)
7135 (delimit-columns-rectangle-line): Modified to support column
7136 formatting.
4836835a 7137
a9839779
DL
71382000-10-24 Dave Love <fx@gnu.org>
7139
7140 * log-edit.el (log-edit): Add :version and a :group for vc.
7141
df0267b8
GM
71422000-10-24 Gerd Moellmann <gerd@gnu.org>
7143
9acc3873
GM
7144 * files.el (after-find-file): Don't print a message ``New file''
7145 if WARN is nil.
7146
83c9cb8e
SM
7147 * wid-edit.el (widget-field-keymap, widget-text-keymap):
7148 Define the tool-bar map as nil, as for the menu-bar. Otherwise, we'll
63e1b552
GM
7149 get duplicate tool-bar entries because we'll see the global ones
7150 on more than one path through keymaps.
7151
1946f901
GM
7152 * emacs-lisp/lisp.el (defun-prompt-regexp): Doc fix.
7153
df0267b8
GM
7154 * progmodes/cmacexp.el: Change Francesco's email address.
7155
ae3b264b
KH
71562000-10-24 Kenichi Handa <handa@etl.go.jp>
7157
7158 * window.el (fit-window-to-buffer): Adjust point of the window
7159 buffer, not that of the current buffer.
7160
23afac01
EZ
71612000-10-24 Eli Zaretskii <eliz@is.elta.co.il>
7162
7163 * progmodes/cmacexp.el: Update the euthor's email address.
7164
22d1a4ed
MB
71652000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7166
7167 * faces.el (face-spec-set-match-display): Add `graphic' display
7168 type (the inverse of `tty'). Use `display-graphic-p' instead of
7169 the window-system variable.
7170
f408aa48
KH
71712000-10-24 Kenichi Handa <handa@etl.go.jp>
7172
83c9cb8e
SM
7173 * international/isearch-x.el (isearch-with-input-method):
7174 Call input-method-function with the first event in
f408aa48
KH
7175 unread-command-events.
7176
94fe8a31
MB
71772000-10-24 Miles Bader <miles@lsi.nec.co.jp>
7178
83c9cb8e 7179 * faces.el (face-default-spec, face-user-default-spec): Make defsubsts.
94fe8a31 7180
8f47302e
AC
71812000-10-24 Andrew Choi <akochoi@i-cable.com>
7182
7183 * international/mule-conf.el (mac-roman-lower, mac-roman-upper):
7184 New charsets.
7185
7186 * term/mac-win.el: Remove definitions of mac-roman-lower and
7187 mac-roman-upper, require dired, and define instead of set
7188 mac-ready-for-drag-n-drop to avoid compilation error.
7189
446c097e
AI
71902000-10-23 Andrew Innes <andrewi@gnu.org>
7191
83c9cb8e
SM
7192 * files.el (make-backup-file-name-1) [windowsnt, ms-dos]:
7193 Remove superfluous calls to subst-char-in-string; instead apply
446c097e
AI
7194 expand-file-name after convert-standard-filename to ensure
7195 expected directory separators are used.
7196
379b70e7
EZ
71972000-10-23 Eli Zaretskii <eliz@is.elta.co.il>
7198
7199 * info.el (Info-file-list-for-emacs): Add an entry for Eshell.
7200
85c766e9
DL
72012000-10-23 Dave Love <fx@gnu.org>
7202
b7e03a67
DL
7203 * toolbar/tool-bar.el (tool-bar-add-item-from-menu)
7204 (tool-bar-add-item): Set foreground and background for XBM icons.
7205
83c9cb8e
SM
7206 * international/latin1-disp.el (latin1-char-displayable-p):
7207 New function (from Handa).
b7e03a67
DL
7208 (latin1-display-check-font): Use it.
7209
0dcf8835 7210 * imenu.el (imenu--create-keymap-2): Build menu with menu-item
83c9cb8e
SM
7211 using :key-sequence, making it much more usable.
7212 Use nconc, not append.
0dcf8835
DL
7213 (imenu--create-keymap-1): Avoid append.
7214
85c766e9 7215 * textmodes/refill.el: Remove bits redundant with define-minor-mode.
4836835a 7216
cb3069bb
MB
72172000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7218
7219 [the following changes fix a bug where `define-minor-mode' didn't
7220 correctly generate :require clauses for defcustoms in compiled files]
7221 * emacs-lisp/bytecomp.el (byte-compile-last-logged-file): New variable.
7222 (byte-compile-log-file, byte-compile-log-1): Don't set
7223 `byte-compile-current-file' to nil. Instead set
7224 `byte-compile-last-logged-file' to it. Test whether
7225 byte-compile-current-file equals byte-compile-last-logged-file
7226 instead of whether its nil.
3b6542ba 7227 (byte-compile-file): Bind `byte-compile-last-logged-file' to nil.
cb3069bb 7228
6db6243b
SM
72292000-10-23 Stefan Monnier <monnier@cs.yale.edu>
7230
7231 * textmodes/refill.el: Fix var names in doc.
7232 (refill-mode): Don't bother with make-local-hook anymore.
7233
98490598
MB
72342000-10-23 Miles Bader <miles@lsi.nec.co.jp>
7235
e01cd227
MB
7236 * faces.el (face-user-default-spec, face-default-spec): New functions.
7237 (face-spec-choose, face-spec-set): Document nil-SPEC behavior.
4836835a 7238 (frame-set-background-mode, face-set-after-frame-default):
e01cd227
MB
7239 Use `face-user-default-spec'. Simplify code slightly.
7240
4836835a 7241 * woman.el (woman-italic-face, woman-bold-face)
e01cd227
MB
7242 (woman-unknown-face): Add dark-background variants.
7243 (woman-default-faces): Renamed from `woman-colour-faces'.
7244 Set using the stored defaults, rather than using hard-wired colors.
7245 (woman-monochrome-faces): Renamed from `woman-black-faces'.
7246 Just make the foreground `unspecified' rather than "black".
7247 (woman-menu): Rename menu entries accordingly.
7248
98490598
MB
7249 * faces.el (header-line): Make more reasonable on mono/grayscale
7250 displays.
7251
1a578e9b
AC
72522000-10-23 Andrew Choi <akochoi@i-cable.com>
7253
7254 * cus-edit.el (custom-button-face): Use 3D look for mac.
7255 (custom-button-pressed-face): Likewise.
7256
7257 * faces.el (set-face-attributes-from-resources): Handle mac frames
7258 in the same way as x and w32 frames.
7259 (face-valid-attribute-values): Likewise.
7260 (read-face-attribute): Likewise.
7261 (defined-colors): Likewise.
7262 (color-defined-p): Likewise.
7263 (color-values): Likewise.
7264 (display-grayscale-p): Likewise.
7265 (face-set-after-frame-default): Likewise.
7266 (mode-line): Same default face as for x and w32.
7267 (tool-bar): Likewise.
7268
7269 * frame.el: Remove call to frame-notice-user-settings at end of
7270 the file.
7271
83c9cb8e 7272 * info.el (Info-fontify-node): Make underlines invisible for mac
1a578e9b
AC
7273 as for x, pc, and w32 frame types.
7274
7275 * term/mac-win.el: New file.
7276
aaaf7be7
DL
72772000-10-22 Dave Love <fx@gnu.org>
7278
7279 * textmodes/refill.el: New file.
7280
5392d654
AS
72812000-10-22 Andre Spiegel <spiegel@gnu.org>
7282
4836835a 7283 * vc-hooks.el (vc-version-backup-file-name): New optional args
5392d654 7284 MANUAL and REGEXP.
4836835a 7285 (vc-delete-automatic-version-backups, vc-make-version-backup):
5392d654
AS
7286 New functions.
7287 (vc-before-save): Use the latter.
7288 (vc-default-make-version-backups-p): Added `-p' suffix to avoid
7289 confusion.
7290
4836835a 7291 * vc-cvs.el (vc-cvs-make-version-backups-p): Added `-p' suffix as
5392d654
AS
7292 expected by vc[-hooks].el.
7293
7294 * vc.el (vc-checkout): Added `-p' suffix in call to
7295 vc-make-version-backups-p; use vc-make-version-backup to actually
7296 make the backup.
7297 (vc-version-other-window, vc-version-backup-file): Handle both
7298 automatic and manual backups.
7299 (vc-revert-file): Use vc-delete-automatic-version-backups to get rid
7300 of all of them.
7301
1e221c16
MB
73022000-10-22 Miles Bader <miles@gnu.org>
7303
7ff4fda5
MB
7304 * comint.el (comint-highlight-input, comint-highlight-prompt):
7305 Renamed, `-face' at end removed.
7306 (comint-send-input, comint-output-filter): Use renamed faces.
7307
3511cde8
MB
7308 * window.el (fit-window-to-buffer): Change defaulting of
7309 MAX-HEIGHT slightly.
7310
1e221c16
MB
7311 * faces.el (color-values, color-defined-p): Use `member', not
7312 `memq', because it works correctly for strings.
7313 (frame-set-background-mode): Actually, "unspecified-fg" and
7314 "unspecified-bg" *are* strings. Use `member', not `memq', and
7315 `equal', not `eq', when a string value is possible.
7316
b6ef4898
EZ
73172000-10-21 Eli Zaretskii <eliz@is.elta.co.il>
7318
7319 * info.el (Info-file-list-for-emacs): Add an entry for Speedbar.
7320
34939e2c
SM
73212000-10-21 Stefan Monnier <monnier@cs.yale.edu>
7322
7323 * progmodes/sh-script.el (sh-mode-map): Remove bindings for
7324 sh-electric-rparen, sh-electric-less and sh-electric-hash.
7325 (sh-st-punc, sh-here-doc-syntax): Use string-to-syntax.
7326 (sh-font-lock-heredoc, sh-font-lock-paren): New funs.
7327 (sh-font-lock-syntactic-keywords): Use them.
7328 (sh-heredoc-face, sh-st-face, sh-special-syntax): Remove.
7329 (sh-mkword-regexp, sh-electric-rparen-needed-here): Remove.
7330 (sh-mode): Don't override font-lock-unfontify-region-function.
7331 Use a copy of sh-font-lock-syntactic-keywords.
7332 (sh-set-shell): Don't set sh-electric-rparen-needed-here.
7333 Don't call sh-scan-buffer since font-lock does it on the fly.
7334 (sh-get-indent-info): Use `face' rather than `syntax-table'
7335 text-property to detect here-documents.
7336 Replace sh-special-syntax with sh-st-punc.
7337 (sh-prev-line): Use `face' rather than `syntax-table'
7338 text-property to skip over here-documents.
7339 (sh-font-lock-unfontify-region-function, sh-check-paren-in-case)
7340 (sh-set-char-syntax, sh-electric-rparen, sh-electric-hash)
7341 (sh-electric-less, sh-set-here-doc-region)
4836835a 7342 (sh-remove-our-text-properties, sh-search-word, sh-scan-case)
34939e2c
SM
7343 (sh-scan-buffer, sh-rescan-buffer): Remove.
7344
f3d3c491
AI
73452000-10-21 Andrew Innes <andrewi@gnu.org>
7346
7347 * w32-fns.el (make-auto-save-file-name): Don't apply conversion to
7348 remote (ange-ftp) file names.
7349
b86c791c
MB
73502000-10-21 Miles Bader <miles@gnu.org>
7351
d9c30bdf
MB
7352 * window.el (fit-window-to-buffer): New function.
7353 (shrink-window-if-larger-than-buffer): Use it.
1e221c16
MB
7354 (window-text-height): Don't expect minibuffers to have mode-lines.
7355
d9c30bdf 7356 * help.el (resize-temp-buffer-window): Use `fit-window-to-buffer'.
83c9cb8e
SM
7357 * international/quail.el (quail-update-guidance):
7358 Use `fit-window-to-buffer' instead of `set-window-text-height'.
d9c30bdf 7359
617fee5a
MB
7360 * international/quail.el (quail-show-guidance-buf): Make sure
7361 guidance window really has enough room.
7362 (quail-update-guidance): If quail-guidance-win is already shown,
7363 make sure its height is OK.
7364
b86c791c
MB
7365 * window.el (window-text-height, set-window-text-height):
7366 New functions.
7367 (shrink-window-if-larger-than-buffer): Use `window-text-height'
7368 instead of `window-height' & `mode-line-window-height-fudge'.
7369 (mode-line-window-height-fudge): Add FACE parameter.
7370 * help.el (resize-temp-buffer-window): Use `set-window-text-height'
7371 instead of `enlarge-window' & `mode-line-window-height-fudge'.
7372
e34850d1
MB
73732000-10-20 Miles Bader <miles@gnu.org>
7374
7375 * window.el (height-affecting-face-attributes): Use `defconst'.
7376
7377 * textmodes/ispell.el (ispell-mode-line-window-height-fudge):
7378 New function, conditionally aliased to `mode-line-window-height-fudge'.
7379 (ispell-help): Use it.
7380 (ispell-choices-win-default-height): Don't include mode-line fudge.
7381 (ispell-choices-win-default-height): New function.
7382 (ispell-show-choices, ispell-command-loop): Use function
7383 `ispell-choices-win-default-height' instead of variable.
7384
a8b883c2
MB
73852000-10-20 Miles Bader <miles@lsi.nec.co.jp>
7386
8c6e4a58
MB
7387 * window.el (mode-line-window-height-fudge): New variable.
7388 (height-affecting-face-attributes): New variable.
7389 (mode-line-window-height-fudge): New function.
7390 (shrink-window-if-larger-than-buffer): Use it.
7391 * help.el (resize-temp-buffer-window): Likewise.
7392
a8b883c2
MB
7393 * info.el (Info-fontify-node): Add support for @subsubsection
7394 titles, which use `Info-title-4-face'.
7395 (Info-title-4-face): New face.
7396 (Info-title-3-face): Inherit from Info-title-4-face instead of
7397 variable-pitch.
7398
e64c3a75
JR
73992000-10-19 Jason Rumney <jasonr@gnu.org>
7400
7401 * dired.el (dired-insert-directory): Do not let errors signalled by
7402 attempt to run dired-free-space-program prevent dired from working.
7403
c70fe852
SM
74042000-10-19 Stefan Monnier <monnier@cs.yale.edu>
7405
7406 * diff-mode.el (diff-find-file-name): Fix regex subgroup number.
7407
877cf6b4
GM
74082000-10-19 Gerd Moellmann <gerd@gnu.org>
7409
5de037e0
GM
7410 * dirtrack.el (dirtrack): Fix call to run-hooks.
7411
6deb9af9
GM
7412 * cmuscheme.el (cmuscheme-program-name): Renamed from
7413 scheme-program-name because xscheme.el contains a defcustom with
7414 the same name. As a consequence, customizing group `cmuscheme'
7415 loaded `xscheme' which redefined run-scheme.
7416 (run-scheme): Use cmuscheme-program-name.
7417
83c9cb8e 7418 * ps-print.el (ps-print-emacs-type): Move into the eval-and-compile.
877cf6b4 7419
e597d8fb 7420 * play/doctor.el (doctor-death): Update the Samaritans'
c70fe852 7421 anonymous address, and add a website for Befrienders International.
4836835a 7422
3e9cb08f
GM
74232000-10-19 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7424
c70fe852
SM
7425 * ps-print.el: Even/odd pages fix. Fix little bug on XEmacs.
7426 Avoid compilation gripes. Doc fix.
3e9cb08f
GM
7427 (ps-print-version): New version number (6.2).
7428 (ps-x-color-instance-p, ps-x-color-instance-rgb-components)
7429 (ps-x-color-name, ps-x-color-specifier-p, ps-x-copy-coding-system)
7430 (ps-x-device-class, ps-x-extent-end-position, ps-x-extent-face)
7431 (ps-x-extent-priority, ps-x-extent-start-position)
7432 (ps-x-face-font-instance, ps-x-find-coding-system)
7433 (ps-x-font-instance-properties, ps-x-make-color-instance)
7434 (ps-x-map-extents): Alias for functions without the prefix `ps-x-', to
7435 avoid compilation gripes without defining functions.
7436 (ps-e-find-composition): Alias for function find-composition, to have a
7437 suitable function depending on Emacs version.
7438 (ps-color-device, ps-color-values, ps-face-foreground-name)
7439 (ps-face-background-name, ps-face-bold-p, ps-face-italic-p, ps-mapper)
7440 (ps-extent-sorter, ps-xemacs-face-kind-p, ps-xemacs-color-name)
7441 (ps-print-ensure-fontified): Function definitions surrounded by
7442 `eval-and-compile' to avoid compilation gripes.
7443 (ps-font-lock-face-attributes): `font-lock-face-attributes' evaluated
7444 by symbol-value to avoid compilation gripes.
7445 (ps-end-file, ps-header-sheet, ps-plot-region): Even/odd pages fix.
7446 (ps-generate-postscript-with-faces): Fix little bug on XEmacs.
7447
d8abcd91
MB
74482000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7449
13ab33c4
MB
7450 * startup.el (normal-top-level): Call `frame-set-background-mode'
7451 after `frame-notice-user-settings' because the latter doesn't call
7452 the former on a tty.
7453
d8abcd91
MB
7454 * faces.el (frame-set-background-mode): `unspecified' &c are
7455 symbols, not strings.
7456
e8bce0a9
EZ
74572000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7458
c70fe852
SM
7459 * term/tty-colors.el (color-name-rgb-alist): Add a comment explaining
7460 why some "light*" colors are deliberately absent from the alist.
e8bce0a9 7461
c70fe852
SM
7462 * info.el (Info-title-1-face, Info-title-2-face, Info-title-3-face):
7463 Change colors for tty's, as suggested by Miles Bader.
e8bce0a9 7464
773272d8
KH
74652000-10-19 Kenichi Handa <handa@etl.go.jp>
7466
c70fe852 7467 * international/fontset.el: Use registry "MuleTibetan-2" for Tibetan.
773272d8
KH
7468 (ccl-encode-mule-unicode-0100-24ff): New CCL program. Register it
7469 for ISO10646-1 fonts.
7470 (x-font-name-charset-alist): Add an entry for "iso10646-1".
7471
772139c0
EZ
74722000-10-19 Eli Zaretskii <eliz@is.elta.co.il>
7473
7474 * faces.el (frame-set-background-mode): If a tty frame defines a
7475 background color, use that to compute the background mode, instead
7476 of always defaulting to "dark".
7477
d134a19f
MB
74782000-10-19 Miles Bader <miles@lsi.nec.co.jp>
7479
8bb84cb2
MB
7480 * comint.el (comint-write-output): New function.
7481 (comint-mode-map): Add it to the menu.
e40a778f 7482 Bind `C-c C-s' to comint-write-output.
d134a19f 7483
dada41e1
GM
74842000-10-18 Gerd Moellmann <gerd@gnu.org>
7485
7486 * startup.el (fancy-splash-screens): Set buffer-undo-list to t.
7487 Use fancy-splash-delay.
7488
9b5360aa
GM
74892000-10-18 Alex Schroeder <alex@gnu.org>
7490
7491 * progmodes/sql.el (sql-sybase-options): New option.
7492 (sql-sybase): Use it. Add sql-database to the list of parameters
7493 provided for login. The options -w 2048 -n are not used any more.
7494
9035a35a
GM
7495 * comint.el (comint-read-input-ring): Bugfix such that the first
7496 and the last entry of the input ring file are not lost.
7497
3556c6dd
GM
74982000-10-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
7499
7500 * ps-print.el: Internal variable changes to defcustom,
7501 make-local-hook changes to defvar. Doc fix.
7502 (ps-print-version): New version number (6.1).
7503 (ps-setup, ps-do-despool): Code fix.
7504 (ps-printer-name): Customization fix.
7505 (ps-printer-name-option): Now is a defcustom instead of an
7506 internal variable.
7507 (ps-print-hook, ps-print-begin-sheet-hook, ps-print-begin-page-hook)
7508 (ps-print-begin-column-hook): Now are defvar instead of
7509 make-local-hook.
4836835a 7510
4e217e50
MB
75112000-10-18 Miles Bader <miles@gnu.org>
7512
7513 * comint.el (comint-delete-output): Renamed from `comint-kill-output'.
7514 (comint-kill-output): Changed into an alias for `comint-delete-output',
7515 and made obsolete.
7516 (comint-mode-map): Rename references to comint-kill-output.
7517
34460354
EZ
75182000-10-18 Eli Zaretskii <eliz@is.elta.co.il>
7519
7520 * diff-mode.el (diff-header-face, diff-file-header-face)
7521 (diff-changed-face): Add bold and italic attributes to tty faces.
7522 (diff-function-face): New face.
7523 (diff-font-lock-keywords): Use it.
7524
17ea3cdb
MB
75252000-10-18 Miles Bader <miles@lsi.nec.co.jp>
7526
7527 * comint.el (comint-output-filter): Fixup comint-last-input-end too.
7528 Remove commented-out call to force-mode-line-update.
7529 (comint-kill-output): Use `forward-line 0' instead of
7530 beginning-of-line to make sure we get past the prompt.
7531
9244f2c7
SM
75322000-10-17 Stefan Monnier <monnier@cs.yale.edu>
7533
7534 * diff-mode.el (diff-header-face, diff-file-header-face):
7535 Add specific setting for dark background.
7536 (diff-context-face): Renamed from diff-comment-face.
7537 Set explicitly rather than inheriting from font-lock-comment-face.
7538
1592c1ef
EZ
75392000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7540
7541 * startup.el (command-line): Move the code which sets the default
7542 TTY colors to before before-init-hook.
7543
f86292a9
GM
75442000-10-17 Gerd Moellmann <gerd@gnu.org>
7545
7546 * jit-lock.el (jit-lock-stealth-time): Doc fix.
7547
f7f2e883
EZ
75482000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7549
e854cc22
EZ
7550 * files.el (auto-mode-alist): Add .dif and .pat as diff-mode
7551 extensions, for MS-DOS.
7552
f7f2e883
EZ
7553 * diff-mode.el (diff-header-face, diff-file-header-face)
7554 (diff-changed-face): Define tty-specific colors.
7555
c7b4f0f9
GM
75562000-10-17 Gerd Moellmann <gerd@gnu.org>
7557
7558 * startup.el (fancy-splash-text): Realign the text.
7559
12a72271
EZ
75602000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7561
7562 * font-lock.el (font-lock-comment-face): Define a separate default
7563 for dark-background tty's.
7564
61dfccfd
MB
75652000-10-17 Miles Bader <miles@gnu.org>
7566
7567 * help.el (resize-temp-buffer-window): Add hack to avoid last line
7568 being obscured by whizzy mode-lines on graphics displays.
7569
333cd59e
EZ
75702000-10-17 Eli Zaretskii <eliz@is.elta.co.il>
7571
7572 * info.el (Info-title-1-face, Info-title-2-face)
7573 (Info-title-3-face): Define colors for tty's.
dada41e1 7574 (info-header-node): Remove unneeded tty-specific definition.
333cd59e 7575
dbf1fcc1
EZ
75762000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
7577
7578 * term/pc-win.el (msdos-handle-reverse-video): Don't remove
7579 reverse from the frame parameters, and don't invert foreground and
7580 background colors.
7581
ac629823
MB
75822000-10-16 Miles Bader <miles@gnu.org>
7583
7584 * info.el (Info-set-mode-line): Use `%b' instead of hardwired
7585 string "*Info*". Call propertized-buffer-identification to spruce
7586 up the result.
7587
76eebffc
GM
75882000-10-16 Gerd Moellmann <gerd@gnu.org>
7589
3a6b59d9
GM
7590 * help.el: Provide `help' for the sake of define-minor-mode
7591 which generates defcustoms with requires.
7592
6569c3d3
GM
7593 * jit-lock.el (jit-lock-after-change): If we're in text that
7594 matches a multi-line font-lock pattern, make sure the whole text
7595 will be redisplayed.
7596
c2e0a611
GM
7597 * emacs-lisp/authors.el (authors-add): Don't add an entry if
7598 author's name is unknown.
7599
76eebffc
GM
7600 * eshell/esh-var.el, eshell/esh-util.el, eshell/esh-test.el,
7601 * eshell/esh-proc.el, eshell/esh-opt.el, eshell/esh-mode.el,
7602 * eshell/esh-maint.el, eshell/esh-io.el, eshell/esh-ext.el,
7603 * eshell/esh-cmd.el, eshell/esh-arg.el, eshell/em-xtra.el,
7604 * eshell/em-unix.el, eshell/em-term.el, eshell/em-smart.el,
7605 * eshell/em-script.el, eshell/em-rebind.el, eshell/em-prompt.el,
7606 * eshell/em-pred.el, eshell/em-ls.el, eshell/em-hist.el,
7607 * eshell/em-glob.el, shell/em-dirs.el, eshell/em-cmpl.el,
7608 * eshell/em-basic.el, eshell/em-banner.el, eshell/em-alias.el:
7609 Add author information.
7610
cf1e7b12
MB
76112000-10-16 Miles Bader <miles@lsi.nec.co.jp>
7612
7613 * toolbar/up_arrow.xpm, toolbar/right_arrow.xpm:
7614 * toolbar/left_arrow.xpm, toolbar/home.xpm: Re-convert from
7615 full-color version (using the Gimp) to eliminate dithering artifacts.
7616
5586f3eb
SM
76172000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7618
7619 * font-lock.el (font-lock-syntactic-keywords): Fix docstring.
7620
7621 * simple.el (syntax-flag-table, string-to-syntax): Remove.
7622
ad64a888
DL
76232000-10-15 Dave Love <fx@gnu.org>
7624
83c9cb8e 7625 * progmodes/sh-script.el: Require skeleton and comint when compiling.
ad64a888
DL
7626
7627 * pcomplete.el (pcomplete) <defgroup>: Add :version.
7628
7629 * whitespace.el: Doc fixes.
7630 (top-level): Don't add hooks here.
7631 (whitespace-running-emacs): Deleted.
7632 (timer): Don't require.
7633 (whitespace): Add back :version conditional on xemacs test.
7634 (whitespace-spacetab-regexp, whitespace-indent-regexp)
7635 (whitespace-ateol-regexp, whitespace-modes): Fix custom type.
7636 (whitespace-force-mode-line-update, whitespace-refresh-rescan-list)
7637 (whitespace-tickle-timer, whitespace-rescan-files-in-buffers):
7638 Avoid specific xemacs test.
7639 (whitespace-global-mode): New option.
7640 (whitespace-global-mode): New command.
7641 (whitespace-unload-hook): New function.
7642
7643 * info.el (Info-mouse-follow-nearest-node): Use mouse-set-point.
4836835a 7644 (Info-fontify-node, Info-goto-node, Info-mode-menu)
ad64a888
DL
7645 (Info-fontify-node): `Goto' goes to `Go to'.
7646 (Info-fontify-node): Add help-echo to xref links.
7647
1ef49fc6
EZ
76482000-10-15 Eli Zaretskii <eliz@is.elta.co.il>
7649
7650 * eshell/em-unix.el (eshell-du-prefer-over-ange): Doc fix.
7651
8b7707e1
SM
76522000-10-15 Stefan Monnier <monnier@cs.yale.edu>
7653
b3b7f42f
SM
7654 * emacs-lisp/easy-mmode.el (easy-mmode-define-syntax):
7655 Use plist-get and allow :inherit.
7656
7657 * emacs-lisp/cl-macs.el (cl-do-arglist):
7658 Use plist-get and plist-member instead of memq.
7659
3c7fafc7
SM
7660 * emacs-lisp/ewoc.el (ewoc-location): New function.
7661 (ewoc-enter-after, ewoc-enter-before): Document return value.
7662 * pcvs.el (cvs-make-cvs-buffer, cvs-run-process):
7663 Don't need make-local-hook any more.
7664 (cvs-addto-collection): Return the new tin.
7665 (cvs-mode-insert): Jump to the new line.
7666
8b7707e1
SM
7667 * jit-lock.el (jit-lock-fontify-buffer): Remove.
7668
7669 * arc-mode.el (archive-zoo-summarize): Fix from gnu.emacs.bug.
7670
7671 * font-lock.el (font-lock-syntactically-fontified): New var.
7672 (font-lock-fontify-syntactic-keywords-region): Use it.
7673 (font-lock-mode): Fix docstring. Don't need make-local-hook anymore.
7674
7675 * diff-mode.el (diff-find-file-name): Fix regexp.
7676
7677 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
7678 (cl-builtin-clrhash, cl-builtin-maphash): Add for byte-compatibility.
7679
7680 * progmodes/sh-script.el (sh-imenu-generic-expression): Fix.
7681 (sh-mode-syntax-table): Add punctuation syntax for < and >.
7682 (sh-mode): Don't make all vars local here.
7683 (sh-kw): Reformat.
7684 (sh-set-shell): Use dolist. Don't set indent-region-function.
7685 (sh-mode-syntax-table): Use pop.
7686 (sh-remember-variable): Use push.
7687 (sh-help-string-for-variable): Use memq.
7688 (sh-safe-backward-sexp): Remove.
7689 (sh-safe-forward-sexp): Add ARG.
7690 (sh-get-indent-info, sh-prev-stmt): Use it.
7691 (sh-prev-line): Simplify by using forward-comment.
7692 (sh-this-is-a-continuation): Simplify.
7693 (sh-learn-buffer-indent): Use dolist.
7694 (sh-do-nothing): Remove.
7695 (sh-set-char-syntax, sh-set-here-doc-region):
7696 Use inhibit-modification-hooks.
7697 (sh-name-style): Use mapcar and push.
7698 (sh-load-style): Use dolist.
7699 (sh-save-styles-to-buffer): Use with-current-buffer and pp.
7700 (sh-case, sh-while-getopts): Use propertize directly rather
7701 than sh-electric-rparen.
7702
77032000-10-14 Stefan Monnier <monnier@cs.yale.edu>
7704
7705 * textmodes/tex-mode.el: Require CL when compiling.
7706 (tex-mode-syntax-table): Init immediately.
7707 (tex-mode-map): Bind M-RET to latex-insert-item.
7708 (latex-mode): Set indent-line-function to latex-indent.
7709 (tex-common-initialization): Don't setup the syntax-table any more.
7710 (latex-insert-item): New skeleton.
7711 (tex-next-unmatched-end): Fix copy/paste braino.
4836835a 7712 (latex-syntax-after, latex-skip-close-parens, latex-down-list)
8b7707e1 7713 (latex-indent, latex-find-indent): New functions.
4836835a 7714 (tex-indent-allhanging, tex-indent-arg, tex-latex-indent-syntax-table)
8b7707e1
SM
7715 (tex-indent-item, tex-indent-item-re, tex-indent-basic): New vars.
7716 (tex-compilation-parse-errors): Use with-syntax-table.
7717
86b7fcbb
MB
77182000-10-15 Miles Bader <miles@gnu.org>
7719
7720 * font-lock.el (font-lock-comment-face): Change dark-background,
7721 color, non-tty, default to `chocolate1'.
7722
57a24508
JW
77232000-10-13 John Wiegley <johnw@gnu.org>
7724
7725 * eshell/esh-util.el (require): Added a missing `require' form,
7726 needed when compiling (for an ange-ftp macro definition).
7727
40ad3db4
DL
77282000-10-13 Dave Love <fx@gnu.org>
7729
7730 * toolbar/paste.pbm, toolbar/saveas.pbm: Retouch.
7731
db460189
GM
77322000-10-13 Gerd Moellmann <gerd@gnu.org>
7733
83c9cb8e 7734 * emacs-lisp/lisp.el (down-list, backward-up-list, up-list): Doc fix.
b41c9501 7735
4836835a 7736 * toolbar/*.xpm: Reduce to max. 8 colors (mogrify -colorspace
db460189
GM
7737 transparent -colors 8).
7738
3b5e21df
GM
77392000-10-13 Stephen Gildea <gildea@alum.mit.edu>
7740
7741 * time-stamp.el (time-stamp): Fixed bug in new multi-line code
7742 that breaks with old list format timestamps.
7743 (time-stamp-warn-inactive, time-stamp-old-format-warn)
83c9cb8e 7744 (time-stamp-count, time-stamp-conversion-warn): Improved doc strings.
3b5e21df 7745
16908a3f
JW
77462000-10-13 John Wiegley <johnw@gnu.org>
7747
d7103dda
JW
7748 * align.el, pcomplete.el, calendar/timeclock.el,
7749 eshell/esh-module.el, eshell/eshell.el: Removed URL reference.
7750
dace60cf 7751 * calendar/timeclock.el (timeclock-find-discrep): A fix to some
16908a3f
JW
7752 faulty math, where holiday hours were being computing as seconds.
7753
b6b70cda
JW
77542000-10-13 John Wiegley <johnw@gnu.org>
7755
7756 * desktop.el (desktop-buffer-modes-to-save): Added a global for
83c9cb8e
SM
7757 specifying what "other" kinds of buffers should be saved.
7758 This used to be hard-coded.
b6b70cda
JW
7759 (desktop-buffer-misc-functions): A global for specifying how
7760 auxiliary data should be determined for special buffer types.
7761 (desktop-save-buffer-p): Use `desktop-buffer-modes-to-save',
7762 instead of hard-coding the special buffer types.
7763 (desktop-save): Run `desktop-buffer-misc-functions' to gather
7764 auxiliary data, instead of hard-coding for Info buffers and dired.
7765 (desktop-buffer-info-misc-data): Aux function for determining Info
7766 buffer auxiliary info.
7767 (desktop-buffer-dired-misc-data): Likewise, but for dired buffers.
7768 (desktop-buffer-info): Changed this function to use the info
7769 gathered above.
7770 (desktop-create-buffer): Be a little more careful about what
7771 `minor-mode' means before calling it. This is important for some
7772 buffer types.
7773
8c6b1d83
JW
77742000-10-13 John Wiegley <johnw@gnu.org>
7775
7776 * eshell/esh-util.el: Added a global form which declares an
7777 autoload for `parse-time-string', if that function is not already
7778 defined, and if parse-time.el is available on the user's system.
7779
7780 * eshell/em-ls.el (eshell-ls-applicable): Extended this function
7781 to be aware of ange-ftp user info.
83c9cb8e 7782 (eshell-do-ls): Bind `ange-cache'. Also, use `eshell-file-attributes'.
8c6b1d83
JW
7783 (eshell-ls-annotate): Use `eshell-file-attributes'.
7784 (eshell-ls-file): Made the user-id printing code a bit smarter.
7785
7786 * eshell/esh-util.el (eshell-ange-ls-uids): Added variable, to
7787 allow identification of alias user ids in remote directories.
83c9cb8e
SM
7788 It's manual, but there's no other way to know when the current user
7789 on the local machine, is also the owning user on the remote machine.
8c6b1d83
JW
7790 (fboundp): Bind `ange-cache'.
7791 (eshell-directory-files-and-attributes): Re-organized the logic a
7792 bit to use `eshell-file-attributes' instead of `file-attributes'.
7793 The former is more sensitive to directories that are read via FTP,
7794 and knows how to use ange-ftp to determine full attribute
7795 information, instead of just the name and last modtime.
7796 (eshell-current-ange-uids): Return the current user id when in a
7797 remote directory.
7798 (eshell-parse-ange-ls): Parse a full directory listing that has
7799 been returned by ange-ftp.
7800 (eshell-file-attributes): This beefed up version of
7801 `file-attributes' is only special if the user is currently in a
7802 remote directory, in which case it does a lot of work to find out
7803 what the real attributes of a file are, as they appear on the
7804 remote machine. This makes usage of remote directories (i.e.,
7805 ange-ftp pathnames) much more useful. You can now use Eshell as a
7806 full-fledged FTP client, with much more manipulation ability than
7807 most other clients.
7808
7809 * eshell/em-unix.el (eshell-du-prefer-over-ange): Added a new
7810 variable, which means that Eshell's du should always be preferred
7811 in remote directories.
7812 (eshell-shuffle-files): Use `eshell-file-attributes', rather than
7813 just `file-attributes'.
7814 (eshell-mvcp-template): Bind `ange-cache', to improve performance
7815 when reading remote directories. This is an Eshell-specific
7816 variable (not part of ange-ftp).
7817 (eshell/ln): Bind `ange-cache'.
7818 (eshell/du): Added some extra logic for determining when to use
7819 Eshell's du (which is slow), and when to use the external version
7820 (which may or may not exist).
7821
83c9cb8e
SM
7822 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
7823 Call `eshell-interactive-process', rather than using
8c6b1d83
JW
7824 `get-buffer-process', since backgrounded processes don't count in
7825 the context of this function's logic.
7826
7827 * eshell/esh-arg.el (eshell-parse-double-quote): Moved a call to
7828 `forward-char', so that null strings are parsed correctly.
7829
87730e84 78302000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83 7831
83c9cb8e
SM
7832 * eshell/em-pred.el (eshell-pred-file-type)
7833 (eshell-pred-file-links, eshell-pred-file-size):
7834 Use `eshell-file-attributes'. This is more correct over ange-ftp.
8c6b1d83
JW
7835
7836 * eshell/em-glob.el (eshell-extended-glob): Bind `ange-cache', so
7837 that remote file globbing is more efficient.
7838
7839 * eshell/em-ls.el (eshell-ls-dir): Use `expand-file-name' when
7840 gathering the files and attributes within a directory.
7841
7842 * eshell/em-unix.el (eshell/cat): If any of the files passed on
7843 the command line is a special file (not a regular file, directory
7844 or symlink), always attempt to call the external version of cat.
7845
87730e84 78462000-09-13 John Wiegley <johnw@gnu.org>
8c6b1d83
JW
7847
7848 * eshell/esh-mode.el (eshell-find-tag): Corrections to the
7849 Eshell-friendly version of find-tag.
7850
1c7e37a9
MB
78512000-10-13 Miles Bader <miles@lsi.nec.co.jp>
7852
4836835a 7853 * image-file.el (image-file-name-extensions)
1c7e37a9
MB
7854 (image-file-name-regexps): Add autoload cookies.
7855
11a7f341
KH
78562000-10-13 Kenichi Handa <handa@etl.go.jp>
7857
7858 * international/mule-cmds.el (select-safe-coding-system): If FROM
7859 is string, show it in *Warning* buffer.
7860
8ddddcb0
EZ
78612000-10-13 Eli Zaretskii <eliz@is.elta.co.il>
7862
7863 * startup.el (normal-top-level): Use display-popup-menus-p instead
7864 of window-system.
7865 (command-line): Use display-graphic-p instead of window-system.
7866 (command-line-1): Use display-popup-menus-p and display-mouse-p
7867 instead of window-system.
7868
72200f89
SS
78692000-10-12 Sam Steingold <sds@gnu.org>
7870
7871 * tooltip.el (tooltip-use-echo-area): New user variable.
7872 (tooltip-show): Use it to choose between `x-show-tip' and `message'.
7873
8661c643
DL
78742000-10-12 Dave Love <fx@gnu.org>
7875
d0b40dc1
DL
7876 * recentf.el: Maintainer's checkdoc fixes.
7877
83c9cb8e
SM
7878 * startup.el (normal-top-level-add-subdirs-to-load-path):
7879 Use character class, not ASCII when matching file names.
a622451f
DL
7880 (fancy-splash-head): Add trailing slash to URL.
7881 (command-line): Don't require XPM support for toolbar.
7882
8661c643
DL
7883 * progmodes/cperl-mode.el (cperl-tips-faces): Doc fix.
7884 (cperl-invalid-face): Revert last change.
7885 (cperl-init-faces): Quote cperl-invalid-face.
7886
ef2ed8ab
KH
78872000-10-12 Kenichi Handa <handa@etl.go.jp>
7888
7889 * startup.el (fancy-splash-text): Remove superfluous quote.
7890
b0da379e
GM
78912000-10-12 Gerd Moellmann <gerd@gnu.org>
7892
dbeb499b
GM
7893 * startup.el (fancy-splash-screens): Don't add a pre-command hook.
7894 (fancy-splash-pre-command, fancy-splash-pending-command): Removed.
7895 (command-line-1): Don't use fancy-splash-pending-command.
7896 (fancy-splash-screens-1): Goto point-min after inserting text.
7897
d861718a
GM
7898 * calendar/diary-lib.el (diary-cyclic): Doc fix from Ed Reingold.
7899
b0da379e
GM
7900 * progmodes/scheme.el (scheme-mode-map): Use lisp-mode-shared-map
7901 instead of shared-lisp-mode-map.
7902
4fb2ad98
MB
79032000-10-12 Miles Bader <miles@lsi.nec.co.jp>
7904
1cb4393e
MB
7905 * faces.el (header-line): Change tty-variant to use underlining.
7906
4fb2ad98
MB
7907 * isearch.el (isearch-set-lazy-highlight-faces-at): New function.
7908 (isearch-highlight): Restore lazy-isearch face properties at old
7909 position, and suppress them at new position.
7910 (isearch-dehighlight): Restore lazy-isearch face properties.
7911 (isearch-lazy-highlight-update): Add lazy-isearch overlays even
7912 over the real isearch overlay, but in that case, don't give it a
7913 face property. Use `push'.
7914
eb991b25
KH
79152000-10-12 Kenichi Handa <handa@etl.go.jp>
7916
7917 * man.el (Man-getpage-in-background): Fix previous change.
7918 Decode the process output only when we are in multibyte mode.
7919
a818c1c0
DL
79202000-10-11 Dave Love <fx@gnu.org>
7921
c990f53a
DL
7922 * info.el (Info-mode-menu): Fix some help.
7923 (info-tool-bar-map): Add entry for Info-last.
7924
a818c1c0
DL
7925 * toolbar/cancel.xpm, toolbar/jump_to.xpm, toolbar/right_arrow.xpm:
7926 * toolbar/close.xpm, toolbar/left_arrow.xpm, toolbar/save.xpm:
7927 * toolbar/copy.xpm, toolbar/mail.xpm, toolbar/saveas.xpm:
7928 * toolbar/cut.xpm, toolbar/mail_compose.xpm:
7929 * toolbar/search-replace.xpm, toolbar/exit.xpm:
7930 * toolbar/mail_send.xpm, toolbar/search.xpm, toolbar/fld_open.xpm:
7931 * toolbar/new.xpm, toolbar/spell.xpm, toolbar/help.xpm:
7932 * toolbar/open.xpm, toolbar/undo.xpm, toolbar/home.xpm:
7933 * toolbar/paste.xpm, toolbar/up_arrow.xpm, toolbar/index.xpm:
7934 * toolbar/preferences.xpm, toolbar/info.xpm, toolbar/print.xpm:
7935 Reduce colour requirements to 25 overall. (Probably wants
7936 revisiting from the originals to reduce further.)
7937
c1b096cb
EZ
79382000-10-11 Eli Zaretskii <eliz@is.elta.co.il>
7939
7940 * hexl.el (hexlify-buffer): Bind coding-system-for-write to
7941 buffer-file-coding-system, instead of raw-text.
7942 (dehexlify-buffer): Bind coding-system-for-read to
7943 buffer-file-coding-system, instead of raw-text.
7944
5c8b7eaf
SS
79452000-10-11 Sam Steingold <sds@gnu.org>
7946
83c9cb8e 7947 * progmodes/cperl-mode.el (cperl-invalid-face): Double-quote
5c8b7eaf
SS
7948 `underline' - fixes the bug introduced on 2000-09-21.
7949
2cfbdb7a
DL
79502000-10-11 Dave Love <fx@gnu.org>
7951
83c9cb8e
SM
7952 * progmodes/scheme.el (scheme-mode-variables, dsssl-mode):
7953 Avoid compiler warnings.
2cfbdb7a
DL
7954 (scheme-mode): Doc fix.
7955 (scheme-font-lock-keywords-1): Match `define-syntax'.
7956
79572000-10-11 Miles Bader <miles@lsi.nec.co.jp>
4b33f290
MB
7958
7959 * faces.el (frame-set-background-mode): Pay attention to saved
f161d539
MB
7960 face specs as well as default ones. Only do anything if the
7961 bg-mode or display-type has actually changed. Use `dolist'.
0c846ea2 7962 (region): Make dark-background `region' face less in-your-face.
4b33f290 7963
690ec649
SS
79642000-10-10 Sam Steingold <sds@gnu.org>
7965
7966 * chistory.el, ielm.el, ledit.el:
7967 * progmodes/inf-lisp.el, progmodes/scheme.el:
7968 Use `lisp-mode-shared-map' instead of `shared-lisp-mode-map'.
7969
3b95d6bb
SM
79702000-10-10 Stefan Monnier <monnier@cs.yale.edu>
7971
7972 * textmodes/texinfo.el: Update copyright and fix typo.
7973
7974 * desktop.el (desktop-modes-not-to-save): New var.
7975 (desktop-save-buffer-p): Use it.
a30eb617
DL
7976 Also, obey desktop-buffers-not-to-save even for non-file buffers.
7977 (desktop-buffer-file): Use pop-to-buffer if switch-to-buffer fails.
7978
79792000-10-10 Dave Love <fx@gnu.org>
7980
7981 * toolbar/tool-bar.el (tool-bar-add-item)
83c9cb8e 7982 (tool-bar-add-item-from-menu): Don't favour XPM icons on mono display.
a30eb617
DL
7983
7984 * toolbar/attach.pbm, toolbar/cancel.pbm, toolbar/close.pbm:
7985 * toolbar/copy.pbm, toolbar/cut.pbm, toolbar/exit.pbm:
7986 * toolbar/fld_open.pbm, toolbar/help.pbm, toolbar/home.pbm:
7987 * toolbar/index.pbm, toolbar/info.pbm, toolbar/jump_to.pbm:
7988 * toolbar/left_arrow.pbm, toolbar/mail.pbm, toolbar/mail_compose.pbm:
7989 * toolbar/mail_send.pbm, toolbar/new.pbm, toolbar/open.pbm:
7990 * toolbar/paste.pbm, toolbar/preferences.pbm, toolbar/print.pbm:
7991 * toolbar/right_arrow.pbm, toolbar/save.pbm, toolbar/saveas.pbm:
7992 * toolbar/search-replace.pbm, toolbar/search.pbm, toolbar/spell.pbm:
7993 * toolbar/undo.pbm, toolbar/up_arrow.pbm: New files straight from
7994 the .xpms; probably need retouching.
7995
79962000-10-10 Miles Bader <miles@lsi.nec.co.jp>
7997
7998 * subr.el (add-to-list): Add optional argument APPEND.
7999 * battery.el (display-battery): Use `add-to-list'.
8000
80012000-10-09 Thien-Thi Nguyen <ttn@gnu.org>
8002
83c9cb8e
SM
8003 * play/zone.el (zone-timer, zone-wc-tbl): Rework these vars as symbol
8004 properties.
a30eb617
DL
8005 (zone, zone-when-idle, zone-leave-me-alone)
8006 (zone-pgm-whack-chars): Use new symbol properties.
8007
8008 * battery.el (display-battery): Doc spelling fix.
8009
8010 * vc.el (with-vc-file, edit-vc-file): Specify `indent-function'
8011 property.
8012
80132000-10-09 Dave Love <fx@gnu.org>
8014
8015 * toolbar/tool-bar.el (tool-bar-mode): Check whether tool-bar-map
8016 has been initialized before calling tool-bar-setup.
8017 (tool-bar-add-item-from-menu): Add autoload cookie.
8018
80192000-10-09 Eli Zaretskii <eliz@is.elta.co.il>
8020
8021 * menu-bar.el (send-mail-item-name): New function.
8022 (menu-bar-tools-menu) <compose-mail>: Use it to display the value
8023 of mail-user-agent in the menu. Don't display the "Send Mail"
8024 item if mail-user-agent is nil or its value is ignore.
8025 (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item
8026 if read-mail-command is nil or its value is ignore.
8027
8028 * mouse.el ([header-line mouse-1]): Bind to mouse-select-window.
8029
80302000-10-09 Miles Bader <miles@gnu.org>
8031
8032 * toolbar/up_arrow.xpm: Flip to put highlight in correct place.
8033 Correct image size.
8034 * toolbar/left_arrow.xpm: Correct image size.
8035
8036 * jka-compr.el: Don't call `jka-compr-install' when loading (it
8037 will be done by the definition of `auto-compression-mode' if
8038 necessary. Move code to uninstall existing file-name handler
8039 before definition of `auto-compression-mode'.
8040
8041 * image-file.el (auto-image-file-mode): Move to the end of the
8042 file, because `define-minor-mode' actually calls the mode-function
8043 if the associated variable is non-nil, which requires that all
8044 needed functions be already defined.
8045
8046 * mouse.el (popup-menu): Balance parens.
8047
80482000-10-08 Stefan Monnier <monnier@cs.yale.edu>
8049
8050 * mouse.el (popup-menu): Move the command call outside the loop
8051 so that popup-menu returns whatever the command returns.
8052
8053 * progmodes/etags.el: Docstring fixes. Maintainer line updated.
8054 (initialize-new-tags-table): Use run-hook-with-args-until-success.
8055 (find-tag): Use pop-to-buffer if switch-to-buffer failed.
8056 (tags-table-format-functions): Renamed from tags-table-format-hooks.
8057
8058 * vc.el (vc-version-diff): diff-switches can be a list.
8059 Use relative filenames for prettier output.
8060
8061 * pcvs.el (cvs-append-to-ignore, cvs-vc-command-advice)
8062 (vc-post-command-functions): Remove old-VC compatibility code.
8063
8064 * newcomment.el (comment-indent-default): Autoload.
8065
8066 * font-lock.el (font-lock-defaults): Make buffer-local.
8067 (font-lock-turn-on-thing-lock): Use jit-lock-refontify.
8068 (font-lock-choose-keywords):
8069 Ignore LEVEL unless KEYWORDS is a list of syms.
8070 (c-keywords, c++-keywords, objc-keywords, java-keywords):
8071 Don't wrap regexp-opt things in \(...\) unnecessarily.
8072
8073 * jit-lock.el: Don't require font-lock any more.
8074 (jit-lock-functions): Make buffer-local.
8075 (jit-lock-saved-fontify-buffer-function): Remove.
8076 (jit-lock-mode): Remove autoload cookie.
8077 Remove font-lock specific code.
8078 (jit-lock-unregister): Don't bother handling complex hooks any more.
8079 (jit-lock-refontify): New function.
8080 (jit-lock-fontify-buffer): Use it.
8081 (jit-lock-function-1): Replaced by jit-lock-fontify-now.
8082 (jit-lock-fontify-now): Renamed from jit-lock-function-1.
8083 Add optional args START and END.
8084 Never call font-lock-fontify-region directly.
8085 (jit-lock-function, jit-lock-stealth-fontify): Use it.
8086
8087 * emacs-lisp/regexp-opt.el (regexp-opt): Add \<...\> if PAREN=`words'.
8088
80892000-10-08 Dave Love <fx@gnu.org>
8090
8091 * progmodes/ada-mode.el (ada-mode-menu): Add name to menu map.
8092
8093 * progmodes/icon.el (icon-mode-map): Add name to menu-bar keymap.
8094
8095 * play/studly.el (studlify-region, studlify-word): Add autoload
8096 cookie.
8097
8098 * play/morse.el (morse-region, unmorse-region): Add autoload
8099 cookie.
8100
8101 * play/spook.el (spook-phrases-file): Use expand-file-name, not
8102 concat.
8103
8104 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Don't
8105 insist on symbols starting with word syntax.
8106 (lisp-mode-shared-map): Renamed from shared-lisp-mode-map.
8107 (eval-defun-1): Doc fix.
8108 (indent-sexp): Use nconc to build up indent-stack.
8109
8110 * mail/sendmail.el: Byte-compile-dynamic since it gets loaded by
8111 Gnus with little use.
8112 (mail-setup-hook): Add mail-abbrevs-setup to options.
8113
8114 * recentf.el: Doc fixes.
8115
8116 * vcursor.el (vcursor-cs-binding): Remove compatibility code.
8117 Clean up remainder.
8118
8119 * timezone.el (timezone-parse-date): Doc fix. Fix regexps for (5)
8120 without timezone and (8) with timezone to enforce some whitespace.
8121 Simplify code somewhat.
8122
8123 * options.el (list-options): Doc that you should use customize.
8124
8125 * iswitchb.el (iswitchb-mode): Add :require.
8126
8127 * info.el (Info-goto-node, Info-menu): Doc fix.
8128 (Info-mode-menu): Bind beginning-of-buffer, Info-edit
8129 (info-tool-bar-map): New variable.
8130 (Info-mode): Use it.
8131 (Info-edit-map): Define all in defvar.
8132 (speedbar-attached-frame): Avoid compiler warning.
8133
8134 * toolbar/tool-bar.el (tool-bar-map): Define it empty.
8135 (global-map): Bind [tool-bar] to a filtered map.
8136 (tool-bar-add-item): Remove MAP arg. Allow PBM icons.
8137 (tool-bar-add-item-from-menu): Use tool-bar-map, not tb-map.
8138 Allow PBM icons.
8139 (tool-bar-setup): Adjust calls of tool-bar-add-item.
8140
8141 * toolbar/index.xpm, toolbar/jump_to.xpm, toolbar/attach.xpm:
8142 * toolbar/up_arrow.xpm, toolbar/left_arrow.xpm, toolbar/home.xpm:
8143 * toolbar/right_arrow.xpm: New files. Renamed from tigert's
8144 icons, except up_arrow, which is left-arrow rotated.
8145
8146 * imenu.el (imenu-add-to-menubar): Fix last change.
8147
81482000-10-08 Peter Breton <pbreton@ne.mediaone.net>
8149
8150 * generic-x.el (rul-generic-mode): Remove eval-when-compile
8151 statements. Suggested by Stefan Monnier <monnier@cs.yale.edu>.
8152
81532000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8154
8155 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Fix
8156 typos in doc strings.
8157
8158 * font-lock.el (font-lock-mode, global-font-lock-mode): Mention in
8159 the doc strings how to customize Font Lock faces.
8160
8161 * mouse.el (mouse-drag-mode-line-1): Fix an off-by-one error in
8162 computing growth when dragging the header line.
8163
81642000-10-08 Eli Zaretskii <eliz@is.elta.co.il>
8165
8166 * simple.el (kill-line): Doc fix.
8167
81682000-10-08 Miles Bader <miles@gnu.org>
8169
8170 * faces.el (secondary-selection): Make foreground visible on tty.
8171
8172 * jka-compr.el (auto-compression-mode): Move to the end of the
8173 file, because `define-minor-mode' actually calls the mode-function
8174 if the associated variable is non-nil, which requires that all
8175 needed functions be already defined.
8176 (with-auto-compression-mode): Add autoload cookie.
8177
81782000-10-07 Eli Zaretskii <eliz@is.elta.co.il>
8179
8180 * files.el (find-backup-file-name) [ms-dos]: If support for long
8181 file names is not available, behave as if version-control were set
8182 to never.
8183
81842000-10-07 Dave Love <fx@gnu.org>
8185
8186 * net/browse-url.el (browse-url-gnome-moz-arguments): New option.
8187 (browse-url-gnome-moz): New function.
8188 (browse-url-browser-function): Use it.
8189 Suggested by Colin Walters <walters@cis.ohio-state.edu>.
8190
81912000-10-07 Stefan Monnier <monnier@cs.yale.edu>
8192
8193 * indent.el (tab-always-indent): New var.
8194 (indent-for-tab-command): Use it.
8195
8196 * files.el (set-auto-mode): Ignore unknown -*- mode -*- rather than
8197 raise an error. This way it can still default to a sane value.
8198
81992000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8200
8201 * startup.el (fancy-splash-screens): Use local rather than global map.
8202 Don't use `update-menu-bindings' any more.
8203 Get rid of assumptions about keymap representation.
8204
82052000-10-06 Dave Love <fx@gnu.org>
8206
8207 * textmodes/fill.el (sentence-end-double-space)
8208 (sentence-end-without-period): Doc fix.
8209 (adaptive-fill-regexp): Purecopy.
8210 (unjustify-current-line): Use line-end-position.
8211 (fill-individual-paragraphs-prefix): Use line-beginning-position.
8212
8213 * net/eudc-vars.el (eudc): Add :version, :link.
8214
8215 * international/mule-conf.el (file-coding-system-alist): Use \', not $.
8216
8217 * emacs-lisp/find-func.el (find-function-regexp): Remove spurion.
8218 Fix for define-minor-mode.
8219 (function-at-point): Alias to function-called-at-point.
8220
8221 * custom.el (custom-declare-variable, custom-set-variables): Use mapc.
8222
8223 * simple.el (backward-word): Doc fix.
8224
8225 * image-file.el (image-file-name-regexp): image-file-regexps ->
8226 image-file-name-regexps.
8227 (image-file-name-extensions): Add pbm.
8228
82292000-10-06 Stefan Monnier <monnier@cs.yale.edu>
8230
8231 * smerge-mode.el (smerge-diff): Setup the buffer's default-directory
8232 and add filename to the names so that diff-mode can jump to source.
8233
8234 * font-lock.el (font-lock-defaults-alist): Remove the TeX entries.
8235 (tex-font-lock-keywords, tex-font-lock-keywords-2)
8236 (tex-font-lock-keywords-1): Remove.
8237 (font-lock-turn-on-thing-lock): Use jit-lock-register.
8238 (font-lock-turn-off-thing-lock): Use jit-lock-unregister.
8239 (font-lock-default-fontify-region):
8240 Expand beg..end correctly when just following a multiline region.
8241 (font-lock-fontify-anchored-keywords):
8242 Include the anchor text as part of the multiline.
8243
82442000-10-06 Gerd Moellmann <gerd@gnu.org>
8245
8246 * loadup.el (toplevel): Load `loaddefs' before `help' because the
8247 latter needs the autoloaded define-minor-mode macro during the
8248 bootstrap.
8249
8250 * startup.el (command-line): For now, activate tool-bar-mode only
8251 if XPM images are supported.
8252
8253 * mouse.el (mouse-drag-header-line): Don't allow resizing a
8254 window by dragging a header-line at the top of the frame; that's
8255 confusing because the header-line doesn't move.
8256 (mouse-drag-mode-line-1): Use event-* and posn-* functions instead
8257 of treating the event as a list. Some cleanup.
8258
82592000-10-06 Miles Bader <miles@gnu.org>
8260
8261 * simple.el (display-message-or-buffer): New function.
8262 (shell-command-on-region): Use `display-message-or-buffer'.
8263
8264 * emacs-lisp/easy-mmode.el (define-derived-mode): Tweak generated
8265 docstring parts.
8266
8267 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
8268 (smbclient-prompt-regexp): Add usage note to doc string.
8269 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Removed.
8270 (ftp-mode, smbclient-mode): Don't set `font-lock-defaults'.
8271 Use add-hook for adding the comint filter function, and only do so
8272 if it's not already in the global hook list.
8273 (ftp-mode, smbclient-mode, nslookup-mode): Remove redundant calls
8274 to `make-local-variable'.
8275 (nslookup-font-lock-keywords): Remove prompt entry.
8276 (nslookup): Don't set the process-filter.
8277 (finger): Exit the loop correctly when the regexps list runs out.
8278 (ftp, smbclient, smbclient-list-shares):
8279 Set the real major mode immediately, not after execing.
8280 Use `pop-to-buffer' instead of `switch-to-buffer-other-window'.
8281
8282 * comint.el (comint-watch-for-password-prompt): Use STRING as a prompt.
8283
82842000-10-05 Stefan Monnier <monnier@cs.yale.edu>
8285
8286 * progmodes/compile.el (compile-collect-regexps): Use dolist and push.
8287
8288 * which-func.el (which-func-format): Remove spurious space.
8289 (which-func-mode): Don't make it permanent-local.
8290 (which-func-ff-hook): Allow which-func-maxout to be nil.
8291 (which-func-update): Simplify a bit. Only run if which-func-mode is t.
8292 (which-func-mode): Simplify.
8293 Use post-command-idle-hook rather than post-command-hook.
8294 Go through all buffers and update their state.
8295 (which-function): Also try add-log-current-defun-function.
8296
8297 * vc.el (with-vc-properties): Use conses rather than length-2 lists.
8298 (vc-checkout, vc-finish-steal, vc-checkin, vc-revert-file):
8299 Update call to with-vc-properties accordingly.
8300 (vc-comment-search-reverse, vc-comment-search-forward): Docstring fix.
8301 (vc-revert-buffer): More careful about window selection and deletion.
8302 (vc-switch-backend): Slight reorg to avoid calling `registered' twice.
8303
8304 * pcvs.el (cvs-ediff-exit-hook): Expect delete-window to fail.
8305 (cvs-retrieve-revision): Reuse a pre-existing buffer.
8306 (cvs-dired-action): Change the default to quickdir.
8307
8308 * newcomment.el (comment-indent): Delegate to indent-according-to-mode
8309 if comment-indent-function returns nil.
8310 (comment-indent-default): New function.
8311 (comment-indent-function): Use it and document the new semantics.
8312
8313 * image-file.el: Docstring fixes.
8314
8315 * help.el (help-xref-on-pp): Use match-string.
8316 (describe-variable): New arg BUFFER.
8317 Store the current buffer in the help-xref-stack.
8318 (temp-buffer-resize-mode): Use define-minor-mode.
8319
8320 * jit-lock.el (jit-lock-mode): Use jit-lock-defer-contextually
8321 consistently with its docstring.
8322 Set jit-lock-first-unfontify-pos in an idempotent way.
8323 (jit-lock-register): Autoload and add arg CONTEXTUAL.
8324
83252000-10-05 Alex Schroeder <alex@gnu.org>
8326
8327 * sql.el (sql-mysql-options): New variable.
8328 (sql-mysql): Use it.
8329
83302000-10-05 Miles Bader <miles@lsi.nec.co.jp>
8331
8332 * image.el (image): New group.
8333
8334 * smerge-mode.el (smerge-mine-face, smerge-other-face)
8335 (smerge-base-face, smerge-markers-face): Add dark-background variants.
8336
83372000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8338
8339 * net/net-utils.el (nslookup-font-lock-keywords)
8340 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8341 Ignore the value of wqindow-system; always define keywords
8342
83432000-10-05 Kenichi Handa <handa@etl.go.jp>
8344
8345 * startup.el (fancy-splash-screens): Remove the code for
8346 debugging; `(trace-to-stderr "EXITTT\n")'.
8347
83482000-10-05 Miles Bader <miles@gnu.org>
8349
8350 * diff-mode.el (diff-goto-source): Update call to
8351 `diff-hunk-status-msg' to reflect new REV variable.
8352
83532000-10-04 Stefan Monnier <monnier@cs.yale.edu>
8354
8355 * progmodes/icon.el (icon-mode):
8356 Don't gratuitously override the default for comment-column.
8357
8358 * vc-hooks.el (vc-mode-line): Fix interactive spec.
8359
8360 * jit-lock.el (with-buffer-unmodified): Use unwind-protect.
8361 (jit-lock-mode): Make sure font-lock-keywords-only is bound before use.
8362 (jit-lock-functions): New var.
8363 (jit-lock-function-1): Use it if non-nil.
8364 Don't switch the syntax-table. Don't set parse-sexp-lookup-properties.
8365 Set the `fontified' property before doing the fontification to avoid
8366 repeatedly going through the same error.
8367 Don't turn errors into messages.
8368 (jit-lock-register, jit-lock-unregister): New functions.
8369
8370 * dired.el (dired-mark-pop-up): Turn comment into docstring.
8371 Use with-current-buffer.
8372
8373 * dired-aux.el (dired-do-create-files, dired-kill-tree):
8374 Turn comment into docstring.
8375
8376 * apropos.el (apropos-mode): Use define-derived-mode.
8377
83782000-10-04 Gerd Moellmann <gerd@gnu.org>
8379
8380 * startup.el (fancy-splash-pending-command): New variable.
8381 (fancy-splash-pre-command): New function.
8382 (fancy-splash-screens): Rewritten.
8383 (command-line-1): If fancy-splash-pending-command is set, call it
8384 interactively.
8385
83862000-10-04 Dave Love <fx@gnu.org>
8387
8388 * toolbar/tool-bar.el (tool-bar-setup): New function.
8389 (tool-bar-mode): Use it.
8390
8391 * subr.el (substitute-key-definition): Doc fix.
8392 (play-sound-file): New command.
8393
83942000-10-04 Andre Spiegel <spiegel@gnu.org>
8395
8396 * vc-hooks.el (vc-before-save, vc-default-make-version-backups,
8397 vc-version-backup-file-name): New functions.
8398
8399 * files.el (basic-save-buffer): Call vc-before-save before saving.
8400
8401 * vc-cvs.el (vc-cvs-make-version-backups): Return t if
8402 vc-cvs-stay-local-p.
8403
8404 * vc.el (vc-revert-buffer): Handle empty diff properly.
8405 (vc-version-backup-file): New function.
8406 (vc-checkout): Create a version backup if necessary.
8407 (vc-checkin): If a version backup file exists, delete it.
8408 (vc-version-diff): Diff locally using version backups, if available.
8409 (vc-revert-file): If there's a version backup, revert locally.
8410 (vc-transfer-file): Use version backup for base version, if
8411 available. If not, ask for confirmation whether to get it from the
8412 server. Update mode line before check-in.
8413
84142000-10-04 Dave Love <fx@gnu.org>
8415
8416 * toolbar/tool-bar.el (tool-bar-setup): New function.
8417 (tool-bar-mode): Use it.
8418
84192000-10-04 Peter Breton <pbreton@ne.mediaone.net>
8420
8421 * net/net-utils.el (nslookup-font-lock-keywords)
8422 (ftp-font-lock-keywords, smbclient-font-lock-keywords):
8423 Only set if window-system is non-nil
8424 (net-utils-run-program): Returns buffer.
8425 (network-connection-reconnect): Added this function.
8426
8427 * generic.el:
8428 Incorporates extensive cleanup and docfixes by
8429 Stefan Monnier (monnier+gnu/emacs@flint.cs.yale.edu).
8430 Uses cl compile-time macros.
8431 (generic-mode-name, generic-comment-list)
8432 (generic-keywords-list, generic-font-lock-expressions)
8433 (generic-mode-function-list, generic-mode-syntax-table):
8434 Removed variables.
8435 (generic-mode-alist): Renamed to generic-mode-list.
8436 (generic-find-file-regexp): Default changed to "^#".
8437 (generic-read-type): Uses completing read on generic-mode-list.
8438 (generic-mode-sanity-check): removed this function.
8439 (generic-add-to-auto-mode): Removed this function
8440 (generic-mode-internal): Bind mode-specific definitions
8441 into function instead of putting them in alist.
8442 (generic-mode-set-comments): Reworked extensively.
8443 (generic-mode-find-file-hook): Simplified regexp searching
8444 (generic-make-keywords-list): Omit extra pair of parens
8445
8446 * find-lisp.el (find-lisp-find-files-internal):
8447 Make sure directory name ends with "/".
8448
8449 * generic-x.el (apache-conf-generic-mode):
8450 Regexp now allows leading whitespace.
8451 (rc-generic-mode): Added eval-when-compile
8452 around generic-make-keywords-list.
8453 Deleted duplicate regexp
8454 (rul-generic-mode): Added eval-when-compile
8455 around generic-make-keywords-list.
8456 (etc-fstab-generic-mode): New generic mode.
8457 (rul-generic-mode): Removed one eval-when-compile
8458 which caused a max-specpdl-size exceeded error.
8459
84602000-10-04 Miles Bader <miles@gnu.org>
8461
8462 * simple.el (minibuffer-temporary-goal-position): New variable.
8463 (next-history-element): Try to keep the position of point in the
8464 input string constant.
8465
8466 * dired-aux.el (dired-mark-read-file-name): Add optional arg DEFAULT.
8467 (dired-do-create-files): If there's only one file, pass it in as
8468 the DEFAULT arg to dired-mark-read-file-name.
8469
84702000-10-03 Stefan Monnier <monnier@cs.yale.edu>
8471
8472 * diff-mode.el (diff-font-lock-keywords): Minor regex fix.
8473 (diff-goto-source): Be smarter when choosing REVERSE or not.
8474
8475 * textmodes/texinfo.el (texinfo-heading-face): Forgot the var def.
8476 (texinfo-mode-menu): Add an explicit shortcut for update all.
8477
84782000-10-03 Andre Spiegel <spiegel@gnu.org>
8479
8480 * vc.el (vc-transfer-file, vc-default-receive-file): Rewritten to
8481 factorize backend-specific code cleanly (this was essentially
8482 conceived by Stefan Monnier).
8483 (vc-unregister): Function removed.
8484 (vc-revert-file): New function.
8485 (vc-revert-buffer): Delegate some of the work to it.
8486
8487 * vc-rcs.el (vc-rcs-fetch-master-state): Parse and remember
8488 default branch unconditionally.
8489 (vc-rcs-set-default-branch): New function.
8490 (vc-rcs-cancel-version, vc-rcs-checkin, vc-rcs-checkout): Use it.
8491 (vc-rcs-checkin): If an appropriate default branch has been set,
8492 force creation of that branch.
8493 (vc-rcs-receive-file): Rewritten to contain only backend-specific
8494 code (as suggested by Stefan Monnier).
8495
84962000-10-02 Gerd Moellmann <gerd@gnu.org>
8497
8498 * isearch.el (isearch-lazy-highlight-update): Don't put a lazy
8499 highlighting overlay with a different face over the overlay
8500 isearch uses to highlight the current match because that can lead
8501 to bad face combinations.
8502
8503 * loadup.el (toplevel): Load faces before isearch.
8504
8505 * isearch.el (isearch-faces): New custom group.
8506 (isearch): New defface; was already tested for in the code.
8507 (isearch-lazy-highlight-face): Changed to defface from defcustom.
8508 (isearch-highlight): Always use face `isearch'.
8509
85102000-10-02 Dave Love <fx@gnu.org>
8511
8512 * emacs-lisp/byte-opt.el (byte-optimize-lapcode): Don't bind
8513 unused vars. Treat byte-constant2 like byte-constant. Fix bogus
8514 comparison of opcode with operand.
8515
85162000-10-03 Miles Bader <miles@gnu.org>
8517
8518 * play/yow.el (yow): Don't display multi-line quotations in a *Help*
8519 buffer, since the echo area will now grow to accommodate them.
8520
85212000-10-02 Andre Spiegel <spiegel@gnu.org>
8522
8523 * vc-hooks.el (vc-registered): If FILE used to be registered under
8524 a certain backend, try that one first.
8525
8526 * vc.el (vc-responsible-backend): Undo the previous change in the
8527 argument list. Handle multiple backends correctly.
8528 (vc-find-new-backend): Function removed.
8529 (vc-register): Use vc-responsible-backend, as before.
8530 (vc-next-action-on-file): Do use vc-registered, not vc-backend.
8531
85322000-10-02 Gerd Moellmann <gerd@gnu.org>
8533
8534 * startup.el (fancy-splash-head): Change message below the
8535 logo.
8536
85372000-10-02 Miles Bader <miles@lsi.nec.co.jp>
8538
8539 * diff-mode.el (diff-goto-source): Emit a status message.
8540 (diff-test-hunk, diff-apply-hunk): Remove unneeded `let'.
8541 (diff-test-hunk): Fix doc string.
8542 (diff-apply-hunk): Only advance if `diff-advance-after-apply-hunk'.
8543 (diff-advance-after-apply-hunk): New variable.
8544 (diff-apply-hunk): Don't return a value.
8545
85462000-10-01 Stefan Monnier <monnier@cs.yale.edu>
8547
8548 * vc.el (vc-editable-p): Minor optimization.
8549 (edit-vc-file, vc-next-action-on-file): Don't use find-file.
8550 (vc-find-new-backend): New function split from vc-responsible-backend.
8551 (vc-register): Use it.
8552 (vc-responsible-backend): Remove REGISTER arg and add BACKENDS arg.
8553 (vc-unregister): Drop BACKEND arg (it doesn't work anyway).
8554 (vc-default-unregister, vc-revert-buffer): Docstring fix.
8555 (vc-clear-headers): Don't use find-file.
8556 (vc-revert-buffer): Use `and' again (must have been a braino).
8557 (vc-switch-backend): Only prompt if requested.
8558 Short circuit if nothing is to be done.
8559 Don't use vc-resynch-buffer which could lose unsaved editing.
8560 (vc-default-receive-file): Update call to vc-unregister.
8561 (with-vc-file, vc-next-action-on-file):
8562 Use vc-backend rather than vc-registered.
8563 (vc-next-action-on-file): Use intern-soft.
8564 Deal with read-only *vc-diff* buffer.
8565 (vc-transfer-file): Docstring fix.
8566
8567 * vc-rcs.el (vc-rcs-unregister): Keep a backup of the master file.
8568 (vc-rcs-receive-file): Avoid with-vc-properties.
8569 Update call to vc-unregister.
8570 Use constant `RCS' rather than (dynamically bound) var `backend'.
8571
85722000-10-01 Andre Spiegel <spiegel@gnu.org>
8573
8574 * vc.el (vc-next-action-on-file): Update mode line only if file
8575 is visited.
8576 (vc-start-entry): New argument initial-contents. Don't visit the file
8577 if it isn't already visited. Brought documentation up-to-date.
8578 (vc-next-action, vc-register): Updated calls to vc-start-entry.
8579 (vc-checkin): New optional arg initial-contents, which is passed to
8580 vc-start-entry.
8581 (vc-finish-logentry): Make sure to bury log buffer only if there
8582 really is one. Call `vc-resynch-buffer' on log-file, not
8583 buffer-file-name.
8584 (vc-default-comment-history, vc-default-wash-log): New functions.
8585 (vc-index-of): Removed.
8586 (vc-transfer-file): Make do without the above.
8587 (vc-default-receive-file): Call comment-history unconditionally. Pass
8588 the resulting string to vc-checkin, instead of inserting it into the
8589 comment ring.
8590
8591 * vc-rcs.el (vc-rcs-receive-file): Call comment-history
8592 unconditionally. Use the comments as initial contents of the log
8593 entry buffer. Document the trick to force branch creation with no
8594 changes.
8595
85962000-10-01 Miles Bader <miles@gnu.org>
8597
8598 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Call
8599 `recenter' with an arg to prevent redrawing the display.
8600
86012000-09-30 Stefan Monnier <monnier@cs.yale.edu>
8602
8603 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name): Prettier.
8604
8605 * emacs-lisp/lisp.el (lisp-complete-symbol): Only jump 2 not 3 levels.
8606
8607 * progmodes/c-mode.el (c-mode):
8608 Don't gratuitously override the default for comment-column.
8609
8610 * textmodes/tex-mode.el (latex-metasection-list): New var.
8611 (latex-imenu-create-index): Use it.
8612 Move the regexp construction outside loops (and use push).
8613 (tex-font-lock-keywords-1, tex-font-lock-keywords-2)
8614 (tex-font-lock-keywords): Moved from font-lock.el.
8615 (tex-comment-indent): Remove.
8616 (tex-common-initialization): Don't set comment-indent-function.
8617 (latex-block-default): New var.
8618 (tex-latex-block): Use it to provide a default choice.
8619 Add any unknown choice to latex-block-names.
8620 Insert [...] after {...}.
8621 (tex-last-unended-begin): Simplify regexp.
8622 (tex-goto-last-unclosed-latex-block, latex-backward-sexp-1)
8623 (latex-forward-sexp-1, latex-forward-sexp): New functions.
8624 (latex-mode): Set forward-sexp-function.
8625
8626 * textmodes/texinfo.el (texinfo-font-lock-syntactic-keywords):
8627 Add regexp for @ignore ... @end ignore.
8628 (texinfo-heading-face): New face.
8629 (texinfo-font-lock-keywords): Use it.
8630 (texinfo-mode-menu): New menu.
8631 (texinfo-inside-macro-p, texinfo-inside-env-p, texinfo-insert-quote):
8632 New functions.
8633 (texinfo-mode-map): Bind " to insert-quote and M-RET to insert-@item.
8634 (texinfo-section-types-regexp, texinfo-section-level-regexp)
8635 (texinfo-subsection-level-regexp, texinfo-subsubsection-level-regexp):
8636 Remove declaration.
8637 (texinfo-show-structure): Use outline-regexp and texinfo-section-list.
8638
8639 * delsel.el (delete-selection-mode): Use define-minor-mode.
8640
8641 * emacs-lisp/regexp-opt.el (regexp-opt-group): Put more parenthesis.
8642
86432000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8644
8645 * dired.el (dired-map-over-marks): Use modern backquotes and docstring.
8646
86472000-09-30 Gerd Moellmann <gerd@gnu.org>
8648
8649 * replace.el (keep-lines-read-args): New function.
8650 (keep-lines, flush-lines, how-many): Use keep-lines-read-args to
8651 read arguments interactively. Add parameters RSTART and REND.
8652 Operate on the active region in Transient Mark mode.
8653
8654 * files.el (auto-mode-alist): Add pattern for `#*mail*...'.
8655
8656 * emacs-lisp/authors.el (authors-obsolete-file-p): New function.
8657 (authors-obsolete-files-regexps): New variable.
8658 (authors-add): Don't record changes in obsolete files.
8659
86602000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8661
8662 * autoinsert.el (auto-insert-mode): Use define-minor-mode.
8663
8664 * newcomment.el (comment-indent-function): Use 0 for ;;; and %%%.
8665 (comment-indent): Make sure there's a space between code and comment.
8666 Shift comments left to avoid going past fill-column.
8667
86682000-09-29 Gerd Moellmann <gerd@gnu.org>
8669
8670 * startup.el (startup-echo-area-message): New function.
8671 (display-startup-echo-area-message): Use it.
8672 (fancy-splash-screens): Rewritten to use keymaps and a timer.
8673 (fancy-splash-default-action): New function.
8674 (fancy-splash-screens-1): New function.
8675 (fancy-splash-head): Put a help-echo and a keymap under the image.
8676
86772000-09-29 Stefan Monnier <monnier@cs.yale.edu>
8678
8679 * diff-mode.el (diff-add-log-file-name): Remove.
8680 (diff-mode): Use add-log-buffer-file-name-function.
8681
8682 * add-log.el (find-change-log): New arg BUFFER-FILE.
8683 (add-log-file-name): Obey add-log-file-name-function.
8684 (add-log-buffer-file-name-function): New var.
8685 (add-change-log-entry): Use it.
8686
86872000-09-29 Miles Bader <miles@gnu.org>
8688
8689 * image-file.el (image-file-name-extensions): New variable.
8690 (image-file-name-regexps): Renamed from `image-file-regexps'.
8691 New default value is nil. Call `auto-image-file-mode'.
8692 (image-file-name-regexp): New function.
8693 (auto-image-file-mode): New minor mode.
8694 (insert-image-file): Don't make conditional on the image-file
8695 handler being enabled.
8696 (image-file-handler): Make the call here conditional instead.
8697 (set-image-file-handler-enabled, enable-image-file-handler)
8698 (disable-image-file-handler): Functions removed.
8699
8700 * emacs-lisp/authors.el (authors-print): Rephrase many-files
8701 string.
8702
87032000-09-29 Gerd Moellmann <gerd@gnu.org>
8704
8705 * textmodes/tex-mode.el (latex-outline-regexp): Don't use `list*';
8706 it's a function from CL.
8707 (latex-imenu-create-index): Replace eval-when-compile with progn
8708 because latex-section-alist is not bound while compiling.
8709
87102000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8711
8712 * textmodes/outline.el (outline-minor-mode): Use define-minor-mode.
8713 (outline-mode): Use define-derived-mode.
8714
8715 * progmodes/perl-mode.el (perl-mode):
8716 * progmodes/awk-mode.el (awk-mode):
8717 * progmodes/asm-mode.el (asm-mode):
8718 Don't gratuitously override the default for comment-column.
8719
8720 * emacs-lisp/lisp.el (lisp-complete-symbol):
8721 Distinguish the let-binding case from the funcall case.
8722 (forward-sexp-function): New variable.
8723 (forward-sexp): Use it.
8724
8725 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Autoload.
8726 (easy-mmode-defmap): Remove the now useless autoload.
8727
8728 * time.el (display-time-mode): Use define-minor-mode.
8729
8730 * subr.el (add-minor-mode): Don't eval NAME.
8731 Don't depend on the presence of TOGGLE-FUN for any special behavior.
8732 Use if rather than cond.
8733
8734 * simple.el (read-expression-map): Define more properly.
8735 (comment-indent-hook): Remove.
8736 (string-to-syntax): Bug fix.
8737
8738 * pcvs.el (cvs-ediff-exit-hook): Kill buffer before window.
8739 (cvs-ediff-diff): Fix typo.
8740 (cvs-revert-if-needed): Don't bother preserving read-only.
8741
8742 * paren.el (show-paren-mode): Use define-minor-mode.
8743
8744 * jka-compr.el (auto-compression-mode): Use define-minor-mode.
8745 (toggle-auto-compression): Remove.
8746 (jka-compr-build-file-regexp): Remove useless grouping.
8747
8748 * diff-mode.el (diff-mode-map, diff-minor-mode-prefix):
8749 Avoid user-reserved bindings.
8750 (diff-mode, diff-minor-mode): Drop make-local-hook (done by add-hook).
8751 (diff-header-face): Revert to grey85.
8752
8753 * cvs-status.el (cvs-status-entry-leader-re): Minor fix.
8754
8755 * complete.el (partial-completion-mode) <defcustom>: Remove.
8756 (partial-completion-mode): Use define-minor-mode.
8757 (PC-do-completion): Understand `completion-auto-help = delay'
8758 to mean to popup the completion buffer only the second time.
8759 (PC-include-file-all-completions, PC-include-file-all-completions)
8760 (PC-include-file-all-completions): Don't quote lambda.
8761
8762 * comint.el (comint-mode-hook): Docstring fix.
8763 (comint-mode): Use define-derived-mode.
8764 (comint-mode-map): Remove obsolete comment.
8765 (make-comint): Minor stylistic change.
8766 (comint-insert-clicked-input): Be more careful to find the overlay.
8767 Use this-command-keys rather than hardcoding mouse-2.
8768
8769 * font-lock.el: Replace confusing (,@ with ,
8770 (tex-font-lock-keywords-1, tex-font-lock-keywords-2):
8771 Don't use regexp-opt-depth. Spice up the regexp for args.
8772 Don't distinguish between cmds that can take an opt arg or not.
8773 Use `append' and `prepend' rather than `keep'.
8774
8775 * textmodes/tex-mode.el (latex-imenu-indent-string): Add a space.
8776 (latex-outline-regexp): New var.
8777 (latex-outline-level): New fun.
8778 (latex-section-alist): New var.
8779 (latex-imenu-create-index): Use it. Use `push' as well.
8780 (tex-shell-map): Initialize it properly.
8781 (tex-mode): Minor stylistic change.
8782 (plain-tex-mode): Use define-derived-mode.
8783 (latex-mode): Use define-derived-mode.
8784 Construct the paragraph regexps in a more readable way.
8785 Set the buffer-local outline-{level,regexp} vars.
8786 (slitex-mode): Derive from latex-mode.
8787 (tex-common-initialization): Don't kill-all-vars anymore.
8788 Add setting for comment-add and font-lock-defaults.
8789 (tex-start-shell): Use with-current-buffer and don't re-init keymap.
8790 (tex-main-file): New fun. Obey TeX-master as well and remove `.tex'.
8791 (tex-start-tex): New arg DIR (and send a chdir command for it).
8792 Also display the shell buffer and save it in tex-last-buffer-texed.
8793 (tex-region): Use expand-file-name rather than concat.
8794 Remove code made useless by changes in tex-start-tex.
8795 (tex-file): Use tex-main-file and adapt to new tex-start-tex.
8796
8797 * map-ynp.el (map-y-or-n-p): Fix missing backquotes.
8798
87992000-09-28 Dave Love <fx@gnu.org>
8800
8801 * eshell/eshell.el (eshell) <defgroup>: Add :version.
8802
88032000-09-28 Gerd Moellmann <gerd@gnu.org>
8804
8805 * emacs-lisp/authors.el (authors-add): Use `nconc' instead of
8806 `append'.
8807
88082000-09-28 Stefan Monnier <monnier@cs.yale.edu>
8809
8810 * info.el (Info-extract-pointer): Undo last change.
8811 Instead, fix the position of the `bound' arg to re-search-backward.
8812
88132000-09-27 Stefan Monnier <monnier@cs.yale.edu>
8814
8815 * info.el (Info-extract-pointer):
8816 Widen more carefully, to avoid finding pointers in other nodes.
8817 (Info-index): Use push.
8818
88192000-09-27 Gerd Moellmann <gerd@gnu.org>
8820
8821 * frame.el (set-frame-font): Remove call to obsolete function
8822 frame-update-faces.
8823 (set-foreground-color, set-background-color): Likewise for
8824 frame-update-face-colors.
8825
88262000-09-27 Miles Bader <miles@gnu.org>
8827
8828 * image-file.el: New file.
8829
88302000-09-27 Gerd Moellmann <gerd@gnu.org>
8831
8832 * frame.el (frame-notice-user-settings): Don't call
8833 frame-update-faces, which is a no-op now.
8834
8835 * ediff-wind.el (ediff-control-frame-parameters): Add zero
8836 tool-bar-lines.
8837
88382000-09-27 Dave Love <fx@gnu.org>
8839
8840 * mouse.el: Fix last change.
8841
88422000-09-27 Miles Bader <miles@lsi.nec.co.jp>
8843
8844 * toolbar/tool-bar.el (tool-bar-help): Use `mouse-pixel-position'.
8845
88462000-09-22 Kenichi Handa <handa@etl.go.jp>
8847
8848 * international/quail.el (quail-help): The output message is
8849 improved.
8850
88512000-09-26 Dave Love <fx@gnu.org>
8852
8853 * mouse.el (popup-menu): If POSITION is nil, set it using
8854 mouse-position.
8855
88562000-09-25 Sam Steingold <sds@gnu.org>
8857
8858 * net/browse-url.el (browse-url-file-url): Check for null maps.
8859
88602000-09-26 Gerd Moellmann <gerd@gnu.org>
8861
8862 * frame.el (frame-notice-user-settings): Don't add a
8863 tool-bar-lines frame parameter to default-frame-alist in batch mode.
8864
8865 * frame.el (frame-notice-user-settings):
8866 Make tool-bar-mode and default-frame-alist consistent.
8867
8868 * toolbar/tool-bar.el (tool-bar-help): New function.
8869
88702000-09-25 Gerd Moellmann <gerd@gnu.org>
8871
8872 * bytecomp.el (byte-compile-defvar-or-defconst): Only cons onto
8873 current-load-list in top-level forms. Else this leaks a cons cell
8874 every time a defun is called.
8875
8876 * mail/mail-utils.el (rmail-dont-reply-to): Fix last change.
8877
88782000-09-25 Dave Love <fx@gnu.org>
8879
8880 * startup.el (fancy-splash-head): Check XPM is available.
8881
8882 * autoinsert.el (auto-insert): Doc fix.
8883 (auto-insert-alist): Following GNU notices, don't say `copyright
8884 _by_'. Use line-beginning-position.
8885 (auto-insert): Check buffer-file-name is non-nil before use.
8886
88872000-09-25 Gerd Moellmann <gerd@gnu.org>
8888
8889 * textmodes/texinfo.el (texinfo-mode): Prevent filling lines
8890 starting with `@def' or `@multitable', in addition to ones
8891 specified by the user in auto-fill-inhibit-regexp.
8892
88932000-09-25 Markus Rost <rost@math.ohio-state.edu>
8894
8895 * mail/mail-utils.el (rmail-dont-reply-to): Avoid infinite loop if
8896 rmail-dont-reply-to-names matches the empty string.
8897
88982000-09-25 Gerd Moellmann <gerd@gnu.org>
8899
8900 * startup.el (command-line-1, fancy-splash-text): Change the
8901 text to sound more friendly.
8902
89032000-09-23 Thien-Thi Nguyen <ttn@gnu.org>
8904
8905 * progmodes/hideshow.el: Update author email address.
8906 Generally, sync w/ maintainer version 5.22.
8907 (hs-hide-all-non-comment-function): New var.
8908 (hs-hide-hook, hs-show-hook, hs-minor-mode): Update docstrings.
8909 (hs-hide-all): Use `hs-hide-all-non-comment-function'.
8910 (hs-show-region): Delete this command.
8911 (hs-minor-mode-map): Change bindings to leave "C-c LETTER" alone.
8912
89132000-09-22 Dave Love <fx@gnu.org>
8914
8915 * hl-line.el (hl-line-overlay): Don't make it buffer-local.
8916 (hl-line-highlight): Specify buffer when moving overlay.
8917
8918 * progmodes/fortran.el (fortran-mode): Locally set
8919 normal-auto-fill-function.
8920 (fortran-auto-fill-mode): Just alias to auto-fill-mode.
8921 (fortran-mode-map): Adjust auto-fill menu entry.
8922
89232000-09-22 Gerd Moellmann <gerd@gnu.org>
8924
8925 * vc-rcs.el (toplevel): Require `vc' when compiling.
8926
8927 * startup.el (fancy-splash-head): Use splash.pbm instead of splash.xbm.
8928
89292000-09-22 Andre Spiegel <spiegel@gnu.org>
8930
8931 * vc.el (vc-switch-backend): Signal an error if the file is not
8932 registered under the new backend.
8933
8934 * vc-rcs.el (vc-rcs-checkin): Fix bug that prevented check-in
8935 without explicit revision number.
8936
89372000-09-21 Stefan Monnier <monnier@cs.yale.edu>
8938
8939 * diff-mode.el (diff-file-header-face): Reset to its previous value.
8940 (diff-hunk-text): Correctly use offsets rather than buffer-positions.
8941 (diff-xor): New function.
8942 (diff-find-source-location): Use it. Fix a stupid name clash.
8943 (diff-hunk-status-msg): New function.
8944 (diff-apply-hunk): Drop args OTHER-FILE, DRY-RUN, POPUP and NOERROR.
8945 (diff-test-hunk): Use diff-find-source-location.
8946 (diff-goto-source): Favor the `reverse'.
8947 (diff-hunk-text): Properly handle one-sided context diffs.
8948 (diff-apply-hunk): When done, advance to the next hunk.
8949
89502000-09-21 Gerd Moellmann <gerd@gnu.org>
8951
8952 * startup.el (command-line): If frame was created with a non-zero
8953 tool-bar-lines parameter, switch tool-bar-mode on.
8954
8955 * add-log.el (change-log-date-face, change-log-name-face)
8956 (change-log-email-face, change-log-file-face)
8957 (change-log-list-face, change-log-conditionals-face)
8958 (change-log-function-face, change-log-acknowledgement-face):
8959 New faces, inheriting from font-lock faces.
8960 (change-log-font-lock-keywords): Use them.
8961
89622000-09-21 Dave Love <fx@gnu.org>
8963
8964 * progmodes/cperl-mode.el (top-level): Clean up
8965 `eval-when-compile's and assorted defvars.
8966 (cperl-invalid-face): Don't double-quote value. Change custom
8967 type.
8968 (cperl-mode): Set normal-auto-fill-function and don't zap
8969 auto-fill-function.
8970 (cperl-imenu--function-name-regexp-perl): Renamed from
8971 imenu-example--function-name-regexp-perl.
8972 (cperl-imenu--create-perl-index): Renamed from
8973 imenu-example--create-perl-index.
8974 (cperl-xsub-scan): Don't require cl.
8975
8976 * msb.el (msb-mode-map): Use substitute-key-definition.
8977 (msb-mode): Use msb-mode-map.
8978
89792000-09-21 Andre Spiegel <spiegel@gnu.org>
8980
8981 * vc.el (vc-index-of, vc-transfer-file, vc-default-receive-file):
8982 New functions.
8983 (vc-next-action-on-file): Call vc-transfer-file at appropriate places.
8984 (vc-switch-backend): New function.
8985 (vc-prefix-map): Bind `vc-switch-backend' to `b'.
8986 (vc-register): Fix prompt.
8987 (vc-unregister, vc-default-unregister): New functions.
8988 (vc-version-diff): Handle empty buffer in sentinel.
8989
8990 * vc-rcs.el (vc-rcs-workfile-is-newer): New function.
8991 (vc-rcs-state-heuristic): Use it to guess the state of files with
8992 non-strict locking.
8993 (vc-rcs-find-most-recent-rev): Handle the case when a branch has
8994 been set with -b, but not created yet.
8995 (vc-rcs-fetch-master-state): With non-strict locking, compare file
8996 contents in order to find the state.
8997 (vc-rcs-checkin): Allow creation of branches with no changes.
8998 (vc-rcs-unregister, vc-rcs-receive-file)
8999 (vc-rcs-set-non-strict-locking): New functions.
9000
9001 * vc-hooks.el (vc-name): Force correct computation of the value
9002 in case it is missing.
9003
90042000-09-21 Gerd Moellmann <gerd@gnu.org>
9005
9006 * startup.el (fancy-splash-tail): Use a different foreground
9007 color on a dark frame background.
9008
90092000-09-21 Miles Bader <miles@lsi.nec.co.jp>
9010
9011 * info.el: Use the correct capitalization when making Info-mode
9012 and Info-edit-mode `special' modes.
9013
90142000-09-20 Stefan Monnier <monnier@cs.yale.edu>
9015
9016 * diff-mode.el (diff-add-log-file-name, diff-current-defun): New funs.
9017 (diff-mode): Add support for add-log.el.
9018 (diff-hunk-text): Use char offsets rather than line offsets.
9019 (diff-find-source-location): Replace LINE with line-offset (nil
9020 if not found) and always set POS to a meaningful position.
9021 Adapt to the new char-offsets.
9022 (diff-apply-hunk): Drop support for the unused `select' POPUP.
9023 Adapt to the new diff-find-source-location.
9024 (diff-goto-source): Adapt to the new diff-find-source-location.
9025
9026 * add-log.el (add-log-file-name): New function (split out of
9027 add-change-log-entry).
9028 (add-change-log-entry): Use it.
9029 Call add-log-file-name-function with the changelog file name if
9030 the current buffer is not associated with any file.
9031 Avoid find-file if the selected window is dedicated.
9032
9033 * diff-mode.el (diff-find-source-location):
9034 Move code from diff-apply-hunk. Return buffer rather than file.
9035 (diff-apply-hunk): Use the new result from diff-find-source-location.
9036 (diff-goto-source): Use the new diff-find-source-location.
9037
90382000-09-20 Dave Love <fx@gnu.org>
9039
9040 * iswitchb.el: Some doc fixes.
9041 (iswitchb-mode-map): Define completely initially. Inherit
9042 minibuffer-local-map.
9043 (iswitchb-completion-help) <!iswitchb-xemacs>: Use
9044 fundamental-mode.
9045 (iswitchb-global-map): New variable.
9046 (iswitchb-summaries-to-end): Amalgamate regexps.
9047 (iswitchb-mode): New.
9048 (iswitchb-mode-hook): New variable.
9049 (iswitchb) <defgroup>: Add URL link. Use group `completion', not
9050 `extensions'.
9051
90522000-09-20 Gerd Moellmann <gerd@gnu.org>
9053
9054 * ehelp.el (electric-help): New defgroup.
9055 (electric-help-shrink-window): New user-option.
9056 (with-electric-help): Use it.
9057
9058 * window.el (shrink-window-if-larger-than-buffer): If face
9059 `mode-line' has a :box, and we're on a graphical frame, add 1
9060 to the needed window height.
9061
9062 * frame.el (frame-notice-user-settings): Add a last parameter nil
9063 to a call to `append', because the last list passed to `append' is
9064 not copied, and so subsequent calls to assq-delete-all will modify
9065 default-frame-alist.
9066
9067 * startup.el (fancy-splash-image): Change :type.
9068 (fancy-splash-head): Use an XBM image if appropriate.
9069 (command-line-1): Show splash screens in more cases.
9070
9071 * startup.el (fancy-splash-text): Don't quote faces.
9072
9073 * dired.el (dired-font-lock-keywords): Undo last change.
9074 (dired-readin): Bind indent-tabs-mode to nil.
9075
9076 * startup.el (fancy-splash-head): If frame's background mode
9077 is `dark', change the black background of the image to gray.
9078 (fancy-splash-screens): Display startup echo area message.
9079 (display-startup-echo-area-message): New function.
9080
90812000-09-20 Miles Bader <miles@lsi.nec.co.jp>
9082
9083 * faces.el (mode-line, tool-bar): Merge entries for `x' and `w32'.
9084
9085 * info.el (info-header-node): Tweak for color ttys.
9086
9087 * faces.el (face-valid-attribute-values): Make sure directories we
9088 search for stipples both exist and are readable before trying to
9089 search them.
9090
9091 * diff-mode.el (diff-apply-hunk): Jump to the correct line offset
9092 in the dry-run case.
9093
9094 * jka-compr.el (with-auto-compression-mode): New macro.
9095
9096 * cus-edit.el (custom-face-tag-face, custom-group-tag-face-1)
9097 (custom-group-tag-face, custom-variable-tag-face): Use relative
9098 :height and inherit from `variable-pitch' face instead of
9099 hardwiring :family.
9100 * hi-lock.el (hi-black-hb): Likewise.
9101
9102 Reapply Gerd's change from 2000-09-18, which seems to have gotten lost:
9103 * toolbar/tool-bar.el (tool-bar-add-item-from-menu): Like in
9104 toolbar-add-item, if image doesn't have a mask add a `:mask
9105 heuristic'.
9106
91072000-09-19 Stefan Monnier <monnier@cs.yale.edu>
9108
9109 * diff-mode.el: Docstring fixes.
9110 (diff-header-face, diff-comment-face): New faces.
9111 (diff-font-lock-keywords): Highlight a bit differently.
9112 (diff-find-source-location): Don't return SPAN any more.
9113 (diff-hunk-text): Don't bother erasing the temp buffer.
9114 (diff-find-text): Drop argument LINE.
9115 (diff-apply-hunk): Update calls to diff-find-text.
9116 (diff-goto-source): Use pop-to-buffer again and don't raise an error.
9117
9118 * calendar/calendar.el: Docstring fixes.
9119 (calendar-make-alist): Don't quote lambda.
9120 (calendar-star-date): Use make-local-variable.
9121
91222000-09-19 Dave Love <fx@gnu.org>
9123
9124 * toolbar/tool-bar.el: Renamed from toolbar.el.
9125 Change `toolbar' to `tool-bar' generally in symbols.
9126 Make some items invisible in `special' major modes.
9127 (tool-bar-add-item-from-menu): Renamed from toolbar-like-menu-item.
9128 Add arg PROPS.
9129
9130 * startup.el (fancy-splash-screen) <defgroup>: Fix syntax.
9131 Add :version here.
9132 (fancy-splash-delay, fancy-splash-image): Remove :version here.
9133
91342000-09-19 Gerd Moellmann <gerd@gnu.org>
9135
9136 * progmodes/sh-script.el (sh-search-word): Remove call to `debug'.
9137
9138 * files.el (find-file-suppress-same-file-warnings): New user-option.
9139 (find-file-noselect): Use it.
9140
9141 * startup.el (fancy-splash-delay, fancy-splash-image): Add :version.
9142 (fancy-splash-screen): Defgroup.
9143
9144 * add-log.el (change-log-font-lock-keywords): Match names
9145 more exactly for the case that font-lock-constant-face is
9146 underlined.
9147
91482000-09-19 Richard M. Stallman <rms@gnu.org>
9149
9150 * progmodes/sh-script.el (sh-search-word): Rewritten for speed.
9151
91522000-09-19 Andre Spiegel <spiegel@gnu.org>
9153
9154 * vc.el (vc-revert-buffer): Set vc-checkout-time correctly.
9155
91562000-09-19 Gerd Moellmann <gerd@gnu.org>
9157
9158 * gnus/: Update to emacs-21-branch of the Gnus CVS repository.
9159 * gnus/binhex.el, gnus/flow-fill.el, gnus/format-spec.el
9160 * gnus/gnus-ml.el, gnus/gnus-mlspl.el, gnus/ietf-drums.el,
9161 * gnus/imap.el, gnus/mail-parse.el, gnus/mail-prsvr.el,
9162 * gnus/mail-source.el, gnus/mailcap.el, gnus/mm-bodies.el,
9163 * gnus/mm-decode.el, gnus/mm-encode.el, gnus/mm-partial.el,
9164 * gnus/mm-util.el, gnus/mm-uu.el, gnus/mm-view.el,
9165 * gnus/mml.el, gnus/nnimap.el, gnus/nnslashdot.el,
9166 * gnus/nnultimate.el, gnus/nnwarchive.el, gnus/qp.el,
9167 * gnus/rfc1843.el, gnus/rfc2045.el, gnus/rfc2047.el,
9168 * gnus/rfc2104.el, gnus/rfc2231.el, gnus/time-date.el,
9169 * gnus/utf7.el, gnus/uudecode.el, gnus/webmail.el: New files.
9170
9171 * startup.el (fancy-splash-text): New variable.
9172 (fancy-splash-delay, fancy-splash-image): New user-options.
9173 (fancy-splash-insert, fancy-splash-head, fancy-splash-tail)
9174 (fancy-splash-screens): New functions.
9175 (command-line-1): If display has a `display' frame parameter, has
9176 colors, and we have XPM support, show more fancy splash screens.
9177
91782000-09-19 Dave Love <fx@gnu.org>
9179
9180 * map-ynp.el (map-y-or-n-p): Check use-dialog-box. Don't lose
9181 with null `help'. Use modern backquote syntax.
9182
91832000-09-19 Gerd Moellmann <gerd@gnu.org>
9184
9185 * font-lock.el (font-lock-mode): Change message telling the user
9186 that ``the buffer is too big''.
9187
9188 * dired.el (dired-font-lock-keywords): Allow tabs and spaces,
9189 for instance for the case that tab-width is 2.
9190
91912000-09-18 Gerd Moellmann <gerd@gnu.org>
9192
9193 * toolbar/toolbar.el (toolbar-like-menu-item): Like in
9194 toolbar-add-item, if image doesn't have a mask add a `:mask
9195 heuristic'.
9196
91972000-09-18 Miles Bader <miles@lsi.nec.co.jp>
9198
9199 * diff-mode.el (diff-hunk-text): Add new optional arg LINE-OFFSET,
9200 and return a cons if it's non-nil.
9201 (diff-apply-hunk): Try to jump to the line in the source text
9202 corresponding to the position of point in the in the hunk.
9203
9204 * info.el (Info-title-3-face, Info-title-2-face)
9205 (Info-title-1-face): Use face inheritance and relative sizes
9206 instead of hard-wiring things.
9207
9208 * faces.el (secondary-selection): Make dark-background variant sane.
9209
92102000-09-16 Andrew Innes <andrewi@gnu.org>
9211
9212 * makefile.w32-in (compile-files-CMD): No need to make .elc files
9213 read-only, since they aren't under VC now.
9214
92152000-09-17 Dave Love <fx@gnu.org>
9216
9217 * tmm.el: Replace mapcar with mapc in several places.
9218
9219 * loadhist.el (unload-feature): Maybe call elp-restore-list and
9220 ad-unadvise.
9221
9222 * international/latin1-disp.el: New file.
9223
9224 * calendar/cal-move.el (scroll-calendar-left)
9225 (scroll-calendar-right): Make arg optional (for active mode line).
9226
9227 * calendar/calendar.el (calendar-mode-line-format): Make fields
9228 mouse-sensitive.
9229 (calendar-read-date, calendar-read-date, calendar-window-list):
9230 Unquote lambda.
9231 (calendar-month-name): Use aref, not sref.
9232
9233 * view.el (minor-mode-alist): Propertize the string.
9234
9235 * international/characters.el (standard-case-table): Add entries
9236 for Greek.
9237
92382000-09-18 Miles Bader <miles@gnu.org>
9239
9240 * info.el (info-node, info-xref): Add dark-background variants.
9241
9242 * faces.el (header-line): Change defaults to be less confusing
9243 when mixed with mode-lines.
9244
9245 * info.el (Info-fontify-node): Make a few cleanups.
9246 Add extra `help-echo' and `local-map' props to node xrefs.
9247 Use header-specific faces for node-names & xrefs.
9248 (Info-use-header-line): New variable.
9249 (info-header-xref, info-header-node): New faces.
9250 (Info-setup-header-line): New function.
9251 (Info-select-node): Call Info-setup-header-line when enabled.
9252 (Info-extract-pointer): Work even if the header line is hidden.
9253 (Info-header-line): New variable.
9254
92552000-09-16 Stefan Monnier <monnier@cs.yale.edu>
9256
9257 * vms-patch.el (print-region-function): Don't quote lambda.
9258
9259 * tempo.el (tempo-expand-if-complete): Quote paren in docstring.
9260
9261 * emacs-lisp/lisp-mnt.el (lm-header-prefix): Cleanup the regexp.
9262 (lm-get-header-re): Allow spaces between the header and the colon.
9263 (lm-header): Allow $ in non-RCS headers.
9264 (lm-header-multiline): Put the strings back into order.
9265 Stop at an empty line. Don't require two space chars if the
9266 line is clearly not another header line.
9267
9268 * emacs-lisp/lmenu.el (popup-menu, popup-menu-internal)
9269 (popup-menu-popup): Remove.
9270
92712000-09-15 Gerd Moellmann <gerd@gnu.org>
9272
9273 * toolbar/toolbar.el (toolbar-add-item): Use the same image
9274 specification if or if not tool-bar item contains an `:enabled'
9275 property.
9276
9277 * menu-bar.el (menu-bar-files-menu): Disable ``Save'' if
9278 current buffer has no file name.
9279
92802000-09-15 Dave Love <fx@gnu.org>
9281
9282 * strokes.el: Sync with maintainer's current version with changes
9283 for Emacs, but avoid runtime cl and levents.
9284 (toplevel): Change autoloads and compilation requires.
9285 (strokes-version, strokes-bug-address, strokes-lift): Values
9286 changed.
9287 (strokes-xpm-header, strokes-insinuated): New variable.
9288 (strokes): Add :link.
9289 (strokes-mode): Customized.
9290 (strokes-while-inhibiting-garbage-collector): New macro.
9291 (strokes-remassoc): Avoid remove-if.
9292 (strokes-fix-button2-command): Don't use ad-do-it.
9293 (strokes-insinuate): New function.
9294 (strokes-button-press-event-p, strokes-button-release-event-p):
9295 New functions, used instead of non-`strokes-' versions..
9296 (strokes-mouse-event-p): Rewritten.
9297 (strokes-event-closest-point): Avoid event-point.
9298 (strokes-get-grid-position): Avoid cdadr, caadr
9299 (strokes-read-stroke, strokes-read-complex-stroke): Avoid levents
9300 functions.
9301 (strokes-help): Use with-output-to-temp-buffer.
9302 (strokes-window-configuration-changed-p): New function.
9303 (strokes-update-window-configuration): Use buffer-live-p,
9304 strokes-window-configuration-changed-p.
9305 (strokes-mode): Use strokes-insinuate. Alter mouse bindings.
9306 (strokes-char-face): New face.
9307 (strokes-char-table, strokes-base64-chars): New variable.
9308 (strokes-xpm-for-stroke, strokes-list-strokes)
9309 (strokes-xpm-char-on-p, strokes-xpm-char-bit-p)
9310 (strokes-xpm-encode-length-as-string, strokes-xpm-decode-char)
9311 (strokes-xpm-to-compressed-string, strokes-decode-buffer)
9312 (strokes-encode-buffer, strokes-xpm-for-compressed-string)
9313 (strokes-compose-complex-stroke, strokes-alphabetic-lessp): New
9314 functions.
9315
93162000-09-15 Gerd Moellmann <gerd@gnu.org>
9317
9318 * toolbar/toolbar.el (toolbar-add-item): Use image-mask-p.
9319
9320 * image.el (create-image): Doc fix.
9321
9322 * toolbar/toolbar.el (toolbar-add-item): Use `:mask heuristic'
9323 instead of `:heuristic-mask t'.
9324
93252000-09-14 Andrew Innes <andrewi@gnu.org>
9326
9327 * makefile.w32-in: Revert to Unix line endings.
9328
93292000-09-14 Andrew Innes <andrewi@gnu.org>
9330
9331 * makefile.w32-in: Add bootstrap support. Also copy lisp source
9332 when installing.
9333
9334 * makefile.nt (DONTCOMPILE): Fix typo.
9335
9336 * shell.el (shell-write-history-on-exit): New function.
9337 (shell-dumb-shell-regexp): New custom variable.
9338 (shell-mode): Make shell-write-history-on-exit the process
9339 sentinel if shell name matches shell-dumb-shell-regexp.
9340
9341 * w32-fns.el: Comment out before-init-hook function which resets
9342 source-directory based; this breaks bootstrap.
9343
93442000-09-14 Dave Love <fx@gnu.org>
9345
9346 * toolbar/cancel.xpm, toolbar/close.xpm, toolbar/copy.xpm,
9347 toolbar/cut.xpm, toolbar/exit.xpm, toolbar/fld_open.xpm,
9348 toolbar/help.xpm, toolbar/info.xpm, toolbar/mail.xpm,
9349 toolbar/mail_compose.xpm, toolbar/new.xpm, toolbar/open.xpm,
9350 toolbar/paste.xpm, toolbar/preferences.xpm, toolbar/print.xpm,
9351 toolbar/save.xpm, toolbar/saveas.xpm, toolbar/search-replace.xpm,
9352 toolbar/search.xpm, toolbar/spell.xpm, toolbar/undo.xpm: New.
9353 From Tuomas Kuosmanen <tigert@gimp.org>. (Gnome icons fetched
9354 from <URL:http://tigert.gimp.org/gnome/gnome-stock/>.)
9355
9356 * toolbar/toolbar.el: New.
9357
9358 * subdirs.el: Add toolbar.
9359
93602000-09-14 Gerd Moellmann <gerd@gnu.org>
9361
9362 * indent.el (indent-for-tab-command): Doc fix.
9363
93642000-09-14 Alex Schroeder <alex@gnu.org>
9365
9366 * ansi-color.el (ansi-colors): Doc change.
9367 (ansi-color-get-face): Simplified regexp.
9368 (ansi-color-faces-vector): Added more faces, doc change.
9369 (ansi-color-names-vector): Doc change.
9370 (ansi-color-regexp): Simplified regexp.
9371 (ansi-color-parameter-regexp): New regexp.
9372 (ansi-color-filter-apply): Doc change.
9373 (ansi-color-filter-region): Doc change.
9374 (ansi-color-apply): Use ansi-color-regexp and ansi-color-get-face,
9375 deal with zero length parameters.
9376 (ansi-color-apply-on-region): Doc change.
9377 (ansi-color-map): Doc change.
9378 (ansi-color-map-update): Removed debugging message.
9379 (ansi-color-get-face-1): Added condition-case to trap
9380 args-out-of-range errors.
9381 (ansi-color-get-face): Doc change.
9382 (ansi-color-make-face): Removed.
9383 (ansi-color-for-shell-mode): New option.
9384
93852000-09-13 Kenichi Handa <handa@etl.go.jp>
9386
9387 * international/quail.el (quail-start-translation): Translate KEY
9388 if necessary even if it doesn't have any mapping in the current
9389 input method.
9390 (quail-start-conversion): Likewise.
9391 (quail-help): The output message is improved.
9392
93932000-09-13 Miles Bader <miles@gnu.org>
9394
9395 * comint.el (comint-output-filter): Revert to using
9396 `insert-before-markers'. Add bletcherous hack to undo damage
9397 caused by `insert-before-markers'. Put `front-sticky' property on
9398 overlays created here so that the field code understands how the
9399 overlay works. Use a let when making comint-last-prompt-overlay,
9400 so that the code is easier to read.
9401
94022000-09-13 Dave Love <fx@gnu.org>
9403
9404 * wid-edit.el (widget-default-format-handler): DTRT when
9405 doc-property is a function.
9406
94072000-09-12 Francesco Potorti` <pot@gnu.org>
9408
9409 * mail/sendmail.el (mail-mode-fill-paragraph): Do not get the
9410 filed name if it's not there.
9411
94122000-09-12 Dave Love <fx@gnu.org>
9413
9414 * simple.el (read-mail-command): Doc fix.
9415 (mail-user-agent): Add gnus-user-agent option for upcoming Gnus.
9416
9417 * vc.el (vc-dired-listing-switches): Fix :version.
9418
9419 * vc-hooks.el: Doc fixes.
9420
9421 * subr.el (add-minor-mode): Use toggle-fun arg.
9422
9423 * speedbar.el: Add :version to several defcustoms.
9424
9425 * imenu.el (imenu--truncate-items, imenu--cleanup)
9426 (imenu--generic-function): Avoid mapcar.
9427 (imenu--replace-spaces): Function removed.
9428 (imenu--completion-buffer): Use subst-char-in-string.
9429 (imenu-add-to-menubar): Use keymap inheritance.
9430
94312000-09-12 Miles Bader <miles@gnu.org>
9432
9433 * diff-mode.el (diff-hunk-text): Use `with-temp-buffer'.
9434 (diff-mode-map): Bind `diff-test-hunk'.
9435 (diff-apply-hunk): Use `select-window' instead of `pop-to-buffer'.
9436
94372000-09-11 Gerd Moellmann <gerd@gnu.org>
9438
9439 * bytecomp.el (byte-compile-defvar): Undo last change
9440 because it breaks '(make-variable-buffer-local (defvar ...)'
9441 which is used at least in dired.
9442
94432000-09-12 Kenichi Handa <handa@etl.go.jp>
9444
9445 * international/quail.el (quail-define-package): Docstring
9446 modified.
9447
94482000-09-12 Kenichi Handa <handa@etl.go.jp>
9449
9450 * international/titdic-cnv.el (quail-cxterm-package-ext-info): Add
9451 extra docstrings for "chinese-ccdospy", "chinese-ecdict",
9452 "chinese-etzy", "chinese-sw", and "chinese-ziranma". Modify the
9453 docstring of "chinese-py".
9454
9455 * international/quail.el (quail-translation-docstring): New
9456 variable.
9457 (quail-show-keyboard-layout): Docstring modified.
9458 (quail-select-current): Likewise.
9459 (quail-build-decode-map): Change arg MAP to MAP-LIST to avoid
9460 infinite recursive call.
9461 (quail-help): Check quail-translation-docstring. Format of the
9462 output changed.
9463 (quail-help-insert-keymap-description): Adjusted for the above
9464 change.
9465
94662000-09-11 Gerd Moellmann <gerd@gnu.org>
9467
9468 * bytecomp.el (byte-compile-defvar): Only cons onto
9469 current-load-list in top-level forms. Else this leaks a cons cell
9470 every time a defun is called.
9471
94722000-09-11 Miles Bader <miles@lsi.nec.co.jp>
9473
9474 * diff-mode.el (diff-apply-hunk): Function basically rewritten.
9475 Now understands non-unified diffs. Some functionality moved into
9476 `diff-hunk-text' and `diff-find-text'. Add OTHER-FILE, DRY-RUN,
9477 POPUP, and NOERROR arguments. If DRY-RUN is true, don't actually
9478 modify anything. Only reposition point in the patched file if the
9479 patch succeeds. Only pop up another window if POPUP is true.
9480 Emit a message describing what happened if successful, and at what
9481 line-offset. Automatically detect reversed hunks and do something
9482 appropriate.
9483 (diff-hunk-text, diff-find-text): New functions.
9484 (diff-filter-lines): Function removed.
9485 (diff-test-hunk): New function.
9486 (diff-goto-source): Rewritten in terms of diff-apply-hunk.
9487
94882000-09-10 Dave Love <fx@gnu.org>
9489
9490 * textmodes/tildify.el: Minor doc/commentary fixes.
9491 (tildify) <defgroup>: Add :version.
9492
9493 * faces.el (face-x-resources): Make custom type more specific.
9494 (frame-background-mode): Use mapc.
9495 (region) <defcustom>: Add :version.
9496
94972000-09-08 Stefan Monnier <monnier@cs.yale.edu>
9498
9499 * vc-sccs.el (vc-sccs-register):
9500 * vc-rcs.el (vc-rcs-register):
9501 * vc-cvs.el (vc-cvs-register): Don't clear file's properties.
9502 * vc.el (vc-register): Clear file's properties.
9503
95042000-09-08 Gerd Moellmann <gerd@gnu.org>
9505
9506 * faces.el (face-spec-set): Only face-spec-reset-face when
9507 ATTRS is non-nil.
9508
95092000-09-08 Eli Zaretskii <eliz@is.elta.co.il>
9510
9511 * help.el (help-insert-xref-button): Fix a typo in doc string.
9512
95132000-09-07 Eli Zaretskii <eliz@is.elta.co.il>
9514
9515 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9516 Fix doc strings of chinese-py-b5, chinese-py, and chinese-tonepy input
9517 methods.
9518
9519 * menu-bar.el (read-mail-item-name): New function.
9520 (menu-bar-tools-menu): Use it to compute and display the package
9521 used to read email.
9522 (menu-bar-tools-menu): Fix typo in GUD's help string.
9523
95242000-09-07 Dave Love <fx@gnu.org>
9525
9526 * diff-mode.el (diff-mouse-goto-source): New function.
9527
9528 * vc-sccs.el: Doc fixes.
9529 (vc-sccs-register-switches, vc-sccs-master-templates): Add :version.
9530
9531 * vc-rcs.el: Doc fixes.
9532 (vc-rcs-register-switches, vc-rcs-checkin-switches)
9533 (vc-rcs-checkout-switches, vc-rcs-header)
9534 (vc-rcs-master-templates): Add or change :version.
9535
9536 * vc-cvs.el: Doc fixes.
9537 (vc-cvs-register-switches, vc-cvs-header, vc-cvs-use-edit)
9538 (vc-cvs-stay-local): Add :version.
9539
9540 * menu-bar.el (menu-bar-options-menu): Fix the font-lock toggle.
9541
95422000-09-07 Kenichi Handa <handa@etl.go.jp>
9543
9544 * international/quail.el (quail-help): Fix previous change.
9545
95462000-09-07 Gerd Moellmann <gerd@gnu.org>
9547
9548 * faces.el (color-values): Doc fix.
9549
9550 * faces.el (frame-set-background-mode): Use frame-parameter
9551 instead of frame-parameters.
9552
9553 * frame.el (filtered-frame-list): Reduce consing.
9554 (frames-on-display-list): Call frame-parameter instead of
9555 frame-parameters.
9556
95572000-09-07 Kenichi Handa <handa@etl.go.jp>
9558
9559 * language/devan-util.el (devanagari-to-indian-region): In the
9560 loop, change the following char, not preceding char.
9561
95622000-09-07 Gerd Moellmann <gerd@gnu.org>
9563
9564 * menu-bar.el (menu-bar-update-buffers): Call frame-parameter
9565 instead of frame-parameters.
9566
9567 * faces.el (set-face-attribute): Simplify by calling
9568 internal-set-lisp-face-attribute with FRAME being 0.
9569
9570 * vc.el: Remove `Id' version control keyword.
9571
95722000-09-07 Kenichi Handa <handa@etl.go.jp>
9573
9574 * help.el (help-make-xrefs): Adjusted for the change of
9575 help-xref-mule-regexp.
9576 (help-insert-xref-button): New function.
9577
9578 * international/mule-cmds.el (help-xref-mule-regexp-template):
9579 Include the pattern for character set.
9580 (leim): New group.
9581
9582 * international/quail.el: Don't require face.
9583 (quail): New group.
9584 (quail-other-command): Dummy command to make quail-help work better.
9585 (quail-keyboard-layout-alist): Add Keyboard type "jp106".
9586 (quail-keyboard-layout-substitution): New variable.
9587 (quail-update-keyboard-layout): New function.
9588 (quail-keyboard-layout-type): New customizable variable.
9589 (quail-set-keyboard-layout): Call quail-update-keyboard-layout.
9590 (quail-keyboard-translate): Pay attention to
9591 quail-keyboard-layout-substitution.
9592 (quail-insert-kbd-layout): New function.
9593 (quail-show-keyboard-layout): New function.
9594 (quail-get-translation): If the definition is a vector of length
9595 1, and the element is a string of length 1, return the character
9596 in that string.
9597 (quail-update-current-translations): Fix the case of
9598 relative-index out of range.
9599 (quail-build-decode-map, quail-insert-decode-map): New Functions.
9600 (quail-help): Show keyboard layout by quail-insert-kbd-layout.
9601 Show key sequences for all available characters.
9602 (quail-help-insert-keymap-description): Don't show such verbose
9603 key bindings as quail-self-insert-command.
9604
9605 * international/titdic-cnv.el (quail-cxterm-package-ext-info):
9606 Format changed, and each element now have extra documentations.
9607 (tit-process-header): Delete invalid characters from TIT-PROMPT.
9608 Adjusted for the change of quail-cxterm-package-ext-info.
9609
96102000-09-06 Gerd Moellmann <gerd@gnu.org>
9611
9612 * vc-hooks.el (toplevel): Don't require `vc' during compilation;
9613 requiring it leads to a recursive loading of vc.el and vc-hooks.el
9614 during bootstrap.
9615
96162000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9617
9618 * vc.el: (toplevel): Don't require `dired' at run-time.
9619 (vc-dired-resynch-file): Remove autoload cookie.
9620
96212000-09-05 Andre Spiegel <spiegel@gnu.org>
9622
9623 * vc.el: Made several backend functions optional.
9624 (vc-default-responsible-p): New function.
9625 (vc-merge): Use RET for first version to trigger merge-news, not
9626 prefix arg.
9627 (vc-annotate): Handle backends that do not support annotation.
9628 (vc-default-merge-news): Removed. The existence of a merge-news
9629 implementation is now checked on caller sites.
9630
9631 * vc-hooks.el (vc-default-mode-line-string): Removed CVS special
9632 case.
9633
9634 * vc-cvs.el (vc-cvs-mode-line-string): New function, handles the
9635 special case that has been removed from the default in vc-hooks.el.
9636
96372000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9638
9639 * vc.el (vc-log-edit): Properly handle the case where FILE is nil.
9640
96412000-09-05 Andre Spiegel <spiegel@gnu.org>
9642
9643 * vc-hooks.el: Require vc during compilation.
9644 (vc-file-setprop): Use `vc-touched-properties' if bound by the new
9645 macro `with-vc-properties' in vc.el.
9646 (vc-file-getprop): Doc fix.
9647 (vc-after-save): Call `vc-dired-resynch-file' only if vc is loaded.
9648
9649 * vc.el: Require dired-aux during compilation.
9650 (vc-name-assoc-file): Moved to vc-sccs.el.
9651 (with-vc-properties): New macro.
9652 (vc-checkin, vc-checkout, vc-revert, vc-cancel-version,
9653 vc-finish-steal): Use it.
9654 (vc-cancel-version): Moved RCS-specific code to vc-rcs.el. The call
9655 to the backend-specific function is now supposed to do the checkout,
9656 too.
9657 (vc-log-edit): Handle FILE being nil and added a FIXME for log-edit.
9658
9659 * vc-cvs.el (vc-cvs-checkin, vc-cvs-checkout): Don't bother to
9660 set file properties; that gets done in the generic code now.
9661
9662 * vc-rcs.el (vc-rcs-uncheck): Renamed to `vc-rcs-cancel-version'.
9663 Changed parameter list, added code from vc.el that does the
9664 checkout, possibly with a double-take.
9665
9666 * vc-sccs.el (vc-sccs-name-assoc-file): Moved here from vc.el.
9667 (vc-sccs-add-triple, vc-sccs-rename-file, vc-sccs-lookup-triple): Use
9668 the above under the new name.
9669 (vc-sccs-uncheck): Renamed to `vc-sccs-cancel-version'. Changed
9670 parameter list, added checkout command.
9671 (vc-sccs-checkin, vc-sccs-checkout): Don't bother to set file
9672 properties; that gets done in the generic code now.
9673
96742000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9675
9676 * vc.el: Docstring fixes (courtesy of checkdoc).
9677
96782000-09-05 Stefan Monnier <monnier@cs.yale.edu>
9679
9680 * vc.el (vc-checkout-writable-buffer-hook)
9681 (vc-checkout-writable-buffer): Remove.
9682 (vc-start-entry): Always call vc-log-edit, never vc-log-mode.
9683 (vc-log-mode): Make it into a clean derived major mode.
9684 (vc-log-edit): Mark buffer unmodified (as vc-log-mode did) and use
9685 vc-log-mode if log-edit is not available.
9686 (vc-dired-mode-map): Don't set-keymap-parent yet.
9687 (vc-dired-mode): Do set-keymap-parent here.
9688 (vc-dired-buffers-for-dir): Nop if dired is not loaded.
9689
96902000-09-05 Gerd Moellmann <gerd@gnu.org>
9691
9692 * faces.el (set-face-attribute, face-spec-reset-face)
9693 (face-spec-set): Avoid consing by removing calls to `apply'.
9694
9695 * frame.el (frame-parameter): Move to C code.
9696
96972000-09-05 Dave Love <fx@gnu.org>
9698
9699 * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop,
9700 insert-before-markers-and-inherit. Now checked systematically!
9701
97022000-09-05 Alex Schroeder <alex@gnu.org>
9703
9704 * sql.el (sql-postgres): Use sql-postgres-options.
9705 (sql-postgres-options): New variable.
9706
97072000-09-05 Alex Schroeder <alex@gnu.org>
9708
9709 * sql.el (sql-mode-menu): Work around missing variable mark-active
9710 in XEmacs.
9711 (sql-mode): Added call to easy-menu-add for XEmacs compatibility.
9712 (sql-interactive-mode): Added call to easy-menu-add for XEmacs
9713 compatibility.
9714
97152000-09-04 Gerd Moellmann <gerd@gnu.org>
9716
9717 * vc.el (vc-dired-resynch-file): Add autoload cookie.
9718
9719 * vc.el (toplevel): Require `dired' at run-time for dired-mode-map.
9720
9721 * Makefile.in (DONTCOMPILE): Fix typo in file name.
9722
97232000-09-04 Andre Spiegel <spiegel@gnu.org>
9724
9725 * vc-sccs.el (vc-sccs-latest-on-branch-p): Always return t; we
9726 don't support anything else under SCCS yet.
9727
9728 * vc-hooks.el: Minor doc fixes.
9729
97302000-09-04 Andre Spiegel <spiegel@gnu.org>
9731
9732 * vc.el (vc-next-action-on-file): Do not visit the file if it's
9733 not necessary. If verbose in state `needs-patch', do the same as
9734 under `up-to-date'. When NOT verbose and `needs-patch', check out
9735 latest version instead of `merge-news'.
9736 (vc-next-action-dired): Don't mess with default-directory here; it
9737 breaks other parts of dired. It is the job of the
9738 backend-specific functions to adjust it temporarily if they need it.
9739 (vc-next-action): Remove a special CVS case.
9740 (vc-clear-headers): New optional arg FILE.
9741 (vc-checkin, vc-checkout): Set properties vc-state and
9742 vc-checkout-time properly.
9743 (vc-finish-steal): Call steal-lock, not steal, which doesn't exist.
9744 (vc-print-log): Use new backend function `show-log-entry'.
9745 (vc-cancel-version): Do the checks in a different order. Added a
9746 FIXME concerning RCS-only code.
9747
9748 * vc-rcs.el (vc-rcs-show-log-entry): New function.
9749 (vc-rcs-checkin, vc-rcs-checkout): Don't set all properties.
9750
9751 * vc-cvs.el (vc-cvs-show-log-entry): New function.
9752
9753 * vc-hooks.el (vc-default-mode-line-string): Show state
9754 `needs-patch' as a `-' too.
9755
97562000-09-04 Andre Spiegel <spiegel@gnu.org>
9757
9758 * vc.el (vc-responsible-backend): New optional arg REGISTER.
9759 (vc-default-could-register): New function.
9760 (vc-dired-buffers-for-dir, vc-dired-resynch-file): New functions.
9761 (vc-resynch-buffer): Call vc-dired-resynch-file.
9762 (vc-start-entry, vc-finish-logentry, vc-revert-buffer): Use
9763 vc-resynch-buffer instead of vc-resynch-window.
9764 (vc-next-action-dired): Don't redisplay here, that gets done as a
9765 result of the individual file operations.
9766 (vc-retrieve-snapshot): Corrected prompt order.
9767
9768 * vc-hooks.el (vc-after-save): Call vc-dired-resynch-file.
9769
9770 * vc-cvs.el (vc-cvs-stay-local): Allow it to be a hostname regexp
9771 as well.
9772 (vc-cvs-remote-p): Renamed to vc-cvs-stay-local-p. Handle
9773 hostname regexps. Updated all callers.
9774 (vc-cvs-responsible-p): Handle directories as well.
9775 (vc-cvs-could-register): New function.
9776 (vc-cvs-retrieve-snapshot): Parse "cvs update" output, keep file
9777 properties up-to-date.
9778
9779 * vc-rcs.el (vc-rcs-register): If there is no RCS subdir, ask the
9780 user whether to create one.
9781
97822000-09-04 Andre Spiegel <spiegel@gnu.org>
9783
9784 * vc-hooks.el (vc-file-not-found-hook): Ask the user whether to
9785 check out a non-existing file.
9786
9787 * vc-cvs.el (vc-cvs-checkout): Do the right thing when the
9788 workfile does not exist.
9789
9790 * vc.el (vc-version-diff): Use `require' to check for existence of
9791 diff-mode.
9792
97932000-09-04 Andre Spiegel <spiegel@gnu.org>
9794
9795 * vc-cvs.el (vc-cvs-registered): Use new function
9796 vc-cvs-parse-entry to do the actual work.
9797
97982000-09-04 Andre Spiegel <spiegel@gnu.org>
9799
9800 * vc-hooks.el (vc-find-backend-function): If function doesn't
9801 exist, return nil instead of error.
9802 (vc-call-backend): Doc fix.
9803
9804 * vc.el (vc-do-command): Doc fix.
9805 (vc-finish-logentry): When checking in from vc-dired, choose the
9806 right backend for logentry check.
9807 (vc-dired-mode-map): Inherit from dired-mode-map.
9808 (vc-dired-mode): Local value of dired-move-to-filename-regexp
9809 simplified.
9810 (vc-dired-state-info): Removed, updated caller.
9811 (vc-default-dired-state-info): Use parentheses instead of hyphens.
9812 (vc-dired-hook): Use vc-BACKEND-dir-state, if available.
9813 (vc-dired-listing-switches): New variable.
9814 (vc-directory): Use it, instead of dired-listing-switches.
9815
9816 * vc-cvs.el (vc-cvs-remote-p): Allow FILE to be a directory, too.
9817 (vc-cvs-dir-state): New function.
9818 (vc-cvs-dir-state-heuristic): New function, subroutine of the above.
9819 (vc-cvs-parse-entry): New function, also to be used in
9820 vc-cvs-registered.
9821
98222000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9823
9824 * vc.el (vc-revert-buffer): Hide the frame for dedicated windows
9825 *or* single-window-frames.
9826
98272000-09-04 Andre Spiegel <spiegel@gnu.org>
9828
9829 * vc.el (vc-update-changelog): Split into generic part and default
9830 implementation. Doc string adapted.
9831 (vc-default-update-changelog): New function. Call the `rcs2log'
9832 script in exec-directory, to fix a long-standing nuisance.
9833
9834 * vc-sccs.el (vc-sccs-update-changelog): Dummy implementation that
9835 simply signals an error.
9836
98372000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9838
9839 * vc-cvs.el (vc-cvs-checkout): Slight restructuring to make the
9840 control-flow more clear and to avoid running `cvs' twice.
9841
9842 * vc.el (vc-next-action-on-file): Doc fix.
9843 (vc-maybe-resolve-conflicts): Don't just toggle smerge-mode.
9844 (vc-print-log): Eval `file' before constructing the continuation.
9845
98462000-09-04 Andre Spiegel <spiegel@gnu.org>
9847
9848 * vc.el (vc-next-action-on-file): Corrected several messages.
9849 (vc-merge): Add prefix arg `merge-news'; handle it.
9850
9851 * vc-cvs.el (vc-cvs-workfile-version): Removed comment that this
9852 is not reached. It is.
9853 (vc-cvs-merge): Set state to 'edited after merge.
9854 (vc-cvs-merge-news): Set workfile version to nil if not known.
9855 (vc-cvs-latest-on-branch-p): Recommented. Candidate for removal.
9856
9857 * vc-*.el (vc-*-checkout): Switch off coding systems for checkout
9858 via stdout. (Merge from main line.)
9859
98602000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9861
9862 * vc.el (vc-finish-logentry): Thinko in the "same comment"
9863 detection.
9864
98652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9866
9867 * vc.el (vc-parent-buffer, vc-parent-buffer-name): Protect them
9868 against kill-all-local-variables.
9869 (vc-log-edit): Don't save vc-parent-buffer any more.
9870 (vc-last-comment-match): Initialize to an empty string.
9871 (vc-post-command-functions): New hook.
9872 (vc-do-command): Run it.
9873 (vc-next-action-on-file): Remove unnecessary pop-to-buffer.
9874 (vc-finish-logentry): Only add the comment to the ring if it's
9875 different from the last comment entered.
9876 (vc-new-comment-index): New function.
9877 (vc-previous-comment): Use it. Make the minibuffer message
9878 slightly less terse.
9879 (vc-comment-search-reverse): Make it work forward as well. Don't
9880 set vc-comment-ring-index if no match is found. Use
9881 vc-new-comment-index.
9882 (vc-comment-search-forward): Use vc-comment-search-reverse.
9883 (vc-dired-mode-map): Don't inherit from dired-mode-map since
9884 define-derived-mode will do it for us. Bind `v' to a keymap that
9885 inherits from vc-prefix-map so that we can bind `vt' without
9886 binding C-x v t.
9887 (vc-retrieve-snapshot): Parenthesis typo.
9888
9889 * vc-cvs.el (vc-cvs-checkin): Raise the max-correct status from 0
9890 to 1. Make sure to switch to *vc* before looking for an error
9891 message. Use vc-parse-buffer.
9892
98932000-09-04 Andre Spiegel <spiegel@gnu.org>
9894
9895 * vc.el (vc-create-snapshot, vc-default-create-snapshot): Swap DIR
9896 and NAME.
9897 (vc-retrieve-snapshot): Split into two parts.
9898 (vc-default-retrieve-snapshot): New function.
9899
9900 * vc-cvs.el ((vc-cvs-create-snapshot): Swap DIR and NAME.
9901 (vc-cvs-retrieve-snapshot): New function (untested).
9902 (vc-cvs-stay-local): Default to t.
9903 (vc-cvs-remote-p): New function and property.
9904 (vc-cvs-state): Stay local only if the above is t.
9905 (vc-handle-cvs): Removed.
9906 (vc-cvs-registered): Don't check vc-handle-cvs -- it should all be
9907 done via vc-handled-backends now.
9908 (vc-cvs-header): Escape Id.
9909
99102000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9911
9912 * vc.el (vc-do-command): Remove unused commands.
9913 (vc-version-diff): Make sure default-directory ends with a slash.
9914 Move the window commands into a vc-exec-after.
9915 (vc-print-log): Move more of the code into the `vc-exec-after'.
9916
99172000-09-04 Andre Spiegel <spiegel@gnu.org>
9918
9919 * vc.el (vc-exec-after): Fix disassembly of previous sentinel.
9920 (vc-print-log): Search current revision from beginning of buffer.
9921 (vc-revert-buffer): Clear echo area after the diff is finished.
9922 (vc-prefix-map): Removed definition of "t" for terse display in vc
9923 dired.
9924 (vc-dired-mode-map): Inherit from dired-mode-map. Added
9925 definition of "vt" for terse display.
9926 (vc-dired-mode): Fix dired-move-to-filename-regexp.
9927
99282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9929
9930 * vc.el (vc-exec-after): Avoid caddr.
9931
99322000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9933
9934 * vc.el (vc-exec-after): New function.
9935 (vc-do-command): Use it to add a termination message for async
9936 procs.
9937 (vc-checkout): Try to handle a missing-backend situation.
9938 (vc-version-diff): Use vc-exec-after to fix the behavior for diffs
9939 of a directory with a backend using async diffs.
9940 (vc-print-log): Use vc-exec-after and use log-view-goto-rev if
9941 present.
9942
9943 * vc-sccs.el (vc-sccs-state-heuristic): Use
9944 file-ownership-preserved-p.
9945
9946 * vc-rcs.el (vc-rcs-state-heuristic): Use
9947 file-ownership-preserved-p.
9948 (vc-rcs-checkout): Remove the error-handling for missing-rcs.
9949
99502000-09-04 Andre Spiegel <spiegel@gnu.org>
9951
9952 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix call to
9953 vc-do-command.
9954
9955 * vc.el (vc-next-action-on-file): Use vc-revert-buffer to revert
9956 when there are no changes.
9957
99582000-09-04 Andre Spiegel <spiegel@gnu.org>
9959
9960 * vc-sccs.el (vc-sccs-state-heuristic): Don't use file-writable-p.
9961
9962 * vc-rcs.el (vc-rcs-state-heuristic): Don't use file-writable-p.
9963
99642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
9965
9966 * vc-hooks.el (vc-prefix-map): Move the autoload from vc.el.
9967
9968 * vc.el (vc-prefix-map): Move the autoload to vc-hooks.el and move
9969 the `fset' outside of the defvar so that it works even if
9970 vc-prefix-map was already defined.
9971 (vc-setup-buffer): New function, split out of vc-do-command.
9972 (vc-do-command): Allow BUFFER to be t to mean `just use the
9973 current buffer without any fuss'.
9974 (vc-version-diff): Change the `diff' backend operation to just put
9975 the diff in the current buffer without erasing it. Always use
9976 *vc-diff* even for directory-diffs. Use vc-setup-buffer. Protect
9977 shrink-window-if-larger-than-buffer.
9978 (vc-print-log): Change the `print-log' backend operation to just
9979 put the log in the current buffer without erasing it. Protect
9980 shrink-window-if-larger-than-buffer.
9981 (vc-update-change-log): Fix setd typo.
9982
9983 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Fix parenthesis.
9984 (vc-sccs-print-log, vc-sccs-diff): Insert in the current buffer.
9985
9986 * vc-rcs.el (vc-rcs-print-log): Insert in the current buffer.
9987 (vc-rcs-diff): Insert in the current buffer and remove unused arg
9988 CMP.
9989
9990 * vc-cvs.el (vc-cvs-state, vc-cvs-fetch-status): Use
9991 with-temp-file. Use the new BUFFER=t argument to vc-do-command.
9992 (vc-cvs-print-log, vc-cvs-diff): Insert in the current buffer.
9993
99942000-09-04 Andre Spiegel <spiegel@gnu.org>
9995
9996 * vc.el (vc-workfile-unchanged-p): If checkout-time comparison is
9997 not possible, use vc-BACKEND-workfile-unchanged-p.
9998 (vc-default-workfile-unchanged-p): New function. Delegates to a
9999 full vc-BACKEND-diff.
10000
10001 * vc-hooks.el (vc-simple-command): Removed.
10002
10003 * vc-rcs.el (vc-rcs-workfile-unchanged-p): Use vc-do-command
10004 instead of vc-simple-command.
10005 (vc-rcs-fetch-master-state): Removed check for unlocked-changes to
10006 avoid doing a diff when opening a file.
10007 (vc-rcs-state): Added check for unlocked-changes.
10008 (vc-rcs-header): Escape Id.
10009 (vc-rcs-workfile-unchanged-p): Remove optional arg VERSION.
10010 (vc-rcs-state): Call vc-workfile-unchanged-p, not the RCS-specific
10011 version.
10012
10013 * vc-sccs.el (vc-sccs-workfile-unchanged-p): Rewritten.
10014 (vc-sccs-diff): Remove optional arg CMP.
10015 (vc-sccs-state): Call vc-workfile-unchanged-p, not the
10016 SCCS-specific function.
10017
10018 * vc-cvs.el (vc-cvs-state): Use vc-do-command instead of
10019 vc-simple-command.
10020
100212000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10022
10023 * vc.el (vc-editable-p): Renamed from vc-writable-p.
10024 (with-vc-file, vc-merge): Use vc-editable-p.
10025 (vc-do-command): Remove unused var vc-file and fix the
10026 doubly-defined `status' var. Add a user message when starting an
10027 async command.
10028 (vc-restore-buffer-context, vc-resynch-buffer, vc-start-entry)
10029 (vc-finish-steal, vc-checkin, vc-finish-logentry, vc-rename-file):
10030 Use with-current-buffer.
10031 (vc-buffer-sync): Use unless.
10032 (vc-next-action-on-file): If the file is 'edited by read-only,
10033 make it read-write instead of trying to commit.
10034 (vc-version-diff, vc-update-change-log): Use `setq
10035 default-directory' rather than `cd'.
10036 (vc-log-edit): Don't forget to set default-directory in the
10037 buffer.
10038
10039 * vc-sccs.el (vc-sccs-state): Fix obviously wrong parenthesis.
10040 (vc-sccs-state-heuristic): Use file-writable-p instead of
10041 comparing userids.
10042 (vc-sccs-checkout): Use `unless'.
10043
10044 * vc-rcs.el (vc-rcs-state-heuristic): Use file-writable-p instead
10045 of comparing userids.
10046 (vc-rcs-fetch-master-state): Handle the case where rcs is missing.
10047 Simplify the logic by eliminating unreachable code.
10048 (vc-rcs-diff): Only pass `2' to vc-do-command if necessary and
10049 just do a recursive call if we need to retry.
10050 (vc-rcs-checkout): Handle the case where rcs is missing by making
10051 the buffer read-write if requested and re-signalling the error.
10052
10053 * vc-cvs.el (vc-cvs-diff): Remove unused and unsupported argument CMP.
10054
100552000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10056
10057 * vc-hooks.el (vc-handled-backends): Docstring change.
10058 (vc-ignore-vc-files): Mark obsolete.
10059 (vc-registered): Check vc-ignore-vc-files.
10060 (vc-find-file-hook, vc-file-not-found-hook): Don't check
10061 vc-ignore-vc-files.
10062
10063 * vc-cvs.el (vc-cvs-registered): Obey vc-handle-cvs.
10064
100652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10066
10067 * vc.el (vc-checkout): Don't do anything special for ange-ftp
10068 files since ange-ftp already has vc-registered return nil.
10069
10070 * vc-sccs.el (vc-sccs-state): Use with-temp-buffer.
10071 (vc-sccs-workfile-version): Use with-temp-buffer and new
10072 vc-parse-buffer and don't bother setting the property.
10073 (vc-sccs-add-triple): Use with-current-buffer and
10074 find-file-noselect.
10075 (vc-sccs-lookup-triple): New vc-parse-buffer and turn cond -> if.
10076
10077 * vc-rcs.el (vc-rcs-find-most-recent-rev): New function. The code
10078 derives from the old vc-parse-buffer but uses the revision number
10079 rather than the date (much easier to compare robustly).
10080 (vc-rcs-fetch-master-state): Use `with-temp-buffer'. Adapt to the
10081 new vc-parse-buffer (and vc-rcs-find-most-recent-rev). Find the
10082 locking-user more directly. Check strict locking and set
10083 checkout-model appropriately.
10084 (vc-rcs-parse-locks): Remove.
10085 (vc-rcs-latest-on-branch-p): Use with-temp-buffer and adapt to the
10086 new vc-parse-buffer (and vc-rcs-find-most-recent-rev).
10087 (vc-rcs-system-release): Use with-current-buffer and
10088 vc-parse-buffer.
10089 (vc-rcs-register, vc-rcs-checkout): Use with-current-buffer.
10090
10091 * vc-hooks.el (vc-parse-buffer): Lobotomize the monster.
10092 (vc-simple-command): Docstring fix.
10093 (vc-registered): Align the way the file-handler is called with the
10094 way the function itself works.
10095 (vc-file-owner): Remove.
10096
10097 * vc-cvs.el (vc-cvs-registered): Use with-temp-buffer. Reorder
10098 extraction of fields and call to file-attributes because of a
10099 temporary bug in rcp.el.
10100 (vc-cvs-fetch-status): Use with-current-buffer.
10101
101022000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10103
10104 * vc.el (vc-do-command): Use file-relative-name.
10105 (vc-responsible-backend): Use vc-backend if possible.
10106 (vc-create-snapshot): Improve the `interactive' spec. Add support
10107 for branches and dispatch to backend-specific `create-snapshot'.
10108 (vc-default-create-snapshot): New function, containing the bulk of
10109 the old vc-create-snapshot.
10110 (vc-retrieve-snapshot): Improve the interactive spec.
10111
10112 * vc-hooks.el (vc-header-alist): Move the dummy def from vc.el.
10113 (vc-backend-hook-functions): Remove.
10114 (vc-find-backend-function): Don't try to load vc-X-hooks anymore.
10115 (vc-backend): Reintroduce the test for `file = nil' now that I
10116 know why it was there (and added a comment to better remember).
10117
10118 * vc-sccs-hooks.el: Merge into vc-sccs.el * vc-sccs.el: Merge in
10119 code from vc-sccs-hooks.el.
10120 (vc-sccs-release, vc-sccs-system-release): Remove. Don't require
10121 'vc anymore.
10122 (vc-sccs-responsible-p): Use expand-file-name instead of concat
10123 and file-directory-p instead of file-exists-p.
10124 (vc-sccs-check-headers): Simplify the regexp.
10125
10126 * vc-rcs-hooks.el: Merge into vc-rcs.el * vc-rcs.el: Merge in code
10127 from vc-rcs-hooks.el. Don't require 'vc anymore.
10128 (vc-rcs-responsible-p): Use expand-file-name instead of concat and
10129 file-directory-p instead of file-exists-p.
10130
10131 * vc-cvs-hooks.el: Merge into vc-cvs.el * vc-cvs.el: Merge in code
10132 from vc-cvs-hooks.el.
10133 (proto vc-cvs-registered): Require 'vc-cvs instead of
10134 'vc-cvs-hooks. Don't require 'vc anymore.
10135 (vc-cvs-responsible-p): Use expand-file-name instead of concat and
10136 file-directory-p instead of file-exists-p.
10137 (vc-cvs-create-snapshot): New function, replacing
10138 vc-cvs-assign-name.
10139 (vc-cvs-assign-name): Remove.
10140
101412000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10142
10143 * vc-cvs.el (vc-cvs-header): New var.
10144
10145 * vc-rcs.el (vc-rcs-exists): Remove.
10146 (vc-rcs-header): New var.
10147
10148 * vc-sccs.el (vc-sccs-responsible-p, vc-sccs-register): Use
10149 `vc-sccs-search-project-dir' instead of `vc-sccs-project-dir'.
10150 (vc-sccs-header): New var.
10151
10152 * vc.el (vc-do-command): Get rid of the `last' argument.
10153 (vc-header-alist): Remove, replaced by vc-X-header.
10154 (vc-insert-headers): Use vc-X-header instead of vc-header-alist.
10155 (vc-dired-hook): Use expand-file-name instead of concat.
10156 (vc-directory): Use file-name-as-directory.
10157 (vc-snapshot-precondition, vc-create-snapshot)
10158 (vc-retrieve-snapshot): Allow the command to operate on any
10159 directory.
10160
10161 * vc-{rcs,sccs,cvs}.el: Update calls to vc-do-command by either
10162 just removing the 'WORKFILE argument or by removing the 'MASTER
10163 argument and replacing `file' with (vc-name file).
10164
101652000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10166
10167 * vc.el: Update Copyright and add a crude list of backend funs.
10168 (vc-writable-p): New function.
10169 (with-vc-file): Use vc-writable-p.
10170 (vc-next-action-on-file): Update call to vc-steal-lock and cleanup.
10171 (vc-register): Avoid vc-name.
10172 (vc-locking-user): Remove.
10173 (vc-steal-lock): Make the `owner' arg non-optional.
10174 (vc-merge): Use vc-writable-p instead of vc-locking-user and
10175 vc-checkout-model.
10176 (vc-default-dired-state-info): Use vc-state instead of
10177 vc-locking-user and return special strings for special states.
10178 (vc-dired-hook): Use vc-up-to-date-p instead of vc-locking-user
10179 and get rid of one of the special CVS cases.
10180 (vc-cancel-version): prettify error message with \\[...].
10181 (vc-rename-master): New function.
10182 (vc-rename-file): Use vc-BACKEND-rename-file (which might in turn
10183 use vc-rename-master) instead of vc-BACKEND-record-rename. Make
10184 the CVS special case generic.
10185 (vc-default-record-rename): Remove.
10186 (vc-file-tree-walk-internal): Only call FUNC for files that are
10187 under control of some VC backend and replace `concat' with
10188 expand-file-name.
10189 (vc-file-tree-walk): Update docstring.
10190 (vc-version-diff, vc-snapshot-precondition, vc-create-snapshot)
10191 (vc-retrieve-snapshot): Update call to vc-file-tree-walk.
10192
10193 * vc-sccs.el (vc-sccs-rename-file): Renamed from
10194 vc-sccs-record-rename. Use `find-file-noselect' rather than
10195 `find-file' and call `vc-rename-master' to do the actual move.
10196 (vc-sccs-diff): Remove unused `backend' variable.
10197
10198 * vc-sccs-hooks.el (vc-sccs-registered): Preloaded trivial version
10199 to delay loading of vc-sccs until it is really used.
10200 (vc-sccs-master-templates): Preload.
10201 (vc-sccs-state): Update call to vc-sccs-parse-locks.
10202 (vc-sccs-project-dir): Remove (merged into
10203 vc-sccs-search-project-dir).
10204 (vc-sccs-search-project-dir): Rewrite using file name handling ops
10205 rather than `concat', make sure it is preloaded and don't bother
10206 to check that the file actually exists.
10207 (vc-sccs-parse-locks): Remove unused `file' argument, remove
10208 `locks' argument (use buffer's content instead) and eliminate n^2
10209 behavior.
10210
10211 * vc-rcs.el: Update Copyright.
10212 (vc-rcs-rename-file): New function.
10213 (vc-rcs-diff): Remove unused `backend' variable.
10214
10215 * vc-hooks.el: Update Copyright.
10216 (vc-backend): Don't accept a nil argument any more.
10217 (vc-up-to-date-p): Turn into a defsubst.
10218 (vc-possible-master): New function.
10219 (vc-check-master-templates): Use `vc-possible-master' and allow
10220 funs in vc-X-master-templates to return a non-existent file.
10221
10222 * vc-cvs.el: Update Copyright.
10223 (vc-cvs-diff): Remove unused `backend' variable.
10224 (vc-cvs-checkout): Only toggle read-only if the buffer is setup right.
10225
10226 * vc-cvs-hooks.el: Preload a proto vc-cvs-registered.
10227
102282000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10229
10230 * vc-rcs-hooks.el (vc-rcs-registered): Provide a trivial version
10231 since it can be called from vc-rcs.el.
10232 (vc-rcs-parse-locks): Cleanup to remove an n^2 behavior.
10233
102342000-09-04 Andre Spiegel <spiegel@gnu.org>
10235
10236 * vc.el (vc-version-diff): Expand file name read from the
10237 minibuffer. Handle the case when a previous version number can't
10238 be guessed. Give suitable messages when there were no differences
10239 found.
10240 (vc-clear-headers): Call backend-specific implementation, if one
10241 exists.
10242 (vc-cancel-version): Made error checks generic. When done, clear
10243 headers generically, too.
10244
10245 * vc-rcs.el (vc-rcs-clear-headers): New function; code moved here
10246 from vc-clear-headers in vc.el.
10247
10248 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Use vc-parse-buffer
10249 correctly.
10250 (vc-rcs-latest-on-branch-p): Made second argument VERSION
10251 optional. Handle the case when it's not there.
10252
102532000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10254
10255 * vc.el (vc-locking-user): Moved from vc-hooks.el.
10256
102572000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10258
10259 * vc-hooks.el (vc-loadup): Remove.
10260 (vc-find-backend-function): Use `require'. Also, handle the case
10261 where vc-BACKEND-hooks.el doesn't exist.
10262 (vc-call-backend): Cleanup.
10263
102642000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10265
10266 * vc-rcs-hooks.el (vc-rcs-templates-grabbed,
10267 vc-rcs-grab-templates)
10268 (vc-rcs-registered): Remove. The default function works as well.
10269 * vc-sccs-hooks.el (vc-sccs-templates-grabbed,
10270 vc-sccs-grab-templates)
10271 (vc-sccs-registered): Remove. The default function works as well.
10272
10273 * vc.el (vc-version-diff): Left out a vc- in call to
10274 vc-call-backend.
10275 (vc-default-dired-state-info, vc-default-record-rename)
10276 (vc-default-merge-news): Update for the new backend argument.
10277
10278 * vc-hooks.el (vc-find-backend-function): Return a cons cell if
10279 using the default function.
10280 (vc-call-backend): If calling the default function, pass it the
10281 backend as first argument. Update the docstring accordingly.
10282 (vc-default-state-heuristic, vc-default-mode-line-string): Update
10283 for the new backend argument.
10284 (vc-make-backend-sym): Renamed from vc-make-backend-function.
10285 (vc-find-backend-function): Use the new name.
10286 (vc-default-registered): New function.
10287
102882000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10289
10290 * vc.el (vc-merge): Use vc-find-backend-function.
10291
10292 * vc-hooks.el (vc-backend-functions): Remove.
10293 (vc-loadup): Don't setup 'vc-functions.
10294 (vc-find-backend-function): New function.
10295 (vc-call-backend): Use above fun and populate 'vc-functions
10296 lazily.
10297 (vc-backend-defines): Remove.
10298
102992000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10300
10301 * vc.el (vc-register): Put a FIXME note for a newly found bug.
10302 Call vc-call-backend without the leading vc-.
10303 (vc-responsible-backend, vc-finish-logentry, vc-annotate)
10304 (vc-check-headers): Call vc-call-backend without the leading vc-.
10305 (vc-annotate-time-span): Replace confusing use of `cond' with `or'.
10306 (vc-annotate-display): Replace confusing use of `cond' with `or'.
10307 Call vc-call-backend without the leading vc-.
10308
10309 * vc-cvs.el (tail): Provide vc-cvs.
10310 * vc-sccs.el (tail): Provide vc-sccs.
10311 * vc-rcs.el (tail): Provide vc-rcs and remove vc-rcs-logentry-check.
10312
10313 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions)
10314 (vc-make-backend-function, vc-call): Pass names without leading
10315 `vc-' to vc-call-backend so we can blindly prefix them with vc-BACKEND.
10316 (vc-loadup): Don't load vc-X-hooks if vc-X is requested.
10317 (vc-call-backend): Always try to load vc-X-hooks.
10318 (vc-registered): Remove vc- in call to vc-call-backend.
10319
103202000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10321
10322 * vc.el (vc-process-filter): New function.
10323 (vc-do-command): Setup `vc-process-filter' for the async process.
10324 (vc-maybe-resolve-conflicts): New function to reduce
10325 code-duplication. Additionally, it puts the buffer in
10326 `smerge-mode' if applicable.
10327 (vc-next-action-on-file): Use `vc-maybe-resolve-conflicts' after
10328 calling `merge-news'.
10329 (vc-merge): Use `vc-maybe-resolve-conflicts' after calling `merge'.
10330 (vc-log-edit): New function. Replacement for `vc-log-mode' by
10331 interfacing to log-edit.el.
10332 (vc-start-entry): Call `vc-log-edit' instead of `vc-log-mode' if
10333 log-edit is available.
10334 (vc-resolve-conflicts): Delegate to `smerge-ediff' if available.
10335
103362000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10337
10338 * vc.el (vc-register): Remove `vc-buffer-backend' setup.
10339 (vc-log-mode-map): New name for vc-log-entry-mode and merge the
10340 defvar and the initialization.
10341 (vc-log-mode): Minor docstring fix and use vc-log-mode-map.
10342
10343 * vc-hooks.el (vc-default-back-end, vc-buffer-backend): Remove.
10344 (vc-kill-buffer-hook): Remove `vc-buffer-backend' handling.
10345
10346 * vc-cvs-hooks.el (vc-handle-cvs): Make it a defvar and add a FIXME.
10347
103482000-09-04 Andre Spiegel <spiegel@gnu.org>
10349
10350 * vc.el (vc-file-clear-masterprops): Removed.
10351 (vc-checkin, vc-revert-buffer): Removed calls to the above.
10352 (vc-version-diff): Use buffer-size without argument.
10353 (vc-register): Heed vc-initial-comment.
10354
10355 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Fix regexp for
10356 default branch.
10357
10358 * vc-rcs.el (vc-rcs-register): Parse command output to find master
10359 file name and workfile version.
10360 (vc-rcs-checkout): Removed call to vc-file-clear-masterprops.
10361
10362 * vc-cvs.el (vc-cvs-merge-news, vc-cvs-checkout): Removed call to
10363 vc-file-clear-masterprops.
10364
10365 * vc-sccs.el (vc-sccs-checkout): Removed call to
10366 vc-file-clear-masterprops. If writable, set vc-state to 'edited
10367 rather than user login name.
10368
10369
103702000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10371
10372 * vc.el (vc-workfile-unchanged-p): Remove unused argument
10373 `want-differences-if-changed' and simplify.
10374 (vc-next-action-on-file) [needs-merge]: Resynch the buffer.
10375 (vc-revert-buffer): Use `unchanged-p' rather than vc-diff's status
10376 output (which is invalid for async vc-diff) to decide whether to
10377 do the revert silently or not.
10378
103792000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10380
10381 * vc-hooks.el (vc-loadup): Load files quietly.
10382 (vc-call-backend): Oops, brain fart.
10383
103842000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10385
10386 * vc-cvs.el (vc-cvs-state): Typo.
10387 (vc-cvs-merge-news): Return the status code rather than the error msg.
10388
103892000-09-04 Andre Spiegel <spiegel@gnu.org>
10390
10391 * vc.el (with-vc-file, vc-next-action, vc-version-diff)
10392 (vc-dired-mark-locked): Replaced usage of vc-locking-user with
10393 vc-state or vc-up-to-date-p.
10394 (vc-merge): Use vc-backend-defines to check whether merging is
10395 possible. Set state to 'edited after successful merge.
10396
10397 * vc-hooks.el (vc-locking-user): If locked by the calling user,
10398 return that name. Redocumented.
10399
104002000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10401
10402 * vc.el (vc-recompute-state, vc-next-action-on-file): Update to
10403 new `vc-state' semantics.
10404 (vc-finish-steal): Set 'vc-state to 'edited rather than setting
10405 'vc-locking-user to the current user.
10406 (vc-merge): Inline vc-backend-merge. Comment out code that I
10407 don't understand and hence can't adapt to the new `vc-state' and
10408 `vc-locking-user' semantics.
10409 (vc-backend-merge): Remove.
10410
10411 * vc-{sc,r}cs.el (vc-{sc,r}cs-check{in,out}): Update 'vc-state
10412 rather than 'vc-locking-user.
10413
10414 * vc-rcs-hooks.el (vc-rcs-consult-headers): Adapt to new `vc-state'.
10415
10416 * vc-hooks.el (vc-user-login-name): Simplify the code a tiny bit.
10417 (vc-state): Don't use 'reserved any more. Just use the same
10418 convention as the one used for vc-<backend>-state where the
10419 locking user (as a string) is returned.
10420 (vc-locking-user): Update, based on the above convention. The
10421 'vc-locking-user property has disappeared.
10422 (vc-mode-line, vc-default-mode-line-string): Adapt to new `vc-state'.
10423
10424 * vc-cvs.el (vc-cvs-state): Don't overwrite a non-heuristic state
10425 with a heuristic one.
10426 (vc-cvs-merge-news): Just use 'edited for the case with conflicts.
10427 (vc-cvs-checkin): Do a trivial parse to set the state in case of
10428 error. That allows us to get to 'needs-merge even in the
10429 stay-local case. There's still no way to detect 'needs-patch in
10430 such a setup (or to force an update for that matter).
10431 (vc-cvs-logentry-check): Remove, the default works as well.
10432
104332000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10434
10435 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Run cvs asynchronously.
10436
10437 * vc.el (vc-do-command): kill-all-local-variables, to reset any
10438 major-mode in which the buffer might have been put earlier. Use
10439 `remove' and `when'. Allow `okstatus' to be `async' and use
10440 `start-process' in this case.
10441 (vc-version-diff): Handle the case where the diff looks empty
10442 because of the use of an async process.
10443
104442000-09-04 Andre Spiegel <spiegel@gnu.org>
10445
10446 * vc.el (vc-next-action-on-file): Removed optional parameter
10447 `simple'. Recompute state unconditionally.
10448 (vc-default-toggle-read-only): Removed.
10449
10450 * vc-hooks.el (vc-backend-functions): Removed vc-toggle-read-only.
10451 (vc-toggle-read-only): Undid prev change.
10452
10453 * vc-cvs.el (vc-cvs-stay-local): Renamed from
10454 vc-cvs-simple-toggle. Redocumented.
10455 (vc-cvs-state): If locality is wanted, use vc-cvs-state-heuristic.
10456 (vc-cvs-toggle-read-only): Removed.
10457
104582000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10459
10460 * vc.el (vc-backend-dispatch, vc-annotate-mode-syntax-table): Remove.
10461 (vc-prefix-map): Move from vc-hooks.el and make autoloaded.
10462 (vc-release-greater-or-equal-p): Move to vc-rcs.el.
10463 (vc-file-clear-masterprops): Braindead "fix". It was a nop and
10464 still is. So maybe it should be removed.
10465 (vc-head-version, vc-find-binary): Remove.
10466 (vc-recompute-state): Move from vc-hooks.el.
10467 (vc-next-action-on-file): Add a `simple' argument to allow
10468 avoiding the `recompute' step (use for vc-cvs-simple-toggle).
10469 (vc-default-toggle-read-only, vc-default-record-rename): New funs.
10470 (vc-next-action, vc-dired-hook): Use vc-state instead of vc-cvs-status.
10471 (vc-dired-mode-map): Properly defvar it.
10472 (vc-print-log): Call log-view-mode if available.
10473 (small-temporary-file-directory): defvar instead of use boundp.
10474 (vc-merge-news): Moved to vc-cvs.el.
10475 (vc-default-merge-news): New function.
10476
10477 * vc-sccs.el: Require 'vc and 'vc-sccs-hooks.
10478 (vc-sccs-register-switches): New var, copied off of vc-rcs-hooks.
10479 (vc-sccs-latest-on-branch-p): Add a `FIXME' for a call to the
10480 unknown `vc-latest-version' function. It should probably refer to
10481 vc-workfile-version or somesuch, but it's very unclear to me and I
10482 don't have SCCS to test things.
10483
10484 * vc-sccs-hooks.el: Provide 'vc-sccs-hooks.
10485 (vc-sccs-state-heuristic): Fix typo.
10486 (vc-sccs-workfile-unchanged-p): Add missing argument.
10487
10488 * vc-rcs.el: Require vc and vc-rcs-hooks.
10489 (vc-rcs-trunk-p, vc-rcs-branch-part): Move to vc-rcs-hooks.
10490 (vc-rcs-backend-release-p): Remove (use vc-rcs-release-p).
10491 (vc-release-greater-or-equal-p): Move from vc.
10492 (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part,
10493 vc-rcs-minor-part, vc-rcs-previous-version): Remove duplicates.
10494 (vc-rcs-checkout): Add a missing `new-version' argument in the
10495 call to vc-rcs-latest-on-branch-p. Hopefully that was the right one.
10496
10497 * vc-rcs-hooks.el: Provide 'vc-rcs-hooks.
10498 (vc-rcs-trunk-p, vc-rcs-branch-part): Moved from vc-rcs.el.
10499 (vc-rcs-latest-on-branch-p): Use the `version' argument rather
10500 than the apparently unbound `workfile-version'.
10501
10502 * vc-hooks.el (vc-master-templates): Def the obsolete var.
10503 (vc-file-prop-obarray): Use `make-vector'.
10504 (vc-backend-functions): Add new hookable functions
10505 vc-toggle-read-only, vc-record-rename and vc-merge-news.
10506 (vc-loadup): If neither backend nor default functions exist, use
10507 the backend function rather than nil.
10508 (vc-call-backend): If the function if not bound yet, try to load
10509 the non-hook file to see if it provides it.
10510 (vc-call): New macro plus use it wherever possible.
10511 (vc-backend-subdirectory-name): Use neither `vc-default-back-end'
10512 nor `vc-find-binary' since it's only called from
10513 vc-mistrust-permission which is only used once the backend is known.
10514 (vc-checkout-model): Fix parenthesis.
10515 (vc-recompute-state, vc-prefix-map): Move to vc.el.
10516
10517 * vc-cvs.el: Require 'vc and 'vc-cvs-hooks (for compiler warnings).
10518 (vc-cvs-release, vc-cvs-system-release): Remove.
10519 (vc-cvs-use-edit, vc-cvs-simple-toggle): New config variables.
10520 (vc-cvs-dired-state-info): Use `cvs-state' and slightly different
10521 status symbols.
10522 (vc-cvs-parse-status, vc-cvs-state): Move from vc-cvs-hooks.el.
10523 (vc-cvs-toggle-read-only): First cut at a function to allow a
10524 cvs-status-free vc-toggle-read-only.
10525 (vc-cvs-merge-news): Move from cvs-merge-news in vc.el.
10526 (vc-cvs-checkin): Use vc-recompute-state+vc-state instead of
10527 vc-cvs-status. Also set vc-state rather than vc-locking-user.
10528 (vc-cvs-checkout): Modify access rights directly if the user
10529 requested not to use `cvs edit'. And refresh the mode line.
10530
10531 * vc-cvs-hooks.el: Provide 'vc-cvs-hooks.
10532 (vc-cvs-state, vc-cvs-parse-status): Move to vc-cvs.el.
10533
105342000-09-04 Stefan Monnier <monnier@cs.yale.edu>
10535
10536 * vc-cvs.el (vc-cvs-checkout): Docstring fix. Added a `(if
10537 workfile' that got lost when the code was extracted from vc.el.
10538 And merged the tail with the rest of the code (not possible in the
10539 old vc.el where the tail was shared among all backends). And
10540 explicitly set the state to 'edited if `writable' is set.
10541
10542 * vc-cvs-hooks.el (vc-cvs-registered): Use expand-file-name.
10543 (vc-cvs-state): Be careful to return the value from
10544 vc-cvs-parse-state.
10545 (vc-cvs-parse-status): Use expand-file-name. Don't set 'vc-state
10546 property but return it instead. Also be careful to handle a nil
10547 or "" `rev' when workfile is non-nil (it was handled properly when
10548 workfile was nil).
10549
10550 * vc.el: Removed those pesky unnecessary `(function' quotes.
10551 (vc-annotate-mode-map, vc-annotate-mode-syntax-table): Initialize
10552 directly in the defvar.
10553 (vc-do-command): Bind inhibit-read-only so as to properly handle
10554 the case where the destination buffer has been made read-only.
10555 (vc-diff): Delegate to vc-version-diff in all cases.
10556 (vc-version-diff): Setup the *vc-diff* buffer as was done in vc-diff.
10557 (vc-annotate-mode-variables): Removed (code moved partly to
10558 defvars and partly to vc-annotate-add-menu).
10559 (vc-annotate-mode): Turned into a derived-mode.
10560 (vc-annotate-add-menu): Moved in code in
10561 vc-annotate-mode-variables.
10562 (vc-update-change-log): Use make-temp-file if available.
10563
105642000-09-04 Martin Lorentzson <martinl@delysid.gnu.org>
10565
10566 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): References to
10567 `vc-checkout-model' updated to `vc-cvs-update-model'.
10568
105692000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10570
10571 * vc.el (vc-next-action-on-file): Added handling of state
10572 `unlocked-changes'.
10573 (vc-checkout-carefully): Is now practically obsolete, unless the
10574 above is too slow to be enabled unconditionally.
10575 (vc-update-change-log): Fixed typo.
10576
10577 * vc-sccs.el (vc-sccs-steal-lock): Renamed from `vc-sccs-steal'.
10578
10579 * vc-sccs-hooks.el (vc-sccs-state): Somewhat rewritten.
10580 Now handles state `unlocked-changes'.
10581 (vc-sccs-workfile-unchanged-p): New function, to support the above.
10582
10583 * vc-rcs.el (vc-rcs-steal-lock): Renamed from `vc-rcs-steal'.
10584
10585 * vc-rcs-hooks.el (vc-rcs-state): Fixed typo.
10586 (vc-rcs-fetch-master-state): Bug fixes. Recognize state
10587 `unlocked-changes'.
10588 (vc-rcs-workfile-unchanged-p): Renamed from
10589 `vc-rcs-workfile-unchanged'. This is not a real backend-specific
10590 function yet, but supposed to become one soon.
10591
10592 * vc-hooks.el (vc-backend-functions): Renamed `vc-steal' to
10593 `vc-steal-lock'.
10594 (vc-call-backend): Changed error message.
10595 (vc-state): Added description of state `unlocked-changes'.
10596
105972000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10598
10599 * vc-cvs-hooks.el (vc-cvs-registered): Fixed bug that caused it to
10600 always return t in CVS-controlled directories.
10601
10602 * vc.el (vc-responsible-backend): New function.
10603 (vc-register): Largely rewritten.
10604 (vc-admin): Removed (implementation moved into vc-register).
10605 (vc-checkin): Redocumented.
10606 (vc-finish-logentry): If no backend defined yet (because we are in
10607 the process of registering), use the responsible backend.
10608
10609 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
10610 Updated function lists.
10611 (vc-call-backend): Fixed typo.
10612
10613 * vc-sccs.el, vc-rcs.el, vc-cvs.el (vc-BACKEND-responsible-p):
10614 New functions.
10615 (vc-BACKEND-register): Renamed from `vc-BACKEND-admin'.
10616 Removed query option. Redocumented.
10617
106182000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10619
10620 * vc-rcs.el, vc-cvs.el: Updated everything to use `vc-checkout-model'.
10621
10622 * vc.el: Updated callers of `vc-checkout-required' to use
10623 `vc-checkout-model'.
10624
106252000-09-04 Martin Lorentzson <martinl@gnu.org>
10626
10627 * vc-rcs.el (vc-rcs-backend-release-p): function added. other
10628 stuff updated to reference this function instead of the old
10629 `vc-backend-release-p'.
10630
106312000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10632
10633 * vc-sccs-hooks.el (vc-uses-locking): Renamed to
10634 vc-checkout-model. Return appropriate values. Updated callers.
10635
106362000-09-04 Martin Lorentzson <martinl@gnu.org>
10637
10638 * vc.el (vc-backend-release, vc-backend-release-p): Moved to vc-rcs.el.
10639 (vc-backend-revert): Function moved into `vc-revert';
10640 `vc-next-action' must be updated to accomodate this change.
10641 (vc-backend-steal): Function moved into `vc-finish-steal'.
10642 (vc-backend-logentry-check): Function moved into
10643 `vc-finish-logentry'.
10644 (vc-backend-printlog): Function moved into `vc-print-log'.
10645 (vc-backend-uncheck): Function moved into `vc-cancel-version'.
10646 (vc-backend-assign-name): Function moved into
10647 `vc-create-snapshot'.
10648
106492000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10650
10651 * vc-rcs-hooks.el, vc-cvs-hooks.el (vc-uses-locking):
10652 Rename to vc-checkout-model. Return appropriate values.
10653 Update callers.
10654
10655 * vc-hooks.el (vc-backend-hook-functions): Rename vc-uses-locking
10656 to vc-checkout-model.
10657 (vc-checkout-required): Rename to vc-checkout-model.
10658 Re-implement and re-comment.
10659 (vc-after-save): Use vc-checkout-model.
10660
106612000-09-04 Martin Lorentzson <martinl@gnu.org>
10662
10663 * vc.el (vc-workfile-unchanged-p,vc-diff,vc-version-diff):
10664 Update to use the vc-BACKEND-diff functions instead.
10665 `vc-diff' is now working.
10666
10667 * vc-rcs.el (vc-rcs-logentry-check): New function.
10668
10669 * vc-cvs.el (vc-cvs-logentry-check): New function.
10670
10671 * vc-sccs.el (vc-sccs-diff): Function changed name from
10672 `vc-backend-diff'. This makes `vc-diff' work.
10673
10674 * vc-hooks.el (vc-backend-functions): Add `vc-diff' to the list
10675 of functions possibly implemented in a vc-BACKEND library.
10676 (vc-checkout-required): Fix bug that caused an error to be
10677 signaled during `vc-after-save'.
10678
10679 * vc.el: Fix typo.
10680 This checkin is made with our new VC code base for the very first time.
10681 A simple `(vc-checkin (buffer-file-name))' was used to perform it.
10682
10683 * vc-cvs.el (vc-cvs-revert,vc-cvs-checkout): Function calls to
10684 `vc-checkout-required' updated to `vc-cvs-uses-locking'.
10685
10686 * vc-hooks.el (vc-backend-hook-functions): `vc-checkout-required'
10687 updated to `vc-uses-locking'.
10688 (vc-checkout-required): Call to backend function.
10689 `vc-checkout-required' updated to `vc-uses-locking' instead.
10690
10691 * vc-rcs-hooks.el (vc-rcs-fetch-master-state): Function calls to
10692 `vc-checkout-required' updated to `vc-rcs-uses-locking'.
10693
10694 * vc.el (vc-checkin): Merge with `vc-backend-checkin' and update
10695 to match the split into various backends.
10696 (vc-backend-checkin): Remove. Merge with `vc-checkin'.
10697 (vc-retrieve-snapshot): Bug fix.
10698
106992000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10700
10701 * vc-sccs.el (vc-sccs-release): Doc fix.
10702
107032000-09-04 Martin Lorentzson <martinl@gnu.org>
10704
10705 * vc.el (vc-next-action-on-file): Bug found and fixed.
10706 (vc-checkout, vc-version-other-window, vc-retrieve-snapshot)
10707 (vc-cancel-version): Handle of vc-BACKEND-checkout updated.
10708
10709 * vc-rcs.el (vc-rcs-checkin, vc-rcs-previous-version)
10710 (vc-rcs-checkout): Name space cleaned up. No more revision number
10711 crunching function names that are not prefixed with vc-rcs.
10712 (vc-rcs-checkout-model): Function added. References to
10713 `vc-checkout-model' replaced.
10714
107152000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10716
10717 * vc.el (vc-next-action-on-file): Rewritten for the new state model.
10718 (vc-backend-merge-news): Renamed to `vc-merge-news'. (Specific parts
10719 still need to be split, and implemented for RCS).
10720
107212000-09-04 Martin Lorentzson <martinl@gnu.org>
10722
10723 * vc-sccs-hooks.el (vc-sccs-state-heuristic): Bug found and fixed.
10724
10725 * vc-sccs.el (vc-sccs-admin): Added the query-only option as
10726 required by the vc.el file.
10727
10728 * vc-rcs.el (vc-rcs-admin): Added the query-only option as
10729 required by the vc.el file.
10730 (vc-rcs-exists): Function added.
10731
10732 * vc-cvs.el (vc-cvs-admin): Added the query-only option as
10733 required by the vc.el file.
10734
10735 * vc.el (vc-admin): Updated to handle selection of appropriate
10736 backend. Current implementation is crufty and need re-thinking.
10737
10738 * vc-hooks.el (vc-parse-buffer): Bug found and fixed.
10739
107402000-09-04 Martin Lorentzson <martinl@gnu.org>
10741
10742 * vc-cvs.el (vc-cvs-annotate-difference): Updated to handle
10743 beginning of annotate buffers correctly.
10744
10745 * vc.el (vc-annotate-get-backend, vc-annotate-display-default)
10746 (vc-annotate-add-menu, vc-annotate, vc-annotate-display): Annotate
10747 functionality updated quite a lot to support multiple backends.
10748 Variables `vc-annotate-mode', `vc-annotate-buffers',
10749 `vc-annotate-backend' added.
10750
10751 * vc-hooks.el (vc-backend-functions): `vc-annotate-command',
10752 `vc-annotate-difference' added to supported backend functions.
10753
107542000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10755
10756 * vc-rcs.el, vc-sccs.el, vc-cvs.el (vc-*-checkout):
10757 Use with-temp-file instead of /bin/sh. Merged from mainline
10758
107592000-09-04 Martin Lorentzson <martinl@gnu.org>
10760
10761 * vc-sccs-hooks.el (vc-sccs-registered): Updated.
10762
10763 * vc-rcs-hooks.el (vc-rcs-registered): Updated.
10764
10765 * vc-cvs-hooks.el (vc-cvs-registered): Updated.
10766
107672000-09-04 Martin Lorentzson <martinl@gnu.org>
10768
10769 * vc-hooks.el: vc-state-heuristic added to
10770 vc-backend-hook-functions.
10771
10772 * vc-sccs-hooks.el (vc-sccs-registered): Bug fix.
10773
10774 * vc-rcs-hooks.el (vc-rcs-registered): Bug fix.
10775
10776 * vc.el, vc-sccs-hooks.el, vc-rcs-hooks.el, vc-hooks.el: Rename
10777 `vc-uses-locking' to `vc-checkout-required'. Rename the `locked'
10778 state to `reserved'.
10779
10780 * vc-cvs.el, vc-cvs-hooks.el: Rename `vc-uses-locking' to
10781 `vc-checkout-required'. Rename the `locked' state to `reserved'.
10782
107832000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10784
10785 * vc-rcs-hooks.el: Implement new state model. Hardly anything
10786 untouched.
10787
10788 * vc-rcs.el (vc-rcs-latest-on-branch-p): Move to vc-rcs-hooks.el.
10789
10790 * vc.el (vc-update-change-log): Use small-temporary-file-directory,
10791 if defined. (Merged from main line, slightly adapted.)
10792
10793 * vc-cvs.el (vc-cvs-annotate-difference): Handle possible
10794 millenium problem (merged from mainline).
10795
107962000-09-04 Martin Lorentzson <martinl@gnu.org>
10797
10798 * vc-cvs.el: Split the annotate feature into a BACKEND-specific
10799 part and moved the non-BACKEND stuff to vc.el.
10800
10801 * vc.el: Split the annotate feature into a BACKEND specific part
10802 and moved it from the vc-cvs.el file to this one.
10803
108042000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10805
10806 * vc-hooks.el: Implement new state model.
10807 (vc-state, vc-state-heuristic, vc-default-state-heuristic): New funs.
10808 (vc-locking-user): Simplify. Now only needed if the file is
10809 locked by somebody else.
10810 (vc-lock-from-permissions): Remove. Functionality is in
10811 vc-sccs-hooks.el and vc-rcs-hooks.el now.
10812 (vc-mode-line-string): New name for former vc-status. Adapted.
10813 (vc-mode-line): Adapt to use the above. Remove optional parameter.
10814
10815 * vc-cvs-hooks.el (vc-cvs-state, vc-cvs-state-heuristic): New funs.
10816 Various simplifications and adaptations all over the place.
10817
10818 * vc-sccs-hooks.el (vc-sccs-state, vc-sccs-state-heuristic): New funs.
10819 Simplify and adapt the rest.
10820
10821 * vc.el (vc-resynch-window): Add TODO comment: check for
10822 interaction with view mode according to recent RCS change.
10823 (vc-backend-merge-news): Merge "CMUP" patch from mainline.
10824
108252000-09-04 Martin Lorentzson <martinl@gnu.org>
10826
10827 * vc.el: Convert the remaining function comments to docstrings.
10828
108292000-09-04 Martin Lorentzson <martinl@gnu.org>
10830
10831 * vc.el (vc-backend-release, vc-release-greater-or-equal)
10832 (vc-backend-release-p, vc-trunk-p, vc-branch-p, vc-branch-part)
10833 (vc-minor-part, vc-previous-version): Functions that operate and
10834 compare revision numbers got proper documentation. Comments added
10835 about their possible removal.
10836
108372000-09-04 Martin Lorentzson <martinl@gnu.org>
10838
10839 * vc.el (vc-latest-on-branch-p): Function removed and replaced in
10840 the vc-backend.el files.
10841
10842 * vc-sccs.el (vc-sccs-latest-on-branch-p): Function added.
10843
10844 * vc-rcs.el (vc-rcs-latest-on-branch-p, vc-rcs-trunk-p)
10845 (vc-rcs-branch-p, vc-rcs-branch-part, vc-rcs-minor-part)
10846 (vc-rcs-previous-version): Functions added.
10847
10848 * vc-cvs.el (vc-cvs-latest-on-branch-p): Function added.
10849
10850 * vc-rcs-hooks.el (vc-rcs-master-templates): Extra `)' removed.
10851
108522000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10853
10854 * vc-hooks.el (vc-master-templates): Is really obsolete.
10855 Comment out the definition for now. What is the right procedure
10856 to get rid of it?
10857 (vc-registered, vc-backend, vc-buffer-backend, vc-name): Largely
10858 rewritten.
10859 (vc-default-registered): Remove.
10860 (vc-check-master-templates): New function; does mostly what the
10861 above did before.
10862 (vc-locking-user): Don't rely on the backend to set the property.
10863
10864 * vc-rcs-hooks.el (vc-rcs-master-templates): Use simpler values.
10865 Rewrite documentation.
10866 (vc-rcs-templates-grabbed): New variable.
10867 (vc-rcs-grab-templates): New function.
10868 (vc-rcs-registered): Rewrite to use above mechanism.
10869
10870 * vc-sccs-hooks.el (vc-sccs-master-templates): Use simpler values.
10871 Rewrite documentation.
10872 (vc-sccs-templates-grabbed): New variable.
10873 (vc-sccs-grab-templates): New function.
10874 (vc-sccs-registered): Rewrite to use above mechanism.
10875 (vc-sccs-search-project-dir): Rename from vc-search-sccs-project-dir.
10876 Don't throw the result, simply return it.
10877
10878 * vc-cvs-hooks.el (vc-cvs-master-templates): Remove.
10879 (vc-cvs-find-master): Remove. Code is now in vc-cvs-registered.
10880 (vc-cvs-registered): Does the check itself now. Simplify.
10881
10882 * vc-cvs.el (vc-cvs-revert): Merge and adapt "unedit" patch
10883 from main line.
10884
108852000-09-04 Martin Lorentzson <martinl@gnu.org>
10886
10887 * vc-cvs.el (vc-cvs-diff): New function.
10888
10889 * vc-sccs.el (vc-sccs-diff): New function.
10890
10891 * vc-rcs.el (vc-rcs-diff): New function.
10892 (vc-rcs-checkout): Bug (typo) found and fixed.
10893 (vc-rcs-register-switches): New variable.
10894
10895 * vc.el (vc-backend-diff): Function removed and placed in the
10896 backend files.
10897
108982000-09-04 Martin Lorentzson <martinl@gnu.org>
10899
10900 * vc-cvs.el (vc-cvs-checkout): Function `vc-cvs-checkout' added.
10901
10902 * vc.el (vc-backend-checkout): Function removed and replaced in
10903 the vc-backend.el files.
10904
10905 * vc-sccs.el (vc-sccs-checkout): Added function `vc-sccs-checkout'.
10906
10907 * vc.el (vc-backend-admin): Removed and replaced in the
10908 vc-backend.el files.
10909
10910 * vc.el (Martin): Removed all the annotate functionality since it
10911 is CVS backend specific.
10912
109132000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
10914
10915 * spec.txt: Added specification of vc-state.
10916
10917 * vc-sccs-hooks.el (vc-sccs-master-properties):
10918 Remove handling of vc-latest-version and
10919 vc-your-latest-version. What used to be vc-latest-version, is now
10920 returned as vc-workfile-version.
10921 (vc-sccs-workfile-version): Adapt.
10922
109232000-09-04 Dave Love <fx@gnu.org>
10924
10925 * vc.el: [Merged from mainline.]
10926 (vc-dired-mode): Make the dired-move-to-filename-regexp
10927 regexp match the date, to avoid treating date as file size.
10928 Add YYYY S option to WESTERN/
10929
109302000-09-04 Dave Love <fx@gnu.org>
10931
10932 * vc.el: Require `compile' when compiling.
10933 (vc-logentry-check-hook): New option.
10934 (vc-steal-lock): Use compose-mail.
10935 (vc-dired-mode-map): Defvar when compiling.
10936 (vc-add-triple, vc-record-rename, vc-lookup-triple): Moved to
10937 vc-sccs.el and renamed. Callers changed.
10938 (vc-backend-checkout, vc-backend-logentry-check)
10939 (vc-backend-merge-news): Doc fix.
10940 (vc-default-logentry-check): New function.
10941 (vc-backend-checkin, vc-backend-revert, vc-backend-steal)
10942 (vc-backend-uncheck, vc-backend-print-log, vc-backend-assign-name)
10943 (vc-backend-merge): Doc fix. Use backend functions.
10944 (vc-check-headers): Use backend functions.
10945
10946 * vc-cvs.el: Require vc when compiling.
10947 (vc-cvs-register-switches): Doc fix.
10948 (vc-annotate-color-map, vc-annotate-menu-elements): Fix custom type.
10949 (vc-cvs-print-log, vc-cvs-assign-name, vc-cvs-merge)
10950 (vc-cvs-check-headers, vc-cvs-steal, vc-cvs-revert, vc-cvs-checkin):
10951 New functions (code from vc.el).
10952 (vc-annotate-display-default): Fix interactive spec.
10953 (vc-annotate-time-span): Doc fix.
10954
10955 * vc-rcs.el: Require vc when compiling.
10956 (vc-rcs-print-log, vc-rcs-assign-name, vc-rcs-merge)
10957 (vc-rcs-check-headers, vc-rcs-steal, vc-rcs-uncheck, vc-rcs-revert)
10958 (vc-rcs-checkin): New functions (code from vc.el).
10959 (vc-rcs-previous-version, vc-rcs-system-release, vc-rcs-checkout):
10960 Doc fix.
10961 (vc-rcs-release): Deleted. (Duplicated vc-rcs-system-release).
10962
10963 * vc-sccs.el: Require vc when compiling.
10964 (vc-sccs-print-log, vc-sccs-assign-name, vc-sccs-merge)
10965 (vc-sccs-check-headers, vc-sccs-steal, vc-sccs-uncheck)
10966 (vc-sccs-revert)
10967 (vc-sccs-checkin, vc-sccs-logentry-check): New functions (code
10968 from vc.el).
10969 (vc-sccs-add-triple, vc-sccs-record-rename)
10970 (vc-sccs-lookup-triple): Moved from vc.el and renamed.
10971 (vc-sccs-admin): Doc fix.
10972
109732000-09-04 Martin Lorentzson <martinl@gnu.org>
10974
10975 * vc-rcs.el (vc-rcs-trunk-p, vc-rcs-branch-p, vc-rcs-branch-part)
10976 (vc-rcs-minor-part, vc-rcs-previous-version, vc-rcs-release)
10977 (vc-rcs-release-p, vc-rcs-admin, vc-rcs-checkout): New functions
10978 from vc.el.
10979
10980 * vc-sccs.el (vc-admin-sccs): Added from vc.el
10981
10982 * vc-cvs.el: Moved the annotate functionality from vc.el.
10983 (vc-cvs-admin, vc-cvs-fetch-status): Added from vc.el.
10984
109852000-09-04 Dave Love <fx@gnu.org>
10986
10987 * vc.el (vc-backend-release): Call vc-system-release.
10988
10989 * vc-sccs.el (vc-sccs-system-release):
10990 Renamed from vc-sccs-backend-release.
10991
10992 * vc-rcs.el (vc-rcs-system-release):
10993 Renamed from vc-rcs-backend-release.
10994
10995 * vc-cvs.el (vc-cvs-system-release):
10996 Renamed from vc-cvs-backend-release.
10997
109982000-09-04 Dave Love <fx@gnu.org>
10999
11000 * vc.el (vc-rcs-release, vc-cvs-release, vc-sccs-release): Moved to
11001 backend files.
11002 (vc-backend-release): Dispatch to backend functions.
11003 (vc-backend-release-p): Don't mention CVS, RCS. [The SCCS case
11004 probably needs attention.]
11005
11006 * vc-sccs.el, vc-rcs.el (vc-sccs-release): Moved from vc.el.
11007 (vc-sccs-backend-release): New function.
11008
11009 * vc-cvs.el (vc-cvs-release): Moved from vc.el.
11010 (vc-cvs-backend-release): New function.
11011
11012 * vc.el (vc-dired-mode, vc-dired-reformat-line, vc-dired-purge):
11013 Doc fix.
11014 (vc-fetch-cvs-status): Moved to vc-cvs.el and renamed.
11015 (vc-default-dired-state-info): New function.
11016 (vc-dired-state-info): Dispatch to backends.
11017 (vc-dired-hook): Doc fix. Simplify, pending removal of CVS specifics.
11018
11019 * vc-cvs.el (vc-cvs-dired-state-info, vc-cvs-fetch-status): Moved
11020 from vc.el and renamed.
11021
110222000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11023
11024 * vc.el (vc-file-clear-masterprops, vc-latest-on-branch-p)
11025 (vc-version-other-window, vc-backend-assign-name): Removed
11026 references to vc-latest-version; sometimes changed into
11027 vc-workfile-version.
11028
11029 * vc-rcs-hooks.el (vc-master-workfile-version): Renamed to
11030 vc-rcs-master-workfile-version.
11031 (vc-rcs-workfile-version): Use the above. Don't call
11032 vc-latest-version (that was unreachable code, anyway).
11033 (vc-rcs-fetch-master-properties): Doc fix.
11034
11035 * vc-hooks.el (vc-latest-version, vc-your-latest-version): Removed.
11036 (vc-backend-hook-functions): Removed them from this list, too.
11037 (vc-fetch-properties): Removed.
11038 (vc-workfile-version): Doc fix.
11039
11040 * vc-rcs-hooks.el (vc-rcs-consult-headers): New function.
11041 (vc-rcs-workfile-version, vc-rcs-locking-user)
11042 (vc-rcs-uses-locking): Use it.
11043
11044 * vc-hooks.el (vc-consult-rcs-headers):
11045 Moved into vc-rcs-hooks.el, under the name
11046 vc-rcs-consult-headers.
11047
11048 * vc-cvs-hooks.el (vc-cvs-workfile-version): Don't consult RCS
11049 headers.
11050 (vc-cvs-find-master): Use this name only; correct different
11051 versions of the name.
11052
11053 * vc-sccs-hooks.el (vc-sccs-master-locks, vc-sccs-master-locking-user):
11054 New functions.
11055 (vc-sccs-locking-user): Use the latter.
11056
11057 * vc-rcs-hooks.el (vc-rcs-master-locks, vc-rcs-master-locking-user):
11058 New functions.
11059
11060 * vc-hooks.el (vc-master-locks, vc-master-locking-user):
11061 Moved into both
11062 vc-rcs-hooks.el and vc-sccs-hooks.el. These properties and access
11063 functions are implementation details of those two backends.
11064
110652000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11066
11067 * vc-rcs-hooks.el (vc-rcs-fetch-master-properties)
11068 (vc-rcs-parse-locks): RCS-specific code moved here from vc-hooks.
11069
11070 * vc-sccs-hooks.el (vc-sccs-fetch-master-properties)
11071 (vc-sccs-parse-locks): SCCS-specific code moved here from
11072 vc-hooks.
11073
11074 * vc-cvs-hooks.el (vc-cvs-fetch-master-properties): CVS-specific
11075 code moved here from vc-hooks.
11076
11077 * vc-hooks.el (vc-parse-locks, vc-fetch-master-properties): Split
11078 into back-end specific parts and removed. Callers not updated
11079 yet; because I guess these callers will disappear into back-end
11080 specific files anyway.
11081
110822000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11083
11084 * vc.el (with-vc-file, vc-next-action-on-file, vc-merge)
11085 (vc-backend-checkout): Changed calls to `vc-checkout-model' to
11086 `vc-uses-locking'.
11087
11088 * vc-hooks.el (vc-checkout-model): Renamed to vc-uses-locking.
11089 Store yes/no in the property, and return t/nil. Updated all
11090 callers.
11091
11092 * vc-sccs-hooks.el (vc-sccs-checkout-model): Renamed to
11093 vc-sccs-uses-locking. Don't set property.
11094 (vc-sccs-locking-user): Don't set property.
11095
11096 * vc-cvs-hooks.el (vc-cvs-checkout-model): Renamed to
11097 vc-cvs-uses-locking. Don't set property here; leave that to
11098 vc-hooks.
11099 (vc-cvs-locking-user): Reflect above change. Streamlined.
11100
11101 * vc-rcs-hooks.el (vc-rcs-checkout-model): Renamed to
11102 vc-rcs-uses-locking.
11103 (vc-rcs-locking-user): Reflect above change.
11104
111052000-09-04 Dave Love <fx@gnu.org>
11106
11107 * vc-sccs-hooks.el (vc-sccs-checkout-model): New function.
11108
11109 * vc-rcs-hooks.el (vc-rcs-checkout-model): New function.
11110
11111 * vc-hooks.el (vc-checkout-model): Punt to backends.
11112
11113 * vc-cvs-hooks.el (vc-cvs-checkout-model): New function.
11114
11115 * vc.el (vc-fetch-cvs-status): Use renamed vc-cvs-parse-status.
11116
11117 * vc-rcs-hooks.el (vc-rcs-workfile-version, vc-rcs-locking-user):
11118 New functions.
11119
11120 * vc-sccs-hooks.el (vc-sccs-workfile-version, vc-sccs-locking-user):
11121 New functions.
11122
11123 * vc-cvs-hooks.el (vc-handle-cvs): Doc fix.
11124 (vc-cvs-workfile-version, vc-cvs-locking-user): New functions.
11125
11126 * vc-hooks.el (vc-default-locking-user): New function.
11127 (vc-locking-user, vc-workfile-version): Punt to backends.
11128
111292000-09-04 Dave Love <fx@gnu.org>
11130
11131 * vc-hooks.el (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff)
11132 (vc-master-workfile-version): Moved from vc-hooks.
11133
11134 * vc-rcs-hooks.el: Fix duplicate code in last change.
11135
11136 * vc-rcs-hooks.el: Require vc-hooks when compiling.
11137 (vc-rcs-master-templates): Improve :type.
11138 (vc-rcsdiff-knows-brief, vc-rcs-lock-from-diff,
11139 vc-master-workfile-version): Moved from vc-hooks.
11140
11141 * vc-sccs-hooks.el: Require vc-hooks when compiling.
11142 (vc-sccs-master-templates): Improve :type.
11143 (vc-sccs-lock-file): Moved/renamed from vc-hooks.el vc-lock-file.
11144
11145 * vc-hooks.el (vc-lock-file): Moved to vc-sccs-hooks and renamed.
11146
11147 * vc-cvs-hooks.el: Require vc-hooks when compiling.
11148 (vc-cvs-master-templates): Improve :type. Use
11149 vc-cvs-find-cvs-master.
11150 (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status): Moved here
11151 from vc-hooks.
11152 (vc-vc-find-cvs-master): Renamed to vc-cvs-find-cvs-master.
11153
11154 * vc-hooks.el (vc-handle-cvs, vc-cvs-parse-status, vc-cvs-status):
11155 Moved to vc-cvs-hooks.
11156
11157 * vc-hooks.el: Add doc strings in various places. Simplify the
11158 minor mode setup.
11159 (vc-handled-backends): New user variable.
11160 (vc-parse-buffer, vc-insert-file, vc-default-registered): Minor
11161 simplification.
11162
111632000-09-04 Dave Love <fx@gnu.org>
11164
11165 * vc.el: Some doc fixes for autoloaded and interactive functions.
11166 Fix compilation warnings from ediff stuff.
11167 (vc-rcs-release, vc-cvs-release, vc-sccs-release): Custom fix.
11168
11169 * vc-sccs-hooks.el (vc-sccs-master-templates): Add :version.
11170
11171 * vc-cvs-hooks.el (vc-cvs-master-templates): Add :version.
11172
11173 * vc-rcs-hooks.el (vc-rcs-master-templates): Add :version.
11174
111752000-09-04 Dave Love <fx@gnu.org>
11176
11177 * vc-hooks.el (vc-backend-hook-functions, vc-backend-functions):
11178 New variable.
11179 (vc-make-backend-function, vc-loadup, vc-call-backend)
11180 (vc-backend-defines): New functions.
11181
11182 * vc-hooks.el: Various doc fixes.
11183 (vc-default-back-end, vc-follow-symlinks): Custom fix.
11184 (vc-match-substring): Function removed. Callers changed to use
11185 match-string.
11186 (vc-lock-file, vc-consult-rcs-headers, vc-kill-buffer-hook):
11187 Simplify.
11188
111892000-09-04 Dave Love <fx@gnu.org>
11190
11191 * vc-sccs-hooks.el (vc-sccs-master-templates): Fix doc, custom
11192 type.
11193 (vc-sccs-project-dir, vc-search-sccs-project-dir)
11194 (vc-sccs-registered): Doc fix.
11195
11196 * vc-cvs-hooks.el (vc-cvs-master-templates): Fix doc, custom type.
11197 (vc-cvs-registered): Doc fix.
11198
11199 * vc-rcs-hooks.el (vc-rcs-master-templates): Fix doc, custom type.
11200 (vc-rcs-registered): Doc fix.
11201
112022000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11203
11204 * vc-rcs-hooks.el, vc-cvs-hooks.el, vc-sccs-hooks.el: New file.
11205
11206 * vc-hooks.el: vc-registered has been renamed
11207 vc-default-registered. Some functions have been moved to the
11208 backend specific files. they all support the
11209 vc-BACKEND-registered functions.
11210
112112000-09-04 Andre Spiegel <spiegel@inf.fu-berlin.de>
11212
11213 * vc-hooks.el: This is 1998-11-11T18:47:32Z!kwzh@gnu.org from the emacs sources
11214
11215 * vc.el: This is 1999-03-13T05:04:24Z!kwzh@gnu.org from the emacs sources
11216
112172000-09-04 Dave Love <fx@gnu.org>
11218
11219 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar): Run
11220 menu-bar-update-hook.
11221
11222 * help.el (help-manyarg-func-alist): Add
11223 find-operation-coding-system.
11224
11225 * wid-edit.el (widget-sexp-validate): Fix garbled code.
11226
11227 * custom.el (custom-set-variables): Print message about errors in
11228 setting.
11229
112302000-09-03 Andrew Innes <andrewi@gnu.org>
11231
11232 * makefile.w32-in: Change to DOS line endings.
11233
112342000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11235
11236 * mouse.el (mouse-popup-menubar): Supply the prompt string for
11237 minor-mode keymaps, if they don't have one.
11238
112392000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11240
11241 * eshell/esh-module.el (eval-when-compile): Don't lose if
11242 esh-module.el's file name is truncated to DOS 8+3 limits.
11243
112442000-09-01 John Wiegley <johnw@gnu.org>
11245
11246 * pcomplete.el (pcomplete-dirs-or-entries): Added a missing
11247 predicate, which caused entries in the completion list to be
11248 doubled.
11249
112502000-08-30 John Wiegley <johnw@gnu.org>
11251
11252 * eshell/esh-mode.el (eshell-mode): Bound C-c M-d to toggle direct
11253 sending to subprocesses. Also, hook pre-command-hook if
11254 `eshell-send-direct-to-subprocesses' is non-nil.
11255 (eshell-send-direct-to-subprocesses): New config variable. If t,
11256 subprocess input is send immediately.
11257 (eshell-toggle-direct-send): New function.
11258 (eshell-self-insert-command): New function.
11259 (eshell-intercept-commands): New function.
11260 (eshell-send-input): If direct subprocess sending is enabled,
11261 don't echo any input to the Eshell buffer. Let the subprocess
11262 handle that. This requires "stty echo" in bash, for example.
11263
112642000-08-28 John Wiegley <johnw@gnu.org>
11265
11266 * eshell/esh-var.el (pcomplete/eshell-mode/unset): Added
11267 completion function for Eshell's implementation of `unset'.
11268
112692000-09-02 Eli Zaretskii <eliz@is.elta.co.il>
11270
11271 * info.el (Info-directory-list): Doc fix.
11272
112732000-08-31 Peter Breton <pbreton@ne.mediaone.net>
11274
11275 * filecache.el (file-cache-add-directory-using-find): Don't quote
11276 wildcards on MS-DOS. Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
11277
112782000-08-31 Kenichi Handa <handa@etl.go.jp>
11279
11280 * help.el (help-make-xrefs): Don't make hyperlinks for incorrect
11281 coding systems.
11282
112832000-08-30 Andrew Innes <andrewi@gnu.org>
11284
11285 * timer.el (run-with-idle-timer): Undo last change, so that timer
11286 is not activated immediately if Emacs is already idle. Some
11287 existing code relies on this behaviour.
11288
112892000-08-30 Miles Bader <miles@gnu.org>
11290
11291 * frame.el (set-frame-font): Do completion of font-name for
11292 interactive use.
11293
112942000-08-30 Kenichi Handa <handa@etl.go.jp>
11295
11296 * international/quail.el (quail-start-translation): Bind locally
11297 last-command-event, last-command, and this-command.
11298 (quail-start-conversion): Likewise.
11299 (quail-self-insert-command): Fix docstring.
11300
113012000-08-29 Gerd Moellmann <gerd@gnu.org>
11302
11303 * progmodes/executable.el
11304 (executable-make-buffer-file-executable-if-script-p): Check that
11305 buffer contains at least 2 characters.
11306
113072000-08-29 Eli Zaretskii <eliz@is.elta.co.il>
11308
11309 * help.el (help-make-xrefs, help-xref-mule-regexp): Doc fix.
11310
113112000-08-29 Dave Love <fx@gnu.org>
11312
11313 * diff-mode.el (diff-mode) <defgroup>: Add :version.
11314 (diff-mode-shared-map): Bind mouse-2.
11315 (diff-imenu-generic-expression): New variable.
11316 (diff-mode): Use it.
11317
11318 * mouse.el (mouse-major-mode-menu): Use local-key-binding.
11319 (mouse-popup-menubar): Add minor mode menus.
11320 (popup-menu): Check for lookup-key returning number.
11321
113222000-08-29 Miles Bader <miles@gnu.org>
11323
11324 * comint.el (comint-send-input): Create overlays using the proper
11325 front/read-advance arguments.
11326
113272000-08-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
11328
11329 * ps-print.el: Even/odd pages printing. Doc fix.
11330 (ps-print-version): New version number (6.0).
11331 (ps-setup, ps-print-page-p, ps-background-text, ps-background-image)
11332 (ps-background, ps-begin-file, ps-begin-job): Code fix.
11333 (ps-print-duplex-feature): Variable eliminated.
11334 (ps-even-or-odd-pages): New variable.
11335
11336 * progmodes/ebnf2ps.el: Doc fix.
11337 (ebnf-version): New version (3.3).
11338 (ebnf-user-arrow): Change variable customization to sexp.
11339 (ebnf-user-arrow): Function eliminated.
11340 (ebnf-eps-finish-and-write, ebnf-insert-ebnf-prologue): Code fix.
11341
113422000-08-29 Kenichi Handa <handa@etl.go.jp>
11343
11344 * help.el (help-xref-mule-regexp): New variable.
11345 (help-make-xrefs): Handle help-xref-mule-regexp.
11346
11347 * international/mule-cmds.el (help-xref-mule-regexp-template): New
11348 variable.
11349 (describe-input-method): Temporarily activate the specfied input
11350 method to display the information.
11351 (describe-language-environment): Hyperlinks to mule related items.
11352
11353 * international/mule-diag.el (charset-multibyte-form-string): New
11354 function.
11355 (list-character-sets-1): Use charset-multibyte-form-string.
11356 (describe-character-set): New function.
11357 (describe-coding-system): Hyperlinks to safe character sets.
11358
11359 * international/quail.el (quail-help): New arg PACKAGE.
11360 Hyperlinks to mule related items.
11361 (quail-help-insert-keymap-description): Use
11362 substitute-command-keys instead of describe-bindings.
11363 (quail-translation-help): Hyperlinks to mule related items.
11364
113652000-08-28 John Wiegley <johnw@gnu.org>
11366
11367 * eshell/esh-util.el (eshell-flatten-list): It's not too wise to
11368 have a defsubst call itself. Made `eshell-flatten-list' back into
11369 a function again.
11370
11371 * eshell/em-smart.el (eshell-smart-redisplay): Added a safety
11372 catch, in case re-centering point at bottom messes up the display.
11373 This happens frequently in Emacs 21, due I believe to variable
11374 line heights.
11375
11376 * eshell/esh-mode.el (eshell-find-tag): Require `etags', in order
11377 to call `find-tag-interactive'.
11378
11379 * eshell/em-dirs.el (eshell/cd): Use buffered printing to display
11380 the list of remember directories.
11381
113822000-08-28 John Wiegley <johnw@gnu.org>
11383
11384 * align.el: Test align-region-separate to see if it's a symbol.
11385
113862000-08-28 John Wiegley <johnw@gnu.org>
11387
11388 * eshell/esh-util.el (eshell-flatten-list): Made this function
11389 into a defsubst form. It gets used very frequently, although
11390 calls don't occur all that often.
11391
11392 * eshell/em-dirs.el (eshell/cd): Flatten the argument list before
11393 examining it.
11394
11395 * eshell/esh-cmd.el (eshell-rewrite-while-command):
11396 (eshell-rewrite-for-command): Use `eshell-copy-handles' instead of
11397 `eshell-protect'.
11398 (eshell-copy-handles): Created a new macro for duplicating the
11399 current set of open handles. This is needed by the looping
11400 functions.
11401 (eshell-do-eval): Fixed while and if, so that the eshell-test-body
11402 is not incorrectly stomped on.
11403
11404 * eshell/em-cmpl.el (eshell-cmpl-use-paring): Mirror
11405 declaration for pcomplete-use-paring.
11406 (eshell-cmpl-initialize): Set pcomplete-use-paring based on the
11407 value of eshell-cmpl-use-paring.
11408 * pcomplete.el (pcomplete-use-paring): New config variable, to
11409 indicate whether paring should be used.
11410 (pcomplete-do-complete): If pcomplete-use-paring is t, pare out
11411 completion alternatives that have already been used.
11412
11413 * eshell/esh-mode.el (eshell-repeat-argument): Added function,
11414 bound to C-c C-y, which will repeat the previous N arguments
11415 (based on prefix argument).
11416 (eshell-mode): Bind C-c C-y to eshell-repeat-argument.
11417
11418 * eshell/esh-cmd.el (eshell/which): Don't kill the *Help* buffer
11419 if there is no *Help* buffer. This is for XEmacs, which renames
11420 its help buffers uniquely. TODO: Find out what the current buffer
11421 name to delete is.
11422
11423 * eshell/esh-util.el (eshell-read-passwd-file): Only keep the
11424 first entry that correlates to a passwd/group number. Later
11425 entries (used for group/user name aliasing to multiple IDs) are
11426 ignored.
11427
11428 * eshell/em-xtra.el (eshell/expr):
11429 * eshell/em-unix.el (eshell/du, eshell/cat, eshell/make)
11430 (eshell-grep, eshell/diff, eshell/locate):
11431 * eshell/em-dirs.el (eshell-dirs-substitute-cd): Flatten the
11432 argument list, before passing it to the system command.
11433
11434 * eshell/esh-mode.el (eshell-find-tag): Added a special version of
11435 `find-tag' for use at final position in Eshell buffers (which
11436 otherwise triggers an error on Emacs 21).
11437 (eshell-mode): Bind M-. to `eshell-find-tag' with the Eshell
11438 buffer, if it is currently bound to `find-tag'.
11439
11440 * pcmpl-gnu.el (pcmpl-gnu-makefile-regexps): Include GNUmakefile
11441 in the list of matched Makefile names.
11442 (pcmpl-gnu-make-rule-names): If GNUmakefile exists in the current
11443 directory, prefer its contents to Makefile.
11444
11445 * eshell/em-dirs.el (eshell/cd): cd commands that look up
11446 directory parts (like "cd old new", or "cd =regexp"), are now case
11447 sensitive on non-Windows/DOS platforms.
11448
11449 * eshell/esh-mode.el (eshell-parse-command-input): When a user
11450 types RET after an open delimiter (like "), display a message
11451 indicating that Eshell is waiting for the closing delimiter.
11452
11453 * eshell/esh-var.el (eshell/unset): Added a command for unsetting
11454 environment variables.
11455
11456 * eshell/em-unix.el (eshell/diff): Added logic to fail more
11457 gracefully if the user enters incorrect arguments.
11458
11459 * eshell/esh-mode.el (eshell-mode): Disable auto-fill-function in
11460 Eshell buffers.
11461
11462 * eshell/esh-var.el (eshell-interpolate-variable):
11463 * eshell/esh-mode.el (eshell-move-argument):
11464 * eshell/em-unix.el (eshell-du-sum-directory):
11465 * eshell/em-rebind.el (eshell-delchar-or-maybe-eof):
11466 * eshell/em-ls.el (eshell-ls-decorated-name): Use /= instead of
11467 (not (= ...)).
11468
11469 * eshell/em-unix.el (eshell-shuffle-files): Added use of `apply',
11470 to ensure the `preserve' flag gets propagated when doing recursive
11471 directory copies.
11472
114732000-08-28 Stefan Monnier <monnier@cs.yale.edu>
11474
11475 * eshell/em-hist.el (eshell-put-history, eshell-get-history):
11476 Don't convert \n into \0177 in memory.
11477 (eshell-read-history, eshell-write-history): Convert \n to \0177,
11478 and back again, when reading and writing.
11479
114802000-08-28 Eli Zaretskii <eliz@is.elta.co.il>
11481
11482 * eshell/esh-util.el (eshell-processp): Added to relieve constant
11483 testing of `fboundp' on `processp'.
11484
11485 * eshell/esh-proc.el (eshell/kill): Use eshell-processp.
11486 (eshell/jobs): Don't call process-list if it is not bound.
11487 (eshell-gather-process-output): Support systems where async
11488 subprocesses aren't supported.
11489 (eshell-scratch-buffer, eshell-last-sync-output-start): New
11490 variables.
11491
11492 * eshell/esh-cmd.el (eshell-resume-eval): Handle the case when
11493 eshell-do-eval returns t.
11494 (eshell-do-pipelines-synchronously): New defmacro.
11495 (eshell-execute-pipeline): Call it instead of eshell-do-pipelines
11496 when async subprocesses aren't supported.
11497 (eshell-do-eval): Use eshell-processp. Don't throw eshell-defer
11498 if async subprocesses aren't supported.
11499 (eshell-resume-command): Don't assume STATUS is a string.
11500
11501 * eshell/em-unix.el (eshell/rm): Use eshell-processp.
11502
11503 * eshell/esh-io.el (eshell-virtual-targets): Doc fix.
11504 (eshell-close-target, eshell-get-target): Use eshell-processp.
11505 (eshell-print, eshell-error, eshell-errorn, eshell-printn): Doc
11506 fix.
11507 (eshell-get-target, eshell-create-handles): Doc fix.
11508
115092000-08-28 Miles Bader <miles@lsi.nec.co.jp>
11510
11511 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Change the
11512 criterion to include commands that output something, as long as it
11513 leaves both the command and the end-of-buffer visible when the
11514 command has exited.
11515 (eshell-review-quick-commands): Adjust the help doc string
11516 accordingly.
11517
115182000-08-28 Peter Breton <pbreton@ne.mediaone.net>
11519
11520 * locate.el (locate): Cleaned up locate command's interactive prompting
11521 Thanks to Fran\e,Ag\e(Bois_Pinard <pinard@iro.umontreal.ca> for suggestions.
11522
11523 * filecache.el (file-cache-case-fold-search): New variable
11524 (file-cache-assoc-function): New variable
11525 (file-cache-minibuffer-complete): Use file-cache-assoc-function.
11526 Use file-cache-case-fold-search variable
11527 (file-cache-add-file): Use file-cache-assoc-function
11528 (file-cache-delete-file): likewise
11529 (file-cache-directory-name): likewise
11530 (file-cache-debug-read-from-minibuffer): likewise
11531
115322000-08-28 Gerd Moellmann <gerd@gnu.org>
11533
11534 * abbrev.el (list-abbrevs): Add optional parameter LOCAL.
11535 (abbrev-table-name): New function.
11536 (prepare-abbrev-list-buffer): Add optional parameter LOCAL.
11537 If non-nil list local abbrev, only.
11538
115392000-08-28 Stanislav Shalunov <shalunov@internet2.edu>
11540
11541 * mail/uce.el (uce-reply-to-uce): Remove hard-coded "*Article*"
11542 from Gnus support code, and use special article copy buffer
11543 `(gnus-original-article-buffer)' instead. This allows to get rid
11544 of article-hide-headers usage (which breaks in the latest Gnus
11545 version). Thanks to Detlev Zundel.
11546
115472000-08-28 Kenichi Handa <handa@etl.go.jp>
11548
11549 * international/quail.el (quail-use-package): Hide "... loaded"
11550 message.
11551 (quail-start-translation, quail-start-conversion): Likewise.
11552
11553 * international/kkc.el (kkc-region): Hide "... loaded" message.
11554
115552000-08-27 Dave Love <fx@gnu.org>
11556
11557 * emacs-lisp/bytecomp.el (mapc): Use byte-compile-funarg.
11558
115592000-08-27 Miles Bader <miles@gnu.org>
11560
11561 * faces.el (read-face-font, read-face-and-attribute): Tweak prompts.
11562
115632000-08-27 Kenichi Handa <handa@etl.go.jp>
11564
11565 * international/ja-dic-cnv.el (skkdic-convert): Insert (require
11566 'ja-dic-cnv), not (require 'skkdic-cnv).
11567
115682000-08-26 Miles Bader <miles@gnu.org>
11569
11570 * faces.el (face-x-resources): Add entry for :inherit.
11571 * cus-face.el (custom-face-attributes): Add support for :inherit
11572 attribute. Add support for relative face heights.
11573 (custom-face-attributes-get): Treat `nil' as being a default value
11574 for :inherit (as well as `unspecified').
11575
11576 * faces.el (set-face-attribute): Update doc string.
11577 (face-attribute-name-alist): Add :inherit.
11578 (face-valid-attribute-values): Handle :inherit.
11579 (face-read-string): Rephrase prompt to be less confusing.
11580 Assume that DEFAULT is a string, since we must return a string.
11581 (face-read-integer): Use `format' to turn DEFAULT into an
11582 acceptable default for face-read-string. Match NEW-VALUE against
11583 the string "unspecified", not the symbol `unspecified', since
11584 that's what face-read-string returns.
11585 (read-face-attribute): Lookup a name for old-value in valid, and
11586 use it as a default if we find one. Treat all values from
11587 face-read-string as strings. If the default is used, don't do any
11588 more processing on the value, just use the old value directly.
11589 (read-face-and-attribute, modify-face): Tweak prompt.
11590 (read-face-name): Don't assume prompt ends with a space.
11591
11592 * faces.el (describe-face): Add support for :inherit attribute.
11593
115942000-08-25 Kenichi Handa <handa@etl.go.jp>
11595
11596 * terminal.el (terminal-emulator): Fix args to `concat'. Now
11597 concat doesn't accept interger.
11598
11599 * international/kkc.el: Remove SKK from Keywords. Require
11600 ja-dic-utl instead of skkdic-utl.
11601
11602 * international/ja-dic-cnv.el: Renamed from skkdic-cnv.el.
11603 Provide ja-dic-cnv instead of skkdic-cnv.
11604 (ja-dic-filename): Renamed from skkdic-filename. Referers changed
11605 (iso-2022-7bit-short): Add safe-charsets property.
11606 (skkdic-convert-postfix): Search Japanese chou-on character in
11607 addition to Hiragana character.
11608 (skkdic-convert-prefix, skkdic-collect-okuri-nasi): Likewise.
11609 (skkdic-convert): Change file names from skkdic.el to ja-dic.el
11610 (batch-skkdic-convert): Likewise.
11611
11612 * international/ja-dic-utl.el: Renamed from skkdic-utl.el.
11613 Provide ja-dic-utl instead of skkdic-utl.
11614 (skkdic-lookup-key): Load ja-dic/ja-dic, not skkdic/skkdic.
11615
116162000-08-24 Dave Love <fx@gnu.org>
11617
11618 * disp-table.el (standard-display-default): Make the test of `l'
11619 useful.
11620
11621 * language/european.el ("Latin-8", "Latin-9"): Add input methods,
11622 mod sample text.
11623
11624 * international/iso-ascii.el: Make pilcrow convenient string
11625 consistent with section.
11626 (iso-ascii-display): Set up multibyte characters as well as
11627 unibyte.
11628
116292000-08-24 Kenichi Handa <handa@etl.go.jp>
11630
11631 * international/mule-cmds.el (reset-language-environment): Set
11632 default-process-coding-system to '(undecided . iso-latin-1), which
11633 makes process I/O almost consistent with file I/O. Call this
11634 function when mule-cmds.el[c] is loaded.
11635
116362000-08-22 Andrew Innes <andrewi@gnu.org>
11637
11638 * makefile.w32-in: New file.
11639
116402000-08-22 Miles Bader <miles@lsi.nec.co.jp>
11641
11642 * comint.el (comint-output-filter): Compare end of
11643 comint-last-output-overlay with the start of the newly inserted
11644 text, not the end, when deciding whether to extend it.
11645 Set saved-point's insertion type to advance after insertion.
11646
11647 * shell.el (shell-font-lock-keywords): Remove prompt highlighting,
11648 since this is now done independently of font-lock mode.
11649
116502000-08-21 Gerd Moellmann <gerd@gnu.org>
11651
11652 * server.el (server-kill-new-buffers): New user option.
11653 (server-existing-buffer): New buffer-local variable.
11654 (server-visit-files): When using an existing buffer, set
11655 server-existing-buffer to t.
11656 (server-buffer-done): If server-kill-new-buffers is t, kill the
11657 buffer, unless it was already present before visiting it with
11658 Emacs server.
11659
116602000-08-21 Eli Zaretskii <eliz@is.elta.co.il>
11661
11662 * man.el (Man-init-defvars): Don't reset Man-fontify-manpage-flag,
11663 even if the display doesn't support colors: some displays will
11664 support bold/underline faces.
11665
116662000-08-21 Gerd Moellmann <gerd@gnu.org>
11667
11668 * emacs-lisp/cl.el (cl-macroexpand): Doc fix.
11669
11670 * startup.el (command-line): If user's init file had an error,
11671 add explanatory text to *Messages*.
11672
116732000-08-21 Kenichi Handa <handa@etl.go.jp>
11674
11675 * man.el (Man-getpage-in-background): Decode the process output by
11676 the system locale coding system.
11677
116782000-08-20 Dave Love <fx@gnu.org>
11679
11680 * wid-edit.el (widget-choose, widget-choice-mouse-down-action):
11681 Don't test x-popup-menu.
11682 (function) <complete-function>: Complete only fbound symbols.
11683 <validate, value>: New.
11684 (variable) <complete-function>: Complete only bound symbols.
11685 (coding-system): Add :base-only, :complete-function, :validate,
11686 :value, :prompt-match.
11687 (widget-coding-system-prompt-value): Use read-coding-system and
11688 act on :base-only.
11689 (editable-field): Add :help-echo.
11690 (widget-push-button-gui, widget-push-button-cache)
11691 (widget-gui-action, widget-editable-list-gui): COmment out, along
11692 with uses.
11693 (widget-at): Make arg optional.
11694 (widget-echo-help): Adjust for current help-echo calling sequence.
11695 (widget-specify-field, widget-specify-button)
11696 (widget-specify-insert, widget-get-sibling, widget-image-find)
11697 (widget-convert, widget-insert, widget-leave-text)
11698 (widget-beginning-of-line, widget-end-of-line, widget-kill-line)
11699 (widget-setup, widget-field-find, widget-before-change)
11700 (widget-after-change, widget-default-complete)
11701 (widget-default-create, widget-default-delete)
11702 (widget-push-button-value-create, editable-field)
11703 (widget-field-prompt-value, widget-field-validate)
11704 (widget-choice-value-create, widget-choice-action)
11705 (widget-choice-validate, widget-checklist-add-item)
11706 (widget-radio-add-item, widget-radio-chosen)
11707 (widget-radio-value-inline, widget-editable-list-value-create)
11708 (widget-editable-list-entry-create)
11709 (widget-documentation-link-add)
11710 (widget-documentation-string-value-create)
11711 (widget-regexp-validate, widget-file-complete)
11712 (widget-sexp-validate, widget-plist-convert-widget)
11713 (widget-plist-convert-widget, widget-alist-convert-widget)
11714 (widget-alist-convert-widget, widget-color-complete): Simplify,
11715 particularly to avoid bindings which aren't optimized out.
11716
11717 * emacs-lisp/lisp.el (defun-prompt-regexp, parens-require-spaces):
11718 Doc fix.
11719 (down-list, backward-up-list, up-list, kill-sexp)
11720 (backward-kill-sexp, mark-sexp): Make arg optional.
11721 (lisp-complete-symbol): Add optional arg PREDICATE.
11722
11723 * cus-start.el: Add display-buffer-reuse-frames,
11724 file-coding-system-alist.
11725
117262000-08-20 Gerd Moellmann <gerd@gnu.org>
11727
11728 * startup.el (command-line): Clear realized faces after
11729 modifying TTY color mappings.
11730
117312000-08-20 Miles Bader <miles@gnu.org>
11732
11733 * faces.el (face-attr-match-p): Don't return true if ATTRS are
11734 merely a subset of FACE's attributes.
11735
117362000-08-19 Miles Bader <miles@gnu.org>
11737
11738 * comint.el (comint-output-filter): Save the point with a marker,
11739 not just a buffer position.
11740
11741 * international/mule.el (set-buffer-process-coding-system): Make
11742 interactive prompt less confusing.
11743
117442000-08-19 Gerd Moellmann <gerd@gnu.org>
11745
11746 * hilit-chg.el: General cleanup of doc strings, comments and
11747 code formatting.
11748
117492000-08-19 Miles Bader <miles@gnu.org>
11750
11751 * emacs-lisp/bytecomp.el (byte-compile-beginning-of-line):
11752 Compiler macro removed; beginning-of-line is no longer always
11753 equivalent to forward-line, in the presence of fields.
11754
11755 * comint.el (comint-output-filter): Remove ad-hoc saving of
11756 restriction, and just use save-restriction, now that it works
11757 correctly. Don't adjust comint-last-input-start to account for
11758 our insertion; it shouldn't have moved because we don't use
11759 insert-before-markers anymore. Comment out call to
11760 `force-mode-line-update'; why is it here?
11761
11762 * gud.el (gud-basic-call): Temporarily widen gud comint buffer
11763 while checking for prompt to delete. Use `forward-line 0'
11764 instead of beginning-of-line.
11765 (gud-filter): Temporarily widen gud comint buffer while
11766 examining output.
11767
117682000-08-18 Stefan Monnier <monnier@cs.yale.edu>
11769
11770 * progmodes/sh-script.el: Big bag of typos.
11771
11772 * textmodes/ispell.el (ispell-menu-map-needed): Put back the boundp
11773 check since ispell-process is not bound when ispell is not yet loaded.
11774
117752000-08-18 Dave Love <fx@gnu.org>
11776
11777 * image.el (find-image): Copy `spec' before using plist-put.
11778
117792000-08-18 Gerd Moellmann <gerd@gnu.org>
11780
11781 * textmodes/ispell.el (ispell-dictionary-alist-6): Add
11782 `portugues'.
11783
11784 * bindings.el (esc-map): Bind `C-delete' and `C-backspace' to
11785 backward-kill-sexp, analogous to kill-sexp.
11786
11787 * progmodes/icon.el (icon-indent-line)
11788 (icon-is-continuation-line): Handle comments specially.
11789
117902000-08-17 Ken Stevens <k.stevens@ieee.org>
11791
11792 * ispell.el: Set to standard author/maintainer/keyword fields.
11793 Fine tuning to menu map appearance and operation, and added help.
11794 Remove `start' and `end' error messages when compiling.
11795 (ispell-choices-win-default-height): Fixed comment string.
11796 (ispell-dictionary-alist-1): Fixed regexp in castellano and
11797 castellano8 dictionaries.
11798 (ispell-dictionary-alist-3): Fixed regexp in francais dictionary.
11799 (ispell-dictionary-alist-4): Fixed regexp in francais-tex
11800 dictionary, added italiano dictionary.
11801 (ispell-skip-region-alist): Removed regexp thrashing when `-' is a
11802 word character
11803 (ispell-tex-skip-alists): Added psfig support.
11804 (ispell-skip-html): Renamed from ispell-skip-sgml.
11805 (ispell-begin-skip-region-regexp, ispell-skip-region)
11806 (ispell-minor-check): Improved html skipping support to skip across
11807 code, and recognize `&' commands without propper `;' syntax;
11808 (ispell-process-line): Fix alignment error when manually
11809 correcting spelling.
11810 (ispell): Fix comment string.
11811 (ispell-add-per-file-word-list): Always put word list on new line.
11812
118132000-08-17 Gerd Moellmann <gerd@gnu.org>
11814
11815 * format.el (format-encode-run-method): Fix error message to say
11816 `encode' instead of `decode'. Use save-window-excursion around
11817 shell-command-on-region as in format-decode-run-method because
11818 shell-command-on-region can display a buffer with error output.
11819 (format-decode): Don't record undo information for the decoding.
11820 (format-annotate-function): Add parameter FORMAT-COUNT. Make
11821 that number part of the temporary buffer name so that more than
11822 one decoding using a temporary buffer can happen safely.
11823
11824 * enriched.el (enriched-annotation-regexp): Use `A-Z' instead
11825 of `A-z' in the regexp.
11826
11827 * hilit-chg.el: Fix typos in commentary.
11828
11829 * help.el (view-emacs-news): Rewritten for new naming scheme
11830 for old NEWS files.
11831
11832 * startup.el (command-line): Pop to *Messages* in case an error
11833 is signaled while loading user-init-file.
11834
118352000-08-17 Andreas Schwab <schwab@suse.de>
11836
11837 * files.el (insert-directory): Don't lose original file name,
11838 undoing an undocumented change.
11839
118402000-08-17 Alex Schroeder <alex@gnu.org>
11841
11842 * sql.el (sql-magic-go): Use comint-bol.
11843 (sql-copy-column): Use comint-line-beginning-position.
11844 (comint-line-beginning-position): Define a replacement for
11845 comint-line-beginning-position if it is not fboundp.
11846
118472000-08-17 Alex Schroeder <alex@gnu.org>
11848
11849 * sql.el (sql-mode-map): TAB is no longer defined in sql-mode-map;
11850 it didn't have any effect anyway.
11851
118522000-08-17 Alex Schroeder <alex@gnu.org>
11853
11854 * sql.el (sql-postgres): Jason Beegan's patch uses the parameters
11855 --pset and pager=off instead of sending \\o|cat at the beginning
11856 of the session.
11857
118582000-08-17 Miles Bader <miles@gnu.org>
11859
11860 * progmodes/octave-inf.el: Add compatibility definition of
11861 comint-line-beginning-position.
11862
118632000-08-17 Kenichi Handa <handa@etl.go.jp>
11864
11865 * startup.el (normal-top-level): Look in each dir in load-path for
11866 a leim-list.el file too. This assures of loading leim-list.el
11867 that is created at Emacs installation time even if a user have his
11868 own leim-list.el.
11869
118702000-08-17 Miles Bader <miles@gnu.org>
11871
11872 * hi-lock.el (hi-yellow, hi-pink, hi-green, hi-blue): Force the
11873 foreground color to black if the background is dark.
11874
118752000-08-16 Stefan Monnier <monnier@cs.yale.edu>
11876
11877 * loadhist.el (unload-feature): Typo.
11878
11879 * finder.el (finder-compile-keywords):
11880 * cus-dep.el (custom-make-dependencies): Add local-variable settings
11881 to the generated file.
11882
11883 * mail/mh-e.el (mh-make-local-vars):
11884 Replace make-variable-buffer-local with make-local-variable.
11885
11886 * play/landmark.el:
11887 * options.el (Edit-options-{set,toggle,t,nil}):
11888 * mail/mailabbrev.el (mail-abbrevs-mode):
11889 * textmodes/tex-mode.el (tex-expand-files):
11890 * textmodes/outline.el (outline-minor-mode): Don't quote lambda.
11891
11892 * term/bg-mouse.el (bg-mouse-report): screen-height -> frame-height.
11893
11894 * emacs-lisp/ewoc.el (ewoc-locate): Default POS to (point).
11895 (ewoc-goto-prev, ewoc-goto-next): Remove arg POS.
11896 Allow going past the last element.
11897 * pcvs.el (cvs-mode-previous-line, cvs-mode-next-line, cvs-mode-mark)
11898 (cvs-mode-unmark-up, cvs-get-marked): Update calls to ewoc.
11899 (cvs-mouse-toggle-mark): Don't move point.
11900 (cvs-revert-if-needed): Avoid re-eval of local variables and modes.
11901
11902 * progmodes/compile.el (grep): Provide a default set of files.
11903 (next-error): Docstring fix.
11904 (compilation-find-file): Avoid find-file (fails in a dedicated window).
11905
11906 * emacs-lisp/easy-mmode.el (define-minor-mode):
11907 Use `symbol-value' to keep the byte-compiler quiet.
11908
11909 * diff-mode.el (diff-mode-map): Bind diff-apply-hunk.
11910 (diff-find-source-location): New fun, extracted from diff-goto-source.
11911 (diff-goto-source): Use it.
11912 (diff-next-complex-hunk, diff-filter-lines): New function.
11913 (diff-apply-hunk): New command.
11914
11915 * smerge-mode.el (smerge-mode-menu): Doc fix.
11916
11917 * msb.el (msb-mode): Define it in terms of define-minor-mode.
11918
119192000-08-16 Dave Love <fx@gnu.org>
11920
11921 * windmove.el (windmove) <defgroup>: Add :version.
11922
11923 * net/goto-addr.el: Don't require browse-url. Require thingatpt.
11924 (goto-address-fontify-p, goto-address-highlight-p)
11925 (goto-address-url-face, goto-address-url-mouse-face)
11926 (goto-address-mail-face, goto-address-mail-mouse-face): Doc fix.
11927 (goto-address-url-regexp): Use thing-at-point-url-regexp.
11928 (goto-address-fontify, goto-address-at-mouse): Simplify,
11929 (goto-address-at-point): browse-url-url-at-point,
11930 goto-address-find-address-at-point can return nil.
11931 (goto-address-find-address-at-point): Return nil on failure.
11932
11933 * align.el (align) <defgroup>: Add :version.
11934
11935 * calculator.el (calculator): Add :version.
11936 (calculator): Use two lines for calculator window if `modeline'
11937 face is boxed.
11938
11939 * play/5x5.el: Doc fixes.
11940 (5x5) <defgroup>: Add :version.
11941
11942 * play/fortune.el (fortune) <defgroup>: Add :version.
11943 (fortune-append): Fix error message.
11944 (fortune-from-region): Doc fix.
11945
11946 * play/pong.el (pong): Doc fix.
11947
11948 * play/morse.el: Keywords, commentary, autoloads.
11949
119502000-08-16 Eli Zaretskii <eliz@is.elta.co.il>
11951
11952 * desktop.el (desktop-save): Don't look at symbol-value of a
11953 member of minor-mode-alist, unless it is boundp.
11954
119552000-08-16 Sam Steingold <sds@gnu.org>
11956
11957 * buff-menu.el (list-buffers-noselect): Use `dolist' instead Of
11958 `while'; use `with-current-buffer' instead of `save-excursion'.
11959 Removed unnecessary kludges now that "*Buffer List*" is excluded.
11960
119612000-08-16 Kenichi Handa <handa@etl.go.jp>
11962
11963 * international/ccl.el (declare-ccl-program): Docstring modified.
11964 (ccl-execute-with-args): Likewise.
11965
119662000-08-16 Miles Bader <miles@gnu.org>
11967
11968 * progmodes/sql.el: Add compatibility definition of
11969 comint-line-beginning-position.
11970
119712000-08-15 Gerd Moellmann <gerd@gnu.org>
11972
11973 * buff-menu.el (list-buffers-noselect): Set `buffer' as well as
11974 'buffer-menu' property.
11975 (Buffer-menu-buffer): Use `buffer' property if `buffer-name'
11976 fails.
11977 (Buffer-menu-execute): When deleting, test `(and buf (buffer-name
11978 buf))', instead of `(Buffer-menu-buffer nil)', to see if buffer
11979 wasn't killed.
11980
11981 * buff-menu.el (list-buffers-noselect): Don't display the
11982 *Buffer List* buffer.
11983
11984 * font-lock.el: Require jit-lock to prevent a very late
11985 `Loading jit-lock' message.
11986
11987 * emacs-lisp/cust-print.el, emacs-lisp/cl-specs.el
11988 * emacs-lisp/edebug.el, progmodes/hideif.el: Change authors'
11989 mail address.
11990
119912000-08-15 Miles Bader <miles@gnu.org>
11992
11993 * textmodes/ispell.el (ispell-graphic-p): New constant.
11994 (ispell-choices-win-default-height, ispell-help): Use
11995 `ispell-graphic-p' instead of `xemacsp'.
11996
119972000-08-15 Dave Love <fx@gnu.org>
11998
11999 * simple.el: Autoload widget-convert when compiling.
12000 (mail-user-agent): Doc fix.
12001
12002 * help.el (function-called-at-point, variable-at-point): Use
12003 with-syntax-table.
12004 (help-manyarg-func-alist): Add insert-and-inherit.
12005
12006 * thingatpt.el (thing-at-point-url-regexp): Prepend `\<'.
12007
12008 * delsel.el (delsel-unload-hook): New function.
12009
12010 * find-file.el: Doc fixes. Move provide to end.
12011 (ff) <defgroup>: Add :link.
12012 (ff-goto-click): Deleted.
12013 (ff-mouse-find-other-file, ff-mouse-find-other-file-other-window):
12014 Use mouse-set-point.
12015
12016 * textmodes/tildify.el: Doc fixes.
12017 (tildify) <defgroup>: Add:version.
12018
12019 * progmodes/glasses.el (glasses) <defgroup>: Add :version.
12020 (glasses-custom-set): Use set-default, not set.
12021 (minor-mode-alist): Propertize the lighter.
12022 (glasses-mode): Provide optional arg.
12023
12024 * progmodes/cwarn.el (cwarn) <defgroup>: Add :version, :link.
12025 (global-cwarn-mode): Don't make it a user option. Unquote lambda.
12026 (cwarn-font-lock-feature-keywords-alist): Don't make it a user
12027 option. Provide :type.
12028 (cwarn-configuration): Provide :type.
12029 (cwarn-mode): Doc fix.
12030
12031 * add-log.el (change-log-merge): Doc fix.
12032 (change-log-redate): New command.
12033
12034 * net/browse-url.el (browse-url-filename-alist): Add a clause for
12035 Doze and Dog.
12036 (browse-url): Use dolist, not mapcar.
12037 (browse-url-at-point): Check for null url.
12038 (browse-url-event-buffer, browse-url-event-point): Functions
12039 deleted.
12040 (browse-url-at-mouse, browse-url-netscape): Simplify.
12041
12042 * msb.el (msb--few-menus, msb--very-many-menus): Use current Gnus
12043 modes.
12044 (msb--init-file-alist, msb--aggregate-alist, msb--add-separators):
12045 Fix previous change to mapcan.
12046 (msb--init-file-alist, msb--add-separators)
12047 (msb--make-keymap-menu): Simplify.
12048 (msb--choose-file-menu): Use copy-sequence.
12049 (msb-mode-map): Add title to keymap.
12050 (msb-unload-hook): New function.
12051
12052 * bs.el: Fix indentation.
12053 (bs) <defgroup>: Add :links.
12054 (bs-show): Doc fix.
12055 (bs-apply-sort-faces): Don't use window-system.
12056 (bs-mode-font-lock-keywords): Avoid testing for XEmacs.
12057
120582000-08-15 Eli Zaretskii <eliz@is.elta.co.il>
12059
12060 * calendar/timeclock.el (timeclock-file): Run .timelog through
12061 convert-standard-filename.
12062
120632000-08-14 Gerd Moellmann <gerd@gnu.org>
12064
12065 * emacs-lisp/authors.el: New file.
12066
12067 * paren.el (show-paren-priority): New user option.
12068 (show-paren-function): Set overlay priorities to
12069 show-paren-priority.
12070
120712000-08-14 Miles Bader <miles@gnu.org>
12072
12073 * comint.el (comint-bol): Use `forward-line 0' instead of calling
12074 beginning-of-line with inhibit-field-text-motion bound.
12075
120762000-08-14 Gerd Moellmann <gerd@gnu.org>
12077
12078 * calendar/timeclock.el: New file.
12079
120802000-08-14 David Ponce <david@dponce.com>
12081
12082 * recentf.el (recent-dialog-mode-map): Bind down-mouse-1 to
12083 `widget-button-click'. so that one can use left mouse button to
12084 click on dialog buttons.
12085
120862000-08-14 Emmanuel Briot <briot@gnat.com>
12087
12088 * xml.el (xml-parse-tag, xml-parse-attlist): Do not downcase
12089 identifiers, since XML is case sensitive
12090
120912000-08-12 Miles Bader <miles@gnu.org>
12092
12093 * comint.el (comint-output-filter): Don't bother frobbing
12094 window-start, it doesn't seem to be necessary.
12095
12096 * comint.el (comint-send-string, comint-send-region): Make into
12097 real functions. Snapshot the prompt before sending.
12098
120992000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12100
12101 * info.el (Info-find-emacs-command-nodes): Rewrite to use
12102 technique similar to Info-index, instead of relying on specific
12103 names of relevant Index nodes.
12104 (Info-goto-emacs-command-node): Bind Info-history to nil when
12105 going to the first node found by Info-find-emacs-command-nodes.
12106
121072000-08-11 Eli Zaretskii <eliz@is.elta.co.il>
12108
12109 * menu-bar.el (menu-bar-help-menu): Add a :help string.
12110
121112000-08-10 Miles Bader <miles@gnu.org>
12112
12113 * comint.el (comint-output-filter): Doc fixes & misc code cleanup.
12114
121152000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12116
12117 * info.el (Info-file-list-for-emacs): More elements for the
12118 autotype, vip, ebrowse, cl, idlwave, reftex, widget, pcl-cvs,
12119 and woman manuals.
12120
121212000-08-10 Miles Bader <miles@lsi.nec.co.jp>
12122
12123 * comint.el (comint-send-input): Make the newline boundary overlay
12124 rear-nonsticky. Use `insert' instead of `insert-before-markers'.
12125 (comint-output-filter): Use `insert' instead of
12126 `insert-before-markers'. Extend comint-last-output-overlay when
12127 necessary since we can't rely on insert-before-markers to do it.
12128 * gud.el (gud-filter): Use `with-current-buffer' instead of
12129 save-excursion when inserting the output, so that point gets
12130 updated correctly; the old method relied on a rather dodgy
12131 side-effect of comint-output-filter to avoid the effect of
12132 save-excursion.
12133
121342000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
12135
12136 * files.el (recover-file): Call insert-directory instead of
12137 invoking `ls' directly.
12138
121392000-08-10 Miles Bader <miles@gnu.org>
12140
12141 * comint.el (comint-highlight-prompt, comint-highlight-prompt-face)
12142 (comint-last-prompt-overlay): New variables.
12143 (comint-output-filter): Implement prompt highlighting.
12144 (comint-snapshot-last-prompt): New function.
12145 (comint-send-input): Snapshot the last prompt.
12146 Use comint-highlight-input-face.
12147 (comint-highlight-input-face): Renamed from `comint-highlight-face'.
12148 Use defface instead of defcustom.
12149 (send-invisible, comint-send-eof): Snapshot the last prompt.
12150 (comint-delchar-or-maybe-eof): Use comint-send-eof.
12151 (comint-mode): Make `comint-last-prompt-overlay' buffer-local.
12152
121532000-08-09 Stefan Monnier <monnier@cs.yale.edu>
12154
12155 * emacs-lisp/regexp-opt.el (make-bool-vector): Remove.
12156 (regexp-opt-group): Use a list of chars for `letters'.
12157 (regexp-opt-charset): `chars' is now a list of chars.
12158 Use a char-table rather than a vector so it works for multibyte chars.
12159
12160 * pcvs.el (cvs-menu): Don't move point. Use popup-menu.
12161 Set cvs-minor-current-files to the selected fileinfo.
12162 (cvs-get-marked): Accept fileinfos in cvs-minor-current-files.
12163 (cvs-mode-insert): Manually macroexpand `ignore-errors'.
12164
121652000-08-09 Eli Zaretskii <eliz@is.elta.co.il>
12166
12167 * files.el (insert-directory): Don't call access-file on
12168 directories on DOS and Windows.
12169
121702000-08-09 Kenichi Handa <handa@etl.go.jp>
12171
12172 * international/ccl.el (ccl-embed-data): Make ccl-program-vector
12173 longer if necessary.
12174 (ccl-embed-code): Call ccl-embed-data to store CODE in
12175 ccl-program-vector.
12176
121772000-08-09 Miles Bader <miles@gnu.org>
12178
12179 * comint.el (comint-output-filter): Properly handle the case where
12180 the text surrounded by comint-last-output-overlay was deleted.
12181
121822000-08-08 Gerd Moellmann <gerd@gnu.org>
12183
12184 * info.el (Info-insert-dir): Use Info-additional-directory-list if
12185 non-nil.
12186 (Info-file-list-for-emacs): Remove "info" from the list because
12187 that leads to trying to use the documentation from file `info'
12188 in various situations where it isn't appropriate, for instance
12189 C-h C-k C-h i.
12190
12191 * ffap.el (ffap-read-file-or-url-internal): Handle case that
12192 DIR and/or STRING are nil.
12193
12194 * progmodes/compile.el (compilation-setup): Make variable
12195 compilation-error-screen-columns buffer-local, as some comment
12196 in the code suggests it should be.
12197
12198 * files.el (auto-mode-interpreter-regexp): New variable.
12199 (set-auto-mode): Use it.
12200
12201 * indent.el (indent-for-tab-command): Doc fix.
12202
12203 * mouse-sel.el (mouse-sel-mode): Doc fix.
12204
12205 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
12206 labels.
12207
12208 * help.el (print-help-return-message): When
12209 display-buffer-reuse-frames is set, let the help window been quit,
12210 instead of deleting it, which might delete a reused frame.
12211
122122000-08-08 Eli Zaretskii <eliz@is.elta.co.il>
12213
12214 * dired-aux.el (dired-do-create-files): On DOS/Windows, allow to
12215 rename a directory to a name that differs only by its letter case.
12216
122172000-08-08 Kenichi Handa <handa@etl.go.jp>
12218
12219 * international/quail.el (quail-define-rules): Handle Quail decode
12220 map correctly. Add code for supporting annotations.
12221 (quail-install-decode-map): New function.
12222 (quail-defrule-internal): New optional arguments decode-map and
12223 props.
12224 (quail-advice): New function.
12225
122262000-08-07 Sam Steingold <sds@gnu.org>
12227
12228 * emacs-lisp/cl-indent.el (toplevel): Indent `defclass',
12229 `defconst', `define-condition', `with-slots'.
12230 * font-lock.el (lisp-font-lock-keywords-2): Added `with-' and `do-'.
12231
122322000-08-03 Miles Bader <miles@gnu.org>
12233
12234 * comint.el (comint-use-prompt-regexp-instead-of-fields):
12235 New variable.
12236 (comint-prompt-regexp, comint-get-old-input): Document dependence on
12237 comint-use-prompt-regexp-instead-of-fields.
12238 (comint-send-input): Add `input' field property to stuff we send to
12239 the process, if comint-use-prompt-regexp-instead-of-fields is nil.
12240 (comint-output-filter): Add `output' field property to process
12241 output, if comint-use-prompt-regexp-instead-of-fields is nil.
12242 (comint-replace-by-expanded-history)
12243 (comint-get-old-input-default, comint-show-output)
12244 (comint-backward-matching-input, comint-forward-matching-input)
12245 (comint-next-prompt, comint-previous-prompt): Use field
12246 properties if comint-use-prompt-regexp-instead-of-fields is nil.
12247 (comint-line-beginning-position): New function.
12248 (comint-bol): Use comint-line-beginning-position. Make ARG optional.
12249 (comint-replace-by-expanded-history-before-point): Use
12250 comint-line-beginning-position and line-end-position.
12251 (comint-last-output-overlay): New variable.
12252 (comint-mode): Make `comint-last-output-overlay' buffer-local.
12253
12254 * shell.el (shell-prompt-pattern): Doc change.
12255 (shell-backward-command): Use line-beginning-position.
12256
12257 * gud.el (gud-gdb-complete-command): Use
12258 comint-line-beginning-position.
12259
12260 * ielm.el (ielm-indent-line): Detect a "prompt" line by seeing if
12261 comint-bol doesn't actually go to the beginning of the line.
12262
12263 * hippie-exp.el (try-expand-line): Only use comint-prompt-regexp
12264 if comint-use-prompt-regexp-instead-of-fields is non-nil.
12265 (try-expand-line-all-buffers): Likewise.
12266
12267 * progmodes/sql.el (sql-magic-go): Use comint-bol instead of
12268 explicitly matching comint-prompt-regexp.
12269 (sql-copy-column): Use comint-line-beginning-position instead of
12270 explicitly matching comint-prompt-regexp.
12271
12272 * progmodes/octave-inf.el (inferior-octave-complete): Use
12273 comint-line-beginning-position.
12274
12275 * progmodes/inf-lisp.el (inferior-lisp-prompt): Doc change.
12276
12277 * progmodes/idlw-shell.el (idlwave-shell-send-command): When
12278 looking for a prompt, use `forward-line 0' instead of
12279 `beginning-of-line', to avoid getting caught by an input field.
12280
122812000-08-07 Gerd Moellmann <gerd@gnu.org>
12282
12283 * files.el (shell-quote-wildcard-pattern): Make sure to return
12284 PATTERN, in the Unix case.
12285
122862000-08-07 Eli Zaretskii <eliz@is.elta.co.il>
12287
12288 * play/zone.el (zone): Discard any pending input before running
12289 the randomly-chosen pgm.
12290
122912000-08-07 Kenichi Handa <handa@etl.go.jp>
12292
12293 * emacs-lisp/bytecomp.el (byte-compile-fix-header): Fix the way of
12294 checking the existence of any multibyte characters.
12295
122962000-08-06 Gerd Moellmann <gerd@gnu.org>
12297
12298 * help.el (describe-mode): Test minor-mode symbol for being
12299 bound before testing its value for being nil.
12300
12301 * pcvs-util.el, cvs-status.el, pcvs.el: Use `nth' instead of
12302 `first', `second', and `third'.
12303
12304 * emacs-lisp/cl.el (third...tenth): Undo change of 2000-08-05.
12305 (second): Make it an alias for `cadr'.
12306
123072000-08-06 Eli Zaretskii <eliz@is.elta.co.il>
12308
12309 * bs.el (bs-apply-sort-faces): Don't use window-system, since all
12310 types of display support faces now.
12311
123122000-08-05 Gerd Moellmann <gerd@gnu.org>
12313
12314 * pcvs.el (require): Require `cl' during compilation, only.
12315
12316 * emacs-lisp/cl.el (first, ..., tenth): Make them macros.
12317 (toplevel): Remove `remq' and `remove' from autoloads.
12318 (cl-fake-autoloads): New variable. If set, arrange for an error
12319 when CL functions etc. are autoloaded.
12320
123212000-08-04 Eli Zaretskii <eliz@is.elta.co.il>
12322
12323 * play/zone.el (zone, zone-pgm-stress): Don't use window-system.
12324
12325 * hi-lock.el (hi-lock-unface-buffer): If a menu of regexps is
12326 popped up, but the user clicks outside the menu, return an empty
12327 regexp (that causes unhighlight-regexp to have no effect).
12328
12329 * menu-bar.el (menu-bar-games-menu): Add Zone.
12330
12331 * hi-lock.el (toplevel): Require font-lock.
12332
123332000-08-03 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12334
12335 * progmodes/ebnf2ps.el: Get around a bug on skip-chars-forward.
12336 (ebnf-8-bit-chars): New var for bug fix.
12337 (ebnf-string): Bug fix.
12338
123392000-08-03 Sam Steingold <sds@gnu.org>
12340
12341 * pcvs.el (cvs-do-commit): Use `buffer-substring-no-properties'
12342 instead of `buffer-string'.
12343 (require 'cl): Always, not just when compiling.
12344 `ignore-errors' in `interactive', `list*', `defun*' &c make this
12345 necessary.
12346
123472000-08-03 Eli Zaretskii <eliz@is.elta.co.il>
12348
12349 * international/mule-cmds.el (select-safe-coding-system): Make
12350 the message text about selecting a safe coding system more clear.
12351
123522000-08-02 Gerd Moellmann <gerd@gnu.org>
12353
12354 * hi-lock.el: New file.
12355
12356 * play/zone.el: New file.
12357
12358 * replace.el (occur): Set tab-width in the *Occur* buffer to the
12359 value of tab-width in the original buffer. Choose a line number
12360 format that's a multiple of the original buffer's tab width, so
12361 that lines appear right.
12362
12363 * textmodes/ispell.el (ispell): New function, replacing an alias.
12364 Spell-check active region if in transient-mark-mode and mark
12365 is active; otherwise spell-check buffer.
12366
123672000-08-02 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12368
12369 * ps-mule.el: Fix a customization problem on
12370 ps-mule-font-info-database-default.
12371
123722000-08-02 Eli Zaretskii <eliz@is.elta.co.il>
12373
12374 * progmodes/ebrowse.el (ebrowse-tree-mode-map): Use
12375 display-mouse-p instead of window-system.
12376 (ebrowse-member-mode-map): Ditto.
12377
123782000-08-01 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12379
12380 * progmodes/ebnf2ps.el: Update ps-print functions call.
12381 Indentation fix. Doc fix.
12382 (ebnf-version): New version number (3.2).
12383 (ebnf-format-color, ebnf-begin-job): Code fix.
12384
123852000-08-01 Eli Zaretskii <eliz@is.elta.co.il>
12386
12387 * net/net-utils.el (nslookup-font-lock-keywords): Don't condition
12388 font lock support on window-system.
12389 (ftp-font-lock-keywords, smbclient-font-lock-keywords): Likewise.
12390
12391 * textmodes/ispell.el (ispell-highlight-spelling-error): Use
12392 display-color-p, if fboundp, instead of window-system.
12393
123942000-07-31 Eli Zaretskii <eliz@is.elta.co.il>
12395
12396 * calendar/appt.el (appt-disp-window): Use display-multi-frame-p
12397 instead of window-system.
12398
12399 * wid-edit.el (widget-choose): Use display-mouse-p instead of
12400 window-system.
12401 (widget-choice-mouse-down-action): Use display-popup-menus-p
12402 instead of window-system.
12403
12404 * strokes.el (strokes-file): Run the file name through
12405 convert-standard-filename.
12406 (strokes-mode): Call display-mouse-p instead of looking at
12407 window-system. Change the error message accordingly.
12408
12409 * progmodes/cpp.el (toplevel): Support faces on tty's.
12410
12411 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X)
12412 (lm-plot-square, lm-init-display): Don't use window-system.
12413
12414 * play/gomoku.el (gomoku-font-lock-O-face, gomoku-font-lock-X-face)
12415 (gomoku-plot-square, gomoku-init-display): Don't use window-system.
12416
12417 * mail/rmail.el (rmail-start-mail): Use display-multi-frame-p
12418 instead of looking at window-system.
12419
124202000-07-30 Gerd Moellmann <gerd@gnu.org>
12421
12422 * iswitchb.el (iswitchb-entryfn-p): Test this-command instead
12423 of testing if iswitchb-prepost-hooks is bound, because the
12424 latter will always be true when invoking a recursive minibuffer
12425 from an active Iswitchb buffer.
12426
124272000-07-30 Eli Zaretskii <eliz@is.elta.co.il>
12428
12429 * files.el (shell-quote-wildcard-pattern): New function.
12430 (insert-directory): Call it. Only prepend "\" to command on Unix
12431 and GNU/Linux systems.
12432
124332000-07-30 Gerd Moellmann <gerd@gnu.org>
12434
12435 * eshell/esh-groups.el: Change custom :link file names
12436 from `eshell.info' to `eshell'.
12437
124382000-07-30 Francis Wright <fjw@maths.qmw.ac.uk>
12439
12440 * dired.el (dired-build-subdir-alist): Expand subdirectory names
12441 correctly in recursive ange-ftp listings.
12442
124432000-07-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
12444
12445 * ps-print.el: Fix bug 1: if ps-font-size-internal,
12446 ps-header-font-size-internal and
12447 ps-header-title-font-size-internal variables are not set,
12448 ps-nb-pages and ps-line-lengths-internal crashes. Fix bug 2: if
12449 face text property is (foreground-color . COLOR) or
12450 `(background-color . COLOR)', ps-print crashes. Doc fix.
12451 (ps-print-version): New version number (5.2.4).
12452 (ps-plot-region): Code fix.
12453 (ps-nb-pages, ps-line-lengths-internal): Bug fix 1.
12454 (ps-face-attribute-list, ps-face-attributes, ps-face-background):
12455 Bug fix 2.
12456
124572000-07-30 Milan Zamazal <pdm@freesoft.cz>
12458
12459 * glasses.el (glasses-make-readable): Fix uncapitalization of
12460 identifiers like `myXMLDocument'.
12461
124622000-07-28 Karl Fogel <kfogel@red-bean.com>
12463
12464 * mail/mail-hist.el (mail-hist-previous-input)
12465 (mail-hist-next-input): Do the obvious code factorization.
12466 (mail-hist-retrieve-and-insert): New func, contains common
12467 code of above two.
12468 If inserting a message body, leave point at top.
12469
124702000-07-28 Sam Steingold <sds@gnu.org>
12471
12472 * net/ange-ftp.el (ange-ftp-verify-visited-file-modtime):
12473 Use `<=', not `<' to compare times!
12474 (ange-ftp-ls): Remove.
12475
124762000-07-27 Gerd Moellmann <gerd@gnu.org>
12477
12478 * play/cookie1.el: Add explanation of how to make cookie.el
12479 compatible with strfile(1) to comment.
12480
12481 * subr.el (remove, remq): New functions.
12482
12483 * midnight.el (clean-buffer-list-kill-never-regexps): Correctly
12484 escape `*' in regexps.
12485 (midnight-find): Reverse order of arguments in the funcall of
12486 TEST.
12487
12488 * bindings.el (completion-ignored-extensions): Add `.la', `.lo',
12489 and `.class'.
12490
12491 * play/meese.el: Add Commentary section.
12492
124932000-07-27 Alex Schroeder <alex@gnu.org>
12494
12495 * sql.el (sql-ms): Added autoload cookie.
12496 (sql-ingres, sql-solid, sql-mysql, sql-informix, sql-sybase)
12497 (sql-oracle): Ditto.
12498 (sql-help): Doc change.
12499
12500 (sql-mode-oracle-font-lock-keywords): Added PL/SQL keywords, data
12501 types and exceptions.
12502
125032000-07-27 Alex Schroeder <alex@gnu.org>
12504
12505 * sql.el (sql-placeholder-history): New variable.
12506 (sql-query-placeholders-and-send): New function that will query
12507 the user and replace placeholders with user input.
12508 (sql-oracle): If running on NT, set comint-input-sender to
12509 sql-query-placeholders-and-send.
12510
12511 (sql-stop): If in the SQLi buffer, insert stop notification, else
12512 present it as a message.
12513
125142000-07-27 Alex Schroeder <alex@gnu.org>
12515
12516 * sql.el (sql-input-ring-separator): Doc change.
12517 (sql-input-ring-file-name): Doc change.
12518 (sql-interactive-mode): Use `sql-input-ring-separator' and
12519 `sql-input-ring-file-name' to set the comint-mode equivalents
12520 without making them local variables.
12521 (sql-stop): Don't bind `sql-input-ring-separator' and
12522 `sql-input-ring-file-name' dynamically to their comint-mode
12523 equivalents.
12524
125252000-07-27 Kenichi Handa <handa@etl.go.jp>
12526
12527 * international/mule.el (register-char-codings): New function.
12528 (make-coding-system): Handle `safe-chars' specification in the arg
12529 PROPERTY.
12530
12531 * international/mule-cmds.el
12532 (find-coding-systems-region-subset-p): This function deleted.
12533 (sort-coding-systems-predicate): New variable.
12534 (sort-coding-systems): New function.
12535 (find-coding-systems-region): Use
12536 find-coding-systems-region-internal.
12537 (find-coding-systems-string): Use find-coding-systems-region.
12538 (find-coding-systems-for-charsets): Check
12539 char-coding-system-table.
12540 (select-safe-coding-system-accept-default-p): New variable.
12541 (select-safe-coding-system): Mostly rewritten. New argument
12542 ACCEPT-DEFAULT-P.
12543 (select-message-coding-system): Call select-safe-coding-system
12544 with ACCEPT-DEFAULT-P arg.
12545 (reset-language-environment): Reset default-sendmail-coding-system
12546 to the default value iso-latin-1.
12547 (set-language-environment): Don't set the obsolete variable
12548 charset-origin-alist.
12549
12550 * international/codepage.el (cp-coding-system-for-codepage-1):
12551 Give `safe-chars' property to make-coding-system.
12552
12553 * mail/sendmail.el (sendmail-send-it): Improve the way to avoid
12554 calling select-message-coding-system twice.
12555
12556 * language/cyrillic.el (cyrillic-koi8): Use `safe-chars' property
12557 instead of `safe-charsets'.
12558 (cyrillic-alternativnyj): Likewise.
12559 (ccl-encode-alternativnyj): Don't check the charset
12560 cyrillic-iso8859-5.
12561
125622000-07-27 Kenichi Handa <handa@etl.go.jp>
12563
12564 * composite.el (compose-chars-after): Preserve match data.
12565
125662000-07-26 Sam Steingold <sds@gnu.org>
12567
12568 * net/ange-ftp.el (ange-ftp-file-newer-than-file-p): New function.
12569 (ange-ftp-real-file-newer-than-file-p): New function.
12570 (ange-ftp-verify-visited-file-modtime): Use `float-time'.
12571 (ange-ftp-dot-to-slash): Removed (use `subst-char-in-string').
12572
12573 * tooltip.el (tooltip-float-time): Removed (use `float-time').
12574 * midnight.el (midnight-float-time): Ditto.
12575
125762000-07-26 Andreas Schwab <schwab@suse.de>
12577
12578 * files.el (normal-backup-enable-predicate): Correct
12579 interpretation of the return value of compare-strings.
12580
125812000-07-26 Gerd Moellmann <gerd@gnu.org>
12582
12583 * isearch.el (isearch-resume): New function.
12584 (isearch-done): Add something to command-history to resume
12585 the search.
12586 (isearch-yank-line, isearch-yank-word): Use
12587 buffer-substring-no-properties instead of buffer-substring.
12588
12589 * textmodes/flyspell.el (flyspell-mouse-map): Use `map' instead
12590 of flyspell-mouse-map.
12591
12592 * progmodes/make-mode.el (makefile-mode-abbrev-table): Remove
12593 duplicate definition.
12594 (makefile-mode): Remove duplicate setting of local-abbrev-table.
12595
12596 * progmodes/m4-mode.el (m4-mode-abbrev-table): New variable.
12597 (m4-mode): Set local-abbrev-table to m4-mode-abbrev-table.
12598
125992000-07-25 Sam Steingold <sds@gnu.org>
12600
12601 * net/ange-ftp.el: Get modtime over the net.
12602 (ange-ftp-file-modtime): New function.
12603 (ange-ftp-write-region, ange-ftp-insert-file-contents)
12604 (ange-ftp-file-attributes, ange-ftp-verify-visited-file-modtime):
12605 Use it.
12606 (ange-ftp-dot-to-slash): New function.
12607 (ange-ftp-fix-name-for-vms): Use it.
12608
12609 * midnight.el (midnight-buffer-display-time): Use
12610 `with-current-buffer'.
12611
126122000-07-25 Gerd Moellmann <gerd@gnu.org>
12613
12614 * find-dired.el: Update copyright notice.
12615 (find-dired): Offer to kill a running `find'.
12616
12617 * enriched.el (enriched-face-ans): For a `foreground-color'
12618 property, return '(("x-color" COLOR))' so that COLOR will be
12619 output as a parameter of the x-color annotation. Likewise for the
12620 `background-color' property. In the case of normal face
12621 properties, don't return annotations for unspecified foreground
12622 and background face attributes.
12623
126242000-07-25 Kenichi Handa <handa@etl.go.jp>
12625
12626 * language/japan-util.el (japanese-katakana-region): Fix handling
12627 HANKAKU argument.
12628
126292000-07-25 Miles Bader <miles@gnu.org>
12630
12631 * simple.el (line-move): Pass INHIBIT-CAPTURE-PROPERTY argument to
12632 constrain-to-field. Pass nil ESCAPE-FROM-EDGE argument to
12633 constrain-to-field.
12634
126352000-07-24 Andrew Innes <andrewi@gnu.org>
12636
12637 * timer.el (timer-activate-when-idle): Add optional parameter
12638 DONT-WAIT. Update docstring.
12639 (run-with-idle-timer): Specify extra parameter to
12640 timer-activate-when-idle, so that timer will be activated
12641 immediately if Emacs is already idle.
12642
12643 * w32-fns.el (w32-using-nt): Fix docstring.
12644
126452000-07-24 Dave Love <fx@gnu.org>
12646
12647 * mouse.el (popup-menu): Set last-command-event.
12648 (mouse-major-mode-menu-prefix): Declare.
12649
126502000-07-24 Gerd Moellmann <gerd@gnu.org>
12651
12652 * textmodes/flyspell.el: Update to author's version 1.5d.
12653
12654 * progmodes/hideshow.el: Update copyright notice.
12655
12656 * vcursor.el: Set maintainer to FSF, since author cannot
12657 be reached.
12658
126592000-07-24 Eli Zaretskii <eliz@is.elta.co.il>
12660
12661 * info.el (Info-goto-emacs-key-command-node): Leave a space after
12662 the prompt.
12663
12664 * mouse.el (popup-menu): Run the keymap through indirect-function,
12665 in case it was defined with define-prefix-key. If the menu is a
12666 list of keymaps, look up the binding of user's choice in each one
12667 of the keymaps.
12668 (mouse-popup-menubar): If the global and local menu-bar keymaps
12669 don't have a prompt string, create one and insert it into the
12670 keymap. Don't barf if current-local-map returns nil.
12671
126722000-07-24 Francis Wright <fjw@maths.qmw.ac.uk>
12673
12674 * dired.el (dired-sort-R-check): Added to allow recursive listing
12675 to be undone.
12676 (dired-sort-other): Use it.
12677
126782000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12679
12680 * Release of cc-mode 5.27
12681
126822000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12683
12684 * cc-engine.el (c-looking-at-inexpr-block): Replaced a call to
12685 c-beginning-of-statement-1 that caused a bad case of recursion
12686 which could consume a lot of CPU in large classes in languages
12687 that have in-expression classes (i.e. Java and Pike).
12688
12689 * cc-engine.el (c-guess-basic-syntax): Check for in-expression
12690 statements before top level constructs (i.e. case 6 is moved
12691 before case 5 and is now case 4) to catch in-expression
12692 classes in top level expressions correctly.
12693
126942000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12695
12696 * cc-engine.el (c-guess-basic-syntax): Less naive handling of
12697 objc-method-intro. Case 4 removed and case 5I added.
12698
12699 * cc-langs.el (c-append-paragraph-start): New variable used by
12700 c-common-init to get paragraph-start correct.
12701 * cc-langs.el (c-common-init): Use c-append-paragraph-start to
12702 initialize paragraph-start to make it correct both with and
12703 without the javadoc special case.
12704
12705 * cc-mode.el (java-mode): Use c-append-paragraph-start to
12706 initialize paragraph-start for javadoc markup.
12707
12708 * cc-vars.el (c-style-variables-are-local-p): Incompatible
12709 change by defaulting this to t. It's motivated by the
12710 confusing behavior that otherwise arise from the style system
12711 when editing both java and non-java files at the same time
12712 (see the comments about style setting in c-common-init).
12713
127142000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12715
12716 * cc-cmds.el (c-indent-new-comment-line): Added a kludge
12717 similar to the one in c-fill-paragraph to check the fill
12718 prefix from the adaptive fill function for sanity.
12719
127202000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12721
12722 * cc-defs.el (c-end-of-defun-1): Fixed forward scanning into
12723 defun block.
12724
a30eb617
DL
127252000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12726
12727 * cc-align.el (c-lineup-multi-inher): Handle lines with
12728 leading comma nicely. Extended to handle member initializers
12729 too.
12730
12731 * cc-engine.el: (c-beginning-of-inheritance-list,
12732 c-guess-basic-syntax): Fixed recognition of inheritance lists
12733 when the lines begins with a comma.
12734
a30eb617
DL
12735 * cc-vars.el (c-offsets-alist): Changed default for
12736 member-init-cont to c-lineup-multi-inher since it now handles
12737 member initializers and indents better for leading commas.
12738
127392000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12740
12741 * cc-cmds.el (c-electric-brace): Fixed some bugs in the state
12742 handling that caused class open lines to be recognized as
12743 statement-conts in some cases.
12744
12745 * cc-cmds.el (c-indent-new-comment-line): Keep the fill prefix
12746 guessed by the adaptive fill function unless point is on the
12747 first line of a block comment.
12748
12749 * cc-engine.el (c-forward-syntactic-ws): Fixed an infloop bug
12750 when the buffer ends with a macro continuation char.
12751
12752 * cc-engine.el (c-guess-basic-syntax): Added support for
12753 function definitions as statements in Pike. The first
12754 statement in a lambda block is now labeled defun-block-intro
12755 instead of statement-block-intro.
12756
12757 * cc-engine.el (c-narrow-out-enclosing-class): Whack the state
12758 so that the class surrounding point is selected, not the one
12759 innermost in the state.
12760
12761 * cc-engine.el (c-guess-basic-syntax): Fixed bug in
12762 recognition of switch labels having hanging multiline
12763 statements.
12764
12765 * cc-engine.el (c-beginning-of-member-init-list): Broke out
12766 some code in c-guess-basic-syntax to a separate function.
12767 * cc-engine.el (c-just-after-func-arglist-p): Fixed
12768 recognition of member inits with multiple line arglists.
12769 * cc-engine.el (c-guess-basic-syntax): New case 5B.3 to detect
12770 member-init-cont when the commas are in funny places.
12771
127722000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12773
12774 * cc-defs.el (c-auto-newline): Removed this macro since it's
12775 not used anymore.
12776
12777 * cc-engine.el (c-looking-at-bos): New helper function.
12778 * cc-engine.el (c-looking-at-inexpr-block): More tests to tell
12779 inexpr and toplevel classes apart in Pike.
12780
12781 * cc-engine.el (c-guess-basic-syntax): Fixed bogus recognition
12782 of case 9A.
12783
12784 * cc-langs.el, cc-mode.el (c-Pike-inexpr-class-key): New
12785 constant, since "class" can introduce an in-expression class
12786 in Pike nowadays.
12787
127882000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12789
12790 * cc-align.el (c-gnu-impose-minimum): Don't impose minimum
12791 indentation on cpp-macro lines.
12792
12793 * cc-engine.el (c-guess-basic-syntax): Made the cpp-macro
12794 a syntax modifier like comment-intro, to make it possible to
12795 get syntactic indentation for preprocessor directives. It's
12796 incompatible wrt to lineup functions on cpp-macro, but it has
12797 no observable effect in the 99.9% common case where cpp-macro
12798 is set to -1000.
12799
128002000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12801
12802 * cc-engine.el (c-guess-basic-syntax): Fixed bug with missed
12803 member-init-cont when the preceding arglist is several lines.
12804
128052000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12806
12807 * cc-styles.el (c-style-alist): The basic offset for the BSD
12808 style corrected to 8.
12809
128102000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12811
12812 * cc-styles.el (c-style-alist): Adjusted the indentation of
12813 brace list openers in the gnu style.
12814
128152000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12816
12817 * cc-cmds.el (c-indent-command): Obey c-syntactic-indentation.
12818
12819 * cc-cmds.el (c-electric-brace, c-electric-slash,
12820 c-electric-star, c-electric-semi&comma, c-electric-colon,
12821 c-electric-lt-gt, c-electric-paren): Don't reindent old lines
12822 when c-syntactic-indentation is nil.
12823
12824 * cc-engine.el (c-beginning-of-statement-1): Fixed bug where
12825 we were left at comments preceding the first statement when
12826 reaching the beginning of the buffer.
12827
12828 * cc-vars.el (c-syntactic-indentation): New variable to turn
12829 off all syntactic indentation.
12830
128312000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12832
12833 * cc-cmds.el (c-fill-paragraph): Keep one or two spaces
12834 between the text and the block comment ender when it hangs,
12835 depending on how many there are before the fill.
12836
128372000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12838
12839 * cc-engine.el (c-beginning-of-closest-statement): New helper
12840 function to go back to the closest preceding statement start,
12841 which could be inside a conditional statement.
12842 * cc-engine.el (c-guess-basic-syntax): Use
12843 c-beginning-of-closest-statement in cases 10B.2, 17B and 17C.
12844
12845 * cc-engine.el (c-guess-basic-syntax): Better handling of
12846 arglist-intro, arglist-cont-nonempty and arglist-close when
12847 the arglist is nested inside parens. Cases 7A, 7C and 7F
12848 changed.
12849
12850 * cc-langs.el (c-Java-javadoc-paragraph-start): Brought
12851 up-to-date with javadoc 1.2.
12852
128532000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12854
12855 * cc-engine.el (c-beginning-of-statement-1): Fixed handling of
12856 multiline Pike type decls.
12857
128582000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12859
12860 * cc-cmds.el (c-indent-new-comment-line): Always break
12861 multiline comments in multiline mode, regardless of
12862 comment-multi-line.
12863
128642000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12865
12866 * cc-engine.el (c-guess-basic-syntax): Fixed bug with
12867 fully::qualified::names in C++ member init lists. Preamble in
12868 case 5D changed.
12869
128702000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12871
12872 * cc-langs.el (c-common-init): Handling of obsolete variables
12873 moved to c-initialize-cc-mode. More compatible style override
12874 when using global style variables.
12875 * cc-mode.el (c-initialize-cc-mode): Handling of obsolete
12876 variables moved here.
12877
a30eb617
DL
12878 * cc-styles.el (c-make-styles-buffer-local): Flag style
12879 variable localness in c-style-variables-are-local-p to make
12880 the compatibility measure in c-common-init work well.
12881
12882 * cc-styles.el (c-set-style-1): c-special-indent-hook can no
12883 longer contain set-from-style.
12884 * cc-styles.el (c-initialize-builtin-style): Don't check for
12885 set-from-style on c-special-indent-hook.
12886 * cc-styles.el (c-copy-tree): Obsolete. The standard function
12887 copy-alist is sufficient now.
12888
12889 * cc-styles.el (c-set-style, c-set-style-1,
12890 c-get-style-variables): Fixes to variable initialization so
12891 that duplicate entries in styles have the same effect
12892 regardless of DONT-OVERRIDE.
12893
12894 * cc-styles.el (c-set-style-2): Fixed bug where the
12895 initialization of inheriting styles failed when the
12896 dont-override flag is set.
12897
12898 * cc-vars.el (c-special-indent-hook): Don't use set-from-style
12899 on this.
12900
129012000-07-24 Martin Stjernholm <bug-cc-mode@gnu.org>
12902
12903 * cc-defs.el (c-forward-comment): Removed the workaround
12904 introduced in 5.38 since it had worse side-effects. If a line
12905 contains the string "//\"", it regarded the // as a comment
12906 start since the \ temporarily doesn't have escape syntax.
12907
eb04d6cd 129082000-07-17 Emmanuel Briot <briot@act-europe.fr>
a30eb617
DL
12909
12910 * ada-mode.el Got rid of all byte-compiler warnings on Emacs Load
12911 ada-xref.el before ada-prj.el, so that the Project menu is created
12912 when ada-prj tries to add to it.
12913 (ada-activate-keys-for-case): Suppress the characters that are not
12914 part of the Ada syntax. Better compatibility with else-mode
12915 (ada-adjust-case-interactive): When auto-casing is not active,
12916 correctly insert newlines (used to insert only ^M). Prevent the
12917 syntax table from being changed in case of an error
12918 (or '_' becomes part of a word and some commands are confused).
12919 Do nothing if ada-auto-case is nil.
12920 (ada-after-keyword-p): Ignore keywords that are also attributes
12921 (ada-batch-reformat): Update usage comment
12922 (ada-call-from-contextual-menu): New function
12923 (ada-case-read-exceptions): Reinitialize the casing exception list
12924 first to nil first, so that the casing exception file can be
12925 shared.
12926 (ada-check-defun-name): Handles "configure" keyword for gnatdist
12927 files.
12928 (ada-compile-goto-error): Fix regexp used to detect a file:line
12929 anywhere in the error message
12930 (ada-contextual-menu-last-point): New variable
12931 (ada-create-keymap): If the variable delete-key-deletes-forward is
12932 t on XEmacs, it means that DEL should delete one character
12933 forward.
12934 (ada-create-menu): Use :included instead of :visible for XEmacs.
12935 New submenu "Options".
12936 (ada-end-stmt-re): Correctly indent "select ... then abort"
12937 statements.
12938 (ada-fill-comment-paragraph): Correctly delete all leading '--'
12939 even if they don't match ada-fill-comment-prefix Fix handling of
12940 paragraphs on the first or last line of a file.
12941 (ada-format-paramlist): Fix handling of default parameter values.
12942 (ada-get-body-name): New function.
12943 (ada-get-current-indent): Optimized by searchling directly for an
12944 existing generic part or a statement outside of it. Handle
12945 ada-indent-align-comments when indenting comments Replaced some
12946 regexps by testing directly the next character. This results in a
12947 huge speedup on some files. New indentation scheme for renames
12948 statements. Stop looking for the 'while' or 'for' associated with
12949 a 'loop' at the first semicolon encountered. A "return" can also
12950 match an anonymous access subprogram declaration.
12951 (ada-get-indent-noindent): Ignore strings and comments when
12952 looking for the keywords "record" and "private".
12953 (ada-goto-matching-decl-start): When matching "if", make sure we
12954 are not in fact seeing "end if". Ignore "when" statements except
12955 when initial keyword was "begin". Fix handling of nested
12956 procedures. Add a recursive call to this function to skip over
12957 other 'end' statmts. Fix indentation for "when .. => begin"
12958 (ada-in-open-paren-p): Fix indentation for complex boolean
12959 expressions, where 'and then', 'or else' and parenthesis
12960 statements are mixed up.
12961 (ada-in-paramlist-p): Skip comments while searching for the
12962 beginning Fix handling of operator declarations.
12963 (ada-indent-align-comments): New variable
12964 (ada-indent-current): Change the syntax table only in the
12965 protected section, so that we are sure it is restored correctly.
12966 (ada-indent-on-previous-lines): Use ada-use-indent and
12967 ada-with-indent Correctly indent "select ... then"
12968 (ada-indent-region): Slight speedup.
12969 (ada-indent-renames): New variable.
12970 (ada-last-which-function-subprog, ada-last-which-function-line):
12971 New variables
12972 (ada-looking-at-semi-private): Correctly indent the 'private'
12973 keyword when it is the first word in a package declaration.
12974 (ada-loose-case-word): Stop searching if at the end of the buffer.
12975 (ada-loose-case-word, ada-capitalize-word): Recase the whole word
12976 even if point is not initially at the end of the word.
12977 (ada-matching-decl-start-re): Add "when".
12978 (ada-mode): Add support for abbrev-mode, outline-mode and
12979 which-func-mode Override the old find-file.el entry in
12980 ff-special-constructs since it is using the obsolete
12981 ada-spec-suffix variable
12982 (ada-no-auto-case): New function
12983 (ada-scan-paramlist): When parsing the argument type, accept
12984 spaces (as in "X 'Class", generated by Rational Rose).
12985 (ada-other-file-name): No longer loads the other file.
12986 (ada-popup-menu): Save and restore the current buffer and cursor
12987 position before and after displaying the menu.
12988 (ada-search-ignore-complex-boolean): New function.
12989 (ada-uncomment-region): Emacs21 already knows how to delete
12990 comments not starting in the first column.
12991 (ada-use-indent): New variable
12992 (ada-which-function): New function.
12993 (ada-with-indent): New variable
12994 (ada-xemacs): evaluate it at compile time too, so that ada-mode.el
12995 can be batch-compiled from the command line.
12996
12997 * ada-xref.el: Got rid of all byte-compiler warnings on Emacs.
12998 Add to the menu when the file is loaded, not in ada-mode-hook.
12999 Add -toolbar to the default ddd command Switches moved from
13000 ada-prj-default-comp-cmd and ada-prj-default-make-cmd to
13001 ada-prj-default-comp-opt
13002 (ada-add-ada-menu): Remove the map and name parameters Add the Ada
13003 Reference Manual to the menu
13004 (ada-check-current): rewritten as a call to ada-compile-current
13005 (ada-compile): Removed.
13006 (ada-compile-application, ada-compile-current, ada-check-current):
13007 Set the compilation-search-path so that compile.el automatically
13008 finds the sources in src_dir. Automatic scrollong of the
13009 compilation buffer. C-uC-cC-c asks for confirmation before
13010 compiling
13011 (ada-compile-current): New parameter, prj-field
13012 (ada-complete-identifier): Load the .ali file before doing
13013 processing
13014 (ada-find-ali-file-in-dir): prepend build_dir to obj_dir to
13015 conform to gnatmake's behavior.
13016 (ada-find-file-in-dir): New function
13017 (ada-find-references): Set the environment variables for gnatfind
13018 (ada-find-src-file-in-dir): New function.
13019 (ada-first-non-nil): Removed
13020 (ada-gdb-application): Add support for jdb, the java debugger.
13021 (ada-get-ada-file-name): Load the original-file first if not done
13022 yet.
13023 (ada-get-all-references): Handles the new ali syntax (parent types
13024 are found between <>).
13025 (ada-initialize-runtime-library): New function
13026 (ada-mode-hook): Always load a project file when a file is opened,
13027 so that the casing exceptions are correctly read.
13028 (ada-operator-re): Add all missing operators ("abs", "rem", "**").
13029 (ada-parse-prj-file): Use find-file-noselect instead of find-file
13030 to open the project file, since the latter does not work with
13031 speedbar Get default values before loading the prj file, or the
13032 default executable file name is wrong. Use the absolute value of
13033 src_dir to initialize ada-search-directories and
13034 compilation-search-path,... Add the standard runtime library to
13035 the search path for find-file.
13036 (ada-prj-default-debugger): Was missing an opening '{'
13037 (ada-prj-default-bind-opt, ada-prj-default-link-opt): New
13038 variables.
13039 (ada-prj-default-gnatmake-opt): New variable
13040 (ada-prj-find-prj-file): Handles non-file buffers For non-Ada
13041 buffers, the project file is the default one Save the windows
13042 configuration before displaying the menu.
13043 (ada-prj-src-dir, ada-prj-obj-dir, ada-prj-comp-opt,...): Removed
13044 (ada-read-identifier): Fix xrefs on operators (for "mod", "and",
13045 ...) regexp-quote identifiers names to support operators +,
13046 -,... in regexps.
13047 (ada-remote): New function.
13048 (ada-run-application): Erase the output buffer before starting the
13049 run Support remote execution of the application. Use
13050 call-process, or the arguments are incorrectly parsed
13051 (ada-set-default-project-file): Reread the content of the active
13052 project file, not the one from the current buffer When a project
13053 file is set as the default project, all directories are
13054 automatically associated with it.
13055 (ada-set-environment): New function
13056 (ada-treat-cmd-string): New special variable ${current}
13057 (ada-treat-cmd-string): Revised. The substitution is now done for
13058 any ${...} substring
13059 (ada-xref-current): If no body was found, compiles the spec
13060 instead. Setup ADA_{SOURCE,OBJECTS}_PATH before running the
13061 compiler to get rid of command line length limitations.
13062 (ada-xref-get-project-field): New function
13063 (ada-xref-project-files): New variable
13064 (ada-xref-runtime-library-specs-path)
13065 (ada-xref-runtime-library-ali-path): New variables
13066 (ada-xref-set-default-prj-values): Default run command now does a
13067 cd to the build directory. New field: main_unit Provide a default
13068 file name even if the current buffer has no prj file.
13069
13070 * ada-prj.el:
13071 Rewritten to show a tabbed-dialog.
13072 (ada-prj-add-ada-menu): Remove the map and name parameters.
13073 (ada-prj-display-page, ada-prj-field, ada-prj-initialize-values):
13074 New function
13075 (ada-prj-load-directory, ada-prj-subdirs-of): New functions
13076 (ada-prj-load-from-file): New function
13077 (ada-prj-save): Always save fields that depend on the current buffer
13078 (ada-prj-show-value): New function
13079
13080 * ada-stmt.el (ada-stmt-add-to-ada-menu): Hide the menu if not in
13081 Ada mode. This will allow us to display the Ada menu in any buffer
13082 we want (for project items).
13083 (ada-header-tmpl): Use ada-fill-comment-prefix to put the correct
13084 number of spaces in the header.
13085
130862000-07-24 Dave Love <fx@gnu.org>
13087
13088 * ediff-init.el (ediff-region-help-echo): Bind face-help.
13089
130902000-07-23 Noah Friedman <friedman@splode.com>
13091
13092 * type-break.el (type-break): perform autosave.
13093 Suggested by Stephen Gildea <gildea@intouchsys.com>.
13094 (type-break-do-query): Cancel query schedule while performing
13095 actual query, to avoid possibility of a second query being made
13096 while first one is already in progress.
13097 (type-break-time-stamp-format): New variable.
13098 (type-break-time-stamp): New function.
13099 (type-break-time-warning): Use it.
13100 (type-break-keystroke-warning): Use it.
13101 (type-break-noninteractive-query): Use it.
13102
13103 * emacs-lisp/eldoc.el (eldoc-minor-mode-string): Add autoload
13104 cookie.
13105 Use add-minor-mode to set minor-mode-alist, if available.
13106 (eldoc-echo-area-use-multiline-p): New user option.
13107 (eldoc-echo-area-multiline-supported-p): New variable.
13108 (eldoc-docstring-format-sym-doc): Use them.
13109 (eldoc-mode): If not using idle timers, append to local post and
13110 pre command hooks. Suggested by David Byers <davby@ida.liu.se>.
13111 (eldoc-display-message-no-interference-p): Don't interfere with
13112 edebug.
13113 Add autoload cookie for eldoc-mode minor-mode-alist initialization.
13114 (eldoc-function-arglist): New function.
13115 (eldoc-function-argstring): Use it.
13116
13117 * menu-bar.el (menu-bar-files-menu [recover-session]): Make sure
13118 auto save directory exists before calling directory-files.
13119
131202000-07-23 Dave Love <fx@gnu.org>
13121
13122 * international/iso-transl.el (iso-transl-char-map): Fix ^e, ^i,
13123 ^o, ^u.
13124
131252000-07-21 Dave Love <fx@gnu.org>
13126
13127 * ediff-init.el (ediff-region-help-echo): Modify to use overlay
13128 now passed to the function. It now works properly.
13129
13130 * smerge-mode.el (smerge-mode-menu): Fill it out.
13131
131322000-07-20 Gerd Moellmann <gerd@gnu.org>
13133
13134 * info-look.el (info-lookup): If *info* is shown in another frame
13135 on the same display, select that frame, instead of switching to
13136 the Info buffer in another window of the selected frame.
13137
13138 * simple.el (universal-argument-map): Bind numeric keypad keys
13139 kp-0 to kp-9 and kp-subtract.
13140 (digit-argument): Handle these keys.
13141
131422000-07-20 Dave Love <fx@gnu.org>
13143
13144 * net/goto-addr.el (goto-address-fontify): Don't bother with
13145 buffer-modified and read-only stuff -- irrelevant with overlays.
13146 Put an extra property on the overlays and use it to clean up in
13147 case goto-address is re-run.
13148
131492000-07-19 Richard M. Stallman <rms@gnu.org>
13150
13151 * timer.el (run-with-idle-timer): Doc fix.
13152
13153 * mail/mail-utils.el (mail-strip-quoted-names):
13154 Handle case where <...> appears inside "...".
13155 Use replace-match to edit the string more simply.
13156 (rmail-dont-reply-to): Cope with an unmatched ".
13157
131582000-07-19 Dave Love <fx@gnu.org>
13159
13160 * ediff-init.el (ediff-region-help-echo): Partially fix for Emacs
13161 implementation.
13162
13163 * mouse.el (popup-menu): Allow a list of keymaps for menu arg.
13164 (mouse-popup-menubar, mouse-popup-menubar-stuff): New functions.
13165 (global-map): Bind c-down-mouse-3 to mouse-popup-menubar-stuff.
13166
131672000-07-19 Gerd Moellmann <gerd@gnu.org>
13168
13169 * textmodes/refer.el: Correct maintainer's email address.
13170
13171 * progmodes/hideif.el: Correct author's email address.
13172 Fix typo in comment.
13173
13174 * xml.el: New file.
13175
13176 * mail/mailheader.el: Correct author's mail address.
13177
13178 * gnus/parse-time.el: Correct author's mail address.
13179
131802000-07-19 Colin Walters <walters@cis.ohio-state.edu>
13181
13182 * comint.el (comint-highlight-input, comint-highlight-face):
13183 New user options.
13184 (comint-input-ring-file-name): Change custom type.
13185 (comint-mode-map): Bind mouse-2.
13186 (comint-insert-clicked-input): New function.
13187 (comint-send-input): Handle input highlighting.
13188
131892000-07-18 Stefan Monnier <monnier@cs.yale.edu>
13190
13191 * mouse.el (popup-menu): New function.
13192 (mouse-major-mode-menu): Use it.
13193
131942000-07-18 Dave Love <fx@gnu.org>
13195
13196 * bindings.el (mode-line-mule-info, mode-line-modified): help-echo
13197 improvements.
13198
131992000-07-18 Gerd Moellmann <gerd@gnu.org>
13200
13201 * faces.el (face-font-selection-order)
13202 (face-font-family-alternatives): Add custom type.
13203
132042000-07-18 Dave Love <fx@gnu.org>
13205
13206 * cus-edit.el (custom-variable-reset-saved)
13207 (custom-variable-reset-standard): Remove unused bindings.
13208
13209 * rect.el (open-rectangle-line): Remove unused let.
13210
13211 * hl-line.el (hl-line-highlight): Check hl-line-mode.
13212
132132000-07-18 Gerd Moellmann <gerd@gnu.org>
13214
13215 * cdl.el: Fix `Maintainer' keyword.
13216
13217 * play/pong.el: Add author's email address.
13218
132192000-07-17 Sam Steingold <sds@gnu.org>
13220
13221 * files.el (insert-directory): Call `split-string' instead of
13222 re-implementing it.
13223
132242000-07-18 Gerd Moellmann <gerd@gnu.org>
13225
13226 * mail/vms-pmail.el: Change maintainer to FSF.
13227
13228 * net/goto-addr.el: Change maintainer to FSF.
13229
13230 * info.el (Info-title-face-alist): Removed.
13231
132322000-07-18 David Ponce <david@dponce.com>
13233
13234 * recentf.el (recentf-open-files): New command that works like
13235 `recentf-open-more-files', but shows the whole list of files (not just
13236 those omitted from the menu). Useful if you don't use a menu-bar!
13237 (recentf-open-more-files) Modified to use `recentf-open-files'.
13238
13239 (recentf-open-files, recentf-open-more-files)
13240 (recentf-edit-list): Dialogs use `recentf-dialog-mode'
13241
13242 (recentf-dialog-mode): New mode for dialogs. You can now just type
13243 "q" to cancel the dialogs.
13244
132452000-07-18 David Ponce <david@dponce.com>
13246
13247 * recentf.el: This is a major update of recentf.el. It adds new
13248 features to better organize the recentf menu and "More..." buffer.
13249
13250 Using new provided menu filtering functions you can now organize the
13251 recent files list:
13252
13253 - by major modes
13254 - by directories
13255 - by user defined rules
13256
13257 Finally, with the new `recentf-filter-changer' customizable filter you
13258 can define a ring of filters and dynamically (via the menu) cycle on
13259 each menu organization in the ring (a la msb).
13260
132612000-07-18 Eli Zaretskii <eliz@is.elta.co.il>
13262
13263 * eshell/eshell.el (eshell): Replace links to eshell.info with
13264 links to eshell, to avoid problems on systems where the manual is
13265 installed as `eshell'.
13266 * eshell/esh-cmd.el (eshell-cmd): Ditto.
13267 * eshell/em-smart.el (eshell-smart): Ditto.
13268 * eshell/em-banner.el (eshell-banner): Ditto.
13269 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance): Ditto.
13270
13271 * eshell/em-unix.el (eshell-shuffle-files): Don't disable
13272 same-file check in the MS-DOS version (it does support inodes).
13273
13274 * eshell/em-alias.el (eshell-maybe-replace-by-alias): Doc fix.
13275
13276 * eshell/eshell.el (eshell-directory-name):
13277 Run default directory name through convert-standard-filename.
13278
132792000-07-18 Kenichi Handa <handa@etl.go.jp>
13280
13281 * international/mule-cmds.el (select-safe-coding-system):
13282 Fix typo in the comment.
13283
13284 * language/european.el (compound-text):
13285 Force katakana-jisx0201 to be designated to G1.
13286
13287 * international/mule-conf.el (oldjis-newjis-jisroman-ascii):
13288 Don't translate some national variant characters of latin-jisx0201.
13289 (x-ctext): Force katakana-jisx0201 to be designated to G1.
13290
13291 * international/kkc.el (kkc-after-update-conversion-functions):
13292 New variable.
13293 (kkc-update-conversion): Run functions in it at the tail.
13294
132952000-07-16 John Wiegley <johnw@gnu.org>
13296
13297 * lisp/align.el (align-newline-and-indent):
13298 Adding new function. for auto-aligning blocks of code on RET.
13299 (align-region): Fixed badly formatted minibuffer message.
13300
133012000-07-17 Kenichi Handa <handa@etl.go.jp>
13302
13303 * international/kkc.el (kkc-show-conversion-list-count): Customize it.
13304 (kkc-region): Update kkc-next-count and kkc-prev-count here. Show
13305 the conversion list at first if appropriate.
13306 (kkc-next): Don't update kkc-next-count here.
13307 (kkc-prev): Don't update kkc-prev-count here.
13308 (kkc-show-conversion-list-update): Fix setting up of conversion
13309 list message.
13310
133112000-07-16 Stefan Monnier <monnier@cs.yale.edu>
13312
13313 * mouse.el (mouse-major-mode-menu-1): Get the submenu with lookup-key.
13314
133152000-07-16 Dave Love <fx@gnu.org>
13316
13317 * cus-edit.el (custom-buffer-create-internal): Use a help-echo
13318 function to be more specific.
13319
13320 * wid-edit.el (widget-specify-field, widget-specify-button): Allow
13321 non-string help-echo.
13322 (widget-types-convert-widget): Defsubst it.
13323 (widget-echo-help): Try to cope with a help-echo function of two
13324 possible sorts.
13325
133262000-07-15 Jason Rumney <jasonr@gnu.org>
13327
13328 * w32-fns.el (w32-enable-italics, w32-charset-to-codepage-alist):
13329 Declare as obsolete.
13330
13331 * term/w32-win.el: Make FONTNAME arg to set-fontset-font a cons.
13332
133332000-07-14 Gerd Moellmann <gerd@gnu.org>
13334
13335 * hilit-chg.el: Fix typo.
13336
133372000-07-14 Dave Love <fx@gnu.org>
13338
13339 * info.el (Info-mode-menu): Fix use of :help, :enable.
13340
133412000-07-14 Stefan Monnier <monnier@cs.yale.edu>
13342
13343 * emacs-lisp/easymenu.el (easy-menu-convert-item-1): Intern the label.
13344
133452000-07-13 Dave Love <fx@gnu.org>
13346
13347 * emacs-lisp/easymenu.el: Doc fixes.
13348 (easy-menu-remove): Defalias to ignore.
13349
13350 * textmodes/reftex-cite.el (reftex-bibtex-selection-callback):
13351 Call throw correctly.
13352
133532000-07-13 Gerd Moellmann <gerd@gnu.org>
13354
13355 * faces.el (frame-background-mode): Doc fix.
13356
13357 * simple.el (eval-expression-print-length): Change custom type to
13358 allow entering nil as value.
13359
133602000-07-13 Dave Love <fx@gnu.org>
13361
13362 * progmodes/fortran.el (fortran-imenu-generic-expression):
13363 Change definition layout.
13364 (fortran-mode-menu): Reinstate customize entries.
13365
13366 * cus-edit.el (custom-group-menu-create, customize-menu-create):
13367 Use :filter, per old XEmacs code.
13368
133692000-07-12 Gerd Moellmann <gerd@gnu.org>
13370
13371 * term.el (term-send-raw-meta): Strip modifiers from the keyboard
13372 event when deciding what to send to the terminal.
13373
133742000-07-12 Dave Love <fx@gnu.org>
13375
13376 * cus-start.el: Add optional version as 4th element of specs and
13377 use it for several things new in v21. Remove load-path. Fix type
13378 of line-number-display-limit.
13379
133802000-07-11 Dave Love <fx@gnu.org>
13381
13382 * progmodes/fortran.el: Don't require easymenu.
13383 Use repeat counts in various regexps.
13384 (fortran-mode-syntax-table): Defvar directly.
13385 (fortran-font-lock-keywords-1, fortran-font-lock-keywords-2)
13386 (fortran-font-lock-keywords-3, fortran-font-lock-syntactic-keywords):
13387 Use defvar, not defconst.
13388 (fortran-mode-map): Change locals in `let'. Use `fortran-auto-fill'.
13389 (fortran-mode): Set fortran-comment-line-start-skip,
13390 fortran-comment-line-start-skip, dabbrev-case-fold-search.
13391 (fortran-comment-indent): Use defsubst.
13392 (fortran-indent-comment, fortran-indent-to-column, fortran-break-line):
13393 Use fortran-comment-indent, not fortran-comment-indent-function.
13394 (fortran-comment-region, fortran-electric-line-number): Simplify.
13395 (fortran-auto-fill): New function.
13396 (fortran-do-auto-fill): Deleted.
13397 (fortran-find-comment-start-skip):
13398 Check for non-null comment-start-skip.
13399 (fortran-auto-fill-mode, fortran-fill-statement):
13400 Use fortran-auto-fill.
13401 (fortran-fill): Use fortran-auto-fill. Check for null
13402 comment-start-skip. Simplify final clause and use end-of-line finally.
13403
13404 * widget.el (widget-plist-member): New alias.
13405
134062000-07-11 Eli Zaretskii <eliz@is.elta.co.il>
13407
13408 * eshell/esh-module.el (toplevel): Reference
13409 byte-compile-current-file only if it is bound.
13410
134112000-07-10 Gerd Moellmann <gerd@gnu.org>
13412
13413 * dired.el: Don't require `dired-aux'.
13414
134152000-07-10 Miles Bader <miles@lsi.nec.co.jp>
13416
13417 * dired-aux.el (dired-show-file-type): New function.
13418 * dired.el (dired-mode-map): Bind `w' to dired-show-file-type.
13419 (dired-show-file-type): Add autoload.
13420
134212000-07-10 Kenichi Handa <handa@etl.go.jp>
13422
13423 * international/mule-diag.el (describe-font): Adjusted for the
13424 change of fontset-info.
13425 (print-fontset): Likewise.
13426
134272000-07-09 Stefan Monnier <monnier@cs.yale.edu>
13428
13429 * mouse.el (mouse-drag-region): Use functionp rather than fboundp.
13430
134312000-07-07 Gerd Moellmann <gerd@gnu.org>
13432
13433 * bindings.el: Bind `[delete]' to delete-char.
13434
13435 * dired.el (dired-find-alternate-file): New function.
13436 (dired-mode-map): Bind `a' to dired-find-alternate-file.
13437 (toplevel): Require dired-aux when compiling.
13438 (dired-buffers): Move defvar within file to avoid compiler warning.
13439
13440 * info.el (Info-last-search): Variable removed.
13441 (Info-search-history): New variable.
13442 (Info-search): New Info-search-history.
13443
13444 * battery.el, info-look.el: Change author's mail address.
13445
134462000-07-07 Jonathan I. Kamens <jik@kamens.brookline.ma.us>
13447
13448 * mail/rmail.el (rmail-clear-headers): Don't throw an error
13449 if rmail-ignored-headers is nil.
13450 (rmail-retry-failure): Bind rmail-ignored-headers and
13451 rmail-displayed-headers to nil.
13452
134532000-07-06 Gerd Moellmann <gerd@gnu.org>
13454
13455 * lpr.el (lpr-page-header-switches): Add `-h' switch.
13456 (print-region-1): Don't hard code `-h' here.
13457
13458 * Makefile.in (TAGS-LISP): Don't use `$(lispsource)'.
13459
134602000-07-01 Francesco Potorti` <pot@gnu.org>
13461
13462 * rmail.el (mail-unsent-separator): Changed "the" to "\\w+", as
13463 exim can use "your message" instead of "the message".
13464
134652000-07-06 Stefan Monnier <monnier@cs.yale.edu>
13466
13467 * facemenu.el: Docstrings fixes.
13468 (facemenu-get-face): Don't use internal-find-face.
13469 (facemenu-iterate): Rename arg to match the docstring.
13470
13471 * newcomment.el (uncomment-region): Be more careful when skipping
13472 backwards over `=' not to bump into BOBP.
13473
134742000-07-05 Michael Kifer <kifer@cs.sunysb.edu>
13475
13476 * ediff-diff.el (ediff-wordify): Use syntax table.
13477 * ediff-init.el (ediff-has-face-support-p): Use
13478 ediff-color-display-p.
13479 (ediff-color-display-p): Use display-color-p, changed to defun
13480 from defsubst.
13481 Got rid of special cases for NeXT and OS/2.
13482 * ediff-wind.el (ediff-setup-control-frame): Set proper modeline
13483 face.
13484
134852000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13486
13487 * emacs-lisp/lucid.el: Require CL.
13488 (copy-tree, remprop): Remove, it's provided by CL.
13489 (map-keymap): Define in terms of cl-map-keymap.
13490 (extent-property, set-extent-end-glyph): New functions.
13491
13492 * emacs-lisp/cl-extra.el (cl-map-keymap): Handle char-tables.
13493
134942000-07-05 Gerd Moellmann <gerd@gnu.org>
13495
13496 * Makefile.in (DONTCOMPILE): Add comment that the name may
13497 not be changed without changing the make-dist script.
13498
13499 * emacs-lisp/cl-extra.el (cl-old-mapc): Removed; don't defalias mapc.
13500 (cl-mapc): Use mapc instead of cl-old-mapc.
13501
135022000-07-05 Andrew Innes <andrewi@gnu.org>
13503
13504 * makefile.nt: Add support for `bootstrap' and related targets.
13505
135062000-07-05 Stefan Monnier <monnier@cs.yale.edu>
13507
13508 * emacs-lisp/easymenu.el (easy-menu-define): Docstring fix.
13509 (easy-menu-do-define): Use `menu-item' format.
13510 Handle case where easy-menu-create-menu returns a symbol.
13511 Manually call the potential top-level filter in the function binding.
13512 (easy-menu-filter-return): New arg NAME.
13513 Convert to a keymap if MENU is an XEmacs menu.
13514 (easy-menu-convert-item-1): New. Extracted from easy-menu-do-add-item.
13515 (easy-menu-converted-items-table, easy-menu-convert-item):
13516 New var and fun to memoize easy-menu-convert-item-1.
13517 (easy-menu-do-add-item): Use it.
13518 (easy-menu-create-menu): Use easy-menu-convert-item.
13519 Wrap easy-menu-filter-return around any :filter specification.
13520 Don't convert the menu if a filter was specified.
13521 Tell easy-menu-make-symbol not to check for MENU being an expression.
13522 (easy-menu-make-symbol): New arg NOEXP.
13523
135242000-07-05 Gerd Moellmann <gerd@gnu.org>
13525
13526 * emacs-lisp/lisp-mode.el (eval-defun-2): Remove parameter
13527 EVAL-DEFUN-ARG-INTERNAL; always print to minibuffer.
13528 (eval-defun): If called with prefix arg, instrument code for
13529 Edebug.
13530
13531 * emacs-lisp/edebug.el (edebug-eval-defun): Make doc string
13532 similar to that of eval-defun.
13533
135342000-07-04 Dave Love <fx@gnu.org>
13535
13536 * hl-line.el (hl-line-overlay): Make it permanent-local.
13537
13538 * calendar/todo-mode.el: Replaced with a working version, based on
13539 1998-01-12T11:43:22Z!os10000@seidel-space.de tidied up.
13540
135412000-07-03 Miles Bader <miles@lsi.nec.co.jp>
13542
13543 * paths.el (prune-directory-list): New function.
13544 (Info-default-directory-list): Rewritten to more methodically
13545 enumerate a big list of possible info directories (based on the
13546 list used by the standalone info reader).
13547
13548 * info.el (info-initialize): Use prune-directory-list to remove
13549 non-existent directories from Info-directory-list.
13550
13551 * paths.el (Info-default-directory-list): Try a list of possible
13552 info-directories instead of a single one. Add the possible
13553 info directory "/usr/share/info".
13554
13555 * woman.el (woman-man.conf-path): Explicitly include the debian
13556 man-db config file "/etc/manpath.config".
13557 (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as
13558 are present in `manpath.config'.
13559 (woman-manpath): Include "/usr/share/man".
13560
135612000-07-03 Gerd Moellmann <gerd@gnu.org>
13562
13563 * frame.el (blink-cursor-mode): Don't hide cursor initially.
13564
13565 * startup.el (command-line): Initialize blink-cursor based
13566 on window-system.
13567
13568 * frame.el (blink-cursor): Default to nil if not running under
13569 a window-system.
13570
13571 * faces.el (face-spec-set): Ignore invalid attributes like 20.x.
13572 (face-x-resources): Remove duplicate entry for :font.
13573
13574 * textmodes/refer.el (refer-find-entry-internal): Use some-window
13575 instead of cycling through windows with next-window.
13576
13577 * term/sup-mouse.el (sup-pos-to-window): Use some-window instead
13578 of cycling through windows with next-window.
13579
13580 * term/bg-mouse.el (bg-window-from-x-y): Use some-window instead
13581 of cycling through windows with next-window.
13582
13583 * emacs-lisp/edebug.el (edebug-window-live-p, edebug-window-list)
13584 (edebug-get-displayed-buffer-points): Use walk-windows/some-window
13585 instead of cycling through windows with next-window.
13586
13587 * calendar/appt.el (appt-select-lowest-window): Use walk-windows
13588 instead of cycling through windows with next-window.
13589
13590 * dabbrev.el (dabbrev--find-expansion): Use walk-windows instead
13591 of cycling through windows with next-window.
13592
13593 * terminal.el (te-process-output): Use walk-windows instead of
13594 cycling through windows with next-window.
13595
13596 * server.el (server-switch-buffer): Use some-window instead of
13597 cycling through windows with next-window.
13598
13599 * window.el (some-window): New function.
13600 (walk-windows): Remove reference to walk-windows-start.
13601
13602 * hilit19.el (hilit-lookup-face-create): Don't set face colors to nil.
13603
136042000-07-03 Richard Stallman <rms@gnu.org>
13605
13606 * window.el (walk-windows): Guarantee termination by keeping a list
13607 of all the windows already handled.
13608
136092000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13610
13611 * mouse.el (mouse-show-mark, mouse-save-then-kill): Don't use
13612 window-system.
13613
13614 * man.el (Man-notify-when-ready): Don't use window-system. If
13615 Man-notify-method is newframe, and the display is not
13616 multi-frame, select the frame created for the man page.
13617 (Man-init-defvars): Doc fix.
13618
136192000-06-28 Gerd Moellmann <gerd@gnu.org>
13620
13621 * faces.el (region): Change background color for light background.
13622
13623 * ediff-wind.el (ediff-setup-control-frame): Remove :box
13624 attribute from mode-line face of Ediff control frame.
13625
13626 * replace.el (query-replace-map): Bind `e' like `E'.
13627
136282000-06-28 Eli Zaretskii <eliz@is.elta.co.il>
13629
13630 * menu-bar.el (menu-bar-edit-menu) <mark-whole-buffer>:
13631 Change name to "Select All".
13632
13633 * dos-fns.el (convert-standard-filename): Fix last change.
13634
136352000-06-27 Gerd Moellmann <gerd@gnu.org>
13636
13637 * help.el (describe-variable): Don't insert a second `'s' in front
13638 of the string `value is shown below'. Since the syntax-table is
13639 set to emacs-lisp-mode-syntax-table, forward-sexp skips over
13640 an existing `'s', so that this won't be deleted.
13641
13642 * pcmpl-cvs.el, pcmpl-gnu.el, pcmpl-linux.el, pcmpl-rpm.el:
13643 * pcmpl-unix.el: New files.
13644
136452000-06-26 Stefan Monnier <monnier@cs.yale.edu>
13646
13647 * wid-edit.el (widget-member): Use the new plist-member.
13648
136492000-06-26 Gerd Moellmann <gerd@gnu.org>
13650
13651 * replace.el (perform-replace): Undo change of 2000-04-04.
13652 Instead, move backward 1 character at the end of the loop when
13653 necessary.
13654
13655 * faces.el (fringe): Change face for different backgrounds.
13656
13657 * eshell/esh-module.el (toplevel): Load defgroup's differently;
13658 patch from John.
13659
13660 * eshell/*.el: Change spelling of the Free Software Foundation.
13661
13662 * eshell/esh-toggle.el: Removed.
13663
13664 * Makefile.in (DONTCOMPILE): Add eshell/esh-group.el.
13665
13666 * menu-bar.el (menu-bar-tools-menu): Call read-mail-command
13667 interactively.
13668
136692000-06-26 Alex Schroeder <alex@gnu.org>
13670
13671 * sql.el (sql-interactive-mode-map): Use `kbd' in calls to
13672 `define-key'; instead of checking `(emacs-version)' check for
13673 `set-keymap-parent' and `set-keymap-name' directly. Add entries
13674 for `;' and `o' which might be electric.
13675
13676 (sql-electric-stuff): New user option.
13677 (sql-magic-go): New function which uses `sql-electric-stuff'.
13678 (sql-magic-semicolon): New function which uses
13679 `sql-electric-stuff'.
13680
13681 (sql-accumulate-and-indent): Insert newline if `comint-accumulate'
13682 is not fboundp.
13683
13684 (sql-oracle-options): New variable.
13685 (sql-oracle): Use it.
13686
13687 (sql-imenu-generic-expression): Doc change.
13688 (sql-find-sqli-buffer): Make sure the default-value of sql-buffer
13689 is used.
13690
13691 (sql-informix): Added command line parameter "-" to force
13692 sql-informix-program to use stdout.
13693
136942000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
13695
13696 * international/codepage.el (cp-coding-system-for-codepage-1): Doc fix.
13697 (cp864-decode-table): Doc fix.
13698 (cp720-decode-table): New variable, supports the Arabic OEM
13699 codepage used by Windows.
13700 (cp737-decode-table): New, Greek OEM codepage used by Windows.
13701
137022000-06-23 Dave Love <fx@gnu.org>
13703
13704 * font-lock.el (font-lock-support-mode) <defgroup>: Add :version.
13705 (font-lock-fontify-anchored-keywords): Use
13706 line-beginning-position.
13707 (global-font-lock-mode): Use mapc.
13708
137092000-06-23 Stefan Monnier <monnier@cs.yale.edu>
13710
13711 * eshell/esh-module.el: Require CL when compiling.
13712
137132000-06-23 Gerd Moellmann <gerd@gnu.org>
13714
13715 * comint.el (comint-substitute-in-file-name): Call replace-match
13716 with second and third arg t.
13717
13718 * cus-edit.el (custom-button-face, custom-button-pressed-face):
13719 Specify foreground color.
13720
13721 * faces.el (tool-bar, mode-line, header-line): Specify foreground
13722 color.
13723
13724 * Makefile.in (DONTCOMPILE): Add eshell/esh-maint.el.
13725
13726 * eshell/esh-cmd.el (eshell-rewrite-for-command): Use cdr and
13727 cddr instead of cdddr.
13728
13729 * eshell/esh-util.el (eshell-sublist): Use eshell-copy-list
13730 instead of copy-list.
13731
13732 * eshell/esh-mode.el (eshell-mode): Use eshell-copy-list instead
13733 of copy-list.
13734
13735 * subdirs.el: Add eshell subdirectory.
13736
13737 * eshell: New subdirectory containing the Eshell package.
13738
13739 * pcomplete.el: New file.
13740
137412000-06-23 Paul Eggert <eggert@twinsun.com>
13742
13743 * mail/mailpost.el (post-mail-send-it): Make sure file has
13744 proper permissions from birth.
13745
13746 * files.el (basic-save-buffer-2): When temporarily setting
13747 file modes, set them to current modes plus 0200, not to 0777.
13748
13749 * emerge.el (emerge-make-temp-file): Make sure file has proper
13750 permissions from birth.
13751
137522000-06-22 Eli Zaretskii <eliz@is.elta.co.il>
13753
13754 * files.el (make-backup-file-name-1): On DOS/Windows, run the
13755 backup file name through convert-standard-filename.
13756
13757 * dos-fns.el (convert-standard-filename): Convert leading
13758 directories as well. When long file names are supported, convert
13759 characters that are invalid in Windows file names.
13760
137612000-06-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
13762
13763 * ps-print.el: Fix bug: if ^L is the very first buffer character,
13764 ps-print crashes. New feature: page selection for printing. Create
13765 raw-text-unix coding system for XEmacs. Doc fix.
13766 (ps-print-version): New version number (5.2.3).
13767 (ps-plot-region): Bug fix.
13768 (ps-setup, ps-init-output-queue, ps-output, ps-begin-job, ps-end-file)
13769 (ps-header-sheet, ps-generate, ps-end-job): Code fix.
13770 (ps-restore-selected-pages, ps-selected-pages, ps-print-page-p): New
13771 funs.
13772 (ps-selected-pages, ps-last-selected-pages, ps-first-page)
13773 (ps-last-page): New vars.
13774
137752000-06-21 Gerd Moellmann <gerd@gnu.org>
13776
13777 * progmodes/sh-script.el (sh-while-getopts): Fix handling of
13778 empty option string.
13779
137802000-06-21 Eli Zaretskii <eliz@is.elta.co.il>
13781
13782 * man.el (man): Doc fix.
13783
137842000-06-21 Kenichi Handa <handa@etl.go.jp>
13785
13786 * international/mule-cmds.el (set-language-info-alist): Docstring
13787 fixed.
13788
137892000-06-20 Gerd Moellmann <gerd@gnu.org>
13790
13791 * version.el (emacs-version): Use ISO date format.
13792
13793 * emulation/pc-select.el (pc-selection-mode): Bind `M-\d'
13794 instead of `M-backspace'.
13795
13796 * simple.el (turn-off-auto-fill): New function.
13797
137982000-06-20 Stefan Monnier <monnier@cs.yale.edu>
13799
13800 * jit-lock.el (with-buffer-prepared-for-jit-lock):
13801 Renamed from with-buffer-prepared-for-font-lock and use
13802 inhibit-modification-hooks rather than setting *-change-functions.
13803 Update all functions to use the new name.
13804 (jit-lock-first-unfontify-pos): New semantics (and doc).
13805 (jit-lock-mode): Make non-interactive.
13806 Don't automatically turn on font-lock.
13807 Set jit-lock-first-unfontify-pos to indicate deferred-contextual mode.
13808 Always use jit-lock-after-change.
13809 Remove and restore font-lock-after-change-function.
13810 (turn-on-jit-lock, jit-lock-after-fontify-buffer)
13811 (jit-lock-after-unfontify-buffer): Remove.
13812 (jit-lock-stealth-fontify):
13813 Reset jit-lock-first-unfontify-pos to point-max rather than to nil.
13814 (jit-lock-after-change): Set the `fontified' text-prop to nil.
13815
138162000-06-20 Sam Steingold <sds@gnu.org>
13817
13818 * emacs-lisp/cl-indent.el (toplevel): Indent
13819 `print-unreadable-object' properly. Untabify.
13820
138212000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13822
13823 * textmodes/reftex.el (reftex-find-citation-regexp-format):
13824 Support for bibentry.
13825 (reftex-compile-variables): Fixed problem with end of section-re.
13826
13827 * texmodes/reftex-dcr.el (reftex-view-crossref,
13828 reftex-view-crossref-from-bibtex):
13829 Deal with changed `reftex-find-citation-regexp-format'.
13830 (reftex-view-regexp-match, reftex-view-crossref-from-bibtex):
13831 Replaced `remprop' with `put'.
13832 (reftex-view-crossref, reftex-view-crossref-when-idle):
13833 Support for bibentry.
13834
13835 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13836 New entry for bibentry package.
13837
13838 * textmodes/reftex-parse.el (reftex-locate-bibliography-files):
13839 Regexp also matches "\nobibliography".
13840
13841 * textmodes/reftex-global.el (reftex-renumber-simple-labels):
13842 Call `reftex-ensure-write-access' before doing anything.
13843 (reftex-ensure-write-access): New function.
13844
138452000-06-14 Carsten Dominik <dominik@strw.leidenuniv.nl>
13846
13847 * progmodes/idlwave.el: File re-installed (update to version 4.2)
13848
13849 * progmodes/idlw-shell.el: File re-installed (update to version 4.2)
13850
13851 * progmodes/idlw-rinfo.el: File re-installed (update to version 4.2)
13852
13853 * progmodes/idlw-toolbar.el: File re-installed (update to version 4.2)
13854
13855
138562000-06-20 Dave Love <fx@gnu.org>
13857
13858 * faces.el (frame-background-mode): Use set-default, not set, in
13859 setter.
13860 (frame-update-faces, frame-update-face-colors): Define with
13861 defalias.
13862
13863 * enriched.el (enriched-decode-foreground)
13864 (enriched-decode-background): Don't use internal-find-face.
13865
13866 * apropos.el: Doc fixes.
13867
13868 * cus-edit.el (customize-changed-options): Check arg.
13869 (customize-version-lessp): Don't require decimal point.
13870
13871 * custom.el (defcustom, defgroup): Doc fix.
13872
13873 * newcomment.el (comment) <defgroup>: Add :version.
13874 (comment-multi-line): Doc fix.
13875
13876 * emulation/mlsupport.el (define-hooked-local-abbrev,
13877 define-hooked-global-abbrev): Fix, using define-abbrev.
13878
138792000-06-19 Gerd Moellmann <gerd@gnu.org>
13880
13881 * menu-bar.el (menu-bar-edit-menu): Add menu item for marking
13882 the whole buffer.
13883
138842000-06-19 Dave Love <fx@gnu.org>
13885
13886 * menu-bar.el (menu-bar-options-save): New function.
13887 (menu-bar-options-menu): Use it.
13888 (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>:
13889 Simplify.
13890
138912000-06-19 Andreas Schwab <schwab@suse.de>
13892
13893 * progmodes/etags.el (tags-query-replace): Put new parameters
13894 START and END at the end, for backward compatibility.
13895
138962000-06-19 Kenichi Handa <handa@etl.go.jp>
13897
13898 * international/codepage.el:
13899 (cp-coding-system-for-codepage-1): Delete special codes for
13900 generating xxx-dos coding system because now a CCL based coding
13901 system can handle EOL conversion by default.
13902
13903 * international/mule.el (make-coding-system): Generate subsidiary
13904 coding systems for EOL handling variants even for a CCL based
13905 coding system.
13906
139072000-06-19 Kenichi Handa <handa@etl.go.jp>
13908
13909 * international/isearch-x.el (isearch-minibuffer-input-method)
13910 (isearch-minibuffer-input-method-function): These variables
13911 deleted.
13912 (isearch-with-input-method): Don't use the above variables.
13913 (isearch-process-search-multibyte-characters): Likewise. Call
13914 read-string with the arg INHERIT-INPUT-METHOD t.
13915
139162000-06-17 Stefan Monnier <monnier@cs.yale.edu>
13917
13918 * font-lock.el (font-lock-after-fontify-buffer)
13919 (font-lock-after-unfontify-buffer): No need to call back to jit-lock.
13920
13921 * jit-lock.el (jit-lock-mode): Force jit-refontify when turned on.
13922 Use consistent make-local-variable style for font-lock-fontified.
13923 (jit-lock-fontify-buffer):
13924 Don't bother checking for font-lock-mode and jit-lock-mode.
13925
13926 * time.el: Remove trailing ^M that prevent CVS-merging.
13927
139282000-06-16 Gerd Moellmann <gerd@gnu.org>
13929
13930 * Makefile.in (distclean): New target.
13931
139322000-06-16 Stefan Monnier <monnier@cs.yale.edu>
13933
13934 * Makefile.in (srcdir): Define for update-subdirs.
13935
139362000-06-16 Gerd Moellmann <gerd@gnu.org>
13937
13938 * find-lisp.el: New file.
13939
139402000-06-16 Andrew Innes <andrewi@gnu.org>
13941
13942 * time.el (display-time-mail-function): New variable, to allow
13943 external packages to indicate when new mail is available.
13944 (display-time-update): Use it.
13945
139462000-06-16 Kenichi Handa <handa@etl.go.jp>
13947
13948 * international/mule.el (mule-version): Change version name to
13949 SAKAKI. AOI has already been used by Meadow.
13950
13951 * international/quail.el (quail-show-guidance-buf): To find the
13952 bottom window (but minibuffer), pay attention to the height of
13953 minibuffer.
13954
139552000-06-15 Eli Zaretskii <eliz@is.elta.co.il>
13956
13957 * arc-mode.el (archive-mode-map): Use the new menu-item format for
13958 menu-bar menus. Add help strings. Don't remove the Edit menu
13959 from the menu bar, as the menu bar has enough space now.
13960
13961 * Makefile.in (SHELL): Make sure /bin/sh is used.
13962
13963 * woman.el (woman-man-buffer): Fix bold and underlined CJK
13964 characters, which use series of two ^H characters instead of one.
13965
139662000-06-15 Gerd Moellmann <gerd@gnu.org>
13967
13968 * info.el (Info-find-in-tag-table-1, Info-find-in-tag-table)
13969 (Info-find-node-in-buffer-1, Info-find-node-in-buffer): New
13970 functions.
13971 (Info-find-node-2): Try a case-sensitive search first, then
13972 do a case-insensitive search.
13973
13974 * menu-bar.el (menu-bar-help-menu): Add menu item for non-English
13975 tutorials.
13976
13977 * complete.el (PC-env-vars-alist): New variable.
13978 (PC-complete-as-file-name): New function.
13979 (partial-completion-mode): Initialize PC-env-vars-alist from
13980 process-environment.
13981 (PC-do-completion): Handle completion of env vars.
13982
13983 * info.el (Info-set-mode-line): Show file name in mode line,
13984 use `*Info*' instead of `Info:'.
13985
13986 * startup.el (command-line-1): Change copyright messages to year
13987 2000.
13988
139892000-06-15 Dave Love <fx@gnu.org>
13990
13991 * net/goto-addr.el (goto-address-fontify): Use keymap property,
13992 not local-map.
13993
139942000-06-15 Kenichi Handa <handa@etl.go.jp>
13995
13996 * international/mule.el (set-buffer-file-coding-system): Almost
13997 rewritten to handle `undecided' as no-op.
13998
139992000-06-14 Gerd Moellmann <gerd@gnu.org>
14000
14001 * Makefile.in: New file.
14002
14003 * Makefile: Removed.
14004
14005 * net/goto-addr.el (goto-address): Don't bind C-c RET locally.
14006 (goto-address-highlight-keymap): Bind C-c RET.
14007
140082000-06-14 Kenichi Handa <handa@etl.go.jp>
14009
14010 * mail/sendmail.el (sendmail-send-it): The temporary buffer
14011 inherits buffer-file-coding-system of the current buffer.
14012
14013 * tar-mode.el (tar-extract): For goto-char, use (point-min), not
14014 0. Give correct argument to set-auto-coding-function.
14015 (tar-expunge): For goto-char, use (point-min), not 0.
14016 (tar-clear-modification-flags): For goto-char, use (point-min), not 1.
14017 (tar-subfile-save-buffer): Likewize.
14018
14019 * international/mule.el
14020 (after-insert-file-set-buffer-file-coding-system): Call
14021 set-buffer-file-coding-system with the arg FORCE t.
14022
140232000-06-13 Gerd Moellmann <gerd@gnu.org>
14024
14025 * mail/sendmail.el (mail-specify-envelope-from): Initialize to
14026 nil. Contemporary sendmails issue an X-Authentication-Warning if
14027 the sender is set with `-f'.
14028
140292000-06-13 Dave Love <fx@gnu.org>
14030
14031 * help.el (describe-function-1): Kluge around cases of functions
14032 fset to subrs whose doc doesn't match their symbol-name.
14033
14034 * image.el (insert-image): Default STRING to a space.
14035
14036 * info.el Doc fixes.
14037 (Info-build-node-completions): Match Ref tags.
14038
140392000-06-13 Eli Zaretskii <eliz@is.elta.co.il>
14040
14041 * frame.el (display-multi-frame-p, display-multi-font-p): New
14042 defaliases for display-graphic-p.
14043
14044 * hl-line.el: Fixed a typo in commentary.
14045
140462000-06-13 Kenichi Handa <handa@etl.go.jp>
14047
14048 * language/tibet-util.el (tibetan-tibetan-to-transcription): Typo
14049 fixed.
14050
140512000-06-12 Dave Love <fx@gnu.org>
14052
14053 * image.el (insert-image): Save a little consing.
14054
140552000-06-12 Kenichi Handa <handa@etl.go.jp>
14056
14057 * language/tibet-util.el: Convert all tibetan-1-column characters
14058 to the corresponding tibetan characters.
14059 (tibetan-add-components): Delete code for the special treatment of
14060 'a chung.
14061
14062 * language/tibetan.el (tibetan-composable-pattern): Fix previous
14063 change.
14064 (tibetan-vowel-transcription-alist): More rules added.
14065 (tibetan-composite-vowel-alist): New variable.
14066 (tibetan-precomposition-rule-alist): More rules added.
14067
140682000-06-12 Stefan Monnier <monnier@cs.yale.edu>
14069
14070 * startup.el (command-line): Only call menu-bar-mode if interactive.
14071
14072 * thingatpt.el (toplevel symbol-properties):
14073 * textmodes/makeinfo.el (makeinfo-compile):
14074 * progmodes/make-mode.el (makefile-pickup-filenames-as-targets):
14075 * progmodes/hideif.el (hif-compress-define-list)
14076 (hide-ifdef-use-define-alist):
14077 * net/ange-ftp.el (ange-ftp-vms-delete-file-entry)
14078 (ange-ftp-vms-add-file-entry):
14079 * menu-bar.el (menu-bar-update-buffers, menu-bar-update-buffers):
14080 * man.el (Man-build-man-command):
14081 * mail/rnewspost.el (news-reply-header-hook):
14082 * info.el (Info-insert-dir):
14083 * emulation/mlconvert.el (backward-word, forward-word, setq):
14084 * emacs-lisp/gulp.el (gulp-send-requests):
14085 * emacs-lisp/byte-opt.el (byte-compile-log-lap-1)
14086 (byte-optimize-inline-handler, byte-optimize-form-code-walker)
14087 (byte-optimize-apply, end of file):
14088 * emacs-lisp/advice.el (ad-advice-class-completion-table)
14089 (ad-make-freeze-definition):
14090 * startup.el (command-line, command-line-1): Don't quote lambdas.
14091
14092 * pcvs.el (cvs-parse-process): Don't blindly refresh all cookies.
14093 (cvs-cleanup-removed): New function.
14094 (cvs-cleanup-functions): New var.
14095 (cvs-cleanup-collection): Use cvs-cleanup-functions to allow the user
14096 some flexibility in specifying additional entries to auto-cleanup.
14097 (cvs-quickdir): New function.
14098 (cvs-mode-insert): Use cvs-fileinfo-from-entries.
14099 (cvs-mode-imerge): Use smerge-ediff rather than vc-resolve-conflicts.
14100 (cvs-mode-find-file): Check that we are on a filename or dirname
14101 when invoked through a mouse-click.
14102 (cvs-full-path): Remove.
14103 (cvs-dired-action): Re-introduced.
14104 (cvs-dired-noselect): Use it.
14105 (vc-post-command-functions): use this new hook if available.
14106
14107 * pcvs-info.el (cvs-fi-up-to-date-face, cvs-fi-unknown-face): New vars.
14108 (cvs-status-map): Don't inherit from cvs-mode-map anymore.
14109 (cvs-filename-map, cvs-dirname-map): Remove.
14110 (cvs-default-action): Remove.
14111 (cvs-add-face): Use `keymap' rather than `local-map' property, and only
14112 if the arg is really a keymap.
14113 (cvs-fileinfo-pp): Don't use any special map for file and dir names.
14114 Don't hardcode the mapping from state (aka type) to face, but check
14115 the var cvs-fi-<type>-face instead.
14116 (cvs-fileinfo-from-entries): New function.
14117
14118 * pcvs-defs.el (cvs-default-ignore-marks, cvs-diff-ignore-marks):
14119 Docstring fix.
14120 (cvs-find-file-and-jump): Change default to be safer.
14121 (cvs-mode-diff-map): Define it as a function as well.
14122 (cvs-mode-map): Refer to the function variant of cvs-mode-diff-map.
14123 Bind mouse-2 in this global map rather than with text-properties.
14124
14125 * pcvs-parse.el (cvs-parse-table): Look for conflict markers in the
14126 file to resolve the ambiguity between C(conflict) and C(need-merge).
14127
141282000-06-12 Kenichi Handa <handa@etl.go.jp>
14129
14130 * international/mule.el (set-buffer-file-coding-system): If
14131 CODING-SYSTEM is nil, set buffer-file-coding-system to nil
14132 unconditionally.
14133
141342000-06-12 Dave Love <fx@gnu.org>
14135
14136 * wid-edit.el (widget-specify-button): Really suppress the face if
14137 required.
14138
141392000-06-11 Gerd Moellmann <gerd@gnu.org>
14140
14141 * term/x-win.el (x-colors): Add colors from recent rgb.txt.
14142
141432000-06-11 Stefan Monnier <monnier@cs.yale.edu>
14144
14145 * imenu.el (imenu-generic-expression): Docstring fix.
14146
14147 * composite.el (composition-function-table): Move the `put'
14148 below the autoload cookie so we can load the file before loaddefs.
14149
14150 * avoid.el (mouse-avoidance-random-shape): Don't quote lambda.
14151
14152 * emacs-lisp/autoload.el (make-autoload): Use `cond'.
14153 Handle easy-mmode-define-global-mode.
14154 For complex macros like define-minor-mode that can generate
14155 several autoload entries, try to autoload entries in the
14156 macroexpanded code.
14157
14158 * emacs-lisp/easy-mmode.el (define-minor-mode):
14159 If KEYMAP is a symbol, just use it.
14160 Use byte-compile-current-file and load-file-name to infer the
14161 proper :require to pass to defcustom.
14162 Wrap the hook var into `progn' so as not to autoload it.
14163 Add a :autoload-end cookie.
14164 Be more careful about the evaluation of KEYMAP.
14165 (easy-mmode-define-global-mode): Add a :autoload-end cookie.
14166 (define-derived-mode): Move define-abbrev-table outside of defvar.
14167
141682000-06-10 Stefan Monnier <monnier@cs.yale.edu>
14169
14170 * Makefile (EMACSOPT): Remove --no-init-file (implied by -batch).
14171 (autoloads): Explicitly load `autoload' to bootstrap without loaddefs.
14172 (backup-compiled-files): Ignore errors during `tar'.
14173 (bootstrap): Make autoloads before elc files.
14174
141752000-06-10 Kenichi Handa <handa@etl.go.jp>
14176
14177 * international/mule.el (set-buffer-file-coding-system): If one of
14178 undecided-XXX is specified, change only EOL conversion.
14179
14180 * international/mule-conf.el (unix): New alias for the coding
14181 system undecided-unix.
14182
141832000-06-09 Dave Love <fx@gnu.org>
14184
14185 * tar-mode.el (tar-copy): Supply MUSTBENEW arg to write-region.
14186
14187 * progmodes/executable.el: Byte compile dynamic.
14188 (executable-insert): Change custom type.
14189 (executable-find): Add autoload cookie.
14190 (executable-make-buffer-file-executable-if-script-p): New
14191 function. After Noah Friedman.
14192
14193 * files.el (after-save-hook): Customize, with
14194 executable-make-buffer-file-executable-if-script-p as an option.
14195
141962000-06-09 Kenichi Handa <handa@etl.go.jp>
14197
14198 * ps-mule.el (ps-mule-font-info-database-bdf): Prefer the font
14199 "tib24p-mule.bdf" for Tibetan.
14200
14201 * composite.el (decompose-composite-char): Declare it as obsolete.
14202
14203 * man.el (Man-fontify-manpage): Pay attention to underline and
14204 overstrike pattern for CJK characters (e.g. __^H^H and X^H^HX).
14205
142062000-06-08 Gerd Moellmann <gerd@gnu.org>
14207
14208 * thingatpt.el (forward-thing): Use functionp instead of fboundp.
14209 Set maintainer to FSF since author isn't reachable.
14210
142112000-06-08 Dave Love <fx@gnu.org>
14212
14213 * international/mule-cmds.el (select-safe-coding-system): If
14214 DEFAULT-CODING-SYSTEM is not specified, also check the most
14215 preferred coding-system if buffer-file-coding-system is
14216 `undecided'. From Handa.
14217
142182000-06-08 Kenichi Handa <handa@etl.go.jp>
14219
14220 * international/mule.el
14221 (after-insert-file-set-buffer-file-coding-system): If the buffer
14222 size is greater than INSERTED, judget that we are not visiting.
14223
142242000-06-07 Rajesh Vaidheeswarran <rv@gnu.org>
14225
14226 * whitespace.el (defgroup whitespace): Comment out `:version'.
14227 XEmacs 20.4 has problems defining the group with this present.
14228 We'll have this commented out till get resolve the problem.
14229
142302000-06-07 John Wiegley <johnw@gnu.org>
14231
14232 * align.el (align-dq-string-modes, align-sq-string-modes)
14233 (align-open-comment-modes): Add pyhton-mode.
14234 (align-rules-list): Use get-text-property instead of
14235 text-properties-at.
14236 (align-rules-list): Add python-assignment.
14237 (align-rules-list): Change perl-comma-delimiter to
14238 basic-comma-delimiter. Use if for Perl modes and python-mode.
14239 (align-rules-list): Add python-chain-logic and
14240 basic-line-continuation.
14241
142422000-06-07 Jari Aalto <jari.aalto@poboxes.com>
14243
14244 * apropos.el (apropos-mode-hook): New user variable.
14245 (apropos-mode): Run apropos-mode-hook.
14246
142472000-06-07 David Ponce <david@dponce.com>
14248
14249 * recentf.el: Fixed recentf-edit-list and recentf-open-more-files
14250 commands. Require `wid-edit' at run-time.
14251
142522000-06-07 David Ponce <david@dponce.com>
14253
14254 * recentf.el: Added some "Commentary".
14255 (recentf-open-more-files, recentf-edit-list): Minor changes to
14256 move the point at the top of the file list. This behaviour is
14257 consistent with the menu one when the list contains a lot of
14258 files.
14259 (recentf-cleanup): Now displays the number of items removed from
14260 the list.
14261 (recentf-relative-filter) New menu filter to show filenames
14262 relative to `default-directory'.
14263
142642000-06-07 Vinicius Jose Latorre <vinicius@cpqd.com.br>
14265
14266 * ps-print.el: XEmacs compatibility. Doc fix. Can select page size
14267 with/without giving an error if PostScript printer doesn't have this
14268 kind of page size. Zebra Stripe continues or restarts on next page.
14269 Manual/automatic paper feeding. Switch or not the header.
14270 (ps-print-version): New version number (5.2.2).
14271 (ps-windows-system): Include emx as a Windows system.
14272 (ps-setup, ps-begin-file, ps-color-values, ps-screen-to-bit-face)
14273 (ps-generate-postscript-with-faces, ps-generate-postscript-with-faces)
14274 (ps-background-text): Code fix.
14275 (ps-error-handler-message, ps-user-defined-prologue)
14276 (ps-print-prologue-header, ps-printer-name)
14277 (ps-print-control-characters, ps-n-up-filling, ps-zebra-color)
14278 (ps-line-number-step, ps-spool-config, ps-default-fg, ps-default-bg)
14279 (ps-use-face-background): Customization fix.
14280 (ps-n-up-database): Data fix.
14281 (ps-warn-paper-type, ps-zebra-stripe-follow, ps-manual-feed)
14282 (ps-switch-header): New vars.
14283 (ps-xemacs-color-name, ps-face-foreground-name)
14284 (ps-face-background-name, ps-boolean-constant): New funs.
14285
142862000-06-07 Dave Love <fx@gnu.org>
14287
14288 * allout.el: New version from Manheimer.
14289
142902000-06-07 Kenichi Handa <handa@etl.go.jp>
14291
14292 * textmodes/fill.el (fill-find-break-point): Check the validity of
14293 charset.
14294
142952000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14296
14297 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
14298 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames):
14299 Call display-color-p and display-mouse-p instead of looking at
14300 window-system.
14301
143022000-06-06 Dave Love <fx@gnu.org>
14303
14304 * image.el (find-image): Doc fix. Return nil if image not found.
14305 (put-image, insert-image): Make STRING arg optional.
14306
143072000-06-06 Kenichi Handa <handa@etl.go.jp>
14308
14309 * language/vietnamese.el: Remove eval-when-compile.
14310 (viet-viscii-nonascii-translation-table): Define it as a
14311 translation table made from viet-viscii-decode-table.
14312 (viet-viscii-encode-table): Define it as a translation table made
14313 from the reverse map of above.
14314 (viet-vscii-nonascii-translation-table): Define it as a
14315 translation table made from viet-vscii-decode-table.
14316 (viet-vscii-encode-table): Define it as a translation table made
14317 from the reverse map of above.
14318 (ccl-decode-viscii): Use translate-character.
14319 (ccl-encode-viscii, ccl-encode-viscii-font)
14320 (ccl-decode-vscii, ccl-encode-vscii, ccl-encode-vscii-font):
14321 Likewize.
14322
14323 * language/cyrillic.el: Remove eval-when-compile.
14324 (cyrillic-koi8-r-nonascii-translation-table): Define it as a
14325 translation table made from cyrillic-koi8-r-decode-table.
14326 (cyrillic-koi8-r-encode-table): Define it as a translation table
14327 made from the reverse map of above.
14328 (ccl-decode-koi8): Use translate-character.
14329 (ccl-encode-koi8, ccl-encode-koi8-font): Likewize
14330 (cyrillic-alternativnyj-nonascii-translation-table): Define it as
14331 a translation table made from cyrillic-alternativnyj-decode-table.
14332 (cyrillic-alternativnyj-encode-table): Define it as a translation
14333 table made from the reverse map of above.
14334 (ccl-decode-alternativnyj): Use translate-character.
14335 (ccl-encode-alternativnyj, ccl-encode-alternativnyj-font):
14336 Likewize
14337
14338 * international/mule-diag.el (non-iso-charset-alist): Specify
14339 translation table symbol instead of translation table itself.
14340 (list-block-of-chars): CHARSET may be a translation table symbol.
14341
14342 * international/mule.el (make-coding-system): If CODING-SYSTEM
14343 already exists, override it.
14344
14345 * international/fontset.el: Use family `proportional' for Tibetan
14346 fonts.
14347
14348 * international/ccl.el (ccl-compile-translate-character): Don't
14349 check if Rrr has property translation-table.
14350 (ccl-compile-map-multiple): Modified to avoid compiler warning.
14351
143522000-06-05 Gerd Moellmann <gerd@gnu.org>
14353
14354 * info.el: Bind case-fold-search to t when searching in case
14355 a user sets it to nil in a hook.
14356
143572000-06-05 Stefan Monnier <monnier@cs.yale.edu>
14358
14359 * autoarg.el (autoarg-mode, autoarg-kp-mode):
14360 * hl-line.el (hl-line-mode): Use the new :global key argument.
14361
14362 * tar-mode.el (tar-header-block-recompute-checksum): Remove.
14363 (tar-clip-time-string): Prepend a space.
14364 (tar-grind-file-mode): Construct a string rather than modifying one.
14365 (tar-header-block-summarize): Fix docstring.
14366 Use `format' rather than an error-prone set of copy-loops.
14367
14368 * diff-mode.el (diff-font-lock-keywords, diff-hunk-header-re)
14369 (diff-goto-source, diff-unified->context, diff-context->unified)
14370 (diff-reverse-direction, diff-fixup-modifs): Fix the regexps to
14371 understand the format output by the `-p' argument to diff.
14372
14373 * progmodes/sh-script.el (sh-symbol-list, sh-number-or-symbol-list)
14374 (sh-re-done): Use defconst.
14375 (sh-indent-supported-here, sh-electric-rparen-needed-here): Add defvar.
14376 (sh-help-string-for-variable, sh-guess-basic-offset):
14377 Don't quote lambdas.
14378 (sh-electric-rparen, sh-electric-hash, sh-search-word): Docstring typo.
14379 (sh-regexp-for-done, sh-kw-alist, sh-kw): Moved to before their use.
14380
14381 * mail/mh-comp.el (mh-send-sub): Check mh-etc is bound before using it.
14382 (mh-letter-mode): Derive from text-mode.
14383 This implicitly means that it now calls kill-all-local-variables.
14384 Also remove the Emacs-18 compatibility code.
14385
14386 * emacs-lisp/autoload.el (make-autoload): Simplify docstring.
14387 Make use of symbol-property doc-string-elt.
14388 Use memq rather than a sequence of eq.
14389 (doc-string-elt): Fix the wrong or missing previously unused values.
14390 (autoload-print-form): New function extracted from
14391 generate-file-autoloads to allow recursion when handling progn
14392 so that defvar's and defun's docstrings are properly printed.
14393 (generate-file-autoloads): Use it.
14394
14395 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode): Autoload.
14396 Use find-file-hooks in the minor-mode function.
14397 Be careful not to loop indefinitely in the post-command-hook function.
14398
143992000-06-05 Michael Kifer <kifer@cs.sunysb.edu>
14400
14401 * ediff-init.el (ediff-has-face-support-p): Make it paint faces on
14402 tty's.
14403 * ediff-diff.el (ediff-exec-process): Use --binary for fine
14404 differences whenever appropriate.
14405 * viper-cmd.el (viper-smart-suffix-list): Rearranged list members.
14406 * viper.el (find-file, find-file-other-window): Get viper to do
14407 wildcards.
14408
144092000-06-04 Stefan Monnier <monnier@cs.yale.edu>
14410
14411 * jit-lock.el (jit-lock-saved-fontify-buffer-function): New var.
14412 (jit-lock-fontify-buffer): New function for JIT refontification.
14413 (jit-lock-mode): Fix docstring.
14414 Use jit-lock-fontify-buffer for font-lock-fontify-buffer-function.
14415 Remove jit-lock-after-change from the _local_ hook.
14416 (jit-lock-function-1): Fix docstring.
14417
14418 * info.el (Info-on-current-buffer): Initialize info.
14419
14420 * newcomment.el (comment-indent): Ignore comment-indent-hook.
14421
14422 * progmodes/tcl.el (tcl-indent-for-comment):
14423 Ignore comment-indent-hook.
14424
14425 * emacs-lisp/easy-mmode.el: Require CL during compilation.
14426 (easy-mmode-define-toggle): Remove (inline into define-minor-mode).
14427 (easy-mmode-pretty-mode-name): Rename from easy-mmode-derive-name
14428 and improve to use the lighter to guess the capitalization.
14429 (define-minor-mode): Inline code from easy-mmode-define-toggle.
14430 Add keyword arguments to specify global-ness or the custom group.
14431 Add local-map and help-echo properties to the lighter.
14432 (easy-mmode-define-navigation): Add the errors to debug-ignored-errors.
14433 (easy-mmode-define-global-mode): New macro.
14434
144352000-06-02 Dave Love <fx@gnu.org>
14436
14437 * wid-edit.el: byte-compile-dynamic since we typically don't use
14438 all the widgets. Don't require cl or widget. Remove
14439 eval-and-compile. Don't autoload finder-commentary. Doc fixes.
14440 (widget-read-event): Removed. Callers changed to use read-event.
14441 (widget-button-release-event-p): Renamed from
14442 button-release-event-p.
14443 (widget-field-add-space, widget-field-use-before-change):
14444 Uncustomize.
14445 (widget-specify-field): Use keymap property, not local-map.
14446 (widget-specify-button): Obey :suppress-face.
14447 (widget-specify-insert): Use modern backquote syntax.
14448 (widget-image-directory): Renamed from widget-glyph-directory.
14449 (widget-image-enable): Renamed from widget-glyph-enable.
14450 (widget-image-find): Replaces widget-glyph-find.
14451 (widget-button-pressed-face): Move defvar.
14452 (widget-image-insert): Replaces widget-glyph-insert.
14453 (widget-convert): Use keywordp.
14454 (widget-leave-text, widget-children-value-delete): Use mapc.
14455 (widget-keymap): Remove XEmacs stuff.
14456 (widget-field-keymap, widget-text-keymap): Define all inside defvar.
14457 (widget-button-click): Don't set point at the click, but re-centre
14458 if we scroll out of window. Rewritten for images v. glyphs &c.
14459 (widget-tabable-at): Use POS arg, not point.
14460 (widget-beginning-of-line, widget-end-of-line)
14461 (widget-item-value-create, widget-sublist, widget-princ-to-string)
14462 (widget-sexp-prompt-value, widget-echo-help): Simplify.
14463 (widget-default-create): Use widget-image-insert; some rewriting.
14464 (widget-visibility-value-create)
14465 (widget-push-button-value-create, widget-toggle-value-create): Use
14466 widget-image-insert.
14467 (checkbox): Create on and off images dynamically.
14468 (documentation-link): Change :help-echo.
14469 (widget-documentation-link-echo-help): Remove.
14470
144712000-06-02 Stefan Monnier <monnier@cs.yale.edu>
14472
14473 * log-edit.el (log-edit-done): Thinko in the "same comment" detection.
14474
14475 * emacs-lisp/easy-mmode.el (easy-mmode-derive-name): New function.
14476 (easy-mmode-define-toggle, define-minor-mode): Use it.
14477 (easy-mmode-define-keymap): Docstring fix.
14478 (define-derived-mode): Default PARENT to fundamental-mode.
14479 Add the derived-mode-parent symbol-property.
14480 (easy-mmode-derived-mode-p): New function.
14481
144822000-06-02 Dave Love <fx@gnu.org>
14483
14484 * files.el (convert-standard-filename): Doc fix.
14485 (normal-backup-enable-predicate): New function.
14486 (backup-enable-predicate): Use it to replace the lambda form.
14487
14488 * calendar/todo-mode.el: [This needs more work on the outline
14489 stuff.] Doc fixes.
14490 (todo) <defgroup>: Add :version.
14491 (todo-add-category): Don't use pushnew.
14492 (todo-cmd-raise): Fix typo.
14493 (todo-top-priorities): Change temp buffer name.
14494 (todo-category-alist): Avoid redundant lambda.
14495 (todo-mode): Set paragraph-separate, outline-regexp from todo-prefix.
14496 Use outline-next-heading.
14497
14498 * autoarg.el: Rewritten to use define-minor-mode.
14499 (autoarg-kp-digits, autoarg-kp-mode-map): New variable.
14500 (autoarg-kp-mode, autoarg-kp-digit-argument): New command.
14501
145022000-06-02 Kenichi Handa <handa@etl.go.jp>
14503
14504 * isearch.el (isearch-other-meta-char): Fix previous change.
14505
145062000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14507
14508 * log-edit.el (log-edit-mode): Make vc-comment-ring-index local.
14509 (log-edit-done): Only add the comment to the ring if it's different
14510 from the last comment entered.
14511
14512 * isearch.el (isearch-highlight): Turn internal-find-face into facep.
14513
145142000-06-01 Dave Love <fx@gnu.org>
14515
14516 * hl-line.el: Rewritten using define-minor-mode.
14517
14518 * help.el (describe-function-1): Distinguish special form from
14519 builtin function. Sanity-check presence of arglist for builtins.
14520
145212000-06-01 Kenichi Handa <handa@etl.go.jp>
14522
14523 * international/characters.el: Fix syntax/category setting of
14524 Tibetan characters.
14525
14526 * language/tibet-util.el (tibetan-add-components): Fixes for new
14527 encoding of Tibetan characters.
14528 (tibetan-decompose-precomposition-alist): New variable.
14529 (tibetan-decompose-region): Convert precomposed characters to
14530 non-precomposed characters.
14531 (tibetan-decompose-string): Likewise.
14532 (tibetan-composition-function): Fix args to
14533 thibetan-compose-string.
14534
14535 * language/tibetan.el (tibetan-composable-pattern): More
14536 characters included.
14537 (tibetan-consonant-transcription-alist): Rule for "R" added.
14538 (tibetan-subjoined-transcription-alist): Rules for "+W", "+Y", and
14539 "+R" added.
14540 (tibetan-base-to-subjoined-alist): Rule for "RA" added.
14541
14542 * language/lao-util.el (lao-composition-function): Fix args to
14543 compose-string.
14544
14545 * language/thai-util.el (thai-composition-function): Fix args to
14546 compose-string.
14547
14548 * isearch.el (isearch-update): Set disable-point-adjustment to t
14549 to prevent the point moving to the end of a composition when a
14550 part of a composition is searched.
14551 (isearch-other-meta-char): If the key invoking this command can be
14552 mapped by function-key-map to a printing char, call
14553 isearch-process-search-char directly.
14554
145552000-06-01 Stefan Monnier <monnier@cs.yale.edu>
14556
14557 * emacs-lisp/bytecomp.el:
14558 * frame.el:
14559 * international/mule-cmds.el:
14560 * international/mule-util.el:
14561 * international/mule.el:
14562 * mouse.el:
14563 * subr.el:
14564 * faces.el: Update calls to make-obsolete with a WHEN argument.
14565
14566 * byte-run.el (make-obsolete, make-obsolete-variable):
14567 Add an optional WHEN argument and change the format of the
14568 symbol-property information.
14569 * emacs-lisp/bytecomp.el (byte-compile-log): Don't quote lambda.
14570 (byte-compile-obsolete, byte-compile-variable-ref): Understand the
14571 new obsolete-symbol-property format and print WHEN if it is provided.
14572
145732000-05-31 Dave Love <fx@gnu.org>
14574
14575 * loadhist.el (loadhist-hook-functions): Remove
14576 before-change-function, after-change-function.
14577 (unload-feature): Deal with symbols which are both bound and
14578 fbound.
14579
14580 * mouse.el (mouse-save-then-kill-delete-region): Don't bind
14581 before-change-function, after-change-function.
14582
14583 * simple.el (newline): Don't bind before-change-function,
14584 after-change-function.
14585
145862000-05-31 Rajesh Vaidheeswarran <rv@gnu.org>
14587
14588 * whitespace.el (whitespace-rescan-timer-time): Update interval
14589 set to 600 seconds (10 minutes) instead of 60 seconds since
14590 a large number of whitespace buffers causes emacs to `freeze'
14591 for a considerable amount of time.
14592
14593 * whitespace.el: Updated email address
14594
145952000-05-31 Dave Love <fx@gnu.org>
14596
14597 * add-log.el (change-log-font-lock-keywords) <function>: Add
14598 pattern for function of change.
14599 (change-log-font-lock-keywords) <acknowledgements>: Amalgamate
14600 acknowledgements patterns.
14601
146022000-05-31 Kenichi Handa <handa@etl.go.jp>
14603
14604 * isearch.el (isearch-printing-char): If keyboard coding system is
14605 being used, call isearch-process-search-multibyte-characters.
14606
14607 * international/isearch-x.el: Mostly rewritten.
14608
14609 * international/quail.el (quail-start-conversion): Don't include
14610 unhandled events in the returned events, but set them in
14611 unread-command-events. Exit if all inputs are deleted.
14612
146132000-05-30 Jason Rumney <jasonr@gnu.org>
14614
14615 * w32-fns.el (w32-charset-info-alist): Add each charset separately.
14616
14617 * term/w32-win.el: Doc changes to reduce diffs with x-win.el.
14618 Reenable code to create initial fontsets.
14619 Use set-fontset-font in place of put-charset-property.
14620
146212000-05-30 Gerd Moellmann <gerd@gnu.org>
14622
14623 * progmodes/perl-mode.el (perl-indent-line): When looking for a
14624 label, ensure that the first colon isn't followed by another.
14625
14626 * paths.el (Info-default-directory-list): Doc fix.
14627
14628 * net/net-utils.el (finger-X.500-host-regexps): New user-option.
14629 (finger): If HOST matches a regexp from finger-X.500-host-regexps,
14630 send a query containing USER only, not USER@HOST.
14631
14632 * mail/rmail.el (rmail-widen-to-current-msgbeg): Use rmail-msgbeg
14633 and rmail-msgend to compute the restriction at the end, instead of
14634 computing it.
14635
146362000-05-29 Gerd Moellmann <gerd@gnu.org>
14637
14638 * dabbrev.el (dabbrev-expand): Don't display messages in the
14639 echo area if the minibuffer window is active.
14640
14641 * jit-lock.el (jit-lock-mode): Add after change function to
14642 local hook.
14643
146442000-05-29 Christoph Wedler <Christoph.Wedler@sap.com>
14645
14646 * antlr-mode.el: New commands: hide/unhide actions,
14647 upcase/downcase literals.
14648 (antlr-tiny-action-length): New user option.
14649 (antlr-hide-actions): New command. Suggested by
14650 Bjoern Mielenhausen <Bjoern.Mielenhausen@sap.com>.
14651 (antlr-mode-map): New binding [C-c C-v].
14652 (antlr-mode-menu): New entries.
14653 (antlr-downcase-literals): New command.
14654 (antlr-upcase-literals): Ditto.
14655
14656 * antlr-mode.el: Minor changes: indendation, mode-name.
14657 (antlr-indent-line): Indent cpp directive at column 0.
14658 (antlr-mode): Use mode-name prefix "Antlr." instead of "Antlr/".
14659
14660 * antlr-mode.el: XEmacs bug workaround, XEmacs hint.
14661 (antlr-font-lock-additional-keywords): Workaround for intentional
14662 bug in XEmacs version of font-lock.
14663 (antlr-mode): Set symbol property `mode-name' to "Antlr". Could
14664 be used by a smarter version of `buffers-menu-grouping-function'.
14665
146662000-05-29 Gerd Moellmann <gerd@gnu.org>
14667
14668 * tmm.el (tmm-prompt): Recognize menu item definitions of the for
14669 `(menu-item ...)' when looking for the position of DEFAULT-ITEM.
14670
146712000-05-29 Kenichi Handa <handa@etl.go.jp>
14672
14673 * international/encoded-kb.el
14674 (encoded-kbd-iso2022-designation-map): Pay attention to that
14675 charset-iso-final-char return -1 for eight-bit-control and
14676 eight-bit-graphic.
14677
146782000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14679
14680 * speedbar.el (speedbar-use-images, speedbar-update-flag)
14681 (speedbar-easymenu-definition-base): Use display-graphic-p where
14682 available, instead of window-system.
14683
146842000-05-28 Eli Zaretskii <eliz@is.elta.co.il>
14685
14686 * international/codepage.el (cp-coding-system-for-codepage-1): Add
14687 eight-bit-graphic and eight-bit-control to safe charsets for cpNNN
14688 coding systems.
14689
146902000-05-26 Dave Love <fx@gnu.org>
14691
14692 * disp-table.el (standard-display-underline): Don't use
14693 internal-find-face.
14694
14695 * mail/reporter.el: Maintainer change. Doc fixes.
14696 (reporter-version): Deleted.
14697
14698 * emacs-lisp/elp.el: Maintainer change.
14699 (elp-help-address, elp-submit-bug-report, elp-version): Deleted.
14700
147012000-05-26 Stefan Monnier <monnier@cs.yale.edu>
14702
14703 * add-log.el (add-change-log-entry): Merge the current entry with the
14704 previous one if the previous one is empty.
14705
147062000-05-26 Dave Love <fx@gnu.org>
14707
14708 * loadhist.el (unload-feature): Fix interactive spec [from
14709 lijnzaad@ebi.ac.uk].
14710
14711 * emacs-lisp/bytecomp.el (byte-compile-callargs-warn): Use
14712 subr-arity to check primitives.
14713 (byte-compile-flush-pending, byte-compile-file-form-progn)
14714 (byte-compile-normal-call, byte-compile-list, byte-compile-concat)
14715 (byte-compile-insert, byte-compile-funcall): Use mapc instead of
14716 mapcar.
14717
147182000-05-26 Kenichi Handa <handa@etl.go.jp>
14719
14720 * international/fontset.el: Set family names of non-latin charsets
14721 in default fontset to "*".
14722
14723 * international/mule-diag.el (print-fontset): Combine family part
14724 and registry part of the fontname by "-*-" instead of "-".
14725
14726 * international/mule-cmds.el (encode-coding-char): Make strings
14727 multibyte before calling encode-coding-string.
14728
147292000-05-25 Stefan Monnier <monnier@cs.yale.edu>
14730
14731 * derived.el: Fix keywords.
14732 (define-derived-mode): Only define if needed.
14733
14734 * simple.el (fill-comment, comment-column, comment-start)
14735 (comment-start-skip, comment-end, comment-indent-function)
14736 (block-comment-start, block-comment-end, indent-for-comment)
14737 (set-comment-column, kill-comment, comment-padding, comment-region)
14738 (comment-multi-line, indent-new-comment-line): Remove.
14739
14740 * bindings.el (esc-map): Change ; to comment-dwim and use the new
14741 function names for comment operations.
14742
14743 * newcomment.el: Add abundant autoload cookies.
14744 (comment-style): Don't depend on runtime data at compile-time.
14745 (comment-indent-hook): Remove.
14746 (comment-indent): Check if comment-indent-hook is bound.
14747 (comment-region): Docstring fix.
14748
147492000-05-25 Dave Love <fx@gnu.org>
14750
14751 * emacs-lisp/elp.el (elp-restore-function): Don't use obsolete
14752 byte-code-function-p.
14753
14754 * mail/rmailsum.el: Add provide.
14755
14756 * net/goto-addr.el (goto-address-fontify): Add help-echo property.
14757
14758 * smerge-mode.el (smerge-diff-switches): Don't use list* in
14759 defcustom.
14760
147612000-05-25 Michael Kifer <kifer@cs.sunysb.edu>
14762
14763 * ediff-diff.el (ediff-exec-process): delete --binary option from
14764 non-buffer ediff jobs.
14765
147662000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14767
14768 * hilit-chg.el (highlight-changes-mode): Ask about color or
14769 grayscale support, not about window-system.
14770
14771 * ffap.el (ffap-menu-text-plist): Use display-mouse-p, not
14772 window-system.
14773 (ffap-highlight): Always default to t.
14774
14775 * emacs-lisp/edebug.el (edebug-emacs-19-specific): Call
14776 display-popup-menus-p instead of looking at window-system.
14777
14778 * disp-table.el (standard-display-g1, standard-display-graphic):
14779 Only refuse to use string glyphs on X and MS-Windows.
14780
14781 * avoid.el: Remove window-system from commentary, suggest to use
14782 display-*-p instead.
14783
14784 * apropos.el (apropos-print): Use display-mouse-p instead of
14785 window-system.
14786
147872000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14788
14789 * international/codepage.el (cp-decoding-vector-for-codepage):
14790 Fill up unsupported characters with their own codes. From Kenichi
14791 Handa.
14792
147932000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14794
14795 * international/mule-diag.el (describe-char-after): Use
14796 display-graphic-p instead of window-system, so that this function
14797 works on MS-DOS.
14798
147992000-05-25 Eli Zaretskii <eliz@is.elta.co.il>
14800
14801 * international/codepage.el (cp-make-coding-systems-for-codepage):
14802 Remove the eight-bit-graphic and eight-bit-control charsets from
14803 the list of charsets which we convert into `?'.
14804
148052000-05-25 Kenichi Handa <handa@etl.go.jp>
14806
14807 * international/mule-conf.el: Specify CHARSET-ID explicitely for
14808 private charsets.
14809 (mule-unicode-0100-24ff, japanese-jisx0213-1,
14810 japanese-jisx0213-2): New charsets.
14811
14812 * international/fontset.el: Setup default fontset for new charsets.
14813
148142000-05-24 Dave Love <fx@gnu.org>
14815
14816 * info.el (Info-find-node-2): Restructure [following "Vadim
14817 S. Solomin" <sovs@uic.nnov.ru>].
14818
14819 * icomplete.el: Fix header for Finder.
14820
148212000-05-24 Eric M. Ludlam <zappo@ultranet.com>
14822
14823 * rmailout.el (rmail-output-to-rmail-file): Added optional param
14824 STAY.
14825
14826 * rmail.el (rmail-automatic-folder-directives): New user variable.
14827 (rmail-show-message): Add call to `rmail-auto-file' during
14828 display.
14829 (rmail-auto-file): New function.
14830
148312000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14832
14833 * ediff-diff.el (ediff-forward-word): Take syntactic word class into
14834 account.
14835 (ediff-test-utility,ediff-diff-mandatory-option)
14836 (ediff-reset-diff-options): Utilities for proper initialization of
14837 ediff-diff-options and ediff-diff3-options on Windows.
14838
14839 * ediff-init.el (ediff-merge-filename-prefix): New customizable
14840 variable.
14841
14842 * ediff-mult.el (ediff-filegroup-action): Use
14843 ediff-merge-filename-prefix.
14844
148452000-05-24 Michael Kifer <kifer@cs.sunysb.edu>
14846
14847 * viper-ex.el (ex-write): Set selective display to nil.
14848
148492000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14850
14851 * language/hebrew.el (iso-8859-8-e, iso-8859-8-i): For now, just
14852 aliases for hebrew-iso-8bit.
14853
148542000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
14855
14856 * woman.el: New version from Francis J. Wright
14857 <F.J.Wright@Maths.QMW.ac.uk>.
14858 (woman-parse-colon-path): Support Cygwin-style //d/foo/bar file
14859 names in environment variables regardless of the path separator.
14860 (woman-topic-all-completions-1): Don't call file-name-directory-p
14861 on all files, since woman-file-regexp already filters out any
14862 directories.
14863
148642000-05-24 Kenichi Handa <handa@etl.go.jp>
14865
14866 * international/quail.el (quail-start-translation): Don't change
14867 modified-p of the current buffer.
14868 (quail-start-conversion): Likewise.
14869
14870 * international/kkc.el (kkc-region): Don't change modified-p of
14871 the current buffer.
14872
14873 * language/japanese.el (iso-2022-jp): Exclude katakana-jisx0201 to
14874 conform to RFC1468.
14875 (iso-2022-jp-2): Exclude katakana-jisx0201 to conform to RFC1554.
14876
148772000-05-23 Eric M. Ludlam <zappo@ballista.ultranet.com>
14878
14879 * speedbar.el (speedbar-easymenu-definition-base): Image toggle fix.
14880 (speedbar-insert-button): Invisible text property fix.
14881 (speedbar-directory-plus): Renamed from speedbar-directory-+
14882 (speedbar-directory-minus): Renamed from speedbar-directory--
14883 (speedbar-page-plus): Renamed from speedbar-file-+
14884 (speedbar-page-minus): Renamed from speedbar-file--
14885 (speedbar-page): Renamed from speedbar-file-
14886 (speedbar-tag): Renamed from speedbar-tag-
14887 (speedbar-tag-plus): Renamed from speedbar-tag-+
14888 (speedbar-tag-minus): Renamed from speedbar-tag--
14889 (speedbar-expand-image-button-alist): Use above renames.
14890
14891 * sb-dir-plus.xpm: Renamed from sb-dir+.xpm
14892 * sb-dir-minus.xpm: Renamed from sb-dir-.xpm
14893 * sb-pg-plus.xpm: Renamed from sb-file+.xpm
14894 * sb-pg-minus.xpm: Renamed from sb-file-.xpm
14895 * sb-pg.xpm: Renamed from sb-file.xpm
14896 * sb-tag-plus.xpm: Renamed from sb-tag+.xpm
14897 * sb-tag-minus.xpm: Renamed from sb-tag-.xpm
14898
148992000-05-24 Kenichi Handa <handa@etl.go.jp>
14900
14901 * international/quail.el (quail-show-guidance-buf): Set
14902 current-input-method of the guidance buffer to the name of the
14903 curren input method.
14904
149052000-05-23 Stefan Monnier <monnier@cs.yale.edu>
14906
14907 * progmodes/compile.el (compile-internal): Style typo.
14908
14909 * mail/mh-e.el (mh-do-not-confirm, mh-folder-mode):
14910 quote vars and functions in the docstring.
14911
14912 * newcomment.el (comment-make-extra-lines): Don't use `assert'.
14913
14914 * completion.el (dynamic-completion-mode, dynamic-completion-mode):
14915 Don't quote lambdas.
14916
14917 * ffap.el (ffap-highlight): Use facep rather than internal-find-face.
14918
149192000-05-23 Gerd Moellmann <gerd@gnu.org>
14920
14921 * startup.el (command-line): Determine source file of compiled
14922 user init file differently. Warn if compiled user init file
14923 is older than its source file.
14924
14925 * ffap.el (ffap-url-regexp): Add `https'.
14926
149272000-05-23 Eli Zaretskii <eliz@is.elta.co.il>
14928
14929 * files.el (make-backup-file-name-1): Replace slashes with `!'
14930 rather than `|' (which is not allowed on Windows). Replace the
14931 drive letters with a string "drive_X".
14932
149332000-05-23 Gerd Moellmann <gerd@gnu.org>
14934
14935 * progmodes/sh-script.el (sh-ancestor-alist): Add `bash2'.
14936
14937 * files.el (interpreter-mode-alist): Add `bash2'.
14938
149392000-05-22 Dave Love <fx@gnu.org>
14940
14941 * loadhist.el (feature-symbols, file-provides, file-requires): Use
14942 mapc.
14943 (feature-file): Avoid calling symbol-name. Doc fix.
14944 (file-set-intersect, file-dependents): Use dolist, not mapcar.
14945 (loadhist-hook-functions): Add mouse-position-function.
14946 (unload-feature): Change uses of mapcar.
14947
14948 * files.el (parse-colon-path): Doc fix.
14949 (auto-mode-alist, interpreter-mode-alist): Purecopy the cars.
14950 (set-auto-mode): Use mapc.
14951
14952 * complete.el (PC-look-for-include-file): Use :alnum: character
14953 class.
14954 (partial-completion-mode): Add autoload cookie.
14955
149562000-05-22 Sam Steingold <sds@gnu.org>
14957
14958 * info.el (Info-fontify-node): Fixed the call to
14959 `add-text-properties' (bug introduced on 2000-05-18).
14960
149612000-05-22 Dave Love <fx@gnu.org>
14962
14963 * bindings.el: Remove debug-ignored-errors set in other files.
14964
14965 * progmodes/etags.el: Add to debug-ignored-errors.
14966 (visit-tags-table-buffer): Clear out buffers holding old tables
14967 when making a new list.
14968 (etags-recognize-tags-table, tags-recognize-empty-tags-table): Use
14969 mapc.
14970
14971 * completion.el: Doc fixes. Add to debug-ignored-errors. Don't
14972 quote keywords.
14973 (cmpl-string-case-type): Use character classes.
14974
14975 * comint.el:
14976 * textmodes/ispell.el:
14977 * imenu.el:
14978 * mail/mh-e.el:
14979 * progmodes/compile.el: Add to debug-ignored-errors.
14980
14981 * dabbrev.el: Add to debug-ignored-errors.
14982 (dabbrev-completion): Use mapc.
14983
149842000-05-22 Eli Zaretskii <eliz@is.elta.co.il>
14985
14986 * woman.el (From Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk)
14987 (woman-mapcan, woman-parse-man.conf)
14988 (woman-toggle-use-extended-font, woman-toggle-use-symbol-font)
14989 (woman-reset-emulation, woman-select-symbol-fonts): New functions.
14990 (woman-parse-colon-path): Call woman-mapcan. Recognize Cygwin
14991 path syntax better.
14992 (woman-man.conf-path, woman-use-own-frame): New defcustoms.
14993 (woman-manpath): Call woman-parse-man.conf.
14994 (woman-emulation): New defcustom, defaults to nroff.
14995 (woman-font-support): New defconst.
14996 (woman-use-symbol-font): New defcustom.
14997 (woman-menu): Add new menu items: "Colored/BW", "Advanced",
14998 "Emulation".
14999 Many functions: Doc fix.
15000
150012000-05-22 Kenichi Handa <handa@etl.go.jp>
15002
15003 * international/quail.el (quail-simple-translation-keymap): Map
15004 128..255 to quail-self-insert-command.
15005 (quail-keyboard-layout-alist): Add definition for "pc102-de".
15006
150072000-05-22 Stefan Monnier <monnier@cs.yale.edu>
15008
15009 * help.el (help-manyarg-func-alist): Typo.
15010
15011 * emacs-lisp/sregex.el: Rewritten to take advantage of shy-groups and
15012 intervals which makes it heaps simpler.
15013
15014 * newcomment.el (comment-region-internal): Go back to BEG after quoting
15015 the nested comment markers.
15016
15017 * subr.el (remove-hook): Don't turn the hook's value into a list.
15018
150192000-05-21 Dave Love <fx@gnu.org>
15020
15021 * edmacro.el (edmacro-parse-keys): Return vector if any elements
15022 are invalid characters.
15023
15024 * international/mule-util.el (detect-coding-with-priority): Use
15025 mapc. Remove redundant lambda.
15026
15027 * international/mule-diag.el (list-non-iso-charset-chars)
15028 (describe-fontset): Remove redundant lambda.
15029
15030 * emulation/crisp.el (brief-mode): New alias.
15031
15032 * emacs-lisp/ring.el (ring-elements): New function.
15033
15034 * emacs-lisp/easymenu.el (easy-menu-create-menu)
15035 (easy-menu-do-add-item): Use keywordp.
15036
15037 * emacs-lisp/byte-opt.el: Update side-effect free function lists.
15038
15039 * replace.el: Doc and error message fixes.
15040 (replace-highlight): Use facep, not internal-find-face.
15041
150422000-05-20 Stefan Monnier <monnier@cs.yale.edu>
15043
15044 * international/ccl.el (ccl-compile-map-multiple): Don't quote lambda.
15045
15046 * log-edit.el (log-edit-done): Cleanup trailing empty lines.
15047 (log-edit-insert-changelog): Drop `:' as well.
15048
15049 * log-view.el: Fix file description.
15050 (log-view-mode-map): Unsatisfying fix for when cvs-mode-map is not
15051 available.
15052 (log-view-font-lock-keywords): Only use cvs-filename-face if present.
15053 (log-view-current-file): Only use cvs-pcl-cvs-dirchange-re if present.
15054
15055 * emacs-lisp/easy-mmode.el: Update copyright and commentary.
15056 (easy-mmode-define-toggle): Deprecate the use of *-(on|off)-hook.
15057 Print a status message if the toggle is called interactively.
15058 (define-minor-mode): Allow INIT-VALUE to be (global . INIT-VALUE)
15059 for global minor modes and use `defcustom' for them.
15060 Use add-minor-mode.
15061 (easy-mmode-define-derived-mode): Remove.
15062 (define-derived-mode): Fancier default docstring.
15063 (easy-mmode-define-navigation): Signal an error rather than (ding).
15064
15065 * newcomment.el (comment-styles): New `box-multi'.
15066 (comment-normalize-vars): Better default for comment-continue to
15067 avoid whitespace-only continuations.
15068 (comment-search-forward): Always move even in the no-syntax case.
15069 (comment-padright): Only obey N if it's only obeyed for padleft.
15070 (comment-make-extra-lines): Better handling of empty continuations.
15071 Use `=' for the filler if comment-start has only one character.
15072 (uncomment-region): Try handling the special `=' filler.
15073 (comment-region): Allow LINES even if MULTI is nil.
15074 (comment-box): Choose box style based on comment-style.
15075
150762000-05-20 Kenichi Handa <handa@etl.go.jp>
15077
15078 * international/ccl.el (ccl-compile-write-string): Make STR unibyte.
15079 (ccl-compile-write-repeat): If ARG is string, make it unibyte.
15080
150812000-05-20 Kenichi HANDA <handa@etl.go.jp>
15082
15083 * mail/rmail.el (rmail-decode-quoted-printable): Use delete-region
15084 and insert, not subst-char-in-region.
15085
15086 * international/mule-diag.el (list-character-sets-1): Handle
15087 charsets eight-bit-control and eight-bit-graphic.
15088 (list-iso-charset-chars): Likewise.
15089 (list-block-of-chars): If CHARSET is not chat-table, insert 8-bit
15090 charactes as is. Use indent-to to align characters.
15091
15092 * international/mule-cmds.el (find-multibyte-characters): Never
15093 exclude charsets eight-bit-control and eight-bit-graphic.
15094
150952000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15096
15097 * progmodes/ada-mode.el (ada-mode, ada-create-case-exception):
15098 Don't quote lambdas.
15099
15100 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set comment-add.
15101
151022000-05-19 Gerd Moellmann <gerd@gnu.org>
15103
15104 * gud.el (gud-jdb-directories): Doc fix.
15105
151062000-05-19 Stefan Monnier <monnier@cs.yale.edu>
15107
15108 * newcomment.el: New file.
15109
151102000-05-19 Gerd Moellmann <gerd@gnu.org>
15111
15112 * files.el (auto-mode-alist): Add pattern for POSIX `.shrc'.
15113
151142000-05-18 Andreas Schwab <schwab@suse.de>
15115
15116 * dired.el (dired-between-files): Also skip lines beginning with
15117 `used'.
15118
151192000-05-18 Gerd Moellmann <gerd@gnu.org>
15120
15121 * msb.el (msb-menu-cond): Add choice `user'.
15122
151232000-05-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15124
15125 * ps-print.el: Compatibility, customization and doc fix.
15126 (ps-printer-name-option): Replace defconst by defvar.
15127 (ps-postscript-code-directory): XEmacs compatibility.
15128 (ps-header-sheet, ps-setup, ps-begin-file, ps-begin-job): Code
15129 fix.
15130 (ps-user-defined-prologue, ps-print-prologue-header)
15131 (ps-xemacs-face-kind-p, ps-face-bold-p, ps-face-italic-p): XEmacs
15132 compatibility and code fix.
15133 (ps-print-background-image, ps-print-background-text):
15134 Customization fix.
15135 (ps-line-number-start, ps-n-up-on): New vars.
15136
151372000-05-18 Espen Skoglund <esk@ira.uka.de>
15138
15139 * pascal.el (pascal-indent-alist, pascal-indent-comment): Changed
15140 the indent-comment function to just return the appropriate indent.
15141
151422000-05-18 Eric M. Ludlam <zappo@ultranet.com>
15143
15144 * sb-dir+.xpm, sb-dir-.xpm, sb-dir.xpm, sb-file+.xpm, sb-file-.xpm,
15145 sb-file.xpm, sb-mail.xpm, sb-tag+.xpm, sb-tag-.xpm, sb-tag-gt.xpm,
15146 sb-tag-type.xpm, sb-tag-v.xpm, sb-tag.xpm: New Files
15147
151482000-05-18 Dave Love <fx@gnu.org>
15149
15150 * info.el (Info-fontify-node): Add intangible property as well as
15151 invisible.
15152
15153 * calendar/appt.el (appt-make-list): Match all lines of entry.
15154 From "Stefan M. Walther (SMW)" <walther@netz.klinik.uni-mainz.de>
15155
151562000-05-18 Kenichi Handa <handa@etl.go.jp>
15157
15158 * international/mule-diag.el (describe-char-after): Call
15159 internal-char-font, not char-font. If internal-char-font returns
15160 nil, display "-- none --".
15161
151622000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15163
15164 * image.el (image-type-available-p): Don't reference image-types
15165 if it isn't bound.
15166
151672000-05-17 Stefan Monnier <monnier@cs.yale.edu>
15168
15169 * autoarg.el (autoarg-mode): Typo in the :set argument.
15170
151712000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
15172
15173 * startup.el (command-line-1): Don't signal an error if the
15174 directory for auto-save-list files does not yet exist.
15175
151762000-05-17 Kenichi Handa <handa@etl.go.jp>
15177
15178 * international/mule-conf.el (arabic-iso8859-6): Fix typo.
15179
151802000-05-16 Stefan Monnier <monnier@cs.yale.edu>
15181
15182 * subr.el (remove-hook): `setq' hook-value, not `set'.
15183
151842000-05-16 Sam Steingold <sds@gnu.org>
15185
15186 * info.el (debug-ignored-errors): More errors to ignore.
15187
151882000-05-16 Dave Love <fx@gnu.org>
15189
15190 * cus-edit.el: Don't require cl or easymenu.
15191 (custom-variable-prompt): Test standard-value property, not
15192 user-variable-p.
15193
151942000-05-16 Sam Steingold <sds@gnu.org>
15195
15196 * subr.el (add-hook): `setq' hook-value, not `set'.
15197
151982000-05-16 Gerd Moellmann <gerd@gnu.org>
15199
15200 * startup.el (command-line-1): Mention the FAQ in the startup
15201 message.
15202
15203 * help.el (view-emacs-FAQ): Change `emacs-faq' to `efaq'.
15204
15205 * progmodes/compile.el (compilation-parse-errors): Collect
15206 `nomessage' regexps last.
15207
15208 * dired.el (dired-mode-map): Use dired-do-query-replace-regexp.
15209
15210 * dired-aux.el (dired-do-query-replace-regexp): Add `-regexp'
15211 to the function name.
15212
152132000-05-15 Dave Love <fx@gnu.org>
15214
15215 * speedbar.el (speedbar-recenter): Typo.
15216 (speedbar-expand-line): Make arg optional.
15217 (speedbar-mode): Avoid a compiler warning.
15218
152192000-05-15 Gerd Moellmann <gerd@gnu.org>
15220
15221 * progmodes/sh-script.el (sh-while-getopts) <sh>: Handle case that
15222 user-specified option string is empty.
15223
15224 * mouse.el (mouse-yank-at-click): Doc fix.
15225
152262000-05-15 Eli Zaretskii <eliz@is.elta.co.il>
15227
15228 * term/internal.el (IT-character-translations): More updates of
15229 latin-iso8859-14 and latin-iso8859-15 from the latest ISO/IEC
15230 documents.
15231
152322000-05-15 Gerd Moellmann <gerd@gnu.org>
15233
15234 * env.el (getenv): New function, interactively callable.
15235 (setenv, getenv): Remove autoload cookies.
15236
15237 * loadup.el: Load `env'.
15238
15239 * progmodes/f90.el: Change author's mail address.
15240
152412000-05-14 Dave Love <fx@gnu.org>
15242
15243 * mail/rmail.el (rmail-show-message-hook): Customize and offer
15244 goto-addr as an option.
15245
15246 * help.el (help-xref-stack): Doc fix.
15247 (help-xref-following): New variable.
15248 (help-make-xrefs): Use it.
15249 (help-xref-go-back): Use position information from stack element.
15250 (help-follow): Make position in stack element a pair. Use
15251 help-xref-following.
15252
15253 * autoarg.el: New file.
15254
15255 * faces.el: Declare more functions obsolete.
15256
15257 * viet-util.el, thai-util.el, tibet-util.el.elc, slovak.el
15258 * misc-lang.el, romanian.el, korea-util.el.elc, lao-util.el
15259 * japan-util.el, greek.el, hebrew.el, european.el, ethio-util.el
15260 * english.el, czech.el, devan-util.el, cyril-util.el, china-util.el:
15261 Remove all the setup-...-environment functions.
15262
152632000-05-13 Eric M. Ludlam <zappo@ultranet.com>
15264
15265 * speedbar.el: Updated the commentary section. xemacs20p now uses
15266 >= when detecting. Require `defimage' safely.
15267 (speedbar-easymenu-definition-base): Add toggle for images.
15268 (speedbar-easymenu-definition-special): Add flush cache & expand.
15269 (speedbar-visiting-tag-hook): Set new defaults. Added options.
15270 (speedbar-reconfigure-keymaps-hook): New variable.
15271 (speedbar-frame-parameters): Updated documentation.
15272 (speedbar-use-imenu-flag): Updated custom tag
15273 (speedbar-dynamic-tags-function-list): New variable.
15274 (speedbar-tag-hierarchy-method): Updated doc & custom.
15275 (speedbar-indentation-width, speedbar-indentation-width) New
15276 variables.
15277 (speedbar-hide-button-brackets-flag): Customizable.
15278 (speedbar-vc-indicator): Doc update.
15279 (speedbar-ignored-path-expressions): Updated default value.
15280 (speedbar-supported-extension-expressions): Updated default value.
15281 (speedbar-syntax-table): Remove {} paren status.
15282 (speedbar-file-key-map, speedbar-buffers-key-map): Add "=" to act
15283 as "+". Added overlay aliases.
15284 (speedbar-mode): Use `speedbar-mode-line-update' instead of
15285 `force-mode-line-update'.
15286 (speedbar-mode, speedbar-quick-mouse, speedbar-click)
15287 (speedbar-double-click): Use `speedbar-mouse-set-point' instead of
15288 `mouse-set-point'
15289 (speedbar-reconfigure-keymaps): Run configure keymap hooks.
15290 (speedbar-item-info-tag-helper): Revamped to handle a wider range
15291 of arbitrary text, and new helper functions.
15292 (speedbar-item-copy, speedbar-item-rename): Fixed trailing \ in
15293 filename finder.
15294 (speedbar-make-button): Call `speedbar-insert-image-button-maybe'.
15295 (speedbar-directory-buttons): Update path search/expansion.
15296 (speedbar-make-tag-line): Pay attention to
15297 `speedbar-indentation-width'. Use more care w/ invisible
15298 properties.
15299 (speedbar-change-expand-button-char): Call
15300 `speedbar-insert-image-button-maybe'.
15301 (speedbar-apply-one-tag-hierarchy-method): Deleted (and replaced).
15302 (speedbar-sort-tag-hierarchy, speedbar-prefix-group-tag-hierarchy)
15303 (speedbar-trim-words-tag-hierarchy)
15304 (speedbar-simple-group-tag-hierarchy): New functions
15305 (speedbar-create-tag-hierarchy): Update doc, use new tag hooks.
15306 (speedbar-insert-imenu-list, speedbar-insert-etags-list): New
15307 functions.
15308 (speedbar-mouse-set-point): New function
15309 (speedbar-power-click): Updated documentation.
15310 (speedbar-line-token, speedbar-goto-this-file): Handle more types
15311 of tag prefix text.
15312 (speedbar-expand-line, speedbar-contract-line): Make more robust
15313 to strange text.
15314 (speedbar-expand-line): Takes universal argument to flush the
15315 cache.
15316 (speedbar-flush-expand-line): New function.
15317 (speedbar-tag-file): Use new `speedbar-fetch-dynamic-tags' fn.
15318 Use new generator insertion method.
15319 (speedbar-fetch-dynamic-tags): New function.
15320 (speedbar-fetch-dynamic-imenu): Removed code now handled in
15321 `speedbar-fetch-dynamic-imenu'.
15322 (speedbar-fetch-dynamic-etags): Fix current buffer problem.
15323 (speedbar-buffer-easymenu-definition): Added "Kill Buffer", and
15324 "Revert Buffer" menu items.
15325 (speedbar-buffer-buttons-engine): Be smarter when creating a
15326 filename tag (for expansion purposes.).
15327 (speedbar-highlight-one-tag-line,
15328 (speedbar-unhighlight-one-tag-line, speedbar-recenter-to-top)
15329 (speedbar-recenter): New functions.
15330 (defimage-speedbar): Image loading abstraction.
15331 (speedbar-directory-+, speedbar-directory--, speedbar-file-+)
15332 (speedbar-file--, speedbar-file-, speedbar-tag-, speedbar-tag-+)
15333 (speedbar-tag--, speedbar-tag-gt, speedbar-tag-v)
15334 (speedbar-tag-type, speedbar-tag-mail): New images.
15335 (speedbar-expand-image-button-alist): New variable.
15336 (speedbar-insert-image-button-maybe): Insert an image over some
15337 buttons.
15338
153392000-05-13 Kenichi Handa <handa@etl.go.jp>
15340
15341 * international/mule-cmds.el (encode-coding-char): An ASCII
15342 character is always encodable.
15343
15344 * international/mule-conf.el: Add more information in descriptions
15345 of character sets.
15346
15347 * international/mule-diag.el (describe-char-after): New function.
15348 (describe-font-internal): Adjusted for the change of font-info.
15349 (describe-font): Likewise.
15350 (print-fontset): Rewritten for the new fontset implementation.
15351 (describe-fontset): Include fontset alias names in completion.
15352 (list-fontsets): Adjusted for the change of print-fontset.
15353
15354 * simple.el (what-cursor-position): If DETAIL is non-nil, call
15355 describe-char-after instead of displaying the detail in the echo
15356 area.
15357 (syntax-code-table): Format changed.
15358 (string-to-syntax): Adjusted for the above change.
15359
153602000-05-12 Stefan Monnier <monnier@cs.yale.edu>
15361
15362 * font-lock.el (lisp-font-lock-keywords-1): Add define-minor-mode.
15363
153642000-05-12 Dave Love <fx@gnu.org>
15365
15366 * calendar/todo-mode.el: Remove some compatibility stuff and CL
15367 dependence. Use line-{beginning,end}-position, not
15368 point-at{b,e}ol. Some doc fixes.
15369 (todo-position): New function. Fix callers of position to use it.
15370 (todo-save-top-priorities, todo-print): Use with-temp-buffer.
15371
153722000-05-12 Gerd Moellmann <gerd@gnu.org>
15373
15374 * time.el (display-time-mail-icon): Use `:ascent center'.
15375
15376 * ange-ftp.el (ange-ftp-skip-msgs): Include 500 code.for
15377 handling FTP security extensions.
15378
153792000-05-11 Dave Love <fx@gnu.org>
15380
15381 * calendar/todo-mode.el: New file.
15382
153832000-05-11 Gerd Moellmann <gerd@gnu.org>
15384
15385 * comint.el (comint-read-input-ring): Move reference to
15386 comint-input-ring-size outside of the save-excursion. It was
15387 causing the default value to be the only one ever seen.
15388
15389 * font-lock.el: Update copyright. Remove Simon Marshall's email
15390 address on request from him.
15391
15392 * subr.el (substitute-key-definition): Add comment describing
15393 the meaning of PREFIX.
15394
153952000-05-10 Stefan Monnier <monnier@cs.yale.edu>
15396
15397 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix regexp.
15398
15399 * subr.el (add-hook, remove-hook): Make hook buffer-local if needed..
15400 (add-minor-mode): Don't make the variable buffer-local and add a
15401 reference to define-minor-mode in the docstring.
15402
15403 * pcvs.el (cvs-cleanup-collection): Remove obsolete code for
15404 HEADER/FOOTER and fix bug with trailing empty directory.
15405 (cvs-append-to-ignore): Use vc-editable-p if available.
15406 (cvs-dir-member-p): Remove obsolete code for HEADER/FOOTER.
15407 (vc-do-command): Tweak advice to handle the new VC.
15408
15409 * log-view.el (log-view-goto-rev): New function for the new VC.
15410 (log-view-minor-wrap): Use mark-active.
15411
15412 * log-edit.el (cvs-changelog-full-paragraphs): Mark obsolete.
15413 (log-edit-changelog-full-paragraphs): New var.
15414 (log-edit-insert-changelog): Remove a lonely leading `* file'.
15415 (log-edit-narrow-changelog, log-edit-changelog-paragraph)
15416 (log-edit-changelog-subparagraph, log-edit-changelog-entry)
15417 (log-edit-changelog-ours-p, log-edit-changelog-entries)
15418 (log-edit-changelog-insert-entries, log-edit-insert-changelog-entries):
15419 Replace the `cvs' prefix with `log-edit'.
15420
15421 * iswitchb.el (iswitchb-completion-help): Unquote lambda.
15422
15423 * diff-mode.el (diff-font-lock-keywords): Recognize comments.
15424 (diff-font-lock-defaults): Explicitly turn off multiline.
15425 (diff-end-of-hunk): Handle comments and fix end-of-buffer bug.
15426 (diff-ediff-patch): Fix call to ediff-patch-file.
15427 (diff-end-of-file, diff-reverse-direction, diff-fixup-modifs):
15428 Handle comments.
15429
15430 * frame.el (automatic-hscrolling): Typo.
15431
15432 * cvs-status.el (cvs-status-minor-wrap): Use mark-active.
15433
154342000-05-09 Sam Steingold <sds@goems.com>
15435
15436 * apropos.el (apropos-print): use `describe-face' instead of
15437 `customize-face-other-window'.
15438
154392000-05-09 Dave Love <fx@gnu.org>
15440
15441 Changes mostly following Richard Sharman <rsharman@wave.home.com>.
15442
15443 * help.el (describe-variable): Have customize button pop the
15444 help-xref stack when invoked.
15445 (help-xref-symbol-regexp): Add `face'.
15446 (help-make-xrefs): Check for quoted face names and adapt regexp
15447 submatch numbers to cope.
15448 (help-xref-interned): Maybe insert face doc too. Separate
15449 sections with a line of hyphens.
15450
15451 * faces.el: Some doc fixes. Declare some functions obsolete.
15452 (describe-face): Add customize button. Return the help
15453 text. Fix prompt.
15454
154552000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
15456
15457 * term/internal.el (IT-character-translations): Fix last change.
15458
154592000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15460
15461 * woman.el: New file
15462 (from Francis J. Wright <F.J.Wright@Maths.QMW.ac.uk>).
15463
154642000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15465
15466 * term/internal.el (IT-character-translations): Update ASCII
15467 simulations for greek-iso8859-7, add latin-iso8859-14 and
15468 latin-iso8859-15.
15469
15470 * international/mule-cmds.el (set-language-info-alist): Call
15471 define-prefix-command with 3 arguments, to make the map suitable
15472 for a menu.
15473
154742000-05-07 Dave Love <fx@gnu.org>
15475
15476 * time.el: Small doc fixes from Pavel Jan\e,Am\e(Bk ml.
15477
154782000-05-05 Dave Love <fx@gnu.org>
15479
15480 * emacs-lisp/cl-macs.el: Doc fixes; mainly avoid duplicating arg
15481 list in doc string. Don't quote keyword symbols.
15482 * emacs-lisp/cl.el: Likewise
15483 * emacs-lisp/cl-seq.el: Likewise
15484
154852000-05-05 Gerd Moellmann <gerd@gnu.org>
15486
15487 * abbrev.el (abbrev-mode): Make ARG optional.
15488
154892000-05-04 Gerd Moellmann <gerd@gnu.org>
15490
15491 * progmodes/ebrowse.el: Change file name `EBROWSE' to `BROWSE'.
15492
15493 * files.el (auto-mode-alist): Change `EBROWSE' to `BROWSE'.
15494
15495 * subr.el (substitute-key-definition): Clarify documentation.
15496
154972000-05-04 Milan Zamazal <pdm@freesoft.cz>
15498
15499 * glasses.el (glasses-convert-to-unreadable): Use
15500 `glasses-separator' instead of the hard-wired "_".
15501 (glasses-mode): Call `glasses-make-unreadable' only in a single
15502 place.
15503
155042000-05-04 Eli Zaretskii <eliz@is.elta.co.il>
15505
15506 * term/internal.el (cjk-codepages-alist): Add associations for
15507 Chinese and Korean codepages. Remove FIXME comment.
15508
155092000-05-03 Dave Love <fx@gnu.org>
15510
15511 * time.el (display-time-mail-face, display-time-use-mail-icon):
15512 New option.
15513 (display-time-mail-icon): New variable.
15514 (display-time-string-forms): Use the above. Fix the local-map.
15515
155162000-05-03 Gerd Moellmann <gerd@gnu.org>
15517
15518 * replace.el (query-replace-map): Add binding for `E'.
15519 (query-replace-help): Extend help text.
15520 (perform-replace): Allow editing the replacement string.
15521
15522 * make-mode.el (makefile-mode-abbrev-table): New variable.
15523 (makefile-mode): Set local abbrev table to
15524 makefile-mode-abbrev-table.
15525 (makefile-font-lock-keywords): Fontify includes and conditionals.
15526
15527 * subr.el (add-minor-mode): Handle AFTER for keymaps. Don't
15528 set TOGGLE's value.
15529
15530 * mailabbrev.el (mail-abbrev-insert-alias): Renamed from
15531 mail-interactive-insert-alias.
15532 (mail-abbrev-complete-alias): New command.
15533 (mail-mode-map): Bind it to `M-TAB'.
15534
155352000-05-03 Kenichi Handa <handa@etl.go.jp>
15536
15537 * language/lao-util.el (lao-compose-region): New function.
15538
155392000-05-02 Gerd Moellmann <gerd@gnu.org>
15540
15541 * files.el (recover-session): Make directories as necessary
15542 if they don't exist yet.
15543
15544 * calendar/cal-french.el
15545 (french-calendar-multibyte-special-days-array)
15546 (french-calendar-special-days-array): Change French text.
15547 (calendar-french-date-string): Change output.
15548 (calendar-goto-french-date): Likewise.
15549
155502000-05-02 Per Abrahamsen <abraham@dina.kvl.dk>
15551
15552 * wid-edit.el (widget-default-active): Obey `:always-active'.
15553 (widget-documentation-string-value-create): Set `:always-active'.
15554
155552000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15556
15557 * startup.el (auto-save-list-file-prefix): For ms-dos, set the
15558 default prefix to `~/_emacs.d/auto-save.list/_s'.
15559 (normal-top-level): Create the directory for auto-save files, if
15560 it doesn't already exist (in the ms-dos case only).
15561
155622000-05-02 Eli Zaretskii <eliz@is.elta.co.il>
15563
15564 * international/mule-cmds.el (set-language-environment): Don't
15565 concat an integer (dos-codepage), use format instead.
15566
155672000-05-02 Dave Love <fx@gnu.org>
15568
15569 * help.el (help-xref-on-pp): Check for constant symbols.
15570
155712000-04-29 Gerd Moellmann <gerd@gnu.org>
15572
15573 * startup.el (normal-top-level): Put a condition-case around
15574 the code loading subdirs.el.
15575
155762000-04-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15577
15578 * ps-print.el: Upside-down and face background color printing,
15579 line number step, doc fix.
15580 (ps-print-version): New version number (5.2).
15581 (ps-setup, ps-prologue-file, ps-begin-file, ps-begin-job)
15582 (ps-face-attribute-list, ps-plot-with-face): Code fix.
15583 (ps-spool-config): Var fix.
15584 (ps-printer-name-option): Const fix.
15585 (ps-print-upside-down, ps-use-face-background)
15586 (ps-line-number-step): New vars.
15587 (ps-window-system, ps-lp-system): New consts.
15588 (ps-face-background): New fun.
15589
155902000-04-28 Richard Stallman <rms@gnu.org>
15591
15592 * files.el (make-auto-save-file-name):
15593 Apply auto-save-file-name-transforms to visited file name
15594 before generating auto save file name.
15595 (auto-save-file-name-transforms): New variable.
15596
15597 * files.el (backup-enable-predicate):
15598 Correctly test for a file under a temporary directory.
15599
156002000-04-28 Gerd Moellmann <gerd@gnu.org>
15601
15602 * subr.el (add-minor-mode): Rewritten.
15603
156042000-04-28 Kenichi Handa <handa@etl.go.jp>
15605
15606 * mail/sendmail.el (sendmail-send-it): Set
15607 buffer-file-coding-system to the selected coding system for MIME
15608 header.
15609
156102000-04-27 Gerd Moellmann <gerd@gnu.org>
15611
15612 * dired.el (dired-move-to-filename-regexp): Allow format where
15613 YYYY is followed by two spaces.
15614
15615 * progmodes/etags.el (etags-tags-completion-table): Add a `:'
15616 in the second character class of the regexp.
15617
15618 * mail/mh-comp.el (mh-send-sub): Look for mh-comp-formfile in
15619 mh-etc, too.
15620
15621 * textmodes/texinfmt.el (texinfo-format-xref): Don't try to insert
15622 nil.
15623
15624 * subr.el (add-minor-mode): Use `set' instead of `setq'.
15625
15626 * gud.el (gud-gdb-find-file): Call find-file-noselect with NOWARN
15627 argument.
15628
156292000-04-27 Sen Nagata <sen@eccosys.com>
15630
15631 * emacs-lisp/crm.el (crm-completion-table): New variable.
15632 (crm-collection-fn, crm-test-completion)
15633 (completing-read-multiple): Use it.
15634
156352000-04-27 Dave Love <fx@gnu.org>
15636
15637 * help.el (locate-library): Use mapc.
15638 (help-manyarg-func-alist): Add call-process-region.
15639
156402000-04-26 Gerd Moellmann <gerd@gnu.org>
15641
15642 * subr.el (add-minor-mode): Make argument MAP optional.
15643
15644 * desktop.el (desktop-save): Save list of minor modes.
15645 (desktop-create-buffer): Restore minor modes.
15646 (desktop-minor-mode-table): New user-option.
15647
15648 * subr.el (add-minor-mode): New function.
15649
15650 * image.el (find-image): New function.
15651 (defimage): Rewritten to find image at load time.
15652
15653 * startup.el (normal-top-level-add-to-load-path): Handle
15654 case that the default directory is not in load-path.
15655
15656 * help.el: Old patch from Stefan Monnier.
15657 (help-xref-on-pp): New function.
15658 (describe-variable): Use it to display xrefs in a symbol's value.
15659
156602000-04-26 Stefan Monnier <monnier@cs.yale.edu>
15661
15662 * cus-edit.el (custom-face): Fix parenthesis.
15663
156642000-04-26 Kenichi Handa <handa@etl.go.jp>
15665
15666 * mail/rmail.el (rmail-expunge): When there are no deleted
15667 messages, do nothing.
15668
156692000-04-26 Dave Love <fx@gnu.org>
15670
15671 * international/mule-cmds.el (locale-translation-file-name):
15672 Defvar to nil.
15673 (set-locale-environment): Set it here (at runtime).
15674
156752000-04-25 Gerd Moellmann <gerd@gnu.org>
15676
15677 * replace.el (perform-replace): Add parameters START and END. Use
15678 them instead of the check for a region in Transient Mark mode.
15679 (query-replace-read-args): Return two more list elements for the
15680 start and end of the region in Transient Mark mode.
15681 (query-replace, query-replace-regexp, query-replace-regexp-eval)
15682 (map-query-replace-regexp, replace-string, replace-regexp): Add
15683 optional last arguments START and END and pass them to
15684 perform-replace.
15685
15686 * progmodes/ebrowse.el (ebrowse-tags-query-replace): Construct a
15687 form with additional arguments for perform-replace.
15688
15689 * progmodes/etags.el (tags-query-replace): Add parameters START
15690 and END. Construct a form with additional arguments for
15691 perform-replace.
15692
15693 * simple.el (shell-command): Set default directory for "*Shell
15694 Command Output" buffer.
15695
15696 * language/european.el (iso-latin-4): Fix typo.
15697
15698 * emacs-lisp/crm.el: New file.
15699
157002000-04-24 Dave Love <fx@gnu.org>
15701
15702 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
15703 (Custom-reset-saved, Custom-reset-standard)
15704 (custom-group-value-create, custom-group-set, custom-group-save)
15705 (custom-group-reset-current, custom-group-reset-saved)
15706 (custom-group-reset-standard): Use mapc.
15707 (custom-buffer-create-internal): Disable undo when creating items.
15708 Use mapc.
15709 (custom-face): Avoid redundant lambda.
15710
157112000-04-24 Gerd Moellmann <gerd@gnu.org>
15712
15713 * startup.el (auto-save-list-file-prefix): Set default to
15714 `~/.emacs.d/auto-save-list/.saves-' for systems other than MS-DOS.
15715
157162000-04-24 Sam Steingold <sds@gnu.org>
15717
15718 * time-stamp.el (time-stamp-string-preprocess): Always convert
15719 `field-result' to a string.
15720
157212000-04-24 Gerd Moellmann <gerd@gnu.org>
15722
15723 * frame.el (scrolling): New group.
15724 (automatic-hscrolling): New user-option.
15725
15726 * startup.el (command-line-x-option-alist): Add `-lsp' and
15727 `--line-spacing'.
15728
157292000-04-19 Dave Love <fx@gnu.org>
15730
15731 * emacs-lisp/cl-extra.el (cl-old-mapc): Fix definition.
15732 (cl-mapc): Rename from mapc. Fix the funcall.
15733
157342000-04-19 Gerd Moellmann <gerd@gnu.org>
15735
15736 * simple.el (clone-indirect-buffer-other-window): New command.
15737 (clone-indirect-buffer): Add optional arg NORECROD.
15738 (toplevel): Bind `C-x 4 c' to clone-indirect-buffer-other-window.
15739
15740 * help.el (resize-temp-buffer-window): Use count-screen-lines.
15741
15742 * window.el (count-screen-lines): New function.
15743 (shrink-window-if-larger-than-buffer): Use count-screen-lines
15744 instead of window-buffer-height.
15745
15746 * progmodes/inf-lisp.el (inferior-lisp-mode): Don't set
15747 non-existing variable comint-input-sentinel.
15748 (inferior-lisp-args-to-list): Removed.
15749 (inferior-lisp): Use split-string instead of
15750 inferior-lisp-args-to-list.
15751
15752 * hexl.el (hexl-insert-hex-string): New command.
15753
15754 * emacs-lisp/gulp.el (gulp-maintainer): Use expand-file-name
15755 instead of concat.
15756
157572000-04-18 Gerd Moellmann <gerd@gnu.org>
15758
15759 * mail/sendmail.el (mail-do-fcc): Prevent inserting a newline
15760 at the start of an existing but empty folder.
15761
157622000-04-18 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15763
15764 * ps-mule.el: Customization fix, doc fix.
15765 (ps-multibyte-buffer): Customization fix.
15766
157672000-04-17 Richard M. Stallman <rms@gnu.org>
15768
15769 * subr.el (read-passwd): Use read-char-exclusive.
15770
157712000-04-17 Gerd Moellmann <gerd@gnu.org>
15772
15773 * textmodes/texinfo.el (texinfo-insert-@email)
15774 (texinfo-insert-@emph, texinfo-insert-@quotation)
15775 (texinfo-insert-@strong, texinfo-insert-@url): New functions.
15776 (texinfo-mode-map): Add key bindings for them.
15777
15778 * files.el (basic-save-buffer-2): Use a template with `$'
15779 instead of `#' for VMS.
15780
15781 * simple.el (clone-indirect-buffer): New function.
15782
157832000-04-16 Stephen Eglen <stephen@gnu.org>
15784
15785 * iswitchb.el (iswitchb-case): New function. If the user input
15786 contains any upper-case characters, the search is made
15787 case-sensitive.
15788
157892000-04-17 Stefan Monnier <monnier@cs.yale.edu>
15790
15791 * textmodes/texinfo.el (texinfo-mode-syntax-table): Add \n as
15792 comment-end.
15793 (texinfo-font-lock-syntactic-keywords): New var.
15794 (texinfo-font-lock-keywords): Remove comment regexp.
15795 (texinfo-insert-block): New function.
15796 (texinfo-mode-map): Add C-c C-o -> texinfo-insert-block.
15797 (texinfo-mode): Use define-derived-mode. Tweak comment-start-skip
15798 and font-lock-defaults. Use regexp-opt for outline-regexp.
15799 (texinfo-environments): New var.
15800 (texinfo-environment-regexp): Use regexp-opt and
15801 texinfo-environments.
15802
15803 * textmodes/ispell.el (ispell-menu-map-needed): Check that
15804 ispell-process is bound since this might be eval'd before ispell
15805 is loaded.
15806 (ispell-message): Use a tiny bit less magic and a bit more hard
15807 data to figure out what kind of sc-cite-regexp to use.
15808
15809 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Fix the regexp.
15810
15811 * calendar/diary-lib.el (fancy-diary-display, mark-diary-entries)
15812 (insert-cyclic-diary-entry): Unquote the lambda.
15813
15814 * gud.el (gud-jdb-build-source-files-list): Fix typo.
15815
15816 * files.el (backup-enable-predicate): Unquote the lambda.
15817
15818 * cus-edit.el (custom-face, face): Unquote the lambda.
15819
158202000-04-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15821
15822 * ps-print.el: Check for line-beginning-position definition.
15823
15824 * ps-print.el: Fix counting lines in a region.
15825 (ps-print-version): New version number (5.1.5).
15826 (ps-spool-without-faces, ps-spool-with-faces): Adjust code.
15827 (ps-printing-region): Fun code fix.
15828
158292000-04-15 Gerd Moellmann <gerd@gnu.org>
15830
15831 * gud.el (gud-jdb-build-source-files-list): Change file-exists-p
15832 to file-directory-p.
15833
158342000-04-14 Gerd Moellmann <gerd@gnu.org>
15835
15836 * gud.el (gud-jdb-build-source-files-list): Check that directory
15837 exists before calling directory-files.
15838
158392000-04-13 Dave Love <fx@gnu.org>
15840
15841 * emacs-lisp/trace.el: Change maintainer. Use new backquote
15842 syntax.
15843
15844 * emacs-lisp/cl-specs.el: Remove when, unless.
15845
15846 * emacs-lisp/cl-extra.el: Don't quote keywords.
15847 (cl-old-mapc): New variable.
15848 (mapc): Use it.
15849 (cl-map-intervals): Use with-current-buffer. Don't check for
15850 next-property-change.
15851 (cl-map-overlays): Use with-current-buffer.
15852 (cl-expt): Remove.
15853 (copy-tree, remprop): Define unconditionally.
15854
15855 * emacs-lisp/cl-compat.el (keywordp): Remove.
15856
15857 * emacs-lisp/edebug.el (edebug-keywordp): Remove. Change callers
15858 to use keywordp.
15859 (edebug-spec): Enable keywordp.
15860
15861 * cus-edit.el (custom-sort-items): Avoid symbol-name with new
15862 string-lessp.
15863
15864 * cus-start.el: Use keywordp.
15865
158662000-04-13 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
15867
15868 * diary-lib.el (include-other-diary-files): Fix the fix of
15869 2000-02-18 by doing a save-excursion.
15870
158712000-04-13 Vinicius Jose Latorre <vinicius@cpqd.com.br>
15872
15873 * ps-print.el: Customization fix, doc fix.
15874 (ps-print-version): New version number (5.1.4).
15875 (ps-article-author, ps-article-subject, ps-info-file, ps-info-node)
15876 (ps-print-preprint): Adjust code.
15877 (ps-printer-name, ps-lpr-switches, ps-user-defined-prologue)
15878 (ps-print-prologue-header, ps-print-control-characters)
15879 (ps-spool-config): Customization fix.
15880
158812000-04-13 Eli Zaretskii <eliz@is.elta.co.il>
15882
15883 * textmodes/ispell.el (ispell-menu-map): Menu items rearranged and
15884 converted to the new menu-item format, names silightly changed,
15885 help strings added.
15886
15887 Support for spelling without async subprocesses:
15888
15889 * textmodes/ispell.el (ispell-cmd-args, ispell-output-buffer)
15890 (ispell-session-buffer): New variables.
15891 (ispell-start-process, ispell-process-status,
15892 ispell-accept-output, ispell-send-string): New functions, for
15893 Ispell invocation when async subprocesses aren't supported.
15894 (ispell-word, ispell-pdict-save, ispell-command-loop,
15895 ispell-process-line, ispell-buffer-local-parsing): Replace calls
15896 to process-send-string with calls to ispell-send-string, and
15897 accept-process-output with ispell-accept-output.
15898 (ispell-init-process): Call ispell-process-status instead of
15899 process-status with.
15900 (ispell-init-process): Call ispell-start-process. Call
15901 ispell-accept-output and ispell-send-string. Don't call
15902 process-kill-without-query and kill-process if they are unbound.
15903 (ispell-async-processp): New function.
15904
159052000-04-12 Dave Love <fx@gnu.org>
15906
15907 * info.el: Add debug-ignored-errors.
15908 (Info-mode-menu): Add some items.
15909 (Info-directory): Add autoload cookie.
15910
15911 * menu-bar.el (menu-bar-options-menu): Make `mule' always visible.
15912 Modify `truncate-lines'. Make `describe-language-environment'
15913 always visible and add help. Modify `describe-key' help. Invoke
15914 Info-directory from `info'. New entry `emacs-manual'.
15915
159162000-04-10 Gerd Moellmann <gerd@gnu.org>
15917
b291c86c
SM
15918 * progmodes/ebrowse.el (ebrowse-tree-mode):
15919 Use propertized-buffer-identification.
a30eb617
DL
15920 (ebrowse-update-member-buffer-mode-line): Likewise.
15921 (ebrowse--mode-strings): Removed.
15922 (ebrowse--mode-line-props): Removed.
15923
15924 * files.el (auto-mode-alist): Add `EBROWSE'.
15925
15926 * progmodes/ebrowse.el (ebrowse-read): Skip forward over white
15927 space before testing for end of buffer.
15928 (ebrowse-load): Removed.
15929 (ebrowse-revert-tree-buffer-from-file): Rewritten.
15930 (ebrowse-create-tree-buffer): Rewritten.
15931 (ebrowse-tree-mode): Read tree from buffer.
15932
15933 * progmodes/ebrowse-ffh.el: Removed.
15934
159352000-04-10 Kenichi Handa <handa@etl.go.jp>
15936
15937 * language/vietnamese.el (viet-vscii-decode-table): Fix a bug.
15938
159392000-04-10 Gerd Moellmann <gerd@gnu.org>
15940
15941 * jit-lock.el (with-buffer-unmodified): Fix bug introduced by `)'
15942 at the wrong place.
15943
159442000-04-09 Dave Love <fx@gnu.org>
15945
b291c86c
SM
15946 * files.el (backup-enable-predicate):
15947 Use temporary-file-directory, small-temporary-file-directory.
15948 (make-backup-file-name-function, backup-directory-alist): New vars.
a30eb617
DL
15949 (make-backup-file-name-1): New function.
15950 (make-backup-file-name): Use it.
b291c86c 15951 (find-backup-file-name): Likewise. Use format for clarity, not concat.
a30eb617
DL
15952 (file-newest-backup): Use make-backup-file-name.
15953
159542000-04-09 Gerd Moellmann <gerd@gnu.org>
15955
15956 * progmodes/ebrowse-ffh.el: New file.
15957
86f6474c
SM
15958 * progmodes/ebrowse.el (ebrowse-find-file-hook-fn):
15959 Moved to ebrowse-ffh.el.
a30eb617
DL
15960 (ebrowse-load): Add autoload.
15961
15962 * finder.el (finder-commentary): Add autoload cookie.
15963
15964 * mail/rfc2368.el: Correct author's email address.
15965
15966 * progmodes/ebrowse.el: New file.
15967
15968 * emacs-lisp/easymenu.el (easy-menu-create-menu): Process menu
15969 item help string.
15970 (easy-menu-do-add-item): Ditto.
15971 (easy-menu-define): Extend doc string.
15972
86f6474c 15973 * jit-lock.el (with-buffer-unmodified): Use restore-buffer-modified-p.
a30eb617
DL
15974 (with-buffer-prepared-for-font-lock): Use with-buffer-unmodified.
15975 (jit-lock-function, jit-lock-stealth-fontify): Don't use
15976 with-buffer-unmodified.
15977
159782000-04-08 Dave Love <fx@gnu.org>
15979
15980 * emacs-lisp/edebug.el: Fix specs for dolist, dotimes, push, pop,
15981 unless, when.
15982
159832000-04-07 Mikio Nakajima <minakaji@osaka.email.ne.jp>
15984
15985 * viper-util.el (viper-put-on-search-overlay): New subroutine.
15986 (viper-flash-search-pattern): No operation when using Emacs
15987 doesn't support face.
15988 Use `viper-put-on-search-overlay'.
15989
159902000-04-04 Gerd Moellmann <gerd@gnu.org>
15991
15992 * isearch.el (isearch-mode-map): Define M-C-s like C-s and M-C-r
15993 like C-r.
15994
15995 * progmodes/make-mode.el: Some doc fixes.
15996 (makefile-mode-abbrev-table): New variable.
15997 (makefile-mode): Set local abbrev table to makefile-mode-abbrev-table.
15998 (makefile-font-lock-keywords): Fontify includes and conditionals.
15999 (toplevel): Require `dabbrev' and `add-log' when compiling.
16000
16001 * replace.el (perform-replace): Don't move forward one char
16002 when MATCH-AGAIN is nil, and REGEXP-FLAG is t. We don't want
16003 to do that because it leaves point 1 position after the last
16004 replacement, after everything has been replaced.
16005
16006 * jit-lock.el (with-buffer-unmodified): New macro.
16007 (with-buffer-prepared-for-font-lock): Don't preserve buffer's
16008 modified state.
16009 (jit-lock-function-1): Extracted from jit-lock-function; not
16010 preserving buffer's modified state.
86f6474c
SM
16011 (jit-lock-function, jit-lock-stealth-fontify):
16012 Call jit-lock-function-1.
a30eb617
DL
16013
16014 * mail/rfc2368.el: Remove supernumerary copyright line.
16015
160162000-04-04 Milan Zamazal <pdm@freesoft.cz>
16017
16018 * glasses.el: Provide facilities for inserting space before left
16019 parentheses and uncapitalization of identifiers.
16020 (glasses-mode): Try to remove old overlays in all cases.
16021
160222000-04-03 Gerd Moellmann <gerd@gnu.org>
16023
16024 * progmodes/compile.el (compile-internal): Display the compilation
16025 buffer in a different frame, if it's already displayed there.
16026
16027 * mail/rfc2368.el: New file.
16028
16029 * simple.el (sendmail-user-agent-compose): Recognize a `body'
16030 header and insert its value as mail body.
16031
16032 * subr.el (member-ignore-case): New function.
16033
16034 * dabbrev.el (dabbrev-ignored-regexps): New user-option.
16035 (dabbrev--find-expansion): Ignore buffers matching a regexp
16036 from dabbrev-ignored-regexps.
16037
16038 * jka-compr.el (jka-compr-compression-info-list): Add `.z'
16039 to extensions handled by gzip.
16040
160412000-04-03 Richard M. Stallman <rms@gnu.org>
16042
16043 * files.el (insert-directory): List the total free space
16044 along with the used space.
16045
16046 * textmodes/fill.el (fill-individual-paragraphs): If a no-prefix
16047 line is followed by one that matches CITATION-REGEXP, end the
16048 paragraph.
16049
160502000-04-03 Markus Rost <rost@delysid.gnu.org>
16051
16052 * mail/rmailsum.el (rmail-user-mail-address-regexp): New option.
16053 (rmail-make-basic-summary-line): Use that option.
16054
160552000-04-03 Kenichi Handa <handa@etl.go.jp>
16056
16057 * international/mule-cmds.el (encoded-string-description):
16058 Rewritten. Try pretty description for ISO 2022 escape sequences
16059 only if CODING-SYSTEM is based on ISO 2022. Use uppercase letters
16060 for hexadecimal format.
16061
160622000-04-01 Dave Love <fx@gnu.org>
16063
16064 * cpp.el: Change customization group to `c' from `C'.
16065
16066 * vcursor.el (vcursor-move): Use display-color-p.
16067
16068 * international/mule-util.el: Provide mule-utils.
16069 (string-to-sequence): Simplify and speed up.
16070
16071 * international/mule.el (make-coding-system): Purecopy doc-string.
16072
16073 * international/mule-cmds.el: Various menu changes.
16074 (describe-specified-language-support): Handle `Default'.
16075 (set-language-info): Purecopy `info'.
16076
160772000-03-31 Andrew Innes <andrewi@gnu.org>
16078
16079 * vc.el (vc-backend-diff): Return the correct status if we had to
16080 retry the rcsdiff command without the --brief option.
16081
160822000-03-31 Dave Love <fx@gnu.org>
16083
16084 * help.el (help-manyarg-func-alist): Correct several omissions.
16085
16086 * add-log.el: Don't require cl, fortran.
16087 (add-log-current-defun-function): Doc fix.
86f6474c 16088 (change-log-version-number-regexp-list): Remove SCCS part. Doc fix.
a30eb617 16089 (change-log-version-rcs): Function deleted.
86f6474c
SM
16090 (change-log-version-number-search): Doc fix.
16091 Use vc-workfile-version. Avoid CL dolist.
a30eb617
DL
16092 (add-change-log-entry): Just call add-log-current-defun to get
16093 defun. Simplify somewhat.
16094 (change-log-get-method-definition-1): Likewise.
16095 (add-log-current-defun): Return nil if calling
16096 add-log-current-defun-function does so. Move Fortran stuff to
16097 fortran.el. Return string without properties.
16098
16099 * textmodes/ooutline.el (outline-font-lock-keywords): Use :upper:
16100 and :alpha: char classes.
16101
16102 * mail/supercite.el: Defvar curline when compiling.
16103 (sc-citation-root-regexp, sc-citation-nonnested-root-regexp)
16104 (sc-get-address, sc-attribs-extract-namestring): Use [:alnum:]
16105 rather than a-zA-Z0-9 to allow non-ASCII characters.
16106
161072000-03-31 Gerd Moellmann <gerd@gnu.org>
16108
16109 * emacs-lisp/byte-opt.el: Fix byte-compiler warnings format.
16110
16111 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16112 Re-enable new code.
16113
16114 * lpr.el (print-region-1): Use -d to specify printer name for
16115 systems `usg-unix-v*, `dgux', `hpux', `irix'.
16116
161172000-03-31 Dave Love <fx@gnu.org>
16118
86f6474c
SM
16119 * emacs-lisp/byte-opt.el (byte-compile-inline-expand):
16120 Look for function definition in symbol's function value slot first
a30eb617
DL
16121 instead of first consulting byte-compile-function-environment.
16122
161232000-03-31 Kenichi Handa <handa@etl.go.jp>
16124
16125 * language/european.el ("Polish"): New language environment.
16126 (setup-polish-environment): New function.
16127
161282000-03-30 Gerd Moellmann <gerd@gnu.org>
16129
16130 * emacs-lisp/bytecomp.el (byte-compile-file-form-autoload):
16131 Disable new code.
16132
16133 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Fix bug
16134 trying to `load' the symbol of an autoload instead of the file
16135 recorded in the autoload. Fix error messages.
16136
161372000-03-30 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16138
16139 * ps-print.el: PostScript programming fix for ghostview, doc fix.
16140 (ps-print-version): New version number (5.1.3).
16141 (ps-begin-file, ps-begin-job, ps-set-color, ps-do-despool, ps-setup)
16142 (ps-insert-file, ps-output-boolean, ps-plot-with-face)
16143 (ps-generate-postscript-with-faces): Code fix.
16144 (ps-color-values): XEmacs compatibility.
16145 (ps-print-background-image, ps-print-background-text, ps-printer-name)
16146 (ps-default-fg, ps-default-bg): Adjust customization.
16147 (ps-zebra-color): Adjust customization, renaming old ps-zebra-gray var.
16148 (ps-color-scale): Renaming old ps-color-value fun.
16149 (ps-print-headers): Replace ps-print-header group to avoid conflict
16150 with ps-print-header variable.
16151 (ps-print-miscellany): New group.
16152 (ps-format-color, ps-rgb-color): New funs.
16153 (ps-default-foreground): New var.
16154 (ps-printer-name-option): New const.
16155
161562000-03-30 Peter Breton <pbreton@ne.mediaone.net>
16157
16158 * net/net-utils.el:
16159 (network-connection-host, network-connection-service): New variables
16160 (network-connection-mode): New mode, derived from comint-mode
16161 (network-connection-mode-setup): New function, saves host and
16162 service information in local variables.
16163
16164 * lisp/locate.el:
16165 (locate-word-at-point): Added this function
16166 (locate): Default to using locate-word-at-point as input
16167 Run dired-mode-hook
16168
161692000-03-29 Dave Love <fx@gnu.org>
16170
16171 * calendar/appt.el: Doc fixes.
16172 (appt-check): Convert min-to-app to a string before passing to
16173 appt-disp-window-function or concat.
16174 (appt-delete-window): Remove test for frame-root-window.
16175 (appt-select-lowest-window, appt-convert-time): Simplify.
16176
16177 * emacs-lisp/bytecomp.el: Doc fixes.
86f6474c
SM
16178 (byte-compile-file-form-autoload):
16179 Update byte-compile-function-environment.
a30eb617
DL
16180
161812000-03-29 Andreas Schwab <schwab@suse.de>
16182
86f6474c 16183 * emacs-lisp/autoload.el: Also print defsubst doc string specially.
a30eb617
DL
16184
16185 * dired.el (dired-insert-directory): If dired-free-space-program
16186 failed just delete its output.
16187
161882000-03-29 Dave Love <fx@gnu.org>
16189
16190 * international/iso-cvt.el: Move provide to end. Doc fixes.
16191 (iso-iso2sgml-trans-tab, iso-sgml2iso-trans-tab): New variables.
16192 (iso-iso2sgml, iso-sgml2iso): New functions.
16193 (iso-cvt-define-menu): Fix some entries and use backquote for
16194 clarity.
16195
16196 * format.el (format-alist): Use iso-cvt functions for SGML/HTML.
16197
161982000-03-28 Gerd Moellmann <gerd@gnu.org>
16199
16200 * emacs-lisp/lisp-mnt.el (lm-last-modified-date): Add parameter
16201 ISO-DATE. If non-nil, return date in ISO 8601 format.
16202
162032000-03-26 Stefan Monnier <monnier@cs.yale.edu>
16204
16205 * log-edit.el (log-edit-mode-map): Inherit from vc-log-mode-map
16206 if it ever becomes used.
16207 (log-edit-mode-hook): Default to vc-log-mode-hook.
16208 (log-edit-mode): Fix the docstring.
16209
16210 * emacs-lisp/bytecomp.el (byte-compile-eval): Fix and reenable
16211 the code.
16212
162132000-03-26 Dave Love <fx@gnu.org>
16214
16215 * net/browse-url.el (browse-url): Re-fix case of
16216 browse-url-browser-function being an alist.
16217 (browse-url): Add :link to defgroup.
16218
16219 * files.el: Doc fixes.
16220 (file-truename): Include `[' in wildcard characters.
16221 (automount-dir-prefix): Customize.
16222 (find-file-wildcards): Add :version.
16223 (find-file-noselect): Simplify a mapcar call.
16224
16225 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
16226 compatible with inf-lisp version.
16227 (eval-defun-1): Fix custom-declare-variable case.
16228
162292000-03-25 Stefan Monnier <monnier@cs.yale.edu>
16230
16231 * cus-edit.el (hook): Use `dolist' instead of CL's `mapc'.
16232
162332000-03-24 Gerd Moellmann <gerd@gnu.org>
16234
16235 * Makefile (COMPILE_FIRST): New macro.
16236 (compile-files): Compile files from COMPILE_FIRST first.
16237
86f6474c 16238 * emacs-lisp/bytecomp.el (byte-compile-eval): Disable new code.
a30eb617
DL
16239
16240 * emacs-lisp/lisp.el (beginning-of-defun-raw): Add regexp
16241 matching open parenthesis in column 0 to defun-prompt-regexp
16242 only if open-paren-in-column-0-is-defun-start is set.
16243
16244 * sun-curs.el: Require CL at compile-time only.
16245
16246 * msb.el (msb--choose-file-menu): Use `(apply #'list ...)'
16247 instead of copy-list which is a function from CL.
16248 (msb--choose-menu, msb--mode-menu-cond)
16249 (msb--create-buffer-menu-2): Use dolist instead of mapc.
16250 (msb--init-file-alist): Use mapcar instead of mapcan.
86f6474c
SM
16251 (msb--aggregate-alist): Use mapcar instead of mapcan.
16252 Fix `(' in column 0 in doc string.
a30eb617
DL
16253 (msb--add-separators): Use mapcar instead of mapcan.
16254
16255 * cus-dep.el: Require CL at compile-time only.
16256
162572000-03-24 Stefan Monnier <monnier@cs.yale.edu>
16258
16259 * emacs-lisp/bytecomp.el (byte-compile-warning-types)
16260 (byte-compile-warnings): New warning `noruntime'.
16261 (byte-compile-constants, byte-compile-variables): Fix docstring.
16262 (byte-compile-initial-macro-environment): Use `byte-compile-eval' to
16263 execute `eval-whenc-compile's body.
16264 (byte-compile-unresolved-functions): Fix docstring.
16265 (byte-compile-eval): New function.
16266 (byte-compile-callargs-warn): Check if the function will be available
16267 at runtime (via property `byte-compile-noruntime').
16268 (byte-compile-print-syms): New function.
16269 (byte-compile-warn-about-unresolved-functions): Also warn about
16270 `noruntime' functions (and use `byte-compile-print-syms').
16271 (byte-compile-file): Capitalize the message.
16272
162732000-03-24 Gerd Moellmann <gerd@gnu.org>
16274
16275 * mail/rmail.el (rmail-confirm-expunge): New user-option.
16276 (rmail-expunge): Ask for confirmation depending on the setting
16277 of rmail-confirm-expunge.
16278
162792000-03-23 Gerd Moellmann <gerd@gnu.org>
16280
16281 * Makefile (bootstrap-clean): If $(emacs) exists, build
16282 loaddefs.el first. A loaddefs.el that's not up-to-date might
86f6474c 16283 cause a bootstrap failure because things don't autoload as expected.
a30eb617
DL
16284
162852000-03-23 Dave Love <fx@gnu.org>
16286
16287 * net/browse-url.el: Restore previous use of
16288 browse-url-maybe-new-window.
16289
162902000-03-23 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16291
16292 * ps-print.el: Skip banner page fix.
16293 (ps-print-version): New version number (5.1.2).
16294 (ps-begin-file, ps-end-file, ps-generate): Code fix.
16295
162962000-03-23 Dave Pearson <davep@davep.org>
16297
16298 * net/quickurl.el Changed the type of parameter passed to the
16299 function defined by `quickurl-format-function'. Before only the
16300 text of the URL was passed. Now the whole URL structure is passed
86f6474c
SM
16301 and the function is responsible for extracting the parts it requires.
16302 Changed the default of `quickurl-format-function' accordingly.
a30eb617
DL
16303 (quickurl-insert): Changed the `funcall' of
16304 `quickurl-format-function' to match the above change.
16305 (quickurl-list-insert): Changed the `url' case so that it makes
16306 use of `quickurl-format-function', previous to this the format was
16307 hard wired.
16308
163092000-03-22 Gerd Moellmann <gerd@gnu.org>
16310
16311 * startup.el: Change some spellings for the X Window System.
16312
163132000-03-22 Stefan Monnier <monnier@cs.yale.edu>
16314
86f6474c
SM
16315 * progmodes/make-mode.el (makefile-warn-suspicious-lines):
16316 Clean up the code and the regexp and make sure the cursor is
16317 temporarily moved to the suspicious line while querying the user.
a30eb617
DL
16318
163192000-03-22 Jason Rumney <jasonr@gnu.org>
16320
16321 * w32-fns.el (w32-charset-info-alist): Initialize.
16322
163232000-03-22 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16324
16325 * ps-print.el: N-up last page fix.
16326 (ps-print-version): New version number (5.1.1).
16327 (ps-end-file, ps-end-job, ps-generate): Code fix.
16328
163292000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16330
16331 * files.el (find-file-run-dired): Update docstring.
16332 (find-directory-functions): New hook.
16333 (find-file-noselect): Run find-directory-functions rather than
16334 calling dired directly.
16335
16336 * menu-bar.el (pcl-cvs): Add an entry for PCL-CVS' global menu.
16337
16338 * pcvs.el: Add a minimal leading commentary.
16339 (cvs-make-cvs-buffer): Change the header part by removing the startup
16340 message and adding a `Module' entry. Also replace the FOOTER and
16341 HEADER special fileinfos with the new support in ewoc for updating
16342 its own footer and header.
16343 (cvs-update-header): Update to use the header/footer of the ewoc.
16344 (cvs-mode): Use define-derived-mode and set truncate-lines to t.
16345 (cvs-is-within-p): New function.
16346 (cvs-mode-run): Take advantage of `save-some-buffers's new ability
16347 to only examine some subset of the buffers.
16348
16349 * pcvs-info.el (cvs-fileinfo-pp): Use the new property-preserving
16350 `format' instead of our own ad-hoc functions.
16351 Remove HEADER and FOOTER cases, now handled in the EWOC.
16352 (cvs-fileinfo<): Remove HEADER and FOOTER cases.
16353
16354 * pcvs-parse.el (cvs-parse-run-table): Change message for unknown
16355 output to avoid scaring the user.
16356 (cvs-parse-table): Catch message for non-up-to-date commits.
16357
16358 * pcvs-defs.el (cvs-startup-message): Remove.
16359 (cvs-global-menu): New autoloaded menu.
16360
16361 * pcvs-util.el (cvs-string-fill): Remove.
16362
16363 * emacs-lisp/ewoc.el (ewoc--create-special-node): Remove.
16364 (ewoc--refresh-node): Don't take the whole EWOC but only the relevant
16365 PP part of it and also make it work for footers and headers.
16366 (ewoc-create): Drop POS and BUFFER arguments.
16367 Use the DLL's dummy node to store the end-of-footer position.
16368 (ewoc-map, ewoc-invalidate): Update call to ewoc--refresh-node.
16369 (ewoc-refresh): Remove unused `header' variable.
16370 (ewoc-(get|set)-hf): New functions.
16371
16372 * log-view.el (log-view-(msg|file)-(prev|next)): Rename from
16373 log-view-*-(message|file) and use easy-mmode-define-navigation.
16374 (log-view-message-re): Match SCCS format as well.
16375 And match the revision line rather than the dashed separator line.
16376 (log-view-mode): Use the new define-derived-mode.
16377 (log-view-current-tag): Fill in with an actual implementation.
16378
16379 * cvs-status.el (cvs-status-(prev|next)): Rename from
16380 cvs-status-(prev|next)-entry and use easy-mmode-define-navigation.
16381 (cvs-tree-dstr-*): Rename from cvstree-dstr-* and use two ascii chars
16382 to let the output "breathe" a little more (more readable).
16383 (cvs-status-mode): Use the new define-derived-mode.
16384
16385 * smerge-mode.el (smerge-auto-leave): New function and variable.
16386 (smerge-basic-map): Rename from smerge-basic-keymap.
16387 Change the bindings for smerge-diff-*.
16388 (smerge-*-map): Use easy-mmode-defmap.
16389 (smerge-(next|prev)): Use easy-mmode-define-navigation.
16390 (smerge-keep-*): Use smerge-auto-leave.
16391
163922000-03-21 Jason Rumney <jasonr@gnu.org>
16393
16394 * cus-edit.el (custom-button-face): Use 3D look for w32.
16395 (custom-button-pressed-face): Likewise.
16396
163972000-03-21 Gerd Moellmann <gerd@gnu.org>
16398
16399 * progmodes/etags.el (tags-case-fold-search): New user-option.
16400 (tags-loop-eval): New function. Bind case-fold-search around eval
16401 depending on the value of tags-case-fold-search.
16402 (tags-loop-continue): Use tags-loop-eval.
16403 (find-tag-in-order): Bind case-fold-search depending on the value
16404 of tags-case-fold-search.
16405
164062000-03-21 Stefan Monnier <monnier@cs.yale.edu>
16407
86f6474c 16408 * diff-mode.el (diff-mode-*-map): Use `easy-mmode-defmap'.
a30eb617
DL
16409 (diff-end-of-hunk): Return the end position for use in
16410 `easy-mmode-define-navigation'.
16411 (diff-recenter): Remove.
16412 (diff-(next|prev)-*): Rename `diff-*-(prev|next)' and defined in terms
16413 of `easy-mmode-define-navigation'.
16414 (diff-kill-*): Rename `diff-*-kill' (for consistency with the
16415 previous renaming) and fix to use new names.
16416 (diff-merge-strings): Use \n as separator: simpler, faster.
16417 (diff-mode): Use `define-derived-mode'.
16418
16419 * derived.el (define-derived-mode): Don't autoload anymore.
16420 Prefer the macro-only version provided by easy-mmode.el.
16421
16422 * emacs-lisp/easy-mmode.el (define-derived-mode): New name for
86f6474c 16423 `easy-mmode-define-derived-mode'. Use `combine-run-hooks'.
a30eb617
DL
16424 (easy-mmode-define-navigation): New macro.
16425
16426 * subr.el (combine-run-hooks): New function.
16427
164282000-03-21 Kenichi HANDA <handa@etl.go.jp>
16429
16430 * term/x-win.el: Fontsets related initialization is simplified.
16431
16432 * international/mule-diag.el (describe-font): Don't refer to
16433 global-fontset-alist, instead call font-list.
16434 (describe-fontset, list-fontsets, mule-diag): Likewise.
86f6474c 16435 (print-fontset): Adjusted for the change of fontset implementation.
a30eb617 16436
86f6474c
SM
16437 * international/fontset.el (x-charset-registries): Variable removed,
16438 instead the corresponding data is stored in the default fontset.
a30eb617
DL
16439 (register-alternate-fontnames): Function removed.
16440 (resolved-ascii-font): Variable removed.
16441 (x-compose-font-name): Ignore the second argument REDOCE.
16442 (x-complement-fontset-spec): Complement only an ASCII font and
16443 element for those charsets than can use that ASCII font.
16444 (generate-fontset-menu): Don't refer to global-fontset-alist,
16445 instead call fontset-list.
16446 (uninstantiated-fontset-alist): Variable removed.
16447 (x-style-funcs-alist): Likewise.
16448 (fontset-default-styles): Likewise.
16449 (x-modify-font-name): Function removed.
86f6474c 16450 (create-fontset-from-fontset-spec): Ignore the argument STYLE-VARIANT.
a30eb617
DL
16451 (create-fontset-from-ascii-font): Docsting adjusted for the above
16452 change.
16453 (instantiate-fontset, resolve-fontset-name): Functions removed.
16454 (fontset-list): Now implemented by C code.
16455
16456 * faces.el (read-face-font): Fix TABLE arg to completing-read.
16457 (describe-face): Include `font' attribute in the description.
16458
164592000-03-21 Kenichi Handa <handa@etl.go.jp>
16460
16461 * international/quail.el (quail-set-keyboard-layout): Typo fixed.
16462
164632000-03-20 Gerd Moellmann <gerd@gnu.org>
16464
16465 * rcompile.el, rlogin.el, telnet.el, net-utils.el, quickurl.el,
16466 ange-ftp.el, browse-url.el, goto-addr.el, webjump.el,
16467 zone-mode.el, snmp-mode.el: Moved to net subdirectory.
16468
16469 * jit-lock.el (with-buffer-prepared-for-font-lock): Add comment
16470 about behavior of set-buffer-modified-p wrt redisplay.
16471
164722000-03-19 Richard M. Stallman <rms@gnu.org>
16473
16474 * view.el (view-mode-disable): Kill local binding of view-read-only.
16475
164762000-03-18 Gerd Moellmann <gerd@gnu.org>
16477
86f6474c 16478 * font-lock.el (font-lock-apply-syntactic-highlight): If VALUE
a30eb617
DL
16479 is a string, convert it to a syntax cell using string-to-syntax.
16480
16481 * simple.el (syntax-code-table, syntax-flag-table): New variables.
16482 (string-to-syntax): New function.
16483
16484 * ange-ftp.el (ange-ftp-try-passive-mode): New user-option.
16485 (ange-ftp-get-process): If ange-ftp-try-passive-mode is set,
16486 try to use passive ftp mode.
16487
164882000-03-17 Gerd Moellmann <gerd@gnu.org>
16489
16490 * progmodes/awk-mode.el (awk-font-lock-keywords): Add `else'.
16491
16492 * simple.el (append-to-buffer): Update point of windows after
16493 insertion.
16494
16495 * abbrev.el (inverse-add-abbrev): Identify word by first moving
16496 forward then moving backward. Reindent.
16497
16498 * frame.el (other-frame): Call x-focus-frame only if
16499 focus-follows-mouse is off.
16500
165012000-03-17 Dave Love <fx@gnu.org>
16502
86f6474c 16503 * pcvs-util.el (cvs-strings->string): Rename replace-regexps-in-string.
a30eb617
DL
16504
165052000-03-17 Stefan Monnier <monnier@cs.yale.edu>
16506
16507 * mail/rmailsum.el (rmail-summary-font-lock-keywords): Make sure the
16508 regexp for labels cannot span several lines.
16509
16510 * emacs-lisp/cl-macs.el (cl-do-arglist): Don't add useless
16511 `(setq :<key> ':<key>)' to the macro expansion.
16512
165132000-03-16 Dave Love <fx@gnu.org>
16514
16515 * progmodes/f90.el (f90): Put custom group under `languages', not
16516 `fortran'.
16517 (f90-mode-hook): Customize.
16518 (f90-mode): Set add-log-current-defun-function.
16519 (f90-current-defun): New function.
16520
165212000-03-16 Gerd Moellmann <gerd@gnu.org>
16522
16523 * cus-edit.el (custom-variable-tag-face): Handle case that
16524 default face's height is not a number.
16525 (custom-face-tag-face, custom-group-tag-face-1)
16526 (custom-group-tag-face): Ditto.
16527 (custom-group-tag-face-1): Add :group.
16528
16529 * info.el (Info-fontify-maximum-menu-size): Increase to 100000.
16530
165312000-03-15 Gerd Moellmann <gerd@gnu.org>
16532
16533 * pcvs-defs.el (toplevel): Remove autoload cookie for form
16534 requiring easymenu.
16535
165362000-03-15 Vinicius Jose Latorre <vinicius@cpqd.com.br>
16537
16538 * ps-print.el: PostScript user-defined prologue, PostScript error
16539 handler, doc fix.
16540 (ps-print-version): New version number (5.1).
16541 (ps-user-defined-prologue, ps-error-handler-message)
16542 (ps-print-prologue-0, ps-error-handler-alist): New vars.
16543 (ps-setup, ps-begin-file, ps-begin-job): Code fix.
16544 (ps-insert-string): New function.
16545
165462000-03-15 Kenichi Handa <handa@etl.go.jp>
16547
16548 * international/ccl.el (ccl-compile-expression): Don't generate
16549 invalid self-assignment code.
16550
165512000-03-14 Dave Love <fx@gnu.org>
16552
16553 * subr.el (replace-regexp-in-string): Renamed from
16554 replace-regexps-in-string. Doc fix.
16555
165562000-03-12 Dave Love <fx@gnu.org>
16557
16558 * cus-edit.el: Doc fixes.
86f6474c 16559 (customize-set-variable, customize-save-variable): Rename args for doc.
a30eb617
DL
16560 (custom-variable-tag-face, custom-face-tag-face)
16561 (custom-group-tag-face-1, custom-group-tag-face): Modify from
16562 style which user identify as hyperlink.
16563 (hook): Don't add undefined functions to the hook.
16564 (debug-ignored-errors): Transfer message from bindings.el.
16565
165662000-03-12 Gerd Moellmann <gerd@gnu.org>
16567
86f6474c
SM
16568 * recentf.el (recentf-keep-non-readable-files-p):
16569 Remove double/nested definition.
a30eb617
DL
16570
165712000-03-12 Dave Love <fx@gnu.org>
16572
16573 * facemenu.el (facemenu-get-face): Use display-color-p.
16574 * enriched.el (enriched-decode-foreground): Likewise.
16575 (enriched-decode-background): Likewise.
16576 * isearch.el (isearch-highlight): Likewise.
16577 * info-look.el (info-lookup): Likewise.
16578 * simple.el (completion-setup-function): Likewise.
16579
16580 * textmodes/text-mode.el (text-mode-hook): Add flyspell-mode to
16581 :options.
16582
16583 * bindings.el (mode-line-format): Fix line-number and
16584 column-number items. Add help-echo for the background.
16585 (mode-line-mule-info): Modify help-echo.
16586
16587 * avoid.el (mouse-avoidance-mode): Add autoload cookie to defcustom.
16588
16589 * files.el (load-file): Allow completion to .elc.
16590
16591 * man.el: Doc fixes.
16592 (Man-init-defvars): Use display-color-p to set fontification.
16593
16594 * play/hanoi.el (hanoi-internal): Don't use oddp.
16595
165962000-03-12 Gerd Moellmann <gerd@gnu.org>
16597
16598 * arc-mode.el (archive-zip-update): Add `-P' for pkzip.
16599
16600 * emacs-lisp/re-builder.el: Remove RCS Id, remove history comment.
16601
166022000-03-12 Detlev Zundel <detlev.zundel@stud.uni-karlsruhe.de>
16603
16604 * emacs-lisp/re-builder.el (reb-re-syntax): Fix typo in `:type'.
16605 Fix comment.
16606
166072000-03-10 Stefan Monnier <monnier@cs.yale.edu>
16608
16609 * font-lock.el (font-lock-keywords): Fix the doc now that
16610 regexp-opt-depth is unnecessary.
16611 (save-buffer-state): Set an edebug spec.
16612 (font-lock-fontify-anchored-keywords): Properly handle the case when
16613 the matcher goes past the limit.
16614
16615 * cvs-status, log-edit.el, log-view.el, pcvs-defs.el, pcvs-info.el,
16616 pcvs-parse.el, pcvs-util.el, pcvs.el: New files.
16617
16618 * emacs-lisp/ewoc.el: New file. This is a merge of elib-node.el,
16619 dll.el and cookie.el (from Elib) with heavy renaming and other
16620 massaging.
16621
16622 * emacs-lisp/easy-mmode.el (easy-mmode-defmap, easy-mmode-defsyntax):
16623 Autoload the functions used.
16624 (easy-mmode-define-syntax): Fix CL typo.
16625 (easy-mmode-define-derived-mode): Improve the docstring generation.
16626
166272000-03-10 Gerd Moellmann <gerd@gnu.org>
16628
16629 * textmodes/texinfo.el (texinfo-version): Variable and function
16630 removed.
16631
166322000-03-09 Stefan Monnier <monnier@cs.yale.edu>
16633
16634 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap): Extend to
16635 allow more flexibility.
ff39b9a1 16636 (easy-mmode-set-keymap-parents, easy-mmode-define-syntax): New fns.
a30eb617
DL
16637 (easy-mmode-defmap, easy-mmode-defsyntax)
16638 (easy-mmode-define-derived-mode): New macros.
16639
166402000-03-09 Didier Verna <didier@xemacs.org>
16641
16642 * rect.el (replace-rectangle): New function.
16643
166442000-03-09 Dave Love <fx@gnu.org>
16645
ff39b9a1 16646 * progmodes/fortran.el (fortran-comment-line-start): Define as "C".
a30eb617
DL
16647 (fortran-comment-line-start-skip): Don't match cpp stuff.
16648 (font-lock-keywords): Add * to comment-chars. Grok cpp stuff.
16649 (fortran-mode-map): Remove over-eager custom-menu-create for now.
16650 (fortran-mode): Don't set fortran-comment-line-start-skip,
16651 fortran-comment-line-start here. Set comment-start,
16652 add-log-current-defun.
16653 (fortran-fill-paragraph): Adjust to try to DTRT with cpp stuff.
16654 (fortran-current-defun): New function.
16655
166562000-03-09 Gerd Moellmann <gerd@gnu.org>
16657
16658 * emacs-lisp/re-builder.el: New file.
16659
16660 * mouse.el (mouse-drag-region): Don't run up-event handler
16661 if hscroll has changed.
16662
16663 * octave-mod.el (octave-font-lock-keywords): To font-lock the
16664 builtin operators, use `font-lock-builtin-face' for Emacs and
16665 `font-lock-preprocessor-face' otherwise.
16666
16667 * font-lock.el (lisp-font-lock-keywords-1): Highlight
16668 `(defun (setf foo)' differently.
16669
166702000-03-08 Stefan Monnier <monnier@cs.yale.edu>
16671
16672 * emacs-lisp/regexp-opt.el: Update copyright and leading comment.
16673 (regexp-opt): Update comment and adapt the code the new meaning of
16674 the `paren' argument of regex-opt-group for shy-groups.
16675 (regexp-opt-depth): Handle shy groups as well as backslashed
16676 backslashes.
16677 (regexp-opt-group): Turn the leading comment into a docstring.
16678 Allow `paren' to be a string (the string to use to open a group).
16679 Remove open-presuf and close-presuf. Instead of checking for `all
16680 one-char' and then later on check for `several one-char', handle
16681 both cases close together. Also apply a more generic algorithm
16682 for suffixes (the mirror image of the algorithm used for
16683 prefixes). Use shy-groups. Use nreverse rather than reverse.
16684 (regexp-opt-try-suffix): Removed.
16685
16686 * cmuscheme.el (inferior-scheme-mode-map): Define it independently
16687 from comint-mode-map, so we can just inherit from it. Also, move
16688 the initialization into the `defvar' since there's no docstring
16689 anyway and it's fairly short.
16690 (inferior-scheme-mode): Define it as derived-mode: the code is
16691 shorter and this way we inherit from comint-mode-map rather than
16692 copying it.
16693
16694 * subr.el (replace-regexps-in-string): Properly handle the case
16695 where we match an empty string.
16696
16697 * comint.el (comint-exec-1): Add the current-dir to the exec-path
16698 when the command has a directory component (such as "./testml").
16699 Also fix a typo in the comment.
16700
167012000-03-08 Gerd Moellmann <gerd@gnu.org>
16702
16703 * Makefile (compile-files): Compile files one by one because
16704 that's the only way to ensure a clean compilation environment for
16705 each individual file.
16706
16707 * frame.el (other-frame): Call x-focus-frame.
16708
167092000-03-07 Dave Love <fx@gnu.org>
16710
16711 * recentf.el (recentf-keep-non-readable-files-p): Add :set,
16712 :require to defcustom.
16713
ff39b9a1 16714 * emacs-lisp/cl.el: Remove expt, delete, rassoc from autoloads lists.
a30eb617
DL
16715
16716 * files.el (auto-mode-alist): Add configure.in.
16717
16718 * progmodes/autoconf.el: New file.
16719
167202000-03-07 Gerd Moellmann <gerd@gnu.org>
16721
16722 * mail/mh-e.el: Change maintainer to `none'.
16723
16724 * recentf.el (recentf-keep-non-readable-files-p): Quote args
16725 to remove-hook and add-hook.
16726
167272000-03-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
16728
16729 * sendmail.el (mail-send-nonascii): Add a new value `mime' and use
16730 it as the default.
16731 (mail-send): Test mail-send-nonascii also for the new `mime' value.
16732 (sendmail-send-it): Conditionally add MIME headers specifying the
16733 used character set.
16734
167352000-03-07 Dave Love <fx@gnu.org>
16736
ff39b9a1
SM
16737 * winner.el: Fix keywords, autoload cookies.
16738 Split eval-when-compile form to avoid compilation failure.
a30eb617
DL
16739
167402000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
16741
16742 * international/mule.el: Modify comment about coding system
16743 property `coding-category'.
16744 (make-coding-system): New argument EOL-TYPE. Pay attention to
16745 coding-category property of PROPERTIES.
16746
ff39b9a1
SM
16747 * international/mule-conf.el (coding-category-utf-8)
16748 (coding-category-utf-16-be, coding-category-utf-16-le): New coding
a30eb617
DL
16749 categories. Include them in the argument for set-coding-priority.
16750
ff39b9a1
SM
16751 * international/mule-cmds.el (reset-language-environment):
16752 Include coding-category-utf-8, coding-category-utf-16-be, and
a30eb617
DL
16753 coding-category-utf-16-le in the argument for set-coding-priority.
16754 (reset-language-environment): Initialize coding-category-utf-8,
16755 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
16756
167572000-03-06 Karl Fogel <kfogel@red-bean.com>
16758
16759 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
16760 code abstracted out of `bookmark-jump-noselect'. Now tries info
16761 extensions as well as compression extensions.
16762 (bookmark-jump-noselect): Use above new func.
16763
167642000-03-03 Gerd Moellmann <gerd@gnu.org>
16765
16766 * strokes.el: Change maintainer's mail address.
16767
167682000-03-03 Kenichi Handa <handa@etl.go.jp>
16769
16770 * international/mule-diag.el (list-character-sets): Make help-echo
16771 string by substitute-command-keys.
16772 (list-character-sets): Likewise.
16773 (sort-listed-character-sets): Call help-setup-xref.
16774
167752000-03-02 Gerd Moellmann <gerd@gnu.org>
16776
ff39b9a1 16777 * time.el (display-time-mail-file): Add `none' to the list of choices.
a30eb617
DL
16778
167792000-03-01 Dave Love <fx@gnu.org>
16780
16781 * help.el (help-xref-go-back): Don't try to set position.
16782
ff39b9a1
SM
16783 * international/mule-diag.el (list-character-sets):
16784 Call help-setup-xref. Add help-echo to xrefs.
a30eb617
DL
16785 (list-character-sets-1): Add help-echo to xrefs.
16786
167872000-03-02 Gerd Moellmann <gerd@gnu.org>
16788
16789 * frame.el (blink-cursor-mode): Switch cursor on when turning
16790 the mode off.
16791
16792 * add-log.el (add-log-current-defun): Add support for
16793 Autoconf mode.
16794
16795 * mail/rmail.el (rmail-quit-hook): New variable.
16796
167972000-03-01 Dave Love <fx@gnu.org>
16798
16799 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Fix syntax of |.
16800
16801 * help.el (help-xref-button): Add help-echo arg.
16802 (describe-function-1, describe-variable, help-make-xrefs): Use it.
16803
ff39b9a1 16804 * faces.el (list-faces-display): Supply help-echo with help-make-xrefs.
a30eb617 16805
ff39b9a1 16806 * facemenu.el (list-text-properties-at): Set help-xref-stack to nil.
a30eb617
DL
16807
168082000-03-01 Gerd Moellmann <gerd@gnu.org>
16809
16810 * image.el (defimage): Look for image files in load-path.
16811
ff39b9a1 16812 * frame.el (busy-cursor-delay-seconds): Change type to `number'.
a30eb617
DL
16813
168142000-03-01 David Ponce <david.ponce@wanadoo.fr>
16815
ff39b9a1 16816 * recentf.el (recentf): Added version tag to the defgroup of recentf.
a30eb617
DL
16817
168182000-03-01 David Ponce <david.ponce@wanadoo.fr>
16819
ff39b9a1 16820 * recentf.el (recentf-cleanup): Changed to remove excluded file too.
a30eb617
DL
16821 (recentf-edit-list-action): `recentf-edit-list' checkbox widget
16822 action to select/unselect a file.
16823 (recentf-edit-list): Code cleanup and improvement.
16824 (recentf-open-more-files-action): `recentf-open-more-files' button
16825 widget action to open a file.
ff39b9a1 16826 (recentf-open-more-files): No more use standard completion but widgets.
a30eb617
DL
16827 (recentf-more-collection): Deleted.
16828 (recentf-more-history): Deleted.
16829 (recentf-setup-more-completion): Deleted.
16830
168312000-03-01 David Ponce <david.ponce@wanadoo.fr>
16832
16833 * recentf.el (recentf-mode): No more needs that Emacs is running
16834 under a window-system.
16835
ff39b9a1 168362000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16837
16838 * recentf.el (recentf-edit-list): New command to edit the recent
16839 list which allow the user to remove files.
16840 (recentf-edit-selected-items): New global variable, used by
16841 `recentf-edit-list' to hold the list of files to be removed from
16842 the recent list.
16843 (recentf-make-menu-items): Updated to display a "Edit list..."
16844 menu item. Minor code cleanup.
16845
ff39b9a1 168462000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16847
16848 * recentf.el (recentf-open-more-files): New command to open files
16849 that are not displayed in the menu.
16850 (recentf-more-collection): New global variable holding the set of
16851 permissible completions used by `recentf-open-more-files'.
16852 (recentf-more-history): New global variable holding the history list
16853 used by `recentf-open-more-files' completion.
16854 (recentf-setup-more-completion): New function to setup completion for
16855 `recentf-open-more-files'.
16856 (recentf-make-menu-items): Updated to display a "More..." menu item.
16857
ff39b9a1 168582000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16859
16860 * recentf.el (recentf-menu-action): Doc fixed.
16861
ff39b9a1 168622000-03-01 David Ponce <david.ponce@wanadoo.fr>
a30eb617
DL
16863
16864 * recentf.el (recentf-menu-filter): Doc updated.
16865 (recentf-update-menu-hook): Allow menu filters to force menu update.
16866 (recentf-make-menu-items): New menu filter handling.
16867 (recentf-make-menu-item): New helper function.
16868 (recentf-menu-elements): New menu handling function.
16869 (recentf-sort-ascending): Updated to new menu filter handling.
16870 (recentf-sort-descending): Updated to new menu filter handling.
16871 (recentf-sort-basenames-ascending): New menu filter function.
16872 (recentf-sort-basenames-descending): New menu filter function.
16873 (recentf-show-basenames): New menu filter function.
16874 (recentf-show-basenames-ascending): New menu filter function.
16875 (recentf-show-basenames-descending): New menu filter function.
16876
168772000-02-29 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16878
16879 * diary-lib.el (list-diary-entries): Don't try to go forward at
16880 the end of the buffer.
16881
168822000-02-29 Kenichi Handa <handa@etl.go.jp>
16883
ff39b9a1
SM
16884 * international/mule-diag.el (list-character-sets):
16885 Completely rewritten.
a30eb617
DL
16886 (sort-listed-character-sets): New function.
16887 (list-character-sets-1): Completely rewritten.
16888 (list-character-sets-2): New function.
16889 (non-iso-charset-alist): New variable.
16890 (decode-codepage-char): New function.
16891 (charset-history): New variable.
16892 (read-charset) (list-block-of-chars)
16893 (list-iso-charset-chars)
16894 (list-non-iso-charset-chars)
16895 (list-charset-chars): New functions.
86f6474c 16896 (mule-diag): Call list-character-sets-2, not list-character-sets-2.
a30eb617
DL
16897 (dump-charsets): Likewise.
16898
168992000-02-29 Gerd Moellmann <gerd@gnu.org>
16900
16901 * dired-x.el (dired-filename-at-point): Add `@' to valid
16902 file name characters.
16903 (dired-filename-at-point): Handle ange-ftp file names.
16904
16905 * frame.el (frame-notice-user-settings): Use assq-delete-all
16906 instead of assoc-delete-all.
16907 (frame-notice-user-settings): Ditto.
16908
16909 * subr.el (assq-delete-all): Renamed from assoc-delete-all.
16910 Don't copy alist.
16911
169122000-02-28 Eli Barzilay <eli@cs.cornell.edu>
16913
16914 * calculator.el (calculator-use-menu): New option.
86f6474c 16915 (calculator-initial-bindings): Changed some bindings to work as macros.
a30eb617
DL
16916 (calculator-forced-input): Removed.
16917 (calculator-restart-other-mode): New variable.
16918 (calculator-mode-map): Set up menu.
16919
169202000-02-28 Jari Aalto <jari.aalto@poboxes.com>
16921
86f6474c 16922 * font-lock.el (java-keywords): Added missing java 1.2.2 Javadoc tags.
a30eb617
DL
16923
169242000-02-28 Michael Kifer <kifer@cs.sunysb.edu>
16925
86f6474c 16926 * viper-cmd.el (viper-envelop-ESC-key): Add the option to
a30eb617 16927 translate all ESC key sequences.
86f6474c 16928 (viper-goto-mark-subr): Restore markers for files for which
a30eb617 16929 they were saved.
86f6474c
SM
16930 * viper-init.el (viper-translate-all-ESC-keysequences): New variable.
16931 * viper-util.el (viper-set-replace-overlay-glyphs)
16932 (viper-set-replace-overlay): Always check if the replacement
a30eb617 16933 overlay is live.
86f6474c
SM
16934 * viper.el (viper-vi-state-mode-list): Add major modes.
16935 * ediff-wind.el: Minor comment changes.
16936 * ediff.el: Copyright notice date fix.
a30eb617
DL
16937
169382000-02-27 Jason Rumney <jasonr@gnu.org>
16939
16940 * faces.el (face-font-family-alternatives): Add arial to helv.
16941 (mode-line, header-line, tool-bar): Same default as x for w32.
16942 (fixed-pitch, variable-pitch): Remove wildcard as it prevents
16943 face-font-family-alternatives from working.
16944 * term/w32-win.el (mouse-set-font): Do not build fontset from
16945 chosen font.
16946
169472000-02-25 Sam Steingold <sds@goems.com>
16948
16949 * emacs-lisp/cl-indent.el (toplevel): Indent `pprint-logical-block'
16950 properly.
16951
169522000-02-25 Richard M. Stallman <rms@gnu.org>
16953
16954 * mail/rmail.el (rmail-resend): Verify buffer is really Rmail.
16955
169562000-02-25 Gerd Moellmann <gerd@gnu.org>
16957
86f6474c 16958 * emacs-lisp/helper.el (Helper-describe-mode): Make buffer writable.
a30eb617
DL
16959
16960 * frame.el (busy-cursor-delay-seconds): New option.
16961
169622000-02-24 Gerd Moellmann <gerd@gnu.org>
16963
16964 * frame.el (show-cursor-in-non-selected-windows): New option.
16965
169662000-02-24 Edward M. Reingold <reingold@emr.cs.uiuc.edu>
16967
16968 * diary-lib.el (include-other-diary-files): Undo the selective
16969 display in any included file and don't kill it.
16970
169712000-02-24 Eli Zaretskii <eliz@is.elta.co.il>
16972
86f6474c
SM
16973 * dired.el (dired-mode-map): Don't remove "Edit" from the menu bar.
16974 Menu items converted to (menu-item format, help strings added.
a30eb617 16975 [downcase, upcase]: Don't enable on MS-DOS.
86f6474c 16976 [symlink, symlinks]: Don't show if make-symbolic-link is not bound.
a30eb617
DL
16977 [chown, chgrp]: Don't show on MS-DOS and MS-Windows.
16978
169792000-02-23 Dave Love <fx@gnu.org>
16980
16981 * simple.el (zap-to-char, kill-line, kill-region, kill-word)
16982 (backward-kill-word): Revert addition of * to interactive spec --
16983 it's a feature.
16984
16985 * paragraphs.el: (kill-paragraph, backward-kill-paragraph)
16986 (backward-kill-sentence, kill-sentence): Likewise.
16987
16988 * gud.el (gud-jdb-build-class-source-alist): Prepend space to
16989 scratch buffer name.
86f6474c 16990 (gud-format-command): Use int-to-string in ?l case. Simplify slightly.
a30eb617
DL
16991
16992 * term/w32-win.el (internal-face-interactive): Update prompt for
16993 new read-face-name.
16994
16995 * mail/footnote.el (footnote): Add :version to defgroup.
16996 (footnote-section-tag-regexp): Customize.
16997 (footnote-start-tag, footnote-end-tag): New option.
16998 (footnote-latin-regexp): New variable.
16999 (Footnote-latin): New function.
17000 (footnote-style-alist): Add element for latin style.
17001 (footnote-style): Moved.
17002 (Footnote-goto-footnote): Use eq to test arg.
17003
17004 * mouse.el (mouse-drag-mode-line-1): Remove `growth =' message.
17005
17006 * emacs-lisp/byte-opt.el: Change old backquote syntax.
17007 (byte-compile-trueconstp): Include keywords.
86f6474c
SM
17008 (byte-optimize-quote, byte-optimize-lapcode):
17009 Use byte-compile-const-symbol-p.
a30eb617
DL
17010 (byte-optimize-char-before): New optimization.
17011
17012 * emacs-lisp/bytecomp.el: Change old backquote syntax.
17013 (byte-compile-const-symbol-p): New function.
17014 (byte-compile-constp, byte-compile-out-toplevel)
17015 (byte-compile-form, byte-compile-form, byte-compile-variable-ref):
17016 Use it.
17017
17018 * subr.el (define-key-after): Default AFTER to t. Doc fix.
17019
170202000-02-23 Kenichi Handa <handa@etl.go.jp>
17021
17022 * international/encoded-kb.el: Be sure to update minor-mode-alist
17023 and minor-mode-map-alist.
17024 (encoded-kbd-self-insert-iso2022-8bit): Handle ISO's single shift
17025 codes SS2 and SS3 correctly.
17026 (encoded-kbd-self-insert-ccl): New function.
17027 (encoded-kbd-setup-keymap): New function.
17028 (encoded-kbd-mode): Handle CCL based coding system. Setup keymap
17029 by calling encoded-kbd-setup-keymap.
17030
86f6474c
SM
17031 * emacs-lisp/lisp-mode.el: Don't change syntax of multibyte characters.
17032 (lisp-mode-variables): Set multibyte-syntax-as-symbol to t locally.
a30eb617
DL
17033
170342000-02-22 Dave Love <fx@gnu.org>
17035
17036 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table)
86f6474c 17037 (lisp-mode-map, lisp-interaction-mode-map): Define all inside defvar.
a30eb617
DL
17038 (lisp-mode-syntax-table): Set up for #|...|# comments.
17039 (lisp-imenu-generic-expression): Purecopy strings. Use syntax
17040 classes. Match `defface'.
17041 (emacs-lisp-mode-hook): Add checkdoc-minor-mode to options.
17042 (eval-defun-1): Fix for defcustom.
17043 (lisp-indent-region): Doc fix.
17044
17045 * subr.el (when, unless, split-string): Doc fix.
86f6474c 17046 (read-passwd): Move call of clear-this-command-keys to the right place.
a30eb617
DL
17047 (replace-regexps-in-string): New function.
17048
170492000-02-22 Gerd Moellmann <gerd@gnu.org>
17050
17051 * help.el (describe-variable): Set syntax table to
17052 emacs-lisp-mode-syntax-table when moving forward over the
17053 symbol's name.
17054
170552000-02-22 Dave Love <fx@gnu.org>
17056
17057 * xt-mouse.el: Doc fixes.
17058 (xterm-mouse-position-function): New function, replacing advice of
17059 mouse-position.
17060 (xterm-mouse-mode): Use it. Don't turn on under a window system.
17061
17062 * emacs-lisp/cl-indent.el: Remove bogus spec for define-condition.
17063
170642000-02-21 Gerd Moellmann <gerd@gnu.org>
17065
86f6474c
SM
17066 * format.el (format-annotate-single-property-change):
17067 Handle properties.with dotted-list values.
a30eb617
DL
17068 (format-proper-list-p): New function.
17069
17070 * enriched.el (enriched-face-ans): Handle '(foreground-color
17071 . COLOR) and (background-color . COLOR).
17072
170732000-02-20 Dave Love <fx@gnu.org>
17074
17075 * textmodes/flyspell.el (flyspell-mouse-map): Change definition
17076 and assignments to it.
17077 (flyspell-mode-on): Define flyspell-local-mouse-map, inheriting
17078 current local map.
17079 (make-flyspell-overlay): Use it.
17080 (flyspell-correct-word/mouse-keymap): Change XEmacs test.
17081
17082 * emacs-lisp/lisp-mnt.el: Don't require emacsbug at top level.
17083 (lm-get-header-re): Defun, not defsubst.
17084 (lm-get-package-name): Defun, not defsubst. Simplify.
17085 (lm-version): Doc fix. Simplify.
17086 (lm-header, lm-header-multiline, lm-header-multiline, lm-summary)
17087 (lm-crack-address, lm-last-modified-date, lm-commentary)
17088 (lm-verify, lm-synopsis): Simplify.
17089 (lm-report-bug): Require emacsbug. Use compose-mail.
17090
170912000-02-20 Gerd Moellmann <gerd@gnu.org>
17092
17093 * dired.el (dired-mode): Call propertized-buffer-identification
17094 to set mode-line-buffer-identification to something having
17095 the right text properties.
17096
17097 * bindings.el (propertized-buffer-identification): New function.
17098
170992000-02-20 Dave Love <fx@gnu.org>
17100
17101 * frame.el (display-mouse-p): Use variable xterm-mouse-mode and
17102 check for t-mouse too.
17103
17104 * cus-start.el: Make echo-keystrokes `number'.
17105
171062000-02-20 Eli Zaretskii <eliz@is.elta.co.il>
17107
17108 * menu-bar.el (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
17109 Don't call ring-empty-p unless tags-location-ring is bound.
17110 From Noah Friedman <friedman@splode.com>.
17111
171122000-02-18 Thien-Thi Nguyen <ttn@gnu.org>
17113
17114 * progmodes/hideshow.el (hs-flag-region): No longer use
17115 `intangible' overlay property.
17116
17117 (hs-toggle-hiding): New command.
17118 (hs-mouse-toggle-hiding): Use `hs-toggle-hiding'.
17119
17120 (hs-minor-mode): Move call to `hs-grok-mode-type' early on.
17121 Fix omission bug: Run `hs-minor-mode-hook' for both activation
17122 and deactivation.
17123
171242000-02-18 Gerd Moellmann <gerd@gnu.org>
17125
17126 * emacs-lisp/cl-macs.el (caar, cadr, cdar, cddr): Add defsetfs.
17127
171282000-02-17 Gerd Moellmann <gerd@gnu.org>
17129
17130 * emacs-lisp/cl-indent.el (lisp-indent-259): Indentation fix.
17131
17132 * progmodes/pascal.el (pascal-mode-syntax-table): Change syntax
17133 of `*' to handle `(* ... *)' comments.
17134
171352000-02-17 Eli Zaretskii <eliz@is.elta.co.il>
17136
17137 * faces.el (list-faces-display): Use display-mouse-p instead of
17138 window-system.
17139
17140 * menu-bar.el (global-map): Menu-bar items converted to the new
17141 format (menu-item..., rearranged for better CUA compliance, and
17142 their names changed for better clarity. Help strings added.
17143
17144 * international/mule-cmds.el (mule-menu-keymap)
17145 (describe-language-environment-map, set-coding-system-map)
17146 (setup-language-environment-map): Convert to new (menu-item...
86f6474c
SM
17147 form, add help strings. Change names of menu items for better clarity.
17148 "Mule" menu-bar item removed (it's now in the "Options" submenu).
a30eb617
DL
17149
171502000-02-17 Gerd Moellmann <gerd@gnu.org>
17151
17152 * dired-aux.el (dired-do-copy): Remove spurious character.`n'
17153 within the code.
17154
171552000-02-16 Dave Love <fx@gnu.org>
17156
17157 * faces.el: Don't require custom. Add more specific :groups to
17158 various deffaces.
17159 (set-face-attribute): Purecopy args.
17160 (read-face-name): Default to name at point and use it in prompt.
17161 Remove colon from arg in all callers.
17162 (list-faces-display): Hyperlink to face descriptions and customize
17163 buffers.
17164
171652000-02-16 Per Abrahamsen <abraham@dina.kvl.dk>
17166
86f6474c 17167 * wid-edit.el (widget-match-inline): An atom never matches a list.
a30eb617
DL
17168
171692000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17170
17171 * textmodes/bibtex.el (bibtex-mode): Replaced manual splitting of path
17172 at ':' characters by call to split-string.
17173
171742000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17175
17176 * textmodes/bibtex.el: Added RCS version identification.
17177
171782000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17179
17180 * textmodes/bibtex.el: Some temporary comments removed.
86f6474c 17181 (bibtex-field-name, bibtex-entry-type): Made the relationship explicit.
a30eb617
DL
17182 (bibtex-field-const): Allow capital letters.
17183 (bibtex-start-of-string): Deleted because unused.
17184
17185 * textmodes/bibtex.el: Unified some nomenclature. We no longer
17186 use the term 'reference' to describe a bibtex entry as a whole.
17187 Further, reference keys are no longer called 'labels'.
17188 (bibtex-keys): Renamed to bibtex-reference-keys.
17189 (bibtex-reformat-previous-labels): Renamed to
17190 bibtex-reformat-previous-reference-keys.
17191 (bibtex-reference-type): Renamed to bibtex-entry-type.
17192 (bibtex-reference-head): Renamed to bibtex-entry-head.
17193 (bibtex-reference-maybe-empty-head): Renamed to
17194 bibtex-entry-maybe-empty-head.
17195 (bibtex-key-in-reference): Renamed to bibtex-key-in-entry.
17196 (bibtex-search-reference): Renamed to bibtex-search-entry.
17197 (bibtex-enclosing-reference-maybe-empty-head): Renamed to
17198 bibtex-enclosing-entry-maybe-empty-head.
86f6474c
SM
17199 (bibtex-entry-field-alist, bibtex-entry-head)
17200 (bibtex-font-lock-keywords, bibtex-skip-to-valid-entry)
17201 (bibtex-map-entries, bibtex-search-entry)
17202 (bibtex-enclosing-entry-maybe-empty-head, bibtex-format-entry)
17203 (bibtex-generate-autokey, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17204 (bibtex-submit-bug-report, bibtex-entry, bibtex-print-help-message)
17205 (bibtex-make-field, bibtex-end-of-entry, bibtex-sort-buffer)
17206 (bibtex-find-entry-location, bibtex-validate, bibtex-find-text)
17207 (bibtex-kill-entry, bibtex-clean-entry, bibtex-reformat)
17208 (bibtex-complete-key, bibtex-String) : Use the new nomenclature.
a30eb617
DL
17209
172102000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17211
17212 * textmodes/bibtex.el (bibtex-strings, bibtex-keys): Removed redundant
17213 comment.
17214 (bibtex-format-field-delimiters): New function, functionality
17215 extracted from bibtex-format-entry.
17216 (bibtex-autokey-get-yearfield-digits): New function, functionality
17217 extracted from bibtex-autokey-get-yearfield.
17218
17219 * textmodes/bibtex.el: Completely reimplemented parsing of bibtex
17220 entries in order to avoid stack overflow in the regexp matcher if
17221 field contents become large.
86f6474c
SM
17222 (bibtex-cfield, bibtex-name-in-cfield, bibtex-text-in-cfield)
17223 (bibtex-field-string-part-not-braced)
17224 (bibtex-field-string-part-no-inner-braces)
17225 (bibtex-field-string-part-1-inner-brace)
17226 (bibtex-field-string-part-2-inner-braces)
17227 (bibtex-field-string-part-3-inner-braces, bibtex-field-string-braced)
17228 (bibtex-field-string-quoted, bibtex-field-string)
17229 (bibtex-field-string-or-const, bibtex-field-text, bibtex-field)
17230 (bibtex-name-in-field, bibtex-text-in-field, bibtex-reference-infix)
17231 (bibtex-string, bibtex-key-in-string, bibtex-text-in-string):
17232 Deleted as parsing is now performed by the following functions.
17233 (bibtex-parse-nested-braces, bibtex-parse-field-string-braced)
17234 (bibtex-parse-quoted-string, bibtex-parse-field-string-quoted)
17235 (bibtex-parse-field-string, bibtex-search-forward-field-string)
17236 (bibtex-parse-association, bibtex-field-name-for-parsing)
17237 (bibtex-parse-field-name, bibtex-parse-field-text, bibtex-parse-field)
17238 (bibtex-search-forward-field, bibtex-search-backward-field)
17239 (bibtex-start-of-field, bibtex-end-of-field)
17240 (bibtex-start-of-name-in-field, bibtex-end-of-name-in-field)
17241 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
17242 (bibtex-parse-string-prefix, bibtex-parse-string-postfix)
17243 (bibtex-parse-string, bibtex-search-forward-string)
17244 (bibtex-search-backward-string, bibtex-start-of-string)
17245 (bibtex-end-of-string, bibtex-start-of-reference-key-in-string)
17246 (bibtex-end-of-reference-key-in-string, bibtex-start-of-text-in-string)
17247 (bibtex-end-of-text-in-string): New functions for the parsing of bibtex
a30eb617
DL
17248 entries. Instead of reporting the results of the parsing by
17249 match-beginning or match-end, these functions return data structures
17250 that hold the corresponding positions.
17251 (bibtex-enclosing-field): Changed to also report field boundaries by
86f6474c
SM
17252 return values rather than by match-beginning or match-end.
17253 The following functions have been adapted to use the new
17254 parsing functions.
17255 (bibtex-skip-to-valid-entry, bibtex-search-reference)
17256 (bibtex-enclosing-field, bibtex-format-entry)
17257 (bibtex-autokey-get-namefield, bibtex-autokey-get-titlestring)
17258 (bibtex-parse-keys, bibtex-complete, bibtex-pop, bibtex-mode)
17259 (bibtex-print-help-message, bibtex-end-of-entry)
17260 (bibtex-ispell-abstract, bibtex-validate, bibtex-next-field)
17261 (bibtex-find-text, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17262 (bibtex-kill-field, bibtex-empty-field, bibtex-fill-entry):
17263 Use the new method for parsing.
17264 (bibtex-assoc-of-regexp, bibtex-skip-to-valid-entry)
17265 (bibtex-map-entries, bibtex-flash-head)
17266 (bibtex-enclosing-reference-maybe-empty-head, bibtex-format-entry)
17267 (bibtex-autokey-change, bibtex-autokey-get-namefield)
17268 (bibtex-autokey-get-names, bibtex-autokey-get-titlestring)
17269 (bibtex-autokey-get-titles, bibtex-parse-keys, bibtex-pop, bibtex-mode)
17270 (bibtex-end-of-entry, bibtex-ispell-abstract, bibtex-sort-buffer)
17271 (bibtex-validate, bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
17272 (bibtex-kill-field, bibtex-kill-entry): Use let* instead of let in
17273 order to make the new binding of case-fold-search immediately visible.
a30eb617
DL
17274
172752000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17276
17277 * textmodes/bibtex.el: Copyright notice is up to date.
17278 Added constant 'bibtex-maintainer-salutation.
17279
86f6474c 17280 * textmodes/bibtex.el (bibtex-mode): Use with-temp-buffer rather
a30eb617
DL
17281 than make-temp-name, use match-string-no-properties and eliminate
17282 a quadratic behavior when building bibtex-strings.
17283
17284 * bibtex.el (bibtex-reference-key): Accept string entries whose
17285 reference key contains upper case letters.
17286
172872000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17288
17289 * bibtex.el (bibtex-reference-head): Allow entries to start with
17290 a new line.
17291
172922000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17293
17294 * bibtex.el: Hiding of entry bodies is not longer provided by
17295 bibtex.el directly. Instead the hideshow package can be used.
17296 Added a special bibtex entry to hs-special-modes-alist.
17297 (bibtex-hs-forward-sexp): Added for hideshow.el.
17298
172992000-02-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
17300
17301 * bibtex.el (bibtex-entry-field-alist): Added booktitle field to
17302 proceedings entry type (for cross referencing). Thanks to Wagner
17303 Toledo Correa for the suggestion.
17304
17305 * bibtex.el: Added `reftex-view-crossref-from-bibtex' to menu.
17306
173072000-02-14 Kenichi Handa <handa@etl.go.jp>
17308
17309 * international/characters.el: Setup case table for Vietnamese.
17310
173112000-02-12 Gerd Moellmann <gerd@gnu.org>
17312
17313 * uniquify.el (toplevel): Require CL at compile time.
17314 (uniquify-push): Removed.
17315
17316 * shadowfile.el (shadow-when): Removed.
17317
17318 * tempo.el (tempo-dolist, tempo-mapc): Removed.
86f6474c 17319 (tempo-process-and-insert-string): Use dolist instead of tempo-dolist.
a30eb617
DL
17320
17321 * textmodes/sgml-mode.el (sgml-mode-common): Remove `$' from
17322 regexp for paragraph-start.
17323
17324 * mail/mail-utils.el (rmail-dont-reply-to): Remove leading
17325 commas as well.
17326
173272000-02-10 Dave Love <fx@gnu.org>
17328
17329 * wid-edit.el: (widgets) [defgroup]: Remove url link.
17330 (widget-color-choice-list, widget-color-history, widget-mouse-help):
17331 Deleted.
17332 (widget-specify-field, widget-specify-button): Don't use
17333 widget-mouse-help as help-echo property.
17334 (default): Use #'ignore for :validate and :mouse-down-action.
17335 (checkbox): Add help-echo.
17336 (widget-sexp-validate): Rewritten to clarify error messages.
17337 (character): Use char-valid-p in :match function.
17338 (widget-color-complete): Use facemenu-color-alist.
17339 (widget-color-action): Use facemenu-read-color.
17340
17341 * emacs-lisp/cl-macs.el: Don't bother testing for defalias. Don't
17342 set up `caar' &c that we now have.
17343
173442000-02-09 Ray Blaak <blaak@gnu.org>
17345
17346 * delphi.el: Make resourcestring a declaration region, like const
17347 and var.
17348
173492000-02-09 Dave Love <fx@gnu.org>
17350
17351 * bindings.el (mode-line-input-method-map): New variable.
17352 (mode-line-mule-info): Use it; fix last change.
17353 (mode-line-mode-menu): Move definition.
17354 (mode-line-mouse-sensitive-p): Deleted.
17355 (mode-line-mode-name): Don't use mode-line-mouse-sensitive-p.
86f6474c 17356 (make-mode-line-mouse-sensitive): Deleted. Body moved to top level.
a30eb617
DL
17357
17358 * startup.el (command-line-1): Don't call
17359 make-mode-line-mouse-sensitive.
17360
173612000-02-07 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
17362
86f6474c
SM
17363 * mail/rmail.el (rmail-retry-failure): Use rmail-beginning-of-message
17364 before rmail-toggle-header, because the former toggles headers.
a30eb617
DL
17365
173662000-02-06 Stefan Monnier <monnier@cs.yale.edu>
17367
17368 * diff-mode.el (diff-kill-junk): New interactive function.
17369 (diff-reverse-direction): Use delete-and-extract-region.
17370 (diff-post-command-hook): Restrict the area so that the hook also works
17371 outside of any diff hunk. This is necessary for the minor-mode.
17372 (diff-mode): Use toggle-read-only and minor-mode-overriding-map-alist.
17373 (diff-minor-mode): Setup the hooks for header-hunk rewriting.
17374
17375 * font-lock.el (font-lock-keywords): Fix doc for multiline matches.
17376 (font-lock-add-keywords): Make it work even if font-lock-mode is nil,
17377 so that it can be used more easily in <foo>-mode-hook. Also make sure
17378 to avoid duplicate entries.
17379 (font-lock-update-removed-keyword-alist): Renamed `major-mode'->`mode'.
17380 (font-lock-remove-keywords): Just as was done for `add', allow it to
17381 work even if font-lock-mode is nil. Also make sure we don't modify
17382 any pre-existing list by forcing a copy-sequence. Finally rename
17383 `major-mode' to `mode'.
17384 (font-lock-fontify-syntactic-anchored-keywords)
17385 (font-lock-fontify-anchored-keywords)
17386 (font-lock-fontify-keywords-region): Use line-end-position.
17387 Don't make `font-lock-multiline' local (it's now done in
17388 font-lock-set-defaults).
86f6474c
SM
17389 (font-lock-set-defaults): Make `font-lock-multiline' local.
17390 Move the `font-lock-fontified' creation to inside the `unless'.
a30eb617
DL
17391
173922000-02-06 Andrew Innes <andrewi@gnu.org>
17393
17394 * term/w32-win.el (x-handle-args): Comment out call to message,
17395 which occurs before window system is initialized.
17396
17397 * makefile.nt: Add support for recompiling lisp code.
17398
173992000-02-04 Dave Love <fx@gnu.org>
17400
17401 * bindings.el (mode-line-mule-info): Fix/extend last change.
17402
17403 * completion.el: Replace completion-dolist with dolist.
17404
86f6474c 17405 * tar-mode.el: Replace tar-dolist, tar-dotimes with dolist, dotimes.
a30eb617
DL
17406
174072000-02-04 Carsten Dominik <dominik@strw.leidenuniv.nl>
17408
86f6474c 17409 * textmodes/reftex.el (reftex-compile-variables): Regexp-quote the
a30eb617
DL
17410 environment names before they go into the section regexp.
17411
86f6474c 17412 * textmodes/reftex-global.el (reftex-change-label): Add `A-Z' to
a30eb617
DL
17413 char class in regexp.
17414
86f6474c
SM
17415 * textmodes/reftex-parse.el (reftex-with-special-syntax):
17416 Bind `case-fold-search' to nil.
a30eb617 17417
86f6474c
SM
17418 * progmodes/idlwave.el (idlwave-template):
17419 Respect `idlwave-abbrev-change-case'.
17420 (idlwave-rw-case, idlwave-elif, idlwave-case, idlwave-for)
17421 (idlwave-if, idlwave-procedure, idlwave-function, idlwave-repeat)
17422 (idlwave-while): Respect `idlwave-reserved-word-upcase'.
a30eb617
DL
17423 (idlwave-rw-case): New function.
17424 (idlwave-statement-match): Fixed problem with assignment regexp.
86f6474c 17425 (idlwave-font-lock-keywords): Improved regexp for keyword parameters.
a30eb617
DL
17426 (idlwave-surround): New argument LENGTH to support padding of
17427 operators longer than 1 char.
17428
17429 * progmodes/idlw-shell.el (idlwave-shell-print): Fixed bug with
17430 idlwave-shell-expression-overlay. Implemented printing of
17431 expressions on higher levels of the calling stack.
86f6474c 17432 (idlwave-shell-display-level-in-calling-stack): Restore stack level.
a30eb617
DL
17433 (idlwave-retrieve-expression-from-level): New function.
17434 (idlwave-shell-last-calling-stack): Variable removed.
17435 (idlwave-shell-reset): Argument action reversed (`visible' to
17436 `hidden'). Also remove stop-line overlay.
17437 (idlwave-shell-calling-stack-routine): New variable.
17438 (idlwave-shell-parse-stack-and-display): Messages now display
17439 negative level numbers.
17440 (idlwave-shell-mode): Set `modeline-format'.
17441 (idlwave-shell-display-line): Set `idlwave-shell-mode-line-info'.
86f6474c 17442 (idlwave-shell-make-new-bp-overlay): Fixed glyph display for Emacs 21.
a30eb617
DL
17443 (idlwave-shell-print-expression-function): New option.
17444
86f6474c
SM
17445 * progmodes/idlw-toolbar.el (idlwave-toolbar-add-everywhere)
17446 (idlwave-toolbar-remove-everywhere): Keybindings prefix is now
a30eb617
DL
17447 `tool-bar' instead of `toolbar'.
17448
174492000-02-02 Dave Love <fx@gnu.org>
17450
17451 * emacs-lisp/cl.el: Use bytecomp-load-hook, not
17452 emacs-lisp-mode-hook. Don't check for defalias being defined.
17453
17454 * emacs-lisp/cl-extra.el (cl-builtin-gethash, cl-builtin-remhash)
86f6474c
SM
17455 (cl-builtin-maphash, cl-builtin-clrhash): Remove definitions.
17456 Use the new builtins directly.
a30eb617
DL
17457
17458 * whitespace.el (whitespace): Add :version to defgroup.
17459
17460 * tooltip.el (tooltip-gud-tips-p, tooltip-gud-toggle-dereference):
17461 Doc fix.
17462
17463 * thingatpt.el (sexp-at-point, symbol-at-point)
17464 (number-at-point, list-at-point): Add autoload cookie.
17465
17466 * recentf.el (recentf): Add :version to defgroup.
17467
17468 * quickurl.el (quickurl): Add :version to defgroup.
17469
17470 * elide-head.el (elide-head): Use point-marker more.
17471
17472 * bs.el (bs): Add :version to defgroup.
17473
17474 * autorevert.el (global-auto-revert-mode): Add autoload cookie.
17475
17476 * progmodes/delphi.el (delphi): Add :version to defgroup.
17477
174782000-02-02 Gerd Moellmann <gerd@gnu.org>
17479
17480 * ange-ftp.el (ange-ftp-write-region): Handle case that
17481 succeeding process operation sets a different coding system.
17482
17483 * calculator.el: New file.
17484
174852000-02-02 Eli Zaretskii <eliz@is.elta.co.il>
17486
86f6474c 17487 * frame.el (frames-on-display-list, framep-on-display): New functions.
a30eb617
DL
17488 (display-mouse-p, display-popup-menus-p, display-graphic-p)
17489 (display-selections-p, display-screens, display-pixel-width)
17490 (display-pixel-height, display-mm-width, display-mm-height)
17491 (display-backing-store, display-save-under, display-planes)
17492 (display-color-cells, display-visual-class): New functions.
17493
17494 * term/tty-colors.el (tty-color-gray-shades): New function.
17495
17496 * faces.el (display-color-p): Use framep-on-display.
17497 (display-grayscale-p): New function.
17498
174992000-01-31 Dave Love <fx@gnu.org>
17500
17501 * emacs-lisp/fontset.el (standard-fontset-spec): Purecopy it.
17502 (create-fontset-from-x-resource): Don't concat integers.
17503
175042000-01-31 Inge Frick <inge@nada.kth.se>
17505
17506 * view.el: Some changes in documentation. Removed some trailing
86f6474c 17507 whitespace. Changed some parameter names to agree with documentation.
a30eb617
DL
17508 (view-mode-exit): Keep entry in `view-return-to-alist' only when a
17509 window is not deleted. Modifies change 1998-04-26.
17510
175112000-01-31 Gerd Moellmann <gerd@gnu.org>
17512
17513 * windmove.el: New file.
17514
17515 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17516 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17517 progmodes/ebnf-yac.el: Update copyright and license info.
17518
86f6474c
SM
17519 * jit-lock.el (jit-lock-function): Widen before calculating
17520 end position.
a30eb617
DL
17521 (jit-lock-stealth-chunk-start): Rewritten.
17522
17523 * info.el (Info-title-face-alist): Removed.
86f6474c 17524 (Info-title-1-face, Info-title-2-face, Info-title-3-face): New faces.
a30eb617
DL
17525 (Info-fontify-node): Use these faces.
17526
175272000-01-30 Gerd Moellmann <gerd@gnu.org>
17528
17529 * emacs-lisp/cl-specs.el (cl-lambda-list, cl-macro-list)
17530 (cl-macro-list1): Recognize `&allow-other-keys' instead of
17531 `&allow-other-keywords'.
17532
17533 * mail/mh-utils.el (mh-find-progs): Add directory `etc' to
17534 the list of directories scanned heuristically.
17535
86f6474c 17536 * Makefile (DONTCOMPILE): Remove term-nasty.el; doesn't seem to exist.
a30eb617
DL
17537
175382000-01-30 Jason Rumney <jasonr@gnu.org>
17539
17540 * w32-fns.el: Define w32-tty-standard-colors.
17541
17542 * startup.el (command-line): Use w32-tty-standard-colors when in
17543 w32 console mode.
17544
175452000-01-30 Dave Love <fx@gnu.org>
17546
17547 * jka-compr.el (jka-compr-load): Fix up load-history.
17548
17549 * emacs-lisp/cl.el: Replace autoloads for dolist, dotimes.
17550
17551 * emacs-lisp/cl-macs.el: Revert previous change.
17552
175532000-01-29 Dave Love <fx@gnu.org>
17554
17555 * facemenu.el: Purecopy various strings.
17556
17557 * timezone.el (timezone-fix-time): Window against 69 for two-digit
17558 years. Deal with three-digit years.
17559
86f6474c
SM
17560 * help.el (help-xref-symbol-regexp, help-xref-info-regexp):
17561 Use defconst, purecopy.
a30eb617
DL
17562 (help-back-label): Purecopy it.
17563
175642000-01-18 Gerd Moellmann <gerd@gnu.org>
17565
17566 * iswitchb.el (iswitchb-use-frame-buffer-list): New configuration
17567 variable. If non-nil, order the buffer list according to the
17568 currently selected frame.
17569 (iswitchb-make-buflist): If iswitchb-use-frame-buffer-list is
17570 non-nil, pass the selected frame to function buffer-list.
17571
175722000-01-29 Vinicius Jose Latorre <vinicius@cpqd.com.br>
17573
17574 * progmodes/ebnf2ps.el (ebnf-syntax): Doc fix
17575
175762000-01-28 Dave Love <fx@gnu.org>
17577
17578 * emacs-lisp/cl-macs.el: Remove dotimes, dolist.
17579
17580 * emacs-lisp/cl.el: Remove stuff for dotimes, dolist, push, pop.
17581 Don't use lisp-indent-hook property.
17582 (cl-abs): Remove.
17583
17584 * subr.el: Move out indent and edebug specs for when and unless.
17585
17586 * emacs-lisp/lisp-mode.el: Add indent specs for dolist, dotimes,
17587 when, unless.
17588
17589 * emacs-lisp/edebug.el: Add specs for push, pop, dotimes, dolist,
17590 unless, when.
17591
175922000-01-28 Gerd Moellmann <gerd@gnu.org>
17593
17594 * emacs-lisp/cl-macs.el (cl-parse-loop-clause): Recognize
17595 `collecting' as synonym for `collect'.
17596
17597 * ange-ftp.el (ange-ftp-copy-file-internal): Quote new name
17598 for the case it contains spaces.
17599
86f6474c 17600 * simple.el (what-cursor-position): Change formatting of messages.
a30eb617
DL
17601
17602 * frame.el (delete-other-frames): New function.
17603 (toplevel): Bind it to C-x 5 1.
17604
17605 * sort.el (sort-numeric-base): New option.
17606 (sort-numeric-fields): If number starts with `0' or `0[xX[',
17607 interpret it as octal or hexadecimal. Use sort-numeric-base
17608 as default base.
17609
17610 * progmodes/glasses.el: New file.
17611
176122000-01-27 Gerd Moellmann <gerd@gnu.org>
17613
17614 * mail/mail-utils.el (rmail-dont-reply-to): Replace matched
17615 userids differently.
17616
17617 * progmodes/ebnf2ps.el, progmodes/ebnf-bnf.el,
17618 progmodes/ebnf-iso.el, progmodes/ebnf-otz.el,
17619 progmodes/ebnf-yac.el: New files.
17620
176212000-01-26 Dave Love <fx@gnu.org>
17622
17623 * emacs-lisp/checkdoc.el (checkdoc-interactive-loop): Don't lose
17624 on a function with an empty body. [From Eric Ludlam.]
17625
176262000-01-25 Andre Spiegel <spiegel@gnu.org>
17627
17628 * vc.el (vc-version-diff): Make sure file name is expanded.
17629
176302000-01-25 Gerd Moellmann <gerd@gnu.org>
17631
17632 * scroll-bar.el (scroll-bar-timer): Variable removed.
17633 (scroll-bar-toolkit-scroll): Don't use a timer.
17634
176352000-01-25 Kenichi Handa <handa@etl.go.jp>
17636
86f6474c
SM
17637 * language/thai-util.el (thai-composition-function):
17638 Delete superfluous `a'.
a30eb617
DL
17639
176402000-01-24 Dave Love <fx@gnu.org>
17641
17642 * fortran.el (fortran-mode): Use beginning-of-defun-function,
17643 end-of-defun-function.
17644
86f6474c 17645 * font-lock.el (turn-on-font-lock): Don't depend on window-system &c.
a30eb617
DL
17646
176472000-01-22 Jason Rumney <jasonr@gnu.org>
17648
17649 * term/w32-win.el (w32_create_initial_fontsets): Disabled as it
17650 conflicts with new face support.
17651
176522000-01-22 Richard M. Stallman <rms@gnu.org>
17653
17654 * replace.el (query-replace): Rename last arg to DELIMITED.
17655 (map-query-replace-regexp, query-replace-regexp-eval): Likewise.
17656 (query-replace-regexp): Likewise.
17657
176582000-01-20 Richard M. Stallman <rms@gnu.org>
17659
17660 * subr.el (with-syntax-table): Use make-symbol, not gensym.
17661
17662 * emacs-lisp/lisp.el (beginning-of-defun-function):
17663 Variable renamed from beginning-of-defun.
17664 Do not call make-variable-buffer-local.
17665 (beginning-of-defun-raw): Use new variable name; doc fix.
17666 (beginning-of-defun): Doc fix.
17667 (end-of-defun-function): Variable renamed from end-of-defun.
17668 Do not call make-variable-buffer-local.
17669 (end-of-defun): Use new variable name; doc fix.
17670
17671 * subr.el (dolist, dotimes): Copied from cl-macs.el
17672 and made to work.
17673
17674 * mail/undigest.el (rmail-digest-end-regexps):
17675 Variable replaces rmail-digest-end-regexp.
17676 Allows multiple regexps for detecting the end line.
17677 (undigestify-rmail-message): Corresponding changes.
17678
176792000-01-19 Dave Love <fx@gnu.org>
17680
17681 * files.el (user-init-file): Don't declare here -- is primitive.
17682
17683 * startup.el (command-line): Check for compiled user-init-file and
17684 set to uncompiled version if necessary.
17685
176862000-01-18 Gerd Moellmann <gerd@gnu.org>
17687
17688 * mail/undigest.el (rmail-digest-end-regexp): New user option.
17689 (undigestify-rmail-message): Use it.
17690
17691 * ange-ftp.el (ange-ftp-skip-msgs): Add regexp for EPRT.
17692
176932000-01-17 Gerd Moellmann <gerd@gnu.org>
17694
17695 * tmm.el (tmm-goto-completions): Adapt to prompt being part
17696 of mini-buffer.
17697
176982000-01-14 Gerd Moellmann <gerd@gnu.org>
17699
17700 * emacs-lisp/copyright.el (copyright-update): Removed the
17701 requirement for a trailing space from `copyright-regexp', to
17702 support copyrights with owner specified on a separate line..
17703
17704 * align.el: New file.
17705
17706 * menu-bar.el (menu-bar-tools-menu): Add EUDC submenu.
17707
17708 * net/eudc.el (toplevel): Define EUDC menu for Emacs.
17709
177102000-01-13 Dave Love <fx@gnu.org>
17711
17712 * ph.el: Removed. (Obsoleted by EUDC.)
17713
177142000-01-13 Gerd Moellmann <gerd@gnu.org>
17715
17716 * net/eudc.el (toplevel): Remove autoloaded code installing
17717 menu with easymenu, because that causes build problems.
17718
17719 * frame.el (frame-notice-user-settings): New variable.
17720 (frame-notice-user-settings): Don't modify frame parameters
17721 if called a second time.
17722
177232000-01-13 Richard M. Stallman <rms@gnu.org>
17724
17725 * frame.el (frame-notice-user-settings):
17726 Notice default-frame-parameters even for non-window frames.
17727
177282000-01-13 Gerd Moellmann <gerd@gnu.org>
17729
17730 * net/eudc-bob.el (eudc-bob-play-sound-at-point): Play sounds
17731 for Emacs.
17732 (eudc-bob-can-display-inline-images): Extend for Emacs.
17733 (eudc-bob-toggle-inline-display): Ditto.
17734 (eudc-bob-display-jpeg): Ditto.
17735
177362000-01-12 Gerd Moellmann <gerd@gnu.org>
17737
17738 * net/eudc-bob.el, net/eudc-export.el, net/eudc-hotlist.el,
17739 net/eudc-vars.el, net/eudc.el, net/eudcb-bbdb.el,
17740 net/eudcb-ldap.el, net/eudcb-ph.el, net/ldap.el: New files.
17741
86f6474c
SM
17742 * add-log.el (add-change-log-entry): Fix error trying an
17743 `(insert nil)'.
a30eb617
DL
17744
17745 * subdirs.el: Add `net' directory.
17746
17747 * net: New directory.
17748
17749 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Renamed from
17750 eval-last-sexp. Don't bind debug-on-error here.
17751 (eval-last-sexp): New function. Bind debug-on-error if
17752 eval-expression-debug-on-error is non-nil.
17753 (eval-defun-2, eval-defun): Likewise.
17754
17755 * simple.el (eval-expression): Don't bind debug-on-error if
17756 eval-expression-debug-on-error is nil. Detect changed
17757 debug-on-error, and propagate new value to global binding, if
17758 eval-expression-debug-on-error is non-nil,
17759 (eval-expression-debug-on-error): Change doc string.
17760
177612000-01-11 Richard M. Stallman <rms@gnu.org>
17762
17763 * emacs-lisp/edebug.el (with-syntax-table): Add a def-edebug-spec.
17764
17765 * emacs-lisp/lisp-mode.el (with-syntax-table):
17766 Set up lisp-indent-function property.
17767
17768 * subr.el (with-syntax-table): Moved from simple.el.
17769
17770 * simple.el (with-syntax-table): Moved to subr.el.
17771
177722000-01-11 Gerd Moellmann <gerd@gnu.org>
17773
17774 * tmm.el (tmm-shortcut): Delete region after prompt instead
17775 of erasing buffer.
17776
17777 * textmodes/fill.el (fill-common-string-prefix): New function.
17778 (fill-context-prefix): Use the longest common prefix of first
17779 and second line fill prefix, if there is one.
17780
177812000-01-11 Richard M. Stallman <rms@gnu.org>
17782
17783 * array.el (array-mode): Don't use make-variable-buffer-local.
17784 Use make-local-variable for `truncate-lines'.
17785
177862000-01-11 Jari Aalto <jari.aalto@poboxes.com>
17787
17788 * add-log.el (add-log-current-defun): Handle user-defined
17789 add-log-current-function returning nil,
17790
17791 * add-log.el (add-change-log-entry): Insert version number
17792 if having found a current function
17793
86f6474c
SM
17794 * add-log.el (add-log-current-defun):
17795 Call `add-log-current-defun-function'. Try matches at level 0 and
a30eb617
DL
17796 level 1. Strip whitespace from defun found.
17797
177982000-01-10 John Wiegley <johnw@gnu.org>
17799
17800 * allout.el (isearch-done/outline-provisions): Added `edit'
86f6474c 17801 argument to correspond with the current definition of `isearch-done'.
a30eb617
DL
17802
178032000-01-10 Dave Love <fx@gnu.org>
17804
17805 * elide-head.el (elide-head): Use point-marker, not point.
17806
178072000-01-10 Gerd Moellmann <gerd@gnu.org>
17808
17809 * vc-hooks.el (vc-parse-buffer): Handle mixtures of dates
17810 before and after the year 2000.
17811
17812 * textmodes/ispell-merged.el (xemacsp, version18p, version-20p):
17813 Add ispell- prefix.
17814
178152000-01-10 Ken Stevens <k.stevens@ieee.org>
17816
17817 * ispell.el: Only define dictionaries in menus when they exist.
17818 (version18p): New variable.
17819 (version20p): New variable.
17820 (xemacsp): New variable.
17821 (ispell-choices-win-default-height): Fix for XEmacs visibility.
17822 (ispell-dictionary-alist1): Added Brasileiro dictionary.
17823 (ispell-dictionary-alist6): Russian command lines no longer accept
17824 run-together words.
17825 (ispell-local-dictionary-alist): Add koi8-r to customize definition.
17826 (ispell-dictionary-alist): Add koi8-r to customize definition.
86f6474c
SM
17827 (check-ispell-version): Added documentation string. Return library
17828 path when called non-interactively.
a30eb617
DL
17829 (ispell-menu-map-needed): Uses new variables.
17830 (ispell-library-path): New variable.
17831 (ispell-decode-string): XEmacs fix for bogus variable bindings.
17832 (ispell-word): Improved documentation string. Test for valid
17833 character mappings. Correctly check typed in word changes that can
86f6474c
SM
17834 result in single words split into multiple words.
17835 Return replacement word.
a30eb617
DL
17836 (ispell-command-loop): Fixes XEmacs display bugs. Show word to
17837 replace in recursive query replace mode. Help message for
17838 recursive edit mode.
17839 (ispell-show-choices): Protect against bad framepop bindings.
17840 (ispell-help): Fix to work with XEmacs.
17841 (ispell-highlight-spelling-error): Use new variables.
17842 (ispell-overlay-window): Fix to work with XEmacs.
17843 (ispell-parse-output): Passed and returns location information
17844 tracking spelling corrections. Doesn't recheck same word on
17845 current line.
17846 (ispell-init-process): Protect against bogus XEmacs variable binding.
17847 Fix call to single argument in sleep-for. Use new variables.
17848 (ispell-region): Passed and returns location information tracking
17849 spelling corrections. Doesn't check same word on current line.
17850 Improved documentation string. Doesn't resend a line already
17851 checked to the ispell process - fixes bug in LaTeX parsing.
17852 (ispell-begin-skip-region-regexp): No longer skips <TT> in SGML.
17853 (ispell-skip-region): No longer skips <TT> in SGML.
17854 (ispell-process-line): Tracks location information with spelling
17855 corrections. Added documentation string. Accounts for words
17856 already accepted on this line. Don't allow query-replace on line
17857 starting with math characters. Doesn't resend a line already sent
17858 to ispell process. Fixes alignment error bug.
17859
178602000-01-10 Richard M. Stallman <rms@gnu.org>
17861
17862 * dired-x.el (dired-guess-shell-alist-default):
17863 Suggest xloadimage, which is free, not xv, which isn't.
17864
17865 * ange-ftp.el (ange-ftp-file-name-nondirectory):
17866 Don't ever include the host name or user name in the value.
17867
178682000-01-09 Gerd Moellmann <gerd@gnu.org>
17869
17870 * textmodes/texinfmt.el (texinfo-format-scan): Use ?\n instead
17871 of a real newline.
17872
178732000-01-09 Stephen Eglen <stephen@gnu.org>
17874
17875 * dired-x.el (dired-guess-shell-alist-default): Suggest xv
17876 for .png files.
17877
178782000-01-09 Per Abrahamsen <abraham@dina.kvl.dk>
17879
17880 * cus-edit.el (custom-hook-convert-widget): Fix comment.
17881
178822000-01-09 Gerd Moellmann <gerd@gnu.org>
17883
17884 * progmodes/cperl-mode.el: Replace ^F with ^L.
17885
86f6474c
SM
17886 * sendmail.el (toplevel): Provide `sendmail' when compiling before
17887 `require'ing rmail and mailalias to prevent infinite recursion.
a30eb617
DL
17888
178892000-01-08 Dave Love <fx@gnu.org>
17890
17891 * emacs-lisp/backquote.el: Remove inappropriate customization
17892 (allowing custom.el to use backquote).
17893
178942000-01-07 Dave Love <fx@gnu.org>
17895
17896 * add-log.el (add-log-debugging): Deleted.
17897 (add-change-log-entry): Treat a backup FILE-NAME as its parent
17898 file. Remove debugging code.
17899 (change-log-get-method-definition, change-log-name): Add doc.
17900 (change-log-sortable-date-at): New function.
17901 (change-log-merge): New command.
17902
17903 * time.el (display-time-string-forms): Make the Mail string active.
17904 (display-time-update): Provide help-echo for load average.
17905
17906 * bindings.el (make-mode-line-mouse2-map): New function.
17907 (mode-line-modified): Use it and simplify.
17908 (mode-line-mule-info): Provide help-echo info.
17909 (minor-mode-alist): Activate the strings.
17910 (make-mode-line-mouse-sensitive): Simplify for
17911 mode-line-buffer-identification.
17912
179132000-01-07 Gerd Moellmann <gerd@gnu.org>
17914
17915 * play/pong.el: New file.
17916
179172000-01-06 Dave Love <fx@gnu.org>
17918
17919 * array.el: Assorted cleanups for compiler warnings, doc strings,
17920 `array-' prefix for symbols.
17921
179222000-01-05 Dave Love <fx@gnu.org>
17923
86f6474c
SM
17924 * textmodes/outline.el (outline-mode-menu-bar-map):
17925 Add outline-headers-as-kill.
a30eb617
DL
17926 (outline-mode): Define imenu-generic-expression.
17927 (outline-headers-as-kill): New command.
17928
17929 * textmodes/otext-mode.el (text-mode): Remove page-delimiter's `^'
17930 from paragraph-start.
17931 (paragraph-indent-minor-mode): New command.
17932
17933 * progmodes/fortran.el (fortran-mode-map): Don't bind M-C-a,
17934 M-C-e, M-C-h, C-j, C-xnd, TAB.
17935 (fortran-mode): Set beginning-of-defun, end-of-defun.
17936 (fortran-column-ruler): Simplify.
17937 (fortran-mark-subprogram, fortran-narrow-to-subprogram): Deleted.
17938 (fortran-with-subprogram-narrowing): Likewise.
17939 (fortran-indent-subprogram): Call mark-defun.
17940 (fortran-check-for-matching-do): Change narrowing.
17941
17942 * emacs-lisp/cl-extra.el (cl-make-hash-table): Use make-hash-table.
17943 (cl-lucid-hash-tag): Delete.
17944 (cl-hash-table-p): Correct test for native table.
17945 (cl-hash-table-count): Use hash-table-count.
17946
17947 * browse-url.el (browse-url): Fix case of
17948 browse-url-browser-function being an alist.
17949
179502000-01-05 Carsten Dominik <cd@gnu.org>
17951
17952 * textmodes/reftex-vars.el (reftex-parse-file-extension)
17953 (reftex-index-phrase-file-extension): New options.
17954
17955 * textmodes/reftex-index.el (reftex-index-visit-phrases-buffer):
17956 Use new option `reftex-index-phrase-file-extension'.
17957
17958 * textmodes/reftex.el (reftex-access-parse-file): Use new option
17959 `reftex-parse-file-extension'.
17960
179612000-01-05 Dave Love <fx@gnu.org>
17962
17963 * emacs-lisp/lisp.el (beginning-of-defun): New variable.
17964 (beginning-of-defun-raw): Use it.
17965 (end-of-defun): New variable.
17966 (end-of-defun): Use it.
17967 (check-parens): New command.
17968
179692000-01-05 Thien-Thi Nguyen <ttn@delysid.gnu.org>
17970
17971 * progmodes/hideshow.el (hs-discard-overlays, hs-flag-region)
17972 (hs-show-block): Don't use `mapcar' when not accumulating.
17973
17974 Fix buglet in local variables initialization.
17975
179762000-01-05 Andreas Schwab <schwab@suse.de>
17977
17978 * hscroll.el (hscroll): Doc fix.
17979
179802000-01-05 Carsten Dominik <cd@gnu.org>
17981
86f6474c
SM
17982 * progmodes/idlw-shell.el (idlwave-shell-toggle-toolbar):
17983 Require idlw-toolbar.
a30eb617 17984
86f6474c 17985 * progmodes/idlwave.el (idlwave-load-system-rinfo): Load must read
a30eb617 17986 file idlw-rinfo.el.
86f6474c
SM
17987 (idlwave-customize): Load must read file idlw-shell.el.
17988 (idlwave-create-customize-menu): Load must read file idlw-shell.el.
a30eb617
DL
17989
179902000-01-05 Carsten Dominik <dominik@astro.uva.nl>
17991
17992 * progmodes/idlw-shell.el: Also provide idlwave-shell
17993 * progmodes/idlw-rinfo.el: Also provide idlwave-rinfo
17994 * progmodes/idlw-toolbar.el: Also provide idlwave-toolbar
17995
86f6474c 17996 * textmodes/reftex-dcr.el: Rename from reftex-vcr.el, provide
a30eb617
DL
17997 both reftex-dcr and reftex-vcr.
17998
17999 * textmodes/reftex.el: Renamed reftex-vcr.el to reftex-dcr.el
18000
180012000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18002
18003 * ps-print.el: PostScript code now is in separate files, doc fix.
18004 (ps-print-version): New version number (5.0.3).
18005 (ps-header-lines, ps-left-header, ps-right-header): No more buffer
18006 local.
18007 (ps-spool-config): Initialization fix.
18008 (ps-print-prologue-1, ps-print-prologue-2)
18009 (ps-print-duplex-feature): PostScript code moved to separated file.
18010 (ps-background-image): Little code reformating.
18011 (ps-begin-file, ps-begin-job): Fix code.
18012 (ps-postscript-code-directory, ps-mark-code-directory): New vars.
18013 (ps-prologue-file): New fun.
18014
180152000-01-05 Vinicius Jose Latorre <vinicius@cpqd.com.br>
18016
18017 * ps-vars.el: Eliminated.
18018
18019 * ps-mule.el: ps-vars eliminated, ps-multibyte-buffer now is
18020 `;;;###autoload'.
18021
18022 * ps-print.el: ps-vars eliminated, doc fix.
18023 (ps-print-version): New version number (5.0.2).
18024 (ps-spool-config): Initialization fix.
18025 (ps-print-customize): New fun.
18026
180272000-01-04 Gerd Moellmann <gerd@gnu.org>
18028
86f6474c 18029 * autorevert.el (auto-revert-mode): Return value of auto-revert-mode.
a30eb617
DL
18030
180312000-01-04 Dave Love <fx@gnu.org>
18032
18033 * bindings.el (make-mode-line-mouse-sensitive): Fix the toggle
18034 menu items.
18035
180362000-01-03 Dave Love <fx@gnu.org>
18037
18038 * elide-head.el (elide-head) [defgroup]: Add :version.
18039
18040 * emacs-lisp/cl-extra.el (cl-emacs-type): Remove defvar.
86f6474c
SM
18041 (cl-not-hash-table, cl-clrhash, cl-maphash, cl-hash-table-count):
18042 Use `cl-hash-table-p', not `hash-table-p'.
a30eb617
DL
18043 (cl-map-keymap, cl-map-keymap-recursively): Remove compatibility code.
18044
180452000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18046
18047 * faces.el (face-read-integer, read-face-attribute)
86f6474c 18048 (color-defined-p, color-values): Unspecified-{f,b}g are now strings.
a30eb617
DL
18049
180502000-01-03 Martin Stjernholm <bug-cc-mode@gnu.org>
18051
18052 * progmodes/cc-cmds.el (c-fill-paragraph): Count number of spaces
18053 at comment end, and re-insert them after filling.
18054
180552000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18056
18057 * progmodes/idlwave.el: Rename idlwave-*.el into idlw-*.el
18058 * progmodes/idlw-rinfo.el, progmodes/idlw-shell.el,
18059 progmodes/idlw-toolbar.el: Renamed from idlwave-*.el.
18060
180612000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18062
18063 * term/x-win.el (xw-defined-colors): Call color-supported-p,
18064 the new name of face-color-supported-p.
18065
18066 * term/w32-win.el (xw-defined-colors): Likewise.
18067
180682000-01-03 Eli Zaretskii <eliz@is.elta.co.il>
18069
18070 * simple.el (completion-setup-function): Count completion-size
18071 from minibuffer-prompt-end, not from point-min.
18072
180732000-01-02 Eli Zaretskii <eliz@is.elta.co.il>
18074
18075 * faces.el (read-face-attribute, defined-colors, color-defined-p):
18076 Pass the frame to tty-color-* functions.
18077 (display-color-p, frame-set-background-mode): Pass the frame to
18078 tty-display-color-p.
18079
18080 * term/tty-colors.el (tty-defined-color-alist): Renamed from
18081 tty-color-alist.
18082 (tty-color-alist, tty-modify-color-alist): New functions.
18083 (tty-color-define, tty-color-clear, tty-color-approximate)
86f6474c
SM
18084 (tty-color-translate, tty-color-by-index, tty-color-desc): Accept an
18085 optional parameter FRAME.
a30eb617
DL
18086
180872000-01-01 Gerd Moellmann <gerd@gnu.org>
18088
86f6474c
SM
18089 * image.el (create-image, defimage): Don't assume image data is
18090 a string.
a30eb617
DL
18091
18092 * image.el (defimage): Handle specifications containing :data
18093 instead of :file.
18094 (image-type-from-data): New function.
18095 (image-type-from-file-header): Use it.
18096 (create-image): Add parameter DATA-P.
18097
18098See ChangeLog.8 for earlier changes.
18099
18100;; Local Variables:
18101;; coding: iso-2022-7bit
18102;; End: